linux: Consolidate Linux tee implementation
[glibc.git] / ChangeLog
blob0c30af6ccd5eda42eb5c6390960c01432d8690a2
1 2017-05-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3         * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Add tee.
4         (CFLAGS-tee.c): New rule.
5         * sysdeps/unix/sysv/linux/syscalls.list: Remove tee from
6         auto-generated list.
7         * sysdeps/unix/sysv/linux/tee.c: New file.
9         * nptl/Makefile (CFLAGS-nanosleep.c): New rule.
10         * posix/Makefile (CFLAGS-nanosleep.c): Likewise.
11         * sysdeps/unix/sysv/linux/nanosleep.c: New file.
12         * sysdeps/unix/sysv/linux/syscalls.list: Remove nanosleep from
13         auto-generated list.
15         * sysdeps/unix/sysv/linux/sh/syscalls.list: Remove waitid from
16         auto-generated list.
17         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
18         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
19         * sysdeps/unix/sysv/linux/sparc/syscalls.list: Remove file.
20         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
21         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
23         * sysdeps/unix/sysv/linux/generic/pause.c: Remove file.
24         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Likewise.
25         * sysdeps/unix/sysv/linux/sparc/kernel-features.h [__arch64__]
26         (__NR_pause): Undefine.
27         * sysdeps/unix/sysv/linux/pause.c: New file.
28         * sysdeps/unix/sysv/linux/syscalls.list: Remove pause from
29         auto-generation list.
30         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (CFLAGS-pause.c):
31         Remove rule.
32         * posix/Makefile (CFLAGS-pause.c): Remove redundant rule.
34 2017-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36         * sysdeps/x86_64/multiarch/memcmp.S (__GI_memcmp): Correct
37         comments.
39 2017-05-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
41         * elf/Makefile (tst-env-setuid-ENV): Reduce value of
42         LD_HWCAP_MASK.
44 2017-05-18  Rical Jasan  <ricaljasan@pacific.net>
46         * manual/conf.texi: Convert @tables of annotated @items to
47         @vtables.
48         * manual/lang.texi: Likewise.
49         * manual/pattern.texi: Likewise.
50         * manual/resource.texi: Likewise.
51         * manual/socket.texi: Likewise.
53 2017-05-18  Rical Jasan  <ricaljasan@pacific.net>
55         * manual/crypt.texi: Move a comment out of an @*x list.
56         * manual/filesys.texi: Refactor some comments, one of which looks
57         like a standard.  Fix incorrectly separated standards.
58         * manual/locale.texi: Invert an annotation.
59         * manual/resource.texi: Fix incorrectly separated standards.
60         * manual/time.texi: Refactor a @vtable that obscures an
61         annotation.
62         * manual/users.texi: Refactor multiple headers to occupy a single
63         @comment.
65 2017-05-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
67         * sysdeps/powerpc/powerpc64/multiarch/Makefile
68         (sysdep_routines): Add memcmp-power8.
69         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
70         (memcmp): Add __memcmp_power8 to list of memcmp functions.
71         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c
72         (memcmp): Add __memcmp_power8 to ifunc list.
73         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: New file.
74         * sysdeps/powerpc/powerpc64/power8/memcmp.S: New file.
76 2017-05-17  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
77             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
79         * math/math.h (__MATH_TG): Extend the conditions to add
80         _Float128 support.
81         * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): New macro.
83 2017-05-17  Paul A. Clarke  <pc@us.ibm.com>
85         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
86         [$(subdir) = math] (libm-sysdep_routines): Add s_cosf-power8 and
87         s_cosf-ppc64.
88         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: New file.
89         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
90         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Likewise.
91         * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
93 2017-05-17  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
95         * math/Makefile (libm-calls): Move e_exp2F to gen-libm-calls.
96         (gen-libm-calls): Add e_exp2F to use the template.
97         * math/e_exp2l.c: Rename to math/e_exp2_template.c.
98         * math/e_exp2_template.c: New file, renamed from
99         math/e_exp2l.c, and made into a template.
100         * sysdeps/generic/math-type-macros.h (M_MIN_EXP): New macro.
102 2017-05-17  Siddhesh Poyarekar  <siddhesh@sourceware.org>
104         * elf/dl-tunable-types.h (tunable_type_code_t): New type
105         TUNABLE_TYPE_UINT_64.
106         * elf/dl-tunables.c (tunables_strtoul): Return uint64_t.
107         Simplify computation of overflow.
108         (tunable_set_val_if_valid_range_signed,
109         tunable_set_val_if_valid_range_unsigned): Remove and replace
110         with this...
111         (TUNABLE_SET_VAL_IF_VALID_RANGE): ... New macro.
112         (tunable_initialize): Adjust.  Add uint64_t support.
113         (__tunable_set_val): Add uint64_t support.
114         * README.tunables: Document it.
116         * scripts/gen-tunables.awk: Recognize 'default' keyword in
117         dl-tunables.list.
118         * README.tunables: Document it.
120 2017-05-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
122         * sysdeps/posix/preadv.c: Use sysdeps/posix/preadv_common.c.
123         * sysdeps/posix/preadv64.c: Likewise.
124         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
125         * sysdeps/unix/sysv/linux/preadv64.c: Likewise.
126         * sysdeps/posix/pwritev.c: Use sysdeps/posix/pwritev_common.c.
127         * sysdeps/posix/pwritev64.c: Likewise.
128         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
129         * sysdeps/unix/sysv/linux/pwritev64.c: Likewise.
130         * sysdeps/posix/preadv_common.c: New file.
131         * sysdeps/posix/pwritev_common.c: Likewise.
133 2017-05-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
135         * sysdeps/generic/math-type-macros-float128.h
136         (__USE_WRAPPER_TEMPLATE): Define to 1 to enable use of the
137         wrapper templates.
139 2017-05-14  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
140             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
142         * include/complex.h (__kernel_casinhf128): New declaration.
143         * include/float.h: New file.
144         * include/math.h (__finitef128): Add a hidden def.
145         (__isinff128): Likewise.
146         (__isnanf128): Likewise.
147         (__fpclassify): Likewise.
148         (__issignalling): Likewise.
149         (__expf128): Likewise.
150         (__expm1f128): Likewise.
152         * sysdeps/generic/fix-fp-int-convert-overflow.h:
153         (FIX_FLT128_LONG_CONVERT_OVERFLOW): New macro.
154         (FIX_FLT128_LLONG_CONVERT_OVERFLOW): Likewise.
156         * sysdeps/generic/math-type-macros-float128.h: New file.
158         * sysdeps/generic/math_private.h: Include bits/floatn.h and
159         math_private_calls.h for _Float128.
160         (__isinff128): New inline implementation used when GCC < 7.0,
161         since in this case __builtin_isinf_sign is broken.
162         (fabsf128): New inline implementation that calls the builtin.
163         (__EXPR_FLT128): New macro.
164         (min_of_type): Optionally include _Float128 types too.
166         * sysdeps/generic/math_private_calls.h (__kernel_sincos):
167         Declare for _Float128.
168         (__kernel_rem_pio2): Likewise.
170         * sysdeps/ieee754/ldbl-opt/s_sin.c:
171         (__DECL_SIMD_sincos_disablef128): New macro.
173 2017-05-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
175         * math/math.h: Include bits/math-finite.h for float128.
176         (__MATH_DECLARING_FLOATN): Define to control declaration of
177         float128 functions.
178         * math/bits/math-finite.h (pow10): Do not declare for float128.
179         (gamma): Likewise.
180         (scalb): Likewise.
182 2017-05-14  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
183             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
185         * bits/floatn.h: New file.
186         * bits/huge_val_flt128.h: Likewise.
188         * bits/libm-simd-decl-stubs.h (__DECL_SIMD_cosf128): New macro.
189         (__DECL_SIMD_sinf128): Likewise.
190         (__DECL_SIMD_sincosf128): Likewise.
191         (__DECL_SIMD_logf128): Likewise.
192         (__DECL_SIMD_expf128): Likewise.
193         (__DECL_SIMD_powf128): Likewise.
195         * math/Makefile (headers): Install bits/floatn.h and
196         bits/huge_val_flt128.h.
198         * math/bits/cmathcalls.h (_Mdouble_complex_): Only define if not
199         defined.
201         * math/bits/mathcalls.h (pow10, isinf, finite, drem, significand)
202         (isnan, gamma, nexttoward, scalb): Only define if not
203         __MATH_DECLARING_FLOATN.
204         (nextdown, nextup, llogb, roundeven, fromfp, ufromfp, fromfpx)
205         (ufromfpx, fmaxmag, fminmag, totalorder, totalordermag)
206         (canonicalize, getpayload, setpayload, setpayloadsig): Declare for
207         _FloatN even if __STDC_WANT_IEC_60559_BFP_EXT__ is not defined.
209         * math/complex.h: Include bits/libc-header-start.h and bits/floatn.h.
210         Include bits/cmathcalls.h to get the declarations of _Float128
211         versions of complex functions.
212         [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF128):
213         Define macro.
215         * math/math.h: Include bits/floatn.h and bits/huge_val_flt128.h.
216         Include bits/mathcalls-helper-functions.h and bits/mathcalls.h to
217         get the declarations of _Float128 versions of math functions.
218         (__MATH_DECLARING_FLOATN): New macro to control declaration of
219         _FloatN types.
220         [__GNUC_PREREQ (6,0)] (signbit): Since GCC 6.0, __builtin_signbit
221         is type-generic, so use it without __MATH_TG.
222         [__HAVE_DISTINCT_FLOAT128] (isinf): This builtin is broken for
223         _Float128 type on GCC < 7.0.  Explicitly call __isinff128 for
224         _Float128 type and GCC < 7.0, otherwise use the builtin.
225         [__HAVE_FLOAT128 && defined __USE_GNU] (M_Ef128, M_LOG2Ef128)
226         (M_LOG10Ef128, M_LN2f128, M_LN10f128, M_PIf128, M_PI_2f128)
227         (M_PI_4f128, M_1_PIf128, M_2_PIf128, M_SQRT2f128, M_SQRT1_2f128):
228         New _GNU_SOURCE enabled macros.
230 2017-05-12  Joseph Myers  <joseph@codesourcery.com>
232         * sysdeps/sparc/sparc32/fpu/s_signbit.S (signbit): Remove alias.
233         (signbitf): Likewise.
234         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S (signbit):
235         Likewise.
236         (signbitl): Likewise.
237         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S (signbitf):
238         Likewise.
239         * sysdeps/sparc/sparc64/fpu/s_signbit.S (signbit): Likewise.
240         (signbitl): Likewise.
241         * sysdeps/sparc/sparc64/fpu/s_signbitf.S (signbitf): Likewise.
243 2017-05-12  Florian Weimer  <fweimer@redhat.com>
245         [BZ #21386]
246         * sysdeps/nptl/fork.c (__libc_fork): Remove assertions on the
247         parent PID.  The assertion in the child is incorrect with PID
248         namespaces.
250 2017-05-12  Joseph Myers  <joseph@codesourcery.com>
252         * sysdeps/unix/sysv/linux/kernel-features.h
253         (__ASSUME_STATFS_F_FLAGS): Remove macro.
254         * sysdeps/unix/sysv/linux/internal_statvfs.c
255         [!__ASSUME_STATFS_F_FLAGS]: Remove conditional code.
257 2017-05-11  Zack Weinberg  <zackw@panix.com>
259         * Makerules: New subdir configuration variables 'tests-internal'
260         and 'test-internal-extras'.  Test files in these categories will
261         still be compiled with MODULE_NAME=nonlib.  Test files in the
262         existing categories (tests, xtests, test-srcs, test-extras) are
263         now compiled with MODULE_NAME=testsuite.
264         New subdir configuration variable 'modules-names-tests'.  Files
265         which are in both 'modules-names' and 'modules-names-tests' will
266         be compiled with MODULE_NAME=testsuite instead of
267         MODULE_NAME=extramodules.
268         (gen-as-const-headers): Move to tests-internal.
269         (do-tests-clean, common-mostlyclean): Support tests-internal.
270         * Makeconfig (built-modules): Add testsuite.
271         * Makefile: Change libof-check-installed-headers-c and
272         libof-check-installed-headers-cxx to 'testsuite'.
273         * Rules: Likewise.  Support tests-internal.
274         * benchtests/strcoll-inputs/filelist#en_US.UTF-8:
275         Remove extra-modules.mk.
277         * config.h.in: Don't check for __OPTIMIZE__ or __FAST_MATH__ here.
278         * include/libc-symbols.h: Move definitions of _GNU_SOURCE,
279         PASTE_NAME, PASTE_NAME1, IN_MODULE, IS_IN, and IS_IN_LIB to the
280         very top of the file and rationalize their order.
281         If MODULE_NAME is not defined at all, define IS_IN to always be
282         false, and don't define _ISOMAC.
283         If any of IS_IN (testsuite), IS_IN_build, or __cplusplus are
284         true, define _ISOMAC and suppress everything else in this file,
285         starting with the inclusion of config.h.
286         Do check for inappropriate definitions of __OPTIMIZE__ and
287         __FAST_MATH__ here, but only if _ISOMAC is not defined.
288         Correct some out-of-date commentary.
290         * include/math.h: If _ISOMAC is defined, undefine NO_LONG_DOUBLE
291         and _Mlong_double_ before including math.h.
292         * include/string.h: If _ISOMAC is defined, don't expose
293         _STRING_ARCH_unaligned. Move a comment to a more appropriate
294         location.
296         * include/errno.h, include/stdio.h, include/stdlib.h, include/string.h
297         * include/time.h, include/unistd.h, include/wchar.h: No need to
298         check __cplusplus nor use __BEGIN_DECLS/__END_DECLS.
300         * misc/sys/cdefs.h (__NTHNL): New macro.
301         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h
302         (__m81_defun): Use __NTHNL to avoid errors with GCC 6.
304         * elf/tst-env-setuid-tunables.c: Include config.h with _LIBC
305         defined, for HAVE_TUNABLES.
306         * inet/tst-checks-posix.c: No need to define _ISOMAC.
307         * intl/tst-gettext2.c: Provide own definition of N_.
308         * math/test-signgam-finite-c99.c: No need to define _ISOMAC.
309         * math/test-signgam-main.c: No need to define _ISOMAC.
310         * stdlib/tst-strtod.c: Convert to test-driver. Split locale_test to...
311         * stdlib/tst-strtod1i.c: ...this new file.
312         * stdlib/tst-strtod5.c: Convert to test-driver and add copyright notice.
313         Split tests of __strtod_internal to...
314         * stdlib/tst-strtod5i.c: ...this new file.
315         * string/test-string.h: Include stdint.h. Duplicate definition of
316         inhibit_loop_to_libcall here (from libc-symbols.h).
317         * string/test-strstr.c: Provide dummy definition of
318         libc_hidden_builtin_def when including strstr.c.
319         * sysdeps/ia64/fpu/libm-symbols.h: Suppress entire file in _ISOMAC
320         mode; no need to test __STRICT_ANSI__ nor __cplusplus as well.
321         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
322         Don't include init-arch.h.
323         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
324         Don't include init-arch.h.
326         * elf/Makefile: Move tst-ptrguard1-static, tst-stackguard1-static,
327         tst-tls1-static, tst-tls2-static, tst-tls3-static, loadtest,
328         unload, unload2, circleload1, neededtest, neededtest2,
329         neededtest3, neededtest4, tst-tls1, tst-tls2, tst-tls3,
330         tst-tls6, tst-tls7, tst-tls8, tst-dlmopen2, tst-ptrguard1,
331         tst-stackguard1, tst-_dl_addr_inside_object, and all of the
332         ifunc tests to tests-internal.
333         Don't add $(modules-names) to test-extras.
334         * inet/Makefile: Move tst-inet6_scopeid_pton to tests-internal.
335         Add tst-deadline to tests-static-internal.
336         * malloc/Makefile: Move tst-mallocstate and tst-scratch_buffer to
337         tests-internal.
338         * misc/Makefile: Move tst-atomic and tst-atomic-long to tests-internal.
339         * nptl/Makefile: Move tst-typesizes, tst-rwlock19, tst-sem11,
340         tst-sem12, tst-sem13, tst-barrier5, tst-signal7, tst-tls3,
341         tst-tls3-malloc, tst-tls5, tst-stackguard1, tst-sem11-static,
342         tst-sem12-static, and tst-stackguard1-static to tests-internal.
343         Link tests-internal with libpthread also.
344         Don't add $(modules-names) to test-extras.
345         * nss/Makefile: Move tst-field to tests-internal.
346         * posix/Makefile: Move bug-regex5, bug-regex20, bug-regex33,
347         tst-rfc3484, tst-rfc3484-2, and tst-rfc3484-3 to tests-internal.
348         * stdlib/Makefile: Move tst-strtod1i, tst-strtod3, tst-strtod4,
349         tst-strtod5i, tst-tls-atexit, and tst-tls-atexit-nodelete to
350         tests-internal.
351         * sunrpc/Makefile: Move tst-svc_register to tests-internal.
352         * sysdeps/powerpc/Makefile: Move test-get_hwcap and
353         test-get_hwcap-static to tests-internal.
354         * sysdeps/unix/sysv/linux/Makefile: Move tst-setgetname to
355         tests-internal.
356         * sysdeps/x86_64/fpu/Makefile: Add all libmvec test modules to
357         modules-names-tests.
359 2017-05-11  Zack Weinberg  <zackw@panix.com>
361         * libio/libio.h: Condition dummy definition of _IO_lock_t on
362         _IO_lock_t_defined, not _IO_MTSAFE_IO. Unconditionally use the
363         non-_IO_MTSAFE_IO definitions for _IO_peekc, _IO_flockfile,
364         _IO_funlockfile, and _IO_ftrylockfile.  Only define
365         _IO_cleanup_region_start and _IO_cleanup_region_end if not
366         already defined.
367         * include/libio.h: If _IO_MTSAFE_IO is defined, redefine
368         _IO_peekc, _IO_flockfile, _IO_funlockfile, and _IO_ftrylockfile
369         appropriately.
370         * sysdeps/generic/stdio-lock.h, sysdeps/nptl/stdio-lock.h:
371         Define _IO_lock_t_defined after defining _IO_lock_t.
373 2016-05-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
375         * sysdeps/powerpc/powerpc32/backtrace.c (is_sigtramp_address): Use
376         void* for argument type and use VDSO_SYMBOL macro.
377         (is_sigtramp_address_rt): Likewise.
378         (__backtrace): Setup expected frame pointer address for signal
379         handling.
380         * sysdeps/powerpc/powerpc64/backtrace.c (is_sigtramp_address): Use
381         void* for argumetn type and use VSDO_SYMBOL macro.
382         (__backtrace): Setup expected frame pointer address for signal
383         handling.
385         * sysdeps/unix/sysv/linux/writev.c: New file.
387         * sysdeps/unix/sysv/linux/readv.c: New file.
389         * include/unistd.h (write): Add hidden proto.
390         * io/Makefile (CFLAGS-write.c): New define.
391         * nptl/Makefile (CFLAGS-write.c): Likewise.
392         * sysdeps/unix/sysv/linux/write.c: New file.
394         [BZ #21428]
395         * include/unistd.h (read): Add hidden proto.
396         * io/Makefile (CFLAGS-read.c): New define.
397         * nptl/Makefile (CFLAGS-read.c): Likewise.
398         * sysdeps/unix/sysv/linux/read.c: New file.
400         * io/Makefile (CFLAGS-creat.c): New rule.
401         (CFLAGS-creat64.c): Likewise.
402         * sysdeps/unix/sysv/linux/alpha/creat.c: Remove file.
403         * sysdeps/unix/sysv/linux/generic/creat.c: Likewise.
404         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: Likewise.
405         * sysdeps/unix/sysv/linux/creat.c: New file.
406         * sysdeps/unix/sysv/linux/creat64.c: Likewise.
407         * sysdeps/unix/sysv/linux/syscalls.list: Remove create from
408         auto-generated list.
409         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
411         * sysdeps/unix/sysv/linux/generic/open.c: Remove file.
412         * sysdeps/unix/sysv/linux/generic/open64.c: Likewise.
413         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: Likewise.
414         * sysdeps/unix/sysv/linux/open.c: New file.
415         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Define symbol
416         iff __WORDSIZE != 64 and use __NR_openat when available.
417         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Remove open
418         from auto-generated list.
420         * nptl/Makefile (CFLAGS-close.c): New flag.
421         * sysdeps/unix/sysv/linux/close.c: New file.
423 2017-05-11  DJ Delorie  <dj@redhat.com>
425         * MAINTAINERS: New.  Points to wiki.
427 2017-05-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
429         * scripts/gen-tunables.awk: Add attribute_relro to
430         tunable_list.
432 2017-05-11  Joseph Myers  <joseph@codesourcery.com>
434         [BZ #21457]
435         * sysdeps/arm/sys/ucontext.h (R0): Condition on [__USE_MISC].
436         (R1): Likewise.
437         (R2): Likewise.
438         (R3): Likewise.
439         (R4): Likewise.
440         (R5): Likewise.
441         (R6): Likewise.
442         (R7): Likewise.
443         (R8): Likewise.
444         (R9): Likewise.
445         (R10): Likewise.
446         (R11): Likewise.
447         (R12): Likewise.
448         (R13): Likewise.
449         (R14): Likewise.
450         (R15): Likewise.
451         * sysdeps/i386/sys/ucontext.h (REG_GS): Likewise.
452         (REG_FS): Likewise.
453         (REG_ES): Likewise.
454         (REG_DS): Likewise.
455         (REG_EDI): Likewise.
456         (REG_ESI): Likewise.
457         (REG_EBP): Likewise.
458         (REG_ESP): Likewise.
459         (REG_EBX): Likewise.
460         (REG_EDX): Likewise.
461         (REG_ECX): Likewise.
462         (REG_EAX): Likewise.
463         (REG_TRAPNO): Likewise.
464         (REG_ERR): Likewise.
465         (REG_EIP): Likewise.
466         (REG_CS): Likewise.
467         (REG_EFL): Likewise.
468         (REG_UESP): Likewise.
469         (REG_SS): Likewise.
470         * sysdeps/m68k/sys/ucontext.h (R_D0): Likewise.
471         (R_D1): Likewise.
472         (R_D2): Likewise.
473         (R_D3): Likewise.
474         (R_D4): Likewise.
475         (R_D5): Likewise.
476         (R_D6): Likewise.
477         (R_D7): Likewise.
478         (R_A0): Likewise.
479         (R_A1): Likewise.
480         (R_A2): Likewise.
481         (R_A3): Likewise.
482         (R_A4): Likewise.
483         (R_A5): Likewise.
484         (R_A6): Likewise.
485         (R_A7): Likewise.
486         (R_SP): Likewise.
487         (R_PC): Likewise.
488         (R_PS): Likewise.
489         (fpregset_t): Likewise.
490         (MCONTEXT_VERSION): Likewise.
491         * sysdeps/mips/sys/ucontext.h (CTX_R0): Likewise.
492         (CTX_AT): Likewise.
493         (CTX_V0): Likewise.
494         (CTX_V1): Likewise.
495         (CTX_A0): Likewise.
496         (CTX_A1): Likewise.
497         (CTX_A2): Likewise.
498         (CTX_A3): Likewise.
499         (CTX_T0): Likewise.
500         (CTX_T1): Likewise.
501         (CTX_T2): Likewise.
502         (CTX_T3): Likewise.
503         (CTX_T4): Likewise.
504         (CTX_T5): Likewise.
505         (CTX_T6): Likewise.
506         (CTX_T7): Likewise.
507         (CTX_S0): Likewise.
508         (CTX_S1): Likewise.
509         (CTX_S2): Likewise.
510         (CTX_S3): Likewise.
511         (CTX_S4): Likewise.
512         (CTX_S5): Likewise.
513         (CTX_S6): Likewise.
514         (CTX_S7): Likewise.
515         (CTX_T8): Likewise.
516         (CTX_T9): Likewise.
517         (CTX_K0): Likewise.
518         (CTX_K1): Likewise.
519         (CTX_GP): Likewise.
520         (CTX_SP): Likewise.
521         (CTX_S8): Likewise.
522         (CTX_RA): Likewise.
523         (CTX_MDLO): Likewise.
524         (CTX_MDHI): Likewise.
525         (CTX_CAUSE): Likewise.
526         (CTX_EPC): Likewise.
527         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Condition
528         inclusion of <sys/procfs.h> on [__USE_MISC].
529         (greg_t): Condition on [__USE_MISC].
530         (gregset_t): Likewise.
531         (fpregset_t): Likewise.
532         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (greg_t): Likewise.
533         (NGREG): Likewise.
534         (gregset_t): Likewise.
535         (REG_R0): Likewise.
536         (REG_R1): Likewise.
537         (REG_R2): Likewise.
538         (REG_R3): Likewise.
539         (REG_R4): Likewise.
540         (REG_R5): Likewise.
541         (REG_R6): Likewise.
542         (REG_R7): Likewise.
543         (REG_R8): Likewise.
544         (REG_R9): Likewise.
545         (REG_R10): Likewise.
546         (REG_R11): Likewise.
547         (REG_R12): Likewise.
548         (REG_R13): Likewise.
549         (REG_R14): Likewise.
550         (REG_R15): Likewise.
551         (struct _libc_fpstate): Likewise.
552         (fpregset_t): Likewise.
553         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG): Likewise.
554         (NFPREG): Likewise.
555         (gregset_t): Likewise.
556         (fpregset_t): Likewise.
557         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (R_D0): Likewise.
558         (R_D1): Likewise.
559         (R_D2): Likewise.
560         (R_D3): Likewise.
561         (R_D4): Likewise.
562         (R_D5): Likewise.
563         (R_D6): Likewise.
564         (R_D7): Likewise.
565         (R_A0): Likewise.
566         (R_A1): Likewise.
567         (R_A2): Likewise.
568         (R_A3): Likewise.
569         (R_A4): Likewise.
570         (R_A5): Likewise.
571         (R_A6): Likewise.
572         (R_A7): Likewise.
573         (R_SP): Likewise.
574         (R_PC): Likewise.
575         (R_PS): Likewise.
576         (fpregset_t): Likewise.
577         (MCONTEXT_VERSION): Likewise.
578         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (MCONTEXT_VERSION):
579         Likewise.
580         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (REG_R0): Likewise.
581         (REG_R1): Likewise.
582         (REG_R2): Likewise.
583         (REG_R3): Likewise.
584         (REG_R4): Likewise.
585         (REG_R5): Likewise.
586         (REG_R6): Likewise.
587         (REG_R7): Likewise.
588         (REG_R8): Likewise.
589         (REG_R9): Likewise.
590         (REG_R10): Likewise.
591         (REG_R11): Likewise.
592         (REG_R12): Likewise.
593         (REG_R13): Likewise.
594         (REG_R14): Likewise.
595         (REG_R15): Likewise.
596         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Condition inclusion
597         of <arch/abi.h> on [__USE_MISC].
598         (greg_t): Condition on [__USE_MISC].
599         (NGREG): Likewise.
600         (gregset_t): Likewise.
602 2017-05-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
604         * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
605         (__pthread_rwlock_arch_t): Remove __data definition.
606         * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
607         (__pthread_rwlock_arch_t): Likewise.
609 2017-05-11  Florian Weimer  <fweimer@redhat.com>
611         * resolv/inet_pton.c: Reformat in GNU style.  Remove
612         internal_function on static functions.
614 2017-05-11  Florian Weimer  <fweimer@redhat.com>
616         * support/support_format_addrinfo.c (format_ai_flags_1): Renamed
617         from format_ai_flags.
618         (format_ai_flags): New function.  Incorporate flag formatting code
619         from format_ai_one.
620         (format_ai_canonname): New function.
621         (format_ai_one): Remove flags parameter.
622         (format_ai_family): Likewise.
623         (support_format_addrinfo): Call format_ai_flags,
624         format_ai_canonname.
625         * resolv/tst-resolv-basic.c (check_ai_hints): Extracted from
626         check_ai.
627         (check_ai): Call check_ai_hints.
628         (do_test): Add AI_CANONNAME tests.
630 2017-05-11  Florian Weimer  <fweimer@redhat.com>
632         * sysdeps/posix/getaddrinfo.c (gethosts): Remove malloc_addrmem.
633         (gaih_inet): Likewise.
635 2017-05-10  Andreas Schwab  <schwab@suse.de>
637         * nptl/tst-fork1.c: Include <support/test-driver.c>.
638         (main): Rename to do_test and make static.
640 2017-05-10  Joseph Myers  <joseph@codesourcery.com>
642         * string/rawmemchr.c: Include <libc-diag.h>.
643         (RAWMEMCHR): Disable -Wstringop-overflow around call to memchr
644         with size (size_t)-1.
646 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
648         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Remove file.
649         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
650         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
652         * sysdeps/unix/sysv/linux/accept4.c (accept4): Use syscall if
653         [__ASSUME_ACCEPT4_SYSCALL], otherwise socketcall.
654         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Use syscall if
655         [__ASSUME_RECVMMSG_SYSCALL], otherwise socketcall.
656         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Use syscall if
657         [__ASSUME_SENDMMSG_SYSCALL], otherwise socketcall.
658         * sysdeps/unix/sysv/linux/kernel-features.h
659         (__ASSUME_ACCEPT4_SYSCALL): Move to general list of macros for
660         socket syscalls.
661         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
662         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
663         * sysdeps/unix/sysv/linux/i386/kernel-features.h
664         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Remove.
665         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
666         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
667         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Remove.
668         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
669         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
670         * sysdeps/unix/sysv/linux/sh/kernel-features.h
671         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
672         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
673         (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
674         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
675         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
677 2017-05-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
679         * posix/Makefile (headers): Add pthreadtypes-arch.h and
680         thread-shared-types.h.
681         * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h: New file: arch
682         specific thread definition.
683         * sysdeps/alpha/nptl/bits/pthreadtypes-arch.h: Likewise.
684         * sysdeps/arm/nptl/bits/pthreadtypes-arch.h: Likewise.
685         * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h: Likewise.
686         * sysdeps/ia64/nptl/bits/pthreadtypes-arch.h: Likewise.
687         * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h: Likewise.
688         * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h: Likewise.
689         * sysdeps/mips/nptl/bits/pthreadtypes-arch.h: Likewise.
690         * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h: Likewise.
691         * sysdeps/powerpc/nptl/bits/pthreadtypes-arch.h: Likewise.
692         * sysdeps/s390/nptl/bits/pthreadtypes-arch.h: Likewise.
693         * sysdeps/sh/nptl/bits/pthreadtypes-arch.h: Likewise.
694         * sysdeps/sparc/nptl/bits/pthreadtypes-arch.h: Likewise.
695         * sysdeps/tile/nptl/bits/pthreadtypes-arch.h: Likewise.
696         * sysdeps/x86/nptl/bits/pthreadtypes-arch.h: Likewise.
697         * sysdeps/nptl/bits/thread-shared-types.h: New file: shared
698         thread definition between POSIX and C11.
699         * sysdeps/aarch64/nptl/bits/pthreadtypes.h.: Remove file.
700         * sysdeps/alpha/nptl/bits/pthreadtypes.h: Likewise.
701         * sysdeps/arm/nptl/bits/pthreadtypes.h: Likewise.
702         * sysdeps/hppa/nptl/bits/pthreadtypes.h: Likewise.
703         * sysdeps/m68k/nptl/bits/pthreadtypes.h: Likewise.
704         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Likewise.
705         * sysdeps/mips/nptl/bits/pthreadtypes.h: Likewise.
706         * sysdeps/nios2/nptl/bits/pthreadtypes.h: Likewise.
707         * sysdeps/ia64/nptl/bits/pthreadtypes.h: Likewise.
708         * sysdeps/powerpc/nptl/bits/pthreadtypes.h: Likewise.
709         * sysdeps/s390/nptl/bits/pthreadtypes.h: Likewise.
710         * sysdeps/sh/nptl/bits/pthreadtypes.h: Likewise.
711         * sysdeps/sparc/nptl/bits/pthreadtypes.h: Likewise.
712         * sysdeps/tile/nptl/bits/pthreadtypes.h: Likewise.
713         * sysdeps/x86/nptl/bits/pthreadtypes.h: Likewise.
714         * sysdeps/nptl/bits/pthreadtypes.h: New file: common thread
715         definitions shared across all architectures.
717 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
719         * sysdeps/unix/sysv/linux/kernel-features.h
720         (__ASSUME_SENDMMSG_SYSCALL): Define unconditionally.
721         (__ASSUME_SENDMMSG): Likewise.
722         (__ASSUME_SENDMMSG_SOCKETCALL): Remove macro.
723         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Define using
724         sendmmsg syscall if that can be assumed to be present, socketcall
725         otherwise, with no fallback for runtime failure.
727         * sysdeps/unix/sysv/linux/kernel-features.h
728         (__ASSUME_RECVMMSG_SYSCALL): Define unconditionally.
729         (__ASSUME_RECVMMSG_SOCKETCALL): Remove macro.
730         (__ASSUME_RECVMMSG): Likewise.
731         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Define using
732         recvmmsg syscall if it can be assumed to be present, socketcall
733         otherwise, with no fallback for runtime failure.
735 2017-05-09  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
736             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
738         * bits/libc-header-start.h:
739         (__GLIBC_USE_IEC_60559_TYPES_EXT): New macro.
740         * include/features.h: Describe __STDC_WANT_IEC_60559_TYPES_EXT__.
741         * manual/creature.texi: Likewise.
743 2017-05-09  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
744             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
746         * math/Makefile:
747         (type-float128-suffix): New variable
748         (type-float128-routines): Likewise
749         (type-float128-yes): Likewise
750         (types): Append float128 if supported
751         (types-basic): New variable to control the use of templates for
752         float, double, and long double, but not for float128 or newer types.
753         (type-basic-foreach): Likewise.
755         * sysdeps/ieee754/float128/Makeconfig: New file.
756         * sysdeps/ieee754/float128/Versions: New file.
758 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
760         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRLIMIT64):
761         Remove macro.
762         * sysdeps/unix/sysv/linux/getrlimit64.c (__getrlimit64): Assume
763         prlimit64 is always available and does not give an ENOSYS error.
764         * sysdeps/unix/sysv/linux/prlimit.c [__NR_prlimit64]: Make code
765         unconditional.
766         [!__NR_prlimit64]: Remove conditional code.
767         * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Assume
768         prlimit64 is always available and does not give an ENOSYS error.
769         * sysdeps/unix/sysv/linux/setrlimit64.c (__setrlimit64): Likewise.
771 2017-05-09  Zack Weinberg  <zackw@panix.com>
773         * sunrpc/tst-xdrmem2.c: Include stdint.h.
775 2017-05-09  Florian Weimer  <fweimer@redhat.com>
777         [BZ #21474]
778         * resolv/res_libc.c (res_init): Use RES_DFLRETRY.
779         (__res_maybe_init): Likewise.
781 2017-05-09  Zack Weinberg  <zackw@panix.com>
783         * extra-modules.mk: Delete file.
784         * cppflags-iterator.mk: Rename to ...
785         * libof-iterator.mk: ...this.  Adjust comments.
787         * Makerules, extra-lib.mk, benchtests/Makefile, elf/Makefile
788         * elf/rtld-Rules, iconv/Makefile, locale/Makefile, malloc/Makefile
789         * nscd/Makefile, sunrpc/Makefile, sysdeps/s390/Makefile:
790         Use libof-iterator.mk instead of cppflags-iterator.mk or
791         extra-modules.mk.
793         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Remove
794         extra-modules.mk and cppflags-iterator.mk, add libof-iterator.mk.
796 2017-05-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
798         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
800 2017-05-08  Carlos O'Donell  <carlos@redhat.com>
802         * stdio-common/vfprintf.c (EXTSIZ): Define.
803         (vfprintf): Use EXTSIZ.
804         (printf_positional): Likewise.
806 2017-05-08  Joseph Myers  <joseph@codesourcery.com>
808         * sysdeps/unix/sysv/linux/kernel-features.h
809         (__ASSUME_PROC_PID_TASK_COMM): Remove macro.
810         * sysdeps/unix/sysv/linux/tst-setgetname.c: Do not include
811         <kernel-features.h>.
812         (do_test) [!__ASSUME_PROC_PID_TASK_COMM]: Remove conditional code.
814         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h
815         (__ASSUME_GETCPU_SYSCALL): Remove macro.
817 2017-05-08  Florian Weimer  <fweimer@redhat.com>
819         Prevent multiple deletion of temporary files.
820         * support/temp_file.c (struct temp_name_list): Add owner member.
821         (add_temp_file): Record owner.
822         (support_delete_temp_files): Delete file only if owner matches.
823         * posix/tst-exec.c (temp_fd1, temp_fd2): Define.
824         (do_prepare): Use create_temp_file instead of add_temp_file.
825         Initialize temp_fd1, temp_fd2.
826         (do_test): Use global temp_fd1, temp_fd2 variables.  Let the test
827         framework remove the temporary files.
828         * posix/tst-exec.c (temp_fd1, temp_fd2, temp_fd3): Define.
829         (do_prepare): Use create_temp_file instead of add_temp_file.
830         Initialize temp_fd1, temp_fd2, temp_fd3.
831         (do_test): Use global temp_fd1, temp_fd2, temp_fd3 variables.  Let
832         the test framework remove the temporary files.
833         * posix/tst-vfork3.c (do_prepare): Adjust for LIFO order of file
834         deletion.
835         * posix/tst-pathconf.c (do_test): Do not call rmdir on the
836         temporary directory.  It is removed by the test framework.
837         * dirent/tst-scandir.c (do_test): Likewise.
839 2017-05-08  Florian Weimer  <fweimer@redhat.com>
841         Delete temporary files in LIFO order.
842         * support/temp_file.c (struct temp_name_list): Replace q member
843         with next.
844         (add_temp_file): Add new file to front of linked list.
845         (support_delete_temp_files): Use next member.
846         (support_print_temp_files): Likewise.
848 2017-05-08  Florian Weimer  <fweimer@redhat.com>
850         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
851         sys/ultrasound.h.
852         * sysdeps/unix/sysv/linux/sys/ultrasound.h: Remove file.
854 2017-05-08  Joseph Myers  <joseph@codesourcery.com>
856         * sysdeps/unix/sysv/linux/i386/configure.ac (arch_minimum_kernel):
857         Remove.
858         * sysdeps/unix/sysv/linux/i386/configure: Regenerated.
859         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac
860         (arch_minimum_kernel): Remove.
861         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerated.
862         * README: Update statement about Linux kernel requirements.
864 2017-05-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
866         * manual/llio.texi: Add preadv and pwritev documentation.
868 2017-05-04  Joseph Myers  <joseph@codesourcery.com>
870         [BZ #21455]
871         * bits/stdint-intn.h: New file.
872         * bits/stdint-uintn.h: Likewise.
873         * stdlib/Makefile (headers): Add bits/stdint-intn.h and
874         bits/stdint-uintn.h.
875         * inet/netinet/in.h: Include <bits/stdint-uintn.h> instead of
876         <stdint.h>.
877         * posix/sys/types.h: Include <bits/stdint-intn.h>.
878         (__int8_t_defined): Do not define here.
879         (int8_t): Likewise.
880         (int16_t): Likewise.
881         (int32_t): Likewise.
882         (int64_t): Likewise.
883         [__GNUC_PREREQ (2, 7)] (__intN_t): Likewise.
884         * resolv/netdb.h: Include <bits/stdint-uintn.h> instead of
885         <stdint.h>.
886         * include/netdb.h [_ISOMAC]: Do not include <stdint.h>.
887         * sysdeps/generic/stdint.h: Include <bits/stdint-intn.h> and
888         <bits/stdint-uintn.h>.
889         (int8_t): Do not define here.
890         (int16_t): Likewise.
891         (int32_t): Likewise.
892         (int64_t): Likewise.
893         (uint8_t): Likewise.
894         (uint16_t): Likewise.
895         (uint32_t): Likewise.
896         (uint64_t): Likewise.
897         * conform/Makefile (test-xfail-XPG42/arpa/inet.h/conform): Remove
898         variable.
899         (test-xfail-XPG42/netdb.h/conform): Likewise.
900         (test-xfail-XPG42/netinet/in.h/conform): Likewise.
901         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
902         (test-xfail-UNIX98/netdb.h/conform): Likewise.
903         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
905 2017-05-04  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
907         * sysdeps/generic/math_private.h (mathx_hidden_def): New macro.
908         * sysdeps/ieee754/ldbl-128/s_finitel.c: Replace hidden_def with
909         the above.
910         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
911         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
913 2017-05-04  Joseph Myers  <joseph@codesourcery.com>
915         [BZ #21445]
916         * signal/signal.h [__USE_XOPEN2K8] (bsd_signal): Do not declare.
918         [BZ #21457]
919         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h
920         [_MIPS_SIM != _ABIO32] (mcontext_t): Rename field reserved to
921         __glibc_reserved1.
922         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h
923         (struct _fpx_sw_bytes): Rename field padding to __glibc_reserved1.
924         (struct _fpxreg): Likewise.
925         [!__x86_64__] (struct _fpstate): Rename field reserved to
926         __glibc_reserved1.  Rename field padding to __glibc_reserved2.
927         [__x86_64__] (struct _fpstate): Rename field padding to
928         __glibc_reserved1.
929         (struct _xsave_hdr): Rename field reserved1 to __glibc_reserved1.
930         Rename field reserved2 to __glibc_reserved2.
931         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h
932         [__x86_64__] (struct _libc_fpxreg): Rename field padding to
933         __glibc_reserved1.
934         [__x86_64__] (struct _libc_fpstate): Rename field padding to
935         __glibc_reserved1.
937 2017-05-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
939         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Correct hwcap
940         variable name.
942 2017-05-03  H.J. Lu  <hongjiu.lu@intel.com>
944         [BZ #21391]
945         * sysdeps/i386/dl-machine.h (dl_platform_init) [IS_IN (rtld)]:
946         Only call init_cpu_features.
947         [!IS_IN (rtld)]: Only set GLRO(dl_platform) to NULL if needed.
948         * sysdeps/x86_64/dl-machine.h (dl_platform_init): Likewise.
949         * sysdeps/i386/dl-procinfo.h: Removed.
950         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Don't include
951         <sysdeps/i386/dl-procinfo.h> nor <ldsodefs.h>.  Include
952         <sysdeps/x86/dl-procinfo.h>.
953         (_dl_procinfo): Replace _DL_HWCAP_COUNT with 32.
954         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h [!IS_IN (ldconfig)]:
955         Include <sysdeps/x86/dl-procinfo.h> instead of
956          <sysdeps/generic/dl-procinfo.h>.
957         * sysdeps/x86/cpu-features.c: Include <dl-hwcap.h>.
958         (init_cpu_features): Set dl_platform, dl_hwcap and dl_hwcap_mask.
959         * sysdeps/x86/cpu-features.h (bit_cpu_LZCNT): New.
960         (bit_cpu_MOVBE): Likewise.
961         (bit_cpu_BMI1): Likewise.
962         (bit_cpu_BMI2): Likewise.
963         (index_cpu_BMI1): Likewise.
964         (index_cpu_BMI2): Likewise.
965         (index_cpu_LZCNT): Likewise.
966         (index_cpu_MOVBE): Likewise.
967         (index_cpu_POPCNT): Likewise.
968         (reg_BMI1): Likewise.
969         (reg_BMI2): Likewise.
970         (reg_LZCNT): Likewise.
971         (reg_MOVBE): Likewise.
972         (reg_POPCNT): Likewise.
973         * sysdeps/x86/dl-hwcap.h: New file.
974         * sysdeps/x86/dl-procinfo.h: Likewise.
975         * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): New.
976         (_dl_x86_platforms): Likewise.
978 2017-05-03  DJ Delorie  <dj@redhat.com>
980         [BZ #21411]
981         * malloc/malloc.c: Tweak realloc/MREMAP comment to be more accurate.
983 2017-05-03  Phil Blundell  <pb@pbcl.net>
985         * inet/netinet/in.h (struct ip_mreq_source): Correct misplaced
986         comments.
988 2017-05-03  Carlos O'Donell  <carlos@redhat.com>
990         [BZ #20116]
991         * nptl/pthread_create.c: Expand comments to describe
992         semaphore-like and mutex-like uses of PD->lock.
994 2017-04-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
996         * sysdeps/unix/sysv/linux/epoll_wait.c: New file.
997         * sysdeps/unix/sysv/linux/generic/epoll_wait.c: Remove file.
998         * sysdeps/unix/sysv/linux/syscalls.list: Remove epoll_wait from
999         auto-generation list.
1000         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
1001         epoll_wait.
1002         * sysdeps/unix/sysv/linux/generic/Makefile (sysdep_routines):
1003         Remove epoll_wait.
1005         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
1006         osf_select.
1007         * sysdeps/unix/sysv/linux/alpha/select.c: New file.
1008         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove select and
1009         osf_select from auto-generation list.
1010         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1011         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1012         * sysdeps/unix/sysv/linux/generic/select.c: Remove file.
1013         * sysdeps/unix/sysv/linux/select.c: New file.
1015         * sysdeps/unix/sysv/linux/generic/poll.c: Remove file.
1016         * sysdeps/unix/sysv/linux/poll.c: New file.
1017         * sysdeps/unix/sysv/linux/syscalls.list: Remove poll from
1018         auto-generation list.
1020 2017-05-03  Joseph Myers  <joseph@codesourcery.com>
1022         * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDRDM):
1023         New macro.
1025 2017-05-02  Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
1027         [BZ #21179]
1028         * sysdeps/sparc/sparc64/dl-machine.h: Handle R_SPARC_DISP64 and
1029         R_SPARC_REGISTER relocations.
1031 2017-05-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1033         * include/unistd.h (__pread): Add libc_hidden_proto.
1034         (__pread64): Likewise.
1035         (__pwrite): Likewise.
1036         * sysdeps/unix/sysv/linux/microblaze/localplt.data [libc.so]
1037         (__pread64): Remove.
1038         * sysdeps/unix/sysv/linux/pread.c (__pread64): Add libc_hidden_weak.
1039         * sysdeps/unix/sysv/linux/pread64.c (__pread64): Likewise.
1040         * sysdeps/unix/sysv/linux/pwrite.c (__pwrite): Likewise.
1042 2017-05-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1044         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1046 2017-04-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1048         * nptl/tst-cancel4-common.c: Use libsupport.
1049         * nptl/tst-cancel4-common.h: Likewise.
1050         * nptl/tst-cancel4.c (tf_read): Likewise.
1051         (tf_readv): Likewise.
1052         (tf_write): Likewise.
1053         (tf_writev): Likewise.
1054         (tf_sleep): Likewise.
1055         (tf_usleep): Likewise.
1056         (tf_nanosleep): Likewise.
1057         (tf_select): Likewise.
1058         (tf_pselect): Likewise.
1059         (tf_poll): Likewise.
1060         (tf_ppoll): Likewise.
1061         (tf_wait): Likewise.
1062         (tf_waitpid): Likewise.
1063         (tf_waitid): Likewise.
1064         (tf_sigpause): Likewise.
1065         (tf_sigsuspend): Likewise.
1066         (tf_sigwait): Likewise.
1067         (tf_sigwaitinfo): Likewise.
1068         (tf_sigtimedwait): Likewise.
1069         (tf_pause): Likewise.
1070         (tf_accept): Likewise.
1071         (tf_send): Likewise.
1072         (tf_recv): Likewise.
1073         (tf_recvfrom): Likewise.
1074         (tf_recvmsg): Likewise.
1075         (tf_open): Likewise.
1076         (tf_close): Likewise.
1077         (tf_pread): Likewise.
1078         (tf_pwrite): Likewise.
1079         (tf_preadv): Likewise.
1080         (tf_pwritev): Likewise.
1081         (tf_fsync): Likewise.
1082         (tf_fdatasync): Likewise.
1083         (tf_msync): Likewise.
1084         (tf_sendto): Likewise.
1085         (tf_sendmsg): Likewise.
1086         (tf_creat): Likewise.
1087         (tf_connect): Likewise.
1088         (tf_tcdrain): Likewise.
1089         (tf_msgrcv): Likewise.
1090         (tf_msgsnd): Likewise.
1091         * nptl/tst-cancel4_1.c (tf_sendmmsg): Likewise.
1092         * nptl/tst-cancel4_2.c (tf_recvmmsg): Likewise.
1094         * misc/tst-preadvwritev-common.c (do_prepare): Use libsupport
1095         expected arguments.
1096         (do_test): Adapt to use libsupport.
1098 2017-05-01  Joseph Myers  <joseph@codesourcery.com>
1100         * sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_CONNECT): New macro.
1102         * sysdeps/unix/sysv/linux/bits/socket.h (PF_SMC): New macro.
1103         (PF_MAX): Set to 44.
1104         (AF_SMC): New macro.
1106         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
1107         kernel version to 4.11.
1109 2017-04-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1111         [BZ #21280]
1112         * sysdeps/powerpc/power7/fpu/s_logbl.c (__logbl): Ignore the
1113         signal of subnormals and adjust the exponent of power of 2 down
1114         when low part has opposite sign.
1116 2017-04-28  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1118         * sysdeps/powerpc/powerpc64le/Implies: New file.
1119         * sysdeps/powerpc/powerpc64le/fpu/Implies: New file.
1120         * sysdeps/powerpc/powerpc64le/fpu/multiarch/Implies: New file.
1121         * sysdeps/powerpc/powerpc64le/multiarch/Implies: New file.
1122         * sysdeps/powerpc/powerpc64le/power7/Implies: New file.
1123         * sysdeps/powerpc/powerpc64le/power7/fpu/Implies: New file.
1124         * sysdeps/powerpc/powerpc64le/power7/fpu/multiarch/Implies: New file.
1125         * sysdeps/powerpc/powerpc64le/power7/multiarch/Implies: New file.
1126         * sysdeps/powerpc/powerpc64le/power8/Implies: New file.
1127         * sysdeps/powerpc/powerpc64le/power8/fpu/Implies: New file.
1128         * sysdeps/powerpc/powerpc64le/power8/fpu/multiarch/Implies: New file.
1129         * sysdeps/powerpc/powerpc64le/power8/multiarch/Implies: New file.
1130         * sysdeps/powerpc/powerpc64le/power9/Implies: New file.
1131         * sysdeps/powerpc/powerpc64le/power9/fpu/Implies: New file.
1132         * sysdeps/powerpc/powerpc64le/power9/fpu/multiarch/Implies: New file.
1133         * sysdeps/powerpc/powerpc64le/power9/multiarch/Implies: New file.
1134         * sysdeps/powerpc/preconfigure: New file.
1135         * sysdeps/unix/sysv/linux/powerpc/powerpc64le/Implies: New file.
1136         * sysdeps/unix/sysv/linux/powerpc/powerpc64le/fpu/Implies: New file.
1138 2017-04-28  Joseph Myers  <joseph@codesourcery.com>
1140         * conform/data/semaphore.h-data [XOPEN2K] (time.h): Allow header
1141         inclusion.
1142         * conform/Makefile (test-xfail-XOPEN2K/semaphore.h/conform):
1143         Remove.
1145 2017-04-27  Joseph Myers  <joseph@codesourcery.com>
1147         * conform/GlibcConform.pm (XPG4): Rename standard to XPG42.
1148         (XPG3): Rename standard to XPG4.
1149         * conform/Makefile: Likewise.
1150         * conform/list-header-symbols.pl: Likewise.
1151         * conform/data/aio.h-data: Likewise.
1152         * conform/data/arpa/inet.h-data: Likewise.
1153         * conform/data/complex.h-data: Likewise.
1154         * conform/data/ctype.h-data: Likewise.
1155         * conform/data/dlfcn.h-data: Likewise.
1156         * conform/data/fcntl.h-data: Likewise.
1157         * conform/data/fenv.h-data: Likewise.
1158         * conform/data/float.h-data: Likewise.
1159         * conform/data/fmtmsg.h-data: Likewise.
1160         * conform/data/ftw.h-data: Likewise.
1161         * conform/data/grp.h-data: Likewise.
1162         * conform/data/inttypes.h-data: Likewise.
1163         * conform/data/iso646.h-data: Likewise.
1164         * conform/data/langinfo.h-data: Likewise.
1165         * conform/data/libgen.h-data: Likewise.
1166         * conform/data/limits.h-data: Likewise.
1167         * conform/data/locale.h-data: Likewise.
1168         * conform/data/math.h-data: Likewise.
1169         * conform/data/mqueue.h-data: Likewise.
1170         * conform/data/ndbm.h-data: Likewise.
1171         * conform/data/net/if.h-data: Likewise.
1172         * conform/data/netdb.h-data: Likewise.
1173         * conform/data/netinet/in.h-data: Likewise.
1174         * conform/data/poll.h-data: Likewise.
1175         * conform/data/pthread.h-data: Likewise.
1176         * conform/data/pwd.h-data: Likewise.
1177         * conform/data/sched.h-data: Likewise.
1178         * conform/data/search.h-data: Likewise.
1179         * conform/data/semaphore.h-data: Likewise.
1180         * conform/data/signal.h-data: Likewise.
1181         * conform/data/spawn.h-data: Likewise.
1182         * conform/data/stdbool.h-data: Likewise.
1183         * conform/data/stdint.h-data: Likewise.
1184         * conform/data/stdio.h-data: Likewise.
1185         * conform/data/stdlib.h-data: Likewise.
1186         * conform/data/string.h-data: Likewise.
1187         * conform/data/strings.h-data: Likewise.
1188         * conform/data/stropts.h-data: Likewise.
1189         * conform/data/sys/mman.h-data: Likewise.
1190         * conform/data/sys/resource.h-data: Likewise.
1191         * conform/data/sys/select.h-data: Likewise.
1192         * conform/data/sys/socket.h-data: Likewise.
1193         * conform/data/sys/stat.h-data: Likewise.
1194         * conform/data/sys/statvfs.h-data: Likewise.
1195         * conform/data/sys/time.h-data: Likewise.
1196         * conform/data/sys/timeb.h-data: Likewise.
1197         * conform/data/sys/types.h-data: Likewise.
1198         * conform/data/sys/uio.h-data: Likewise.
1199         * conform/data/sys/un.h-data: Likewise.
1200         * conform/data/sys/wait.h-data: Likewise.
1201         * conform/data/syslog.h-data: Likewise.
1202         * conform/data/termios.h-data: Likewise.
1203         * conform/data/tgmath.h-data: Likewise.
1204         * conform/data/time.h-data: Likewise.
1205         * conform/data/ucontext.h-data: Likewise.
1206         * conform/data/unistd.h-data: Likewise.
1207         * conform/data/utmpx.h-data: Likewise.
1208         * conform/data/varargs.h-data: Likewise.
1209         * conform/data/wchar.h-data: Likewise.
1210         * conform/data/wctype.h-data: Likewise.
1212 2017-04-26  Joseph Myers  <joseph@codesourcery.com>
1214         * scripts/build-many-glibcs.py (Context.checkout): Default gcc
1215         version to 7 branch.
1217 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
1219         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Add
1220         earlyclobber to output operand of sqrt insn.
1221         (__ieee754_sqrtf): Ditto.
1223 2017-04-25  Joseph Myers  <joseph@codesourcery.com>
1225         [BZ #21426]
1226         * misc/bits/types/struct_iovec.h: New file.
1227         * misc/Makefile (headers): Add bits/types/struct_iovec.h.
1228         * include/bits/types/struct_iovec.h: New file.
1229         * bits/uio.h (struct iovec): Replace by inclusion of
1230         <bits/types/struct_iovec.h>.
1231         * sysdeps/unix/sysv/linux/bits/uio.h (struct iovec): Likewise.
1232         * socket/sys/socket.h: Include <bits/types/struct_iovec.h> instead
1233         of <sys/uio.h>.
1234         * nptl/tst-cancel4.c: Include <sys/uio.h>
1235         * posix/test-errno.c: Likewise.
1236         * support/resolv_test.c: Likewise.
1237         * conform/Makefile (test-xfail-POSIX2008/arpa/inet.h/conform):
1238         Remove.
1239         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
1240         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
1241         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
1243         * conform/data/sys/socket.h-data (*_t): Allow.
1245 2017-04-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1247         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Remove ununsed
1248         assignment.
1250 2017-04-24  Daurnimator  <quae@daurnimator.com>
1251             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1253         [BZ #21340]
1254         * posix/Makefile (tests): Add tst-posix_spawn-setsid to list of tests.
1255         * posix/spawn.h: define POSIX_SPAWN_SETSID flag.
1256         * posix/spawnattr_setflags.c (ALL_FLAGS): Add POSIX_SPAWN_SETSID to
1257         valid flags.
1258         * posix/tst-posix_spawn-setsid.c: Add test for POSIX_SPAWN_SETSID.
1259         * sysdeps/mach/hurd/spawni.c (__spawni): Implementation of
1260         POSIX_SPAWN_SETSID.
1261         * sysdeps/posix/spawni.c (__spawni): Likewise.
1262         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
1263         * NEWS: Add note about POSIX_SPAWN_SETSID support.
1265 2017-04-24  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1267         * sysdeps/generic/math_private.h: Move the declaration of many
1268         functions to sysdeps/generic/math_private_calls.h.
1269         * sysdeps/generic/math_private_calls.h: New file with the
1270         declarations of the functions removed from math_private.h
1271         macroized by floating-point type.
1273 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
1275         * sysdeps/s390/multiarch/utf8-utf32-z9.c: New File.
1276         * sysdeps/s390/utf8-utf32-z9.c: Move ifunc resolvers to multiarch
1277         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|CU|VX].
1278         (HAVE_FROM_C, HAVE_FROM_CU, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX,
1279         FROM_LOOP_DEFAULT, FROM_LOOP_C, FROM_LOOP_CU, FROM_LOOP_VX,
1280         TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX): New Define.
1282 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
1284         * sysdeps/s390/multiarch/utf16-utf32-z9.c: New File.
1285         * sysdeps/s390/utf16-utf32-z9.c: Move ifunc resolvers to multiarch
1286         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|VX].
1287         (HAVE_FROM_C, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX, FROM_LOOP_DEFAULT,
1288         FROM_LOOP_C, FROM_LOOP_VX, TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX):
1289         New Define.
1291 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
1293         * sysdeps/s390/multiarch/utf8-utf16-z9.c: New File.
1294         * sysdeps/s390/utf8-utf16-z9.c: Move ifunc resolvers to multiarch
1295         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|CU|VX].
1296         (HAVE_FROM_C, HAVE_FROM_CU, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX,
1297         FROM_LOOP_DEFAULT, FROM_LOOP_C, FROM_LOOP_CU, FROM_LOOP_VX,
1298         TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX): New Define.
1300 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
1302         * sysdeps/s390/multiarch/ifunc-resolve.h
1303         (s390_libc_ifunc_expr_init, s390_libc_ifunc_expr): New Define.
1304         * sysdeps/s390/multiarch/8bit-generic.c
1305         (__to_generic, __from_generic): Use s390_libc_ifunc_expr to
1306         define ifunc resolvers.
1308 2017-04-21  Florian Weimer  <fweimer@redhat.com>
1310         [BZ #20424]
1311         * manual/memory.texi (Replacing malloc): New section.
1312         (Allocating Storage For Program Data): Reference it.
1313         (The GNU Allocator): Likewise.
1315 2017-04-20  Joseph Myers  <joseph@codesourcery.com>
1317         * stdlib/Versions (__strtod_internal): List explicitly, not as
1318         wildcard.
1319         (__strtof_internal): Likewise.
1320         (__strtold_internal): Likewise.
1321         (__strtol_internal): Likewise.
1322         (__strtoll_internal): Likewise.
1323         (__strtoul_internal): Likewise.
1324         (__strtoull_internal): Likewise.
1325         (__strtoq_internal): Likewise.
1326         (__strtouq_internal): Likewise.
1327         * wcsmbs/Versions (__wcstod_internal): Likewise.
1328         (__wcstof_internal): Likewise.
1329         (__wcstold_internal): Likewise.
1330         (__wcstol_internal): Likewise.
1331         (__wcstoll_internal): Likewise.
1332         (__wcstoul_internal): Likewise.
1333         (__wcstoull_internal): Likewise.
1335 2017-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1337         * io/sys/stat.h: Use __USE_XOPEN2K8 insteaf of __USE_ATFILE for
1338         struct timespec definition.
1340 2017-04-19  Florian Weimer  <fweimer@redhat.com>
1342         * resolv/nss_dns/dns-host.c (getanswer_r): Fix parentheses.
1344 2017-04-19  Florian Weimer  <fweimer@redhat.com>
1346         * inet/rcmd.c (rresvport_af): Fix typo in comment.
1347         * inet/rexec.c (rexec_af): Likewise.
1349 2017-04-19  Zack Weinberg  <zackw@panix.com>
1351         * posix/tst-mmap-offset.c: Include stdint.h.
1352         * resolv/tst-ns_name_compress.c: Include string.h.
1353         * resolv/tst-resolv-edns.c: Include resolv.h.
1355 2017-04-19  Florian Weimer  <fweimer@redhat.com>
1357         * resolv/gai_suspend.c (gai_suspend): Replace __builtin_expect
1358         with __glibc_likely.
1359         * resolv/nss_dns/dns-host.c (getanswer_r, gaih_getanswer_slice):
1360         Replace __builtin_expect with __glibc_unlikely.
1361         * resolv/res_init.c (__res_vinit): Likewise.
1362         * resolv/res_query.c (__libc_res_nquery): Likewise.
1363         * resolv/res_send.c (__libc_res_nsend): Likewise.
1365 2017-04-19  Florian Weimer  <fweimer@redhat.com>
1367         [BZ #15722]
1368         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Create socket
1369         with SOCK_CLOEXEC.
1370         * resolv/res_send.c (send_vc, reopen): Likewise.
1371         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Likewise.
1372         * sysdeps/unix/sysv/linux/check_native.c (__check_native):
1373         Likewise.
1374         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_open): Likewise.
1375         * inet/rexec.c (rexec_af): Add comment.
1376         * inet/rcmd.c (rresvport_af): Likewise.
1378 2017-04-19  Florian Weimer  <fweimer@redhat.com>
1380         * nscd/connections.c (have_accept4): Removed definition.
1381         (nscd_run_worker, main_loop_poll, main_loop_epolll): Assume that
1382         accept4 works.
1383         * manual/install.texi (Linux): Require at least kernel 3.2.18 for
1384         ia64 because that was the first version with accept4 support.
1385         * support/Makefile (libsupport-routines): Add xaccept4.
1386         * support/xsocket.h (xaccept4): Declare.
1387         * support/xaccept4.c: New file.
1388         * socket/tst-accept4.c: New file.
1389         * socket/Makefile (tests): Add tst-accept4.
1390         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Remove
1391         definition.
1392         * sysdeps/nacl/kernel-features.h (__ASSUME_ACCEPT4): Remove
1393         comment.
1394         * sysdeps/unix/sysv/linux/accept4.c: Assume that an accept4
1395         implementation is available.
1396         (accept4): Use the system call if available, otherwise use the
1397         socket call.
1398         * sysdeps/unix/sysv/linux/ia64/configure.ac (arch_minimum_kernel):
1399         Set to 3.2.18.
1400         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
1401         (__ASSUME_ACCEPT4_SYSCALL, __ASSUME_ACCEPT4): Do not undefine.
1402         accept4 is unconditionally available in later 3.2 stable kernels.
1403         (__ASSUME_ACCEPT4_SYSCALL): Define.
1404         * sysdeps/unix/sysv/linux/kernel-features.h
1405         (__ASSUME_ACCEPT4_SOCKETCALL, __ASSUME_ACCEPT4): Remove
1406         definitions.
1407         * sysdeps/unix/sysv/linux/i386/kernel-features.h
1408         (__ASSUME_ACCEPT4_SYSCALL): Define for Linux 4.3 or later.
1410 2017-04-18  Joseph Myers  <joseph@codesourcery.com>
1412         * conform/Makefile (tests-special): Do not make addition of
1413         $(conformtest-header-tests) conditional on [$(cross-compiling) = no].
1414         (generated): Do not make addition of $(conformtest-header-base)
1415         conditional on [$(cross-compiling) = no].
1417         [BZ #21267]
1418         * sysdeps/unix/sysv/linux/bits/socket.h (IOCSIZE_MASK): Undefine
1419         if defined by <asm/socket.h> and not previously defined.
1420         (IOCSIZE_SHIFT): Likewise.
1421         (IOC_IN): Likewise.
1422         (IOC_INOUT): Likewise.
1423         (IOC_OUT): Likewise.
1425 2017-04-18  H.J. Lu  <hongjiu.lu@intel.com>
1427         [BZ #21396]
1428         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
1429         Prefer_No_AVX512 if AVX512ER isn't available.
1430         * sysdeps/x86/cpu-features.h (bit_arch_Prefer_No_AVX512): New.
1431         (index_arch_Prefer_No_AVX512): Likewise.
1432         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Don't use
1433         AVX512 version if Prefer_No_AVX512 is set.
1434         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk):
1435         Likewise.
1436         * sysdeps/x86_64/multiarch/memmove.S (__libc_memmove): Likewise.
1437         * sysdeps/x86_64/multiarch/memmove_chk.S (__memmove_chk):
1438         Likewise.
1439         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1440         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk):
1441         Likewise.
1442         * sysdeps/x86_64/multiarch/memset.S (memset): Likewise.
1443         * sysdeps/x86_64/multiarch/memset_chk.S (__memset_chk):
1444         Likewise.
1446 2017-04-18  H.J. Lu  <hongjiu.lu@intel.com>
1448         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
1449         Prefer_No_VZEROUPPER if AVX512ER is available.
1450         * sysdeps/x86/cpu-features.h
1451         (bit_cpu_AVX512PF): New.
1452         (bit_cpu_AVX512ER): Likewise.
1453         (bit_cpu_AVX512CD): Likewise.
1454         (bit_cpu_AVX512BW): Likewise.
1455         (bit_cpu_AVX512VL): Likewise.
1456         (index_cpu_AVX512PF): Likewise.
1457         (index_cpu_AVX512ER): Likewise.
1458         (index_cpu_AVX512CD): Likewise.
1459         (index_cpu_AVX512BW): Likewise.
1460         (index_cpu_AVX512VL): Likewise.
1461         (reg_AVX512PF): Likewise.
1462         (reg_AVX512ER): Likewise.
1463         (reg_AVX512CD): Likewise.
1464         (reg_AVX512BW): Likewise.
1465         (reg_AVX512VL): Likewise.
1467 2017-04-18  Florian Weimer  <fweimer@redhat.com>
1469         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Assume that
1470         O_CLOEXEC is defined.
1471         * include/fcntl.h (__have_o_cloexec): Remove declaration.
1472         * io/Makefile (aux): Remove.
1473         * io/have_o_cloexec.c: Remove file.
1474         * libio/fileops.c (_IO_new_file_fopen): Assume that O_CLOEXEC is
1475         defined and works.
1476         * libio/iopopen.c (_IO_new_proc_open): Assume that O_CLOEXEC is
1477         defined.
1478         * login/utmp_file.c (O_flags): Remove definition.
1479         (setutent_file): Use O_CLOEXEC instead of O_flags.  Assume that
1480         O_CLOEXEC works.
1481         (pututline_file): Likewise.
1482         * malloc/mtrace.c: Assume that O_CLOEXEC works.
1483         * nis/nss_compat/compat-grp.c (__compat_have_cloexec): Remove
1484         definition.
1485         (internal_setgrent): Assume that O_CLOEXEC works.
1486         * nis/nss_compat/compat-initgroups.c (__compat_have_cloexec):
1487         Remove definition.
1488         (internal_setgrent): Assume that O_CLOEXEC works.
1489         * nis/nss_compat/compat-pwd.c (__compat_have_cloexec): Remove
1490         definition.
1491         (internal_setpwent): Assume that O_CLOEXEC works.
1492         * nis/nss_compat/compat-spwd.c (__compat_have_cloexec): Remove
1493         definition.
1494         (internal_setspent): Assume that O_CLOEXEC works.
1495         * nscd/connections.c (EXTRA_O_FLAGS): Remove definition.
1496         (nscd_init): Use O_CLOEXEC instead of EXTRA_O_FLAGS.  Assume that
1497         O_CLOEXEC is defined and works.
1498         * nss/Makefile (libnss_files-routines): Remove
1499         files-have_o_cloexec.
1500         * nss/nss_db/db-open.c (internal_setent): Assume that O_CLOEXEC is
1501         defined.
1502         * nss/nss_files/files-XXX.c (internal_setent): Assume that
1503         O_CLOEXEC is defined and works.
1504         * nss/nss_files/files-alias.c (internal_setent): Likewise.
1505         * nss/nss_files/files-have_o_cloexec.c: Remove.
1506         * posix/wordexp.c (exec_comm_child): Assume that O_CLOEXEC is
1507         defined.
1508         * shadow/lckpwdf.c (__lckpwdf): Assume that O_CLOEXEC is defined
1509         and works.
1510         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_O_CLOEXEC): Remove
1511         definition.
1512         * sysdeps/nacl/kernel-features.h (__ASSUME_O_CLOEXEC): Likewise.
1513         * sysdeps/posix/getcwd.c (__getcwd): Assume that O_CLOEXEC works.
1514         * sysdeps/posix/opendir.c (opendir_oflags): Turn into enum constant.
1515         (__opendirat, __opendir): Adjust opendir_oflags call.
1516         (check_have_o_cloexec): Remove.
1517         (__alloc_dir): Assume that O_CLOEXEC is defined and works.
1518         * sysdeps/posix/shm_open.c (shm_open): Assume that O_CLOEXEC is
1519         defined.
1520         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_O_CLOEXEC):
1521         Remove definition.
1523 2017-04-18  Florian Weimer  <fweimer@redhat.com>
1525         * include/unistd.h (__have_dup3): Remove declaration.
1526         * libio/freopen.c (freopen): Assume that O_CLOEXEC is defined and
1527         dup3 is available.
1528         * libio/freopen64.c (freopen64): Likewise.
1529         * socket/Makefile (aux): Remove have_sock_cloexec.
1530         * socket/have_sock_cloexec.c: Remove file.
1531         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Remove
1532         definition.
1533         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_DUP3):
1534         Likewise.
1535         * sysdeps/nacl/kernel-features.h: Update comment.
1537 2017-04-18  Florian Weimer  <fweimer@redhat.com>
1539         * include/unistd.h (__have_pipe2): Remove declaration.
1540         * socket/have_sock_cloexec.c (__have_pipe2): Remove definition.
1541         * libio/iopopen.c (_IO_new_proc_open): Assume that pipe2 is
1542         available.
1543         * posix/wordexp.c (exec_comm_child, exec_comm): Likewise.
1544         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PIPE2):
1545         Remove definition.
1547 2017-04-18  Florian Weimer  <fweimer@redhat.com>
1549         * malloc/malloc.c (cfree): Turn into compat symbol.
1550         (__cfree): Remove alias.
1551         * stdlib/stdlib.h (cfree): Remove declaration.
1552         * malloc/malloc.h (cfree): Likewise.
1553         * manual/memory.texi (Freeing after Malloc): Remove cfree.
1554         * malloc/Versions (GLIBC_2.26): Add.
1556 2017-04-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1558         * sysdeps/powerpc/powerpc64/multiarch/Makefile
1559         (sysdep_routines): Add strrchr-power8.
1560         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1561         (strrchr): Add __strrchr_power8 to list of strrchr functions.
1562         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: New file.
1563         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c
1564         (strrchr): Add __strrchr_power8 to ifunc list.
1565         * sysdeps/powerpc/powerpc64/power8/strrchr.S: New file.
1567 2017-04-17  Rabin Vincent  <rabinv@axis.com>
1569         [BZ #21357]
1570         * sysdeps/generic/unwind-dw2-fde.c (__deregister_frame_info_bases):
1571         Call free() outside of mutex.
1573 2017-04-13  Florian Weimer  <fweimer@redhat.com>
1575         * csu/check_fds.c (__libc_check_standard_fds): Assume O_NOFOLLOW
1576         is defined.
1577         * elf/rtld.c (process_envvars): Likewise.
1578         * sysdeps/posix/shm_open.c (shm_open): Likewise.
1579         * elf/dl-profile.c (EXTRA_FLAGS): Remove definition.  Use
1580         O_NOFOLLOW directly.
1581         * gmon/gmon.c (O_NOFOLLOW): Remove definition.
1583 2017-04-13  Florian Weimer  <fweimer@redhat.com>
1585         [BZ #21369]
1586         Remove EDNS fallback.
1587         * resolv/res_query.c (__libc_res_nquery): Remove RES_F_EDNS0ERR
1588         handling.
1589         * resolv/res_send.c (send_dg): Likewise.
1590         * resolv/tst-resolv-edns.c (response): Handle "formerr." and
1591         "tcp." prefixes.
1592         (do_test): Send a "formerr."-prefixed query in an attempt to
1593         trigger EDNS fallback.
1595 2017-04-13  Florian Weimer  <fweimer@redhat.com>
1597         [BZ #21361]
1598         Limit EDNS buffer size to 1200 bytes.
1599         * include/resolv.h (__res_nopt): Remove declaration.
1600         * resolv/Makefile (tests): tst-resolv-edns.
1601         (tst-resolv-edns): Link with -lresolv, -lpthread.
1602         * resolv/res_mkquery.c (__res_ntop): Limit EDNS buffer size to the
1603         interval [512, 1200].
1604         * resolv/res_query.c (__libc_res_nquery): Use 1200 buffer size if
1605         we can resize the buffer.
1606         * resolv/resolv-internal.h (RESOLV_EDNS_BUFFER_SIZE): Define.
1607         (__res_nopt): Declare.
1608         * resolv/tst-resolv-edns.c: New file.
1609         * resolv/resolv_test.h (struct resolv_edns_info): Define.
1610         (struct resolv_response_context): Add edns member.
1611         * resolv/resolv_test.c (struct query_info): Add edns member.
1612         (parse_query): Extract EDNS information from the query.
1613         (server_thread_udp_process_one): Propagate EDNS data.
1614         (server_thread_tcp_client): Likewise.
1616 2017-04-13  Florian Weimer  <fweimer@redhat.com>
1618         [BZ #21359]
1619         * resolv/ns_name.c (ns_name_pack): Do not require an additional
1620         byte in the destination buffer.  Avoid out-of-bounds pointer
1621         arithmetic.
1622         * resolv/Makefile (tests): Add tst-ns_name_compress.
1623         (tst-ns_name_compress): Link with -lresolv.
1624         * resolv/tst-ns_name_compress.c: New file.
1625         * resolv/tst-resolv-basic.c (LONG_NAME): Define.
1626         (response): Recognize LONG_NAME.
1627         (do_test): Add LONG_NAME tests.
1628         * resolv/tst-ns_name.c (run_test_case): Fix expected data check
1629         for ns_name_unpack.  Add tests for ns_name_pton and
1630         ns_name_compress.
1632 2017-04-13  Florian Weimer  <fweimer@redhat.com>
1634         * resolv/resolv.h (RES_EXHAUSTIVE, p_section, res_npquery)
1635         (res_nisourserver): Remove definition.
1636         (p_section, res_npquery, res_nisourserver): Remove declaration.
1637         (RES_F_VC, RES_F_CONN, RES_F_EDNS0ERR): Move ...
1638         * resolv/resolv-internal.h (RES_F_VC, RES_F_CONN, RES_F_EDNS0ERR):
1639         ... here.
1640         * resolv/res_send.c: Include <resolv/resolv-internal.h> instead of
1641         <resolv.h>.
1642         * resolv/res_query.c: Likewise.
1643         * resolv/res_debug.c (p_section): Define as static.
1645 2017-04-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1647         * sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines): Add
1648         strncat-power8.
1649         * sysdeps/powerpc/powerpc64/multiarch/strncat.c (strncat): Add
1650         __strncat_power8 to ifunc list.
1651         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1652         (strncat): Add __strncat_power8 to list of strncat functions.
1653         * sysdeps/powerpc/powerpc64/multiarch/strncat-power8.c: New file.
1655 2017-04-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1657         [BZ #21270]
1658         * posix/tst-mmap-offset.c (do_prepare): New function.
1659         (do_test): Rename to do_test_bz18877 and use FAIL_RET.
1660         (do_test_bz21270): New function.
1661         * sysdeps/unix/sysv/linux/aarch64/mmap.c: Remove file.
1662         * sysdeps/unix/sysv/linux/arm/mmap.c: Remove file.
1663         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c: Likewise.
1664         * sysdeps/unix/sysv/linux/hppa/mmap.c: Likewise.
1665         * sysdeps/unix/sysv/linux/i386/mmap.c: Likewise.
1666         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1667         * sysdeps/unix/sysv/linux/m68k/mmap64.c: Likewise.
1668         * sysdeps/unix/sysv/linux/microblaze/mmap.S: Likewise.
1669         * sysdeps/unix/sysv/linux/mips/mips32/mmap.c: Likewise.
1670         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap.c: Likewise.
1671         * sysdeps/unix/sysv/linux/mips/mips64/n64/mmap64.c: Likewise.
1672         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1673         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1674         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
1675         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: Likewise.
1676         * sysdeps/unix/sysv/linux/wordsize-64/mmap64.c: Likewise.
1677         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
1678         * sysdeps/unix/sysv/linux/mmap_internal.h: New file.
1679         * sysdeps/unix/sysv/linux/m68k/mmap_internal.h: Likewise.
1680         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap_internal.h: Likewise.
1681         * sysdeps/unix/sysv/linux/s390/mmap_internal.h: Likewise.
1682         * sysdeps/unix/sysv/linux/x86_64/64/mmap_internal.h: Likewise.
1683         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Remove mmap
1684         from auto-generation list.
1685         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Likewise.
1686         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1687         * sysdeps/unix/sysv/linux/mmap.c: New file.
1688         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Add check for invalid
1689         offsets and support for mmap2 syscall.
1691         * posix/globtest.sh: Add cleanup routine on trap 0.
1693 2017-04-11  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
1695         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Define the
1696         implementation-specific function name and remove unneeded
1697         macros definition.
1698         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
1699         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
1700         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Set a default function
1701         name if not defined and pass as parameter to macros accordingly.
1702         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
1703         * sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
1705         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Define the
1706         implementation-specific function name and remove unneeded
1707         macros definition.
1708         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
1709         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
1710         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
1711         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
1712         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1713         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
1714         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Set a default function
1715         name if not defined and pass as parameter to macros accordingly.
1716         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
1717         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
1718         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1719         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
1720         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
1721         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.
1723         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Define the
1724         implementation-specific function name and remove unneeded macros
1725         definition.
1726         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
1727         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
1728         * sysdeps/powerpc/powerpc64/power7/memchr.S: Set a default
1729         function name if not defined and pass as parameter to macros
1730         accordingly.
1731         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
1732         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Likewise.
1734         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Define the
1735         implementation-specific function name and remove unneeded macros
1736         definition.
1737         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1738         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1739         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
1740         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1741         * sysdeps/powerpc/powerpc64/memset.S: Set a default function name if
1742         not defined and pass as parameter to macros accordingly.
1743         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1744         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1745         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1746         * sysdeps/powerpc/powerpc64/power8/memset.S: Likewise.
1748         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Define the
1749         strcasestr implementation name and remove unneeded macros definition.
1750         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Define
1751         strstr implementation name and remove unneeded macros definition.
1752         * sysdeps/powerpc/powerpc64/power7/strstr.S: Set a default function
1753         name if not defined and pass as parameter to macros accordingly.
1754         * sysdeps/powerpc/powerpc64/power8/strcasestr.S: Likewise.
1756         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Define the
1757         implementation-specific function name and remove unneeded macros
1758         definition.
1759         * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
1760         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
1761         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
1762         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
1763         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
1764         * sysdeps/powerpc/powerpc64/power7/strchr.S: Set a default
1765         function name if not defined and pass as parameter to macros
1766         accordingly.
1767         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Likewise.
1768         * sysdeps/powerpc/powerpc64/power7/strrchr.S: Likewise.
1769         * sysdeps/powerpc/powerpc64/power8/strchr.S: Likewise.
1770         * sysdeps/powerpc/powerpc64/strchr.S: Likewise.
1772         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Define
1773         the strlen implementation name and remove unneeded macros definition.
1774         * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
1775         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1776         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Define
1777         the strnlen implementation name and remove unneeded macros definition.
1778         * sysdeps/powerpc/powerpc64/power7/strlen.S: Set a default function
1779         name if not defined and pass as parameter to macros accordingly.
1780         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Likewise.
1781         * sysdeps/powerpc/powerpc64/power8/strlen.S: Likewise.
1782         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
1784         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Define
1785         the implementation-specific function name and remove unneeded
1786         macros definition.
1787         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
1788         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S Likewise.
1789         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
1790         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1791         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
1792         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
1793         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
1794         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
1795         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1796         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Set a default function
1797         name if not defined and pass as parameter to macros accordingly.
1798         * sysdeps/powerpc/powerpc64/power7/strcmp.S: Likewise.
1799         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
1800         * sysdeps/powerpc/powerpc64/power8/strcmp.S: Likewise.
1801         * sysdeps/powerpc/powerpc64/power8/strncmp.S: Likewise.
1802         * sysdeps/powerpc/powerpc64/power9/strcmp.S: Likewise.
1803         * sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
1804         * sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
1805         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
1807         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Define the
1808         implementation-specific function name and remove unneeded macros
1809         definition.
1810         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
1811         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
1812         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
1813         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
1814         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
1815         * sysdeps/powerpc/powerpc64/power7/strncpy.S: Set a default
1816         function name if not defined.
1817         * sysdeps/powerpc/powerpc64/power8/strcpy.S: Likewise.
1818         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Likewise.
1820 2017-04-11  Paul Clarke  <pc@us.ibm.com>
1822         * elf/elf.h (AT_L1I_CACHESIZE, AT_L1I_CACHEGEOMETRY, AT_L1D_CACHESIZE,
1823         AT_L1D_CACHEGEOMETRY, AT_L2_CACHESIZE, AT_L2_CACHEGEOMETRY,
1824         AT_L3_CACHESIZE, AT_L3_CACHEGEOMETRY): New.  Add auxvec
1825         identifiers from kernel arch/powerpc/include/uapi/asm/auxvec.h.
1827 2017-04-11  Florian Weimer  <fweimer@redhat.com>
1828             Zack Weinberg  <zackw@panix.com>
1830         * manual/filesys.texi (Reading/Closing Directory): Mark readdir,
1831         readdir64 as thread-safe.  Update warning about readdir_r.
1833 2017-04-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1835         * sysdeps/unix/sysv/linux/x86/Implies: New file.
1836         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Move to ...
1837         * sysdeps/alpha/nptl/bits/pthreadtypes.h: ... here.
1838         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Move to ...
1839         * sysdeps/powerpc/nptl/bits/pthreadtypes.h: ... here.
1840         * sysdeps/x86/bits/pthreadtypes.h: Move to ...
1841         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
1843 2017-04-10  H.J. Lu  <hongjiu.lu@intel.com>
1845         * sysdeps/i386/dl-procinfo.c: Include
1846         <sysdeps/x86/dl-procinfo.c>.
1847         * sysdeps/x86_64/dl-procinfo.c: Likewise.
1848         * sysdeps/x86/dl-procinfo.c: New file.
1850 2017-04-10  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1852         * sysdeps/generic/math_private.h: Remove declarations of
1853         many functions that are already declared in math.h.
1854         * sysdeps/ieee754/ldbl-128/e_logl.c: Include math.h to get the
1855         declaration for __frexpl.
1856         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Include math.h to get
1857         the declarations for __scalbnl and fabsl.
1859 2017-04-09  Dmitry V. Levin  <ldv@altlinux.org>
1861         [BZ #20831]
1862         * elf/dl-map-segments.h (_dl_map_segments): Check for failure
1863         of __mprotect to change protection on the excess portion
1864         to disallow all access.
1866 2017-04-07  H.J. Lu  <hongjiu.lu@intel.com>
1868         * sysdeps/i386/fpu/fclrexcpt.c (__feclearexcept): Use
1869         HAS_CPU_FEATURE to check for SSE.
1870         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
1871         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Likewise.
1872         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Likewise.
1873         * sysdeps/i386/fpu/fegetmode.c (fegetmode): Likewise.
1874         * sysdeps/i386/fpu/feholdexcpt.c (__feholdexcept): Likewise.
1875         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Likewise.
1876         * sysdeps/i386/fpu/fesetmode.c (fesetmode): Likewise.
1877         * sysdeps/i386/fpu/fesetround.c (__fesetround): Likewise.
1878         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1879         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Likewise.
1880         * sysdeps/i386/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
1881         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
1882         * sysdeps/i386/setfpucw.c (__setfpucw): Likewise.
1883         * sysdeps/x86/cpu-features.h (bit_cpu_SSE): New.
1884         (index_cpu_SSE): Likewise.
1885         (reg_SSE): Likewise.
1887 2017-04-07  Paul Eggert  <eggert@cs.ucla.edu>
1889         * posix/getopt1.c: Include <config.h>, not "config.h".
1891 2017-04-07  Zack Weinberg  <zackw@panix.com>
1893         * posix/bits/getopt_core.h, posix/bits/getopt_ext.h
1894         * posix/getopt.c, posix/getopt1.c, posix/getopt_int.h:
1895         Mention in top-of-file boilerplate that these files are shared
1896         with gnulib.
1897         * posix/getopt.h, posix/bits/getopt_posix.h:
1898         Mention in top-of-file boilerplate that these files are NOT shared
1899         with gnulib, unlike the rest of the getopt implementation.
1901         * posix/bits/getopt_core.h, posix/bits/getopt_ext.h:
1902         New files, intended to be shared with gnulib.
1903         * posix/bits/getopt_posix.h:
1904         New file, not intended to be shared with gnulib.
1905         * posix/getopt.h: Now just includes features.h,
1906         bits/getopt_core.h, and bits/getopt_ext.h.  Will
1907         no longer be shared with gnulib.
1908         * include/bits/getopt_core.h, include/bits/getopt_ext.h
1909         * include/bits/getopt_posix.h: New wrappers.
1910         * posix/Makefile: Install new headers.
1911         * posix/unistd.h, libio/stdio.h:
1912         Include bits/getopt_posix.h instead of getopt.h.
1914         * include/libc-symbols.h: For gnulib compatibility, define
1915         _GL_UNUSED, _GL_UNUSED_LABEL, _GL_ATTRIBUTE_PURE, and
1916         _GL_ATTRIBUTE_CONST.
1917         * posix/getopt.c (_getopt_initialize): Mark argc and argv
1918         parameters with _GL_UNUSED.
1920         * posix/getopt.c: When used standalone, define __libc_use_alloca
1921         as always false and alloca to abort if called.
1922         (process_long_option): Rewrite handling of ambiguous long options
1923         to use a single boolean vector, not a linked list; use
1924         __libc_use_alloca to decide whether to allocate this using alloca.
1925         * posix/tst-getopt_long1.c: Adjust text of expected error message.
1927         * posix/getopt.c (process_long_option): New function split out
1928         from _getopt_internal_r.
1929         (_getopt_internal_r): Replace both copies of the long-option
1930         processing code with calls to process_long_option.
1931         * posix/bug-getopt4.c (one_test): Print argv[0] in error messages.
1932         (do_test): Differentiate argv[0] in the two subtests.
1934         * posix/getopt_int.h (_getopt_data): Remove __posixly_correct field.
1935         * posix/getopt.c (_getopt_internal_r): Move some initialization code...
1936         (_getopt_initialize): ...here. Don't set d->__posixly_correct.
1938         * posix/getopt.h: Add backup definition of __nonnull for
1939         consistency with gnulib.  Define __getopt_argv_const to const
1940         if not already defined.
1941         (getopt): Update doc comment from gnulib.  Prototype
1942         unconditionally.  Add __nonnull annotation.
1943         (__posix_getopt): Add __nonnull annotation.
1944         (getopt_long, getopt_long_only): Use __getopt_argv_const in
1945         prototypes for consistency with gnulib.  Add __nonnull
1946         annotations.
1947         * posix/getopt.c (_getopt_initialize, _getopt_internal_r)
1948         (getopt_internal): Change 'argv' argument to type 'char **'.
1949         Remove now-unnecessary casts.
1950         (getopt, __posix_getopt): Eliminate repetition with a macro.
1951         Cast 'argv' to 'char **' when calling _getopt_internal.
1952         * posix/getopt1.c (getopt_long, getopt_long_only):
1953         Use __getopt_argv_const for consistency with gnulib.
1954         Cast 'argv' to 'char **' when calling _getopt_internal.
1955         (_getopt_long_r, _getopt_long_only_r):
1956         Change 'argv' argument to type 'char **'.
1957         (main): Constify 'long_options'.
1958         * posix/getopt_int.h (getopt_internal, _getopt_internal_r)
1959         (_getopt_long_r, _getopt_long_only_r):
1960         Change 'argv' argument to type 'char **'.
1962         * stdio-common/fxprintf.c (__fxprintf_nocancel): New function.
1963         (locked_vfxprintf): New helper function. Handle arbitrary
1964         multibyte strings, not just ASCII.
1965         * include/stdio.h: Declare __fxprintf_nocancel.
1966         * posix/getopt.c: When _LIBC is defined, define fprintf to
1967         __fxprintf_nocancel, flockfile to _IO_flockfile, and funlockfile
1968         to _IO_funlockfile.  When neither _LIBC nor
1969         _POSIX_THREAD_SAFE_FUNCTIONS is defined, define flockfile and
1970         funlockfile as no-ops.
1971         (_getopt_internal_r): Remove all internal #ifdef _LIBC blocks;
1972         the standalone error-printing code can now be used for libc as
1973         well.  Add an flockfile/funlockfile pair around one case where
1974         the error message is printed in several chunks.  Don't use fputc.
1975         * posix/tst-getopt-cancel.c: New test.
1976         * posix/Makefile: Run it.
1978         * posix/getopt.c (_getopt_internal_r): Don't increment
1979         d->optind a second time when reporting ambiguous -W options.
1981         * posix/getopt_int.h: Include getopt.h.
1982         Use impl-namespace names for all arguments to _getopt_internal and
1983         _getopt_internal_r.
1984         Declare __ordering enum outside the struct.
1985         Harmonize comments with gnulib.
1986         * posix/getopt1.c: Simplify #ifdeffage at top of file. Remove
1987         ELIDE_CODE logic entirely.  Move inclusion of stdlib.h to
1988         #ifdef TEST block and make unconditional.  Do not define NULL.
1989         * posix/getopt.c: Partial merge from gnulib, covering the
1990         initial includes and global declarations, commentary, and
1991         a couple of semantically-neutral code changes.
1993         * posix/getopt.c, posix/getopt.h, posix/getopt1.c, posix/getopt_int.h:
1994         Use '...' instead of `...' for quotation marks inside
1995         comments and strings.
1997         * config.h.in (USE_NONOPTION_FLAGS): Remove.
1998         * csu/init-first.c: Remove all #ifdef USE_NONOPTION_FLAGS blocks.
1999         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
2000         * posix/getopt_int.h: Likewise.
2001         * posix/getopt.c: Likewise. Also remove SWAP_FLAGS and the
2002         __libc_argc and __libc_argv externs, which were only used by
2003         #ifdef USE_NONOPTION_FLAGS blocks.
2004         * posix/getopt_init.c: Remove file.
2005         * posix/Makefile (routines): Remove getopt_init.
2006         * include/getopt.h: Don't declare __getopt_initialize_environment.
2007         * manual/getopt.texi: Remove mention of USE_NONOPTION_FLAGS in
2008         a comment.
2010 2017-04-07  Florian Weimer  <fweimer@redhat.com>
2012         * resolv/res_mkquery.c (res_nmkquery): Remove IQUERY support.
2014 2017-04-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2016         * sysdeps/sparc/sparc32/Makefile (libc.so-gnulib): New rule.
2017         * sysdeps/sparc/sparc32/sparcv8/udiv.S (.udiv): Make a strong_alias
2018         to __wrap_.udiv.
2019         * sysdeps/sparc/sparc32/sparcv9/udiv.S (.udiv): Likewise.
2020         * sysdeps/sparc/sparc32/udiv.S (.udiv): Likewise.
2022         * sysdeps/i386/symbol-hacks.h: New file.
2023         * sysdeps/m68k/symbol-hacks.h: New file.
2024         * sysdeps/powerpc/powerpc32/symbol-hacks.h: New file.
2025         * sysdeps/s390/s390-32/symbol-hacks.h: New file.
2026         * sysdeps/unix/sysv/linux/i386/Makefile
2027         [$(subdir) = csu] (sysdep_routines): New rule: divdi3 object.
2028         [$(subdir) = csu] (sysdep-only-routines): Likewise.
2029         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
2030         * sysdeps/unix/sysv/linux/m68k/Makefile
2031         [$(subdir) = csu] (sysdep_routines): Likewise.
2032         [$(subdir) = csu] (sysdep-only-routines): Likewise.
2033         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
2034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
2035         [$(subdir) = csu] (sysdep_routines): Likewise.
2036         [$(subdir) = csu] (sysdep-only-routines): Likewise.
2037         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
2038         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile
2039         [$(subdir) = csu] (sysdep_routines): Likewise.
2040         [$(subdir) = csu] (sysdep-only-routines): Likewise.
2041         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
2042         * sysdeps/wordsize-32/Makefile: Remove file.
2043         * sysdeps/wordsize-32/symbol-hacks.h: Definitions move to ...
2044         * sysdeps/wordsize-32/divdi3-symbol-hacks.h: ... here.
2046 2017-04-05  H.J. Lu  <hongjiu.lu@intel.com>
2048         * elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed.
2049         (TEST_FUNCTION_ARGV): New.
2051 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2053         * elf/next.c: Import support/test-driver.c instead of
2054         test-skeleton.c and delete TEST_FUNCTION macro definition.
2055         * elf/nodelete.c: Likewise.
2056         * elf/order2.c: Likewise.
2057         * elf/tst-_dl_addr_inside_object.c: Likewise.
2058         * elf/tst-addr1.c: Likewise.
2059         * elf/tst-align.c: Likewise.
2060         * elf/tst-align2.c: Likewise.
2061         * elf/tst-audit11.c: Likewise.
2062         * elf/tst-audit12.c: Likewise.
2063         * elf/tst-audit2.c: Likewise.
2064         * elf/tst-audit9.c: Likewise.
2065         * elf/tst-auxv.c: Likewise and define TEST_FUNCTION_ARGV macro.
2066         * elf/tst-deep1.c: Likewise.
2067         * elf/tst-dl-iter-static.c: Likewise.
2068         * elf/tst-dlmodcount.c: Likewise.
2069         * elf/tst-dlmopen1.c: Likewise.
2070         * elf/tst-dlmopen2.c: Likewise.
2071         * elf/tst-dlmopen3.c: Likewise.
2072         * elf/tst-dlopen-aout.c: Likewise.
2073         * elf/tst-dlopenrpath.c: Likewise.
2074         * elf/tst-dlsym-error.c: Likewise.
2075         * elf/tst-execstack-needed.c: Likewise.
2076         * elf/tst-execstack-prog.c: Likewise.
2077         * elf/tst-execstack.c: Likewise.
2078         * elf/tst-global1.c: Likewise.
2079         * elf/tst-gnu2-tls1.c: Likewise.
2080         * elf/tst-latepthread.c: Likewise.
2081         * elf/tst-leaks1.c: Likewise.
2082         * elf/tst-linkall-static.c: Likewise.
2083         (do_test): New function.
2084         * elf/tst-nodelete-opened.c: Likewise.
2085         * elf/tst-nodelete.cc: Likewise.
2086         * elf/tst-nodelete2.c: Likewise.
2087         * elf/tst-noload.c: Likewise.
2088         * elf/tst-null-argv.c: Likewise and define TEST_FUNCTION_ARGV marcro.
2089         * elf/tst-order-main.c: Likewise.
2090         * elf/tst-pathopt.c: Likewise.
2091         * elf/tst-pie2.c: Likewise.
2092         * elf/tst-piemod1.c: Likewise.
2093         * elf/tst-prelink.c: Likewise.
2094         * elf/tst-protected1a.c: Likewise.
2095         * elf/tst-protected1b.c: Likewise.
2096         * elf/tst-ptrguard1.c: Likewise, import getopt.h,
2097         and define _GNU_SOURCE macro.
2098         (cmdline_process_function): New function.
2099         * elf/tst-relsort1.c: Likewise.
2100         * elf/tst-stackguard1.c: Likewise, import getopt.h,
2101         and define _GNU_SOURCE macro.
2102         (cmdline_process_function): New function.
2103         * elf/tst-thrlock.c: Likewise.
2104         * elf/tst-tls-dlinfo.c: Likewise.
2105         * elf/tst-tls-manydynamic.c: Likewise and import support/xthread.h.
2106         * elf/tst-tls1.c: Likewise.
2107         * elf/tst-tls10.c: Likewise.
2108         * elf/tst-tls11.c: Likewise.
2109         * elf/tst-tls12.c: Likewise.
2110         * elf/tst-tls13.c: Likewise.
2111         * elf/tst-tls14.c: Likewise.
2112         * elf/tst-tls15.c: Likewise.
2113         * elf/tst-tls16.c: Likewise.
2114         * elf/tst-tls17.c: Likewise.
2115         * elf/tst-tls18.c: Likewise.
2116         * elf/tst-tls19.c: Likewise.
2117         * elf/tst-tls2.c: Likewise.
2118         * elf/tst-tls3.c: Likewise.
2119         * elf/tst-tls4.c: Likewise.
2120         * elf/tst-tls5.c: Likewise.
2121         * elf/tst-tls6.c: Likewise.
2122         * elf/tst-tls7.c: Likewise.
2123         * elf/tst-tls8.c: Likewise.
2124         * elf/tst-tls9.c: Likewise.
2125         * elf/tst-tlsalign-extern.c: Likewise.
2126         * elf/tst-tlsalign.c: Likewise.
2127         * elf/tst-unique1.c: Likewise.
2128         * elf/tst-unique2.c: Likewise.
2129         * elf/vismain.c: Likewise.
2131 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2133         * string/test-strnlen.c (do_page_tests): New function
2134         to check length of strings ending at the page boundary.
2135         (test_main): Added call to the do_page_tests function.
2137 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2138             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2140         * sysdeps/powerpc/powerpc64/multiarch/Makefile
2141         (sysdep_routines): Add strnlen-power8.
2142         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2143         (strnlen): Add __strnlen_power8 to list of strnlen functions.
2144         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: New file.
2145         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c
2146         (__strnlen): Add __strnlen_power8 to ifunc list.
2147         * sysdeps/powerpc/powerpc64/power8/strnlen.S: New file.
2149 2017-04-04  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2151         * wcsmbs/tst-btowc.c: Import support/test-driver.c and remove
2152         the TEST_FUNCTION macro definition.
2153         * wcsmbs/tst-mbrtowc2.c: Likewise.
2154         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2155         * wcsmbs/tst-wchar-h.c: Likewise.
2156         * wcsmbs/tst-wcpncpy.c: Likewise.
2157         * wcsmbs/tst-wcrtomb.c: Likewise.
2158         * wcsmbs/tst-wcsnlen.c: Likewise.
2159         * wcsmbs/tst-wcstof.c: Likewise.
2161 2017-04-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2163         * nptl/pthread_create.c (START_THREAD_DEFN): Remove
2164         CALL_THREAD_FCT macro usage.
2165         * sysdeps/i386/nptl/tls.h (CALL_THREAD_FCT): Remove definition.
2166         * sysdeps/x86_64/nptl/tls.h (CALL_THREAD_FCT): Likewise.
2167         * sysdeps/x86_64/32/nptl/tls.h: Remove file.
2169         * nptl/pthreadP.h (USE_REQUEUE_PI): Remove ununsed macro.
2170         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2171         (__ASSUME_REQUEUE_PI): Likewise.
2172         * sysdeps/unix/sysv/linux/kernel-features.h
2173         (__ASSUME_REQUEUE_PI): Likewise.
2174         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
2175         (__ASSUME_REQUEUE_PI): Likewise.
2176         * sysdeps/unix/sysv/linux/mips/kernel-features.h
2177         (__ASSUME_REQUEUE_PI): Likewise.
2178         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
2179         (__ASSUME_REQUEUE_PI): Likewise.
2181 2017-04-04  Florian Weimer  <fweimer@redhat.com>
2183         * resolv/tst-resolv-canonname.c: New file.
2184         * resolv/Makefile (tests): Add tst-resolv-canonname.
2185         (tst-resolv-canonname): Link with -ldl, -lresolv, -lpthread.
2187 2017-04-04  Florian Weimer  <fweimer@redhat.com>
2189         * include/arpa/nameser.h (__ns_name_ntop, __ns_name_unpack):
2190         Declare.
2191         * resolv/nss_dns/dns-network.c: Include <arpa/nameser.h>.
2192         (NS_MAXCDNAME): Remove definition.
2193         (__ns_name_ntop, __ns_name_unpack): Remove declaration.
2194         * resolv/nss_dns/dns-host.c: Include <arpa/nameser.h>.
2195         (NS_MAXCDNAME): Remove definition.
2196         (__ns_name_ntop, __ns_name_unpack): Remove declaration.
2198 2017-04-04  Florian Weimer  <fweimer@redhat.com>
2200         * resolv/nss_dns/dns-network.c (getanswer_r): Remove __dn_expand
2201         call whose result is not used.
2203 2017-04-04  Florian Weimer  <fweimer@redhat.com>
2205         * resolv/tst-ns_name.c, resolv/tst-ns_name.data: New file.
2206         * resolv/Makefile (tests): Add tst-ns_name.
2207         (tst-ns_name): Link with -lresolv.
2208         (tst-ns_name.out): Depend on the input data file.
2210 2017-04-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
2212         * sysdeps/s390/s390-32/tls-macros.h (TLS_LD, TLS_GD):
2213         Clobber also r14.
2215 2017-04-03  Mike Frysinger  <vapier@gentoo.org>
2217         [BZ #21253]
2218         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Increase argv_size
2219         slack space by 32KiB.
2221 2017-04-01  Wladimir van der Laan  <laanwj@gmail.com>
2223         [BZ #21338]
2224         * malloc/malloc.c: Call do_set_arena_max for M_ARENA_MAX
2225         instead of incorrect do_set_arena_test
2227 2017-03-31  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2229         * math/math.h: Fix check for __MATH_DECLARE_LDOUBLE.
2230         * math/bits/math-finite.h: Likewise.
2232 2017-03-31  Slava Barinov  <v.barinov@samsung.com>
2234         [BZ #21289]
2235         * io/fts.h (fts_set): Replace __REDIRECT with __REDIRECT_NTH.
2237 2017-03-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2239         * sysdeps/unix/sysv/linux/test-errno-linux.c (do_test): Handle
2240         non expected inotify_add_watch and quotactl return.
2242 2017-03-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2244         * math/e_rem_pio2l.c (__ieee754_rem_pio2l): Change return type
2245         to int32_t.
2246         * sysdeps/generic/math_private.h: Declare __ieee754_rem_pio2l
2247         as returning int32_t.
2249 2017-03-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2251         * math/math.h: Include bits/math-finite.h once per
2252         floating-point type.
2253         * math/bits/math-finite.h: Macroize all declarations by
2254         floating-point type.
2256 2017-03-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2258         [BZ #21182]
2259         * string/test-memchr.c (do_test): Add BZ#21182 checks for address
2260         near end of a page.
2261         * sysdeps/i386/i686/multiarch/memchr-sse2.S (__memchr): Fix
2262         overflow calculation.
2264 2017-03-28  Steve Ellcey  <sellcey@caviumnetworks.com>
2266         * benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
2267         (IMPL) Call with 1 instead of 0 as argument.
2269 2017-03-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2271         * sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.
2272         * sysdeps/unix/sysv/linux/arm/seteuid.c: Likewise.
2273         * sysdeps/unix/sysv/linux/arm/setgid.c: Likewise.
2274         * sysdeps/unix/sysv/linux/arm/setgroups.c: Likewise.
2275         * sysdeps/unix/sysv/linux/arm/setregid.c: Likewise.
2276         * sysdeps/unix/sysv/linux/arm/setresgid.c: Likewise.
2277         * sysdeps/unix/sysv/linux/arm/setresuid.c: Likewise.
2278         * sysdeps/unix/sysv/linux/arm/setreuid.c: Likewise.
2279         * sysdeps/unix/sysv/linux/arm/setuid.c: Likewise.
2280         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
2281         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
2282         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
2283         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2284         * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
2285         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2286         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2287         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
2288         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
2289         * sysdeps/unix/sysv/linux/m68k/setegid.c: Likewise.
2290         * sysdeps/unix/sysv/linux/m68k/seteuid.c: Likewise.
2291         * sysdeps/unix/sysv/linux/m68k/setgid.c: Likewise.
2292         * sysdeps/unix/sysv/linux/m68k/setgroups.c: Likewise.
2293         * sysdeps/unix/sysv/linux/m68k/setregid.c: Likewise.
2294         * sysdeps/unix/sysv/linux/m68k/setresgid.c: Likewise.
2295         * sysdeps/unix/sysv/linux/m68k/setresuid.c: Likewise.
2296         * sysdeps/unix/sysv/linux/m68k/setreuid.c: Likewise.
2297         * sysdeps/unix/sysv/linux/m68k/setuid.c: Likewise.
2298         * sysdeps/unix/sysv/linux/microblaze/setgroups.c: Likewise.
2299         * sysdeps/unix/sysv/linux/s390/s390-32/setegid.c: Likewise.
2300         * sysdeps/unix/sysv/linux/s390/s390-32/seteuid.c: Likewise.
2301         * sysdeps/unix/sysv/linux/s390/s390-32/setgid.c: Likewise.
2302         * sysdeps/unix/sysv/linux/s390/s390-32/setgroups.c: Likewise.
2303         * sysdeps/unix/sysv/linux/s390/s390-32/setregid.c: Likewise.
2304         * sysdeps/unix/sysv/linux/s390/s390-32/setresgid.c: Likewise.
2305         * sysdeps/unix/sysv/linux/s390/s390-32/setresuid.c: Likewise.
2306         * sysdeps/unix/sysv/linux/s390/s390-32/setreuid.c: Likewise.
2307         * sysdeps/unix/sysv/linux/s390/s390-32/setuid.c: Likewise.
2308         * sysdeps/unix/sysv/linux/sh/setegid.c: Likewise.
2309         * sysdeps/unix/sysv/linux/sh/seteuid.c: Likewise.
2310         * sysdeps/unix/sysv/linux/sh/setgid.c: Likewise.
2311         * sysdeps/unix/sysv/linux/sh/setgroups.c: Likewise.
2312         * sysdeps/unix/sysv/linux/sh/setregid.c: Likewise.
2313         * sysdeps/unix/sysv/linux/sh/setresgid.c: Likewise.
2314         * sysdeps/unix/sysv/linux/sh/setresuid.c: Likewise.
2315         * sysdeps/unix/sysv/linux/sh/setreuid.c: Likewise.
2316         * sysdeps/unix/sysv/linux/sh/setuid.c: Likewise.
2317         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Likewise.
2318         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
2319         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: Likewise.
2320         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: Likewise.
2321         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: Likewise.
2322         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: Likewise.
2323         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: Likewise.
2324         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: Likewise.
2325         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: Likewise.
2326         * sysdeps/unix/sysv/linux/setegid.c (setegid): Use
2327         INLINE_SYSCALL_ERROR_RETURN_VALUE.
2328         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2329         * sysdeps/unix/sysv/linux/setgid.c (setgid): Use __NR_setgid32 if
2330         defined.
2331         * sysdeps/unix/sysv/linux/setgroups.c (setgroups): Use
2332         __NR_setgroups32 if defined.
2333         * sysdeps/unix/sysv/linux/setregid.c (__setregid): Use __NR_setregid32
2334         if defined.
2335         * sysdeps/unix/sysv/linux/setresgid.c (__setresgid): Use
2336         __NR_setresgid32 is defined.
2337         * sysdeps/unix/sysv/linux/setresuid.c (__setresuid): Use
2338         __NR_setresuid32 if defined.
2339         * sysdeps/unix/sysv/linux/setreuid.c (__setreuid): Use
2340         __NR_setreuid32 if defined.
2341         * sysdeps/unix/sysv/linux/setuid.c (__setuid): Use __NR_setuid32 if
2342         defined.
2343         * sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.
2344         * sysdeps/unix/sysv/linux/arm/seteuid.c: Likewise.
2345         * sysdeps/unix/sysv/linux/arm/setgid.c: Likewise.
2346         * sysdeps/unix/sysv/linux/arm/setgroups.c: Likewise.
2347         * sysdeps/unix/sysv/linux/arm/setregid.c: Likewise.
2348         * sysdeps/unix/sysv/linux/arm/setresgid.c: Likewise.
2349         * sysdeps/unix/sysv/linux/arm/setresuid.c: Likewise.
2350         * sysdeps/unix/sysv/linux/arm/setreuid.c: Likewise.
2351         * sysdeps/unix/sysv/linux/arm/setuid.c: Likewise.
2352         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
2353         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
2354         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
2355         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2356         * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
2357         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2358         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2359         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
2360         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
2361         * sysdeps/unix/sysv/linux/m68k/setegid.c: Likewise.
2362         * sysdeps/unix/sysv/linux/m68k/seteuid.c: Likewise.
2363         * sysdeps/unix/sysv/linux/m68k/setgid.c: Likewise.
2364         * sysdeps/unix/sysv/linux/m68k/setgroups.c: Likewise.
2365         * sysdeps/unix/sysv/linux/m68k/setregid.c: Likewise.
2366         * sysdeps/unix/sysv/linux/m68k/setresgid.c: Likewise.
2367         * sysdeps/unix/sysv/linux/m68k/setresuid.c: Likewise.
2368         * sysdeps/unix/sysv/linux/m68k/setreuid.c: Likewise.
2369         * sysdeps/unix/sysv/linux/m68k/setuid.c: Likewise.
2370         * sysdeps/unix/sysv/linux/microblaze/setgroups.c: Likewise.
2371         * sysdeps/unix/sysv/linux/s390/s390-32/setegid.c: Likewise.
2372         * sysdeps/unix/sysv/linux/s390/s390-32/seteuid.c: Likewise.
2373         * sysdeps/unix/sysv/linux/s390/s390-32/setgid.c: Likewise.
2374         * sysdeps/unix/sysv/linux/s390/s390-32/setgroups.c: Likewise.
2375         * sysdeps/unix/sysv/linux/s390/s390-32/setregid.c: Likewise.
2376         * sysdeps/unix/sysv/linux/s390/s390-32/setresgid.c: Likewise.
2377         * sysdeps/unix/sysv/linux/s390/s390-32/setresuid.c: Likewise.
2378         * sysdeps/unix/sysv/linux/s390/s390-32/setreuid.c: Likewise.
2379         * sysdeps/unix/sysv/linux/s390/s390-32/setuid.c: Likewise.
2380         * sysdeps/unix/sysv/linux/sh/setegid.c: Likewise.
2381         * sysdeps/unix/sysv/linux/sh/seteuid.c: Likewise.
2382         * sysdeps/unix/sysv/linux/sh/setgid.c: Likewise.
2383         * sysdeps/unix/sysv/linux/sh/setgroups.c: Likewise.
2384         * sysdeps/unix/sysv/linux/sh/setregid.c: Likewise.
2385         * sysdeps/unix/sysv/linux/sh/setresgid.c: Likewise.
2386         * sysdeps/unix/sysv/linux/sh/setresuid.c: Likewise.
2387         * sysdeps/unix/sysv/linux/sh/setreuid.c: Likewise.
2388         * sysdeps/unix/sysv/linux/sh/setuid.c: Likewise.
2389         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Likewise.
2390         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
2391         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: Likewise.
2392         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: Likewise.
2393         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: Likewise.
2394         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: Likewise.
2395         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: Likewise.
2396         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: Likewise.
2397         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: Likewise.
2398         * sysdeps/unix/sysv/linux/setegid.c (setegid): Use
2399         INLINE_SYSCALL_ERROR_RETURN_VALUE.
2400         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2401         * sysdeps/unix/sysv/linux/setgid.c (setgid): Use __NR_setgid32 if
2402         defined.
2403         * sysdeps/unix/sysv/linux/setgroups.c (setgroups): Use
2404         __NR_setgroups32 if defined.
2405         * sysdeps/unix/sysv/linux/setregid.c (__setregid): Use __NR_setregid32
2406         if defined.
2407         * sysdeps/unix/sysv/linux/setresgid.c (__setresgid): Use
2408         __NR_setresgid32 is defined.
2409         * sysdeps/unix/sysv/linux/setresuid.c (__setresuid): Use
2410         __NR_setresuid32 if defined.
2411         * sysdeps/unix/sysv/linux/setreuid.c (__setreuid): Use
2412         __NR_setreuid32 if defined.
2413         * sysdeps/unix/sysv/linux/setuid.c (__setuid): Use __NR_setuid32 if
2414         defined.
2416 2017-03-27  Joseph Myers  <joseph@codesourcery.com>
2418         [BZ #21277]
2419         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (IUCLC): Define
2420         unconditionally.
2421         (IMAXBEL): Likewise.
2422         (IUTF8): Likewise.
2424 2017-03-27  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2426         * sysdeps/aarch64/libm-test-ulps: Update.
2428 2017-03-24  Sunyeop Lee  <sunyeop97@gmail.com>
2430         * README.tunables: Updated descriptions.
2431         * elf/dl-tunables.list: Fixed typo: SXID_NONE -> NONE.
2432         * scripts/gen-tunables.awk: Updated the code related to the
2433         commit.
2435 2017-03-23  Wilco Dijkstra  <wdijkstr@arm.com>
2437         * benchtests/Makefile (string-benchset): Add memcpy-random.
2438         * benchtests/bench-memcpy-random.c: New file.
2440 2017-03-23  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2442         * stdio-common/printf.h (register_printf_modifier): Change the
2443         order of __wur and __THROW.
2444         (register_printf_type): Likewise.
2446 2017-03-23  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2448         * string/test-string.h (TEST_FUNCTION): Use test_main instead of
2449         test_main ().
2450         (CMDLINE_PROCESS): Use function instead of defined macro.
2451         * debug/test-strcpy_chk.c: Import support/test-driver.c and also
2452         <suppport/support.h> to use set_fortify_handler().
2453         * string/bug-envz1.c: Import support/test-driver.c instead of
2454         test-skeleton.c.
2455         * string/bug-strcoll2.c: Likewise.
2456         * string/bug-strtok1.c: Likewise.
2457         * string/stratcliff.c: Likewise.
2458         * string/test-ffs.c: Likewise.
2459         * string/test-memccpy.c: Likewise.
2460         * string/test-memchr.c: Likewise.
2461         * string/test-memcmp.c: Likewise.
2462         * string/test-memcpy.c: Likewise.
2463         * string/test-memmem.c: Likewise.
2464         * string/test-memmove.c: Likewise.
2465         * string/test-memrchr.c: Likewise.
2466         * string/test-memset.c: Likewise.
2467         * string/test-rawmemchr.c: Likewise.
2468         * string/test-strcasecmp.c: Likewise.
2469         * string/test-strcasestr.c: Likewise.
2470         * string/test-strcat.c: Likewise.
2471         * string/test-strchr.c: Likewise.
2472         * string/test-strcmp.c: Likewise.
2473         * string/test-strcpy.c: Likewise.
2474         * string/test-string.h: Likewise.
2475         * string/test-strlen.c: Likewise.
2476         * string/test-strncasecmp.c: Likewise.
2477         * string/test-strncat.c: Likewise.
2478         * string/test-strncmp.c: Likewise.
2479         * string/test-strncpy.c: Likewise.
2480         * string/test-strnlen.c: Likewise.
2481         * string/test-strpbrk.c: Likewise.
2482         * string/test-strrchr.c: Likewise.
2483         * string/test-strspn.c: Likewise.
2484         * string/test-strstr.c: Likewise.
2485         * string/tst-bswap.c: Likewise.
2486         * string/tst-cmp.c: Likewise.
2487         * string/tst-endian.c: Likewise.
2488         * string/tst-inlcall.c: Likewise.
2489         * string/tst-strcoll-overflow.c: Likewise.
2490         * string/tst-strfry.c: Likewise.
2491         * string/tst-strlen.c: Likewise.
2492         * string/tst-strtok.c: Likewise.
2493         * string/tst-strtok_r.c: Likewise.
2494         * string/tst-strxfrm.c: Likewise.
2495         * string/tst-strxfrm2.c: Likewise.
2496         * string/tst-svc.c: Likewise.
2497         * string/tst-svc2.c: Likewise.
2499 2017-03-22  Zack Weinberg  <zackw@panix.com>
2501         * stdio-common/bug25.c: Include stdlib.h.
2502         * support/tst-support_format_dns_packet.c: Include stdio.h,
2503         stdlib.h, and string.h.
2504         * support/tst-support_record_failure.c: Include string.h.
2505         * support/tst-support_record_failure-2.sh: Adjust line number
2506         expectations and correct a typo in an error message.
2508 2017-03-21  H.J. Lu  <hongjiu.lu@intel.com>
2510         [BZ #21258]
2511         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve_opt):
2512         Define only if _dl_runtime_resolve is defined to
2513         _dl_runtime_resolve_sse_vex.
2514         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_opt):
2515         Fallthrough to _dl_runtime_resolve_sse_vex.
2517 2017-03-21  Joseph Myers  <joseph@codesourcery.com>
2519         * INSTALL: Regenerated.
2521 2017-03-21  Thorsten Kukuk  <kukuk@suse.com>
2523         * config.h.in: Add LINK_OBSOLETE_NSL.
2524         * config.make.in: Add build-obsolete-nsl.
2525         * configure.ac: Add obsolete-nsl option.
2526         * include/libc-symbols.h: Define libnsl_hidden_nolink_def.
2527         * include/rpcsvc/yp.h: Add missing functions as libnsl_hidden_proto.
2528         * include/rpcsvc/nislib.h: Likewise.
2529         * include/rpcsvc/ypclnt.h: Likewise.
2530         * manual/install.texi: Document --enable-obsolete-nsl.
2531         * nis/Makefile: Build only libnsl by default (add build-obsolete-nsl).
2532         * nis/nis_add.c: Replace libnsl_hidden_def with
2533         libnsl_hidden_nolink_def.
2534         * nis/nis_addmember.c: Likewise.
2535         * nis/nis_call.c: Likewise.
2536         * nis/nis_clone_obj.c: Likewise.
2537         * nis/nis_defaults.c: Likeise.
2538         * nis/nis_domain_of_r.c: Likewise.
2539         * nis/nis_error.c: Likewise.
2540         * nis/nis_file.c: Likewise.
2541         * nis/nis_free.c: Likewise.
2542         * nis_local_names.c: Likewise.
2543         * nis/nis_lookup.c: Likewise.
2544         * nis/nis_modify.c: Likewise.
2545         * nis/nis_print.c: Likewise.
2546         * nis/nis_remove.c: Likewise.
2547         * nis/nis_table.c: Likewise.
2548         * nis/nis_util.c: Likewise.
2549         * nis/nis_xdr.c: Likewise.
2550         * nis/yp_xdr.c: Likewise.
2551         * nis/ypclnt.c: Likewise.
2552         * nis/ypupdate_xdr.c: Likewise.
2553         * nis/nis_checkpoint.c: Add libnsl_hidden_nolink_def to all functions.
2554         * nis/nis_clone_dir.c: Likewise.
2555         * nis/nis_clone_res.c: Likewise.
2556         * nis/nis_creategroup.c: Likewise.
2557         * nis/nis_destroygroup.c: Likewise.
2558         * nis/nis_domain_of.c: Likewise.
2559         * nis/nis_getservlist.c: Likewise.
2560         * nis/nis_ismember.c: Likewise.
2561         * nis/nis_mkdir.c: Likewise.
2562         * nis/nis_ping.c: Likewise.
2563         * nis/nis_print_group_entry.c: Likewise.
2564         * nis/nis_removemember.c: Likewise.
2565         * nis/nis_rmdir.c: Likewise.
2566         * nis/nis_server.c: Likewise.
2567         * nis/nis_subr.c: Likewise.
2568         * nis/nis_verifygroup.c: Likewise.
2570 2017-03-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
2572         * malloc/tst-interpose-aux.c (check_for_allocations):
2573         Move compiler barrier before free.
2575 2017-03-20  Joseph Myers  <joseph@codesourcery.com>
2577         [BZ #21279]
2578         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile
2579         [$(subdir) = conform] (conformtest-xfail-conds): Update comment.
2580         * conform/data/mqueue.h-data (mq_attr.mq_flags): XFAIL for
2581         x86_64-x32-linux.
2582         (mq_attr.mq_maxmsg): Likewise.
2583         (mq_attr.mq_msgsize): Likewise.
2584         (mq_attr.mq_curmsgs): Likewise.
2586         [BZ #21278]
2587         * sysdeps/unix/sysv/linux/mips/mips32/Makefile
2588         [$(subdir) = conform] (conformtest-xfail-conds): Update comment.
2589         * conform/data/sys/stat.h-data (stat.st_rdev): XFAIL for
2590         mips-o32-linux.
2592         [BZ #21268]
2593         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (NL2): Define only
2594         if [__USE_MISC]
2595         (NL3): Likewise.
2597 2017-03-20  Mike Frysinger  <vapier@gentoo.org>
2599         [BZ #21275]
2600         * sysdeps/unix/sysv/linux/spawni.c [__ia64__] (CLONE): Rename
2601         __stack to __stackbase.
2602         (STACK): Invert _STACK_GROWS_DOWN and _STACK_GROWS_UP order of
2603         checks so we can include defined(__ia64__) first.
2605 2017-03-19  Christian Brauner  <christian.brauner@ubuntu.com>
2607         * sysdeps/unix/sysv/linux/ttyname.h: New file.
2608         * sysdeps/unix/sysv/linux/ttyname.c: Include "ttyname.h".
2609         (ttyname) [!_STATBUF_ST_RDEV]: Make code unconditional.
2610         Call is_pty when the link does not exist or does not match, fail
2611         with ENODEV when it returns true.
2612         * sysdeps/unix/sysv/linux/ttyname_r.c: Include "ttyname.h".
2613         (__ttyname_r) [!_STATBUF_ST_RDEV]: Make code unconditional.
2614         Call is_pty when the link does not exist or does not match, fail
2615         with ENODEV when it returns true.
2617 2017-03-18  Joseph Myers  <joseph@codesourcery.com>
2619         [BZ #16437]
2620         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile
2621         [$(subdir) = conform] (conformtest-xfail-conds): New variable.
2622         * conform/data/signal.h-data (timespec.tv_nsec): XFAIL for
2623         x86_64-x32-linux.
2624         * conform/data/sys/select.h-data (timespec.tv_nsec): Likewise.
2625         * conform/data/sys/stat.h-data (timespec.tv_nsec): Likewise.
2626         * conform/data/time.h-data (timespec.tv_nsec): Likewise.
2628         [BZ #21261]
2629         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h
2630         [__WORDSIZE == 64 && !_ASM] (__sparc64_jmp_buf): Use reserved
2631         names for all fields.
2632         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Update
2633         for jmp_buf field renaming.
2634         (_JMPBUF_UNWINDS_ADJ): Likewise.
2636         * conform/conformtest.pl: Handle xfail[cond]- in header mentioned
2637         with allow-header.
2639 2017-03-17  Chris Evans  <scarybeasts@gmail.com>
2641         * malloc/malloc.c (unlink): Add consistency check between size and
2642         next->prev->size, to further harden against 1-byte overflows.
2644 2017-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2646         * sysdeps/x86/cpu-features.c (init_cpu_features): Check AVX with
2647         CPU_FEATURES_CPU_P.
2649 2017-03-17  Joseph Myers  <joseph@codesourcery.com>
2651         [BZ #21259]
2652         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (IXANY): Define
2653         unconditionally, not just for [__USE_MISC].
2655         [BZ #17786]
2656         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
2657         * conform/data/sys/stat.h-data (stat.st_dev): XFAIL for
2658         mips-o32-linux.
2660         [BZ #21260]
2661         * sysdeps/unix/sysv/linux/alpha/Makefile
2662         [$(subdir) = conform] (conformtest-xfail-conds): New variable.
2663         * conform/data/netdb.h-data (netent.n_net): XFAIL for alpha-linux.
2665         * conform/conformtest.pl ($cross): New variable.
2666         (--cross): New command-line option.
2667         (runtest): Skip test execution when cross-compiling.
2668         * conform/Makefile (conformtest-cross): New variable.
2669         ($(conformtest-header-tests)): Pass $(conformtest-cross) to
2670         conformtest.pl.
2672         * conform/conformtest.pl ($xfail_str): New variable.
2673         (--xfail=): New command-line option.
2674         (top level): Handle expectations starting xfail[cond]-.
2675         * conform/Makefile (conformtest-xfail): New variable.
2676         ($(conformtest-header-tests)): Pass $(conformtest-xfail) to
2677         conformtest.pl.
2679 2017-03-16  Joseph Myers  <joseph@codesourcery.com>
2681         * conform/conformtest.pl: Use compilation instead of execution
2682         tests for testing values of constants and usability in #if.
2684 2017-03-16  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2686         * math/auto-libm-test-in: Mark some catan and catanh as
2687         xfail-rounding:ibm128-libgcc.
2688         * math/auto-libm-test-out-catan: Regenerate.
2689         * math/auto-libm-test-out-catanh: Likewise.
2691 2017-03-16  Joseph Myers  <joseph@codesourcery.com>
2693         * misc/sys/cdefs.h (__BEGIN_NAMESPACE_STD): Remove macro.
2694         (__END_NAMESPACE_STD): Likewise.
2695         (__USING_NAMESPACE_STD): Likewise.
2696         (__BEGIN_NAMESPACE_C99): Likewise.
2697         (__END_NAMESPACE_C99): Likewise.
2698         (__USING_NAMESPACE_C99): Likewise.
2699         * math/math.h (_Mdouble_BEGIN_NAMESPACE): Do not define and
2700         undefine macro.
2701         (_Mdouble_END_NAMESPACE): Likewise.
2702         * ctype/ctype.h: Do not handle C++ namespaces.
2703         * libio/bits/stdio-ldbl.h: Likewise.
2704         * libio/stdio.h: Likewise.
2705         * locale/locale.h: Likewise.
2706         * math/bits/mathcalls.h: Likewise.
2707         * setjmp/setjmp.h: Likewise.
2708         * signal/signal.h: Likewise.
2709         * stdlib/bits/stdlib-float.h: Likewise.
2710         * stdlib/bits/stdlib-ldbl.h: Likewise.
2711         * stdlib/stdlib.h: Likewise.
2712         * string/string.h: Likewise.
2713         * sysdeps/x86/fpu/bits/mathinline.h: Likewise.
2714         * time/bits/types/clock_t.h: Likewise.
2715         * time/bits/types/struct_tm.h: Likewise.
2716         * time/bits/types/time_t.h: Likewise.
2717         * time/time.h: Likewise.
2718         * wcsmbs/bits/wchar-ldbl.h: Likewise.
2719         * wcsmbs/uchar.h: Likewise.
2720         * wcsmbs/wchar.h: Likewise.
2721         [_GLIBCPP_USE_NAMESPACES] (wint_t): Remove conditional definition.
2722         * wctype/wctype.h: Do not handle C++ namespaces.
2723         * scripts/begin-end-check.pl: Remove.
2724         * Makefile (installed-headers): Likewise.
2725         (tests-special): Do not add $(objpfx)begin-end-check.out.
2726         ($(objpfx)begin-end-check.out): Remove.
2728 2017-03-15  Steve Ellcey  <sellcey@caviumnetworks.com>
2729             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2731         * sysdeps/aarch64/dl-machine.h: Include cpu-features.c.
2732         (DL_PLATFORM_INIT): New define.
2733         (dl_platform_init): New function.
2734         * sysdeps/aarch64/ldsodefs.h: Include cpu-features.h.
2735         * sysdeps/unix/sysv/linux/aarch64/cpu-features.c: New file.
2736         * sysdeps/unix/sysv/linux/aarch64/cpu-features.h: Likewise.
2737         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c: Likewise.
2738         * sysdeps/unix/sysv/linux/aarch64/libc-start.c: Likewise.
2740 2017-03-15  Mike Frysinger  <vapier@gentoo.org>
2742         * sysdeps/x86_64/mempcpy_chk.S (__mempcpy_chk): Check for SHARED
2743         instead of PIC.
2745 2017-03-15  Joseph Myers  <joseph@codesourcery.com>
2747         [BZ #21094]
2748         * sysdeps/ieee754/flt-32/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
2749         24+24+24-bit pi for wider range of values around pi/2.
2750         * math/auto-libm-test-in: Add more tests of cos and tan.
2751         * math/auto-libm-test-out-cos: Regenerated.
2752         * math/auto-libm-test-out-tan: Likewise.
2754 2017-03-15  John David Anglin  <danglin@gcc.gnu.org>
2756         * sysdeps/hppa/dl-machine.h (DL_STACK_END): Define.
2757         (RTLD_START): Don't record stack end address in _dl_start_user.
2759 2017-03-15  Alexey Neyman  <stilor@att.net>
2761         [BZ #21088]
2762         * nss/nsswitch.c (nscd_init_cb, is_nscd): Make the #if check
2763         around definitions match those around use.
2765 2017-03-15  Alexey Neyman  <stilor@att.net>
2767         * configure.ac: Avoid empty subexpression in grep.
2768         * configure: Regenerate.
2770 2017-03-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2772         * posix/test-errno.c (do_test): Initialize setsockopt optlen.
2773         * sysdeps/unix/sysv/linux/test-errno.c: Move to ...
2774         * sysdeps/unix/sysv/linux/test-errno-linux.c: ... here.
2775         (test_wrp_rv): Fix format.
2776         (test_wrp_rv2): New macro.
2777         (do_test): Handle mlock return on 64 bits kernels with 32 bits
2778         binaries.
2780 2017-03-15  Joseph Myers  <joseph@codesourcery.com>
2782         * sysdeps/x86/fpu/test-math-vector-sincos.h (INIT_VEC_PTRS_LOOP):
2783         Use a union when storing pointers.
2784         (VECTOR_WRAPPER_fFF_2): Do not take address of integer vector and
2785         cast result when passing to INIT_VEC_PTRS_LOOP.
2786         (VECTOR_WRAPPER_fFF_3): Likewise.
2787         (VECTOR_WRAPPER_fFF_4): Likewise.
2789 2017-03-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2791         * include/bits/mathcalls-helper-functions.h: New file.
2792         * math/Makefile (headers): Add bits/mathcalls-helper-functions.h.
2793         * math/bits/mathcalls.h (__finite, __fpclassify, __iseqsig)
2794         (__isinf, __isnan, __issignaling, __signbit): Move declarations to
2795         math/bits/mathcalls-helper-functions.h.
2796         * math/bits/mathcalls-helper-functions.h: New file.
2797         * math/math.h: Include bits/mathcalls-helper-functions.h for
2798         float, double, and long double.
2800 2017-03-15  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2802         * math/s_iseqsig_template.c (__iseqsig): Use __feraiseexcept
2803         instead of feraiseexcept.
2805 2017-03-15  Florian Weimer  <fweimer@redhat.com>
2807         [BZ #21243]
2808         * support/temp_file.c (support_delete_temp_files): Add comment
2809         about ignored errors.
2811 2017-03-15  Florian Weimer  <fweimer@redhat.com>
2813         [BZ #21244]
2814         * support/xclose.c: New file.
2815         * support/Makefile (libsupport-routines): Add xclose.
2816         * support/xunistd.h (xclose): Declare.
2817         * support/resolv_test.c (server_thread_tcp_client)
2818         (server_thread_tcp, make_server_sockets, resolv_test_start)
2819         (resolv_test_end): Call xclose instead of close.
2820         * support/support_enter_network_namespace.c
2821         (support_enter_network_namespace): Likewise.
2822         * support/support_run_diff.c (write_to_temp_file): Likewise.
2824 2017-03-15  Florian Weimer  <fweimer@redhat.com>
2826         * support/support_format_dns_packet.c (support_format_dns_packet):
2827         Handle CNAME records in the response.  Extract RDATA names from
2828         rdata, not the whole packet.  Check AAAA record length.
2829         * support/tst-support_format_dns_packet.c: New file.
2830         * support/Makefile (tests): Add tst-support_format_dns_packet.
2831         (tst-support_format_dns_packet): Link against libresolv.
2833 2017-03-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2835         [BZ #21232]
2836         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: Add
2837         posix_fadvise64 weak_alias for static build.
2839 2017-03-14  Andreas Schwab  <schwab@suse.de>
2841         * sysdeps/generic/dl-procinfo.h (_dl_platform_string): Remove.
2842         * sysdeps/alpha/dl-procinfo.h (_dl_platform_string): Remove.
2843         (_dl_string_platform): Use GLRO(dl_alpha_platforms) directly.
2844         * sysdeps/i386/dl-procinfo.h (_dl_platform_string): Remove.
2845         * sysdeps/mips/dl-procinfo.h (_dl_platform_string): Remove.
2846         (_dl_string_platform): Use GLRO(dl_mips_platforms) directly.
2847         * sysdeps/s390/dl-procinfo.h (_dl_platform_string): Remove.
2848         * sysdeps/sparc/dl-procinfo.h (_dl_platform_string): Remove.
2850 2017-03-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2852         * sysdeps/mach/hurd/send.c (__send): Convert hurdish error code into
2853         posix error code.
2854         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
2856 2017-03-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2858         * scripts/build-many-glibcs.py (Context.add_all_configs): Remove
2859         no_isolate usage for SH.
2861 2017-03-13  Wilco Dijkstra  <wdijkstr@arm.com>
2863         [BZ #15105]
2864         [BZ #19463]
2865         * elf/dl-cache.c (_dl_load_cache_lookup): Use __strdup.
2866         * inet/rcmd.c (rcmd_af): Likewise.
2867         * inet/rexec.c   (rexec_af): Likewise.
2868         * intl/dcigettext.c (_LIBC): Likewise.
2869         * intl/finddomain.c (_nl_find_domain): Use strdup expansion.
2870         * locale/loadarchive.c (_nl_load_locale_from_archive): Use __strdup.
2871         * locale/setlocale.c (setlocale): Likewise.
2872         * posix/spawn_faction_addopen.c
2873         (posix_spawn_file_actions_addopen): Likewise.
2874         * stdlib/putenv.c (putenv): Use __strndup.
2875         * sunrpc/svc_simple.c (__registerrpc): Use __strdup.
2876         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use __strdup/__strndup.
2877         * include/stdlib.h (__need_malloc_and_calloc): Remove uses.
2878         (__Need_M_And_C) Remove define/undef.
2879         * stdlib/stdlib.h (__need_malloc_and_calloc): Remove uses.
2880         (__malloc_and_calloc_defined): Remove define.
2881         * string/bits/string2.h (__strdup): Remove define.
2882         (strdup): Likewise.
2883         (__strndup): Likewise.
2884         (strndup): Likewise.
2886 2017-03-13  Joseph Myers  <joseph@codesourcery.com>
2888         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_AUTOFLOWLABEL): New
2889         macro.
2890         (IPV6_ADDR_PREFERENCES): Likewise.
2891         (IPV6_MINHOPCOUNT): Likewise.
2892         (IPV6_ORIGDSTADDR): Likewise.
2893         (IPV6_RECVORIGDSTADDR): Likewise.
2894         (IPV6_TRANSPARENT): Likewise.
2895         (IPV6_UNICAST_IF): Likewise.
2896         (IPV6_RECVFRAGSIZE): Likewise.
2898 2017-03-13  Thorsten Kukuk  <kukuk@suse.com>
2900         * sunrpc/Makefile: only run rpcgen tests if we build rpcgen.
2902 2017-03-12  Alexey Neyman <stilor@att.net>
2904         * sysdeps/sh/dl-machine.h (elf_machine_rela): The condition
2905         in R_SH_DIR32 case is always false when inlined from
2906         dl-conflict.c. Ifdef out to prevent GCC from insertin an
2908 2016-03-12  Marko Myllynen  <myllynen@redhat.com>
2910         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2911         (__ASSUME_RECV_SYSCALL): Replace duplicate by
2912         __ASSUME_SEND_SYSCALL.
2914 2017-03-11  Thorsten Kukuk  <kukuk@suse.com>
2916         * sunrpc/Makefile: don't build and install rpcsvc header
2917         files, rpcgen and librpcsvc.a by default.
2919 2017-03-10  Stefan Liebler  <stli@linux.vnet.ibm.com>
2921         * math/auto-libm-test-out-catan: Regenerated.
2922         * math/auto-libm-test-out-catanh: Likewise.
2923         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2925 2017-03-09  Joseph Myers  <joseph@codesourcery.com>
2927         * sysdeps/mips/mips64/libm-test-ulps: Update catan and catanh ulps
2928         for long double with corrected test expectations.
2930 2016-03-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2932         * sysdeps/unix/sysv/linux/sysdep.h (HAVE_INTERNAL_SEND_SYMBOL):
2933         Define.
2934         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
2935         (HAVE_INTERNAL_SEND_SYMBOL): Undefine.
2936         * sysdeps/unix/sysv/linux/nios2/sysdep.h
2937         (HAVE_INTERNAL_SEND_SYMBOL): Likewise.
2938         * sysdeps/unix/sysv/linux/tile/sysdep.h
2939         (HAVE_INTERNAL_SEND_SYMBOL): Likewise.
2940         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
2941         (__ASSUME_RECV_SYSCALL): Define.
2942         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2943         (__ASSUME_RECV_SYSCALL): Likewise.
2944         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2945         (__ASSUME_RECV_SYSCALL): Likewise.
2946         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
2947         (__ASSUME_RECV_SYSCALL): Likewise.
2948         * sysdeps/unix/sysv/linux/mips/kernel-features.h
2949         (__ASSUME_RECV_SYSCALL): Likewise.
2950         * sysdeps/unix/sysv/linux/i386/kernel-features.h
2951         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Remove define.
2952         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
2953         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
2954         * sysdeps/unix/sysv/linux/s390/kernel-features.h
2955         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
2956         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove send from
2957         auto-generation list.
2958         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
2959         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2960         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewike.
2961         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2962         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2963         * sysdeps/unix/sysv/linux/send.c: Simplify includes.
2964         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Replace by
2965         __ASSUME_SENDTO_SYSCALL.
2966         * sysdeps/unix/sysv/linux/x86_64/send.c: Remove file.
2967         * sysdeps/unix/sysv/linux/mips/mips64/send.c: Likewise.
2968         * sysdeps/unix/sysv/linux/generic/send.c: Likewise.
2970         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sendto from
2971         auto-generation list.
2972         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
2973         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
2974         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2975         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2976         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2977         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2978         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2979         * sysdeps/unix/sysv/linux/kernel-features.h
2980         (__ASSUME_SENDTO_SYSCALL): Define by default.
2981         * sysdeps/unix/sysv/linux/i386/kernel-features.h
2982         (__ASSUME_SENDTO_SYSCALL): Undef it is kernel does not support
2983         __NR_sendto.
2984         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
2985         (__ASSUME_SENDTO_SYSCALL): Likewise.
2986         * sysdeps/unix/sysv/linux/s390/kernel-features.h
2987         (__ASSUME_SENDTO_SYSCALL): Likewise.
2988         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2989         (__ASSUME_SENDTO_SYSCALL): Remove definition.
2990         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
2991         (__ASSUME_SENDTO_SYSCALL): Likewise.
2992         * sysdeps/unix/sysv/linux/sh/kernel-features.h:
2993         (__ASSUME_SENDTO_SYSCALL): Likewise.
2994         * sysdeps/unix/sysv/linux/sendto.c: Simplify includes.
2996         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove recv from
2997         auto-generation list.
2998         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
2999         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3000         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3001         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3002         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3003         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
3004         (__ASSUME_RECV_SYSCALL): New define.
3005         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3006         (__ASSUME_RECV_SYSCALL): Likewise.
3007         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3008         (__ASSUME_RECV_SYSCALL): Likewise.
3009         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
3010         (__ASSUME_RECV_SYSCALL): Likewise.
3011         * sysdeps/unix/sysv/linux/mips/kernel-features.h
3012         (__ASSUME_RECV_SYSCALL): Likewise.
3013         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3014         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
3015         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3016         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
3017         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3018         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
3019         * sysdeps/unix/sysv/linux/generic/recv.c: Remove file.
3020         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: Likewise.
3021         * sysdeps/unix/sysv/linux/x86_64/recv.c: Likewise.
3022         * sysdeps/unix/sysv/linux/recv.c: Simplify includes.
3023         (__libc_recv): Use __ASSUME_RECVFROM_SYSCALL instead of
3024         __ASSUME_RECVFROM_FOR_RECV_SYSCALL to issue recvfrom syscall.
3026         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove recvfrom from
3027         auto-generation list.
3028         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3029         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
3030         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3031         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3032         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3033         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3034         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3035         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3036         (__ASSUME_RECVFROM_SYSCALL): Define by default.
3037         * sysdeps/unix/sysv/linux/kernel-features.h
3038         (__ASSUME_RECVFROM_SYSCALL): Undef it if kernel does not support
3039         __NR_recvfrom.
3040         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3041         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3042         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3043         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3044         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3045         (__ASSUME_RECVFROM_SYSCALL): Remove definition.
3046         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
3047         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3048         * sysdeps/unix/sysv/linux/sh/kernel-features.h
3049         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3050         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
3051         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3052         * sysdeps/unix/sysv/linux/recvfrom.c: Simplify includes.
3054         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove connect from
3055         auto-generation list.
3056         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3057         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
3058         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3059         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3060         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3061         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3062         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3063         * sysdeps/unix/sysv/linux/connect.c: Simplify include list.
3064         * sysdeps/unix/sysv/linux/kernel-features.h
3065         (__ASSUME_CONNECT_SYSCALL): Define.
3066         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3067         (__ASSUME_CONNECT_SYSCALL): Undef if kernel does not support it.
3068         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3069         (__ASSUME_CONNECT_SYSCALL): Likewise.
3070         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3071         (__ASSUME_CONNECT_SYSCALL): Likewise.
3072         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
3073         (__ASSUME_CONNECT_SYSCALL): Likewise.
3075         * sysdeps/unix/sysv/linux/accept.c (__libc_accept): Replace
3076         __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL by __ASSUME_ACCEPT4_SYSCALL.
3077         * sysdeps/unix/sysv/linux/alpha/syscalls.list?: Remove accept from
3078         auto-generation list.
3079         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3080         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
3081         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3082         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3083         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3084         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3085         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3086         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3087         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
3088         (__ASSUME_ACCEPT_SYSCALL): Undefine.
3089         * sysdeps/unix/sysv/linux/kernel-features.h
3090         (__ASSUME_ACCEPT_SYSCALL): New define.
3091         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3092         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
3093         (__ASSUME_ACCEPT_SYSCALL): Define wheter kernel version supports.
3094         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3095         (__ASSUME_ACCEPT_SYSCALL): Define.
3096         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
3097         (__ASSUME_ACCEPT_SYSCALL): Undefine.
3098         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3099         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
3100         (__ASSUME_ACCEPT_SYSCALL): Undefine.
3101         * sysdeps/unix/sysv/linux/sh/kernel-features.h
3102         (__ASSUME_ACCEPT_SYSCALL): Undefine.
3103         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
3104         (__ASSUME_ACCEPT_SYSCALL): Undefine for 32 bits.
3106 2017-03-08  Yury Norov <ynorov@caviumnetworks.com>
3107             Zack Weinberg  <zackw@panix.com>
3109         * posix/test-errno.c: New file.
3110         * posix/Makefile (tests): Add test-errno.
3111         * sysdeps/unix/sysv/linux/test-errno.c: New file.
3112         * sysdeps/unix/sysv/linux/Makefile (tests): Add test-errno.
3114 2017-03-08  Stefan Liebler  <stli@linux.vnet.ibm.com>
3116         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
3118 2017-03-07  Florian Weimer  <fweimer@redhat.com>
3120         * time/tzset.c (compute_offset): Open-code min macro.
3121         (min, max, sign): Remove.
3123 2017-03-07  Florian Weimer  <fweimer@redhat.com>
3125         [BZ #15576]
3126         Remove TZNAME_MAX limit from sysconf.
3127         * include/time.h (__tzname_cur_max, __tzname_max): Remove
3128         declaration.
3129         * time/tzfile.c (__tzfile_read, __tzfile_default): Do not call
3130         compute_tzname_max.
3131         (compute_tzname_max): Remove.
3132         * time/tzset.c (__tzname_cur_max, __tzname_max): Remove.
3133         (update_vars): Do not update __tzname_cur_max.
3134         (tzset_internal): Remove argument.
3135         (__tzset): Adjust call to tzset_internal.
3136         (__tz_convert): Likewise.
3138         * posix/sysconf.c (__sysconf): Return -1 for _SC_TZNAME_MAX.
3139         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
3140         * manual/conf.texi (Sysconf Definition): Update comment.
3142 2017-03-07  Siddhesh Poyarekar  <siddhesh@sourceware.org>
3144         [BZ #21209]
3145         * elf/rtld.c (process_envvars): Ignore LD_HWCAP_MASK for
3146         AT_SECURE processes.
3147         * sysdeps/generic/unsecvars.h: Add LD_HWCAP_MASK.
3148         * elf/tst-env-setuid.c (test_parent): Test LD_HWCAP_MASK.
3149         (test_child): Likewise.
3150         * elf/Makefile (tst-env-setuid-ENV): Add LD_HWCAP_MASK.
3152 2017-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3154         * sysdeps/unix/sysv/linux/hppa/ipc_priv.h: New file.
3156 2017-03-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
3158         * sysdeps/s390/atomic-machine.h
3159         (USE_ATOMIC_COMPILER_BUILTINS): Define to 1.
3160         (__arch_compare_and_exchange_val_8_acq,
3161         __arch_compare_and_exchange_val_16_acq,
3162         __arch_compare_and_exchange_val_32_acq,
3163         __arch_compare_and_exchange_val_64_acq):
3164         Delete macro.
3165         (atomic_compare_and_exchange_val_acq,
3166         atomic_compare_and_exchange_val_rel,
3167         atomic_compare_and_exchange_bool_acq,
3168         catomic_compare_and_exchange_bool_acq,
3169         atomic_exchange_acq, atomic_exchange_rel,
3170         atomic_exchange_and_add_acq,
3171         atomic_exchange_and_add_rel,
3172         catomic_exchange_and_add, atomic_or_val,
3173         atomic_or, catomic_or, atomic_bit_test_set,
3174         atomic_and_val, atomic_and, catomic_and):
3175         Define macros with help of C11 atomic builtins.
3177 2017-03-03  Justus Winter <justus@gnupg.org>
3179         * sysdeps/mach/hurd/ftruncate64.c: New file.
3180         * sysdeps/mach/hurd/truncate64.c: Likewise.
3182 2017-03-03  Florian Weimer  <fweimer@redhat.com>
3184         * time/tzfile.c (NOID): Do not define.
3185         * time/tzset.c (NOID): Likewise.
3187 2017-03-03  Florian Weimer  <fweimer@redhat.com>
3189         * time/tzset.c (compute_offset): Remove __attribute_noinline__.
3191 2017-03-02  Florian Weimer  <fweimer@redhat.com>
3193         * elf/get-dynamic-info.h: Remove header file inclusion guard.
3195 2017-03-02  Florian Weimer  <fweimer@redhat.com>
3197         [BZ #21015]
3198         * manual/install.texi (Configuring and compiling): Document
3199         --enable-bind-now.
3200         * Makeconfig [bind-now] (LDFLAGS-lib.so): Set.
3201         (build-shlib-helper): Use $(LDFLAGS-lib.so).
3202         (format.lds): Likewise.
3203         [bind-now] (LDFLAGS-c.so): Remove.
3204         * sysdeps/x86_64/localplt.data (libm.so): matherr relocation can
3205         be R_X86_64_GLOB_DAT.
3206         * sysdeps/unix/sysv/linux/i386/localplt.data (libm.so): matherr
3207         relocation can be R_386_GLOB_DAT.
3208         * sysdeps/unix/sysv/linux/alpha/localplt.data (libm.so): matherr
3209         relocaiton can be R_ALPHA_GLOB_DAT.
3210         * iconvdata/Makefile [bind-now] (LDFLAGS.so): Add -Wl,-z,now.
3212 2017-03-01  Zack Weinberg  <zackw@panix.com>
3214         * include/libc-pointer-arith.h: New file.  Define
3215         cast_to_integer, ALIGN_UP, ALIGN_DOWN, PTR_ALIGN_UP, and
3216         PTR_ALIGN_DOWN here.
3217         * include/libc-internal.h: Definitions of above macros
3218         moved from here.  Don't include libc-diag.h anymore either.
3219         * posix/wordexp-test.c: Include stdint.h and libc-pointer-arith.h.
3220         Don't include libc-internal.h.
3222         * debug/pcprofile.c, elf/dl-tunables.c, elf/soinit.c, io/openat.c
3223         * io/openat64.c, misc/ptrace.c, nptl/pthread_clock_gettime.c
3224         * nptl/pthread_clock_settime.c, nptl/pthread_cond_common.c
3225         * string/strcoll_l.c, sysdeps/nacl/brk.c
3226         * sysdeps/unix/clock_settime.c
3227         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c
3228         * sysdeps/unix/sysv/linux/ia64/get_clockfreq.c
3229         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
3230         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c:
3231         Don't include libc-internal.h.
3233         * elf/get-dynamic-info.h, iconv/loop.c
3234         * iconvdata/iso-2022-cn-ext.c, locale/weight.h, locale/weightwc.h
3235         * misc/reboot.c, nis/nis_table.c, nptl_db/thread_dbP.h
3236         * nscd/connections.c, resolv/res_send.c, soft-fp/fmadf4.c
3237         * soft-fp/fmasf4.c, soft-fp/fmatf4.c, stdio-common/vfscanf.c
3238         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
3239         * sysdeps/ieee754/dbl-64/k_rem_pio2.c
3240         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
3241         * sysdeps/ieee754/flt-32/k_rem_pio2f.c
3242         * sysdeps/ieee754/ldbl-128/k_tanl.c
3243         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
3244         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
3245         * sysdeps/ieee754/ldbl-96/k_tanl.c, sysdeps/nptl/futex-internal.h:
3246         Include libc-diag.h instead of libc-internal.h.
3248         * elf/dl-load.c, elf/dl-reloc.c, locale/programs/locarchive.c
3249         * nptl/nptl-init.c, string/strcspn.c, string/strspn.c
3250         * malloc/malloc.c, sysdeps/i386/nptl/tls.h
3251         * sysdeps/nacl/dl-map-segments.h, sysdeps/x86_64/atomic-machine.h
3252         * sysdeps/unix/sysv/linux/spawni.c
3253         * sysdeps/x86_64/nptl/tls.h:
3254         Include libc-pointer-arith.h instead of libc-internal.h.
3256         * elf/get-dynamic-info.h, sysdeps/nacl/dl-map-segments.h
3257         * sysdeps/x86_64/atomic-machine.h:
3258         Add multiple include guard.
3260         * nss/tst-cancel-getpwuid_r.c: Include nss.h.
3261         * string/strcasestr.c: No need to include config.h.
3262         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Include
3263         sys/auxv.h. Don't include sysdep.h.
3264         * sysdeps/powerpc/tst-set_ppr.c: Don't include dl-procinfo.h.
3266         * dlfcn/tst-dladdr.c: Don't include ldsodefs.h.  Don't use
3267         DL_LOOKUP_ADDRESS.
3268         * math/test-misc.c: Instead of testing NO_LONG_DOUBLE, test whether
3269         LDBL_MANT_DIG is greater than DBL_MANT_DIG.
3270         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Use
3271         sysconf (_SC_PAGESIZE) instead of __getpagesize in definition
3272         of ARTIFICIAL_LIMIT.
3273         * sysdeps/unix/sysv/linux/tst-clone.c [__ia64__]: Add extern
3274         declaration of __clone2.
3276 2017-02-28  Florian Weimer  <fweimer@redhat.com>
3278         * scripts/backport-support.sh (latest_commit): New file.
3280 2017-02-28  Florian Weimer  <fweimer@redhat.com>
3282         [BZ #20257]
3283         * inet/Makefile (routines): Add deadline.
3284         (tests-static): Add tst-deadline.
3285         * inet/net-internal.h (struct deadline_current_time)
3286         (__deadline_current_time, struct deadline, __deadline_is_infinite)
3287         (__deadline_elapsed, __deadline_first, __deadline_from_timeval)
3288         (__deadline_to_ms, __is_timeval_valid_timeout): Declare.
3289         * inet/deadline.c: New file.
3290         * inet/tst-deadline.c: Likewise.
3291         * sunrpc/Makefile (tests): Add tst-udp-nonblocking,
3292         tst-udp-timeout, tst-udp-garbage.
3293         (tst-udp-nonblocking, tst-udp-timeout): Link against libc.so
3294         explicitly.
3295         (tst-udp-garbage): Likewise.  Also link against thread library.
3296         * sunrpc/clnt_udp.c (struct cu_data): Mention in comment that the
3297         struct layout is part of the ABI.
3298         (clntudp_call): Rework timeout handling.
3299         * sunrpc/tst-udp-garbage.c: New file.
3300         * sunrpc/tst-udp-nonblocking.c: Likewise.
3301         * sunrpc/tst-udp-timeout.c: Likewise.
3303 2017-02-28  Florian Weimer  <fweimer@redhat.com>
3305         [BZ #5010]
3306         * sunrpc/svc.c (svc_is_mapped): Remove.
3307         (svc_unregister): Obtain mapped status while the service is still
3308         registered.
3309         * sunrpc/Makefile [have-thread-library] (tests): Add
3310         tst-svc_register.
3311         (tst-svc_register): Link against libc.so explicitly and the thread
3312         library.
3313         * sunrpc/tst-svc_register.c: New file.
3315 2017-02-28  Andreas Schwab  <schwab@linux-m68k.org>
3317         * bits/sigthread.h: Refer to <signal.h>, not <pthread.h>.
3318         * sysdeps/pthread/bits/sigthread.h: Likewise.
3320 2017-02-27  Florian Weimer  <fweimer@redhat.com>
3322         [BZ #21115]
3323         * sunrpc/clnt_udp.c (clntudp_call): Free ancillary data later.
3324         * sunrpc/Makefile (tests): Add tst-udp-error.
3325         (tst-udp-error): Link against libc.so explicitly.
3326         * sunrpc/tst-udp-error: New file.
3328 2017-02-25  Zack Weinberg  <zackw@panix.com>
3330         * sysdeps/generic/math_private.h: Use __BIG_ENDIAN and
3331         __LITTLE_ENDIAN, not BIG_ENDIAN and LITTLE_ENDIAN.
3333         * sysdeps/generic/math_ldbl.h
3334         * sysdeps/ia64/fpu/math_ldbl.h
3335         * sysdeps/ieee754/ldbl-128/math_ldbl.h
3336         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
3337         * sysdeps/ieee754/ldbl-96/math_ldbl.h
3338         * sysdeps/powerpc/fpu/math_ldbl.h
3339         * sysdeps/x86_64/fpu/math_ldbl.h:
3340         Allow direct inclusion.  Use uintNN_t instead of u_intNN_t.
3341         Use __BIG_ENDIAN and __LITTLE_ENDIAN, not BIG_ENDIAN and
3342         LITTLE_ENDIAN.  Include endian.h and/or stdint.h if necessary.
3343         Add copyright notices.
3345         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_canonicalize_int):
3346         Don't use EXTRACT_WORDS64.
3348         * sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c
3349         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c
3350         * sysdeps/ieee754/ldbl-128ibm/test-canonical-ldbl-128ibm.c
3351         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c:
3352         Include math_ldbl.h, not math_private.h.
3354 2017-02-25  Zack Weinberg  <zackw@panix.com>
3356         * include/libc-diag.h: New file.  Define ignore_value,
3357         DIAG_PUSH_NEEDS_COMMENT, DIAG_POP_NEEDS_COMMENT,
3358         DIAG_IGNORE_NEEDS_COMMENT, and DIAG_IGNORE_Os_NEEDS_COMMENT here.
3360         * include/libc-internal.h: Definitions of above macros moved from
3361         here.  Include libc-diag.h.  Add copyright notice.
3363         * malloc/tst-malloc.c, malloc/tst-memcheck.c, malloc/tst-realloc.c
3364         * misc/tst-error1.c, posix/tst-dir.c, stdio-common/bug21.c
3365         * stdio-common/scanf14.c, stdio-common/scanf4.c, stdio-common/scanf7.c
3366         * stdio-common/test-vfprintf.c, stdio-common/tst-printf.c
3367         * stdio-common/tst-printfsz.c, stdio-common/tst-sprintf.c
3368         * stdio-common/tst-unlockedio.c, stdio-common/tstdiomisc.c
3369         * stdlib/bug-getcontext.c, string/tester.c, string/tst-endian.c
3370         * time/tst-strptime2.c, wcsmbs/tst-wcstof.c:
3371         Include libc-diag.h instead of libc-internal.h.
3373         * stdlib/tst-environ.c: Include libc-diag.h.  Suppress -Wnonnull for
3374         call to unsetenv (NULL).
3375         * nptl/tst-mutex1.c: Include libc-diag.h.  Suppress -Wnonnull for
3376         call to pthread_mutexattr_destroy (NULL).
3378 2017-02-25  Zack Weinberg  <zackw@panix.com>
3380         * include/features.h (__GLIBC_USE_DEPRECATED_GETS): New macro.
3381         * libio/stdio.h, libio/bits/stdio2.h: Condition gets on
3382         __GLIBC_USE (DEPRECATED_GETS).  Update comments to indicate
3383         gets was removed from C++ in C++14.
3384         * include/stdio.h: Remove redundant declaration of gets.
3385         * debug/tst-chk1.c, stdio-common/tst-gets.c: Force gets to
3386         be declared, since we are testing it.
3387         * stdio-common/Makefile (tst-gets.c): Compile with
3388         -Wno-deprecated-declarations.
3389         * debug/Makefile (tst-chk1.c, tst-chk2.c, tst-chk3.c, tst-chk4.cc)
3390         (tst-chk5.cc, tst-chk6.cc, tst-lfschk1.c, tst-lfschk2.c)
3391         (tst-lfschk3.c, tst-lfschk4.cc, tst-lfschk5.cc, tst-lfschk6.cc):
3392         Compile with -Wno-deprecated-declarations.
3394 2017-02-24  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3396         * math/libm-test-support.c (check_ulp): Use LIT() around literal
3397         numbers.
3399 2017-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
3401         * resolv/tst-resolv-qtypes.c (domain):
3402         Change type to const pointer to const char.
3404 2017-02-24  Joseph Myers  <joseph@codesourcery.com>
3406         * math/Makefile (libm-tests-generated): Remove variable.
3407         (libm-tests-base-normal): New variable.
3408         (libm-tests-base-finite): Likewise.
3409         (libm-tests-base-inline): Likewise.
3410         (libm-tests-base): Likewise.
3411         (libm-tests-normal): Likewise.
3412         (libm-tests-finite): Likewise.
3413         (libm-tests-inline): Likewise.
3414         (libm-tests-vector): Likewise.
3415         (libm-tests): Define in terms of these new variables.
3416         (libm-tests-for-type): New variable.
3417         (libm-tests.o): Move definition.
3418         (tests): Move addition of $(libm-tests).
3419         (generated): Update for new and removed libm test files.
3420         ($(objpfx)libm-test.c): Remove target.
3421         ($(objpfx)libm-have-vector-test.h): Likewise.
3422         (CFLAGS-test-double-vlen2.c): Remove variable.
3423         (CFLAGS-test-double-vlen4.c): Likewise.
3424         (CFLAGS-test-double-vlen8.c): Likewise.
3425         (CFLAGS-test-float-vlen4.c): Likewise.
3426         (CFLAGS-test-float-vlen8.c): Likewise.
3427         (CFLAGS-test-float-vlen16.c): Likewise.
3428         (CFLAGS-test-float.c): Likewise.
3429         (CFLAGS-test-float-finite.c): Likewise.
3430         (CFLAGS-libm-test-support-float.c): Likewise.
3431         (CFLAGS-test-double.c): Likewise.
3432         (CFLAGS-test-double-finite.c): Likewise.
3433         (CFLAGS-libm-test-support-double.c): Likewise.
3434         (CFLAGS-test-ldouble.c): Likewise.
3435         (CFLAGS-test-ldouble-finite.c): Likewise.
3436         (CFLAGS-libm-test-support-ldouble.c): Likewise.
3437         (libm-test-inline-cflags): New variable.
3438         (CFLAGS-test-ifloat.c): Remove variable.
3439         (CFLAGS-test-idouble.c): Likewise.
3440         (CFLAGS-test-ildouble.c): Likewise.
3441         ($(addprefix $(objpfx), $(libm-tests.o))): Move target and update
3442         dependencies.
3443         ($(foreach t,$(libm-tests-normal),$(objpfx)$(t).c)): New rule.
3444         ($(foreach t,$(libm-tests-finite),$(objpfx)$(t).c)): Likewise.
3445         ($(foreach t,$(libm-tests-inline),$(objpfx)$(t).c)): Likewise.
3446         ($(foreach t,$(libm-tests-vector),$(objpfx)$(t).c)): Likewise.
3447         ($(foreach t,$(types),$(objpfx)libm-test-support-$(t).c)):
3448         Likewise.
3449         (dependencies on libm-test-support-*.o): Remove.
3450         ($(foreach f,$(libm-test-funcs-all),$(objpfx)$(o)-$(f).o)): New
3451         rules using iterators.
3452         ($(addprefix $(objpfx),$(call libm-tests-for-type,$(o)))):
3453         Likewise.
3454         ($(objpfx)libm-test-support-$(o).o): Likewise.
3455         ($(addprefix $(objpfx),$(filter-out $(tests-static)
3456         $(libm-vec-tests),$(tests)))): Filter out $(libm-tests-vector)
3457         instead.
3458         ($(addprefix $(objpfx), $(libm-vec-tests))): Use iterator to
3459         define rule instead.
3460         * math/README.libm-test: Update.
3461         * math/libm-test-acos.inc: Include libm-test-driver.c.
3462         (do_test): New function.
3463         * math/libm-test-acosh.inc: Include libm-test-driver.c.
3464         (do_test): New function.
3465         * math/libm-test-asin.inc: Include libm-test-driver.c.
3466         (do_test): New function.
3467         * math/libm-test-asinh.inc: Include libm-test-driver.c.
3468         (do_test): New function.
3469         * math/libm-test-atan.inc: Include libm-test-driver.c.
3470         (do_test): New function.
3471         * math/libm-test-atan2.inc: Include libm-test-driver.c.
3472         (do_test): New function.
3473         * math/libm-test-atanh.inc: Include libm-test-driver.c.
3474         (do_test): New function.
3475         * math/libm-test-cabs.inc: Include libm-test-driver.c.
3476         (do_test): New function.
3477         * math/libm-test-cacos.inc: Include libm-test-driver.c.
3478         (do_test): New function.
3479         * math/libm-test-cacosh.inc: Include libm-test-driver.c.
3480         (do_test): New function.
3481         * math/libm-test-canonicalize.inc: Include libm-test-driver.c.
3482         (do_test): New function.
3483         * math/libm-test-carg.inc: Include libm-test-driver.c.
3484         (do_test): New function.
3485         * math/libm-test-casin.inc: Include libm-test-driver.c.
3486         (do_test): New function.
3487         * math/libm-test-casinh.inc: Include libm-test-driver.c.
3488         (do_test): New function.
3489         * math/libm-test-catan.inc: Include libm-test-driver.c.
3490         (do_test): New function.
3491         * math/libm-test-catanh.inc: Include libm-test-driver.c.
3492         (do_test): New function.
3493         * math/libm-test-cbrt.inc: Include libm-test-driver.c.
3494         (do_test): New function.
3495         * math/libm-test-ccos.inc: Include libm-test-driver.c.
3496         (do_test): New function.
3497         * math/libm-test-ccosh.inc: Include libm-test-driver.c.
3498         (do_test): New function.
3499         * math/libm-test-ceil.inc: Include libm-test-driver.c.
3500         (do_test): New function.
3501         * math/libm-test-cexp.inc: Include libm-test-driver.c.
3502         (do_test): New function.
3503         * math/libm-test-cimag.inc: Include libm-test-driver.c.
3504         (do_test): New function.
3505         * math/libm-test-clog.inc: Include libm-test-driver.c.
3506         (do_test): New function.
3507         * math/libm-test-clog10.inc: Include libm-test-driver.c.
3508         (do_test): New function.
3509         * math/libm-test-conj.inc: Include libm-test-driver.c.
3510         (do_test): New function.
3511         * math/libm-test-copysign.inc: Include libm-test-driver.c.
3512         (do_test): New function.
3513         * math/libm-test-cos.inc: Include libm-test-driver.c.
3514         (do_test): New function.
3515         * math/libm-test-cosh.inc: Include libm-test-driver.c.
3516         (do_test): New function.
3517         * math/libm-test-cpow.inc: Include libm-test-driver.c.
3518         (do_test): New function.
3519         * math/libm-test-cproj.inc: Include libm-test-driver.c.
3520         (do_test): New function.
3521         * math/libm-test-creal.inc: Include libm-test-driver.c.
3522         (do_test): New function.
3523         * math/libm-test-csin.inc: Include libm-test-driver.c.
3524         (do_test): New function.
3525         * math/libm-test-csinh.inc: Include libm-test-driver.c.
3526         (do_test): New function.
3527         * math/libm-test-csqrt.inc: Include libm-test-driver.c.
3528         (do_test): New function.
3529         * math/libm-test-ctan.inc: Include libm-test-driver.c.
3530         (do_test): New function.
3531         * math/libm-test-ctanh.inc: Include libm-test-driver.c.
3532         (do_test): New function.
3533         * math/libm-test-erf.inc: Include libm-test-driver.c.
3534         (do_test): New function.
3535         * math/libm-test-erfc.inc: Include libm-test-driver.c.
3536         (do_test): New function.
3537         * math/libm-test-exp.inc: Include libm-test-driver.c.
3538         (do_test): New function.
3539         * math/libm-test-exp10.inc: Include libm-test-driver.c.
3540         (do_test): New function.
3541         * math/libm-test-exp2.inc: Include libm-test-driver.c.
3542         (do_test): New function.
3543         * math/libm-test-expm1.inc: Include libm-test-driver.c.
3544         (do_test): New function.
3545         * math/libm-test-fabs.inc: Include libm-test-driver.c.
3546         (do_test): New function.
3547         * math/libm-test-fdim.inc: Include libm-test-driver.c.
3548         (do_test): New function.
3549         * math/libm-test-floor.inc: Include libm-test-driver.c.
3550         (do_test): New function.
3551         * math/libm-test-fma.inc: Include libm-test-driver.c.
3552         (do_test): New function.
3553         * math/libm-test-fmax.inc: Include libm-test-driver.c.
3554         (do_test): New function.
3555         * math/libm-test-fmaxmag.inc: Include libm-test-driver.c.
3556         (do_test): New function.
3557         * math/libm-test-fmin.inc: Include libm-test-driver.c.
3558         (do_test): New function.
3559         * math/libm-test-fminmag.inc: Include libm-test-driver.c.
3560         (do_test): New function.
3561         * math/libm-test-fmod.inc: Include libm-test-driver.c.
3562         (do_test): New function.
3563         * math/libm-test-fpclassify.inc: Include libm-test-driver.c.
3564         (do_test): New function.
3565         * math/libm-test-frexp.inc: Include libm-test-driver.c.
3566         (do_test): New function.
3567         * math/libm-test-fromfp.inc: Include libm-test-driver.c.
3568         (do_test): New function.
3569         * math/libm-test-fromfpx.inc: Include libm-test-driver.c.
3570         (do_test): New function.
3571         * math/libm-test-getpayload.inc: Include libm-test-driver.c.
3572         (do_test): New function.
3573         * math/libm-test-hypot.inc: Include libm-test-driver.c.
3574         (do_test): New function.
3575         * math/libm-test-ilogb.inc: Include libm-test-driver.c.
3576         (do_test): New function.
3577         * math/libm-test-iscanonical.inc: Include libm-test-driver.c.
3578         (do_test): New function.
3579         * math/libm-test-iseqsig.inc: Include libm-test-driver.c.
3580         (do_test): New function.
3581         * math/libm-test-isfinite.inc: Include libm-test-driver.c.
3582         (do_test): New function.
3583         * math/libm-test-isgreater.inc: Include libm-test-driver.c.
3584         (do_test): New function.
3585         * math/libm-test-isgreaterequal.inc: Include libm-test-driver.c.
3586         (do_test): New function.
3587         * math/libm-test-isinf.inc: Include libm-test-driver.c.
3588         (do_test): New function.
3589         * math/libm-test-isless.inc: Include libm-test-driver.c.
3590         (do_test): New function.
3591         * math/libm-test-islessequal.inc: Include libm-test-driver.c.
3592         (do_test): New function.
3593         * math/libm-test-islessgreater.inc: Include libm-test-driver.c.
3594         (do_test): New function.
3595         * math/libm-test-isnan.inc: Include libm-test-driver.c.
3596         (do_test): New function.
3597         * math/libm-test-isnormal.inc: Include libm-test-driver.c.
3598         (do_test): New function.
3599         * math/libm-test-issignaling.inc: Include libm-test-driver.c.
3600         (do_test): New function.
3601         * math/libm-test-issubnormal.inc: Include libm-test-driver.c.
3602         (do_test): New function.
3603         * math/libm-test-isunordered.inc: Include libm-test-driver.c.
3604         (do_test): New function.
3605         * math/libm-test-iszero.inc: Include libm-test-driver.c.
3606         (do_test): New function.
3607         * math/libm-test-j0.inc: Include libm-test-driver.c.
3608         (do_test): New function.
3609         * math/libm-test-j1.inc: Include libm-test-driver.c.
3610         (do_test): New function.
3611         * math/libm-test-jn.inc: Include libm-test-driver.c.
3612         (do_test): New function.
3613         * math/libm-test-lgamma.inc: Include libm-test-driver.c.
3614         (do_test): New function.
3615         * math/libm-test-llogb.inc: Include libm-test-driver.c.
3616         (do_test): New function.
3617         * math/libm-test-llrint.inc: Include libm-test-driver.c.
3618         (do_test): New function.
3619         * math/libm-test-llround.inc: Include libm-test-driver.c.
3620         (do_test): New function.
3621         * math/libm-test-log.inc: Include libm-test-driver.c.
3622         (do_test): New function.
3623         * math/libm-test-log10.inc: Include libm-test-driver.c.
3624         (do_test): New function.
3625         * math/libm-test-log1p.inc: Include libm-test-driver.c.
3626         (do_test): New function.
3627         * math/libm-test-log2.inc: Include libm-test-driver.c.
3628         (do_test): New function.
3629         * math/libm-test-logb.inc: Include libm-test-driver.c.
3630         (do_test): New function.
3631         * math/libm-test-lrint.inc: Include libm-test-driver.c.
3632         (do_test): New function.
3633         * math/libm-test-lround.inc: Include libm-test-driver.c.
3634         (do_test): New function.
3635         * math/libm-test-modf.inc: Include libm-test-driver.c.
3636         (do_test): New function.
3637         * math/libm-test-nearbyint.inc: Include libm-test-driver.c.
3638         (do_test): New function.
3639         * math/libm-test-nextafter.inc: Include libm-test-driver.c.
3640         (do_test): New function.
3641         * math/libm-test-nextdown.inc: Include libm-test-driver.c.
3642         (do_test): New function.
3643         * math/libm-test-nexttoward.inc: Include libm-test-driver.c.
3644         (do_test): New function.
3645         * math/libm-test-nextup.inc: Include libm-test-driver.c.
3646         (do_test): New function.
3647         * math/libm-test-pow.inc: Include libm-test-driver.c.
3648         (do_test): New function.
3649         * math/libm-test-remainder.inc: Include libm-test-driver.c.
3650         (do_test): New function.
3651         * math/libm-test-remquo.inc: Include libm-test-driver.c.
3652         (do_test): New function.
3653         * math/libm-test-rint.inc: Include libm-test-driver.c.
3654         (do_test): New function.
3655         * math/libm-test-round.inc: Include libm-test-driver.c.
3656         (do_test): New function.
3657         * math/libm-test-roundeven.inc: Include libm-test-driver.c.
3658         (do_test): New function.
3659         * math/libm-test-scalb.inc: Include libm-test-driver.c.
3660         (do_test): New function.
3661         * math/libm-test-scalbln.inc: Include libm-test-driver.c.
3662         (do_test): New function.
3663         * math/libm-test-scalbn.inc: Include libm-test-driver.c.
3664         (do_test): New function.
3665         * math/libm-test-setpayload.inc: Include libm-test-driver.c.
3666         (do_test): New function.
3667         * math/libm-test-setpayloadsig.inc: Include libm-test-driver.c.
3668         (do_test): New function.
3669         * math/libm-test-signbit.inc: Include libm-test-driver.c.
3670         (do_test): New function.
3671         * math/libm-test-significand.inc: Include libm-test-driver.c.
3672         (do_test): New function.
3673         * math/libm-test-sin.inc: Include libm-test-driver.c.
3674         (do_test): New function.
3675         * math/libm-test-sincos.inc: Include libm-test-driver.c.
3676         (do_test): New function.
3677         * math/libm-test-sinh.inc: Include libm-test-driver.c.
3678         (do_test): New function.
3679         * math/libm-test-sqrt.inc: Include libm-test-driver.c.
3680         (do_test): New function.
3681         * math/libm-test-tan.inc: Include libm-test-driver.c.
3682         (do_test): New function.
3683         * math/libm-test-tanh.inc: Include libm-test-driver.c.
3684         (do_test): New function.
3685         * math/libm-test-tgamma.inc: Include libm-test-driver.c.
3686         (do_test): New function.
3687         * math/libm-test-totalorder.inc: Include libm-test-driver.c.
3688         (do_test): New function.
3689         * math/libm-test-totalordermag.inc: Include libm-test-driver.c.
3690         (do_test): New function.
3691         * math/libm-test-trunc.inc: Include libm-test-driver.c.
3692         (do_test): New function.
3693         * math/libm-test-ufromfp.inc: Include libm-test-driver.c.
3694         (do_test): New function.
3695         * math/libm-test-ufromfpx.inc: Include libm-test-driver.c.
3696         (do_test): New function.
3697         * math/libm-test-y0.inc: Include libm-test-driver.c.
3698         (do_test): New function.
3699         * math/libm-test-y1.inc: Include libm-test-driver.c.
3700         (do_test): New function.
3701         * math/libm-test-yn.inc: Include libm-test-driver.c.
3702         (do_test): New function.
3703         * math/libm-test-driver.c: Do not include libm-have-vector-test.h.
3704         (HAVE_VECTOR): Remove macro.
3705         (START): Do not call HAVE_VECTOR.
3706         * math/test-double-vlen2.h (FUNC_TEST): Remove macro.
3707         * math/test-double-vlen4.h (FUNC_TEST): Remove macro.
3708         * math/test-double-vlen8.h (FUNC_TEST): Remove macro.
3709         * math/test-float-vlen16.h (FUNC_TEST): Remove macro.
3710         * math/test-float-vlen4.h (FUNC_TEST): Remove macro.
3711         * math/test-float-vlen8.h (FUNC_TEST): Remove macro.
3712         * math/test-math-vector.h (FUNC_TEST): New macro.
3713         (WRAPPER_DECL): Rename to WRAPPER_DECL_f.
3714         * sysdeps/x86_64/fpu/Makefile (double-vlen2-funcs): New variable.
3715         (double-vlen4-funcs): Likewise.
3716         (double-vlen4-avx2-funcs): Likewise.
3717         (double-vlen8-funcs): Likewise.
3718         (float-vlen4-funcs): Likewise.
3719         (float-vlen8-funcs): Likewise.
3720         (float-vlen8-avx2-funcs): Likewise.
3721         (float-vlen16-funcs): Likewise.
3722         (CFLAGS-test-double-vlen4-avx2.c): Remove variable.
3723         (CFLAGS-test-float-vlen8-avx2.c): Likewise.
3724         * sysdeps/x86_64/fpu/test-double-vlen4.h (TEST_VECTOR_cos): Remove
3725         macro.
3726         (TEST_VECTOR_sin): Likewise.
3727         (TEST_VECTOR_sincos): Likewise.
3728         (TEST_VECTOR_log): Likewise.
3729         (TEST_VECTOR_exp): Likewise.
3730         (TEST_VECTOR_pow): Likewise.
3731         * sysdeps/x86_64/fpu/test-double-vlen8.h (TEST_VECTOR_cos):
3732         Likewise.
3733         (TEST_VECTOR_sin): Likewise.
3734         (TEST_VECTOR_sincos): Likewise.
3735         (TEST_VECTOR_log): Likewise.
3736         (TEST_VECTOR_exp): Likewise.
3737         (TEST_VECTOR_pow): Likewise.
3738         * sysdeps/x86_64/fpu/test-float-vlen16.h (TEST_VECTOR_cosf):
3739         Likewise.
3740         (TEST_VECTOR_sinf): Likewise.
3741         (TEST_VECTOR_sincosf): Likewise.
3742         (TEST_VECTOR_logf): Likewise.
3743         (TEST_VECTOR_expf): Likewise.
3744         (TEST_VECTOR_powf): Likewise.
3745         * sysdeps/x86_64/fpu/test-float-vlen8.h (TEST_VECTOR_cosf):
3746         Likewise.
3747         (TEST_VECTOR_sinf): Likewise.
3748         (TEST_VECTOR_sincosf): Likewise.
3749         (TEST_VECTOR_logf): Likewise.
3750         (TEST_VECTOR_expf): Likewise.
3751         (TEST_VECTOR_powf): Likewise.
3752         * math/gen-libm-have-vector-test.sh: Remove file.
3753         * math/libm-test.inc: Likewise.
3754         * math/libm-test-support-double.c: Likewise.
3755         * math/libm-test-support-float.c: Likewise.
3756         * math/libm-test-support-ldouble.c: Likewise.
3757         * math/test-double-finite.c: Likewise.: Likewise.
3758         * math/test-double.c: Likewise.
3759         * math/test-float-finite.c: Likewise.
3760         * math/test-float.c: Likewise.
3761         * math/test-idouble.c: Likewise.
3762         * math/test-ifloat.c: Likewise.
3763         * math/test-ildouble.c: Likewise.
3764         * math/test-ldouble-finite.c: Likewise.
3765         * math/test-ldouble.c: Likewise.
3766         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
3767         * sysdeps/x86_64/fpu/test-double-vlen2.h: Likewise.
3768         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
3769         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
3770         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
3771         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
3772         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
3773         * sysdeps/x86_64/fpu/test-float-vlen4.h: Likewise.
3774         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
3775         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
3777 2017-02-23 Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3778            Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
3780         * math/Makefile: Add wrappers to gen-libm-calls.
3781         * math/w_acos_template.c: New file.
3782         * math/w_acosh_template.c: Likewise.
3783         * math/w_asin_template.c: Likewise.
3784         * math/w_atan2_template.c: Likewise.
3785         * math/w_atanh_template.c: Likewise.
3786         * math/w_cosh_template.c: Likewise.
3787         * math/w_exp10_template.c: Likewise.
3788         * math/w_exp2_template.c: Likewise.
3789         * math/w_exp_template.c: Likewise.
3790         * math/w_fmod_template.c: Likewise.
3791         * math/w_hypot_template.c: Likewise.
3792         * math/w_j0_template.c: Likewise.
3793         * math/w_j1_template.c: Likewise.
3794         * math/w_jn_template.c: Likewise.
3795         * math/w_lgamma_r_template.c: Likewise.
3796         * math/w_lgamma_template.c: Likewise.
3797         * math/w_log10_template.c: Likewise.
3798         * math/w_log2_template.c: Likewise.
3799         * math/w_log_template.c: Likewise.
3800         * math/w_pow_template.c: Likewise.
3801         * math/w_remainder_template.c: Likewise.
3802         * math/w_sinh_template.c: Likewise.
3803         * math/w_sqrt_template.c: Likewise.
3804         * math/w_tgamma_template.c: Likewise.: Likewise.
3805         * sysdeps/generic/math-type-macros-double.h
3806         (__USE_WRAPPER_TEMPLATE): New macro to control inclusion of
3807         the new wrappers.
3808         * sysdeps/generic/math-type-macros-float.h: Likewise.
3809         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
3811 2017-02-22  Joseph Myers  <joseph@codesourcery.com>
3813         * sysdeps/unix/sysv/linux/sys/timerfd.h (TFD_TIMER_CANCEL_ON_SET):
3814         New enum constant and macro.
3816         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
3817         kernel version to 4.10.
3819 2017-02-21  Joseph Myers  <joseph@codesourcery.com>
3821         * sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
3823 2017-02-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3825         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3827 2017-02-21  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
3829         * sysdeps/powerpc/tst-set_ppr.c: New file.
3830         Implement test cases for __ppc_set_ppr_* functions.
3831         * sysdeps/powerpc/Makefile ($(subdir),misc): Add tst-set_ppr
3832         in the list of tests.
3834 2017-02-21  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
3836         * sysdeps/powerpc/test-get_hwcap.c: Use <support/test-driver.c>
3837         instead of test-skeleton.c.
3838         (do_test): Replaced pthread_create and pthread_join with
3839         xpthread_create and xpthread_join.  Use TEST_VERIFY_EXIT macro.
3840         Removed unneeded status variable.
3841         * sysdeps/powerpc/test-gettimebase.c: Use <support/test-driver.c>
3842         instead of test-skeleton.c.
3843         * sysdeps/powerpc/tst-tlsopt-powerpc.c: Likewise.
3845 2017-02-20  Mike FABIAN  <mfabian@redhat.com>
3847         [BZ #20313]
3848         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
3849         201605L, for Unicode 9.
3851 2017-02-20  Joseph Myers  <joseph@codesourcery.com>
3853         * math/libm-test-support.h (EXCEPTIONS_OK): Remove macro.
3854         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
3855         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
3856         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
3857         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
3858         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
3860 2017-02-19  Zack Weinberg  <zackw@panix.com>
3862         * rt/tst-mqueue4.c: Include stdint.h.
3864 2017-02-17  Joseph Myers  <joseph@codesourcery.com>
3866         * sysdeps/arm/libm-test-ulps: Update.
3867         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
3868         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
3869         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
3871 2017-01-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3873         [BZ #21029]
3874         * config.h.in [CAN_USE_REGISTER_ASM_EBP]: New define.
3875         * sysdeps/unix/sysv/linux/i386/Makefile
3876         [$(subdir) = elf] (sysdep-dl-routines): Add libc-do-syscall.
3877         (uses-6-syscall-arguments): Remove.
3878         [$(subdir) = misc] (CFLAGS-epoll_pwait.o): Likewise.
3879         [$(subdir) = misc] (CFLAGS-epoll_pwait.os): Likewise.
3880         [$(subdir) = misc] (CFLAGS-mmap.o): Likewise.
3881         [$(subdir) = misc] (CFLAGS-mmap.os): Likewise.
3882         [$(subdir) = misc] (CFLAGS-mmap64.o): Likewise.
3883         [$(subdir) = misc] (CFLAGS-mmap64.os): Likewise.
3884         [$(subdir) = misc] (CFLAGS-pselect.o): Likewise.
3885         [$(subdir) = misc] (cflags-pselect.o): Likewise.
3886         [$(subdir) = misc] (cflags-pselect.os): Likewise.
3887         [$(subdir) = misc] (cflags-rtld-mmap.os): Likewise.
3888         [$(subdir) = sysvipc] (cflags-semtimedop.o): Likewise.
3889         [$(subdir) = sysvipc] (cflags-semtimedop.os): Likewise.
3890         [$(subdir) = io] (CFLAGS-posix_fadvise64.o): Likewise.
3891         [$(subdir) = io] (CFLAGS-posix_fadvise64.os): Likewise.
3892         [$(subdir) = io] (CFLAGS-posix_fallocate.o): Likewise.
3893         [$(subdir) = io] (CFLAGS-posix_fallocate.os): Likewise.
3894         [$(subdir) = io] (CFLAGS-posix_fallocate64.o): Likewise.
3895         [$(subdir) = io] (CFLAGS-posix_fallocate64.os): Likewise.
3896         [$(subdir) = io] (CFLAGS-sync_file_range.o): Likewise.
3897         [$(subdir) = io] (CFLAGS-sync_file_range.os): Likewise.
3898         [$(subdir) = io] (CFLAGS-fallocate.o): Likewise.
3899         [$(subdir) = io] (CFLAGS-fallocate.os): Likewise.
3900         [$(subdir) = io] (CFLAGS-fallocate64.o): Likewise.
3901         [$(subdir) = io] (CFLAGS-fallocate64.os): Likewise.
3902         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrdlock.o):
3903         Likewise.
3904         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrdlock.os):
3905         Likewise.
3906         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrwlock.o):
3907         Likewise.
3908         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrwlock.os):
3909         Likewise.
3910         [$(subdir) = nptl] (CFLAGS-sem_wait.o): Likewise.
3911         [$(subdir) = nptl] (CFLAGS-sem_wait.os): Likewise.
3912         [$(subdir) = nptl] (CFLAGS-sem_timedwait.o): Likewise.
3913         [$(subdir) = nptl] (CFLAGS-sem_timedwait.os): Likewise.
3914         * sysdeps/unix/sysv/linux/i386/configure.ac: Add check if compiler allows
3915         ebp on inline assembly.
3916         * sysdeps/unix/sysv/linux/i386/configure: Regenerate.
3917         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
3918         Set if CAN_USE_REGISTER_ASM_EBP is set.
3920 2017-02-17  H.J. Lu  <hongjiu.lu@intel.com>
3922         * sysdeps/x86/cpu-features.c (init_cpu_features): Use
3923         index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit.
3925 2017-02-17  Joseph Myers  <joseph@codesourcery.com>
3927         * math/auto-libm-test-in: Add tests of catan and catanh.
3928         * math/auto-libm-test-out-catan: New generated file.
3929         * math/auto-libm-test-out-catanh: Likewise.
3930         * math/libm-test-catan.inc (catan_test_data): Use AUTO_TESTS_c_c.
3931         Move tests with finite inputs, except divide-by-zero cases, to
3932         auto-libm-test-in.
3933         * math/libm-test-catanh.inc (catanh_test_data): Likewise.
3934         * math/Makefile (libm-test-funcs-auto): Add catan and catanh.
3935         (libm-test-funcs-noauto): Remove catan and catanh.
3936         * sysdeps/i386/fpu/libm-test-ulps: Update.
3937         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
3938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3940         * math/auto-libm-test-in: Add tests of casin and casinh.
3941         * math/auto-libm-test-out-casin: New generated file.
3942         * math/auto-libm-test-out-casinh: Likewise.
3943         * math/libm-test-casin.inc (casin_test_data): Use AUTO_TESTS_c_c.
3944         Move tests with finite inputs to auto-libm-test-in.
3945         * math/libm-test-casinh.inc (casinh_test_data): Likewise.
3946         * math/Makefile (libm-test-funcs-auto): Add casin and casinh.
3947         (libm-test-funcs-noauto): Remove casin and casinh.
3948         * sysdeps/i386/fpu/libm-test-ulps: Update.
3949         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
3950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3952         * math/auto-libm-test-in: Add tests of cacos and cacosh.
3953         * math/auto-libm-test-out-cacos: New generated file.
3954         * math/auto-libm-test-out-cacosh: Likewise.
3955         * math/libm-test-cacos.inc (cacos_test_data): Use AUTO_TESTS_c_c.
3956         Move tests with finite inputs to auto-libm-test-in.
3957         * math/libm-test-cacosh.inc (cacosh_test_data): Likewise.
3958         * math/Makefile (libm-test-funcs-auto): Add cacos and cacosh.
3959         (libm-test-funcs-noauto): Remove cacos and cacosh.
3960         * sysdeps/i386/fpu/libm-test-ulps: Update.
3961         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
3962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3964         Revert:
3965         2017-02-16  Zack Weinberg  <zackw@panix.com>
3967         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
3968         Don't include init-arch.h.
3969         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
3970         Don't include init-arch.h.
3972 2017-02-17  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3974         [BZ #21171]
3975         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Return
3976         +Inf and raise divide-by-zero when x is negative.
3977         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Likewise.
3978         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Likewise.
3979         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10):  Return
3980         -Inf and raise divide-by-zero when x = +-0.
3981         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
3982         * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
3983         * sysdeps/ieee754/flt-32/e_log2f.c (__ieee754_log2f): Likewise.
3984         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
3985         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
3986         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
3987         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
3989 2017-02-16  Zack Weinberg  <zackw@panix.com>
3991         * scripts/build-many-glibcs.py (bot_build_mail): If the
3992         bot_config does not contain all of the necessary email-
3993         related settings, just print a warning and continue.
3995 2017-02-16  Zack Weinberg  <zackw@panix.com>
3997         * crypt/md5.h: Test _LIBC with #if defined, not #if.
3998         * dirent/opendir-tst1.c: Include sys/stat.h.
3999         * dirent/tst-fdopendir.c: Include sys/stat.h.
4000         * dirent/tst-fdopendir2.c: Include stdlib.h.
4001         * dirent/tst-scandir.c: Include stdbool.h.
4002         * elf/tst-auditmod1.c: Include link.h and stddef.h.
4003         * elf/tst-tls15.c: Include stdlib.h.
4004         * elf/tst-tls16.c: Include stdlib.h.
4005         * elf/tst-tls17.c: Include stdlib.h.
4006         * elf/tst-tls18.c: Include stdlib.h.
4007         * iconv/tst-iconv6.c: Include endian.h.
4008         * iconvdata/bug-iconv11.c: Include limits.h.
4009         * io/test-utime.c: Include stdint.h.
4010         * io/tst-faccessat.c: Include sys/stat.h.
4011         * io/tst-fchmodat.c: Include sys/stat.h.
4012         * io/tst-fchownat.c: Include sys/stat.h.
4013         * io/tst-fstatat.c: Include sys/stat.h.
4014         * io/tst-futimesat.c: Include sys/stat.h.
4015         * io/tst-linkat.c: Include sys/stat.h.
4016         * io/tst-mkdirat.c: Include sys/stat.h and stdbool.h.
4017         * io/tst-mkfifoat.c: Include sys/stat.h and stdbool.h.
4018         * io/tst-mknodat.c: Include sys/stat.h and stdbool.h.
4019         * io/tst-openat.c: Include stdbool.h.
4020         * io/tst-readlinkat.c: Include sys/stat.h.
4021         * io/tst-renameat.c: Include sys/stat.h.
4022         * io/tst-symlinkat.c: Include sys/stat.h.
4023         * io/tst-unlinkat.c: Include stdbool.h.
4024         * libio/bug-memstream1.c: Include stdlib.h.
4025         * libio/bug-wmemstream1.c: Include stdlib.h.
4026         * libio/tst-fwrite-error.c: Include stdlib.h.
4027         * libio/tst-memstream1.c: Include stdlib.h.
4028         * libio/tst-memstream2.c: Include stdlib.h.
4029         * libio/tst-memstream3.c: Include stdlib.h.
4030         * malloc/tst-interpose-aux.c: Include stdint.h.
4031         * misc/tst-preadvwritev-common.c: Include sys/stat.h.
4032         * nptl/tst-basic7.c: Include limits.h.
4033         * nptl/tst-cancel25.c: Include pthread.h, not pthreadP.h.
4034         * nptl/tst-cancel4.c: Include stddef.h, limits.h, and sys/stat.h.
4035         * nptl/tst-cancel4_1.c: Include stddef.h.
4036         * nptl/tst-cancel4_2.c: Include stddef.h.
4037         * nptl/tst-cond16.c: Include limits.h.
4038         Use sysconf(_SC_PAGESIZE) instead of __getpagesize.
4039         * nptl/tst-cond18.c: Include limits.h.
4040         Use sysconf(_SC_PAGESIZE) instead of __getpagesize.
4041         * nptl/tst-cond4.c: Include stdint.h.
4042         * nptl/tst-cond6.c: Include stdint.h.
4043         * nptl/tst-stack2.c: Include limits.h.
4044         * nptl/tst-stackguard1.c: Include stddef.h.
4045         * nptl/tst-tls4.c: Include stdint.h. Don't include tls.h.
4046         * nptl/tst-tls4moda.c: Include stddef.h.
4047         Don't include stdio.h, unistd.h, or tls.h.
4048         * nptl/tst-tls4modb.c: Include stddef.h.
4049         Don't include stdio.h, unistd.h, or tls.h.
4050         * nptl/tst-tls5.h: Include stddef.h. Don't include stdlib.h or tls.h.
4051         * posix/tst-getaddrinfo2.c: Include stdio.h.
4052         * posix/tst-getaddrinfo5.c: Include stdio.h.
4053         * posix/tst-pathconf.c: Include sys/stat.h.
4054         * posix/tst-posix_fadvise-common.c: Include stdint.h.
4055         * posix/tst-preadwrite-common.c: Include sys/stat.h.
4056         * posix/tst-regex.c: Include stdint.h.
4057         Don't include spawn.h or spawn_int.h.
4058         * posix/tst-regexloc.c: Don't include spawn.h or spawn_int.h.
4059         * posix/tst-vfork3.c: Include sys/stat.h.
4060         * resolv/tst-bug18665-tcp.c: Include stdlib.h.
4061         * resolv/tst-res_hconf_reorder.c: Include stdlib.h.
4062         * resolv/tst-resolv-search.c: Include stdlib.h.
4063         * stdio-common/tst-fmemopen2.c: Include stdint.h.
4064         * stdio-common/tst-vfprintf-width-prec.c: Include stdlib.h.
4065         * stdlib/test-canon.c: Include sys/stat.h.
4066         * stdlib/tst-tls-atexit.c: Include stdbool.h.
4067         * string/test-memchr.c: Include stdint.h.
4068         * string/tst-cmp.c: Include stdint.h.
4069         * sysdeps/pthread/tst-timer.c: Include stdint.h.
4070         * sysdeps/unix/sysv/linux/tst-sync_file_range.c: Include stdint.h.
4071         * sysdeps/wordsize-64/tst-writev.c: Include limits.h and stdint.h.
4072         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
4073         Don't include init-arch.h.
4074         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
4075         Don't include init-arch.h.
4076         * sysdeps/x86_64/tst-auditmod10b.c: Include link.h and stddef.h.
4077         * sysdeps/x86_64/tst-auditmod3b.c: Include link.h and stddef.h.
4078         * sysdeps/x86_64/tst-auditmod4b.c: Include link.h and stddef.h.
4079         * sysdeps/x86_64/tst-auditmod5b.c: Include link.h and stddef.h.
4080         * sysdeps/x86_64/tst-auditmod6b.c: Include link.h and stddef.h.
4081         * sysdeps/x86_64/tst-auditmod6c.c: Include link.h and stddef.h.
4082         * sysdeps/x86_64/tst-auditmod7b.c: Include link.h and stddef.h.
4083         * time/clocktest.c: Include stdint.h.
4084         * time/tst-posixtz.c: Include stdint.h.
4085         * timezone/tst-timezone.c: Include stdint.h.
4087 2017-02-16  Zack Weinberg  <zackw@panix.com>
4089         * string/string.h [__USE_MISC]: Include strings.h.
4090         (__bzero, bcmp, bcopy, bzero, index, rindex)
4091         (strcasecmp, strncasecmp, strcasecmp_l, strncasecmp_l)
4092         (ffs, ffsl, ffsll): Don't declare.
4093         * string/strings.h: Do not suppress the file if string.h has
4094         already been included.
4095         (bcmp, bcopy, bzero, strcasecmp, strncasecmp): Add __nonnull
4096         annotations.
4097         (index, rindex): Define inline forwarders even if
4098         __CORRECT_ISO_CPP_STRING_H_PROTO is defined.
4099         (ffs): Use __attribute_const__.
4100         (ffsl, ffsll): Declare here.
4101         (strcasecmp_l, strncasecmp_l): Correct comments; these functions
4102         have now been standardized.
4103         * include/string.h (__bzero): Declare here.
4105         * bits/types.h: Move to posix/bits.
4106         * include/bits/types.h: New wrapper.
4108 2017-02-15  Wilco Dijkstra  <wdijkstr@arm.com>
4110         * string/bits/string2.h (strcmp): Remove define.
4111         (__strcmp_cg): Likewise.
4112         (strncmp): Likewise.
4114 2017-02-15  Wilco Dijkstra  <wdijkstr@arm.com>
4116         * include/string.h: Add __cplusplus check.
4118 2017-02-15  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4120         [BZ #21134]
4121         * sysdeps/ieee754/dbl-64/e_j0.c (__ieee754_y0): Raise the
4122         "divide by zero" exception when the input is zero.
4123         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_y1): Likewise.
4124         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Likewise.
4125         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Likewise.
4126         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Likewise.
4127         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
4129 2017-02-15  Joseph Myers  <joseph@codesourcery.com>
4131         * sysdeps/x86_64/fpu/test-double-vlen2.c: Move most contents to,
4132         and include ...
4133         * sysdeps/x86_64/fpu/test-double-vlen2.h: ... here.  New file.
4134         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Move most contents
4135         to, and include ...
4136         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.h: ... here.  New
4137         file.
4138         * sysdeps/x86_64/fpu/test-double-vlen4.c: Move most contents to,
4139         and include ...
4140         * sysdeps/x86_64/fpu/test-double-vlen4.h: ... here.  New file.
4141         * sysdeps/x86_64/fpu/test-double-vlen8.c: Move most contents to,
4142         and include ...
4143         * sysdeps/x86_64/fpu/test-double-vlen8.h: ... here.  New file.
4144         * sysdeps/x86_64/fpu/test-float-vlen16.c: Move most contents to,
4145         and include ...
4146         * sysdeps/x86_64/fpu/test-float-vlen16.h: ... here.  New file.
4147         * sysdeps/x86_64/fpu/test-float-vlen4.c: Move most contents to,
4148         and include ...
4149         * sysdeps/x86_64/fpu/test-float-vlen4.h: ... here.  New file.
4150         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Move most contents
4151         to, and include ...
4152         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.h: ... here.  New file.
4153         * sysdeps/x86_64/fpu/test-float-vlen8.c: Move most contents to,
4154         and include ...
4155         * sysdeps/x86_64/fpu/test-float-vlen8.h: ... here.  New file.
4157 2017-02-14  Joseph Myers  <joseph@codesourcery.com>
4159         * math/libm-test-support.h: Do not include <math-tests-arch.h>
4160         here.
4161         * math/libm-test-support.c (libm_test_init): Do not call
4162         INIT_ARCH_EXT here.
4163         * math/libm-test-driver.c: Include <math-tests-arch.h>.
4164         (main): Call INIT_ARCH_EXT.
4166 2017-02-12  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4168         [BZ #21130]
4169         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Return NAN
4170         with the "invalid" exception raised when x is -Inf.
4171         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
4173 2017-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
4175         * string/bits/string2.h (strchr): Remove define.
4177 2017-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4179         * sysdeps/x86_64/Makefile (tests): Add tst-sse, tst-avx and
4180         tst-avx512.
4181         (test-extras): Add tst-avx-aux and tst-avx512-aux.
4182         (extra-test-objs): Add tst-avx-aux.o and tst-avx512-aux.o.
4183         (modules-names): Add tst-ssemod, tst-avxmod and tst-avx512mod.
4184         ($(objpfx)tst-sse): New rule.
4185         ($(objpfx)tst-avx): Likewise.
4186         ($(objpfx)tst-avx512): Likewise.
4187         (CFLAGS-tst-avx-aux.c): New.
4188         (CFLAGS-tst-avxmod.c): Likewise.
4189         (CFLAGS-tst-avx512-aux.c): Likewise.
4190         (CFLAGS-tst-avx512mod.c): Likewise.
4191         * sysdeps/x86_64/tst-avx-aux.c: New file.
4192         * sysdeps/x86_64/tst-avx.c: Likewise.
4193         * sysdeps/x86_64/tst-avx512-aux.c: Likewise.
4194         * sysdeps/x86_64/tst-avx512.c: Likewise.
4195         * sysdeps/x86_64/tst-avx512mod.c: Likewise.
4196         * sysdeps/x86_64/tst-avxmod.c: Likewise.
4197         * sysdeps/x86_64/tst-sse.c: Likewise.
4198         * sysdeps/x86_64/tst-ssemod.c: Likewise.
4200 2017-02-09  Joseph Myers  <joseph@codesourcery.com>
4202         * math/auto-libm-test-in: Add more tests of csin and csinh.
4203         * math/auto-libm-test-out-csin: Regenerated.
4204         * math/auto-libm-test-out-csinh: Likewise.
4205         * math/libm-test-csin.inc (csin_test_data): Remove tests moved to
4206         auto-libm-test-in.
4207         * math/libm-test-csinh.inc (csinh_test_data): Likewise.
4209 2017-02-09  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4211         * math/Makefile (libm-compat-calls-ldouble-yes): Merge into
4212         libm-compat-calls-auto.
4213         (libm-compat-calls): Likewise.
4214         (libm-compat-calls-auto): Rename to libm-compat-calls and add
4215         w_lgamma_compatF and k_standardF (merged from the items above).
4216         (libm-routines): Use libm-compat-calls, instead of
4217         libm-compat-calls-auto, with type-foreach.
4219 2017-02-09  Joseph Myers  <joseph@codesourcery.com>
4221         * math/test-math-inline.h (__LIBC_INTERNAL_MATH_INLINES): Undefine
4222         macro.
4223         * math/Makefile (CPPFLAGS-test-ifloat.c): Rename to ...
4224         (CFLAGS-test-ifloat.c): ... this.  Remove
4225         -U__LIBC_INTERNAL_MATH_INLINES.
4226         * math/Makefile (CPPFLAGS-test-idouble.c): Rename to ...
4227         (CFLAGS-test-idouble.c): ... this.  Remove
4228         -U__LIBC_INTERNAL_MATH_INLINES.
4229         * math/Makefile (CPPFLAGS-test-ildouble.c): Rename to ...
4230         (CFLAGS-test-ildouble.c): ... this.  Remove
4231         -U__LIBC_INTERNAL_MATH_INLINES.
4233 2017-02-08  Joseph Myers  <joseph@codesourcery.com>
4235         * math/libm-test-support.c: New file.  Content from
4236         math/libm-test-driver.c.
4237         * math/libm-test-support.h: Likewise.
4238         * math/libm-test-support-double.c: New file.
4239         * math/libm-test-support-float.c: Likewise.
4240         * math/libm-test-support-ldouble.c: Likewise.
4241         * math/libm-test-driver.c: Remove main comment and header
4242         includes.  Include libm-test-support.h.
4243         [!_GNU_SOURCE] (_GNU_SOURCE): Do not define.
4244         (flag_test_errno): Remove static.
4245         (flag_test_exceptions): Likewise.
4246         (flag_test_finite): Likewise.
4247         (flag_test_inline): Likewise.
4248         (flag_test_mathvec): Likewise.
4249         (test_msg): Likewise.
4250         (NO_EXCEPTION): Remove.
4251         (INVALID_EXCEPTION): Likewise.
4252         (DIVIDE_BY_ZERO_EXCEPTION): Likewise.
4253         (OVERFLOW_EXCEPTION): Likewise.
4254         (UNDERFLOW_EXCEPTION): Likewise.
4255         (INEXACT_EXCEPTION): Likewise.
4256         (INVALID_EXCEPTION_OK): Likewise.
4257         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
4258         (OVERFLOW_EXCEPTION_OK): Likewise.
4259         (UNDERFLOW_EXCEPTION_OK): Likewise.
4260         (NO_INEXACT_EXCEPTION): Likewise.
4261         (EXCEPTIONS_OK): Likewise.
4262         (IGNORE_ZERO_INF_SIGN): Likewise.
4263         (TEST_NAN_SIGN): Likewise.
4264         (TEST_NAN_PAYLOAD): Likewise.
4265         (NO_TEST_INLINE): Likewise.
4266         (XFAIL_TEST): Likewise.
4267         (ERRNO_UNCHANGED): Likewise.
4268         (ERRNO_EDOM): Likewise.
4269         (ERRNO_ERANGE): Likewise.
4270         (IGNORE_RESULT): Likewise.
4271         (NON_FINITE): Likewise.
4272         (TEST_SNAN): Likewise.
4273         (NO_TEST_MATHVEC): Likewise.
4274         (__CONCATX): Likewise.
4275         (TYPE_MIN): Likewise.
4276         (TYPE_TRUE_MIN): Likewise.
4277         (TYPE_MAX): Likewise.
4278         (MIN_EXP): Likewise.
4279         (MAX_EXP): Likewise.
4280         (MANT_DIG): Likewise.
4281         (FSTR_MAX): Likewise.
4282         (ulp_idx): Likewise.
4283         (qtype_str): Remove static.
4284         (TEST_COND_binary32): Remove.
4285         (TEST_COND_binary64): Likewise.
4286         (TEST_COND_binary128): Likewise.
4287         (TEST_COND_ibm128): Likewise.
4288         (TEST_COND_intel96): Likewise.
4289         (TEST_COND_m68k96): Likewise.
4290         (TEST_COND_ibm128_libgcc): Likewise.
4291         (XFAIL_IBM128_LIBGCC): Likewise.
4292         (PAYLOAD_DIG): Likewise.
4293         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
4294         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
4295         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
4296         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
4297         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
4298         (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): Likewise.
4299         (TEST_COND_long32): Likewise.
4300         (TEST_COND_long64): Likewise.
4301         (TEST_COND_before_rounding): Likewise.
4302         (TEST_COND_after_rounding): Likewise.
4303         (ulps_file_name): Likewise.
4304         (ulps_file): Likewise.
4305         (output_ulps): Likewise.
4306         (output_dir): Likewise.
4307         (noErrors): Likewise.
4308         (noTests): Likewise.
4309         (noExcTests): Likewise.
4310         (noErrnoTests): Likewise.
4311         (verbose): Likewise.
4312         (output_max_error): Likewise.
4313         (output_points): Likewise.
4314         (ignore_max_ulp): Likewise.
4315         (max_error): Likewise.
4316         (real_max_error): Likewise.
4317         (imag_max_error): Likewise.
4318         (prev_max_error): Likewise.
4319         (prev_real_max_error): Likewise.
4320         (prev_imag_max_error): Likewise.
4321         (max_valid_error): Likewise.
4322         (TYPE_DECIMAL_DIG): Likewise.
4323         (TYPE_HEX_DIG): Likewise.
4324         (fmt_ftostr): Likewise.
4325         (compare_ulp_data): Likewise.
4326         (find_ulps): Likewise.
4327         (init_max_error): Likewise.
4328         (set_max_error): Likewise.
4329         (print_float): Likewise.
4330         (print_screen): Likewise.
4331         (print_screen_max_error): Likewise.
4332         (update_stats): Likewise.
4333         (print_function_ulps): Likewise.
4334         (print_complex_function_ulps): Likewise.
4335         (fpstack_test): Likewise.
4336         (print_max_error): Likewise.
4337         (print_complex_max_error): Likewise.
4338         (test_single_exception): Likewise.
4339         (test_exceptions): Likewise.
4340         (test_single_errno): Likewise.
4341         (test_errno): Likewise.
4342         (ULPDIFF): Likewise.
4343         (ulp): Likewise.
4344         (check_float_internal): Likewise.
4345         (check_float): Likewise.
4346         (check_complex): Likewise.
4347         (check_int): Likewise.
4348         (check_long): Likewise.
4349         (check_bool): Likewise.
4350         (check_longlong): Likewise.
4351         (check_intmax_t): Likewise.
4352         (check_uintmax_t): Likewise.
4353         (enable_test): Likewise.
4354         (matherr): Likewise.
4355         (initialize): Likewise.
4356         (options): Likewise.
4357         (doc): Remove static.
4358         (argp): Likewise.
4359         (parse_opt): Remove.
4360         (check_ulp): Likewise.
4361         (libm_test_init): Likewise.
4362         (libm_test_finish): Likewise.
4363         * math/Makefile (libm-test-support): New variable.
4364         (test-extras): Add libm-test-support files.
4365         (extra-test-objs): Likewise.
4366         (CFLAGS-libm-test-support-float.c): New variable.
4367         (CFLAGS-libm-test-support-double.c): Likewise.
4368         (CFLAGS-libm-test-support-ldouble.c): Likewise.
4369         ($(addprefix $(objpfx),$(libm-tests)): Depend on appropriate
4370         libm-test-support objects.
4372 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4374         * math/Makefile (libm-calls): Move w_exp...
4375         (libm-compat-calls-auto): Here.
4377         * math/w_expl.c: Add suffix "_compat" to filename.
4378         * sysdeps/ia64/fpu/w_expl.c: Likewise.
4379         * sysdeps/ia64/fpu/w_expf.c: Likewise.
4380         * sysdeps/ia64/fpu/w_exp.c: Likewise.
4381         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
4382         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
4383         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
4384         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
4385         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
4387         * math/w_expl_compat.c: New file, copied from above.
4388         * sysdeps/ia64/fpu/w_exp_compat.c: Likewise.
4389         * sysdeps/ia64/fpu/w_expf_compat.c: Likewise.
4390         * sysdeps/ia64/fpu/w_expl_compat.c: Likewise.
4391         * sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
4392         * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
4393         * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
4394         * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
4395         * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
4397         * sysdeps/ieee754/ldbl-64-128/w_expl.c: Add suffix "_compat"
4398         to filename.
4399         * sysdeps/ieee754/ldbl-opt/w_exp.c: Likewise.
4401         * sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: New file,
4402         copied from above and adjusted for the new filenames.
4403         * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
4405 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4407         * math/Makefile (libm-calls): Move w_lgammaF...
4408         (libm-compat-calls-auto): Here.
4410         * math/w_lgamma.c: Add suffix "_compat2" to filename.
4411         * math/w_lgammaf.c: Likewise.
4412         * math/w_lgammal.c: Likewise.
4414         * math/w_lgamma_compat2.c: New file, copied from above.
4415         * math/w_lgammaf_compat2.c: Likewise.
4416         * math/w_lgammal_compat2.c: Likewise.
4418 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4420         * math/Makefile (libm-calls): Move w_lgammaF_r...
4421         (libm-compat-calls-auto): Here.
4423         * math/w_lgamma_r.c: Add suffix "_compat" to filename.
4424         * math/w_lgammaf_r.c: Likewise.
4425         * math/w_lgammal_r.c: Likewise.
4426         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
4427         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
4428         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
4430         * math/w_lgamma_r_compat.c: New file, copied from above.
4431         * math/w_lgammaf_r_compat.c: Likewise.
4432         * math/w_lgammal_r_compat.c: Likewise.
4433         * sysdeps/ia64/fpu/w_lgamma_r_compat.c: Likewise.
4434         * sysdeps/ia64/fpu/w_lgammaf_r_compat.c: Likewise.
4435         * sysdeps/ia64/fpu/w_lgammal_r_compat.c: Likewise.
4437         * sysdeps/ieee754/ldbl-opt/w_lgamma_r.c: Add suffix "_compat"
4438         to filename.
4439         * sysdeps/ieee754/ldbl-opt/w_lgammal_r.c: Likewise.
4441         * sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: New file
4442         copied from above and adjusted for the new filenames.
4443         * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
4445 2017-02-08  Yury Norov  <ynorov@caviumnetworks.com>
4447         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: use PTR_REG() for offset
4448         calculation in SYSCALL_ERROR_HANDLER().
4450 2017-02-08  Rical Jasan  <ricaljasan@pacific.net>
4452         * manual/contrib.texi: Fix typo.
4454 2017-02-08  Siddhesh Poyarekar  <siddhesh@sourceware.org>
4456         [BZ #21109]
4457         * elf/dl-tunable-types.h (tunable_callback_t): Accept
4458         tunable_val_t as argument.
4459         * elf/dl-tunables.c (__tunable_set_val): Add comment.
4460         * malloc/arena.c (set_mallopt_check): Take tunable_val_t as
4461         argument.
4462         (DL_TUNABLE_CALLBACK_FNDECL): Likewise.
4464 2017-02-08  Kir Kolyshkin  <kir@openvz.org>
4466         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (__ptrace_eventcodes):
4467         Add PTRACE_EVENT_STOP.
4468         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
4469         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
4470         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
4471         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
4472         * sysdeps/unix/sysv/linux/sys/ptrace.h: Likewise.
4473         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
4475 2017-02-07  Joseph Myers  <joseph@codesourcery.com>
4477         * math/test-math-finite.h (TEST_EXCEPTIONS): New macro.
4478         * math/test-math-no-finite.h (TEST_EXCEPTIONS): Likewise.
4479         * math/test-math-vector.h (TEST_EXCEPTIONS): Likewise.
4480         * math/test-math-no-inline.h (TEST_EXCEPTIONS): Remove macro.
4481         * math/test-double-vlen2.h (EXCEPTION_TESTS_double): Likewise.
4482         * math/test-double-vlen4.h (EXCEPTION_TESTS_double): Likewise.
4483         * math/test-double-vlen8.h (EXCEPTION_TESTS_double): Likewise.
4484         * math/test-float-vlen4.h (EXCEPTION_TESTS_float): Likewise.
4485         * math/test-float-vlen8.h (EXCEPTION_TESTS_float): Likewise.
4486         * math/test-float-vlen16.h (EXCEPTION_TESTS_float): Likewise.
4488         [BZ #21112]
4489         * sysdeps/ieee754/flt-32/e_powf.c (cp_h): Use value with trailing
4490         12 bits zero.
4491         (cp_l): Update for new value of cp_h.
4492         * math/auto-libm-test-in: Add another test of pow.
4493         * math/auto-libm-test-out-pow: Regenerated.
4495 2017-02-07  Siddhesh Poyarekar  <siddhesh@sourceware.org>
4497         * manual/contrib.texi: Fix typo.
4499 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4501         [BZ #15998]
4502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4503         (arch_minimum_kernel): Set as 3.10.0 for ppc64le.
4504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
4506 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4508         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Redefine
4509         STRCHR as __strchr_power8.
4510         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Redefine
4511         strlen as __strlen_power8.
4513 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
4515         * sysdeps/powerpc/powerpc64/power8/strcmp.S: Adjust address for
4516         unaligned load for shorter strings.
4517         * sysdeps/powerpc/powerpc64/power9/strcmp.S: Likewise.
4519 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
4521         * math/libm-test-driver.c (flag_test_errno): New variable.
4522         (flag_test_exceptions): Likewise.
4523         (flag_test_finite): Likewise.
4524         (flag_test_inline): Likewise.
4525         (flag_test_mathvec): Likewise.
4526         (test_msg): Likewise.
4527         (ulp_idx): Likewise.
4528         (qtype_str): Likewise.
4529         (ULP_IDX): Remove macro.
4530         (QTYPE_STR): Likewise.
4531         (find_ulps): Use ulp_idx not ULP_IDX.
4532         (print_function_ulps): Use qtype_str, printed with %s, not
4533         QTYPE_STR, printed with concatentation to format string.
4534         (print_complex_function_ulps): Likewise.
4535         (test_exceptions): Use flag_test_exceptions not TEST_EXCEPTIONS.
4536         (test_errno): Use flag_test_errno not TEST_ERRNO.
4537         (enable_test): Use flag_test_inline, flag_test_finite and
4538         flag_test_mathvec instead of TEST_INLINE, TEST_FINITE and
4539         TEST_MATHVEC.
4540         (libm_test_init): New function.  Factored out of main.
4541         (libm_test_finish): Likewise.
4542         (main): Call libm_test_init and libm_test_finish and move most
4543         code to those functions.
4545         * math/libm-test-driver.c (STRX): New macro.
4546         (STR): Likewise.
4547         (STR_FLOAT): Likewise.
4548         (STR_VEC_LEN): Likewise.
4549         (TEST_MSG): Likewise.  Define here instead of expecting to be
4550         defined by including file.
4551         * math/test-double-finite.c (TEST_MSG): Remove macro.
4552         * math/test-double-vlen2.h (TEST_MSG): Likewise.
4553         * math/test-double-vlen4.h (TEST_MSG): Likewise.
4554         * math/test-double-vlen8.h (TEST_MSG): Likewise.
4555         * math/test-double.c (TEST_MSG): Likewise.
4556         * math/test-float-finite.c (TEST_MSG): Likewise.
4557         * math/test-float-vlen16.h (TEST_MSG): Likewise.
4558         * math/test-float-vlen4.h (TEST_MSG): Likewise.
4559         * math/test-float-vlen8.h (TEST_MSG): Likewise.
4560         * math/test-float.c (TEST_MSG): Likewise.
4561         * math/test-idouble.c (TEST_MSG): Likewise.
4562         * math/test-ifloat.c (TEST_MSG): Likewise.
4563         * math/test-ildouble.c (TEST_MSG): Likewise.
4564         * math/test-ldouble-finite.c (TEST_MSG): Likewise.
4565         * math/test-ldouble.c (TEST_MSG): Likewise.
4567         * math/libm-test.inc: Move all tests of individual functions to
4568         libm-test-*.inc and #include libm-test-*.c files.
4569         (acos_test_data): Remove.
4570         (acos_test): Likewise.
4571         (acosh_test_data): Likewise.
4572         (acosh_test): Likewise.
4573         (asin_test_data): Likewise.
4574         (asin_test): Likewise.
4575         (asinh_test_data): Likewise.
4576         (asinh_test): Likewise.
4577         (atan_test_data): Likewise.
4578         (atan_test): Likewise.
4579         (atanh_test_data): Likewise.
4580         (atanh_test): Likewise.
4581         (atan2_test_data): Likewise.
4582         (atan2_test): Likewise.
4583         (cabs_test_data): Likewise.
4584         (cabs_test): Likewise.
4585         (cacos_test_data): Likewise.
4586         (cacos_test): Likewise.
4587         (cacosh_test_data): Likewise.
4588         (cacosh_test): Likewise.
4589         (canonicalize_test_data): Likewise.
4590         (canonicalize_test): Likewise.
4591         (carg_test_data): Likewise.
4592         (carg_test): Likewise.
4593         (casin_test_data): Likewise.
4594         (casin_test): Likewise.
4595         (casinh_test_data): Likewise.
4596         (casinh_test): Likewise.
4597         (catan_test_data): Likewise.
4598         (catan_test): Likewise.
4599         (catanh_test_data): Likewise.
4600         (catanh_test): Likewise.
4601         (cbrt_test_data): Likewise.
4602         (cbrt_test): Likewise.
4603         (ccos_test_data): Likewise.
4604         (ccos_test): Likewise.
4605         (ccosh_test_data): Likewise.
4606         (ccosh_test): Likewise.
4607         (ceil_test_data): Likewise.
4608         (ceil_test): Likewise.
4609         (cexp_test_data): Likewise.
4610         (cexp_test): Likewise.
4611         (cimag_test_data): Likewise.
4612         (cimag_test): Likewise.
4613         (clog_test_data): Likewise.
4614         (clog_test): Likewise.
4615         (clog10_test_data): Likewise.
4616         (clog10_test): Likewise.
4617         (conj_test_data): Likewise.
4618         (conj_test): Likewise.
4619         (copysign_test_data): Likewise.
4620         (copysign_test): Likewise.
4621         (cos_test_data): Likewise.
4622         (cos_test): Likewise.
4623         (cosh_test_data): Likewise.
4624         (cosh_test): Likewise.
4625         (cpow_test_data): Likewise.
4626         (cpow_test): Likewise.
4627         (cproj_test_data): Likewise.
4628         (cproj_test): Likewise.
4629         (creal_test_data): Likewise.
4630         (creal_test): Likewise.
4631         (csin_test_data): Likewise.
4632         (csin_test): Likewise.
4633         (csinh_test_data): Likewise.
4634         (csinh_test): Likewise.
4635         (csqrt_test_data): Likewise.
4636         (csqrt_test): Likewise.
4637         (ctan_test_data): Likewise.
4638         (ctan_test): Likewise.
4639         (ctanh_test_data): Likewise.
4640         (ctanh_test): Likewise.
4641         (erf_test_data): Likewise.
4642         (erf_test): Likewise.
4643         (erfc_test_data): Likewise.
4644         (erfc_test): Likewise.
4645         (exp_test_data): Likewise.
4646         (exp_test): Likewise.
4647         (exp10_test_data): Likewise.
4648         (exp10_test): Likewise.
4649         (pow10_test): Likewise.
4650         (exp2_test_data): Likewise.
4651         (exp2_test): Likewise.
4652         (expm1_test_data): Likewise.
4653         (expm1_test): Likewise.
4654         (fabs_test_data): Likewise.
4655         (fabs_test): Likewise.
4656         (fdim_test_data): Likewise.
4657         (fdim_test): Likewise.
4658         (floor_test_data): Likewise.
4659         (floor_test): Likewise.
4660         (fma_test_data): Likewise.
4661         (fma_test): Likewise.
4662         (fmax_test_data): Likewise.
4663         (fmax_test): Likewise.
4664         (fmaxmag_test_data): Likewise.
4665         (fmaxmag_test): Likewise.
4666         (fmin_test_data): Likewise.
4667         (fmin_test): Likewise.
4668         (fminmag_test_data): Likewise.
4669         (fminmag_test): Likewise.
4670         (fmod_test_data): Likewise.
4671         (fmod_test): Likewise.
4672         (fpclassify_test_data): Likewise.
4673         (fpclassify_test): Likewise.
4674         (frexp_test_data): Likewise.
4675         (frexp_test): Likewise.
4676         (fromfp_test_data): Likewise.
4677         (fromfp_test): Likewise.
4678         (fromfpx_test_data): Likewise.
4679         (fromfpx_test): Likewise.
4680         (getpayload_test_data): Likewise.
4681         (getpayload_test): Likewise.
4682         (hypot_test_data): Likewise.
4683         (hypot_test): Likewise.
4684         (ilogb_test_data): Likewise.
4685         (ilogb_test): Likewise.
4686         (iscanonical_test_data): Likewise.
4687         (iscanonical_test): Likewise.
4688         (iseqsig_test_data): Likewise.
4689         (iseqsig_test): Likewise.
4690         (isfinite_test_data): Likewise.
4691         (isfinite_test): Likewise.
4692         (finite_test): Likewise.
4693         (isgreater_test_data): Likewise.
4694         (isgreater_test): Likewise.
4695         (isgreaterequal_test_data): Likewise.
4696         (isgreaterequal_test): Likewise.
4697         (isinf_test_data): Likewise.
4698         (isinf_test): Likewise.
4699         (isless_test_data): Likewise.
4700         (isless_test): Likewise.
4701         (islessequal_test_data): Likewise.
4702         (islessequal_test): Likewise.
4703         (islessgreater_test_data): Likewise.
4704         (islessgreater_test): Likewise.
4705         (isnan_test_data): Likewise.
4706         (isnan_test): Likewise.
4707         (isnormal_test_data): Likewise.
4708         (isnormal_test): Likewise.
4709         (issignaling_test_data): Likewise.
4710         (issignaling_test): Likewise.
4711         (issubnormal_test_data): Likewise.
4712         (issubnormal_test): Likewise.
4713         (isunordered_test_data): Likewise.
4714         (isunordered_test): Likewise.
4715         (iszero_test_data): Likewise.
4716         (iszero_test): Likewise.
4717         (j0_test_data): Likewise.
4718         (j0_test): Likewise.
4719         (j1_test_data): Likewise.
4720         (j1_test): Likewise.
4721         (jn_test_data): Likewise.
4722         (jn_test): Likewise.
4723         (lgamma_test_data): Likewise.
4724         (lgamma_test): Likewise.
4725         (gamma_test): Likewise.
4726         (llogb_test_data): Likewise.
4727         (llogb_test): Likewise.
4728         (lrint_test_data): Likewise.
4729         (lrint_test): Likewise.
4730         (llrint_test_data): Likewise.
4731         (llrint_test): Likewise.
4732         (log_test_data): Likewise.
4733         (log_test): Likewise.
4734         (log10_test_data): Likewise.
4735         (log10_test): Likewise.
4736         (log1p_test_data): Likewise.
4737         (log1p_test): Likewise.
4738         (log2_test_data): Likewise.
4739         (log2_test): Likewise.
4740         (logb_test_data): Likewise.
4741         (logb_test): Likewise.
4742         (lround_test_data): Likewise.
4743         (lround_test): Likewise.
4744         (llround_test_data): Likewise.
4745         (llround_test): Likewise.
4746         (modf_test_data): Likewise.
4747         (modf_test): Likewise.
4748         (nearbyint_test_data): Likewise.
4749         (nearbyint_test): Likewise.
4750         (nextafter_test_data): Likewise.
4751         (nextafter_test): Likewise.
4752         (nextup_test_data): Likewise.
4753         (nextup_test): Likewise.
4754         (nextdown_test_data): Likewise.
4755         (nextdown_test): Likewise.
4756         (nexttoward_test_data): Likewise.
4757         (nexttoward_test): Likewise.
4758         (pow_test_data): Likewise.
4759         (pow_test): Likewise.
4760         (remainder_test_data): Likewise.
4761         (remainder_test): Likewise.
4762         (drem_test): Likewise.
4763         (remquo_test_data): Likewise.
4764         (remquo_test): Likewise.
4765         (rint_test_data): Likewise.
4766         (rint_test): Likewise.
4767         (round_test_data): Likewise.
4768         (round_test): Likewise.
4769         (roundeven_test_data): Likewise.
4770         (roundeven_test): Likewise.
4771         (scalb_test_data): Likewise.
4772         (scalb_test): Likewise.
4773         (scalbn_test_data): Likewise.
4774         (scalbn_test): Likewise.
4775         (ldexp_test): Likewise.
4776         (scalbln_test_data): Likewise.
4777         (scalbln_test): Likewise.
4778         (setpayload_test_data): Likewise.
4779         (setpayload_test): Likewise.
4780         (setpayloadsig_test_data): Likewise.
4781         (setpayloadsig_test): Likewise.
4782         (signbit_test_data): Likewise.
4783         (signbit_test): Likewise.
4784         (sin_test_data): Likewise.
4785         (sin_test): Likewise.
4786         (sincos_test_data): Likewise.
4787         (sincos_test): Likewise.
4788         (sinh_test_data): Likewise.
4789         (sinh_test): Likewise.
4790         (sqrt_test_data): Likewise.
4791         (sqrt_test): Likewise.
4792         (tan_test_data): Likewise.
4793         (tan_test): Likewise.
4794         (tanh_test_data): Likewise.
4795         (tanh_test): Likewise.
4796         (tgamma_test_data): Likewise.
4797         (tgamma_test): Likewise.
4798         (totalorder_test_data): Likewise.
4799         (totalorder_test): Likewise.
4800         (totalordermag_test_data): Likewise.
4801         (totalordermag_test): Likewise.
4802         (trunc_test_data): Likewise.
4803         (trunc_test): Likewise.
4804         (ufromfp_test_data): Likewise.
4805         (ufromfp_test): Likewise.
4806         (ufromfpx_test_data): Likewise.
4807         (ufromfpx_test): Likewise.
4808         (y0_test_data): Likewise.
4809         (y0_test): Likewise.
4810         (y1_test_data): Likewise.
4811         (y1_test): Likewise.
4812         (yn_test_data): Likewise.
4813         (yn_test): Likewise.
4814         (significand_test_data): Likewise.
4815         (significand_test): Likewise.
4816         * math/Makefile (auto-libm-test-out-files): Remove variable.
4817         (libm-test-funcs-noauto): New variable.
4818         (libm-test-funcs-all): Likewise.
4819         (libm-test-c-auto): Likewise.
4820         (libm-test-c-noauto): Likewise.
4821         (libm-tests-generated): Add $(libm-test-c-auto) and
4822         $(libm-test-c-noauto).
4823         (generated): Do not add auto-libm-test-out.
4824         (libm-test-c-auto-obj): New variable.
4825         (libm-test-c-noauto-obj): Likewise.
4826         ($(objpfx)libm-test.c): Do not generate or use auto-libm-test-out.
4827         ($(libm-test-c-noauto-obj)): New static pattern rule.
4828         ($(libm-test-c-auto-obj)): Likewise.
4829         (libm-test-incs): New variable.
4830         ($(objpfx)libm-have-vector-test.h): Depend on $(libm-test-incs)
4831         and pass it to gen-libm-have-vector-test.sh.
4832         * math/gen-libm-have-vector-test.sh: Expect list of .inc files to
4833         be passed on command line.
4834         * math/libm-test-acos.inc: New file.  Content from
4835         math/libm-test.inc.
4836         * math/libm-test-acosh.inc: Likewise.
4837         * math/libm-test-asin.inc: Likewise.
4838         * math/libm-test-asinh.inc: Likewise.
4839         * math/libm-test-atan.inc: Likewise.
4840         * math/libm-test-atan2.inc: Likewise.
4841         * math/libm-test-atanh.inc: Likewise.
4842         * math/libm-test-cabs.inc: Likewise.
4843         * math/libm-test-cacos.inc: Likewise.
4844         * math/libm-test-cacosh.inc: Likewise.
4845         * math/libm-test-canonicalize.inc: Likewise.
4846         * math/libm-test-carg.inc: Likewise.
4847         * math/libm-test-casin.inc: Likewise.
4848         * math/libm-test-casinh.inc: Likewise.
4849         * math/libm-test-catan.inc: Likewise.
4850         * math/libm-test-catanh.inc: Likewise.
4851         * math/libm-test-cbrt.inc: Likewise.
4852         * math/libm-test-ccos.inc: Likewise.
4853         * math/libm-test-ccosh.inc: Likewise.
4854         * math/libm-test-ceil.inc: Likewise.
4855         * math/libm-test-cexp.inc: Likewise.
4856         * math/libm-test-cimag.inc: Likewise.
4857         * math/libm-test-clog.inc: Likewise.
4858         * math/libm-test-clog10.inc: Likewise.
4859         * math/libm-test-conj.inc: Likewise.
4860         * math/libm-test-copysign.inc: Likewise.
4861         * math/libm-test-cos.inc: Likewise.
4862         * math/libm-test-cosh.inc: Likewise.
4863         * math/libm-test-cpow.inc: Likewise.
4864         * math/libm-test-cproj.inc: Likewise.
4865         * math/libm-test-creal.inc: Likewise.
4866         * math/libm-test-csin.inc: Likewise.
4867         * math/libm-test-csinh.inc: Likewise.
4868         * math/libm-test-csqrt.inc: Likewise.
4869         * math/libm-test-ctan.inc: Likewise.
4870         * math/libm-test-ctanh.inc: Likewise.
4871         * math/libm-test-erf.inc: Likewise.
4872         * math/libm-test-erfc.inc: Likewise.
4873         * math/libm-test-exp.inc: Likewise.
4874         * math/libm-test-exp10.inc: Likewise.
4875         * math/libm-test-exp2.inc: Likewise.
4876         * math/libm-test-expm1.inc: Likewise.
4877         * math/libm-test-fabs.inc: Likewise.
4878         * math/libm-test-fdim.inc: Likewise.
4879         * math/libm-test-floor.inc: Likewise.
4880         * math/libm-test-fma.inc: Likewise.
4881         * math/libm-test-fmax.inc: Likewise.
4882         * math/libm-test-fmaxmag.inc: Likewise.
4883         * math/libm-test-fmin.inc: Likewise.
4884         * math/libm-test-fminmag.inc: Likewise.
4885         * math/libm-test-fmod.inc: Likewise.
4886         * math/libm-test-fpclassify.inc: Likewise.
4887         * math/libm-test-frexp.inc: Likewise.
4888         * math/libm-test-fromfp.inc: Likewise.
4889         * math/libm-test-fromfpx.inc: Likewise.
4890         * math/libm-test-getpayload.inc: Likewise.
4891         * math/libm-test-hypot.inc: Likewise.
4892         * math/libm-test-ilogb.inc: Likewise.
4893         * math/libm-test-iscanonical.inc: Likewise.
4894         * math/libm-test-iseqsig.inc: Likewise.
4895         * math/libm-test-isfinite.inc: Likewise.
4896         * math/libm-test-isgreater.inc: Likewise.
4897         * math/libm-test-isgreaterequal.inc: Likewise.
4898         * math/libm-test-isinf.inc: Likewise.
4899         * math/libm-test-isless.inc: Likewise.
4900         * math/libm-test-islessequal.inc: Likewise.
4901         * math/libm-test-islessgreater.inc: Likewise.
4902         * math/libm-test-isnan.inc: Likewise.
4903         * math/libm-test-isnormal.inc: Likewise.
4904         * math/libm-test-issignaling.inc: Likewise.
4905         * math/libm-test-issubnormal.inc: Likewise.
4906         * math/libm-test-isunordered.inc: Likewise.
4907         * math/libm-test-iszero.inc: Likewise.
4908         * math/libm-test-j0.inc: Likewise.
4909         * math/libm-test-j1.inc: Likewise.
4910         * math/libm-test-jn.inc: Likewise.
4911         * math/libm-test-lgamma.inc: Likewise.
4912         * math/libm-test-llogb.inc: Likewise.
4913         * math/libm-test-llrint.inc: Likewise.
4914         * math/libm-test-llround.inc: Likewise.
4915         * math/libm-test-log.inc: Likewise.
4916         * math/libm-test-log10.inc: Likewise.
4917         * math/libm-test-log1p.inc: Likewise.
4918         * math/libm-test-log2.inc: Likewise.
4919         * math/libm-test-logb.inc: Likewise.
4920         * math/libm-test-lrint.inc: Likewise.
4921         * math/libm-test-lround.inc: Likewise.
4922         * math/libm-test-modf.inc: Likewise.
4923         * math/libm-test-nearbyint.inc: Likewise.
4924         * math/libm-test-nextafter.inc: Likewise.
4925         * math/libm-test-nextdown.inc: Likewise.
4926         * math/libm-test-nexttoward.inc: Likewise.
4927         * math/libm-test-nextup.inc: Likewise.
4928         * math/libm-test-pow.inc: Likewise.
4929         * math/libm-test-remainder.inc: Likewise.
4930         * math/libm-test-remquo.inc: Likewise.
4931         * math/libm-test-rint.inc: Likewise.
4932         * math/libm-test-round.inc: Likewise.
4933         * math/libm-test-roundeven.inc: Likewise.
4934         * math/libm-test-scalb.inc: Likewise.
4935         * math/libm-test-scalbln.inc: Likewise.
4936         * math/libm-test-scalbn.inc: Likewise.
4937         * math/libm-test-setpayload.inc: Likewise.
4938         * math/libm-test-setpayloadsig.inc: Likewise.
4939         * math/libm-test-signbit.inc: Likewise.
4940         * math/libm-test-significand.inc: Likewise.
4941         * math/libm-test-sin.inc: Likewise.
4942         * math/libm-test-sincos.inc: Likewise.
4943         * math/libm-test-sinh.inc: Likewise.
4944         * math/libm-test-sqrt.inc: Likewise.
4945         * math/libm-test-tan.inc: Likewise.
4946         * math/libm-test-tanh.inc: Likewise.
4947         * math/libm-test-tgamma.inc: Likewise.
4948         * math/libm-test-totalorder.inc: Likewise.
4949         * math/libm-test-totalordermag.inc: Likewise.
4950         * math/libm-test-trunc.inc: Likewise.
4951         * math/libm-test-ufromfp.inc: Likewise.
4952         * math/libm-test-ufromfpx.inc: Likewise.
4953         * math/libm-test-y0.inc: Likewise.
4954         * math/libm-test-y1.inc: Likewise.
4955         * math/libm-test-yn.inc: Likewise.
4956         * math/README.libm-test: Update.
4958         * math/gen-auto-libm-tests.c: Update comment about use of program.
4959         (generate_output): Add argument FUNCTION.
4960         (main): Require extra argument.  Pass function name to
4961         generate_output.
4962         * math/Makefile (generated): Add auto-libm-test-out.
4963         (libm-test-funcs-auto): New variable.
4964         (auto-libm-test-out-files): New variable.
4965         ($(objpfx)libm-test.c): Depend on $(auto-libm-test-out-files).
4966         Concatenate those files to form $(objpfx)auto-libm-test-out and
4967         use it as input to gen-libm-test.pl.
4968         * math/README.libm-test: Update.
4969         * math/auto-libm-test-out: Remove.
4970         * math/auto-libm-test-out-acos: New generated file.
4971         * math/auto-libm-test-out-acosh: Likewise.
4972         * math/auto-libm-test-out-asin: Likewise.
4973         * math/auto-libm-test-out-asinh: Likewise.
4974         * math/auto-libm-test-out-atan: Likewise.
4975         * math/auto-libm-test-out-atan2: Likewise.
4976         * math/auto-libm-test-out-atanh: Likewise.
4977         * math/auto-libm-test-out-cabs: Likewise.
4978         * math/auto-libm-test-out-carg: Likewise.
4979         * math/auto-libm-test-out-cbrt: Likewise.
4980         * math/auto-libm-test-out-ccos: Likewise.
4981         * math/auto-libm-test-out-ccosh: Likewise.
4982         * math/auto-libm-test-out-cexp: Likewise.
4983         * math/auto-libm-test-out-clog: Likewise.
4984         * math/auto-libm-test-out-clog10: Likewise.
4985         * math/auto-libm-test-out-cos: Likewise.
4986         * math/auto-libm-test-out-cosh: Likewise.
4987         * math/auto-libm-test-out-cpow: Likewise.
4988         * math/auto-libm-test-out-csin: Likewise.
4989         * math/auto-libm-test-out-csinh: Likewise.
4990         * math/auto-libm-test-out-csqrt: Likewise.
4991         * math/auto-libm-test-out-ctan: Likewise.
4992         * math/auto-libm-test-out-ctanh: Likewise.
4993         * math/auto-libm-test-out-erf: Likewise.
4994         * math/auto-libm-test-out-erfc: Likewise.
4995         * math/auto-libm-test-out-exp: Likewise.
4996         * math/auto-libm-test-out-exp10: Likewise.
4997         * math/auto-libm-test-out-exp2: Likewise.
4998         * math/auto-libm-test-out-expm1: Likewise.
4999         * math/auto-libm-test-out-fma: Likewise.
5000         * math/auto-libm-test-out-hypot: Likewise.
5001         * math/auto-libm-test-out-j0: Likewise.
5002         * math/auto-libm-test-out-j1: Likewise.
5003         * math/auto-libm-test-out-jn: Likewise.
5004         * math/auto-libm-test-out-lgamma: Likewise.
5005         * math/auto-libm-test-out-log: Likewise.
5006         * math/auto-libm-test-out-log10: Likewise.
5007         * math/auto-libm-test-out-log1p: Likewise.
5008         * math/auto-libm-test-out-log2: Likewise.
5009         * math/auto-libm-test-out-pow: Likewise.
5010         * math/auto-libm-test-out-sin: Likewise.
5011         * math/auto-libm-test-out-sincos: Likewise.
5012         * math/auto-libm-test-out-sinh: Likewise.
5013         * math/auto-libm-test-out-sqrt: Likewise.
5014         * math/auto-libm-test-out-tan: Likewise.
5015         * math/auto-libm-test-out-tanh: Likewise.
5016         * math/auto-libm-test-out-tgamma: Likewise.
5017         * math/auto-libm-test-out-y0: Likewise.
5018         * math/auto-libm-test-out-y1: Likewise.
5019         * math/auto-libm-test-out-yn: Likewise.
5021         * math/Makefile (generated): Do not include libm-test.stmp.
5022         ($(addprefix $(objpfx), $(libm-tests-generated))): Do not depend
5023         on $(objpfx)libm-test.stmp.
5024         ($(objpfx)libm-test.stmp): Remove rule.
5025         ($(objpfx)libm-test-ulps.h): New rule.
5026         ($(objpfx)libm-test.c): Likewise.
5027         ($(objpfx)libm-have-vector-test.h): Likewise.
5028         ($(addprefix $(objpfx), $(libm-tests.o)): Depend directly on
5029         individual generated files, not libm-test.stmp.
5031         * math/gen-libm-test.pl ($output_dir): Remove variable.
5032         ($srcdir): Likewise.
5033         ($opt_a): New variable.
5034         ($opt_c): Likewise.
5035         ($opt_C): Likewise.
5036         ($opt_H): Likewise.
5037         (-n): Make option take argument and use it as NewUlps output.
5038         (-a): New option.  Use its argument for auto-libm-test-out input.
5039         (-c): New option.  Use its argument for libm-test.inc input.
5040         (-C): New option.  Use its argument for libm-test.c output.
5041         (-H): New option.  Use its argument for libm-test-ulps.h output.
5042         (top level): Only process inputs needed to generate outputs
5043         specified by command-line options.  Only generate outputs
5044         specified by command-line options.
5045         * math/README.libm-test: Update example gen-libm-test.pl command.
5046         * math/Makefile ($(objpfx)libm-test.stmp): Update gen-libm-test.pl
5047         commands.
5048         (regen-ulps): Likewise.
5050 2017-02-06  Wilco Dijkstra  <wdijkstr@arm.com>
5052         * hurd/path-lookup.c (file_name_path_scan): Rename index to strchr.
5053         * include/string.h (index): Remove define.
5054         (rindex): Likewise.
5055         * misc/getttyent.c (__getttyent): Rename index to strchr.
5056         * misc/ttyslot.c (ttyslot): Rename rindex to strrchr.
5057         * sunrpc/rpc_main.c (mkfile_output): Likewise.
5059 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
5061         * math/libm-test-driver.c: New file.  Based on math/libm-test.inc.
5062         * math/libm-test.inc: Move all contents, other than tests of
5063         individual functions, to libm-test-driver.c.
5064         [!FE_TONEAREST] (FE_TONEAREST): Move to libm-test-driver.c.
5065         [!FE_TOWARDZERO] (FE_TOWARDZERO): Likewise.
5066         [!FE_UPWARD] (FE_UPWARD): Likewise.
5067         [!FE_DOWNWARD] (FE_DOWNWARD): Likewise.
5068         (NO_EXCEPTION): Likewise.
5069         (INVALID_EXCEPTION): Likewise.
5070         (DIVIDE_BY_ZERO_EXCEPTION): Likewise.
5071         (OVERFLOW_EXCEPTION): Likewise.
5072         (UNDERFLOW_EXCEPTION): Likewise.
5073         (INEXACT_EXCEPTION): Likewise.
5074         (INVALID_EXCEPTION_OK): Likewise.
5075         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
5076         (OVERFLOW_EXCEPTION_OK): Likewise.
5077         (UNDERFLOW_EXCEPTION_OK): Likewise.
5078         (NO_INEXACT_EXCEPTION): Likewise.
5079         (EXCEPTIONS_OK): Likewise.
5080         (IGNORE_ZERO_INF_SIGN): Likewise.
5081         (TEST_NAN_SIGN): Likewise.
5082         (TEST_NAN_PAYLOAD): Likewise.
5083         (NO_TEST_INLINE): Likewise.
5084         (XFAIL_TEST): Likewise.
5085         (ERRNO_UNCHANGED): Likewise.
5086         (ERRNO_EDOM): Likewise.
5087         (ERRNO_ERANGE): Likewise.
5088         (IGNORE_RESULT): Likewise.
5089         (NON_FINITE): Likewise.
5090         (TEST_SNAN): Likewise.
5091         (NO_TEST_MATHVEC): Likewise.
5092         (TEST_NAN_PAYLOAD_CANONICALIZE): Likewise.
5093         (__CONCATX): Likewise.
5094         (TYPE_MIN): Likewise.
5095         (TYPE_TRUE_MIN): Likewise.
5096         (TYPE_MAX): Likewise.
5097         (MIN_EXP): Likewise.
5098         (MAX_EXP): Likewise.
5099         (MANT_DIG): Likewise.
5100         (FSTR_MAX): Likewise.
5101         (ULP_IDX): Likewise.
5102         (QTYPE_STR): Likewise.
5103         (TEST_COND_binary32): Likewise.
5104         (TEST_COND_binary64): Likewise.
5105         (TEST_COND_binary128): Likewise.
5106         (TEST_COND_ibm128): Likewise.
5107         (TEST_COND_intel96): Likewise.
5108         (TEST_COND_m68k96): Likewise.
5109         (TEST_COND_ibm128_libgcc): Likewise.
5110         (XFAIL_IBM128_LIBGCC): Likewise.
5111         (PAYLOAD_DIG): Likewise.
5112         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
5113         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
5114         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
5115         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
5116         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
5117         (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): Likewise.
5118         (TEST_COND_long32): Likewise.
5119         (TEST_COND_long64): Likewise.
5120         (TEST_COND_before_rounding): Likewise.
5121         (TEST_COND_after_rounding): Likewise.
5122         (lit_pi_3_m_4_d): Likewise.
5123         (lit_pi_3_m_4_ln10_m_d): Likewise.
5124         (lit_pi_2_ln10_m_d): Likewise.
5125         (lit_pi_4_ln10_m_d): Likewise.
5126         (lit_pi_ln10_d): Likewise.
5127         (lit_pi_2_d): Likewise.
5128         (lit_pi_4_d): Likewise.
5129         (lit_pi): Likewise.
5130         (lit_e): Likewise.
5131         (ulps_file_name): Likewise.
5132         (ulps_file): Likewise.
5133         (output_ulps): Likewise.
5134         (output_dir): Likewise.
5135         (noErrors): Likewise.
5136         (noTests): Likewise.
5137         (noExcTests): Likewise.
5138         (noErrnoTests): Likewise.
5139         (verbose): Likewise.
5140         (output_max_error): Likewise.
5141         (output_points): Likewise.
5142         (ignore_max_ulp): Likewise.
5143         (plus_zero): Likewise.
5144         (minus_zero): Likewise.
5145         (plus_infty): Likewise.
5146         (minus_infty): Likewise.
5147         (qnan_value_pl): Likewise.
5148         (qnan_value): Likewise.
5149         (snan_value_pl): Likewise.
5150         (snan_value): Likewise.
5151         (max_value): Likewise.
5152         (min_value): Likewise.
5153         (min_subnorm_value): Likewise.
5154         (snan_value_ld): Likewise.
5155         (max_error): Likewise.
5156         (real_max_error): Likewise.
5157         (imag_max_error): Likewise.
5158         (prev_max_error): Likewise.
5159         (prev_real_max_error): Likewise.
5160         (prev_imag_max_error): Likewise.
5161         (max_valid_error): Likewise.
5162         (TYPE_DECIMAL_DIG): Likewise.
5163         (TYPE_HEX_DIG): Likewise.
5164         (fmt_ftostr): Likewise.
5165         (compare_ulp_data): Likewise.
5166         (find_ulps): Likewise.
5167         (init_max_error): Likewise.
5168         (set_max_error): Likewise.
5169         (print_float): Likewise.
5170         (print_screen): Likewise.
5171         (print_screen_max_error): Likewise.
5172         (update_stats): Likewise.
5173         (print_function_ulps): Likewise.
5174         (print_complex_function_ulps): Likewise.
5175         (fpstack_test): Likewise.
5176         (print_max_error): Likewise.
5177         (print_complex_max_error): Likewise.
5178         (test_single_exception): Likewise.
5179         (test_exceptions): Likewise.
5180         (test_single_errno): Likewise.
5181         (test_errno): Likewise.
5182         (ULPDIFF): Likewise.
5183         (ulp): Likewise.
5184         (check_float_internal): Likewise.
5185         (check_float): Likewise.
5186         (check_complex): Likewise.
5187         (check_int): Likewise.
5188         (check_long): Likewise.
5189         (check_bool): Likewise.
5190         (check_longlong): Likewise.
5191         (check_intmax_t): Likewise.
5192         (check_uintmax_t): Likewise.
5193         (enable_test): Likewise.
5194         (struct test_f_f_data): Likewise.
5195         (struct test_ff_f_data): Likewise.
5196         (struct test_fj_f_data): Likewise.
5197         (struct test_fi_f_data): Likewise.
5198         (struct test_fl_f_data): Likewise.
5199         (struct test_if_f_data): Likewise.
5200         (struct test_fff_f_data): Likewise.
5201         (struct test_fiu_M_data): Likewise.
5202         (struct test_fiu_U_data): Likewise.
5203         (struct test_c_f_data): Likewise.
5204         (struct test_f_f1_data): Likewise.
5205         (struct test_fF_f1_data): Likewise.
5206         (struct test_ffI_f1_data): Likewise.
5207         (struct test_c_c_data): Likewise.
5208         (struct test_cc_c_data): Likewise.
5209         (struct test_f_i_data): Likewise.
5210         (struct test_ff_i_data): Likewise.
5211         (struct test_f_l_data): Likewise.
5212         (struct test_f_L_data): Likewise.
5213         (struct test_fFF_11_data): Likewise.
5214         (struct test_Ff_b1_data): Likewise.
5215         (IF_ROUND_INIT_): Likewise.
5216         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
5217         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
5218         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
5219         (IF_ROUND_INIT_FE_UPWARD): Likewise.
5220         (ROUND_RESTORE_): Likewise.
5221         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
5222         (ROUND_RESTORE_FE_TONEAREST): Likewise.
5223         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
5224         (ROUND_RESTORE_FE_UPWARD): Likewise.
5225         (RM_): Likewise.
5226         (RM_FE_DOWNWARD): Likewise.
5227         (RM_FE_TONEAREST): Likewise.
5228         (RM_FE_TOWARDZERO): Likewise.
5229         (RM_FE_UPWARD): Likewise.
5230         (COMMON_TEST_SETUP): Likewise.
5231         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
5232         (COMMON_TEST_CLEANUP): Likewise.
5233         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
5234         (RUN_TEST_f_f): Likewise.
5235         (RUN_TEST_LOOP_f_f): Likewise.
5236         (RUN_TEST_fp_f): Likewise.
5237         (RUN_TEST_LOOP_fp_f): Likewise.
5238         (RUN_TEST_2_f): Likewise.
5239         (RUN_TEST_LOOP_2_f): Likewise.
5240         (RUN_TEST_ff_f): Likewise.
5241         (RUN_TEST_LOOP_ff_f): Likewise.
5242         (RUN_TEST_LOOP_fj_f): Likewise.
5243         (RUN_TEST_fi_f): Likewise.
5244         (RUN_TEST_LOOP_fi_f): Likewise.
5245         (RUN_TEST_fl_f): Likewise.
5246         (RUN_TEST_LOOP_fl_f): Likewise.
5247         (RUN_TEST_if_f): Likewise.
5248         (RUN_TEST_LOOP_if_f): Likewise.
5249         (RUN_TEST_fff_f): Likewise.
5250         (RUN_TEST_LOOP_fff_f): Likewise.
5251         (RUN_TEST_fiu_M): Likewise.
5252         (RUN_TEST_LOOP_fiu_M): Likewise.
5253         (RUN_TEST_fiu_U): Likewise.
5254         (RUN_TEST_LOOP_fiu_U): Likewise.
5255         (RUN_TEST_c_f): Likewise.
5256         (RUN_TEST_LOOP_c_f): Likewise.
5257         (RUN_TEST_f_f1): Likewise.
5258         (RUN_TEST_LOOP_f_f1): Likewise.
5259         (RUN_TEST_fF_f1): Likewise.
5260         (RUN_TEST_LOOP_fF_f1): Likewise.
5261         (RUN_TEST_fI_f1): Likewise.
5262         (RUN_TEST_LOOP_fI_f1): Likewise.
5263         (RUN_TEST_ffI_f1_mod8): Likewise.
5264         (RUN_TEST_LOOP_ffI_f1_mod8): Likewise.
5265         (RUN_TEST_Ff_b1): Likewise.
5266         (RUN_TEST_LOOP_Ff_b1): Likewise.
5267         (RUN_TEST_Ffp_b1): Likewise.
5268         (RUN_TEST_LOOP_Ffp_b1): Likewise.
5269         (RUN_TEST_c_c): Likewise.
5270         (RUN_TEST_LOOP_c_c): Likewise.
5271         (RUN_TEST_cc_c): Likewise.
5272         (RUN_TEST_LOOP_cc_c): Likewise.
5273         (RUN_TEST_f_i): Likewise.
5274         (RUN_TEST_LOOP_f_i): Likewise.
5275         (RUN_TEST_f_i_tg): Likewise.
5276         (RUN_TEST_LOOP_f_i_tg): Likewise.
5277         (RUN_TEST_ff_b): Likewise.
5278         (RUN_TEST_LOOP_ff_b): Likewise.
5279         (RUN_TEST_ff_i_tg): Likewise.
5280         (RUN_TEST_LOOP_ff_i_tg): Likewise.
5281         (RUN_TEST_f_b): Likewise.
5282         (RUN_TEST_LOOP_f_b): Likewise.
5283         (RUN_TEST_f_b_tg): Likewise.
5284         (RUN_TEST_LOOP_f_b_tg): Likewise.
5285         (RUN_TEST_f_l): Likewise.
5286         (RUN_TEST_LOOP_f_l): Likewise.
5287         (RUN_TEST_f_L): Likewise.
5288         (RUN_TEST_LOOP_f_L): Likewise.
5289         (RUN_TEST_fFF_11): Likewise.
5290         (RUN_TEST_LOOP_fFF_11): Likewise.
5291         (VEC_SUFF): Likewise.
5292         (STR_CONCAT): Likewise.
5293         (STR_CON3): Likewise.
5294         (HAVE_VECTOR): Likewise.
5295         (START): Likewise.
5296         (END): Likewise.
5297         (END_COMPLEX): Likewise.
5298         (ALL_RM_TEST): Likewise.
5299         (matherr): Likewise.
5300         (initialize): Likewise.
5301         (options): Likewise.
5302         (doc): Likewise.
5303         (parse_opt): Likewise.
5304         (argp): Likewise.
5305         (check_ulp): Likewise.
5306         (main): Likewise.
5307         (do_test): New function.  Call tests of individual functions
5308         previously called from main.
5310         * math/libm-test.inc: Remove comment listing functions tested and
5311         not tested.
5313 2016-02-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5315         * nptl/allocatestack.c [COLORING_INCREMENT] (nptl_ncreated): Remove.
5316         (allocate_stack): Remove COLORING_INCREMENT usage.
5317         * nptl/stack-aliasing.h (COLORING_INCREMENT). Likewise.
5318         * sysdeps/i386/i686/stack-aliasing.h (COLORING_INCREMENT): Likewise.
5320 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
5322         * manual/libm-err-tab.pl (@all_functions): Change to
5323         %all_functions.  Initialize as empty.
5324         (parse_ulps): Add to %all_functions based on functions found in
5325         ulps files.  Ignore results for non-default rounding modes and
5326         vector functions.
5327         (print_platforms): Use %all_platforms.
5328         * manual/math.texi (Errors in Math Functions): Document omissions
5329         from the table.
5331         * math/Makefile (before-compile): Remove.
5333 2017-02-06  Ivo Raisr <ivo.raisr@oracle.com>
5335         [BZ #21075]
5336         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Remove
5337         unused assignment.
5338         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
5340 2017-02-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
5342         * sysdeps/nptl/lowlevellock.h (lll_trylock, lll_cond_trylock):
5343         Add __glibc_unlikely hint.
5345 2017-02-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5347         [BZ #16640]
5348         * sysdeps/i386/i686/strtok.S: Remove file.
5349         * sysdeps/i386/i686/strtok_r.S: Likewise.
5350         * sysdeps/i386/strtok.S: Likewise.
5351         * sysdeps/i386/strtok_r.S: Likewise.
5352         * sysdeps/powerpc/powerpc64/strtok.S: Likewise.
5353         * sysdeps/powerpc/powerpc64/strtok_r.S: Likewise.
5354         * sysdeps/x86_64/strtok.S: Likewise.
5355         * sysdeps/x86_64/strtok_r.S: Likewise.
5357         * sysdeps/unix/sysv/linux/arm/posix_fadvise.c: Remove file.
5358         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: Likewise.
5359         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5360         (__ASSUME_FADVISE64_AS_64_64): Define.
5361         * sysdeps/unix/sysv/linux/posix_fadvise.c [__NR_fadvise64]: Add
5362         !defined __ASSUME_FADVISE64_AS_64_64 to use syscall issue.
5363         [!__NR_fadvise64 && __ASSUME_FADVISE64_64_6ARG]: Remove
5364         __ALIGNMENT_ARG usage.
5365         [!__NR_fadvise64 && !__ASSUME_FADVISE64_64_6ARG]: Define
5366         __NR_fadvise64_64 if it is not defined.
5368 2017-02-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5370         * version.h (RELEASE): Set to "development"
5371         (VERSION): Set to 2.25.90.
5372         * NEWS: Add 2.26 section.
5374         * version.h (RELEASE): Set to "stable"
5375         (VERSION): Set to 2.25.
5376         * include/features.h (__GLIBC_MINOR__): Set to 25.
5378         * manual/contrib.texi: Add more contributors from this release
5379         and past releases.
5381         * NEWS (2.25): Add list of bugs fixed.
5383         * NEWS: Add missing news items.
5385 2017-02-04  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5387         * elf/tst-env-setuid.c (do_execve): Return EXIT_UNSUPPORTED in
5388         parent if child exited in that manner.  Print WEXITSTATUS
5389         instead of the raw status.
5390         (do_test_prep): Rename to do_test.
5391         (do_test): Return the result of run_executable_sgid.
5392         (TEST_FUNCTION_ARGV): Adjust.
5394 2017-02-03  Alexandre Oliva  <aoliva@redhat.com>
5395             Florian Weimer  <fweimer@redhat.com>
5396             Carlos O'Donell  <carlos@redhat.com>
5398         [BZ #20915]
5399         * elf/dl-reloc.c (_dl_nothread_init_static_tls):
5400         Do not initialize DTV.
5401         * nptl/allocatestack.c (init_one_static_tls): Likewise.
5403 2017-02-03  David S. Miller  <davem@davemloft.net>
5405         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax-vis3.S: Remove file.
5406         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
5407         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: Likewise.
5408         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
5409         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: Likewise.
5410         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
5411         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: Likewise.
5412         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
5413         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
5414         (libm-sysdep_routines): Update.
5415         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Remove file.
5416         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: Likewise.
5417         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
5418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: Likewise.
5419         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
5420         * sysdeps/sparc/sparc64/fpu/s_fmax.S: Likewise.
5421         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: Likewise.
5422         * sysdeps/sparc/sparc64/fpu/s_fmin.S: Likewise.
5423         * sysdeps/sparc/sparc64/fpu/s_fminf.S: Likewise.
5424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S:
5425         Likewise.
5426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
5427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S:
5428         Likewise.
5429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
5430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S:
5431         Likewise.
5432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
5433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S:
5434         Likewise.
5435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
5436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
5437         (libm-sysdep_routines): Update.
5439 2017-02-02  H.J. Lu  <hongjiu.lu@intel.com>
5441         * sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
5442         _dl_fatal_printf with _dl_error_printf for IFUNC relocation
5443         against unrelocated shared library.
5444         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
5446 2017-02-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5448         * sysdeps/generic/unsecvars.h: Add GLIBC_TUNABLES.
5449         * elf/tst-env-setuid-tunables.c
5450         (test_child_tunables)[!HAVE_TUNABLES]: Verify that
5451         GLIBC_TUNABLES is removed in a setgid process.
5453         [BZ #21073]
5454         * elf/dl-tunable-types.h (tunable_seclevel_t): New enum.
5455         * elf/dl-tunables.c (tunables_strdup): Remove.
5456         (get_next_env): Also return the previous envp.
5457         (parse_tunables): Erase tunables of category
5458         TUNABLES_SECLEVEL_SXID_ERASE.
5459         (maybe_enable_malloc_check): Make MALLOC_CHECK_
5460         TUNABLE_SECLEVEL_NONE if /etc/setuid-debug is accessible.
5461         (__tunables_init)[TUNABLES_FRONTEND ==
5462         TUNABLES_FRONTEND_valstring]: Update GLIBC_TUNABLES envvar
5463         after parsing.
5464         [TUNABLES_FRONTEND != TUNABLES_FRONTEND_valstring]: Erase
5465         tunable envvars of category TUNABLES_SECLEVEL_SXID_ERASE.
5466         * elf/dl-tunables.h (struct _tunable): Change member is_secure
5467         to security_level.
5468         * elf/dl-tunables.list: Add security_level annotations for all
5469         tunables.
5470         * scripts/gen-tunables.awk: Recognize and generate enum values
5471         for security_level.
5472         * elf/tst-env-setuid.c: New test case.
5473         * elf/tst-env-setuid-tunables: new test case.
5474         * elf/Makefile (tests-static): Add them.
5476 2017-02-01  Richard Henderson  <rth@twiddle.net>
5478         * sysdeps/alpha/memchr.c (__memchr): Use saturating arithmetic
5479         adjusting the byte count.
5481 2017-02-01  Andreas Schwab  <schwab@linux-m68k.org>
5483         * conform/Makefile (linknamespace-libs): Define.
5485         * sysdeps/m68k/m680x0/m68020/atomic-machine.h
5486         (__arch_compare_and_exchange_val_64_acq, atomic_exchange_acq)
5487         (atomic_exchange_and_add, atomic_add): Add casts to 64 bit asm
5488         operands.
5490 2017-01-31  Chung-Lin Tang  <cltang@codesourcery.com>
5492         * sysdeps/unix/sysv/linux/nios2/ipc_priv.h: New file.
5494 2017-01-30  H.J. Lu  <hongjiu.lu@intel.com>
5496         [BZ #21081]
5497         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
5498         (L(stosb)): Add VZEROUPPER before ret.
5500 2016-01-28  Carlos O'Donell  <carlos@redhat.com>
5501             Alexey Makhalov <amakhalov@vmware.com>
5502             Florian Weimer <fweimer@redhat.com>
5504         [BZ #20116]
5505         * nptl/pthread_create.c: Document concurrency notes.
5506         Enhance thread creation notes.
5507         (create_thread): Use bool *stopped_start.
5508         (START_THREAD_DEFN): Comment ownership of PD.
5509         (__pthread_create_2_1): Add local bool stopped_start and use
5510         that instead of pd->stopped_start where appropriate.
5511         * nptl/createthread.c (create_thread): Use bool *stopped_start.
5512         * sysdeps/nacl/createthread.c (create_thread): Use bool *stopped_start.
5513         * sysdeps/unix/sysv/linux/createthread.c (create_thread): Likewise.
5514         * nptl/tst-create-detached.c: New file.
5515         * nptl/Makefile (tests): Add tst-create-detached.
5516         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
5517         Reference the enhanced thread creation notes.
5518         * nptl/pthread_setschedparam.c (__pthread_setschedparam): Likewise.
5519         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
5520         * nptl/tpp.c (__pthread_tpp_change_priority): Likewise.
5521         (__pthread_current_priority): Likewise.
5522         * support/Makefile (libsupport-routines): Add xpthread_attr_destroy
5523         xpthread_attr_init, xpthread_attr_setdetachstate, and
5524         xpthread_attr_setstacksize.
5525         * support/xpthread_attr_destroy.c: New file.
5526         * support/xpthread_attr_init.c: New file.
5527         * support/xpthread_attr_setdetachstate.c: New file.
5528         * support/xpthread_attr_setstacksize.c: New file.
5529         * support/xthread.h: Define prototypes for xpthread_attr_destroy
5530         xpthread_attr_init, xpthread_attr_setdetachstate, and
5531         xpthread_attr_setstacksize.
5533 2017-01-27  Florian Weimer  <fweimer@redhat.com>
5535         * nptl/Makefile (tests): Add tst-robust-fork.
5536         * nptl/tst-robust-fork.c: New file.
5537         * support/Makefile (libsupport-routines): Add xmmap, xmunmap,
5538         xpthread_mutex_consistent, xpthread_mutex_destroy,
5539         xpthread_mutex_init, xpthread_mutexattr_destroy,
5540         xpthread_mutexattr_init, xpthread_mutexattr_setprotocol,
5541         xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust,
5542         xpthread_mutexattr_settype.
5543         * support/xmmap.c: New file.
5544         * support/xmunmap.c: Likewise.
5545         * support/xpthread_mutex_consistent.c: Likewise.
5546         * support/xpthread_mutex_destroy.c: Likewise.
5547         * support/xpthread_mutex_init.c: Likewise.
5548         * support/xpthread_mutexattr_destroy.c: Likewise.
5549         * support/xpthread_mutexattr_init.c: Likewise.
5550         * support/xpthread_mutexattr_setprotocol.c: Likewise.
5551         * support/xpthread_mutexattr_setpshared.c: Likewise.
5552         * support/xpthread_mutexattr_setrobust.c: Likewise.
5553         * support/xpthread_mutexattr_settype.c: Likewise.
5554         * support/xthread.h (xpthread_mutexattr_destroy)
5555         (xpthread_mutexattr_init, xpthread_mutexattr_setprotocol)
5556         (xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust)
5557         (xpthread_mutexattr_settype, xpthread_mutex_init)
5558         (xpthread_mutex_destroy, xpthread_mutex_consistent): Declare.
5559         * support/xunistd.h (xmmap, xmunmap): Likewise.
5561 2017-01-25  Florian Weimer  <fweimer@redhat.com>
5563         * string/Makefile (xtests): Add comment.
5564         (LOCALES): Add en_GB.UTF-8.
5565         (tst-strcoll-overflow.out): Depend on generated locales.
5566         * string/tst-strcoll-overflow.c: Convert to support/test-driver.c.
5567         (SIZE, TIMEOUT): Update comments.
5568         (do_test): Define as static.  Fail test if setlocale fails.
5569         Return EXIT_UNSUPPORTED if insufficient memory.  Enhance output
5570         messages.
5571         (EXPECTED_SIGNAL, EXPECTED_STATUS, TEST_FUNCTION): Remove.
5572         TIMEOUT at 300 seconds should be enough to run this test
5573         successfully.
5575 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
5577         * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add
5578         /* FALLTHRU */ comments.
5580 2017-01-24  James Clarke  <jrtc27@jrtc27.com>
5582         [BZ #21053]
5583         * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.sym: Use new REG_R*
5584         constants instead of the old R* ones.
5585         * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.sym: Likewise.
5586         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (NGPREG): Rename...
5587         (NGREG): ... to this, to fit in with other architectures.
5588         (gpregset_t): Use new NGREG macro.
5589         [__USE_GNU]: Remove condition; all architectures other than tile
5590         are unconditional.
5591         (R*): Rename to REG_R*.
5593 2017-01-20  DJ Delorie  <dj@redhat.com>
5595         * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...
5596         (tunable_set_val_if_valid_range_signed) ... this, and ...
5597         (tunable_set_val_if_valid_range_unsigned) ... this.
5598         (tunable_initialize): Call the correct one of the above based on type.
5600 2017-01-20  Joseph Myers  <joseph@codesourcery.com>
5602         * sysdeps/hppa/fpu/libm-test-ulps: Remove *_tonearest entries.
5603         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
5604         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
5605         * sysdeps/microblaze/libm-test-ulps: Likewise.
5606         * sysdeps/sh/libm-test-ulps: Likewise.
5608         * math/README.libm-test: Update list of characters for input and
5609         output types.
5611 2017-01-20  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5613         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
5614         (__lll_unlock_elision): Fix adapt_count decrement.
5616 2017-01-14  Martin Galvan  <martingalvan@sourceware.org>
5618         * README.pretty-printers (Known issues): Warn about printers not
5619         always covering everything.
5620         * nptl/nptl-printers.py (MutexPrinter): Change output.
5621         * nptl/test-mutex-printers.py: Fix test and adapt to changed output.
5623 2017-01-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
5625         * sysdeps/unix/sysv/linux/s390/htm.h: Adjust comments.
5626         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5627         * sysdeps/unix/sysv/linux/s390/elision-lock.c: Adjust comments.
5628         (__lll_lock_elision): Do not test futex before starting a
5629         transaction.  Use __glibc_likely instead of __builtin_expect.
5630         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Adjust comments.
5631         (__lll_trylock_elision): Do not test futex before starting a
5632         transaction.  Use __glibc_likely instead of __builtin_expect.
5634 2017-01-20  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5636         * po/Makefile (update-translations): New target.
5638 2017-01-19  Joseph Myers  <joseph@codesourcery.com>
5640         [BZ #21061]
5641         * sysdeps/unix/sysv/linux/microblaze/clock-compat.c: New file.
5643 2017-01-19  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5645         * elf/dl-tunables (get_next_env): Always advance envp.
5646         * stdlib/tst-empty-env.c: New test case.
5647         * stdlib/Makefile (tests): Use it.
5649 2017-01-19  Joseph Myers  <joseph@codesourcery.com>
5651         [BZ #21047]
5652         * sysdeps/arm/fpu_control.h [!__SOFTFP__] (_FPU_GETCW): Use VFP
5653         name for instruction.
5654         [!__SOFTFP__] (_FPU_SETCW): Likewise.
5656 2017-01-18  Joseph Myers  <joseph@codesourcery.com>
5658         * scripts/build-many-glibcs.py (Config.build_cross_tool): Use -j1
5659         for make install.
5661 2017-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5663         * po/bg.po: Merge from Translation Project.
5664         * po/fr.po: Likewise.
5665         * po/ko.po: Likewise.
5666         * po/nl.po: Likewise.
5667         * po/sv.po: Likewise.
5669 2017-01-18  Joseph Myers  <joseph@codesourcery.com>
5671         * manual/install.texi (Tools for Compilation): Update GCC version
5672         known to work to build glibc.
5673         * INSTALL: Regenerated.
5675 2017-01-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
5677         [BZ #21006]
5678         * string/Makefile (LDFLAGS-tst-xbzero-opt): New variable.
5680 2017-01-16  Joseph Myers  <joseph@codesourcery.com>
5682         [BZ #21045]
5683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5684         (__CONTEXT_FUNC_NAME): Pass address of signal mask to be restored
5685         to __sigprocmask.
5687 2017-01-16  Chris Metcalf  <cmetcalf@mellanox.com>
5689         * sysdeps/tile/tilegx/memchr.c (__memchr): Handle pointer
5690         wrap-around.
5691         * sysdeps/tile/tilepro/memchr.c (__memchr): Likewise.
5693         * sysdeps/unix/sysv/linux/tile/ipc_priv.h: New file.
5695 2016-01-14  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5697         * NEWS: Fix typo.
5699 2016-01-13  Torvald Riegel  <triegel@redhat.com>
5701         * nptl/descr.h (ENQUEUE_MUTEX_BOTH, DEQUEUE_MUTEX): Add compiler
5702         barriers and comments.
5703         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Likewise.
5704         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5705         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5707 2016-01-13  Torvald Riegel  <triegel@redhat.com>
5709         [BZ #19402]
5710         * sysdeps/nptl/fork.c (__libc_fork): Clear list of acquired robust
5711         mutexes.
5713 2016-01-13  Torvald Riegel  <triegel@redhat.com>
5715         [BZ #20985]
5716         * nptl/Makefile: Adapt.
5717         * nptl/pthread_mutex_cond_lock.c (LLL_ROBUST_MUTEX_LOCK): Remove.
5718         (LLL_ROBUST_MUTEX_LOCK_MODIFIER): New.
5719         * nptl/pthread_mutex_lock.c (LLL_ROBUST_MUTEX_LOCK): Remove.
5720         (LLL_ROBUST_MUTEX_LOCK_MODIFIER): New.
5721         (__pthread_mutex_lock_full): Inline lll_robust* functions and adapt.
5722         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Inline
5723         lll_robust* functions and adapt.
5724         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5725         * sysdeps/nptl/lowlevellock.h (__lll_robust_lock_wait,
5726         __lll_robust_lock, lll_robust_cond_lock, __lll_robust_timedlock_wait,
5727         __lll_robust_timedlock, __lll_robust_unlock): Remove.
5728         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_robust_lock,
5729         lll_robust_cond_lock, lll_robust_timedlock, lll_robust_unlock): Remove.
5730         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_robust_lock,
5731         lll_robust_cond_lock, lll_robust_timedlock, lll_robust_unlock): Remove.
5732         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (__lll_robust_lock_wait,
5733         __lll_robust_lock, lll_robust_cond_lock, __lll_robust_timedlock_wait,
5734         __lll_robust_timedlock, __lll_robust_unlock): Remove.
5735         * nptl/lowlevelrobustlock.c: Remove file.
5736         * nptl/lowlevelrobustlock.sym: Likewise.
5737         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Likewise.
5738         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise.
5740 2017-01-13  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5742         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
5744 2017-01-12  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5746         * po/cs.po: Merge translations from the Translation Project.
5747         * po/de.po: Likewise.
5748         * po/pl.po: Likewise.
5749         * po/ru.po: Likewise.
5750         * po/tr.po: Likewise.
5751         * po/uk.po: Likewise.
5752         * po/vi.po: Likewise.
5753         * po/zh_CN.po: Likewise.
5755 2017-01-12  Joseph Myers  <joseph@codesourcery.com>
5757         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
5759         * math/fgetexcptflg.c (__fegetexceptflag): Store 0 in fexcept_t
5760         object.
5762 2017-01-11  Joseph Myers  <joseph@codesourcery.com>
5764         [BZ #16458]
5765         * bits/uintn-identity.h: New file.
5766         * inet/netinet/in.h: Include <bits/uintn-identity.h>.
5767         [__BYTE_ORDER == __BIG_ENDIAN] (ntohl): Use __uint32_identity.
5768         [__BYTE_ORDER == __BIG_ENDIAN] (ntohs): Use __uint16_identity.
5769         [__BYTE_ORDER == __BIG_ENDIAN] (htonl): Use __uint32_identity.
5770         [__BYTE_ORDER == __BIG_ENDIAN] (htohs): Use __uint16_identity.
5771         * string/endian.h: Include <bits/uintn-identity.h>.
5772         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole16): Use
5773         __uint16_identity.
5774         [__BYTE_ORDER == __LITTLE_ENDIAN] (le16toh): Likewise.
5775         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole32): Use
5776         __uint32_identity.
5777         [__BYTE_ORDER == __LITTLE_ENDIAN] (le32toh): Likewise.
5778         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole64): Use
5779         __uint64_identity.
5780         [__BYTE_ORDER == __LITTLE_ENDIAN] (le64toh): Likewise.
5781         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe16): Use
5782         __uint16_identity.
5783         [__BYTE_ORDER != __LITTLE_ENDIAN] (be16toh): Likewise.
5784         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe32): Use
5785         __uint32_identity.
5786         [__BYTE_ORDER != __LITTLE_ENDIAN] (be32toh): Likewise.
5787         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe64): Use
5788         __uint64_identity.
5789         [__BYTE_ORDER != __LITTLE_ENDIAN] (be64toh): Likewise.
5790         * string/Makefile (headers): Add bits/uintn-identity.h.
5791         (tests): Add test-endian-types.
5792         * string/test-endian-types.c: New file.
5793         * inet/Makefile (tests): Add test-hnto-types.
5794         * inet/test-hnto-types.c: New file.
5796 2016-01-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5798         * po/be.po: Update from Translation Project.
5799         * po/bg.po: Likewise.
5800         * po/ca.po: Likewise.
5801         * po/cs.po: Likewise.
5802         * po/da.po: Likewise.
5803         * po/de.po: Likewise.
5804         * po/el.po: Likewise.
5805         * po/eo.po: Likewise.
5806         * po/es.po: Likewise.
5807         * po/fi.po: Likewise.
5808         * po/fr.po: Likewise.
5809         * po/gl.po: Likewise.
5810         * po/hr.po: Likewise.
5811         * po/hu.po: Likewise.
5812         * po/ia.po: Likewise.
5813         * po/id.po: Likewise.
5814         * po/it.po: Likewise.
5815         * po/ja.po: Likewise.
5816         * po/ko.po: Likewise.
5817         * po/lt.po: Likewise.
5818         * po/nb.po: Likewise.
5819         * po/nl.po: Likewise.
5820         * po/pl.po: Likewise.
5821         * po/pt_BR.po: Likewise.
5822         * po/ru.po: Likewise.
5823         * po/rw.po: Likewise.
5824         * po/sk.po: Likewise.
5825         * po/sl.po: Likewise.
5826         * po/sv.po: Likewise.
5827         * po/tr.po: Likewise.
5828         * po/uk.po: Likewise.
5829         * po/vi.po: Likewise.
5830         * po/zh_CN.po: Likewise.
5831         * po/zh_TW.po: Likewise.
5833 2017-01-11  Joseph Myers  <joseph@codesourcery.com>
5835         * stdio-common/tst-printf.c [__GNUC_PREREQ (7, 0)]: Ignore
5836         -Wformat-truncation instead of -Wformat-length.
5837         * time/tst-strptime2.c (mkbuf) [__GNUC_PREREQ (7, 0)]: Likewise.
5838         * stdio-common/tstdiomisc.c (F): Ignore -Wformat-truncation for
5839         GCC 7.
5840         * wcsmbs/tst-wcstof.c: Include <libc-internal.h>.
5841         (do_test): Ignore -Wformat-truncation for GCC 7.
5843         * locale/programs/ld-address.c (INT_STR_ELEM): Increase size of
5844         buffer used to print long int value.
5846         * elf/sotruss-lib.c (init): Increase space allocated for pid by
5847         one byte.  Print it with %ld, cast to long int.
5849 2017-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5851         * scripts/build-many-glibcs.py (os.cpu_count): Add compatibility definition.
5852         (re.fullmatch, subprocess.run): Likewise.
5854 2016-01-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5856         * po/libc.pot: Regenerate.
5858 2016-01-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5860         * elf/dl-tunables.c (tunables_unsetenv): Remove function.
5861         (min_strlen): Likewise.
5862         (disable_tunable): Likewise.
5863         (maybe_disable_malloc_check): Rename to
5864         maybe_enable_malloc_check.
5865         (maybe_enable_malloc_check): Enable glibc.malloc.check tunable
5866         if /etc/suid-debug file exists.
5867         (__tunables_init): Update caller.
5868         * elf/dl-tunables.list (glibc.malloc.check): Don't mark as
5869         secure.
5871 2016-01-10  Torvald Riegel  <triegel@redhat.com>
5873         * nptl/DESIGN-rwlock.txt: Remove.
5874         * nptl/lowlevelrwlock.sym: Remove.
5875         * nptl/Makefile: Add new tests.
5876         * nptl/pthread_rwlock_common.c: New file.  Contains the new rwlock.
5877         * nptl/pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Remove.
5878         (PTHREAD_RWLOCK_WRPHASE, PTHREAD_RWLOCK_WRLOCKED,
5879         PTHREAD_RWLOCK_RWAITING, PTHREAD_RWLOCK_READER_SHIFT,
5880         PTHREAD_RWLOCK_READER_OVERFLOW, PTHREAD_RWLOCK_WRHANDOVER,
5881         PTHREAD_RWLOCK_FUTEX_USED): New.
5882         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Adapt to new
5883         implementation.
5884         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow): Remove.
5885         (__pthread_rwlock_rdlock): Adapt.
5886         * nptl/pthread_rwlock_timedrdlock.c
5887         (pthread_rwlock_timedrdlock): Adapt.
5888         * nptl/pthread_rwlock_timedwrlock.c
5889         (pthread_rwlock_timedwrlock): Adapt.
5890         * nptl/pthread_rwlock_trywrlock.c (pthread_rwlock_trywrlock): Adapt.
5891         * nptl/pthread_rwlock_tryrdlock.c (pthread_rwlock_tryrdlock): Adapt.
5892         * nptl/pthread_rwlock_unlock.c (pthread_rwlock_unlock): Adapt.
5893         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow): Remove.
5894         (__pthread_rwlock_wrlock): Adapt.
5895         * nptl/tst-rwlock10.c: Adapt.
5896         * nptl/tst-rwlock11.c: Adapt.
5897         * nptl/tst-rwlock17.c: New file.
5898         * nptl/tst-rwlock18.c: New file.
5899         * nptl/tst-rwlock19.c: New file.
5900         * nptl/tst-rwlock2b.c: New file.
5901         * nptl/tst-rwlock8.c: Adapt.
5902         * nptl/tst-rwlock9.c: Adapt.
5903         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5904         * sysdeps/arm/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5905         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5906         * sysdeps/ia64/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5907         * sysdeps/m68k/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5908         * sysdeps/microblaze/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5909         * sysdeps/mips/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5910         * sysdeps/nios2/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5911         * sysdeps/s390/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5912         * sysdeps/sh/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5913         * sysdeps/sparc/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5914         * sysdeps/tile/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5915         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
5916         (pthread_rwlock_t): Adapt.
5917         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
5918         (pthread_rwlock_t): Adapt.
5919         * sysdeps/x86/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
5920         * nptl/nptl-printers.py (): Adapt.
5921         * nptl/nptl_lock_constants.pysym: Adapt.
5922         * nptl/test-rwlock-printers.py: Adapt.
5923         * nptl/test-rwlockattr-printers.c: Adapt.
5924         * nptl/test-rwlockattr-printers.py: Adapt.
5926 2017-01-10  Joseph Myers  <joseph@codesourcery.com>
5928         * math/libm-test.inc (XFAIL_IBM128_LIBGCC): New macro.
5929         (fdim_test_data): Use XFAIL_ROUNDING_IBM128_LIBGCC for some tests.
5930         (fma_test_data): Likewise.
5931         (hypot_test_data): Likewise.
5932         (log1p_test_data): Likewise.
5933         (modf_test_data): Likewise.
5934         (pow_test_data): Likewise.
5935         (remainder_test_data): Likewise.
5936         (remquo_test_data): Likewise.
5937         (scalb_test_data): Likewise.
5938         (scalbn_test_data): Likewise.
5939         (scalbln_test_data): Likewise.
5940         * math/gen-libm-test.pl (parse_args): Transform
5941         XFAIL_ROUNDING_IBM128_LIBGCC to XFAIL_IBM128_LIBGCC or 0 depending
5942         on the rounding mode.
5944 2017-01-09  Joseph Myers  <joseph@codesourcery.com>
5946         * math/gen-auto-libm-tests.c (output_for_one_input_case): Apply
5947         xfail-rounding:ibm128-libgcc automatically to tests overflowing
5948         and those that can underflow to zero.
5949         * math/auto-libm-test-in: Remove most XFAILs for ibm128-libgcc and
5950         add others.
5951         * math/auto-libm-test-out: Regenerated.
5953         * math/test-fenv.c (fe_tests): Skip most tests when exceptions not
5954         supported.
5955         (feholdexcept_tests): Skip tests requiring exceptions or rounding
5956         modes support if not supported.
5958         * sysdeps/unix/sysv/linux/microblaze/localplt.data (__pread64):
5959         Add libc.so PLT entry.
5960         (__tls_get_addr): Make ld.so PLT entry optional.
5962 2017-01-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5964         * string/bits/strings_fortified.h (explicit_bzero): Move back to ..
5965         * string/bits/string3.h: ... here.
5967 2017-01-05  Joseph Myers  <joseph@codesourcery.com>
5969         [BZ #21028]
5970         * math/fsetexcptflg.c (__fesetexceptflag): Always return 0.
5971         * math/test-fexcept.c (test_set): Allow failure of feraiseexcept
5972         if EXCEPTION_TESTS returns false.
5974 2017-01-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5976         [BZ #20558]
5977         * string/bits/string3.h [__USE_MISC] (bcopy): Move to
5978         strings_fortified.h.
5979         [__USE_MISC] (bzero): Likewise.
5980         [__USE_MISC] (explicit_bzero): Likewise.
5981         * string/strings.h: Include strings_fortified.h.
5982         * string/Makefile (headers): Add strings_fortified.h.
5983         * string/bits/strings_fortified.h: New file.
5984         * include/bits/strings_fortified.h: Likewise.
5986 2017-01-05  Joseph Myers  <joseph@codesourcery.com>
5988         * elf/tst-tls13.c (TIMEOUT): Remove.
5989         * iconvdata/tst-loading.c (TIMEOUT): Likewise.
5990         * malloc/tst-malloc-thread-fail.c (TIMEOUT): Increase to 100.
5991         * malloc/tst-mallocfork2.c (TIMEOUT): Define to 100.
5992         * nss/tst-cancel-getpwuid_r.c (TIMEOUT): Define to 900.
5993         * nss/tst-nss-getpwent.c (TIMEOUT): Define to 300.
5995         [BZ #21026]
5996         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
5997         (readahead): New syscall entry.
5999 2017-01-04  Joseph Myers  <joseph@codesourcery.com>
6001         * string/tester.c (test_strncat): Disable -Wstringop-overflow=
6002         around tests of strncat with large sizes.
6004         * malloc/tst-malloc.c: Include <libc-internal.h>.
6005         (do_test): Disable -Walloc-size-larger-than= around tests of
6006         malloc with negative sizes.
6007         * malloc/tst-mcheck.c: Include <libc-internal.h>.
6008         (do_test): Disable -Walloc-size-larger-than= around tests of
6009         malloc and realloc with negative sizes.
6010         * malloc/tst-realloc.c: Include <libc-internal.h>.
6011         (do_test): Disable -Walloc-size-larger-than= around tests of
6012         realloc with negative sizes.
6014         * math/libm-test.inc (TEST_COND_ibm128_libgcc): New macro.
6015         (init_max_error) [TEST_COND_ibm128]: Increase maximum error
6016         allowed to 16 ulps.
6017         * math/auto-libm-test-in: Change most XFAILs for ibm128 to use
6018         ibm128-libgcc.  XFAIL more tests for ibm128-libgcc.
6019         * math/auto-libm-test-out: Regenerated.
6021 2017-01-04  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
6023         * math/Makefile (libm-calls): Move wrappers...
6024         (libm-compat-call-auto): Here.
6025         (libm-routines): Add items in libm-compat-calls-auto.
6026         * sysdeps/powerpc/nofpu/Makefile: Add suffix ("_compat") to
6027         the filenames of the wrappers that have been renamed.
6028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Likewise.
6029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6031         * math/w_acos.c: Add _compat suffix to filename.
6032         * math/w_acosf.c: Likewise.
6033         * math/w_acosh.c: Likewise.
6034         * math/w_acoshf.c: Likewise.
6035         * math/w_acoshl.c: Likewise.
6036         * math/w_acosl.c: Likewise.
6037         * math/w_asin.c: Likewise.
6038         * math/w_asinf.c: Likewise.
6039         * math/w_asinl.c: Likewise.
6040         * math/w_atan2.c: Likewise.
6041         * math/w_atan2f.c: Likewise.
6042         * math/w_atan2l.c: Likewise.
6043         * math/w_atanh.c: Likewise.
6044         * math/w_atanhf.c: Likewise.
6045         * math/w_atanhl.c: Likewise.
6046         * math/w_cosh.c: Likewise.
6047         * math/w_coshf.c: Likewise.
6048         * math/w_coshl.c: Likewise.
6049         * math/w_exp10.c: Likewise.
6050         * math/w_exp10f.c: Likewise.
6051         * math/w_exp10l.c: Likewise.
6052         * math/w_exp2.c: Likewise.
6053         * math/w_exp2f.c: Likewise.
6054         * math/w_exp2l.c: Likewise.
6055         * math/w_fmod.c: Likewise.
6056         * math/w_fmodf.c: Likewise.
6057         * math/w_fmodl.c: Likewise.
6058         * math/w_hypot.c: Likewise.
6059         * math/w_hypotf.c: Likewise.
6060         * math/w_hypotl.c: Likewise.
6061         * math/w_j0.c: Likewise.
6062         * math/w_j0f.c: Likewise.
6063         * math/w_j0l.c: Likewise.
6064         * math/w_j1.c: Likewise.
6065         * math/w_j1f.c: Likewise.
6066         * math/w_j1l.c: Likewise.
6067         * math/w_jn.c: Likewise.
6068         * math/w_jnf.c: Likewise.
6069         * math/w_jnl.c: Likewise.
6070         * math/w_log10.c: Likewise.
6071         * math/w_log10f.c: Likewise.
6072         * math/w_log10l.c: Likewise.
6073         * math/w_log2.c: Likewise.
6074         * math/w_log2f.c: Likewise.
6075         * math/w_log2l.c: Likewise.
6076         * math/w_log.c: Likewise.
6077         * math/w_logf.c: Likewise.
6078         * math/w_logl.c: Likewise.
6079         * math/w_pow.c: Likewise.
6080         * math/w_powf.c: Likewise.
6081         * math/w_powl.c: Likewise.
6082         * math/w_remainder.c: Likewise.
6083         * math/w_remainderf.c: Likewise.
6084         * math/w_remainderl.c: Likewise.
6085         * math/w_scalb.c: Likewise.
6086         * math/w_scalbf.c: Likewise.
6087         * math/w_scalbl.c: Likewise.
6088         * math/w_sinh.c: Likewise.
6089         * math/w_sinhf.c: Likewise.
6090         * math/w_sinhl.c: Likewise.
6091         * math/w_sqrt.c: Likewise.
6092         * math/w_sqrtf.c: Likewise.
6093         * math/w_sqrtl.c: Likewise.
6094         * math/w_tgamma.c: Likewise.
6095         * math/w_tgammaf.c: Likewise.
6096         * math/w_tgammal.c: Likewise.
6098         * math/w_acos_compat.c: New file copied from above and
6099         adjusted for new #includes path
6100         * math/w_acosf_compat.c: Likewise.
6101         * math/w_acosh_compat.c: Likewise.
6102         * math/w_acoshf_compat.c: Likewise.
6103         * math/w_acoshl_compat.c: Likewise.
6104         * math/w_acosl_compat.c: Likewise.
6105         * math/w_asin_compat.c: Likewise.
6106         * math/w_asinf_compat.c: Likewise.
6107         * math/w_asinl_compat.c: Likewise.
6108         * math/w_atan2_compat.c: Likewise.
6109         * math/w_atan2f_compat.c: Likewise.
6110         * math/w_atan2l_compat.c: Likewise.
6111         * math/w_atanh_compat.c: Likewise.
6112         * math/w_atanhf_compat.c: Likewise.
6113         * math/w_atanhl_compat.c: Likewise.
6114         * math/w_cosh_compat.c: Likewise.
6115         * math/w_coshf_compat.c: Likewise.
6116         * math/w_coshl_compat.c: Likewise.
6117         * math/w_exp10_compat.c: Likewise.
6118         * math/w_exp10f_compat.c: Likewise.
6119         * math/w_exp10l_compat.c: Likewise.
6120         * math/w_exp2_compat.c: Likewise.
6121         * math/w_exp2f_compat.c: Likewise.
6122         * math/w_exp2l_compat.c: Likewise.
6123         * math/w_fmod_compat.c: Likewise.
6124         * math/w_fmodf_compat.c: Likewise.
6125         * math/w_fmodl_compat.c: Likewise.
6126         * math/w_hypot_compat.c: Likewise.
6127         * math/w_hypotf_compat.c: Likewise.
6128         * math/w_hypotl_compat.c: Likewise.
6129         * math/w_j0_compat.c: Likewise.
6130         * math/w_j0f_compat.c: Likewise.
6131         * math/w_j0l_compat.c: Likewise.
6132         * math/w_j1_compat.c: Likewise.
6133         * math/w_j1f_compat.c: Likewise.
6134         * math/w_j1l_compat.c: Likewise.
6135         * math/w_jn_compat.c: Likewise.
6136         * math/w_jnf_compat.c: Likewise.
6137         * math/w_jnl_compat.c: Likewise.
6138         * math/w_log10_compat.c: Likewise.
6139         * math/w_log10f_compat.c: Likewise.
6140         * math/w_log10l_compat.c: Likewise.
6141         * math/w_log2_compat.c: Likewise.
6142         * math/w_log2f_compat.c: Likewise.
6143         * math/w_log2l_compat.c: Likewise.
6144         * math/w_log_compat.c: Likewise.
6145         * math/w_logf_compat.c: Likewise.
6146         * math/w_logl_compat.c: Likewise.
6147         * math/w_pow_compat.c: Likewise.
6148         * math/w_powf_compat.c: Likewise.
6149         * math/w_powl_compat.c: Likewise.
6150         * math/w_remainder_compat.c: Likewise.
6151         * math/w_remainderf_compat.c: Likewise.
6152         * math/w_remainderl_compat.c: Likewise.
6153         * math/w_scalb_compat.c: Likewise.
6154         * math/w_scalbf_compat.c: Likewise.
6155         * math/w_scalbl_compat.c: Likewise.
6156         * math/w_sinh_compat.c: Likewise.
6157         * math/w_sinhf_compat.c: Likewise.
6158         * math/w_sinhl_compat.c: Likewise.
6159         * math/w_sqrt_compat.c: Likewise.
6160         * math/w_sqrtf_compat.c: Likewise.
6161         * math/w_sqrtl_compat.c: Likewise.
6162         * math/w_tgamma_compat.c: Likewise.
6163         * math/w_tgammaf_compat.c: Likewise.
6164         * math/w_tgammal_compat.c: Likewise.
6166         * sysdeps/i386/fpu/w_sqrt.c: Add _compat suffix to filename.
6167         * sysdeps/ia64/fpu/w_sqrtl.c: Likewise.
6168         * sysdeps/ia64/fpu/w_acosl.c: Likewise.
6169         * sysdeps/ia64/fpu/w_sqrtf.c: Likewise.
6170         * sysdeps/ia64/fpu/w_sqrt.c: Likewise.
6171         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
6172         * sysdeps/ia64/fpu/w_acosf.c: Likewise.
6173         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
6174         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
6175         * sysdeps/ia64/fpu/w_scalbl.c: Likewise.
6176         * sysdeps/ia64/fpu/w_scalbf.c: Likewise.
6177         * sysdeps/ia64/fpu/w_scalb.c: Likewise.
6178         * sysdeps/ia64/fpu/w_remainderl.c: Likewise.
6179         * sysdeps/ia64/fpu/w_remainderf.c: Likewise.
6180         * sysdeps/ia64/fpu/w_remainder.c: Likewise.
6181         * sysdeps/ia64/fpu/w_powl.c: Likewise.
6182         * sysdeps/ia64/fpu/w_powf.c: Likewise.
6183         * sysdeps/ia64/fpu/w_pow.c: Likewise.
6184         * sysdeps/ia64/fpu/w_logl.c: Likewise.
6185         * sysdeps/ia64/fpu/w_logf.c: Likewise.
6186         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
6187         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
6188         * sysdeps/ia64/fpu/w_log2.c: Likewise.
6189         * sysdeps/ia64/fpu/w_log10l.c: Likewise.
6190         * sysdeps/ia64/fpu/w_log10f.c: Likewise.
6191         * sysdeps/ia64/fpu/w_log10.c: Likewise.
6192         * sysdeps/ia64/fpu/w_log.c: Likewise.
6193         * sysdeps/ia64/fpu/w_hypotl.c: Likewise.
6194         * sysdeps/ia64/fpu/w_hypotf.c: Likewise.
6195         * sysdeps/ia64/fpu/w_hypot.c: Likewise.
6196         * sysdeps/ia64/fpu/w_fmodl.c: Likewise.
6197         * sysdeps/ia64/fpu/w_fmodf.c: Likewise.
6198         * sysdeps/ia64/fpu/w_fmod.c: Likewise.
6199         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
6200         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
6201         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
6202         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
6203         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
6204         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
6205         * sysdeps/ia64/fpu/w_coshl.c: Likewise.
6206         * sysdeps/ia64/fpu/w_coshf.c: Likewise.
6207         * sysdeps/ia64/fpu/w_cosh.c: Likewise.
6208         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
6209         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
6210         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
6211         * sysdeps/ia64/fpu/w_atan2l.c: Likewise.
6212         * sysdeps/ia64/fpu/w_atan2f.c: Likewise.
6213         * sysdeps/ia64/fpu/w_atan2.c: Likewise.
6214         * sysdeps/ia64/fpu/w_asinl.c: Likewise.
6215         * sysdeps/ia64/fpu/w_asinf.c: Likewise.
6216         * sysdeps/ia64/fpu/w_asin.c: Likewise.
6217         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
6218         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
6219         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
6220         * sysdeps/ia64/fpu/w_acos.c: Likewise.
6221         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
6222         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
6223         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
6224         * sysdeps/ieee754/ldbl-opt/w_acos.c: Likewise.
6225         * sysdeps/ieee754/ldbl-opt/w_acosh.c: Likewise.
6226         * sysdeps/ieee754/ldbl-opt/w_acoshl.c: Likewise.
6227         * sysdeps/ieee754/ldbl-opt/w_acosl.c: Likewise.
6228         * sysdeps/ieee754/ldbl-opt/w_asin.c: Likewise.
6229         * sysdeps/ieee754/ldbl-opt/w_asinl.c: Likewise.
6230         * sysdeps/ieee754/ldbl-opt/w_atan2.c: Likewise.
6231         * sysdeps/ieee754/ldbl-opt/w_atan2l.c: Likewise.
6232         * sysdeps/ieee754/ldbl-opt/w_atanh.c: Likewise.
6233         * sysdeps/ieee754/ldbl-opt/w_atanhl.c: Likewise.
6234         * sysdeps/ieee754/ldbl-opt/w_cosh.c: Likewise.
6235         * sysdeps/ieee754/ldbl-opt/w_coshl.c: Likewise.
6236         * sysdeps/ieee754/ldbl-opt/w_exp10.c: Likewise.
6237         * sysdeps/ieee754/ldbl-opt/w_exp10l.c: Likewise.
6238         * sysdeps/ieee754/ldbl-opt/w_fmod.c: Likewise.
6239         * sysdeps/ieee754/ldbl-opt/w_fmodl.c: Likewise.
6240         * sysdeps/ieee754/ldbl-opt/w_hypot.c: Likewise.
6241         * sysdeps/ieee754/ldbl-opt/w_hypotl.c: Likewise.
6242         * sysdeps/ieee754/ldbl-opt/w_j0.c: Likewise.
6243         * sysdeps/ieee754/ldbl-opt/w_j0l.c: Likewise.
6244         * sysdeps/ieee754/ldbl-opt/w_j1.c: Likewise.
6245         * sysdeps/ieee754/ldbl-opt/w_j1l.c: Likewise.
6246         * sysdeps/ieee754/ldbl-opt/w_jn.c: Likewise.
6247         * sysdeps/ieee754/ldbl-opt/w_jnl.c: Likewise.
6248         * sysdeps/ieee754/ldbl-opt/w_log10.c: Likewise.
6249         * sysdeps/ieee754/ldbl-opt/w_log10l.c: Likewise.
6250         * sysdeps/ieee754/ldbl-opt/w_log2.c: Likewise.
6251         * sysdeps/ieee754/ldbl-opt/w_log2l.c: Likewise.
6252         * sysdeps/ieee754/ldbl-opt/w_log.c: Likewise.
6253         * sysdeps/ieee754/ldbl-opt/w_logl.c: Likewise.
6254         * sysdeps/ieee754/ldbl-opt/w_pow.c: Likewise.
6255         * sysdeps/ieee754/ldbl-opt/w_powl.c: Likewise.
6256         * sysdeps/ieee754/ldbl-opt/w_remainder.c: Likewise.
6257         * sysdeps/ieee754/ldbl-opt/w_remainderl.c: Likewise.
6258         * sysdeps/ieee754/ldbl-opt/w_scalb.c: Likewise.
6259         * sysdeps/ieee754/ldbl-opt/w_scalbl.c: Likewise.
6260         * sysdeps/ieee754/ldbl-opt/w_sinh.c: Likewise.
6261         * sysdeps/ieee754/ldbl-opt/w_sinhl.c: Likewise.
6262         * sysdeps/ieee754/ldbl-opt/w_sqrt.c: Likewise.
6263         * sysdeps/ieee754/ldbl-opt/w_sqrtl.c: Likewise.
6264         * sysdeps/ieee754/ldbl-opt/w_tgamma.c: Likewise.
6265         * sysdeps/ieee754/ldbl-opt/w_tgammal.c: Likewise.
6266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S:
6267         Likewise.
6268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S:
6269         Likewise.
6270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: Likewise.
6271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S:
6272         Likewise.
6273         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S:
6274         Likewise.
6275         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: Likewise.
6276         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
6277         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
6278         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
6279         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
6280         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
6281         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
6282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: Likewise.
6283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
6284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: Likewise.
6285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
6286         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
6287         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
6288         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
6289         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
6291         * sysdeps/i386/fpu/w_sqrt_compat.c: New file copied from above
6292         and adjusted for new #includes path
6293         * sysdeps/ia64/fpu/w_acos_compat.c: Likewise.
6294         * sysdeps/ia64/fpu/w_acosf_compat.c: Likewise.
6295         * sysdeps/ia64/fpu/w_acosh_compat.c: Likewise.
6296         * sysdeps/ia64/fpu/w_acoshf_compat.c: Likewise.
6297         * sysdeps/ia64/fpu/w_acoshl_compat.c: Likewise.
6298         * sysdeps/ia64/fpu/w_acosl_compat.c: Likewise.
6299         * sysdeps/ia64/fpu/w_asin_compat.c: Likewise.
6300         * sysdeps/ia64/fpu/w_asinf_compat.c: Likewise.
6301         * sysdeps/ia64/fpu/w_asinl_compat.c: Likewise.
6302         * sysdeps/ia64/fpu/w_atan2_compat.c: Likewise.
6303         * sysdeps/ia64/fpu/w_atan2f_compat.c: Likewise.
6304         * sysdeps/ia64/fpu/w_atan2l_compat.c: Likewise.
6305         * sysdeps/ia64/fpu/w_atanh_compat.c: Likewise.
6306         * sysdeps/ia64/fpu/w_atanhf_compat.c: Likewise.
6307         * sysdeps/ia64/fpu/w_atanhl_compat.c: Likewise.
6308         * sysdeps/ia64/fpu/w_cosh_compat.c: Likewise.
6309         * sysdeps/ia64/fpu/w_coshf_compat.c: Likewise.
6310         * sysdeps/ia64/fpu/w_coshl_compat.c: Likewise.
6311         * sysdeps/ia64/fpu/w_exp10_compat.c: Likewise.
6312         * sysdeps/ia64/fpu/w_exp10f_compat.c: Likewise.
6313         * sysdeps/ia64/fpu/w_exp10l_compat.c: Likewise.
6314         * sysdeps/ia64/fpu/w_exp2_compat.c: Likewise.
6315         * sysdeps/ia64/fpu/w_exp2f_compat.c: Likewise.
6316         * sysdeps/ia64/fpu/w_exp2l_compat.c: Likewise.
6317         * sysdeps/ia64/fpu/w_fmod_compat.c: Likewise.
6318         * sysdeps/ia64/fpu/w_fmodf_compat.c: Likewise.
6319         * sysdeps/ia64/fpu/w_fmodl_compat.c: Likewise.
6320         * sysdeps/ia64/fpu/w_hypot_compat.c: Likewise.
6321         * sysdeps/ia64/fpu/w_hypotf_compat.c: Likewise.
6322         * sysdeps/ia64/fpu/w_hypotl_compat.c: Likewise.
6323         * sysdeps/ia64/fpu/w_log10_compat.c: Likewise.
6324         * sysdeps/ia64/fpu/w_log10f_compat.c: Likewise.
6325         * sysdeps/ia64/fpu/w_log10l_compat.c: Likewise.
6326         * sysdeps/ia64/fpu/w_log2_compat.c: Likewise.
6327         * sysdeps/ia64/fpu/w_log2f_compat.c: Likewise.
6328         * sysdeps/ia64/fpu/w_log2l_compat.c: Likewise.
6329         * sysdeps/ia64/fpu/w_log_compat.c: Likewise.
6330         * sysdeps/ia64/fpu/w_logf_compat.c: Likewise.
6331         * sysdeps/ia64/fpu/w_logl_compat.c: Likewise.
6332         * sysdeps/ia64/fpu/w_pow_compat.c: Likewise.
6333         * sysdeps/ia64/fpu/w_powf_compat.c: Likewise.
6334         * sysdeps/ia64/fpu/w_powl_compat.c: Likewise.
6335         * sysdeps/ia64/fpu/w_remainder_compat.c: Likewise.
6336         * sysdeps/ia64/fpu/w_remainderf_compat.c: Likewise.
6337         * sysdeps/ia64/fpu/w_remainderl_compat.c: Likewise.
6338         * sysdeps/ia64/fpu/w_scalb_compat.c: Likewise.
6339         * sysdeps/ia64/fpu/w_scalbf_compat.c: Likewise.
6340         * sysdeps/ia64/fpu/w_scalbl_compat.c: Likewise.
6341         * sysdeps/ia64/fpu/w_sinh_compat.c: Likewise.
6342         * sysdeps/ia64/fpu/w_sinhf_compat.c: Likewise.
6343         * sysdeps/ia64/fpu/w_sinhl_compat.c: Likewise.
6344         * sysdeps/ia64/fpu/w_sqrt_compat.c: Likewise.
6345         * sysdeps/ia64/fpu/w_sqrtf_compat.c: Likewise.
6346         * sysdeps/ia64/fpu/w_sqrtl_compat.c: Likewise.
6347         * sysdeps/ia64/fpu/w_tgamma_compat.S: Likewise.
6348         * sysdeps/ia64/fpu/w_tgammaf_compat.S: Likewise.
6349         * sysdeps/ia64/fpu/w_tgammal_compat.S: Likewise.
6350         * sysdeps/ieee754/ldbl-opt/w_acos_compat.c: Likewise.
6351         * sysdeps/ieee754/ldbl-opt/w_acosh_compat.c: Likewise.
6352         * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
6353         * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
6354         * sysdeps/ieee754/ldbl-opt/w_asin_compat.c: Likewise.
6355         * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
6356         * sysdeps/ieee754/ldbl-opt/w_atan2_compat.c: Likewise.
6357         * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
6358         * sysdeps/ieee754/ldbl-opt/w_atanh_compat.c: Likewise.
6359         * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
6360         * sysdeps/ieee754/ldbl-opt/w_cosh_compat.c: Likewise.
6361         * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
6362         * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c: Likewise.
6363         * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c: Likewise.
6364         * sysdeps/ieee754/ldbl-opt/w_fmod_compat.c: Likewise.
6365         * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
6366         * sysdeps/ieee754/ldbl-opt/w_hypot_compat.c: Likewise.
6367         * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
6368         * sysdeps/ieee754/ldbl-opt/w_j0_compat.c: Likewise.
6369         * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
6370         * sysdeps/ieee754/ldbl-opt/w_j1_compat.c: Likewise.
6371         * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
6372         * sysdeps/ieee754/ldbl-opt/w_jn_compat.c: Likewise.
6373         * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
6374         * sysdeps/ieee754/ldbl-opt/w_log10_compat.c: Likewise.
6375         * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
6376         * sysdeps/ieee754/ldbl-opt/w_log2_compat.c: Likewise.
6377         * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
6378         * sysdeps/ieee754/ldbl-opt/w_log_compat.c: Likewise.
6379         * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
6380         * sysdeps/ieee754/ldbl-opt/w_pow_compat.c: Likewise.
6381         * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
6382         * sysdeps/ieee754/ldbl-opt/w_remainder_compat.c: Likewise.
6383         * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c: Likewise.
6384         * sysdeps/ieee754/ldbl-opt/w_scalb_compat.c: Likewise.
6385         * sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c: Likewise.
6386         * sysdeps/ieee754/ldbl-opt/w_sinh_compat.c: Likewise.
6387         * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
6388         * sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c: Likewise.
6389         * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
6390         * sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c: Likewise.
6391         * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
6392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S:
6393         Likewise.
6394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S:
6395         Likewise.
6396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c:
6397         Likewise.
6398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S:
6399         Likewise.
6400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S:
6401         Likewise.
6402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c:
6403         Likewise.
6404         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
6405         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
6406         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
6407         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
6408         * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Likewise.
6409         * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
6410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
6411         Likewise.
6412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S:
6413         Likewise.
6414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
6415         Likewise.
6416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S:
6417         Likewise.
6418         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S: Likewise.
6419         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
6420         * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
6421         * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
6423 2017-01-04  Joseph Myers  <joseph@codesourcery.com>
6425         * sysdeps/microblaze/bits/setjmp.h (__jmp_buf): Give struct tag
6426         __jmp_buf_internal_tag.
6428         * sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Always
6429         preserve NaN payload if [__mips_nan2008].
6430         * sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
6432         [BZ #21022]
6433         * sysdeps/microblaze/backtrace.c (get_frame_size): Make static.
6435 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
6437         * sysdeps/i386/fpu/libm-test-ulps: Update.
6439 2017-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6441         * sysdeps/ia64/strcat.c: Remove file.
6442         * sysdeps/powerpc/strcat.c: Likewise.
6443         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Use default
6444         C implementation.
6445         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Likewise.
6446         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: Likewise.
6448 2017-01-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
6449             Steven Munroe  <sjmunroe@us.ibm.com>
6450             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
6452         [BZ #20822]
6453         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
6454         (__lll_lock_elision): Access adapt_count via C11 atomics.
6455         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
6456         (__lll_trylock_elision): Likewise.
6457         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
6458         (__lll_unlock_elision):  Update adapt_count variable inside the
6459         critical section using C11 atomics.
6461 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
6463         * math/test-fenvinline.c (do_test): Disable tests of raised
6464         exceptions if !EXCEPTION_TESTS (FLOAT).
6466 2017-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6468         [BZ #19390]
6469         * string/test-strncat.c (test_main): Add tests with SIZE_MAX as
6470         maximum string size.
6471         * sysdeps/i386/i686/multiarch/strcat-sse2.S (STRCAT): Avoid overflow
6472         in pointer addition.
6473         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S (STRCPY):
6474         Likewise.
6476 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
6478         * elf/Makefile ($(objpfx)tst-ldconfig-X.out): Correct arguments
6479         passed to tst-ldconfig-X.sh.
6481 2017-01-03  Martin Galvan  <martingalvan@sourceware.org>
6483         * nptl/nptl-printers.py: Fix tabs/spaces mismatches.
6485 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
6487         [BZ #21019]
6488         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (lseek64):
6489         New syscall entry.
6490         * sysdeps/unix/sysv/linux/mips/mips64/n32/lseek.c: New file.
6491         * io/test-lfs.c (do_test): Test offset returned from lseek64 and
6492         lseek.
6494         * scripts/build-many-glibcs.py (Context.add_all_configs): Add
6495         power4 glibc for powerpc-linux-gnu.
6497 2017-01-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6499         * sysvipc/test-sysvsem.c (do_test): Define and use union semun on
6500         semctl.
6502 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
6504         * math/test-nearbyint-except.c: Include <stdbool.h>.
6505         (any_supported): New variable.
6506         (TEST_FUNC): Return early if !EXCEPTION_TESTS (FLOAT).  Otherwise
6507         set any_supported.
6508         (do_test): Return 77 if no floating-point type supported
6509         exceptions.
6511         * sysdeps/mips/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD): Do not
6512         condition on [__mips_hard_float].
6514 2017-01-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6516         [BZ #21014]
6517         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S (MEMCHR): Avoid overflow
6518         in pointer addition.
6519         * sysdeps/i386/i686/multiarch/memchr-sse2.S (MEMCHR): Likewise.
6521 2017-01-02  Torvald Riegel  <triegel@redhat.com>
6523         * sysdeps/sparc/nptl/bits/pthreadtypes.h (pthread_cond_t): Adapt to
6524         new condvar.
6526 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
6528         * scripts/build-many-glibcs.py (Context.checkout): Default
6529         binutils version to 2.28 branch.
6531 2017-01-01  Florian Weimer  <fweimer@redhat.com>
6533         * support/support_format_netent.c (support_format_netent): Work
6534         around alpha struct netent definition difference.
6536 2017-01-01  Florian Weimer  <fweimer@redhat.com>
6538         * support/xwrite.c (xwrite): Use %td for pointer difference.
6540 2017-01-01  Florian Weimer  <fweimer@redhat.com>
6542         * malloc/Makefile (tests): Add tst-malloc-usable-tunables for
6543         have-tunables only.
6544         (tests-static): Add tst-malloc-usable-static-tunables for
6545         have-tunables only.
6547 2017-01-01  Joseph Myers  <joseph@codesourcery.com>
6549         * scripts/config.guess: Update to version 2017-01-01.
6550         * scripts/config.sub: Update to version 2017-01-01.
6552         * NEWS: Update copyright dates.
6553         * catgets/gencat.c (print_version): Likewise.
6554         * csu/version.c (banner): Likewise.
6555         * debug/catchsegv.sh: Likewise.
6556         * debug/pcprofiledump.c (print_version): Likewise.
6557         * debug/xtrace.sh (do_version): Likewise.
6558         * elf/ldconfig.c (print_version): Likewise.
6559         * elf/ldd.bash.in: Likewise.
6560         * elf/pldd.c (print_version): Likewise.
6561         * elf/sotruss.sh: Likewise.
6562         * elf/sprof.c (print_version): Likewise.
6563         * iconv/iconv_prog.c (print_version): Likewise.
6564         * iconv/iconvconfig.c (print_version): Likewise.
6565         * locale/programs/locale.c (print_version): Likewise.
6566         * locale/programs/localedef.c (print_version): Likewise.
6567         * login/programs/pt_chown.c (print_version): Likewise.
6568         * malloc/memusage.sh (do_version): Likewise.
6569         * malloc/memusagestat.c (print_version): Likewise.
6570         * malloc/mtrace.pl: Likewise.
6571         * manual/libc.texinfo: Likewise.
6572         * nptl/version.c (banner): Likewise.
6573         * nscd/nscd.c (print_version): Likewise.
6574         * nss/getent.c (print_version): Likewise.
6575         * nss/makedb.c (print_version): Likewise.
6576         * posix/getconf.c (main): Likewise.
6577         * scripts/test-installation.pl: Likewise.
6578         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
6580         * All files with FSF copyright notices: Update copyright dates
6581         using scripts/update-copyrights.
6582         * intl/plural.c: Regenerated.
6583         * locale/programs/charmap-kw.h: Likewise.
6584         * locale/programs/locfile-kw.h: Likewise.
6586 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6588         [BZ #20593]
6589         Update DNS RR type definitions.
6590         * scripts/gen-rrtypes.py: New file.
6591         * resolv/arpa/nameser.h (ns_type): Remove ns_t_zxfr, a
6592         BIND-internal RR type not used on the Internet.  Add ns_t_ds,
6593         ns_t_sshfp, ns_t_ipseckey, ns_t_rrsig, ns_t_nsec, ns_t_dnskey,
6594         ns_t_dhcid, ns_t_nsec3, ns_t_nsec3param, ns_t_tlsa, ns_t_smimea,
6595         ns_t_hip, ns_t_ninfo, ns_t_rkey, ns_t_talink, ns_t_cds,
6596         ns_t_cdnskey, ns_t_openpgpkey, ns_t_csync, ns_t_spf, ns_t_uinfo,
6597         ns_t_uid, ns_t_gid, ns_t_unspec, ns_t_nid, ns_t_l32, ns_t_l64,
6598         ns_t_lp, ns_t_eui48, ns_t_eui64, ns_t_uri, ns_t_caa, ns_t_avc,
6599         ns_t_ta, ns_t_dlv.
6600         * resolv/arpa/nameser_compat.h (T_KX, T_CERT, T_SINK, T_OPT)
6601         (T_APL, T_DS, T_SSHFP, T_IPSECKEY, T_RRSIG, T_NSEC, T_DNSKEY)
6602         (T_DHCID, T_NSEC3, T_NSEC3PARAM, T_TLSA, T_SMIMEA, T_HIP, T_NINFO)
6603         (T_RKEY, T_TALINK, T_CDS, T_CDNSKEY, T_OPENPGPKEY, T_CSYNC, T_SPF)
6604         (T_UINFO, T_UID, T_GID, T_UNSPEC, T_NID, T_L32, T_L64, T_LP)
6605         (T_EUI48, T_EUI64, T_TKEY, T_URI, T_CAA, T_AVC, T_TA, T_DLV):
6606         Define.
6607         * resolv/res_debug.c (__p_type_syms): Update comment.  Remove
6608         entry for ns_t_zxfr.
6610 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6612         [BZ #18784]
6613         CVE-2015-5180
6614         * include/arpa/nameser_compat.h (T_QUERY_A_AND_AAAA): Rename from
6615         T_UNSPEC.  Adjust value.
6616         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Use it.
6617         * resolv/res_query.c (__libc_res_nquery): Likewise.
6618         * resolv/res_mkquery.c (res_nmkquery): Check for out-of-range
6619         QTYPEs.
6620         * resolv/tst-resolv-qtypes.c: New file.
6621         * resolv/Makefile (xtests): Add tst-resolv-qtypes.
6622         (tst-resolv-qtypes): Link against libresolv and libpthread.
6624 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6626         * elf/dl-tunables.h (__tunables_init): Fix unused attribute.
6628 2016-12-31  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6630         * manual/tunables.texi: New chapter.
6631         * manual/Makefile (chapters): Add it.
6632         * manual/probes.texi (@node): Point to the Tunables chapter.
6634         * Makeconfig (have-tunables): Check for non-negative instead
6635         of positive.
6636         * configure.ac: Add 'valstring' as a valid value for
6637         --enable-tunables.
6638         * configure: Regenerate.
6639         * elf/Makefile (have-tunables): Check for non-negative instead
6640         of positive.
6641         (CPPFLAGS-dl-tunables.c): Define TUNABLES_FRONTEND for
6642         dl-tunables.c.
6643         * elf/dl-tunables.c (GLIBC_TUNABLES): Define only when
6644         TUNABLES_FRONTEND == TUNABLES_FRONTEND_valstring.
6645         (tunables_strdup): Likewise.
6646         (disable_tunables): Likewise.
6647         (parse_tunables): Likewise.
6648         (__tunables_init): Process GLIBC_TUNABLES envvar only when.
6649         TUNABLES_FRONTEND == TUNABLES_FRONTEND_valstring.
6650         * elf/dl-tunables.h (TUNABLES_FRONTEND_valstring): New macro.
6651         (TUNABLES_FRONTEND_yes): New macro, define as
6652         TUNABLES_FRONTEND_valstring by default.
6653         * manual/install.texi: Document new acceptable values for
6654         --enable-tunables.
6655         * INSTALL: Regenerate.
6657         * config.make.in (have-loop-to-function): Define.
6658         * elf/Makefile (CFLAGS-dl-tunables.c): Add
6659         -fno-tree-loop-distribute-patterns.
6660         * elf/dl-tunables.c: Include libc-internals.h.
6661         (GLIBC_TUNABLES): New macro.
6662         (tunables_strdup): New function.
6663         (parse_tunables): New function.
6664         (min_strlen): New function.
6665         (__tunables_init): Use the new functions and macro.
6666         (disable_tunable): Disable tunable from GLIBC_TUNABLES.
6667         * malloc/tst-malloc-usable-tunables.c: New test case.
6668         * malloc/tst-malloc-usable-static-tunables.c: New test case.
6669         * malloc/Makefile (tests, tests-static): Add tests.
6671         * manual/install.texi: Add --enable-tunables option.
6672         * INSTALL: Regenerate.
6673         * README.tunables: New file.
6674         * Makeconfig (CPPFLAGS): Define TOP_NAMESPACE.
6675         (before-compile): Generate dl-tunable-list.h early.
6676         * config.h.in: Add HAVE_TUNABLES.
6677         * config.make.in: Add have-tunables.
6678         * configure.ac: Add --enable-tunables option.
6679         * configure: Regenerate.
6680         * csu/init-first.c (__libc_init_first): Move
6681         __libc_init_secure earlier...
6682         * csu/init-first.c (LIBC_START_MAIN):... to here.
6683         Include dl-tunables.h, libc-internal.h.
6684         (LIBC_START_MAIN) [!SHARED]: Initialize tunables for static
6685         binaries.
6686         * elf/Makefile (dl-routines): Add dl-tunables.
6687         * elf/Versions (ld): Add __tunable_set_val to GLIBC_PRIVATE
6688         namespace.
6689         * elf/dl-support (_dl_nondynamic_init): Unset MALLOC_CHECK_
6690         only when !HAVE_TUNABLES.
6691         * elf/rtld.c (process_envvars): Likewise.
6692         * elf/dl-sysdep.c [HAVE_TUNABLES]: Include dl-tunables.h
6693         (_dl_sysdep_start): Call __tunables_init.
6694         * elf/dl-tunable-types.h: New file.
6695         * elf/dl-tunables.c: New file.
6696         * elf/dl-tunables.h: New file.
6697         * elf/dl-tunables.list: New file.
6698         * malloc/tst-malloc-usable-static.c: New test case.
6699         * malloc/Makefile (tests-static): Add it.
6700         * malloc/arena.c [HAVE_TUNABLES]: Include dl-tunables.h.
6701         Define TUNABLE_NAMESPACE.
6702         (DL_TUNABLE_CALLBACK (set_mallopt_check)): New function.
6703         (DL_TUNABLE_CALLBACK_FNDECL): New macro.  Use it to define
6704         callback functions.
6705         (ptmalloc_init): Set tunable values.
6706         * scripts/gen-tunables.awk: New file.
6707         * sysdeps/mach/hurd/dl-sysdep.c: Include dl-tunables.h.
6708         (_dl_sysdep_start): Call __tunables_init.
6710 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6712         * resolv/resolv.h (RES_BLAST): Deprecate.
6713         * resolv/res_debug.c (p_option): Remove RES_BLAST.
6714         * resolv/res_send.c (__libc_res_nsend): Remove vestigial reference
6715         to RES_BLAST.
6717 2016-12-27  Florian Weimer  <fweimer@redhat.com>
6719         [BZ #19582]
6720         Deprecate RES_USE_INET6.
6721         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostent_r)
6722         (_nss_nis_gethostbyname2_r, _nss_nis_gethostbyname_r)
6723         (_nss_nis_gethostbyaddr_r): Use res_use_inet6 instead of
6724         RES_USE_INET6.
6725         * nis/nss_nisplus/nisplus-hosts.c (internal_nisplus_gethostent_r)
6726         (_nss_nisplus_gethostbyname2_r, _nss_nisplus_gethostbyname_r)
6727         (_nss_nisplus_gethostbyaddr_r): Likewise.
6728         * nscd/aicache.c (addhstaiX): Use DEPRECATED_RES_USE_INET6 instead
6729         of res_use_inet6.
6730         * nscd/nscd_gethst_r.c (__nscd_gethostbyname_r): Use res_use_inet6
6731         instead of RES_USE_INET6.
6732         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
6733         * nss/nss_files/files-hosts.c (EXTRA_ARGS_VALUE)
6734         (_nss_files_gethostbyname3_r, _nss_files_gethostbyname_r):
6735         Likewise.
6736         * resolv/compat-gethnamaddr.c (getanswer, res_gethostbyname)
6737         (res_gethostbyname2, res_gethostbyaddr, _gethtent, _gethtbyname):
6738         Likewise.
6739         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r)
6740         (_nss_dns_gethostbyname_r): Likewise.
6741         (_nss_dns_gethostbyaddr2_r): Remove commented-out code for
6742         alternate RES_USE_INET6 handling.
6743         * resolv/res_debug.c (p_option): Use DEPRECATED_RES_USE_INET6
6744         instead of RES_USE_INET6.
6745         * resolv/res_init.c (res_setoptions): Likewise.
6746         * resolv/resolv.h (RES_USE_INET6): Mark as deprecated.
6747         * resolv/resolv-internal.h: New file.
6748         * resolv/Makefile (CFLAGS-tst-res_use_inet6.c): Use -Wno-error to
6749         make the deprecation warning non-fatal.
6750         * resolv/README (Using the resolver in multi-threaded code): Drop
6751         reference to RES_USE_INET6.
6752         * sysdeps/posix/getaddrinfo.c (gethosts, gaih_inet): Use
6753         DEPRECATED_RES_USE_INET6 instead of res_use_inet6.
6755 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6757         * resolv/Makefile (tests): Add tst-bug18665, tst-bug18665-tcp,
6758         tst-res_use_inet6, tst-resolv-basic, tst-resolv-network,
6759         tst-resolv-search.
6760         (tst-bug18665, tst-bug18665-tcp, tst-res_use_inet6)
6761         (tst-resolv-basic, tst-resolv-network, tst-resolv-search): Link
6762         with libresolv and libpthread.
6763         * resolv/tst-bug18665.c: New file.
6764         * resolv/tst-bug18665-tcp: Likewise.
6765         * resolv/tst-res_use_inet6: Likewise.
6766         * resolv/tst-resolv-basic: Likewise.
6767         * resolv/tst-resolv-network: Likewise.
6768         * resolv/tst-resolv-search: Likewise.
6769         * support/Makefile (libsupport-routines): Add check_addrinfo,
6770         check_dns_packet, check_hostent, check_netent, resolv_test,
6771         support_format_address_family, support_format_addrinfo,
6772         support_format_dns_packet, support_format_herrno,
6773         support_format_hostent, support_format_netent, support_run_diff,
6774         xaccept, xbind, xconnect, xfclose, xfopen, xgetsockname, xlisten,
6775         xmemstream, xpoll, xpthread_once, xrecvfrom, xsendto, xsetsockopt,
6776         xstrdup, xwrite.
6777         * support/check_addrinfo.c: New file.
6778         * support/check_dns_packet.c: Likewise.
6779         * support/check_hostent.c: Likewise.
6780         * support/check_netent.c: Likewise.
6781         * support/check_nss.h: Likewise.
6782         * support/format_nss.h: Likewise.
6783         * support/resolv_test.c: Likewise.
6784         * support/resolv_test.h: Likewise.
6785         * support/run_diff.h: Likewise.
6786         * support/support_format_address_family.c: Likewise.
6787         * support/support_format_addrinfo.c: Likewise.
6788         * support/support_format_dns_packet.c: Likewise.
6789         * support/support_format_herrno.c: Likewise.
6790         * support/support_format_hostent.c: Likewise.
6791         * support/support_format_netent.c: Likewise.
6792         * support/support_run_diff.c: Likewise.
6793         * support/xaccept.c: Likewise.
6794         * support/xbind.c: Likewise.
6795         * support/xconnect.c: Likewise.
6796         * support/xfclose.c: Likewise.
6797         * support/xfopen.c: Likewise.
6798         * support/xgetsockname.c: Likewise.
6799         * support/xlisten.c: Likewise.
6800         * support/xmemstream.c: Likewise.
6801         * support/xmemstream.h: Likewise.
6802         * support/xpoll.c: Likewise.
6803         * support/xpthread_once.c: Likewise.
6804         * support/xrecvfrom.c: Likewise.
6805         * support/xsendto.c: Likewise.
6806         * support/xsetsockopt.c: Likewise.
6807         * support/xstdio.h: Likewise.
6808         * support/xstrdup.c: Likewise.
6809         * support/support.h (xstrdup): Declare.
6810         * support/xsocket.h (xsetsockopt, xgetsockname, xconnect, xbind)
6811         (xlisten, xaccept, xsendto, xrecvfrom, xpoll): Likewise.
6812         * support/xthread.h (xpthread_once): Likwise.
6813         * support/xunistd.h (xwrite): Declare.
6815 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6817         * support/test-driver.h (TEST_DEFAULT_OPTIONS): Add --verbose.
6818         (test_verbose): Declare.
6819         * support/test-driver.c (main): Use TEST_DEFAULT_OPTIONS.
6820         * support/support_test_main.c (default_options): Likewise.
6821         (usage, support_test_main): Handle 'v'.
6822         (test_verbose): Define.
6823         * support/tst-support_record_failure.c (do_test): Use
6824         test_verbose.
6825         * support/tst-support_record_failure-2.sh (different_status): Add
6826         --verbose test.
6828 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6830         * support/check.h (FAIL_RET, FAIL_EXIT, FAIL_EXIT1): Document that
6831         test failures are recorded.
6832         * support/check.c (support_print_failure_impl): Call
6833         support_record_failure.
6834         (support_exit_failure_impl): Call support_record_failure if status
6835         indicates failure.
6836         * support/delayed_exit.c (delayed_exit_thread): Use FAIL_EXIT1.
6837         * support/xasprintf.c (xasprintf): Likewise.
6838         * support/xfork.c (xfork): Likewise.
6839         * support/xpthread_check_return.c (xpthread_check_return):
6840         Likewise.
6841         * support/xsocket.c (xsocket): Likeweise.
6842         * support/xwaitpid.c (xwaitpid): Likewise.
6843         * support/support_record_failure.c (struct test_failures): Adjust
6844         to coding style.
6845         * support/support_test_verify_impl.c (support_test_verify_impl):
6846         Adjust error messages.
6847         * support/tst-support_record_failure-2.sh (different_status):
6848         Adjust error messages.
6850 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6852         * support/namespace.h: New file.
6853         * support/support_become_root.c: Likewise.
6854         * support/support_enter_network_namespace.c: Likewise.
6855         * support/tst-support-namespace.c: Likewise.
6856         * support/xsocket.c: Likewise.
6857         * support/xsocket.h: Likewise.
6858         * support/Makefile (libsupport-routines): Add support_become_root,
6859         support_enter_network_namespace, xsocket.
6860         (tests): Add tst-support-namespace.
6862 2016-12-31  Florian Weimer  <fweimer@redhat.com>
6864         [BZ #17252]
6865         * posix/unistd.h (getentropy): Declare for __USE_MISC, not just
6866         __USE_GNU.
6868 2016-12-31  Torvald Riegel  <triegel@redhat.com>
6870         [BZ #13165]
6871         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast): Rewrite to
6872         use new algorithm.
6873         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
6874         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
6875         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
6876         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
6877         (__pthread_cond_timedwait): Move here from pthread_cond_timedwait.c.
6878         (__condvar_confirm_wakeup, __condvar_cancel_waiting,
6879         __condvar_cleanup_waiting, __condvar_dec_grefs,
6880         __pthread_cond_wait_common): New.
6881         (__condvar_cleanup): Remove.
6882         * npt/pthread_condattr_getclock.c (pthread_condattr_getclock): Adapt.
6883         * npt/pthread_condattr_setclock.c (pthread_condattr_setclock):
6884         Likewise.
6885         * npt/pthread_condattr_getpshared.c (pthread_condattr_getpshared):
6886         Likewise.
6887         * npt/pthread_condattr_init.c (pthread_condattr_init): Likewise.
6888         * nptl/tst-cond1.c: Add comment.
6889         * nptl/tst-cond20.c (do_test): Adapt.
6890         * nptl/tst-cond22.c (do_test): Likewise.
6891         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (pthread_cond_t): Adapt
6892         structure.
6893         * sysdeps/arm/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6894         * sysdeps/ia64/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6895         * sysdeps/m68k/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6896         * sysdeps/microblaze/nptl/bits/pthreadtypes.h (pthread_cond_t):
6897         Likewise.
6898         * sysdeps/mips/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6899         * sysdeps/nios2/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6900         * sysdeps/s390/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6901         * sysdeps/sh/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6902         * sysdeps/tile/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6903         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_cond_t):
6904         Likewise.
6905         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h (pthread_cond_t):
6906         Likewise.
6907         * sysdeps/x86/bits/pthreadtypes.h (pthread_cond_t): Likewise.
6908         * sysdeps/nptl/internaltypes.h (COND_NWAITERS_SHIFT): Remove.
6909         (COND_CLOCK_BITS): Adapt.
6910         * sysdeps/nptl/pthread.h (PTHREAD_COND_INITIALIZER): Adapt.
6911         * nptl/pthreadP.h (__PTHREAD_COND_CLOCK_MONOTONIC_MASK,
6912         __PTHREAD_COND_SHARED_MASK): New.
6913         * nptl/nptl-printers.py (CLOCK_IDS): Remove.
6914         (ConditionVariablePrinter, ConditionVariableAttributesPrinter): Adapt.
6915         * nptl/nptl_lock_constants.pysym: Adapt.
6916         * nptl/test-cond-printers.py: Adapt.
6917         * sysdeps/unix/sysv/linux/hppa/internaltypes.h (cond_compat_clear,
6918         cond_compat_check_and_clear): Adapt.
6919         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: Remove file ...
6920         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
6921         (__pthread_cond_timedwait): ... and move here.
6922         * nptl/DESIGN-condvar.txt: Remove file.
6923         * nptl/lowlevelcond.sym: Likewise.
6924         * nptl/pthread_cond_timedwait.c: Likewise.
6925         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise.
6926         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise.
6927         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
6928         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
6929         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: Likewise.
6930         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: Likewise.
6931         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: Likewise.
6932         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Likewise.
6933         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: Likewise.
6934         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: Likewise.
6935         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Likewise.
6936         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Likewise.
6937         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Likewise.
6938         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Likewise.
6939         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
6940         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
6942 2016-12-31  Joseph Myers  <joseph@codesourcery.com>
6944         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
6945         (fromfp): New declaration.
6946         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfpx): Likewise.
6947         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfp): Likewise.
6948         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfpx): Likewise.
6949         * math/tgmath.h (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): New macro.
6950         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfp): Likewise.
6951         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfp): Likewise.
6952         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfpx): Likewise.
6953         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfpx): Likewise.
6954         * math/math.h: Include <bits/types.h>.
6955         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_INT_UPWARD): New enum
6956         constant and macro.
6957         (FP_INT_DOWNWARD): Likewise.
6958         (FP_INT_TOWARDZERO): Likewise.
6959         (FP_INT_TONEARESTFROMZERO): Likewise.
6960         (FP_INT_TONEAREST): Likewise.
6961         * math/Versions (fromfp): New libm symbol at version GLIBC_2.25.
6962         (fromfpf): Likewise.
6963         (fromfpl): Likewise.
6964         (ufromfp): Likewise.
6965         (ufromfpf): Likewise.
6966         (ufromfpl): Likewise.
6967         (fromfpx): Likewise.
6968         (fromfpxf): Likewise.
6969         (fromfpxl): Likewise.
6970         (ufromfpx): Likewise.
6971         (ufromfpxf): Likewise.
6972         (ufromfpxl): Likewise.
6973         * math/Makefile (libm-calls): Add s_fromfpF, s_ufromfpF,
6974         s_fromfpxF and s_ufromfpxF.
6975         * math/gen-fromfp-tests.py: New file.
6976         * math/gen-fromfp-tests-inputs: Likewise.
6977         * math/libm-test.inc: Include <stdint.h>
6978         (check_intmax_t): New function.
6979         (check_uintmax_t): Likewise.
6980         (struct test_fiu_M_data): New type.
6981         (struct test_fiu_U_data): Likewise.
6982         (RUN_TEST_fiu_M): New macro.
6983         (RUN_TEST_LOOP_fiu_M): Likewise.
6984         (RUN_TEST_fiu_U): Likewise.
6985         (RUN_TEST_LOOP_fiu_U): Likewise.
6986         (fromfp_test_data): New array.
6987         (fromfp_test): New function.
6988         (fromfpx_test_data): New array.
6989         (fromfpx_test): New function.
6990         (ufromfp_test_data): New array.
6991         (ufromfp_test): New function.
6992         (ufromfpx_test_data): New array.
6993         (ufromfpx_test): New function.
6994         (main): Call fromfp_test, fromfpx_test, ufromfp_test and
6995         ufromfpx_test.
6996         * math/gen-libm-test.pl (parse_args): Handle u, M and U descriptor
6997         characters.
6998         * math/test-tgmath-ret.c: Include <stdint.h>.
6999         (rm): New variable.
7000         (width): Likewise.
7001         (CHECK_RET_CONST_TYPE): Take extra arguments and pass them to
7002         called function.
7003         (CHECK_RET_CONST_FLOAT): Take extra arguments and pass them to
7004         CHECK_RET_CONST_TYPE.
7005         (CHECK_RET_CONST_DOUBLE): Likewise.
7006         (CHECK_RET_CONST_LDOUBLE): Likewise.
7007         (CHECK_RET_CONST): Take extra arguments and pass them to calls
7008         macros.
7009         (fromfp): New CHECK_RET_CONST call.
7010         (ufromfp): Likewise.
7011         (fromfpx): Likewise.
7012         (ufromfpx): Likewise.
7013         (do_test): Call check_return_fromfp, check_return_ufromfp,
7014         check_return_fromfpx and check_return_ufromfpx.
7015         * math/test-tgmath.c: Include <stdint.h>
7016         (NCALLS): Increase to 138.
7017         (F(compile_test)): Initialize i.  Call fromfp functions.
7018         (F(fromfp)): New function.
7019         (F(fromfpx)): Likewise.
7020         (F(ufromfp)): Likewise.
7021         (F(ufromfpx)): Likewise.
7022         * manual/arith.texi (Rounding Functions): Document FP_INT_UPWARD,
7023         FP_INT_DOWNWARD, FP_INT_TOWARDZERO, FP_INT_TONEARESTFROMZERO,
7024         FP_INT_TONEAREST, fromfp, fromfpf, fromfpl, ufromfp, ufromfpf,
7025         ufromfpl, fromfpx, fromfpxf, fromfpxl, ufromfpx, ufromfpxf and
7026         ufromfpxl.
7027         * manual/libm-err-tab.pl (@all_functions): Add fromfp, fromfpx,
7028         ufromfp and ufromfpx.
7029         * math/fromfp.h: New file.
7030         * sysdeps/ieee754/dbl-64/s_fromfp.c: Likewise.
7031         * sysdeps/ieee754/dbl-64/s_fromfp_main.c: Likewise.
7032         * sysdeps/ieee754/dbl-64/s_fromfpx.c: Likewise.
7033         * sysdeps/ieee754/dbl-64/s_ufromfp.c: Likewise.
7034         * sysdeps/ieee754/dbl-64/s_ufromfpx.c: Likewise.
7035         * sysdeps/ieee754/flt-32/s_fromfpf.c: Likewise.
7036         * sysdeps/ieee754/flt-32/s_fromfpf_main.c: Likewise.
7037         * sysdeps/ieee754/flt-32/s_fromfpxf.c: Likewise.
7038         * sysdeps/ieee754/flt-32/s_ufromfpf.c: Likewise.
7039         * sysdeps/ieee754/flt-32/s_ufromfpxf.c: Likewise.
7040         * sysdeps/ieee754/ldbl-128/s_fromfpl.c: Likewise.
7041         * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Likewise.
7042         * sysdeps/ieee754/ldbl-128/s_fromfpxl.c: Likewise.
7043         * sysdeps/ieee754/ldbl-128/s_ufromfpl.c: Likewise.
7044         * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c: Likewise.
7045         * sysdeps/ieee754/ldbl-128ibm/s_fromfpl.c: Likewise.
7046         * sysdeps/ieee754/ldbl-128ibm/s_fromfpl_main.c: Likewise.
7047         * sysdeps/ieee754/ldbl-128ibm/s_fromfpxl.c: Likewise.
7048         * sysdeps/ieee754/ldbl-128ibm/s_ufromfpl.c: Likewise.
7049         * sysdeps/ieee754/ldbl-128ibm/s_ufromfpxl.c: Likewise.
7050         * sysdeps/ieee754/ldbl-96/s_fromfpl.c: Likewise.
7051         * sysdeps/ieee754/ldbl-96/s_fromfpl_main.c: Likewise.
7052         * sysdeps/ieee754/ldbl-96/s_fromfpxl.c: Likewise.
7053         * sysdeps/ieee754/ldbl-96/s_ufromfpl.c: Likewise.
7054         * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c: Likewise.
7055         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fromfp,
7056         ufromfp, fromfpx and ufromfpx.
7057         (CFLAGS-nldbl-fromfp.c): New variable.
7058         (CFLAGS-nldbl-fromfpx.c): Likewise.
7059         (CFLAGS-nldbl-ufromfp.c): Likewise.
7060         (CFLAGS-nldbl-ufromfpx.c): Likewise.
7061         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include <stdint.h>.
7062         * sysdeps/ieee754/ldbl-opt/nldbl-fromfp.c: New file.
7063         * sysdeps/ieee754/ldbl-opt/nldbl-fromfpx.c: Likewise.
7064         * sysdeps/ieee754/ldbl-opt/nldbl-ufromfp.c: Likewise.
7065         * sysdeps/ieee754/ldbl-opt/nldbl-ufromfpx.c: Likewise.
7066         * sysdeps/nacl/libm.abilist: Update.
7067         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
7068         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
7069         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
7070         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
7071         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
7072         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
7073         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
7074         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
7075         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
7076         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
7077         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
7078         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
7079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
7080         Likewise.
7081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7082         Likewise.
7083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
7084         Likewise.
7085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
7086         Likewise.
7087         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
7088         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
7089         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
7090         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
7091         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
7092         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
7093         Likewise.
7094         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
7095         Likewise.
7096         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
7097         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
7098         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
7100 2016-12-30  Florian Weimer  <fweimer@redhat.com>
7102         * resolv/Makefile (libresolv-routines): Rename gethnamaddr to
7103         compat-gethnamaddr.
7104         (CPPFLAGS): Remove.
7105         * resolv/gethnamaddr.c: Rename ...
7106         * resolv/compat-gethnamaddr.c: ... to this file.
7107         (_endhtent): Make static.
7108         (res_gethostbyname): Renamed from gethostbyname.  Turn into compat
7109         symbol.
7110         (res_gethostbyname2): Renamed from gethostbyname2.  Turn into
7111         compat symbol.
7112         (res_gethostbyaddr): Renamed from gethostbyaddr.  Turn into compat
7113         symbol.
7114         (_sethtent, _gethtent, _gethtbyname, gethtbyname2, _gethtbyaddr):
7115         Turn into compat symbol.
7116         * include/resolv.h (_endhtent): Remove declaration.
7118 2016-12-30  Joseph Myers  <joseph@codesourcery.com>
7120         * bits/types.h (__intmax_t): New typedef.
7121         (__uintmax_t): Likewise.
7122         * sysdeps/generic/stdint.h: Include <bits/types.h>.
7123         (intmax_t): Define using __intmax_t.
7124         (uintmax_t): Define using __uintmax_t.
7126         * support/Makefile (tests-special): Make definition conditional on
7127         [$(run-built-tests) = yes].
7128         ($(objpfx)tst-support_record_failure-2.out): Make rule conditional
7129         on [$(run-built-tests) = yes].
7131 2016-12-30  Siddhesh Poyarekar  <siddhesh@sourceware.org>
7133         * Rules (tests): Add tests-printers-programs to tests to be
7134         built.
7136 2016-12-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7138         * sysvipc/Makefile (tests): Add test-sysvshm.
7139         * sysvipc/test-sysvshm.c: New file.
7141         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmget): Remove.
7142         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmget): Likewise.
7143         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmget): Likewise.
7144         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmget): Likewise.
7145         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmget): Likewise.
7146         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmget): Likewise.
7147         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmget):
7148         Likewise.
7149         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmget):
7150         Likewise.
7151         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmget): Likewise.
7152         * sysdeps/unix/sysv/linux/shmget.c (shmget): Use shmget syscall if it
7153         is defined.
7155         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmdt): Remove.
7156         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmdt): Likewise.
7157         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmdt): Likewise.
7158         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmdt): Likewise.
7159         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmdt): Likewise.
7160         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmdt): Likewise.
7161         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmdt):
7162         Likewise.
7163         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmdt):
7164         Likewise.
7165         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmdt): Likewise.
7166         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Use shmdt syscall if it is
7167         defined.
7169         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
7170         oldshmctl.
7171         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmctl): Remove.
7172         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmctl): Likewise.
7173         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmctl): Likewise.
7174         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmctl): Likewise.
7175         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmctl): Likewise.
7176         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmctl): Likewise.
7177         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmctl):
7178         Likewise.
7179         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmctl):
7180         Likewise.
7181         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmctl): Likewise.
7182         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Remove file.
7183         * sysdeps/unix/sysv/linux/arm/shmctl.c: Likewise.
7184         * sysdeps/unix/sysv/linux/microblaze/shmctl.c: Likewise.
7185         * sysdeps/unix/sysv/linux/mips/mips64/shmctl.c: Use default
7186         implementation.
7187         * sysdeps/unix/sysv/linux/shmctl.c (__new_shmctl): Use shmctl syscall
7188         if it is defined.
7190         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmat): Remove.
7191         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmat): Likewise.
7192         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmat): Likewise.
7193         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmat): Likewise.
7194         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmat): Likewise.
7195         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmat): Likewise.
7196         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmat):
7197         Likewise.
7198         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmat):
7199         Likewise.
7200         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmat): Likewise.
7201         * sysdeps/unix/sysv/linux/alpha/kernel-features.h (__NR_shmat):
7202         Define to __NR_osf_shmat.
7203         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use shmat syscall if it is
7204         defined.
7206         * sysvipc/Makefile (tests): Add test-sysvsem.
7207         * sysvipc/test-sysvsem.c: New file.
7209         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): Remove.
7210         * sysdeps/unix/sysv/linux/arm/syscalls.list (semtimedop): Likewise.
7211         * sysdeps/unix/sysv/linux/generic/syscalls.list (semtimedop):
7212         Likewise.
7213         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semtimedop): Likewise.
7214         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semtimedop): Likewise.
7215         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semtimedop):
7216         Likewise.
7217         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semtimedop):
7218         Likewise.
7219         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semtimedop): Likewise.
7220         * sysdeps/unix/sysv/linux/m68k/semtimedop.S: Remove file.
7221         * sysdeps/unix/sysv/linux/s390/semtimedop.c: Reorganize headers and
7222         add a comment about s390 syscall difference from default one.
7223         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Use semtimedop
7224         syscall if it is defined.
7226         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semop): Remove.
7227         * sysdeps/unix/sysv/linux/arm/syscalls.list (semop): Likewise.
7228         * sysdeps/unix/sysv/linux/generic/syscalls.list (semop): Likewise.
7229         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semop): Likewise.
7230         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semop): Likewise.
7231         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semop): Likewise.
7232         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semop):
7233         Likewise.
7234         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semop):
7235         Likewise.
7236         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semop): Likewise.
7237         * sysdeps/unix/sysv/linux/semop.c (semop): Use semop syscall if it is
7238         defined.
7240         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semget): Remove.
7241         * sysdeps/unix/sysv/linux/arm/syscalls.list (semget): Likewise.
7242         * sysdeps/unix/sysv/linux/generic/syscalls.list (semget): Likewise.
7243         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semget): Likewise.
7244         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semget): Likewise.
7245         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semget): Likewise.
7246         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semget):
7247         Likewise.
7248         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semget):
7249         Likewise.
7250         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semget): Likewise.
7251         * sysdeps/unix/sysv/linux/semget.c (semget): Use semget syscall
7252         if it is defined.
7254         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
7255         oldsemctl.
7256         * sysdeps/unix/sysv/linux/alpha/semctl.c: Remove file.
7257         * sysdeps/unix/sysv/linux/arm/semctl.c: Likewise.
7258         * sysdeps/unix/sysv/linux/microblaze/semctl.c: Likewise.
7259         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
7260         * sysdeps/unix/sysv/linux/mips/mips64/semctl.c: Use defaulf
7261         implementation.
7262         * sysdeps/unix/sysv/linux/semctl.c (__new_semctl): Use semctl
7263         syscall if it is defined.
7264         * sysdeps/unix/sysv/linux/generic/syscalls.list (semctl): Remove.
7265         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semctl): Likewise.
7266         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semctl): Likewise.
7267         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semctl): Likewise.
7268         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semctl):
7269         Likewise.
7270         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semctl): Likewise.
7272         * sysvipc/Makefile (tests): Add test-sysvmsg.
7273         * sysvipc/test-sysvmsg.c: New file.
7274         * support/check.h (FAIL_UNSUPPORTED): New define.
7276         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgget): Remove.
7277         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgget): Likewise.
7278         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgget): Likewise.
7279         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgget): Likewise.
7280         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgget): Likewise.
7281         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgget): Likewise.
7282         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgget):
7283         Likewise.
7284         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgget):
7285         Likewise.
7286         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgget): Likewise.
7287         * sysdeps/unix/sysv/linux/msgget.c (msgget): Use msgget syscall if
7288         define.
7290         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgsnd): Remove.
7291         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgsnd): Likewise.
7292         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgsnd): Likewise.
7293         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgsnd): Likewise.
7294         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgsnd): Likewise.
7295         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgsnd): Likewise.
7296         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgsnd):
7297         Likewise.
7298         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgsnd):
7299         Likewise.
7300         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgsnd): Likewise.
7301         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Use msgsnd syscall
7302         if defined.
7304         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgctl): Remove.
7305         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgctl): Likewise.
7306         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgctl): Likewise.
7307         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgctl): Likewise.
7308         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgctl): Likewise.
7309         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgctl): Likewise.
7310         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgctl):
7311         Likewise.
7312         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgctl): Likewise,
7313         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgctl):
7314         Likewise.
7315         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Use msgrcv syscall
7316         if defined.
7317         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Remove file.
7319         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
7320         oldmsgctl.
7321         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove file.
7322         * sysdeps/unix/sysv/linux/arm/msgctl.c: Likewise.
7323         * sysdeps/unix/sysv/linux/microblaze/msgctl.c: Likewise.
7324         * sysdeps/unix/sysv/linux/alpha/syscalls.list (oldmsgctl): Remove.
7325         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgctl): Likewise.
7326         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgctl): Likewise.
7327         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgctl): Likewise.
7328         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgctl):
7329         Likewise.
7330         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgctl): Likewise.
7331         * sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: Use default
7332         implementation.
7333         * sysdeps/unix/sysv/linux/msgctl.c (__new_msgctl): Use msgctl syscall
7334         if defined.
7336         * sysdeps/unix/sysv/linux/aarch64/ipc_priv.h: New file.
7337         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Avoid included other arch
7338         definition and define its own.
7339         * sysdeps/unix/sysv/linux/ipc_ops.h: New file.
7340         * sysdeps/unix/sysv/linux/x86_64/ipc_priv.h: Likewise.
7341         * sysdeps/unix/sysv/linux/mips/ipc_priv.h: Remove file.
7342         * sysdeps/unix/sysv/linux/mips/mips64/ipc_priv.h: New file.
7343         * sysdeps/unix/sysv/linux/ipc_priv.h: Move ipc syscall operation
7344         definitions to common header.
7345         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: Use common syscall
7346         operation from ipc_ops.h.
7348         * sysdeps/unix/sysv/linux/kernel-features.h
7349         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): New define.
7350         * sysdeps/unix/sysv/linux/i386/kernel-features.h
7351         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Undef.
7352         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7353         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
7354         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7355         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
7356         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
7357         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
7358         * sysdeps/unix/sysv/linux/s390/kernel-features.h
7359         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
7360         * sysdeps/unix/sysv/linux/sh/kernel-features.h
7361         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
7362         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
7363         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
7365 2016-12-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
7367         * sysdeps/powerpc/powerpc32/power7/memchr.S (__memchr): Avoid an
7368         overflow in pointer addition.
7370 2016-12-28  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7372         * sysdeps/powerpc/powerpc64/multiarch/Makefile
7373         (sysdep_routines): Add strchr-power8 and strchrnul_power8.
7374         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7375         (strchr): Add __strchr_power8 to list of strchr functions.
7376         (strchrnul): Add __strchrnul_power8 to list of strchr functions.
7377         * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: New file.
7378         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: New file.
7379         * sysdeps/powerpc/powerpc64/multiarch/strchr.c
7380         (strchr): Add __strchr_power8 to ifunc list.
7381         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c
7382         (__strchrnul): Add __strchrnul_power8 to ifunc list.
7383         * sysdeps/powerpc/powerpc64/power8/strchr.S: New file.
7384         * sysdeps/powerpc/powerpc64/power8/strchrnul.S: New file.
7386 2016-12-28  Florian Weimer  <fweimer@redhat.com>
7388         * support/Makefile (libsupport-routines): Add
7389         support_test_verify_impl, support_record_failure, xfork, xwaitpid.
7390         (tests): Add tst-support_record_failure.
7391         (tests-special): tst-support_record_failure-2.
7392         (tst-support_record_failure-2.out): Depend on
7393         tst-support_record_failure-2.sh and tst-support_record_failure.
7394         * support/check.h (TEST_VERIFY, TEST_VERIFY_EXIT): Define.
7395         (support_test_verify_impl, support_record_failure)
7396         (support_report_failure, support_report_failure_reset): Declare.
7397         * support/support_test_main.c (adjust_exit_status): New function.
7398         (support_test_main): Call it to incorporate record test failures.
7399         * support/support_test_verify_impl.c: New file.
7400         * support/support_record_failure.c: Likewise.
7401         * support/tst-support_record_failure.c: Likewise.
7402         * support/tst-support_record_failure-2.sh: Likewise.
7403         * support/xunistd.h: Likewise.
7404         * support/xfork.c: Likewise.
7405         * support/xwaitpid.c: Likewise.
7407 2016-12-27  Steve Ellcey  <sellcey@caviumnetworks.com>
7409         * scripts/check-c++-types.sh: Add comments.
7411 2016-12-27  Dmitry V. Levin  <ldv@altlinux.org>
7413         [BZ #19514]
7414         * resolv/res_send.c: Fix typo in comment.
7415         * sysdeps/i386/i386-mcount.S: Likewise.
7416         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
7417         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
7418         * sysdeps/sparc/sparc-mcount.S: Likewise.
7420 2016-12-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7422         * sysdeps/powerpc/fpu/s_fmaxf.S: Remove file.
7423         * sysdeps/powerpc/fpu/s_fminf.S: Likewise.
7424         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
7425         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
7426         * sysdeps/powerpc/powerpc32/fpu/s_fmax.S: Likewise.
7427         * sysdeps/powerpc/powerpc32/fpu/s_fmin.S: Likewise.
7428         * sysdeps/powerpc/powerpc64/fpu/s_fmax.S: Likewise.
7429         * sysdeps/powerpc/powerpc64/fpu/s_fmin.S: Likewise.
7431 2016-12-27  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
7433         * manual/arith.texi (FP Comparison Functions): Fix typo in iseqsig.
7435 2016-12-27  Florian Weimer  <fweimer@redhat.com>
7437         [BZ #17252]
7438         * posix/unistd.h (getentropy): Declare.
7440 2016-12-27  Florian Weimer  <fweimer@redhat.com>
7442         * resolv/res_hconf.h (HCONF_FLAG_SPOOF, HCONF_FLAG_SPOOFALERT):
7443         Remove.
7444         * resolv/res_hconf.c (ENV_SPOOF, arg_spoof): Remove.
7445         (cmd): Remove spoof, nospoof, spoofalert.
7446         (parse_line): Ignore spoof-related lines.
7447         (do_init): Do not process RESOLV_SPOOF_CHECK.
7449 2016-12-27  Florian Weimer  <fweimer@redhat.com>
7451         [BZ #20964]
7452         sunrpc: Always obtain AF_INET addresses from NSS.
7453         * include/rpc/rpc.h (__libc_rpc_gethostbyname): Declare.
7454         * sunrpc/rpc_gethostbyname.c: New file.
7455         * sunrpc/Makefile (routines): Add it.
7456         * sunrpc/clnt_gen.c (clnt_create): Use __libc_rpc_gethostbyname.
7457         * sunrpc/clnt_simp.c (callrpc): Likewise.
7458         * sunrpc/getrpcport.c (getrpcport): Likewise.
7460 2016-12-27  Florian Weimer  <fweimer@redhat.com>
7462         * sunrpc/rpcinfo.c: Remove.
7463         * sunrpc/Makefile: Remove comments referring to rpcinfo.
7465 2016-12-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7467         [BZ #19387]
7468         * sysdeps/x86_64/memchr.S (memchr): Avoid overflow in pointer
7469         addition.
7470         * string/test-memchr.c (do_test): Remove alignment limitation.
7471         (test_main): Add test that trigger BZ #19387.
7473 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7475         [BZ #7065]
7476         Enable stack protectore if requested by ./configure.
7477         * Makeconfig (+stack-protector): New variable.
7478         (+cflags): Use it.
7480 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7482         [BZ #7065]
7483         * signal/Makefile (CFLAGS-sigreturn.c): Use $(no-stack-protector).
7484         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c:
7485         (__rt_sigreturn_stub): Use inhibit_stack_protector.
7486         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
7487         (__rt_sigreturn_stub, __sigreturn_stub): Likewise.
7489 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7491         [BZ #7065]
7492         * login/Makefile (pt_chown-cflags): Remove.
7493         * nscd/Makefile (CFLAGS-nscd): Likewise.
7494         * resolv/Makefile (CFLAGS-libresolv): Likewise.
7496 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7498         [BZ #7065]
7499         * elf/Makefile (CFLAGS-filtmod1.c): Use $(no-stack-protector) for
7500         non-libc-linking testcase.
7502 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7503             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7504             Florian Weimer  <fweimer@redhat.com>
7506         [BZ #7065]
7507         PLT avoidance for __stack_chk_fail*.
7508         * debug/Makefile (CFLAGS-stack_chk_fail.c)
7509         (CFLAGS-stack_chk_fail_local.c): Build without stack protector.
7510         * debug/stack_chk_fail.c (__stack_chk_fail): Add
7511         __stack_chk_fail_local alias.
7512         * sysdeps/generic/symbol-hacks.h [IS_IN (libc)]
7513         (__stack_chk_fail): Turn into hidden reference to
7514         __stack_chk_fail_local.
7516 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7518         [BZ #7065]
7519         * configure.ac: Add check for unsupported stack-protection level.
7520         (libc_cv_predef_stack_protector): Remove.
7521         (no_ssp): New variable.
7522         (STACK_PROTECTOR_LEVEL): Set to zero when --disable-stack-protector.
7523         (stack_protector): Set to -fno-stack-protector similarly.
7524         (libc_cv_ld_gnu_indirect_function): Use no_ssp.
7525         (libc_cv_asm_set_directive): Likewise.
7526         (libc_cv_protected_data): Likewise.
7527         (libc_cv_z_combreloc): Likewise.
7528         (libc_cv_hashstyle): Likewise.
7529         (libc_cv_has_glob_dat): Likewise.
7530         (libc_cv_output_format): Likewise.
7531         (libc_cv_output_format): Likewise.
7532         (libc_cv_ehdr_start): Likewise.
7533         * aclocal.m4 (LIBC_TRY_LINK_STATIC): Likewise.
7534         (LIBC_LINKER_FEATURE): Likewise.
7535         (LIBC_COMPILER_BUILTIN_INLINED): Likewise.
7537 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7539         [BZ #7065]
7540         * elf/Makefile (dummy-stack-chk-fail): New.
7541         (librtld.map): Use it.
7543 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7545         [BZ #7065]
7546         Compile the dynamic linker without stack protection.
7547         * elf/Makefile (elide-stack-protector): New.
7548         (CFLAGS-.os): Use it, eliding $(all-rtld-routines).
7549         (CFLAGS-.o, CFLAGS-.op): Likewise, but for $(elide-routines.os).
7550         * elf/rtld-Rules (rtld-CFLAGS): Add $(no-stack-protector).
7551         * sysdeps/i386/Makefile (rtld-CFLAGS): Use +=, not =.
7553 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7555         [BZ #7065]
7556         * config.make.in (have-ssp, no-stack-protector): New.
7557         * csu/Makefile (CFLAGS-.o, CFLAGS-.op, CFLAGS-.os): Use it.
7558         * misc/Makefile (CFLAGS-sbrk.o): Likewise.
7559         (CFLAGS-sbrk.op): Likewise.
7560         (CFLAGS-brk.o): Likewise.
7561         (CFLAGS-brk.op): Likewise.
7562         * string/Makefile (CFLAGS-memcpy.c): Likewise.
7563         (CFLAGS-wordcopy.c): Likewise.
7565 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7567         [BZ #7065]
7568         * configure.ac (HAVE_CC_NO_STACK_PROTECTOR): Define.
7569         * config.h.in (HAVE_CC_NO_STACK_PROTECTOR): New macro.
7570         * include/libc-symbols.h (inhibit_stack_protector): New macro.
7571         (__ifunc_resolver): Use it.
7572         * elf/ifuncdep2.c (foo1_ifunc, foo2_ifunc, foo3_ifunc): Apply
7573         inhibit_stack_protector.
7574         * elf/ifuncmain6pie.c (foo_ifunc): Likewise.
7575         * elf/ifuncmain7.c (foo_ifunc): Likewise.
7576         * elf/ifuncmod1.c (foo_ifunc, foo_hidden_ifunc)
7577         (foo_protected_ifunc): Likewise.
7578         * elf/ifuncmod5.c (foo_ifunc, foo_hidden_ifunc)
7579         (foo_protected_ifunc): Likewise.
7580         * sysdeps/generic/ifunc-sel.h (ifunc_sel, ifunc_one): Likewise.
7581         * sysdeps/nacl/nacl_interface_query.c
7582         (nacl_interface_query_ifunc): Likewise.
7583         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel, ifunc_one): Likewise.
7584         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c (getcpu_ifunc):
7585         Likewise.
7586         * sysdeps/x86_64/ifuncmod8.c (foo_ifunc): Likewise.
7587         * sysdeps/unix/make-syscalls.sh: Apply inhibit_stack_protector to
7588         the generated vDSO syscall resolver.
7590 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7591             Florian Weimer  <fweimer@redhat.com>
7593         [BZ #7065]
7594         Initialize the stack guard earlier when linking statically.
7595         * sysdeps/generic/ldsodefs.h (__libc_setup_tls)
7596         (__pthread_initialize_minimal): Declare.
7597         * csu/libc-start.c (__pthread_initialize_minimal): Remove
7598         declaration.
7599         (LIBC_START_MAIN): Call __libc_setup_tls early and directly.  Move
7600         stack canary and apply_irel initialization up.  Call
7601         __pthread_initialize_minimal only if linked in.
7602         * csu/libc-tls.c (__libc_setup_tls): Replace arguments with their
7603         constant values.
7604         (__pthread_initialize_minimal): Remove.
7605         * nptl/nptl-init.c (__libc_setup_tls): Remove declaration.
7606         (__pthread_initialize_minimal_internal): Do not call
7607         __libc_setup_tls.
7609 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
7611         [BZ #7065]
7612         * configure.ac (libc_cv_ssp): Move up.
7613         (libc_cv_ssp_strong): Likewise.
7614         (libc_cv_ssp_all): New.
7615         (stack_protector): Augment, adding -fstack-protector-all.
7616         (no_stack_protector): New.
7617         (STACK_PROTECTOR_LEVEL): New.
7618         (AC_ARG_ENABLE(stack-protector)): New configure flag.
7619         * manual/install.texi (--enable-stack-protector): Document it.
7620         * config.h.in (STACK_PROTECTOR_LEVEL): New macro.
7622 2016-12-24  Carlos O'Donell  <carlos@redhat.com>
7624         * README.pretty-printers: Must specify CPPFLAGS-* also.
7625         * nptl/Makefile (CPPFLAGS-test-mutexattr-printers.c): Define.
7626         (CPPFLAGS-test-mutex-printers.c): Define.
7627         (CPPFLAGS-test-condattr-printers.c): Define.
7628         (CPPFLAGS-test-cond-printers.c): Define.
7629         (CPPFLAGS-test-rwlockattr-printers.c): Define.
7630         (CPPFLAGS-test-rwlock-printers.c): Define.
7632         * nss/Makefile [ifeq (yes,$(have-thread-library))]
7633         (tests): Add tst-cancel-getpwuid_r.
7634         * nss/tst-cancel-getpwuid_r.c: New file.
7636         [BZ #11941]
7637         * elf/dl-close.c (_dl_close): Take dl_load_lock to examine map.
7638         Remove assert (map->l_init_called); if DF_1_NODELETE is set.
7639         * elf/Makefile [ifeq (yes,$(build-shared))] (tests): Add
7640         tst-nodelete-dlclose.
7641         (modules-names): Add tst-nodelete-dlclose-dso and
7642         tst-nodelete-dlclose-plugin.
7643         ($(objpfx)tst-nodelete-dlclose-dso.so): Define.
7644         ($(objpfx)tst-nodelete-dlclose-plugin.so): Define.
7645         ($(objpfx)tst-nodelete-dlclose): Define.
7646         ($(objpfx)tst-nodelete-dlclose.out): Define.
7648 2016-12-23  Florian Weimer  <fweimer@redhat.com>
7650         * scripts/test_printers_common.py: Log GDB output in case of
7651         Python detection failure.
7653 2016-12-22  Siddhesh Poyarekar  <siddhesh@sourceware.org>
7655         * configure.ac: Check for python3 or python.
7656         * configure: Regenerated.
7657         * config.make.in (PYTHON): New variable.
7658         * benchtests/Makefile: Don't define PYTHON.
7659         (bench): Define target only if PYTHON was defined.
7660         * Rules: Don't define PYTHON.
7661         Define pretty printer targets only if PYTHON was defined.
7662         (tests-printers): Add to tests-unsupported if PYTHON is not
7663         found.
7664         (python-flags, python-invoke): Remove.
7665         (tests-printers-out): Use PYTHON instead of python-invoke.
7667 2016-12-21  Joseph Myers  <joseph@codesourcery.com>
7669         [BZ #20978]
7670         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
7671         Compare name == NULL, not name != NULL.
7673         * manual/texinfo.tex: Update to version 2016-09-18.18 with
7674         trailing whitespace removed.
7675         * scripts/config.guess: Update to version 2016-10-02.
7676         * scripts/config.sub: Update to version 2016-11-19.
7677         * scripts/install-sh: Update to version 2016-01-11.22.
7678         * scripts/mkinstalldirs: Update to version 2016-01-11.22.
7679         * scripts/move-if-change: Update to version 2016-01-11 22:04.
7681 2015-12-21  Wilco Dijkstra  <wdijkstr@arm.com>
7683         * benchtests/bench-strsep.c (oldstrsep): Add old implementation.
7684         (do_one_test) Restore original string so iteration works.
7685         * string/string-inlines.c (do_test): Create better input strings.
7686         (test_main) Reduce number of testruns.
7687         * string/string-inlines.c (__old_strsep_1c): New function.
7688         (__old_strsep_2c): Likewise.
7689         (__old_strsep_3c): Likewise.
7690         * string/strsep.c (__strsep): Remove case of small delim string.
7691         Call strcspn directly rather than strpbrk.
7692         * string/bits/string2.h (__strsep): Remove define.
7693         (__strsep_1c): Remove.
7694         (__strsep_2c): Remove.
7695         (__strsep_3c): Remove.
7696         (strsep): Remove.
7697         * sysdeps/unix/sysv/linux/internal_statvfs.c
7698         (__statvfs_getflags): Rename to __strsep.
7700 2016-12-21  Florian Weimer  <fweimer@redhat.com>
7702         * csu/libc-tls.c (_dl_tls_setup): Remove.
7703         * elf/dl-tls.c (_dl_tls_setup): Likewise.
7704         * elf/Versions (GLIBC_PRIVATE): Remove _dl_tls_setup.
7705         * sysdeps/generic/ldsodefs.h (_dl_tls_setup): Remove declaration.
7707 2016-12-21  Nick Alcock <nick.alcock@oracle.com>
7709         [BZ #7065]
7710         * sysdeps/x86_64/Makefile [$(subdir) = elf]
7711         (CFLAGS-tst-quad1pie.c, CFLAGS-tst-quad2pie.c): Add $(PIE-ccflag).
7713 2016-12-21  Nick Alcock <nick.alcock@oracle.com>
7714             Florian Weimer  <fweimer@redhat.com>
7716         [BZ #7065]
7717         * csu/Makefile (tests): Empty assignment and document it.
7718         (tests-static): Remove.
7719         * csu/tst-empty.c: Move to...
7720         * misc/tst-empty.c: ... here.  Switch to new test driver.
7721         * csu/tst-atomic.c: Move to...
7722         * misc/tst-atomic.c: ... here.  Switch to new test driver.
7723         * csu/tst-atomic-long.c: Move to...
7724         * misc/tst-atomic-long.c: ... here.
7725         * misc/Makefile (tests): Add tst-empty, tst-atomic,
7726         tst-atomic-long.
7727         (tests-static): Add tst-empty.
7729 2016-12-21  Rical Jasan  <ricaljasan@pacific.net>
7731         * manual/nss.texi: Change incorrect @vtable to @table.
7732         * manual/arith.texi: Convert @tables of variables to @vtables
7733         and remove unnecessary indexing.
7734         * manual/filesys.texi: Likewise.
7735         * manual/llio.texi: Likewise.
7736         * manual/memory.texi: Likewise.
7737         * manual/process.texi: Likewise.
7738         * manual/resource.texi: Likewise.
7739         * manual/search.texi: Likewise.
7740         * manual/signal.texi: Likewise.
7741         * manual/socket.texi: Likewise.
7742         * manual/stdio.texi: Likewise.
7743         * manual/sysinfo.texi: Likewise.
7744         * manual/syslog.texi: Likewise.
7745         * manual/terminal.texi: Likewise.
7746         * manual/time.texi: Likewise.
7747         * manual/users.texi: Likewise.
7749 2016-12-21  Joseph Myers  <joseph@codesourcery.com>
7751         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
7752         (roundeven): New declaration.
7753         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (roundeven): New
7754         macro.
7755         * math/Versions (roundeven): New libm symbol at version
7756         GLIBC_2.25.
7757         (roundevenf): Likewise.
7758         (roundevenl): Likewise.
7759         * math/Makefile (libm-calls): Add s_roundevenF.
7760         * math/libm-test.inc (roundeven_test_data): New array.
7761         (roundeven_test): New function.
7762         (main): Call roundeven_test.
7763         * math/test-tgmath.c (NCALLS): Increase to 134.
7764         (F(compile_test)): Call roundeven.
7765         (F(roundeven)): New function.
7766         * manual/arith.texi (Rounding Functions): Document roundeven,
7767         roundevenf and roundevenl.
7768         * manual/libm-err-tab.pl (@all_functions): Add roundeven.
7769         * include/math.h (roundeven): Use libm_hidden_proto.
7770         * sysdeps/ieee754/dbl-64/s_roundeven.c: New file.
7771         * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c: Likewise.
7772         * sysdeps/ieee754/flt-32/s_roundevenf.c: Likewise.
7773         * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Likewise.
7774         * sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c: Likewise.
7775         * sysdeps/ieee754/ldbl-96/s_roundevenl.c: Likewise.
7776         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
7777         roundeven.
7778         (CFLAGS-nldbl-roundeven.c): New variable.
7779         * sysdeps/ieee754/ldbl-opt/nldbl-roundeven.c: New file.
7780         * sysdeps/nacl/libm.abilist: Update.
7781         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
7782         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
7783         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
7784         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
7785         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
7786         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
7787         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
7788         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
7789         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
7790         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
7791         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
7792         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
7793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
7794         Likewise.
7795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7796         Likewise.
7797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
7798         Likewise.
7799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
7800         Likewise.
7801         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
7802         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
7803         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
7804         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
7805         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
7806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
7807         Likewise.
7808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
7809         Likewise.
7810         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
7811         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
7812         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
7814 2016-12-20  Joseph Myers  <joseph@codesourcery.com>
7816         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add
7817         preprocessor indentation inside #if.
7819 2016-12-20  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
7821         * math/libm-test.inc (fmt_ftostr): New function.
7822         (print_float, check_float_internal): Replace some uses of
7823         FTOSTR with uses of fmt_ftostr.
7824         (print_max_error, print_complex_max_error, print_function_ulps)
7825         (print_complex_function_ulps): Remove uses of the macros
7826         PRINTF_EXPR, PRINTF_NEXPR, and PRINTF_XEXPR.
7827         * math/test-double.h (FTOSTR): Define to strfromd.
7828         (PRINTF_EXPR): Delete.
7829         (PRINTF_XEXPR): Likewise.
7830         (PRINTF_NEXPR): Likewise.
7831         * math/test-float.h (FTOSTR): Define to strfromf.
7832         (PRINTF_EXPR): Delete.
7833         (PRINTF_XEXPR): Likewise.
7834         (PRINTF_NEXPR): Likewise.
7835         * math/test-ldouble.h (FTOSTR): Define to strfroml.
7836         (PRINTF_EXPR): Delete.
7837         (PRINTF_XEXPR): Likewise.
7838         (PRINTF_NEXPR): Likewise.
7840 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7842         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
7843         (__lll_unlock_elision, lll_unlock_elision): Add adapt_count argument.
7844         * sysdeps/unix/sysv/linux/s390/elision-lock.c:
7845         (__lll_lock_elision): Decrement adapt_count while unlocking
7846         instead of before locking.
7847         * sysdeps/unix/sysv/linux/s390/elision-trylock.c
7848         (__lll_trylock_elision): Likewise.
7849         * sysdeps/unix/sysv/linux/s390/elision-unlock.c:
7850         (__lll_unlock_elision): Likewise.
7852 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7854         * sysdeps/unix/sysv/linux/s390/htm.h(__libc_tbegin_retry): New macro.
7855         * sysdeps/unix/sysv/linux/s390/elision-lock.c (__lll_lock_elision):
7856         Use __libc_tbegin_retry macro.
7858 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7860         * sysdeps/unix/sysv/linux/s390/Makefile (elision-CFLAGS):
7861         Add -msoft-float.
7862         * sysdeps/unix/sysv/linux/s390/htm.h: New File.
7863         * sysdeps/unix/sysv/linux/s390/elision-lock.c:
7864         Use __libc_t* transaction macros instead of __builtin_t*.
7865         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7866         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7868 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7870         * sysdeps/unix/sysv/linux/s390/elision-lock.c
7871         (__lll_lock_elision): Use atomics to load / store adapt_count.
7872         * sysdeps/unix/sysv/linux/s390/elision-trylock.c
7873         (__lll_trylock_elision): Likewise.
7875 2016-12-20  Florian Weimer  <fweimer@redhat.com>
7877         Do not require memset elimination in explicit_bzero test.
7878         * string/tst-xbzero-opt.c (prepare_test_buffer): Force inlining.
7879         (enum test_expectation): Add NO_EXPECTATIONS.
7880         (subtests): NO_EXPECTATIONS for ordinary clear.
7881         (check_test_buffer): Handle NO_EXPECTATIONS.
7882         * string/Makefile (CFLAGS-tst-xbzero-opt.c): Compile with -O3.
7884 2016-12-20  Joseph Myers  <joseph@codesourcery.com>
7886         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
7887         (fmaxmag): New declaration.
7888         (fminmag): Likewise.
7889         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (fmaxmag): New
7890         macro.
7891         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fminmag): Likewise.
7892         * math/Versions (fmaxmag): New libm symbol at version GLIBC_2.25.
7893         (fmaxmagf): Likewise.
7894         (fmaxmagl): Likewise.
7895         (fminmag): Likewise.
7896         (fminmagf): Likewise.
7897         (fminmagl): Likewise.
7898         * math/Makefile (gen-libm-calls): Add s_fmaxmagF and s_fminmagF.
7899         * math/s_fmaxmag_template.c: New file.
7900         * math/s_fminmag_template.c: Likewise.
7901         * math/libm-test.inc (fmaxmag_test_data): New array.
7902         (fmaxmag_test): New function.
7903         (fminmag_test_data): New array.
7904         (fminmag_test): New function.
7905         (main): Call fmaxmag_test and fminmag_test.
7906         * math/test-tgmath.c (NCALLS): Increase to 132.
7907         (F(compile_test)): Call fmaxmag and fminmag.
7908         (F(fminmag)): New function.
7909         (F(fmaxmag)): Likewise.
7910         * manual/arith.texi (Misc FP Arithmetic): Document fminmag,
7911         fminmagf, fminmagl, fmaxmag, fmaxmagf and fmaxmagl.
7912         * manual/libm-err-tab.pl (@all_functions): Add fmaxmag and
7913         fminmag.
7914         * sysdeps/ieee754/ldbl-opt/nldbl-fmaxmag.c: New file.
7915         * sysdeps/ieee754/ldbl-opt/nldbl-fminmag.c: Likewise.
7916         * sysdeps/ieee754/ldbl-opt/s_fmaxmagl.c: Likewise.
7917         * sysdeps/ieee754/ldbl-opt/s_fminmagl.c: Likewise.
7918         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fmaxmag
7919         and fminmag.
7920         (CFLAGS-nldbl-fmaxmag.c): New variable.
7921         (CFLAGS-nldbl-fminmag.c): Likewise.
7922         * sysdeps/nacl/libm.abilist: Update.
7923         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
7924         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
7925         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
7926         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
7927         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
7928         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
7929         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
7930         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
7931         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
7932         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
7933         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
7934         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
7935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
7936         Likewise.
7937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7938         Likewise.
7939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
7940         Likewise.
7941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
7942         Likewise.
7943         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
7944         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
7945         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
7946         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
7947         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
7948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
7949         Likewise.
7950         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
7951         Likewise.
7952         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
7953         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
7954         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
7956 2016-12-19  Torvald Riegel  <triegel@redhat.com>
7958         [BZ #20973]
7959         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Fix lost
7960         wake-up in robust mutexes.
7961         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7963 2016-12-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7965         * benchtests/Makefile (bench-math): Add fminf and fmaxf.
7966         (CFLAGS-bench-fmaxf.c): New rule.
7967         (CFLAGS-bench-fminf.c): Likewise.
7968         * benchtests/fmaxf-inputs: New file.
7969         * benchtests/fminf-inputs: Likewise.
7971         * benchtests/Makefile (bench-math): Add fmin and fmax.
7972         (CFLAGS-bench-fmax.c): New rule.
7973         (CFLAGS-bench-fmin.c): Likewise.
7974         * benchtests/fmax-inputs: New file.
7975         * benchtests/fmin-inputs: Likewise.
7977         * benchtests/bench-string.h (TEST_FUNCTION): Use name without
7978         parenthesis.
7979         (CMDLINE_PROCESS): Define using function instead of macro.
7980         * benchtests/bench-memccpy.c: Include <support/test-driver.c> instead
7981         of test-skeleton.
7982         * benchtests/bench-memchr.c: Likewise.
7983         * benchtests/bench-memcmp.c: Likewise.
7984         * benchtests/bench-memcpy-large.c: Likewise.
7985         * benchtests/bench-memcpy.c: Likewise.
7986         * benchtests/bench-memmem.c: Likewise.
7987         * benchtests/bench-memmove-large.c: Likewise.
7988         * benchtests/bench-memmove.c: Likewise.
7989         * benchtests/bench-memset-large.c: Likewise.
7990         * benchtests/bench-memset.c: Likewise.
7991         * benchtests/bench-rawmemchr.c: Likewise.
7992         * benchtests/bench-strcasecmp.c: Likewise.
7993         * benchtests/bench-strcasestr.c: Likewise.
7994         * benchtests/bench-strcat.c: Likewise.
7995         * benchtests/bench-strchr.c: Likewise.
7996         * benchtests/bench-strcmp.c: Likewise.
7997         * benchtests/bench-strcpy.c: Likewise.
7998         * benchtests/bench-strcpy_chk.c: Likewise.
7999         * benchtests/bench-strlen.c: Likewise.
8000         * benchtests/bench-strncasecmp.c: Likewise.
8001         * benchtests/bench-strncmp.c: Likewise.
8002         * benchtests/bench-strncpy.c: Likewise.
8003         * benchtests/bench-strnlen.c: Likewise.
8004         * benchtests/bench-strpbrk.c: Likewise.
8005         * benchtests/bench-strrchr.c: Likewise.
8006         * benchtests/bench-strsep.c: Likewise.
8007         * benchtests/bench-strspn.c: Likewise.
8008         * benchtests/bench-strstr.c: Likewise.
8009         * benchtests/bench-strtok.c: Likewise.
8011 2016-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
8013         * sysdeps/x86/cpu-features.c (get_common_indeces): Add
8014         stepping identification.
8015         (init_cpu_features): Add handle of Haswell.
8017 2016-11-25  Jim Meyering  <meyering@fb.com>
8019         [BZ #20386]
8020         Let gcc detect assert(a = 1) errors.
8021         * assert/assert.h (assert): Rewrite, retaining the old definintion
8022         when required, but otherwise putting the expression as-is in an "if"
8023         expression (hence, with no added parentheses) within a statement
8024         expression.
8026 2016-12-17  Siddhesh Poyarekar  <siddhesh@sourceware.org>
8028         * benchtests/Makefile (binaries-benchset): Depend on libsupport
8029         DSO.
8031 2016-12-17  Martin Galvan  <martingalvan@sourceware.org>
8033         * Rules (python-flags, python-invoke): New.
8034         ($(test-printers-out)): Use $(python-flags).
8036 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
8038         * manual/arith.texi (Math Error Reporting): Document that sNaN
8039         arguments are not considered domain errors.
8041 2016-12-16  Zack Weinberg <zackw@panix.com>
8042             Florian Weimer <fweimer@redhat.com>
8043             Nick Mathewson <nickm@torproject.org>
8045         * string/explicit_bzero.c: New routine.
8046         * string/test-explicit_bzero.c, string/tst-xbzero-opt.c: New tests.
8047         * string/Makefile (routines, strop-tests, tests): Add them.
8048         * string/test-memset.c: Add ifdeffage for testing explicit_bzero.
8049         * string/string.h [__USE_MISC]: Declare explicit_bzero.
8051         * debug/explicit_bzero_chk.c: New routine.
8052         * debug/Makefile (routines): Add it.
8053         * debug/tst-chk1.c: Test fortification of explicit_bzero.
8054         * string/bits/string3.h: Fortify explicit_bzero.
8056         * manual/string.texi: Document explicit_bzero.
8057         * NEWS: Mention addition of explicit_bzero.
8059         * crypt/crypt-entry.c (__crypt_r): Clear key-dependent intermediate
8060         data before returning, using explicit_bzero.
8061         * crypt/md5-crypt.c (__md5_crypt_r): Likewise.
8062         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
8063         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
8065         * include/string.h: Redirect internal uses of explicit_bzero
8066         to __explicit_bzero_chk[_internal].
8067         * string/Versions [GLIBC_2.25]: Add explicit_bzero.
8068         * debug/Versions [GLIBC_2.25]: Add __explicit_bzero_chk.
8069         * sysdeps/arm/nacl/libc.abilist
8070         * sysdeps/unix/sysv/linux/aarch64/libc.abilist
8071         * sysdeps/unix/sysv/linux/alpha/libc.abilist
8072         * sysdeps/unix/sysv/linux/arm/libc.abilist
8073         * sysdeps/unix/sysv/linux/hppa/libc.abilist
8074         * sysdeps/unix/sysv/linux/i386/libc.abilist
8075         * sysdeps/unix/sysv/linux/ia64/libc.abilist
8076         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
8077         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist
8078         * sysdeps/unix/sysv/linux/microblaze/libc.abilist
8079         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
8080         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
8081         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
8082         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
8083         * sysdeps/unix/sysv/linux/nios2/libc.abilist
8084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
8085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
8086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
8087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
8088         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist
8089         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
8090         * sysdeps/unix/sysv/linux/sh/libc.abilist
8091         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
8092         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
8093         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
8094         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
8095         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist
8096         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
8097         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist:
8098         Add entries for explicit_bzero and __explicit_bzero_chk.
8100 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
8102         * math/fenv.h
8103         [__GLIBC_USE (IEC_60559_BFP_EXT) && FE_INVALID && __SUPPORT_SNAN__]
8104         (FE_SNANS_ALWAYS_SIGNAL): New macro.
8105         * math/test-fe-snans-always-signal.c: New file.
8106         * math/Makefile (tests): Add test-fe-snans-always-signal.
8107         (CFLAGS-test-fe-snans-always-signal.c): New variable.
8108         * manual/arith.texi (Infinity and NaN): Document
8109         FE_SNANS_ALWAYS_SIGNAL.
8111 2016-12-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8113         * string/test-memchr.c (do_test): Typo on ‘byte’ and missing closing
8114         bracket.
8116 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
8118         * scripts/build-many-glibcs.py (Context.exec_self): Flush stdout
8119         before calling execv.
8121 2016-12-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8123         [BZ #20971]
8124         * sysdeps/powerpc/powerpc64/power7/memchr.S (__memchr): Avoid
8125         overflow in pointer addition.
8126         * string/test-memchr.c (do_test): Add an argument to pass as
8127         the size on memchr.
8128         (test_main): Add check for SIZE_MAX.
8130 2016-12-16  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8132         * math/Makefile (gen-libm-calls): Remove w_scalblnF.
8133         (libm-calls): Add w_scalblnF.
8134         * math/w_scalbln.c: Remove.
8135         * math/w_scalblnf.c: Likewise.
8136         * math/w_scalblnl.c: Likewise.
8137         * math/w_scalbln_template.c: New file with type-generic
8138         implementation based on math/w_scalbln.c.
8139         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: Remove.
8140         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Use new template.
8142 2016-12-15  Joseph Myers  <joseph@codesourcery.com>
8144         [BZ #20947]
8145         * sysdeps/i386/fpu/s_fmaxl.S (__fmaxl): Add the arguments when
8146         either is a signaling NaN.
8147         * sysdeps/i386/fpu/s_fminl.S (__fminl): Likewise.  Make code
8148         follow fmaxl more closely.
8149         * sysdeps/i386/i686/fpu/s_fmaxl.S (__fmaxl): Add the arguments
8150         when either is a signaling NaN.
8151         * sysdeps/i386/i686/fpu/s_fminl.S (__fminl): Likewise.
8152         * sysdeps/x86_64/fpu/s_fmax.S (__fmax): Likewise.
8153         * sysdeps/x86_64/fpu/s_fmaxf.S (__fmaxf): Likewise.
8154         * sysdeps/x86_64/fpu/s_fmaxl.S (__fmaxl): Likewise.
8155         * sysdeps/x86_64/fpu/s_fmin.S (__fmin): Likewise.
8156         * sysdeps/x86_64/fpu/s_fminf.S (__fminf): Likewise.
8157         * sysdeps/x86_64/fpu/s_fminl.S (__fminl): Likewise.
8158         * math/libm-test.inc (fmax_test_data): Add tests of sNaN inputs.
8159         (fmin_test_data): Likewise.
8161 2016-12-15  Andreas Schwab  <schwab@suse.de>
8163         * support/support_test_main.c (support_test_main): Don't shadow
8164         file-local variable test_pid.
8166 2016-12-15  Joseph Myers  <joseph@codesourcery.com>
8168         [BZ #20947]
8169         * sysdeps/powerpc/fpu/s_fmax.S (__fmax): Add the arguments when
8170         either is a signaling NaN.
8171         * sysdeps/powerpc/fpu/s_fmin.S (__fmin): Likewise.
8173 2016-12-14  Joseph Myers  <joseph@codesourcery.com>
8175         [BZ #20947]
8176         * math/s_fmax_template.c (M_DECL_FUNC (__fmax)): Add the arguments
8177         when either is a signaling NaN.
8178         * math/s_fmin_template.c (M_DECL_FUNC (__fmin)): Likewise.
8180         * bits/long-double.h: New file.
8181         * sysdeps/ieee754/ldbl-128/bits/long-double.h: Likewise.
8182         * sysdeps/ieee754/ldbl-96/bits/long-double.h: Likewise.
8183         * sysdeps/ieee754/ldbl-opt/bits/long-double.h: Likewise.
8184         * sysdeps/mips/bits/long-double.h: Likewise.
8185         * sysdeps/unix/sysv/linux/sparc/bits/long-double.h: Likewise.
8186         * math/Makefile (headers): Add bits/long-double.h.
8187         * misc/sys/cdefs.h: Include <bits/long-double.h>.
8188         * stdlib/strtold.c: Include <bits/long-double.h> instead of
8189         <bits/wordsize.h>.
8190         * bits/mathdef.h [!_COMPLEX_H]: Do not allow inclusion.
8191         [!__NO_LONG_DOUBLE_MATH]: Remove conditional code.
8192         * math/math.h: Do not include <bits/mathdef.h>.
8193         * sysdeps/aarch64/bits/mathdef.h: Remove file.
8194         * sysdeps/alpha/bits/mathdef.h [!_COMPLEX_H]: Do not allow
8195         inclusion.
8196         * sysdeps/ia64/bits/mathdef.h: Remove file.
8197         * sysdeps/m68k/m680x0/bits/mathdef.h: Likewise.
8198         * sysdeps/mips/bits/mathdef.h: Likewise.
8199         * sysdeps/powerpc/bits/mathdef.h: Likewise.
8200         * sysdeps/s390/bits/mathdef.h: Likewise.
8201         * sysdeps/sparc/bits/mathdef.h: Likewise.
8202         * sysdeps/x86/bits/mathdef.h: Likewise.
8203         * sysdeps/s390/s390-32/bits/wordsize.h
8204         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]: Remove
8205         conditional code.
8206         * sysdeps/s390/s390-64/bits/wordsize.h
8207         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
8208         Likewise.
8209         * sysdeps/unix/sysv/linux/alpha/bits/wordsize.h
8210         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
8211         Likewise.
8212         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h
8213         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
8214         Likewise.
8215         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h
8216         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
8217         Likewise.
8219         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]: Include
8220         <linux/falloc.h>.
8221         (FALLOC_FL_KEEP_SIZE): Remove.
8222         (FALLOC_FL_PUNCH_HOLE): Likewise.
8223         (FALLOC_FL_COLLAPSE_RANGE): Likewise.
8224         (FALLOC_FL_ZERO_RANGE): Likewise.
8226 2016-12-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8228         * stdlib/tst-strfrom.h (ENTRY): Replace use of CSUF with LSUF.
8230 2016-12-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8232         * sysdeps/unix/sysv/linux/renameat.c: New file.
8233         * sysdeps/unix/sysv/linux/syscalls.list: Remove renameat.
8235         * sysdeps/unix/sysv/linux/rename.c: New file.
8236         * sysdeps/unix/sysv/linux/generic/rename.c: Remove file.
8238 2015-12-14  Wilco Dijkstra  <wdijkstr@arm.com>
8240         * benchtests/bench-strtok.c (oldstrtok): Add old implementation.
8241         * string/strtok.c (strtok): Change to tailcall __strtok_r.
8242         * string/strtok_r.c (__strtok_r): Optimize for performance.
8243         * string/string-inlines.c (__old_strtok_r_1c): New function.
8244         * string/bits/string2.h (__strtok_r): Move to string-inlines.c.
8246 2016-12-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8248         * math/Makefile (gen-libm-calls): Add w_log1pF.
8249         (libm-calls): Remove w_log1pF.
8250         * math/w_log1p.c: Remove.
8251         * math/w_log1pf.c: Likewise.
8252         * math/w_log1pl.c: Likewise.
8253         * math/w_log1p_template.c: New file with type-generic
8254         implementation based on math/w_log1p.c.
8255         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Remove.
8256         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: Likewise.
8258 2015-12-14  Wilco Dijkstra  <wdijkstr@arm.com>
8260         * string/rawmemchr.c (RAWMEMCHR): Use faster memchr/strlen.
8262 2016-12-14  Joseph Myers  <joseph@codesourcery.com>
8264         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
8265         kernel version to 4.9.
8267 2016-12-12  Andrew Senkevich  <andrew.senkevich@intel.com>
8269         * math/Makefile ($(inst_libdir)/libm-$(version).a): New target.
8270         ($(inst_libdir)/libm.a): Fix rule to create the target only.
8272 2016-12-13  Andreas Schwab  <schwab@suse.de>
8274         * sysdeps/powerpc/dl-procinfo.c: Don't define
8275         _dl_powerpc_platforms.
8276         * sysdeps/powerpc/dl-procinfo.h (_dl_string_platform): Use string
8277         constants instead of referencing _dl_powerpc_platforms.
8278         (_dl_platform_string): Remove.
8280 2016-12-13  Florian Weimer  <fweimer@redhat.com>
8282         * nptl/tst-cancel7.c (cmdline_process): Add missing case label.
8284 2016-12-13  Florian Weimer  <fweimer@redhat.com>
8286         * Rules (binaries-shared-tests, binaries-pie-tests)
8287         (binaries-static-tests): Link with $(link-extra-libs-tests).
8288         * Makeconfig (+link-pie-tests, +link-static-tests, +link-tests):
8289         Remove $(link-extra-libs-tests).
8291 2016-12-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8293         * sysdeps/powerpc/powerpc64/multiarch/Makefile
8294         (sysdep_routines): Add strncmp_power9.
8295         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8296         (strncmp): Add __strncmp_power9 to list of strncmp functions.
8297         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: New file.
8298         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c
8299         (strncmp): Add __strncmp_power9 to ifunc list.
8300         * sysdeps/powerpc/powerpc64/power9/strncmp.S: New file.
8302 2016-12-12  Florian Weimer  <fweimer@redhat.com>
8304         [BZ #17252]
8305         Add getentropy, getrandom.
8306         * stdlib/sys/random.h: New file.
8307         (headers): Add it.
8308         * stdlib/Makefile (routines): Add getentropy, getrandom.
8309         (tests): Add tst-getrandom.
8310         * stdlib/Versions (GLIBC_2.25): Add getrandom, getentropy.
8311         * stdlib/getentropy.c: New file.
8312         * stdlib/getrandom.c: Likewise.
8313         * stdlib/tst-getrandom.c: Likewise.
8314         * sysdeps/unix/sysv/linux/getentropy.c: Likewise.
8315         * sysdeps/unix/sysv/linux/getrandom.c: Likewise.
8316         * manual/crypt.texi (Unpredictable Bytes): New section.
8317         * manual/math.texi (Pseudo-Random Numbers): Add cross-reference.
8318         * sysdeps/arm/nacl/libc.abilist: Add getrandom, getentropy.
8319         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
8320         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
8321         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
8322         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
8323         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
8324         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
8325         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
8326         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
8327         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
8328         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
8329         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
8330         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
8331         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
8332         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
8333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
8334         Likewise.
8335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
8336         Likewise.
8337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
8338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
8339         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
8340         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
8341         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
8342         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
8343         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
8344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
8345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
8346         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
8347         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
8348         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
8350 2016-12-10  Florian Weimer  <fweimer@redhat.com>
8352         [BZ #20956]
8353         * debug/tst-backtrace.h (NO_INLINE): Add noclone, weak attributes
8354         as additional compiler barriers.
8355         * debug/tst-backtrace2.c: Switch to <support/test-driver.c>.
8356         (fn2, do_test): Declare with external linkage.
8357         * debug/tst-backtrace3.c: Switch to <support/test-driver.c>.
8358         (do_test): Declare with external linkage.
8359         * debug/tst-backtrace4.c: Switch to <support/test-driver.c>.
8360         (do_test): Declare with external linkage.
8361         * debug/tst-backtrace5.c: Switch to <support/test-driver.c>.
8362         (do_test): Declare with external linkage.
8364 2016-12-10  Andreas Schwab  <schwab@linux-m68k.org>
8366         * support/support_test_main.c (support_test_main): Use correct
8367         timeout.
8369 2016-12-09  Carlos O'Donell  <carlos@redhat.com>
8370             Florian Weimer  <fweimer@redhat.com>
8372         [BZ #16421]
8373         * inet/netinet/in.h (struct in6_addr): Always define __u6_addr16
8374         and __u6_addr32 members.
8375         (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK)
8376         (IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL)
8377         (IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL):
8378         Use __u6_addr32.
8379         * inet/tst-checks.c: Use <support/test-driver.c>
8380         * inet/tst-checks-posix.c: New file.
8381         * inet/Makefile (tests): Add it.
8382         (CFLAGS-tst-checks-posix.c): Compile in C99 mode.
8384 2016-12-09  Florian Weimer  <fweimer@redhat.com>
8386         New subdirectory support for build and test infrastructure.
8387         * extra-libs.mk (extra-libs-noinstall): Add variable.  Use it when
8388         setting install-lib.
8389         * Makeconfig (link-extra-libs-tests): Define.
8390         (+link-pie-tests, +link-static-tests, +link-tests): Use
8391         link-extra-libs-tests.
8392         (rpath-dirs, all-subdirs): Add support.
8393         (built-modules): Add libsupport.
8394         (libsupport): Define.
8395         * support: New directory.
8396         * support/Makefile: New file.
8397         * support/check.c: Likewise.
8398         * support/check.h: Likewise.
8399         * support/delayed_exit.c: Likewise.
8400         * support/ignore_stderr.c: Likewise.
8401         * support/oom_error.c: Likewise.
8402         * support/set_fortify_handler.c: Likewise.
8403         * support/support.h: Likewise.
8404         * support/temp_file-internal.h: Likewise.
8405         * support/temp_file.c: Likewise.
8406         * support/test-driver.c: Likewise.
8407         * support/test-driver.h: Likewise.
8408         * support/test_main.c: Likewise.
8409         * support/write_message.c: Likewise.
8410         * support/xasprintf.c: Likewise.
8411         * support/xcalloc.c: Likewise.
8412         * support/xmalloc.c: Likewise.
8413         * support/xpthread_barrier_destroy.c: Likewise.
8414         * support/xpthread_barrier_init.c: Likewise.
8415         * support/xpthread_barrier_wait.c: Likewise.
8416         * support/xpthread_cancel.c: Likewise.
8417         * support/xpthread_check_return.c: Likewise.
8418         * support/xpthread_cond_wait.c: Likewise.
8419         * support/xpthread_create.c: Likewise.
8420         * support/xpthread_detach.c: Likewise.
8421         * support/xpthread_join.c: Likewise.
8422         * support/xpthread_mutex_lock.c: Likewise.
8423         * support/xpthread_mutex_unlock.c: Likewise.
8424         * support/xpthread_sigmask.c: Likewise.
8425         * support/xpthread_spin_lock.c: Likewise.
8426         * support/xpthread_spin_unlock.c: Likewise.
8427         * support/xrealloc.c: Likewise.
8428         * support/xsignal.h: Likewise.
8429         * support/xthread.h: Likewise.
8430         * support_tempfile.h: Likewise.
8431         * test-skeleton.c: Include <support/support.h>, <support/xsignal.h>.
8432         (TEST_DATA_LIMIT): Remove unused macro.
8433         (_FAIL, FAIL_RET, FAIL_EXIT, FAIL_EXIT1): Remove.  Now in
8434         <support/check.h>.
8435         (oom_error, xmalloc, xcalloc, xrealloc, xasprintf, write_message)
8436         (ignore_stderr, set_fortify_handler): Remove.  Now in
8437         <support/support.h>.
8438         (xpthread_sigmask): Remove.  Now in <support/xsignal.h>.
8439         (xpthread_mutex_lock, xpthread_spin_lock, xpthread_cond_wait)
8440         (xpthread_barrier_wait, xpthread_create, xpthread_detach)
8441         (xpthread_join): Remove.  Now in <support/xthread.h>.
8442         (TEST_FUNCTION, PREPARE, CLEANUP_HANDLER, CMDLINE_PROCESS):
8443         Introduce legacy wrappers.
8444         * dlfcn/Makefile (bug-atexit3-lib.so): Link with $(libsupport).
8445         * dlfcn/bug-atexit3-lib.cc: Include <support/support.h>.
8446         (write_message): Remove.
8447         * dirent/opendir-tst1.c: Use <support/test-driver.h> instead of
8448         test-skeleton.c.
8449         * io/test-open-tmpfile: Likewise.
8450         * io/tst-posix_fallocate-common.c: Likewise.
8451         * libio/tst-fseek.c: Likewise.
8452         * malloc/tst-malloc-backtrace.c: Likewise.
8453         * malloc/tst-malloc-fork-deadlock.c: Likewise.
8454         * malloc/tst-malloc-thread-exit.c: Likewise.
8455         * nptl/tst-cancel7.c: Likewise.
8456         * nptl/tst-cleanup0.c: Likewise.
8457         * posix/tst-posix_fadvise-common.c: Likewise.
8458         * rt/tst-shm.c: Likewise.
8459         * time/bug-getdate1.c: Likewise.
8460         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
8461         * sysdeps/unix/sysv/linux/tst-sync_file_range.c: Likewise.
8462         * elf/Makefile (tst-piemod1.so): Link against libsupport.
8464 2016-12-08  Joseph Myers  <joseph@codesourcery.com>
8466         * Rules [$(run-built-tests) != no] (tests-expected): Add
8467         $(tests-printers).
8468         (tests): Do not pass $(tests-printers) to merge-test-results.sh.
8470 2016-12-08  Andrew Senkevich  <andrew.senkevich@intel.com>
8472         [BZ #20539]
8473         * math/Makefile (install-lib-ldscripts): Add libm.a.
8474         (install_subdir): Remove.
8475         (install-others): Add.
8476         ($(inst_libdir)/libm.a): Add rule for installation as
8477         linker script.
8478         * Makerules (install-lib.a): Filter out install-lib-ldscripts.
8480 2016-12-08  Martin Galvan  <martin.galvan@tallertechnologies.com>
8482         * INSTALL: Regenerated.
8483         * Makeconfig: Add comments and whitespace to make the control flow
8484         clearer.
8485         (+link-printers-tests, +link-pie-printers-tests,
8486         CFLAGS-printers-tests, installed-rtld-LDFLAGS,
8487         built-rtld-LDFLAGS, link-libc-rpath,
8488         link-libc-tests-after-rpath-link,
8489         link-libc-printers-tests): New.
8490         (rtld-LDFLAGS, rtld-tests-LDFLAGS, link-libc-tests-rpath-link,
8491         link-libc-tests): Use the new variables as required.
8492         * Makerules ($(py-const)): New rule.
8493         generated: Add $(py-const).
8494         * README.pretty-printers: New file.
8495         * Rules (tests-printers-programs, tests-printers-out, py-env): New.
8496         (others): Depend on $(py-const).
8497         (tests): Depend on $(tests-printers-programs) or
8498         $(tests-printers-out),
8499         as required.  Pass $(tests-printers) to merge-test-results.sh.
8500         * manual/install.texi: Add requirements for testing the pretty
8501         printers.
8502         * nptl/Makefile (gen-py-const-headers, pretty-printers,
8503         tests-printers, CFLAGS-test-mutexattr-printers.c
8504         CFLAGS-test-mutex-printers.c, CFLAGS-test-condattr-printers.c,
8505         CFLAGS-test-cond-printers.c, CFLAGS-test-rwlockattr-printers.c
8506         CFLAGS-test-rwlock-printers.c, tests-printers-libs): Define.
8507         * nptl/nptl-printers.py: New file.
8508         * nptl/nptl_lock_constants.pysym: Likewise.
8509         * nptl/test-cond-printers.c: Likewise.
8510         * nptl/test-cond-printers.py: Likewise.
8511         * nptl/test-condattr-printers.c: Likewise.
8512         * nptl/test-condattr-printers.py: Likewise.
8513         * nptl/test-mutex-printers.c: Likewise.
8514         * nptl/test-mutex-printers.py: Likewise.
8515         * nptl/test-mutexattr-printers.c: Likewise.
8516         * nptl/test-mutexattr-printers.py: Likewise.
8517         * nptl/test-rwlock-printers.c: Likewise.
8518         * nptl/test-rwlock-printers.py: Likewise.
8519         * nptl/test-rwlockattr-printers.c: Likewise.
8520         * nptl/test-rwlockattr-printers.py: Likewise.
8521         * scripts/gen-py-const.awk: Likewise.
8522         * scripts/test_printers_common.py: Likewise.
8523         * scripts/test_printers_exceptions.py: Likewise.
8525 2016-12-07  Joseph Myers  <joseph@codesourcery.com>
8527         * scripts/build-many-glibcs.py (Context.__init__): Take strip
8528         argument.
8529         (Glibc.build_glibc): Strip installed shared libraries if
8530         requested.
8531         (get_parser): Add --strip option.
8532         (main): Update Context call.
8534 2016-12-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8535             Dominik Vogt  <vogt@linux.vnet.ibm.com>
8537         [BZ #20847]
8538         * posix/execvpe.c (maybe_script_execute): Remove write past allocated
8539         array bounds for else branch.
8540         (__execvpe): Style fixes.
8541         * posix/tst-vfork3.c (run_script): New function.
8542         (create_script): Likewise.
8543         (do_test): Use run_script internal function.
8544         (do_prepare): Use create_script internal function.
8546 2016-12-07  Andreas Schwab  <schwab@suse.de>
8548         * sysdeps/unix/sysv/linux/x86/elision-conf.h
8549         (__elision_available): Don't declare.
8550         * sysdeps/unix/sysv/linux/x86/elision-conf.c
8551         (__elision_available): Don't define.
8552         (elision_init): Don't set __elision_available.
8554 2016-12-07  Joseph Myers  <joseph@codesourcery.com>
8556         [BZ #20940]
8557         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Do not
8558         return Inf for arguments Inf and sNaN.
8559         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Likewise.
8560         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
8561         Likewise.
8562         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
8563         Likewise.
8564         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
8565         * sysdeps/powerpc/fpu/e_hypot.c (TEST_INF_NAN): Do not return Inf
8566         for arguments Inf and sNaN.  When returning a NaN, compute it by
8567         arithmetic on the arguments.
8568         * sysdeps/powerpc/fpu/e_hypotf.c (TEST_INF_NAN): Likewise.
8569         * math/libm-test.inc (hypot_test_data): Add tests of sNaN
8570         arguments.
8572 2016-12-06  Joseph Myers  <joseph@codesourcery.com>
8574         [BZ #20916]
8575         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Do not return 1 for
8576         arguments (sNaN, 0) or (1, sNaN).  Do arithmetic on NaN arguments
8577         to compute result.
8578         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8579         * math/libm-test.inc (pow_test_data): Add tests of sNaN arguments.
8581 2016-12-05  Torvald Riegel  <triegel@redhat.com>
8583         * include/atomic.h (__atomic_check_size_ls): New.
8584         (atomic_load_relaxed, atomic_load_acquire, atomic_store_relaxed,
8585         atomic_store_release): Use it.
8586         * sysdeps/x86/elide.h (ACCESS_ONCE): Remove.
8587         (elision_adapt, ELIDE_LOCK): Use atomics.
8588         * sysdeps/unix/sysv/linux/x86/elision-lock.c (__lll_lock_elision): Use
8589         atomics and improve code comments.
8590         * sysdeps/unix/sysv/linux/x86/elision-trylock.c
8591         (__lll_trylock_elision): Likewise.
8593 2016-12-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8595         * hurd/hurd.h: Cast errno constants to error_t to fix usage in C++
8596         programs.
8598 2016-12-02  Joseph Myers  <joseph@codesourcery.com>
8600         [BZ #20916]
8601         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Do not return 1
8602         for arguments (sNaN, 0) or (1, sNaN).  Do arithmetic on NaN
8603         arguments to compute result.
8604         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Do not return
8605         1 for arguments (sNaN, 0) or (1, sNaN).
8606         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
8607         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
8609         [BZ #20919]
8610         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Do not return
8611         NaN first argument when raised to power 0.
8612         * math/w_pow.c (__pow): Do not check for NaN or zero results from
8613         raising to power zero.
8614         * math/w_powf.c (__powf): Likewise.
8615         * math/w_powl.c (__powl): Likewise.
8616         * sysdeps/ieee754/k_standard.c (__kernel_standard): Do not handle
8617         pow (0, 0) or pow (NaN, 0).
8619 2016-12-02  Carlos O'Donell  <carlos@redhat.com>
8621         [BZ #20918]
8622         * configure.ac: Test for static NSS cryptographic libraries and set
8623         libc_cv_static_nss_crypt.
8624         * configure: Regenerate.
8625         * config.make.in (static-nss-crypt): Define.
8626         * elf/Makefile (CFLAGS-tst-linkall-static.c): Define.
8627         [ifeq (yesno,$(nss-crypt)$(static-nss-crypt))]
8628         (CFLAGS-tst-linkall-static.c): Define.
8629         ($(objpfx)tst-linkall-static): Remove libcrypt.a.
8630         [ifeq (yesyes,$(nss-crypt)$(static-nss-crypt))]
8631         ($(objpfx)tst-linkall-static): Define.
8632         [ifeq (no,$(nss-crypt))] ($(objpfx)tst-linkall-static): Define.
8633         * elf/tst-linkall-static.c [USE_CRYPT](references): Reference crypt().
8635 2016-12-02  Florian Weimer  <fweimer@redhat.com>
8637         * elf/Makefile [build-shared] (tests): Add tst-latepthread.
8638         (one-hundred, tst-tls-many-dynamic-modules): Define.
8639         (modules-names): Add $(tst-tls-many-dynamic-modules).
8640         (tst-tls-manydynamic%mod.os): Build with special preprocessor
8641         macros.
8642         (tst-tls-manydynamic): Link against libdl, libpthread.
8643         (tst-tls-manydynamic.out): The test needs the test modules at run
8644         time.
8645         * elf/tst-tls-manydynamic.c: New file.
8646         * elf/tst-tls-manydynamic.h: Likewise.
8647         * elf/tst-tls-manydynamicmod.c: Likewise.
8649 2016-12-02  Florian Weimer  <fweimer@redhat.com>
8651         * sysdeps/aarch64/tlsdesc.sym (TCBHEAD_DTV, DTV_COUNTER)
8652         (TLS_DTV_UNALLOCATED): Add.
8653         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use explicit
8654         offsets.
8656 2016-12-02  Stefan Liebler  <stli@linux.vnet.ibm.com>
8658         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
8660 2016-12-02  Stefan Liebler  <stli@linux.vnet.ibm.com>
8662         * elf/Makefile (CFLAGS-tst-latepthreadmod.c):
8663         Add -fno-optimize-sibling-calls.
8665 2016-12-02  Joseph Myers  <joseph@codesourcery.com>
8667         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb):
8668         New declaration.
8669         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): New
8670         macro.
8671         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (__FP_LONG_MAX):
8672         New macro.
8673         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_LLOGB0): Likewise.
8674         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_LLOGBNAN): Likewise.
8675         * math/Versions (llogb): New libm symbol at version GLIBC_2.25.
8676         (llogbf): Likewise.
8677         (llogbl): Likewise.
8678         * math/Makefile (gen-libm-calls): Add w_llogbF.
8679         (tests): Add test-fp-llogb-constants.
8680         * math/w_llogb_template.c: New file.  Based on
8681         math/w_ilogb_template.c.
8682         * math/libm-test.inc (llogb_test_data): New array.
8683         (llogb_test): New function.
8684         (main): Call llogb_test.
8685         * math/test-fp-llogb-constants.c: New file.  Based on
8686         math/test-fp-ilogb-constants.c.
8687         * math/test-tgmath-ret.c (llogb): New CHECK_RET_CONST call.
8688         (do_test): Call check_return_llogb.
8689         * math/test-tgmath.c (NCALLS): Increase to 126.
8690         (F(compile_test)): Call llogb.
8691         (F(llogb)): New function.
8692         * manual/math.texi (Exponents and Logarithms): Document llogb,
8693         llogbf, llogbl, FP_LLOGB0 and FP_LLOGBNAN.
8694         * manual/libm-err-tab.pl (@all_functions): Add llogb.
8695         * sysdeps/ieee754/ldbl-opt/nldbl-llogb.c: New file.
8696         * sysdeps/ieee754/ldbl-opt/w_llogbl.c: Likewise.
8697         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add llogb.
8698         (CFLAGS-nldbl-llogb.c): New variable.
8699         * sysdeps/nacl/libm.abilist: Update.
8700         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
8701         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
8702         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
8703         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
8704         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
8705         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
8706         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
8707         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
8708         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
8709         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
8710         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
8711         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
8712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
8713         Likewise.
8714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
8715         Likewise.
8716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
8717         Likewise.
8718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
8719         Likewise.
8720         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
8721         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
8722         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
8723         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
8724         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
8725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
8726         Likewise.
8727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
8728         Likewise.
8729         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
8730         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
8731         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
8733 2016-12-01  Joseph Myers  <joseph@codesourcery.com>
8735         * sysdeps/ieee754/ldbl-128/s_getpayloadl.c (getpayloadl): Use
8736         _Float128 instead of long double.
8737         * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c (FUNC): Likewise.
8739         * sysdeps/alpha/setjmp.S (__sigsetjmp): Use hidden_def.
8740         * sysdeps/hppa/setjmp.S (__sigsetjmp): Likewise.
8741         * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Likewise.
8742         * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
8743         * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Likewise.
8744         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Likewise.
8745         * sysdeps/sparc/sparc32/setjmp.S (__sigsetjmp): Likewise.
8746         * sysdeps/tile/setjmp.S (__sigsetjmp): Likewise.
8747         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S (__sigsetjmp):
8748         Likewise.
8750 2016-12-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8752         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c (weak_alias):
8753         Remove redirection to __strrchr_ppc.
8755 2016-12-01  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8757         * sysdeps/powerpc/powerpc64/multiarch/Makefile
8758         (sysdep_routines): Add strcmp_power9.
8759         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8760         (strcmp): Add __strcmp_power9 to list of strcmp functions.
8761         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: New file.
8762         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c
8763         (strcmp): Add __strcmp_power9 to ifunc list.
8764         * sysdeps/powerpc/powerpc64/power9/strcmp.S: New file.
8766 2016-12-01  Joseph Myers  <joseph@codesourcery.com>
8768         * bits/fp-logb.h: New file.
8769         * sysdeps/ia64/bits/fp-logb.h: Likewise.
8770         * sysdeps/m68k/m680x0/bits/fp-logb.h: Likewise.
8771         * sysdeps/x86/bits/fp-logb.h: Likewise.
8772         * math/Makefile (headers): Add bits/fp-logb.h.
8773         * math/math.h: Include <bits/fp-logb.h>.
8774         [__USE_ISOC99] (FP_ILOGB0): Define based on __FP_LOGB0_IS_MIN.
8775         [__USE_ISOC99] (FP_ILOGBNAN): Define based on __FP_LOGBNAN_IS_MIN.
8776         * bits/mathdef.h (FP_ILOGB0): Remove.
8777         (FP_ILOGBNAN): Likewise.
8778         * sysdeps/aarch64/bits/mathdef.h (FP_ILOGB0): Likewise.
8779         (FP_ILOGBNAN): Likewise.
8780         * sysdeps/alpha/bits/mathdef.h (FP_ILOGB0): Likewise.
8781         (FP_ILOGBNAN): Likewise.
8782         * sysdeps/ia64/bits/mathdef.h (FP_ILOGB0): Likewise.
8783         (FP_ILOGBNAN): Likewise.
8784         * sysdeps/m68k/m680x0/bits/mathdef.h (FP_ILOGB0): Likewise.
8785         (FP_ILOGBNAN): Likewise.
8786         * sysdeps/mips/bits/mathdef.h (FP_ILOGB0): Likewise.
8787         (FP_ILOGBNAN): Likewise.
8788         * sysdeps/powerpc/bits/mathdef.h (FP_ILOGB0): Likewise.
8789         (FP_ILOGBNAN): Likewise.
8790         * sysdeps/s390/bits/mathdef.h (FP_ILOGB0): Likewise.
8791         (FP_ILOGBNAN): Likewise.
8792         * sysdeps/sparc/bits/mathdef.h (FP_ILOGB0): Likewise.
8793         (FP_ILOGBNAN): Likewise.
8794         * sysdeps/x86/bits/mathdef.h (FP_ILOGB0): Likewise.
8795         (FP_ILOGBNAN): Likewise.
8797         * scripts/build-many-glibcs.py: Add bot to usage message.  Import
8798         time module.
8799         (Context.__init__): Initialize self.logsdir_old.
8800         (Context.run_builds): Handle bot action.
8801         (Context.bot_cycle): Copy logs directory before running builds.
8802         (Context.bot_run_self): Take argument for whether to check
8803         subprocess result.  Flush stdout before running subprocess.
8804         (Context.bot): New function.
8805         (get_parser): Allow bot action.
8807 2016-11-30  Joseph Myers  <joseph@codesourcery.com>
8809         * scripts/build-many-glibcs.py: Add bot-cycle to usage message.
8810         Import email.mime.text, email.utils and smtplib modules.
8811         (Context.__init__): Initialize self.bot_config_json.
8812         (Context.run_builds): Handle bot-cycle action.
8813         (Context.load_bot_config_json): New function.
8814         (Context.part_build_old): Likewise.
8815         (Context.bot_cycle): Likewise.
8816         (Context.bot_build_mail): Likewise.
8817         (Context.bot_run_self): Likewise.
8818         (get_parser): Allow bot-cycle action.
8820 2016-11-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8822         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c (weak_alias):
8823         Remove redirection to __stpcpy_ppc.
8825 2016-11-30  Florian Weimer  <fweimer@redhat.com>
8827         Remove __libc_memalign from ld.so because it is unused.
8828         * elf/dl-minimal.c: Update comment on the malloc implementation.
8829         (malloc): Renamed from __libc_memalign, replacing the original
8830         malloc implementation.  Replace the align parameter with
8831         MALLOC_ALIGNMENT.
8832         * elf/Versions (ld): Update comment and remove __libc_memalign.
8833         * sysdeps/nacl/ld.abilist: Likewise.
8834         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: Likewise.
8835         * sysdeps/unix/sysv/linux/alpha/ld.abilist: Likewise.
8836         * sysdeps/unix/sysv/linux/arm/ld.abilist: Likewise.
8837         * sysdeps/unix/sysv/linux/hppa/ld.abilist: Likewise.
8838         * sysdeps/unix/sysv/linux/i386/ld.abilist: Likewise.
8839         * sysdeps/unix/sysv/linux/ia64/ld.abilist: Likewise.
8840         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: Likewise.
8841         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: Likewise.
8842         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Likewise.
8843         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: Likewise.
8844         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: Likewise.
8845         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: Likewise.
8846         * sysdeps/unix/sysv/linux/nios2/ld.abilist: Likewise.
8847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Likewise.
8848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
8849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
8850         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: Likewise.
8851         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: Likewise.
8852         * sysdeps/unix/sysv/linux/sh/ld.abilist: Likewise.
8853         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: Likewise.
8854         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: Likewise.
8855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: Likewise.
8856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: Likewise.
8857         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: Likewise.
8858         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: Likewise.
8859         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: Likewise.
8860         * sysdeps/generic/localplt.data (ld.so): Likewise.
8861         * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
8862         * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
8863         * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
8864         * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
8865         * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
8866         * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
8867         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
8868         * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so): Likewise.
8869         * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
8870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
8871         (ld.so): Likewise.
8872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
8873         (ld.so): Likewise.
8874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
8875         Likewise.
8876         * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
8877         * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
8878         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so): Likewise.
8879         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so): Likewise.
8880         * sysdeps/x86_64/localplt.data (ld.so): Likewise.
8882 2016-11-30  Florian Weimer  <fweimer@redhat.com>
8884         [BZ #16628]
8885         Implement _dl_catch_error, _dl_signal_error in libc.so.
8886         * elf/dl-error-skeleton.c: Rename from elf/dl-error.c.
8887         (catch_hook): Define as thread-local or regular variable,
8888         depending on DL_ERROR_BOOTSTRAP.
8889         (CATCH_HOOK): Remove.
8890         (dl_signal_error, _dl_catch_error): Use
8891         catch_hook.  Add hidden definition for libc.
8892         (_dl_receive_error, _dl_signal_cerror): Use catch_hook.  Compile
8893         for DL_ERROR_BOOTSTRAP only.
8894         * elf/dl-error.c: New file.
8895         * elf/dl-error-minimal.c: Likewise.
8896         * elf/tst-latepthread.c: Likewise.
8897         * elf/tst-latepthreadmod.c: Likewise.
8898         * elf/Makefile (routines): Add dl-error.
8899         (dl-routines): Remove dl-error.
8900         (rtld-routines): Add dl-error-minimal.
8901         [build-shared] (tests): Add tst-latepthread.
8902         (module-names): Add tst-latepthreadmod.
8903         (LDFLAGS-tst-latepthreadmod.so): Enable lazy binding to undefined
8904         symbol.
8905         (tst-latepthreadmod.so): Link against libpthread.
8906         (tst-latepthread): Link against libdbl.
8907         * elf/Versions [libc] (GLIBC_PRIVATE): Add _dl_signal_error,
8908         _dl_catch_error.
8909         [ld] (GLIBC_PRIVATE): Likewise.
8910         * elf/dl-close.c (_dl_cose): Call _dl_signal_error directly.
8911         * elf/dl-libc.c (dlerror_run): Call _dl_catch_error directly.
8912         * elf/dl-sym.c (do_sym): Call _dl_signal_error, _dl_catch_error
8913         directly.
8914         * elf/dl-tsd.c: Remove file.
8915         * elf/rtld.c (_rtld_global_ro): Remove initializers for
8916         _dl_catch_error, _dl_signal_error.
8917         (_dl_initial_error_catch_tsd): Remove definition.
8918         (do_preload): Remove initialization of dl_error_catch_tsd.
8919         * dlfcn/dlerror.c (_dlerror_run): Call _dl_catch_error directly.
8920         * dlfcn/dlinfo.c (dlinfo_doit): Call _dl_signal_error directly.
8921         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
8922         * dlfcn/dlopen.c (dlopen_doit): Likewise.
8923         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Do not
8924         set dl_error_catch_tsd.
8925         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8926         _dl_error_catch_tsd member.
8927         (struct rtld_global_ro): Remove _dl_catch_error, _dl_signal_error
8928         members.
8929         (_dl_initial_error_catch_tsd): Remove declaration.
8930         (_dl_dprintf): Provide definition for use outside of ld.so.
8931         [!rtld] (_dl_signal_cerror): Redirect to _dl_signal_error.
8932         (_dl_signal_error, _dl_catch_error): Make public.  Add hidden
8933         prototype for libc.
8934         * sysdeps/generic/localplt.data (ld.so): Add _dl_signal_error,
8935         _dl_catch_error.
8936         * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
8937         * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
8938         * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
8939         * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
8940         * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
8941         * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
8942         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
8943         * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so):
8944         Likewise.
8945         * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
8946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
8947         (ld.so): Likewise.
8948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
8949         (ld.so): Likewise.
8950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
8951         Likewise.
8952         * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
8953         * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
8954         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so):
8955         Likewise.
8956         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so):
8957         Likewise.
8958         * sysdeps/x86_64/localplt.data (ld.so): Likewise.
8960 2016-11-30  Florian Weimer  <fweimer@redhat.com>
8962         [BZ #4099]
8963         * libio/filedoalloc.c (_IO_file_doallocate): Limit buffer size to
8964         _IO_BUFSIZ (8192).
8966 2016-11-30  Carlos O'Donell  <carlos@redhat.com>
8968         * PROJECTS: Remove file.
8970 2016-11-29  Florian Weimer  <fweimer@redhat.com>
8972         * iconvdata/gbk.c (BODY): Add Euro sign support (both directions).
8974 2016-11-29  Yury Norov  <ynorov@caviumnetworks.com>
8975             Steve Ellcey  <sellcey@caviumnetworks.com>
8977         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Do not define
8978         fxstat if XSTAT_IS_XSTAT64 is set to non-zero.
8979         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Ditto for
8980         fxstatat.
8981         * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Ditto for
8982         lxstat.
8983         * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Ditto for xstat.
8984         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat64.c: New file.
8985         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat64.c: New file.
8986         * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Make __lxstat
8987         an alias of __lxstat64 if XSTAT_IS_XSTAT64 is set to non-zero.
8988         * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Ditto for
8989         __xstat.
8991 2016-11-29  Florian Weimer  <fweimer@redhat.com>
8993         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI___sigsetjmp):
8994         Define.
8995         * sysdeps/powerpc/powerpc32/setjmp.S (__sigsetjmp): Add hidden
8996         definition.
8998 2016-11-29  Florian Weimer  <fweimer@redhat.com>
9000         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S (__longjmp): Remove
9001         version and turn into strong alias.  Remove compat symbol.
9003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
9004         (__longjmp): Remove.
9006 2016-11-29  Joseph Myers  <joseph@codesourcery.com>
9008         * bits/fp-fast.h: New file.
9009         * sysdeps/aarch64/bits/fp-fast.h: Likewise.
9010         * sysdeps/powerpc/bits/fp-fast.h: Likewise.
9011         * math/Makefile (headers): Add bits/fp-fast.h.
9012         * math/math.h: Include <bits/fp-fast.h>.
9013         * bits/mathdef.h (FP_FAST_FMA): Remove.
9014         (FP_FAST_FMAF): Likewise.
9015         (FP_FAST_FMAL): Likewise.
9016         * sysdeps/aarch64/bits/mathdef.h (FP_FAST_FMA): Likewise.
9017         (FP_FAST_FMAF): Likewise.
9018         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Likewise.
9019         (FP_FAST_FMAF): Likewise.
9020         * sysdeps/x86/bits/mathdef.h (FP_FAST_FMA): Likewise.
9021         (FP_FAST_FMAF): Likewise.
9022         (FP_FAST_FMAL): Likewise.
9023         * sysdeps/arm/bits/mathdef.h: Remove file.
9024         * sysdeps/hppa/fpu/bits/mathdef.h: Likewise.
9025         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
9026         * sysdeps/tile/bits/mathdef.h: Likewise.
9028 2016-11-28  Joseph Myers  <joseph@codesourcery.com>
9030         * math/w_ilogb_template.c: New file.  Based on math/w_ilogb.c.
9031         * math/w_ilogb.c: Remove.
9032         * math/w_ilogbf.c: Likewise.
9033         * math/w_ilogbl.c: Likewise.
9034         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: Likewise.
9035         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: Likewise.
9036         * math/Makefile (gen-libm-calls): Add w_ilogbF.
9037         (libm-calls): Remove w_ilogbF.
9038         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h
9039         (LDOUBLE_ilogbl_libm_version): New macro.
9041         * sysdeps/unix/sysv/linux/ia64/tst-setcontext2.c: New file.
9043         * sysdeps/ia64/fpu/libm-symbols.h: Make contents conditional on
9044         [!__STRICT_ANSI__ && !__cplusplus].
9046 2016-11-28  H.J. Lu  <hongjiu.lu@intel.com>
9048         [BZ #20750]
9049         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Check SHARED instead
9050         of PIC.
9052 2016-11-28  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
9053             Yury Norov  <ynorov@caviumnetworks.com>
9054             Steve Ellcey  <sellcey@caviumnetworks.com>
9056         * sysdeps/aarch64/crti.S: Add include of sysdep.h.
9057         (call_weak_fn): Use PTR_REG to get correct reg name in ILP32.
9058         * sysdeps/aarch64/dl-irel.h: Add include of sysdep.h.
9059         (elf_irela): Use AARCH64_R macro to get correct relocation in ILP32.
9060         * sysdeps/aarch64/dl-machine.h: Add include of sysdep.h.
9061         (elf_machine_load_address, RTLD_START, RTLD_START_1, RTLD_START,
9062         elf_machine_type_class, ELF_MACHINE_JMP_SLOT, elf_machine_rela,
9063         elf_machine_lazy_rel): Add ifdef's for ILP32 support.
9064         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return,
9065         _dl_tlsdesc_return_lazy, _dl_tlsdesc_dynamic,
9066         _dl_tlsdesc_resolve_hold): Extend pointers in ILP32, use PTR_REG
9067         to get correct reg name for ILP32.
9068         * sysdeps/aarch64/dl-trampoline.S (ip01): New Macro.
9069         (RELA_SIZE): New Macro.
9070         (_dl_runtime_resolve, _dl_runtime_profile): Use new macros and PTR_REG
9071         to support ILP32.
9072         * sysdeps/aarch64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Add
9073         cast for ILP32 mode.
9074         * sysdeps/aarch64/memcmp.S (memcmp): Extend arg pointers for ILP32 mode.
9075         * sysdeps/aarch64/memcpy.S (memmove, memcpy): Ditto.
9076         * sysdeps/aarch64/memset.S (__memset): Ditto.
9077         * sysdeps/aarch64/strchr.S (strchr): Ditto.
9078         * sysdeps/aarch64/strchrnul.S (__strchrnul): Ditto.
9079         * sysdeps/aarch64/strcmp.S (strcmp): Ditto.
9080         * sysdeps/aarch64/strcpy.S (strcpy): Ditto.
9081         * sysdeps/aarch64/strlen.S (__strlen): Ditto.
9082         * sysdeps/aarch64/strncmp.S (strncmp): Ditto.
9083         * sysdeps/aarch64/strnlen.S (strnlen): Ditto.
9084         * sysdeps/aarch64/strrchr.S (strrchr): Ditto.
9085         * sysdeps/unix/sysv/linux/aarch64/clone.S: Ditto.
9086         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Ditto.
9087         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext): Ditto.
9088         * sysdeps/aarch64/__longjmp.S (__longjmp): Extend pointers in ILP32,
9089         change PTR_MANGLE call to use register numbers instead of names.
9090         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Ditto.
9091         * sysdeps/aarch64/setjmp.S (__sigsetjmp): Extend arg pointers for
9092         ILP32 mode, change PTR_MANGLE calls to use register numbers.
9093         * sysdeps/aarch64/start.S (_start): Ditto.
9094         * sysdeps/aarch64/nptl/bits/pthreadtypes.h
9095         (__PTHREAD_RWLOCK_INT_FLAGS_SHARED): New define.
9096         (__SIZEOF_PTHREAD_ATTR_T, __SIZEOF_PTHREAD_MUTEX_T,
9097         __SIZEOF_PTHREAD_MUTEXATTR_T, __SIZEOF_PTHREAD_COND_T,
9098         __SIZEOF_PTHREAD_COND_COMPAT_T, __SIZEOF_PTHREAD_CONDATTR_T,
9099         __SIZEOF_PTHREAD_RWLOCK_T, __SIZEOF_PTHREAD_RWLOCKATTR_T,
9100         __SIZEOF_PTHREAD_BARRIER_T, __SIZEOF_PTHREAD_BARRIERATTR_T):
9101         Make defined values dependent on __ILP32__.
9102         * sysdeps/aarch64/nptl/bits/semaphore.h (__SIZEOF_SEM_T): Change define.
9103         (sem_t): Change __align type.
9104         * sysdeps/aarch64/sysdep.h (AARCH64_R, PTR_REG, PTR_LOG_SIZE, DELOUSE,
9105         PTR_SIZE): New Macros.
9106         (LDST_PCREL, LDST_GLOBAL) Update to use PTR_REG.
9107         * sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h (O_LARGEFILE):
9108         Set when in ILP32 mode.
9109         (F_GETLK64, F_SETLK64, F_SETLKW64): Only set in LP64 mode.
9110         * sysdeps/unix/sysv/linux/aarch64/dl-cache.h (DL_CACHE_DEFAULT_ID):
9111         Set elf flags for ILP32.
9112         (add_system_dir): Set ILP32 library directories.
9113         * sysdeps/unix/sysv/linux/aarch64/init-first.c
9114         (_libc_vdso_platform_setup): Set minimum kernel version for ILP32.
9115         * sysdeps/unix/sysv/linux/aarch64/ldconfig.h
9116         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add ILP32 names.
9117         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h (GET_PC, SET_PC):
9118         New Macros.
9119         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Handle ILP32 pointers.
9121 2016-11-28  Steve Ellcey  <sellcey@caviumnetworks.com>
9123         * sysdeps/unix/sysv/linux/fstatfs64.c: Reorder include files,
9124         only alias fstatfs and __fstatfs if STATFS_IS_STATFS64 is non-zero.
9125         * sysdeps/unix/sysv/linux/statfs64.c: Ditto for statfs and __statfs.
9127 2016-11-28  Joseph Myers  <joseph@codesourcery.com>
9129         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: Do not include
9130         <asm/cachectl.h>.
9132 2016-11-27  Zack Weinberg  <zackw@panix.com>
9134         * libio/libio.h: Use __USE_GNU, not _GNU_SOURCE, in a conditional.
9135         * test-skeleton.c: Include stdint.h to ensure uintptr_t is available.
9137 2016-11-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9139         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Cast expressions results to
9140         error_t to fix usage in C++ programs.
9142 2016-11-26  Joseph Myers  <joseph@codesourcery.com>
9144         * scripts/build-many-glibcs.py: Import datetime module.
9145         (Context.__init__): Load JSON build state.  Initialize list of
9146         status logs.
9147         (Context.run_builds): Update saved build state.
9148         (Context.add_makefile_cmdlist): Update list of status logs.
9149         (Context.load_build_state_json): New function.
9150         (Context.store_build_state_json): Likewise.
9151         (Context.clear_last_build_state): Likewise.
9152         (Context.update_build_state): Likewise.
9153         (CommandList.status_logs): Likewise.
9155 2016-11-25  Joseph Myers  <joseph@codesourcery.com>
9157         * scripts/build-many-glibcs.py (Context.__init__): Save text of
9158         script being executed.
9159         (Context.get_script_text): New function.
9160         (Context.exec_self): Likewise.
9161         (Context.checkout): Re-exec script if changed by checkout process.
9163 2016-11-24  Joseph Myers  <joseph@codesourcery.com>
9165         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
9166         (setpayloadsig): New declaration.
9167         * math/Versions (setpayloadsig): New libm symbol at version
9168         GLIBC_2.25.
9169         (setpayloadsigf): Likewise.
9170         (setpayloadsigl): Likewise.
9171         * math/Makefile (libm-calls): Add s_setpayloadsigF.
9172         * math/libm-test.inc (RUN_TEST_Ff_b1): Call feclearexcept
9173         (FE_ALL_EXCEPT) after initializing EXTRA_VAR.
9174         (setpayloadsig_test_data): New array.
9175         (setpayloadsig_test): New function.
9176         (main): Call setpayloadsig_test.
9177         * manual/arith.texi (FP Bit Twiddling): Document setpayloadsig,
9178         setpayloadsigf and setpayloadsigl.
9179         * manual/libm-err-tab.pl: Update comment on interfaces without
9180         ulps tabulated.
9181         * sysdeps/ieee754/dbl-64/s_setpayloadsig.c: New file.
9182         * sysdeps/ieee754/flt-32/s_setpayloadsigf.c: Likewise.
9183         * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c: Likewise.
9184         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadsigl.c: Likewise.
9185         * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c: Likewise.
9186         * sysdeps/ieee754/ldbl-opt/nldbl-setpayloadsig.c: Likewise.
9187         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
9188         setpayloadsig.
9189         (CFLAGS-nldbl-setpayloadsig.c): New variable.
9190         * sysdeps/nacl/libm.abilist: Update.
9191         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
9192         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
9193         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
9194         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
9195         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
9196         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
9197         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
9198         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
9199         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
9200         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
9201         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
9202         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
9203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
9204         Likewise.
9205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9206         Likewise.
9207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
9208         Likewise.
9209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
9210         Likewise.
9211         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
9212         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
9213         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
9214         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
9215         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
9216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
9217         Likewise.
9218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
9219         Likewise.
9220         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
9221         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
9222         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
9224         * scripts/build-many-glibcs.py: Import json module.
9225         (Context.__init__): Take replace_sources argument.  Load
9226         versions.json.
9227         (Context.load_versions_json): New function.
9228         (Context.store_json): Likewise.
9229         (Context.store_versions_json): Likewise.
9230         (Context.set_component_version): Likewise.
9231         (Context.checkout): Update versions.json.  Check for and handle
9232         changes of version.  Prefer previously explicitly specified
9233         version to default version.
9234         (Context.checkout_vcs): Return a revision identifier.
9235         (Context.git_checkout): Likewise.
9236         (Context.gcc_checkout): Likewise.
9237         (get_parser): Add --replace-sources option.
9238         (main): Pass replace_sources argument to Context call.
9240 2016-11-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9242         * sysdeps/nptl/fork.c (__libc_fork): Remove pid cache setting.
9243         * nptl/allocatestack.c (allocate_stack): Likewise.
9244         (__reclaim_stacks): Likewise.
9245         (setxid_signal_thread): Obtain pid through syscall.
9246         * nptl/nptl-init.c (sigcancel_handler): Likewise.
9247         (sighandle_setxid): Likewise.
9248         * nptl/pthread_cancel.c (pthread_cancel): Likewise.
9249         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
9250         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
9251         Likewise.
9252         * sysdeps/unix/sysv/linux/createthread.c (create_thread): Likewise.
9253         * sysdeps/unix/sysv/linux/raise.c (raise): Remove old behaviour
9254         comment.
9255         * sysdeps/unix/sysv/linux/getpid.c: Remove file.
9256         * nptl/descr.h (struct pthread): Change comment about pid value.
9257         * nptl/pthread_getattr_np.c (pthread_getattr_np): Remove thread
9258         pid assert.
9259         * sysdeps/unix/sysv/linux/pthread-pids.h (__pthread_initialize_pids):
9260         Do not set pid value.
9261         * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove thread
9262         pid cache check.
9263         * nptl_db/td_thr_validate.c (td_thr_validate): Likewise.
9264         * sysdeps/aarch64/nptl/tcb-offsets.sym: Remove pid offset.
9265         * sysdeps/alpha/nptl/tcb-offsets.sym: Likewise.
9266         * sysdeps/arm/nptl/tcb-offsets.sym: Likewise.
9267         * sysdeps/hppa/nptl/tcb-offsets.sym: Likewise.
9268         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9269         * sysdeps/ia64/nptl/tcb-offsets.sym: Likewise.
9270         * sysdeps/m68k/nptl/tcb-offsets.sym: Likewise.
9271         * sysdeps/microblaze/nptl/tcb-offsets.sym: Likewise.
9272         * sysdeps/mips/nptl/tcb-offsets.sym: Likewise.
9273         * sysdeps/nios2/nptl/tcb-offsets.sym: Likewise.
9274         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9275         * sysdeps/s390/nptl/tcb-offsets.sym: Likewise.
9276         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9277         * sysdeps/sparc/nptl/tcb-offsets.sym: Likewise.
9278         * sysdeps/tile/nptl/tcb-offsets.sym: Likewise.
9279         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9280         * sysdeps/unix/sysv/linux/aarch64/clone.S: Remove pid and tid caching.
9281         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
9282         * sysdeps/unix/sysv/linux/arm/clone.S: Likewise.
9283         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
9284         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9285         * sysdeps/unix/sysv/linux/ia64/clone2.S: Likewise.
9286         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
9287         * sysdeps/unix/sysv/linux/nios2/clone.S: Likewise.
9288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9290         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
9291         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9292         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
9293         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
9294         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
9295         * sysdeps/unix/sysv/linux/tile/clone.S: Likewise.
9296         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
9297         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Remove pid set and reset.
9298         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
9299         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
9300         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9301         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
9302         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
9303         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9304         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
9305         * sysdeps/unix/sysv/linux/nios2/vfork.S: Likewise.
9306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9308         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9309         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9310         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
9311         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
9312         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
9313         * sysdeps/unix/sysv/linux/tile/vfork.S: Likewise.
9314         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
9315         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: Likewise.
9316         * sysdeps/unix/sysv/linux/tst-clone2.c (f): Remove direct pthread
9317         struct access.
9318         (clone_test): Remove function.
9319         (do_test): Rewrite to take in consideration pid is not cached anymore.
9321 2016-11-24  Joseph Myers  <joseph@codesourcery.com>
9323         * bits/flt-eval-method.h: New file.
9324         * sysdeps/m68k/m680x0/bits/flt-eval-method.h: Likewise.
9325         * sysdeps/s390/bits/flt-eval-method.h: Likewise.
9326         * sysdeps/x86/bits/flt-eval-method.h: Likewise.
9327         * math/Makefile (headers): Add bits/flt-eval-method.h.
9328         * math/math.h: Include <bits/flt-eval-method.h>.
9329         [__USE_ISOC99] (float_t): Define based on __GLIBC_FLT_EVAL_METHOD.
9330         [__USE_ISOC99] (double_t): Likewise.
9331         * bits/mathdef.h (float_t): Remove.
9332         (double_t): Likewise.
9333         * sysdeps/aarch64/bits/mathdef.h (float_t): Likewise.
9334         (double_t): Likewise.
9335         * sysdeps/alpha/bits/mathdef.h (float_t): Likewise.
9336         (double_t): Likewise.
9337         * sysdeps/arm/bits/mathdef.h (float_t): Likewise.
9338         (double_t): Likewise.
9339         * sysdeps/hppa/fpu/bits/mathdef.h (float_t): Likewise.
9340         (double_t): Likewise.
9341         * sysdeps/ia64/bits/mathdef.h (float_t): Likewise.
9342         (double_t): Likewise.
9343         * sysdeps/m68k/m680x0/bits/mathdef.h (float_t): Likewise.
9344         (double_t): Likewise.
9345         * sysdeps/mips/bits/mathdef.h (float_t): Likewise.
9346         (double_t): Likewise.
9347         * sysdeps/powerpc/bits/mathdef.h (float_t): Likewise.
9348         (double_t): Likewise.
9349         * sysdeps/s390/bits/mathdef.h (float_t): Likewise.
9350         (double_t): Likewise.
9351         * sysdeps/sh/sh4/bits/mathdef.h (float_t): Likewise.
9352         (double_t): Likewise.
9353         * sysdeps/sparc/bits/mathdef.h (float_t): Likewise.
9354         (double_t): Likewise.
9355         * sysdeps/tile/bits/mathdef.h (float_t): Likewise.
9356         (double_t): Likewise.
9357         * sysdeps/x86/bits/mathdef.h (float_t): Likewise.
9358         (double_t): Likewise.
9360 2016-11-24  Aurelien Jarno  <aurelien@aurel32.net>
9362         * sysdeps/x86_64/memcpy_chk.S (__memcpy_chk): Check for SHARED
9363         instead of PIC.
9365 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
9367         [BZ #20859]
9368         * sysdeps/sh/sh4/bits/mathdef.h (FP_ILOGB0): Define to
9369         (-0x7fffffff) instead of 0x80000001.
9370         * math/test-fp-ilogb-constants.c: New file.
9371         * math/Makefile (tests): Add test-fp-ilogb-constants.
9373 2016-11-23  Maciej W. Rozycki  <macro@imgtec.com>
9375         * sysdeps/mips/mips32/crti.S (JALR_RELOC): New macro.
9376         (_init): Use it in place of hardcoded R_MIPS_JALR.
9377         * sysdeps/mips/mips64/n32/crti.S (JALR_RELOC): New macro.
9378         (_init): Use it in place of hardcoded R_MIPS_JALR.
9379         * sysdeps/mips/mips64/n64/crti.S (JALR_RELOC): New macro.
9380         (_init): Use it in place of hardcoded R_MIPS_JALR.
9382 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
9384         [BZ #20787]
9385         * sysdeps/x86/bits/mathdef.h (float_t): Do not define to float if
9386         [__x86_64__] when __FLT_EVAL_METHOD__ is nonzero.
9387         (double_t): Do not define to double if [__x86_64__] when
9388         __FLT_EVAL_METHOD__ is nonzero.
9389         * sysdeps/x86/fpu/test-flt-eval-method-387.c: New file.
9390         * sysdeps/x86/fpu/test-flt-eval-method-sse.c: Likewise.
9391         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
9392         test-flt-eval-method-387 and test-flt-eval-method-sse.
9393         [$(subdir) = math] (CFLAGS-test-flt-eval-method-387.c): New
9394         variable.
9395         [$(subdir) = math] (CFLAGS-test-flt-eval-method-sse.c): Likewise.
9397 2016-11-23  Chris Metcalf  <cmetcalf@mellanox.com>
9399         * scripts/build-many-glibcs.py (Context.add_all_configs): Revert
9400         use of -fno-isolate-erroneous-paths options for tilepro.
9402 2016-11-23  Florian Weimer  <fweimer@redhat.com>
9404         * elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
9405         structure initialization is no longer needed.
9407 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
9409         [BZ #20855]
9410         * bits/mathdef.h (float_t): Define to float.
9411         * math/test-flt-eval-method.c: New file.
9412         * math/Makefile (tests): Add test-flt-eval-method.
9413         (CFLAGS-test-flt-eval-method.c): New variable.
9415 2016-11-22  Steve Ellcey  <sellcey@caviumnetworks.com>
9417         * sysdeps/unix/sysv/linux/fstatfs64.c: Hide prototypes for fstatfs
9418         and __fstatfs.  Make them aliases of __fstatfs64 if
9419         STATFS_IS_STATFS64 is set to non-zero.
9420         * sysdeps/unix/sysv/linux/statfs64.c: Ditto for __statfs, statfs,
9421         and __statfs64.
9422         * sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c: Do not
9423         define __fstatfs and fstatfs if STATFS_IS_STATFS64 is non-zero.
9424         * sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c: Ditto
9425         for __statfs and statfs.
9426         * sysdeps/unix/sysv/linux/alpha/kernel_stat.h: Set STATFS_IS_STATFS64
9427         to 0.
9428         * sysdeps/unix/sysv/linux/generic/kernel_stat.h: Ditto.
9429         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Ditto.
9430         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Ditto.
9431         * sysdeps/unix/sysv/linux/kernel_stat.h: Ditto.
9432         * sysdeps/unix/sysv/linux/microblaze/kernel_stat.h: Ditto.
9433         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Ditto.
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Ditto.
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/kernel_stat.h: Ditto.
9436         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Ditto.
9437         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Ditto.
9438         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Ditto.
9439         * sysdeps/unix/sysv/linux/x86_64/kernel_stat.h: Ditto.
9441 2016-11-22  Andreas Schwab  <schwab@suse.de>
9443         * misc/mkstemp.c: Include <fcntl.h>.
9444         * misc/mkstemps.c: Likewise.
9445         * misc/mkostemp.c: Likewise.
9446         * misc/mkostemps.c: Likewise.
9448 2016-11-22  Adhemerval Zanella  <adhemerva.zanella@linaro.org>
9450         [BZ #20847]
9451         * posix/execvpe.c (maybe_script_execute): Remove write past allocated
9452         array bounds.
9453         (__execvpe): Likewise.
9455 2016-11-22  Joseph Myers  <joseph@codesourcery.com>
9457         * scripts/build-many-glibcs.py (Context.add_all_configs): Also use
9458         -fno-isolate-erroneous-paths options for tilepro.
9460 2016-11-21  Steve Ellcey  <sellcey@caviumnetworks.com>
9462         * sysdeps/unix/sysv/linux/generic/kernel_stat.h: Set XSTAT_IS_XSTAT64
9463         to 0 when in 32 bit mode.
9464         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Set XSTAT_IS_XSTAT64 to 0.
9465         * sysdeps/unix/sysv/linux/kernel_stat.h: Ditto.
9466         * sysdeps/unix/sysv/linux/microblaze/kernel_stat.h: Ditto.
9467         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Ditto.
9468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Ditto.
9469         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Ditto.
9470         * sysdeps/unix/sysv/linux/fxstat.c: Replace #ifdef with #if on
9471         XSTAT_IS_XSTAT64 test.
9472         * sysdeps/unix/sysv/linux/fxstatat.c: Ditto.
9473         * sysdeps/unix/sysv/linux/generic/lxstat.c: Ditto.
9474         * sysdeps/unix/sysv/linux/generic/xstat.c: Ditto.
9475         * sysdeps/unix/sysv/linux/i386/fxstat.c: Ditto.
9476         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Ditto.
9477         * sysdeps/unix/sysv/linux/i386/lxstat.c: Ditto.
9478         * sysdeps/unix/sysv/linux/i386/xstat.c: Ditto.
9479         * sysdeps/unix/sysv/linux/lxstat.c: Ditto.
9480         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Ditto.
9481         * sysdeps/unix/sysv/linux/xstat.c: Ditto.
9482         * sysdeps/unix/sysv/linux/xstatconv.c: Ditto.
9484 2016-11-19  Joseph Myers  <joseph@codesourcery.com>
9486         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
9487         (setpayload): New declaration.
9488         * math/Versions (setpayload): New libm symbol at version
9489         GLIBC_2.25.
9490         (setpayloadf): Likewise.
9491         (setpayloadl): Likewise.
9492         * math/Makefile (libm-calls): Add s_setpayloadF.
9493         * math/libm-test.inc (struct test_Ffp_b1_data): Rename to struct
9494         test_Ff_b1_data.
9495         (RUN_TEST_Ff_b1): New macro.
9496         (RUN_TEST_LOOP_Ff_b1): Likewise.
9497         (canonicalize_test_data): Update type.
9498         (setpayload_test_data): New array.
9499         (setpayload_test): New function.
9500         (main): Call setpayload_test.
9501         * manual/arith.texi (FP Bit Twiddling): Document setpayload,
9502         setpayloadf and setpayloadl.
9503         * manual/libm-err-tab.pl: Update comment on interfaces without
9504         ulps tabulated.
9505         * sysdeps/ieee754/dbl-64/s_setpayload.c: New file.
9506         * sysdeps/ieee754/dbl-64/s_setpayload_main.c: Likewise.
9507         * sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c:
9508         Likewise.
9509         * sysdeps/ieee754/flt-32/s_setpayloadf.c: Likewise.
9510         * sysdeps/ieee754/flt-32/s_setpayloadf_main.c: Likewise.
9511         * sysdeps/ieee754/ldbl-128/s_setpayloadl.c: Likewise.
9512         * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Likewise.
9513         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl.c: Likewise.
9514         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl_main.c: Likewise.
9515         * sysdeps/ieee754/ldbl-96/s_setpayloadl.c: Likewise.
9516         * sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c: Likewise.
9517         * sysdeps/ieee754/ldbl-opt/nldbl-setpayload.c: Likewise.
9518         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
9519         setpayload.
9520         (CFLAGS-nldbl-setpayload.c): New variable.
9521         * sysdeps/nacl/libm.abilist: Update.
9522         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
9523         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
9524         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
9525         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
9526         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
9527         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
9528         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
9529         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
9530         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
9531         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
9532         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
9533         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
9534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
9535         Likewise.
9536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9537         Likewise.
9538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
9539         Likewise.
9540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
9541         Likewise.
9542         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
9543         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
9544         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
9545         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
9546         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
9547         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
9548         Likewise.
9549         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
9550         Likewise.
9551         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
9552         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
9553         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
9555 2016-11-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9557         * hurd/hurd.h (__hurd_fail_noerrno): Remove function.
9558         * include/unistd.h: Extend comment about __access_noerrno return
9559         semantics.
9560         * sysdeps/match/hurd/access.c (__hurd_fail_noerrno): Return -1.
9561         (access_common): Correct typo for EACCES.
9563 2016-11-18  Chris Metcalf  <cmetcalf@mellanox.com>
9565         * sysdeps/tile/math-tests.h: New file.
9567         * sysdeps/unix/sysv/linux/tile/set_dataplane.c
9568         (__old_set_dataplane): Rename from set_dataplane and make a
9569         compatibility symbol.
9570         * sysdeps/unix/sysv/linux/tile/sys/dataplane.h: Remove file.
9571         * sysdeps/unix/sysv/linux/tile/Makefile (sysdep_headers): Remove
9572         sys/dataplane.h.
9574 2016-11-18  Joseph Myers  <joseph@codesourcery.com>
9576         * scripts/build-many-glibcs.py (Context.write_files): Make wrapper
9577         script quote words in command output to log suitably for input to
9578         the shell.
9580 2016-11-18  Matthew Fortune  <Matthew.Fortune@imgtec.com>
9581             Maciej W. Rozycki  <macro@imgtec.com>
9583         * sysdeps/mips/mips32/crti.S (_init): Add `.insn' pseudo-op at
9584         `.Lno_weak_fn' label.
9585         * sysdeps/mips/mips64/n32/crti.S (_init): Likewise.
9586         * sysdeps/mips/mips64/n64/crti.S (_init): Likewise.
9588 2016-11-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9589             Yury Norov  <ynorov@caviumnetworks.com>
9591         * bits/typesizes.h (__RLIM_T_MATCHES_RLIM64_T): define.
9592         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
9593         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
9594         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h
9595         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
9596         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h [__s390x__]
9597         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
9598         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
9599         [__arch64__ || __sparcv9] (__RLIM_T_MATCHES_RLIM64_T): Likewise.
9600         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h [__86_64__]
9601         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
9602         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = resource]
9603         (sysdep_routines): Remove oldgetrlimit64.
9604         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = resource]
9605         (sysdep_routines): Likewise.
9606         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir) = resource]
9607         (sysdep_routines): Likewise.
9608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
9609         [$(subdir) = resource] (sysdep_routines): Likewise.
9610         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile
9611         [$(subdir) = resource] (sysdep_routines): Likewise.
9612         * sysdeps/unix/sysv/linux/arm/getrlimit64.c: Remove file.
9613         * sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c: Likewise.
9614         * sysdeps/unix/sysv/linux/arm/oldgetrlimit.c: Likewise.
9615         * sysdeps/unix/sysv/linux/arm/oldsetrlimit.c: Likewise.
9616         * sysdeps/unix/sysv/linux/hppa/getrlimit64.c: Likewise.
9617         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
9618         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
9619         * sysdeps/unix/sysv/linux/m68k/getrlimit64.c: Likewise.
9620         * sysdeps/unix/sysv/linux/m68k/oldgetrlimit64.c: Likewise.
9621         * sysdeps/unix/sysv/linux/powerpc/getrlimit64.c: Likewise.
9622         * sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: Likewise.
9623         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit64.c: Likewise.
9624         * sysdeps/unix/sysv/linux/s390/s390-32/oldgetrlimit64.c: Likewise.
9625         * sysdeps/unix/sysv/linux/sh/getrlimit64.c: Likewise.
9626         * sysdeps/unix/sysv/linux/wordsize-64/getrlimit64.c: Likewise.
9627         * sysdeps/unix/sysv/linux/wordsize-64/setrlimit64.c: Likewise.
9628         * sysdeps/sysv/linux/generic/wordsize-32/syscalls.list: Remove
9629         setrlimit and getrlimit.
9630         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
9631         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
9632         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list: Likewise.
9633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
9634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
9635         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
9636         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
9637         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
9638         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
9639         * sysdeps/unix/sysv/linux/getrlimit.c: New file.
9640         * sysdeps/unix/sysv/linux/sparc/getrlimit64.c: Likewise.
9641         * sysdeps/unix/sysv/linux/setrlimit.c: Likewise.
9642         * sysdeps/unix/sysv/linux/getrlimit64.c (__getrlimit64): Handle
9643         __RLIM_T_MATCHES_RLIM64_T and add alias if defined.
9644         (__old_getrlimit64): Add compatibility symbol.
9645         * sysdeps/unix/sysv/linux/setrlimit64.c (__setrlimit): Likewise.
9647 2016-11-17  Joseph Myers  <joseph@codesourcery.com>
9649         * scripts/build-many-glibcs.py (Config.build_gcc): Configure with
9650         newly built gmp, mpfr and mpc.
9652         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Include <stddef.h>.
9654 2016-11-16  Joseph Myers  <joseph@codesourcery.com>
9656         * conform/Makefile (linknamespace-libs): Rename to
9657         linknamespace-libs-thr.
9658         (linknamespace-libs-posix): New variable.
9659         (linknamespace-libs-xsi): Likewise.
9660         (linknamespace-libs-XPG3): Include libcrypt.a.
9661         (linknamespace-libs-XPG4): Use $(linknamespace-libs-XPG3).
9662         (linknamespace-libs-POSIX): Use $(linknamespace-libs-thr).
9663         (linknamespace-libs-UNIX98): Use $(linknamespace-libs-xsi).
9664         (linknamespace-libs-XOPEN2K): Likewise.
9665         (linknamespace-libs-XOPEN2K8): Likewise.
9666         (linknamespace-libs-POSIX2008): Use $(linknamespace-libs-posix).
9668         [BZ #20829]
9669         * stdio-common/Versions (__snprintf): Add to version
9670         GLIBC_PRIVATE.
9671         * include/stdio.h (__snprintf): Use libc_hidden_proto.
9672         * stdio-common/snprintf.c (__snprintf): Use libc_hidden_def.
9673         * crypt/sha256-crypt.c (__sha256_crypt_r): Use __snprintf instead
9674         of snprintf.
9675         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
9677 2016-11-16  Zack Weinberg  <zackw@panix.com>
9679         * string/string.h: Remove obsolete comment stating that
9680         strcoll_l and strxfrm_l have not yet been standardized.
9682 2016-11-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9684         * hurd/hurd.h (__hurd_fail_noerrno): New function.
9685         * include/unistd.h [IS_IN (rtld) || !defined SHARED]: Declare
9686         __access_noerrno.
9687         * io/access.c (__access_noerrno): New function.
9688         * sysdeps/mach/hurd/access.c (hurd_fail_seterrno): New function.
9689         (hurd_fail_seterrno): Likewise.
9690         (access_common): Likewise.
9691         (__access_noerrno): Likewise.
9692         * sysdeps/nacl/access.c (__access_noerrno): Likewise.
9693         * sysdeps/unix/sysv/linux/access.c (__access_noerrno): Likewise.
9694         * sysdeps/nacl/nacl-interfaces.h (NACL_CALL_NOERRNO): New
9695         macro.
9697 2016-11-16  Joseph Myers  <joseph@codesourcery.com>
9699         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h (register_dump):
9700         Only declare fpregs if [__SH_FPU_ANY__].
9702 2016-11-15  Joseph Myers  <joseph@codesourcery.com>
9704         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h [__SH4__ || __SH4A__]:
9705         Make code unconditional.
9706         [!(__SH4__ || __SH4A__)]: Remove conditional code.
9708 2016-11-15  Rical Jasan  <ricaljasan@pacific.net>
9710         * manual/sysinfo.texi (S_APPEND): Delete.
9711         (S_IMMUTABLE): Likewise.
9713 2016-11-15  Denis Kaganovich  <mahatma@eu.by>
9714             Magnus Granberg  <zorry@gentoo.org>
9715             Mike Frysinger  <vapier@gentoo.org>
9717         [BZ #20662]
9718         * configure.ac (libc_cv_predef_stack_protector): Also check for
9719         __stack_chk_fail_local symbols.
9720         * configure: Regenerated.
9722 2016-11-15  Florian Weimer  <fweimer@redhat.com>
9724         * sysdeps/s390/s390-64/setjmp.S (NEED_COMPAT_SYMBOLS): New macro.
9725         (libc_hidden_def): Remove redefinition.
9726         (__sigsetjmp): Add hidden definition.
9727         * sysdeps/s390/s390-32/setjmp.S (NEED_COMPAT_SYMBOLS): New macro.
9728         (libc_hidden_def): Remove redefinition.
9729         (__sigsetjmp): Add hidden definition.
9731 2016-11-14  Joseph Myers  <joseph@codesourcery.com>
9733         * scripts/build-many-glibcs.py (os.path): Do not import.
9734         (Context): Inherit explicitly from object.  Remove blank line
9735         between class and docstring.
9736         (Config): Likewise.
9737         (Glibc): Likewise.
9738         (Command): Likewise.
9739         (CommandList): Likewise.
9740         (Context.write_files): Store chmod mode in a variable.
9742         * sysdeps/unix/sysv/linux/tile/tilegx/configure.ac: Use
9743         LIBC_SLIBDIR_RTLDDIR for tilegx32.
9744         * sysdeps/unix/sysv/linux/tile/tilegx/configure: Regenerated.
9746 2016-11-14  Zack Weinberg  <zackw@panix.com>
9748         * sunrpc/Makefile (rpcgen-tests): Delete the .out file before
9749         creating or re-creating it.
9751         * string/bits/string2.h: Fix typo in comment.
9753 2016-11-14  Zack Weinberg  <zackw@panix.com>
9755         * misc/sys/sysmacros.h (__SYSMACROS_DM, __SYSMACROS_DM1): New macros.
9756         (__SYSMACROS_DEPRECATION_MSG, __SYSMACROS_FST_DECL_TEMPL)
9757         (__SYSMACROS_FST_IMPL_TEMPL): Delete.
9758         (major, minor, makedev): Use __SYSMACROS_DM in definition, instead
9759         of redirected function names.
9761         * misc/sys/cdefs.h (__glibc_macro_warning): Activate for clang >= 3.5
9762         as well.  Document that MESSAGE must be a single string literal.
9764 2016-11-11  Joseph Myers  <joseph@codesourcery.com>
9766         * scripts/build-many-glibcs.py: New file.
9768         * stdlib/bug-getcontext.c: Include <libc-internal.h>.
9769         (do_test): Disable -Wmaybe-uninitialized around uses of
9770         except_mask.
9772         * sysdeps/unix/sysv/linux/sh/sys/user.h: Include <stddef.h>.
9774 2016-11-10  Chris Metcalf  <cmetcalf@mellanox.com>
9776         * sysdeps/tile/tilepro/atomic-machine.h (atomic_store_relaxed)
9777         (atomic_store_release): Provide tilepro-specific implementations.
9779 2016-11-10  Joseph Myers  <joseph@codesourcery.com>
9781         * math/math.h (__MATH_TG): New macro.
9782         [__USE_ISOC99] (fpclassify): Define using __MATH_TG.
9783         [__USE_ISOC99] (signbit): Likewise.
9784         [__USE_ISOC99] (isfinite): Likewise.
9785         [__USE_ISOC99] (isnan): Likewise.
9786         [__USE_ISOC99] (isinf): Likewise.
9787         [__GLIBC_USE (IEC_60559_BFP_EXT)] (issignaling): Likewise.
9788         [__GLIBC_USE (IEC_60559_BFP_EXT)] (__MATH_EVAL_FMT2): New macro.
9789         [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): Define using
9790         __MATH_TG and __MATH_EVAL_FMT2.
9791         * sysdeps/generic/math_private.h (fabs_tg): Define using
9792         __MATH_TG.
9793         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h
9794         [!__NO_LONG_DOUBLE_MATH] (__iscanonicalf): New macro.
9795         [!__NO_LONG_DOUBLE_MATH] (__iscanonical): Likewise.
9796         [!__NO_LONG_DOUBLE_MATH] (iscanonical): Define using __MATH_TG.
9797         * sysdeps/ieee754/ldbl-96/bits/iscanonical.h (__iscanonicalf): New
9798         macro.
9799         (__iscanonical): Likewise.
9800         (iscanonical): Define using __MATH_TG.
9802 2016-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9804         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Add include
9805         guards.
9807         * sysdeps/unix/sysv/linux/access.c: New file.
9808         * sysdeps/unix/sysv/linux/generic/access.c: Remove file.
9810 2016-11-10  Steve Ellcey  <sellcey@caviumnetworks.com>
9812         * sysdeps/tile/tilepro/bits/wordsize.h: Define __WORDSIZE32_SIZE_ULONG
9813         and __WORDSIZE32_PTRDIFF_LONG.
9815 2016-11-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
9817         * sysdeps/aarch64/libm-test-ulps: Regenerated.
9819 2016-11-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9821         * sysdeps/unix/sysv/linux/arm/truncate64.c: Remove file.
9822         * sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c: Likewise.
9823         * sysdeps/sysv/linux/generic/wordsize-32/truncate64.c: Likewise.
9824         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: Likewise.
9825         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: Likewise.
9826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Likewise.
9827         * sysdeps/unix/sysv/linux/wordsize-64/truncate64.c: Likewise.
9828         * sysdeps/unix/sysv/linux/truncate.c: New file.
9829         * sysdeps/unix/sysv/linux/truncate64.c (truncate64): Use
9830         INLINE_SYSCALL_CALL, __ALIGNMENT_ARG and SYSCALL_LL64 macros.
9831         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (truncate):
9832         Remove.
9833         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (truncate):
9834         Likewise.
9836         * posix/tst-truncate-common.c: New file.
9837         * posix/tst-truncate.c: Use tst-truncate-common.c.
9838         * posix/tst-truncate64.c: Likewise and add LFS tests.
9839         * sysdeps/unix/sysv/linux/arm/ftruncate64.c: Remove file.
9840         * sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c: Likewise.
9841         * sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c: Likewise.
9842         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: Likewise.
9843         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: Likewise.
9844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Likewise.
9845         * sysdeps/unix/sysv/linux/wordsize-64/ftruncate64.c: Likewise.
9846         * sysdeps/unix/sysv/linux/ftruncate.c: New file.
9847         * sysdeps/unix/sysv/linux/ftruncate64.c (__ftruncate64): Use
9848         INLINE_SYSCALL_CALL, __ALIGNMENT_ARG and SYSCALL_LL64 macros.
9849         [__OFF_T_MATCHES_OFF64_T] (ftruncate): Add alias.
9850         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
9851         Remove.
9852         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (ftruncate):
9853         Likewise.
9855 2016-11-08  Joseph Myers  <joseph@codesourcery.com>
9857         [BZ #20790]
9858         * sunrpc/rpc_parse.c (get_prog_declaration): Increase buffer size
9859         to MAXLINESIZE.
9860         * sunrpc/bug20790.x: New file.
9861         * sunrpc/Makefile [$(run-built-tests) = yes] (rpcgen-tests): New
9862         variable.
9863         [$(run-built-tests) = yes] (tests-special): Add $(rpcgen-tests).
9864         [$(run-built-tests) = yes] ($(rpcgen-tests)): New rule.
9866         * sysdeps/unix/sysv/linux/sh/localplt.data: New file.
9868         * sysdeps/unix/sysv/linux/hppa/localplt.data: New file.
9870         * sysdeps/unix/sysv/linux/alpha/localplt.data: Make __tls_get_addr
9871         optional in ld.so.  Allow R_ALPHA_GLOB_DAT relocation for malloc,
9872         calloc, realloc, free, memalign and __libc_memalign rather than
9873         making them optional.
9875         * sysdeps/unix/sysv/linux/nios2/localplt.data: Add __extendsfdf2
9876         for libc.so.
9878 2016-11-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9880         * nptl/Makefile (libpthread-routines): Remove ptw-llseek and add
9881         ptw-lseek64.
9882         * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Remove llseek.
9883         * sysdeps/unix/sysv/linux/alpha/Makefile  (sysdeps_routines):
9884         Likewise.
9885         * sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c: Remove file.
9886         * sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c: Remove file.
9887         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: Likewise.
9888         * sysdeps/unix/sysv/linux/llseek.c: Remove file.
9889         * sysdeps/unix/sysv/linux/lseek.c: New file.
9890         * sysdeps/unix/sysv/linux/lseek64.c: Add default Linux implementation.
9891         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove lseek and
9892         __libc_lseek64 from auto-generation.
9893         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
9894         * sysdeps/unix/sysv/linux/x86_64/x32/lseek64.S: New file.
9896 2016-11-07  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
9898         * nptl/tst-basic1.c (tf, do_test): Use write_message.
9899         * nptl/tst-cleanup1.c (do_test): Likewise.
9900         * nptl/tst-cleanup3.c (do_test): Likewise.
9901         * nptl/tst-key1.c (do_test): Likewise.
9902         * nptl/tst-key2.c (tf, do_test): Likewise.
9903         * nptl/tst-key3.c (tf, do_test): Likewise.
9904         * nptl/tst-stdio1.c (do_test): Likewise.
9905         * nptl/tst-stdio2.c (do_test): Likewise.
9907         * nptl/tst-kill3.c (handler): Use write_message in place of write.
9908         * nptl/tst-kill6.c (handler): Likewise.
9909         * nptl/tst-tls2.c (CB): Likewise.
9910         * nptl/tst-tls3.c (CB): Likewise.
9912 2016-11-07  Joseph Myers  <joseph@codesourcery.com>
9914         * scripts/check-installed-headers.sh: Ignore sys/sysctl.h for x32.
9916 2016-11-07  Yury Norov  <ynorov@caviumnetworks.com>
9917             Steve Ellcey  <sellcey@caviumnetworks.com>
9919         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: #define
9920           __ASSUME_ST_INO_64_BIT as 0
9921         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Likewise.
9922         * sysdeps/unix/sysv/linux/fxstat64.c: Replace #ifdef with #if
9923           over the code where __ASSUME_ST_INO_64_BIT is used.
9924         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
9925         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
9926         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9928 2016-11-07  Florian Weimer  <fweimer@redhat.com>
9930         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9931         Document ABI exposure of the __kind offset.
9932         * sysdeps/arm/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9933         Mention reason for the __kind offset exposure in the ABI.
9934         * sysdeps/hppa/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9935         Likewise.
9936         * sysdeps/ia64/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9937         Likewise.
9938         * sysdeps/m68k/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9939         Likewise.
9940         * sysdeps/microblaze/nptl/bits/pthreadtypes.h
9941         (struct __pthread_mutex_s): Likewise.
9942         * sysdeps/mips/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9943         Likewise.
9944         * sysdeps/nios2/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9945         Likewise.
9946         * sysdeps/s390/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9947         Likewise.
9948         * sysdeps/sh/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9949         Likewise.
9950         * sysdeps/sparc/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9951         Likewise.
9952         * sysdeps/tile/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
9953         Likewise.
9954         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
9955         (struct __pthread_mutex_s): Likewise.
9956         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
9957         (struct __pthread_mutex_s): Likewise.
9958         * sysdeps/x86/bits/pthreadtypes.h (struct __pthread_mutex_s):
9959         Likewise.
9961 2016-11-07  Steve Ellcey  <sellcey@caviumnetworks.com>
9963         * test-skeleton.c: Document do_test usage.
9965 2016-11-06  Aurelien Jarno  <aurelien@aurel32.net>
9967         * iconv/gconv.h (__gconv_info): Define __data element using a
9968         zero-length array.
9970 2016-11-04  Steve Ellcey  <sellcey@caviumnetworks.com>
9972         * math/test-tgmath2.c: Split up test function.
9974 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
9976         * Rules (tests-expected): New variable, depending on
9977         $(run-built-tests).
9978         (tests): Pass $(tests-expected) to merge-test-results.sh, not
9979         $(tests).
9981         * Rules [$(run-built-tests) = no] (tests): Do not depend on
9982         $(tests-unsupported).
9984 2016-11-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9986         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h
9987         (__WORDSIZE_TIME64_COMPAT32): Define for both 32 and  64 bits.
9989 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
9991         [BZ #20768]
9992         * sysdeps/alpha/fpu/feholdexcpt.c (__feholdexcept): Call
9993         __fegetenv instead of fegetenv.
9995         [BZ #14139]
9996         * manual/libm-err-tab.pl (%pplatforms): Initialize to empty.
9997         (find_files): Obtain platform name from libm-test-ulps-name and
9998         store in %pplatforms.
9999         (canonicalize_platform): Remove.
10000         (print_platforms): Use $pplatforms directly.
10001         (by_platforms): Do not allow for platforms missing from
10002         %pplatforms.
10003         * sysdeps/aarch64/libm-test-ulps-name: New file.
10004         * sysdeps/alpha/fpu/libm-test-ulps-name: Likewise.
10005         * sysdeps/arm/libm-test-ulps-name: Likewise.
10006         * sysdeps/generic/libm-test-ulps-name: Likewise.
10007         * sysdeps/hppa/fpu/libm-test-ulps-name: Likewise.
10008         * sysdeps/i386/fpu/libm-test-ulps-name: Likewise.
10009         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps-name: Likewise.
10010         * sysdeps/ia64/fpu/libm-test-ulps-name: Likewise.
10011         * sysdeps/m68k/coldfire/fpu/libm-test-ulps-name: Likewise.
10012         * sysdeps/m68k/m680x0/fpu/libm-test-ulps-name: Likewise.
10013         * sysdeps/microblaze/libm-test-ulps-name: Likewise.
10014         * sysdeps/mips/mips32/libm-test-ulps-name: Likewise.
10015         * sysdeps/mips/mips64/libm-test-ulps-name: Likewise.
10016         * sysdeps/nios2/libm-test-ulps-name: Likewise.
10017         * sysdeps/powerpc/fpu/libm-test-ulps-name: Likewise.
10018         * sysdeps/powerpc/nofpu/libm-test-ulps-name: Likewise.
10019         * sysdeps/s390/fpu/libm-test-ulps-name: Likewise.
10020         * sysdeps/sh/libm-test-ulps-name: Likewise.
10021         * sysdeps/sparc/fpu/libm-test-ulps-name: Likewise.
10022         * sysdeps/tile/libm-test-ulps-name: Likewise.
10023         * sysdeps/x86_64/fpu/libm-test-ulps-name: Likewise.
10025         * sysdeps/unix/sysv/linux/mips/sys/user.h: Include <stddef.h>.
10027         * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = elf]
10028         (test-xfail-check-execstack): New variable.
10030         * sysdeps/mips/localplt.data: New file.
10032 2016-11-04  Yury Norov  <ynorov@caviumnetworks.com>
10033             Steve Ellcey  <sellcey@caviumnetworks.com>
10035         * bits/wordsize.h: Add documentation.
10036         * sysdeps/aarch64/bits/wordsize.h : New file
10037         * sysdeps/generic/stdint.h (PTRDIFF_MIN, PTRDIFF_MAX): Update
10038         definitions.
10039         (SIZE_MAX): Change ifdef to if in __WORDSIZE32_SIZE_ULONG check.
10040         * sysdeps/gnu/bits/utmp.h (__WORDSIZE_TIME64_COMPAT32): Check
10041         with #if instead of #ifdef.
10042         * sysdeps/gnu/bits/utmpx.h (__WORDSIZE_TIME64_COMPAT32): Ditto.
10043         * sysdeps/mips/bits/wordsize.h (__WORDSIZE32_SIZE_ULONG,
10044         __WORDSIZE32_PTRDIFF_LONG, __WORDSIZE_TIME64_COMPAT32):
10045         Add or change defines.
10046         * sysdeps/powerpc/powerpc32/bits/wordsize.h: Likewise.
10047         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
10048         * sysdeps/s390/s390-32/bits/wordsize.h: Likewise.
10049         * sysdeps/s390/s390-64/bits/wordsize.h: Likewise.
10050         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
10051         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
10052         * sysdeps/tile/tilegx/bits/wordsize.h: Likewise.
10053         * sysdeps/tile/tilepro/bits/wordsize.h: Likewise.
10054         * sysdeps/unix/sysv/linux/alpha/bits/wordsize.h: Likewise.
10055         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
10056         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h: Likewise.
10057         * sysdeps/wordsize-32/bits/wordsize.h: Likewise.
10058         * sysdeps/wordsize-64/bits/wordsize.h: Likewise.
10059         * sysdeps/x86/bits/wordsize.h: Likewise.
10061 2016-11-04  Wilco Dijkstra  <wdijkstr@arm.com>
10062             Kevin Petit  <kevin.petit@arm.com>
10064         * sysdeps/aarch64/memchr.S (__memchr): New file.
10066 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
10068         * sysdeps/tile/preconfigure: Accept tilegx* instead of tilegx.
10070 2016-11-03  Joseph Myers  <joseph@codesourcery.com>
10072         [BZ #19398]
10073         * conform/Makefile ($(linknamespace-header-tests)): Also depend on
10074         $(linknamespace-symlists-tests).
10076 2016-11-02  Steve Ellcey  <sellcey@caviumnetworks.com>
10078         * time/tst-strptime2.c: Ignore -Wformat-length warning.
10080 2016-11-02  Florian Weimer  <fweimer@redhat.com>
10081             Carlos O'Donell  <carlos@redhat.com>
10083         [Bug #20729]
10084         * resolv/res_send.c (send_vc): Revert DIAG_IGNORE_Os_NEEDS_COMMENT
10085         change to non -Os related diagnostic.  Use DIAG_IGNORE_Os_NEEDS_COMMENT
10086         for -Os related change.
10088 2016-11-01  Steve Ellcey  <sellcey@caviumnetworks.com>
10090         * stdio-common/tst-printf.c: Ignore -Wformat-length warning.
10092 2016-11-01  Joseph Myers  <joseph@codesourcery.com>
10094         [BZ #19673]
10095         * manual/math.texi (Exponents and Logarithms): Correct description
10096         of clog10.
10098 2016-10-31  Carlos O'Donell  <carlos@redhat.com>
10100         [Bz #20729]
10101         * locale/weight.h: Include libc-internal.h.
10102         * locale/weightwc.h: Likewise.
10103         * nptl/nptl_dbP.h: Likewise.
10105 2016-10-31  Brent W. Baccala  <cosine@freesoft.org>
10107         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Do not deallocate memobj_wr
10108         when it is MACH_PORT_NULL.
10110 2016-10-31  Andreas Schwab  <schwab@suse.de>
10112         [BZ #20707]
10113         * posix/glob.c (glob): Initialize pglob before checking for
10114         GLOB_BRACE.  Don't call glob recursively if pattern contains no
10115         valid brace expression despite GLOB_BRACE.
10116         * posix/globtest.sh: Test it.
10118 2016-10-28  Carlos O'Donell  <carlos@redhat.com>
10120         [BZ #20729]
10121         * include/libc-internal.h (DIAG_IGNORE_Os_NEEDS_COMMENT):
10122         Define.
10123         * iconvdata/iso-2022-cn-ext.c: Include libc-internal.h and ignore
10124         -Wmaybe-uninitialized for BODY macro only for -Os compiles.
10125         * locale/weight.h (findix): Ignore -Wmaybe-uninitialized error
10126         for seq2.back_us and seq1.back_us only for -Os compiles.
10127         * locale/weightwc.h (findix): Likewise.
10128         * nptl_db/thread_dbP.h: Ignore -Wmaybe-uninitialized error for
10129         DB_GET_FIELD_ADDRESS only for -Os compiles.
10130         * resolv/res_send (reopen): Ignore -Wmaybe-uninitialized error
10131         for slen only for -Os compiles.
10132         * string/strcoll_l.c (get_next_seq): Ignore
10133         -Wmaybe-uninitialized for seq2.save_idx and seq1.save_idx only
10134         for -Os compiles.
10136         * elf/Makefile (CFALGS-tst-linkall-static): Remove.
10137         * include/crypt.h: New file.
10139 2016-10-28  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
10141         * dlfcn/bug-atexit3-lib.cc (write_message): New function, copied
10142         from test-skeleton.c.
10143         (statclass): Replace calls to write with calls to write_message.
10145 2016-10-28  Joseph Myers  <joseph@codesourcery.com>
10147         * math/math.h
10148         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNANF):
10149         New macro.
10150         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNAN):
10151         Likewise.
10152         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNANL):
10153         Likewise.
10154         * manual/arith.texi (Infinity and NaN): Document SNANF, SNAN and
10155         SNANL.
10156         * math/test-double.h (snan_value_MACRO): New macro.
10157         * math/test-float.h (snan_value_MACRO): Likewise.
10158         * math/test-ldouble.h (snan_value_MACRO): Likewise.
10159         * math/libm-test.inc (issignaling_test_data): Add tests of
10160         snan_value_MACRO.
10162 2016-10-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
10164         * nptl/pthread_rwlock_unlock.c: Add a comment explaining its
10165         behavior when eliding a lock not held by the current thread.
10166         * sysdeps/powerpc/nptl/elide.h: Likewise.
10168 2016-10-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
10170         [BZ #20728]
10171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Replace a
10172         branch to _exit() by a function call.
10174 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10176         * malloc/malloc.c: Update chunk layout comments.
10177         (chunk_main_arena): Update comment.
10179 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10181         * crypt/sha256.c, crypt/sha256-block.c,
10182         sysdeps/sparc/sparc64/multiarch/sha256-block.c: Rename
10183         sha256_process_block to __sha256_process_block.
10184         * crypt/sha512.c, crypt/sha512-block.c,
10185         sysdeps/sparc/sparc64/multiarch/sha512-block.c: Rename
10186         sha512_process_block to __sha512_process_block.
10188 2016-10-28  Carlos O'Donell  <carlos@redhat.com>
10190         * elf/Makefile (CFLAGS-tst-linkall-static): Define.
10192         * math/test-nan-overflow.c: Include stdlib.h for malloc.
10194 2016-10-28  H.J. Lu  <hongjiu.lu@intel.com>
10196         [BZ #20019]
10197         * sysdeps/i386/dl-machine.h (elf_machine_rel): Check IFUNC
10198         definition in unrelocated shared library.
10199         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
10201 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10203         [BZ #20729]
10204         Support i386 builds with CFLAGS which imply -fno-omit-frame-pointer.
10205         * sysdeps/unix/sysv/linux/i386/Makefile
10206         (uses-6-syscall-arguments): Define.
10207         [subdir == misc] (CFLAGS-epoll_pwait.o, CFLAGS-epoll_pwait.os)
10208         (CFLAGS-mmap.o, CFLAGS-mmap.os, CFLAGS-mmap64.o, CFLAGS-mmap64.os)
10209         (CFLAGS-pselect.o, CFLAGS-pselect.os, CFLAGS-rtld-mmap.os): Use it.
10210         [subdir = sysvipc] (CFLAGS-semtimedop.o, CFLAGS-semtimedop.os):
10211         Likewise.
10212         [subdir = io] (CFLAGS-posix_fadvise64.o, CFLAGS-posix_fadvise64.os)
10213         (CFLAGS-posix_fallocate.o, CFLAGS-posix_fallocate.os)
10214         (CFLAGS-posix_fallocate64.o, CFLAGS-posix_fallocate64.os)
10215         (CFLAGS-sync_file_range.o, CFLAGS-sync_file_range.os)
10216         (CFLAGS-fallocate.o, CFLAGS-fallocate.os, CFLAGS-fallocate64.o)
10217         (CFLAGS-fallocate64.os): Likewise.
10218         [subdir = nptl] (CFLAGS-pthread_rwlock_timedrdlock.o)
10219         (CFLAGS-pthread_rwlock_timedrdlock.os)
10220         (CFLAGS-pthread_rwlock_timedwrlock.o)
10221         (CFLAGS-pthread_rwlock_timedwrlock.os, CFLAGS-sem_wait.o)
10222         (CFLAGS-sem_wait.os, CFLAGS-sem_timedwait.o)
10223         (CFLAGS-sem_timedwait.os): Likewise.
10225 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10227         * elf/tst-linkall-static.c: New file.
10228         * elf/Makefile (tests-static): Add tst-linkall-static.
10229         (tst-linkall-static): Link against static libraries.
10231 2016-10-27  Florian Weimer  <fweimer@redhat.com>
10233         * malloc/malloc.c (sysmalloc): Initialize previous size field of
10234         mmaped chunks.
10236 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10238         * malloc/malloc.c (struct malloc_chunk): Rename prev_size, size
10239         members to mchunk_prev_size, mchunk_size.
10240         (chunk_main_arena): Reverse sense and rename from
10241         chunk_non_main_arena.
10242         (prev_inuse, chunk_is_mmapped, chunk_main_arena): Use
10243         mchunk_size instead of size.
10244         (set_non_main_arena): Define.
10245         (chunksize): Use chunksize_nomask instead of direct member access.
10246         (chunksize_nomask): Define.
10247         (next_chunk): Use chunksize instead of direct member access.
10248         (prev_size, set_prev_size): Define.
10249         (prev_chunk): Use prev_size instead of direct member access.
10250         (inuse, set_inuse, clear_inuse): Use chunksize and mchunk_size member.
10251         (inuse_bit_at_offset, set_inuse_bit_at_offset)
10252         (clear_inuse_bit_at_offset): Use mchunk_size member instead of size.
10253         (mchunk_prev_size, mchunk_size): Poison tokens.
10254         (unlink): Use chunksize_nomask, prev_size accessors.
10255         (do_check_remalloced_chunk): Use chunk_main_arena accessor.
10256         (do_check_free_chunk): Use prev_size accessor.
10257         (sysmalloc): Use set_prev_size, set_head accessors.
10258         (munmap_chunk, mremap_chunk): Use prev_size accessor.
10259         (__libc_free): Use chunksize_nomask accessor.
10260         (_int_malloc): Use set_non_main_arena, chunksize_nomask,
10261         chunk_main_arena accessors.
10262         (_int_free): Use chunksize_nomask, prev_size accessors.
10263         (malloc_consolidate): Use chunksize, prev_size accessors.
10264         (_int_realloc): Use chunksize_nomask accessor.
10265         (_int_memalign): Use set_prev_size accessor.
10266         (__malloc_info): Use chunksize_nomask accessor.
10267         * malloc/hooks.c (mem2chunk_check): Use prev_size, prev_inuse
10268         accessors.
10269         * malloc/arena.c (arena_for_chunk): Use chunk_main_arena accessor.
10270         (heap_trim): Use chunksize_nomask, prev_size accessors.
10272 2016-10-28  Joseph Myers  <joseph@codesourcery.com>
10274         [BZ #19380]
10275         * stdlib/strtod_l.c (round_and_return): Force "inexact" exception
10276         for inexact results.
10277         * stdlib/gen-tst-strtod-round.c (string_to_fp): Return indication
10278         of inexact result where mpfr_subnormalize is the only inexact
10279         step.
10280         * stdlib/tst-strtod-round-data.h: Regenerated.
10281         * stdlib/tst-strtod-round-skeleton.c [!FE_INEXACT] (FE_INEXACT):
10282         Define to 0.
10283         (GEN_ONE_TEST): Test inexact exceptions raised are as expected.
10285 2016-10-27  David S. Miller  <davem@davemloft.net>
10287         * sysdeps/unix/sysv/linux/sparc/sys/user.h: Include stddef.h
10289 2016-10-27  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10291         * malloc/malloc.c (do_set_mallopt_check): New function.
10292         (do_set_mmap_threshold): Likewise.
10293         (do_set_mmaps_max): Likewise.
10294         (do_set_top_pad): Likewise.
10295         (do_set_perturb_byte): Likewise.
10296         (do_set_trim_threshold): Likewise.
10297         (do_set_arena_max): Likewise.
10298         (do_set_arena_test): Likewise.
10299         (__libc_mallopt): Use them.
10301 2016-10-26  Joseph Myers  <joseph@codesourcery.com>
10303         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
10304         (canonicalize): New declaration.
10305         * math/Versions (canonicalize): New libm symbol at version
10306         GLIBC_2.25.
10307         (canonicalizef): Likewise.
10308         (canonicalizel): Likewise.
10309         * math/Makefile (gen-libm-calls): Add s_canonicalizeF.
10310         * math/s_canonicalize_template.c: New file.
10311         * math/libm-test.inc: Update comment on functions tested and
10312         testing of NaN payloads.
10313         (TEST_NAN_PAYLOAD): New macro.
10314         (NO_TEST_INLINE): Update value.
10315         (XFAIL_TEST): Likewise.
10316         (ERRNO_UNCHANGED): Likewise.
10317         (ERRNO_EDOM): Likewise.
10318         (ERRNO_ERANGE): Likewise.
10319         (IGNORE_RESULT): Likewise.
10320         (NON_FINITE): Likewise.
10321         (TEST_SNAN): Likewise.
10322         (NO_TEST_MATHVEC): Likewise.
10323         (TEST_NAN_PAYLOAD_CANONICALIZE): New macro.
10324         (check_float_internal): Check NaN payloads if TEST_NAN_PAYLOAD.
10325         (struct test_Ffp_b1_data): New type.
10326         (RUN_TEST_Ffp_b1): New macro.
10327         (RUN_TEST_LOOP_Ffp_b1): Likewise.
10328         (canonicalize_test_data): New array.
10329         (canonicalize_test): New function.
10330         (main): Call canonicalize_test.
10331         * manual/arith.texi (FP Bit Twiddling): Document canonicalize,
10332         canonicalizef and canonicalizel.
10333         * manual/libm-err-tab.pl: Update comment on interfaces without
10334         ulps tabulated.
10335         * sysdeps/ieee754/ldbl-opt/nldbl-canonicalize.c: New file.
10336         * sysdeps/ieee754/ldbl-opt/s_canonicalizel.c: Likewise.
10337         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
10338         canonicalize.
10339         (CFLAGS-nldbl-canonicalize.c): New variable.
10340         * sysdeps/ieee754/ldbl-128ibm/test-iscanonical-ldbl-128ibm.c: Move
10341         to ...
10342         * sysdeps/ieee754/ldbl-128ibm/test-canonical-ldbl-128ibm.c:
10343         ... here.
10344         (do_test): Also test canonicalizel.
10345         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Change
10346         test-iscanonical-ldbl-128ibm to test-canonical-ldbl-128ibm.
10347         * sysdeps/ieee754/ldbl-128ibm/include/bits/iscanonical.h: New
10348         file.
10349         * sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c (__iscanonicall):
10350         Use libm_hidden_def.
10351         * sysdeps/ieee754/ldbl-96/test-iscanonical-ldbl-96.c: Move to ...
10352         * sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c: ... here.
10353         (do_test): Also test canonicalizel.
10354         * sysdeps/ieee754/ldbl-96/Makefile (tests): Change
10355         test-iscanonical-ldbl-96 to test-canonical-ldbl-96.
10356         * sysdeps/ieee754/ldbl-96/include/bits/iscanonical.h: New file.
10357         * sysdeps/ieee754/ldbl-96/s_iscanonicall.c (__iscanonicall): Use
10358         libm_hidden_def.
10359         * sysdeps/generic/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD): New
10360         macro.
10361         * sysdeps/mips/math-tests.h [__mips_hard_float && !__mips_nan2008]
10362         (SNAN_TESTS_PRESERVE_PAYLOAD): Likewise.
10363         * sysdeps/nacl/libm.abilist: Update.
10364         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
10365         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
10366         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
10367         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
10368         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
10369         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
10370         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
10371         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
10372         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
10373         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
10374         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
10375         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
10376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
10377         Likewise.
10378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10379         Likewise.
10380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
10381         Likewise.
10382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
10383         Likewise.
10384         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
10385         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
10386         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
10387         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
10388         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
10389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
10390         Likewise.
10391         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
10392         Likewise.
10393         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
10394         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
10395         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
10397         * sysdeps/ieee754/ldbl-opt/nldbl-getpayload.c: New file.
10398         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
10399         getpayload.
10400         (CFLAGS-nldbl-getpayload.c): New variable.
10402 2016-10-26  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
10404         * stdio-common/vfscanf.c (_IO_vfwscanf): Use read_int to parse
10405         integer from the format string.
10407 2016-10-26  Florian Weimer  <fweimer@redhat.com>
10409         [BZ #19473]
10410         * malloc/malloc.h (malloc_get_state, malloc_set_state): Remove
10411         declarations.
10412         * malloc/malloc.c (malloc_get_state, malloc_set_state): Remove
10413         weak aliases.
10414         * malloc/hooks.c (__malloc_get_state): Remove definition.
10415         (malloc_get_state): New stub implementation as
10416         compatibility symbol.
10417         (malloc_set_state): Rename from __malloc_set_state.  Turn into
10418         compat symbol.
10419         * malloc/tst-mallocstate.c: Rewrite to approximate how Emacs uses
10420         malloc_set_state.
10421         * malloc/Makefile (LDFLAGS-tst-mallocstate): Link with -rdynamic.
10423 2016-10-26  Florian Weimer  <fweimer@redhat.com>
10425         * iconvdata/iso646.c (enum variant): Drop illegal_var.
10426         (names): Turn into concatenation of strings.
10427         (gconv_init): Adapt iteration over names.
10429 2016-10-26  Florian Weimer  <fweimer@redhat.com>
10431         * iconvdata/ibm930.h (__ucs4_to_ibm930sb): Remove indirection and
10432         make const.
10433         * iconvdata/ibm933.h (__ucs4_to_ibm933sb): Likewise.
10434         * iconvdata/ibm935.h (__ucs4_to_ibm935sb): Likewise.
10435         * iconvdata/ibm939.h (__ucs4_to_ibm939sb): Likewise.
10436         * iconvdata/ibm930.c [TO_LOOP] (BODY): Store converted single-byte
10437         character in sbconv.
10438         * iconvdata/ibm933.c [TO_LOOP] (BODY): Likewise.
10439         * iconvdata/ibm935.c [TO_LOOP] (BODY): Likewise.
10440         * iconvdata/ibm939.c [TO_LOOP] (BODY): Likewise.
10442 2016-10-26  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10444         * malloc/malloc.c (M_ARENA_TEST, M_ARENA_MAX): Remove.
10446         * manual/memory.texi (M_TOP_PAD): Remove reference to sbrk.
10447         (M_TRIM_THRESHOLD): Likewise.
10449         * manual/memory.texi (M_ARENA_TEST): Add documentation.
10450         (M_ARENA_MAX): Likewise.
10451         * malloc/malloc.c: Remove obsolete comment.
10453         * manual/memory.texi: Add environment variable alternatives to
10454         setting mallopt parameters.
10456 2016-10-26  Carlos O'Donell  <carlos@redhat.com>
10458         * include/atomic.h
10459         [USE_COMPILER_ATOMIC_BUILTINS && !atomic_fetch_xor_release]
10460         (atomic_fetch_xor_release): Use atomic_compare_exchange_weak_release.
10462 2016-10-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10464         * stdlib/Makefile (tests): Add tst-strfrom and tst-strfrom-locale.
10465         * stdlib/tst-strfrom.h: New file.
10466         * stdlib/tst-strfrom.c: New file.
10467         * stdlib/tst-strfrom-locale.c: New file.
10469         * stdlib/bug-strtod.c: Refactor based on GEN_TEST_STRTOD_FOREACH.
10470         * stdlib/bug-strtod2.c: Likewise.
10471         * stdlib/tst-strtod-round-skeleton.c: Likewise.
10472         * stdlib/tst-strtod6.c: Likewise.
10473         * stdlib/tst-strtod.h (GEN_TEST_STRTOD_FOREACH): Use strfrom.
10475 2016-10-25  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
10477         * NEWS: Mention the addition of strfromd, strfromf, and strfroml.
10478         * manual/arith.texi: Document strfromd, strfromf, strfroml.
10479         * stdlib/Makefile: Add strfromd, strfromf, and strfroml.
10480         * stdlib/Versions (GLIBC_2.25): Add strfromd, strfromf, and strfroml.
10481         * stdlib/stdlib.h (strfromd): New declaration.
10482         (strfromf): Likewise.
10483         (strfroml): Likewise.
10484         * stdlib/strfrom-skeleton.c: New file.  Generic implementation for
10485         strfrom.
10486         * stdlib/strfromd.c: New file.
10487         * stdlib/strfromf.c: Likewise.
10488         * stdlib/strfroml.c: Likewise.
10489         * stdlib/bits/stdlib-ldbl.h: Add redirection from strfroml to strfromd.
10490         * sysdeps/ieee754/ldbl-opt/Makefile: Add rule for nldbl-strfroml.c.
10491         * sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c: New file;
10492         * sysdeps/arm/nacl/libc.abilist: Update.
10493         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
10494         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
10495         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
10496         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
10497         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
10498         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
10499         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
10500         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
10501         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
10502         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
10503         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
10504         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
10505         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
10506         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
10507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise.
10508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
10509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
10510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
10511         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
10512         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
10513         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
10514         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
10515         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
10516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
10517         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
10518         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
10519         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
10520         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
10522 2016-10-25  Joseph Myers  <joseph@codesourcery.com>
10524         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Use cmplwi
10525         instead of cmpli.
10526         * sysdeps/powerpc/powerpc64/power6/memset.S (memset): Use cmpldi
10527         instead of cmpli.
10529 2016-10-24  Yury Norov  <ynorov@caviumnetworks.com>
10531         * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast.
10532         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
10533         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
10534         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10535         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10536         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10538 2016-10-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10540         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Use SYSCALL_LL_PRW.
10541         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
10542         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Use
10543         SYSCALL_LL64_PRW.
10544         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
10545         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Define
10546         __ASSUME_PRW_DUMMY_ARG.
10547         * sysdeps/unix/sysv/linux/sh/pread.c: Remove file.
10548         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10549         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10550         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10551         * sysdeps/unix/sysv/linux/sysdep.h: Define SYSCALL_LL_PRW and
10552         SYSCALL_LL_PRW64 based on __ASSUME_PRW_DUMMY_ARG.
10554 2016-10-24  Steve Ellcey  <sellcey@caviumnetworks.com>
10556         * sysdeps/unix/sysv/linux/tst-setgetname.c: Increase buffer size.
10558 2016-10-22  Florian Weimer  <fweimer@redhat.com>
10560         * math/math.h [__cplusplus] (iszero): Wrap C++ bits in extern
10561         "C++", to override a potential extern "C" directive around the
10562         header file inclusion.
10564 2016-10-21  Joseph Myers  <joseph@codesourcery.com>
10566         * benchtests/Makefile (CFLAGS-bench-sqrt.c): New variable.
10568 2016-10-21  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
10570         * sysdeps/powerpc/fpu/fenv_private.h:
10571         (_FPU_MASK_ALL): Rename to...
10572         (_FPU_ALL_TRAPS): New macro representing ISA VE OE UE ZE and
10573         XE FPSCR bits.
10575         (_FPU_MASK_RN): New macro to mask out ISA RN bits in FPSCR.
10577         (_FPU_MASK_ROUNDING): Rename to...
10578         (_FPU_MASK_NOT_RN_NI): New macro to mask out all but ISA RN and
10579         NI bits.
10581         (_FPU_MASK_EXCEPT_ROUND): Rename to...
10582         (_FPU_MASK_TRAPS_RN): New macro to mask out exception enable
10583         bits and rounding bits.
10585         (__libc_feholdbits_ppc): New inline function to mask, set,
10586         and pontentially clear FSPCR bits, and change MSR[FE] bits.
10587         (libc_feholdexcept_ppc): Redefine using __libc_feholdbits_ppc.
10588         (libc_feholdexcept_setround_ppc): Likewise.
10590         (__libc_femergeenv_ppc): New function to dynamically mask both
10591         old and new FP environments and merge.
10592         (libc_fesetenv_ppc): Redefine in terms of __libc_femergeenv_ppc.
10593         (libc_feresetround_ppc): Likewise.
10594         (libc_feupdateenv_test_ppc): Likewise.
10595         (libc_feupdateenv_ppc): Likewise.
10597         (libc_feholdsetround_ppc_ctx): Fix usage to include masking
10598         of ISA RN bits, and update macro names.
10599         (libc_feholdexcept_setround_ppc_ctx): Remove as it is
10600         effectively the same as the previously mentioned function.
10602         (libc_feupdateenv_ppc_ctx): Replace libc_feupdatedenv_test_ppc
10603         usage with fe_resetround_ppc.
10605         (libc_feholdexcept_setround_ctx): Remove, this doesn't appear
10606         to be used.
10607         (libc_feholdexcept_setround_ctxf): Likewise.
10608         (libc_feholdexcept_setround_ctxl): Likewise.
10610 2016-10-21  Florian Weimer  <fweimer@redhat.com>
10612         [BZ #20715]
10613         * math/math.h [__cplusplus] (iszero): Define as function template.
10614         * math/Makefile [CXX] (tests): Add test-math-iszero.
10615         (CFLAGS-test-math-iszero.cc): Set.
10616         * math/test-math-iszero.cc: New file.
10618 2016-10-20  Joseph Myers  <joseph@codesourcery.com>
10620         [BZ #20660]
10621         * sysdeps/arm/e_sqrt.c: New file.
10622         * sysdeps/arm/e_sqrtf.c: Likewise.
10624 2016-10-19  Joseph Myers  <joseph@codesourcery.com>
10626         [BZ #20718]
10627         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S (__copysignl): Do
10628         not use floating-point comparisons to test sign.
10629         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S (__copysignl):
10630         Likewise.
10632         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
10633         (getpayload): New declaration.
10634         * math/Versions (getpayload): New libm symbol at version
10635         GLIBC_2.25.
10636         (getpayloadf): Likewise.
10637         (getpayloadl): Likewise.
10638         * math/Makefile (libm-calls): Add s_getpayloadF.
10639         * math/libm-test.inc: Include <nan-high-order-bit.h>.
10640         (struct test_f_f_data): Add comment.
10641         (RUN_TEST_fp_f): New macro.
10642         (RUN_TEST_LOOP_fp_f): Likewise.
10643         (getpayload_test_data): New array.
10644         (getpayload_test): New function.
10645         (main): Call getpayload_test.
10646         * math/gen-libm-test.pl (parse_args): Handle 'p' in argument
10647         descriptor.
10648         * manual/arith.texi (FP Bit Twiddling): Document getpayload,
10649         getpayloadf and getpayloadl.
10650         * manual/libm-err-tab.pl: Update comment on interfaces without
10651         ulps tabulated.
10652         * sysdeps/ieee754/dbl-64/s_getpayload.c: New file.
10653         * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c: Likewise.
10654         * sysdeps/ieee754/flt-32/s_getpayloadf.c: Likewise.
10655         * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Likewise.
10656         * sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c: Likewise.
10657         * sysdeps/ieee754/ldbl-96/s_getpayloadl.c: Likewise.
10658         * sysdeps/nacl/libm.abilist: Update.
10659         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
10660         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
10661         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
10662         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
10663         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
10664         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
10665         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
10666         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
10667         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
10668         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
10669         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
10670         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
10671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
10672         Likewise.
10673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10674         Likewise.
10675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
10676         Likewise.
10677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
10678         Likewise.
10679         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
10680         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
10681         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
10682         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
10683         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
10684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
10685         Likewise.
10686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
10687         Likewise.
10688         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
10689         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
10690         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
10692 2016-10-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10694         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = math] (tests): Move
10695         tst-fallocate{64}.
10696         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Check for EOPNOTSUPP
10697         on syscall return.
10699 2016-10-17  Carlos O'Donell  <carlos@redhat.com>
10701         [BZ #20689]
10702         * sysdeps/x86/cpu-features.c: Only enable FMA and AVX2 if AVX is
10703         usable.
10705 2016-10-17  Joseph Myers  <joseph@codesourcery.com>
10707         * sysdeps/generic/nan-high-order-bit.h: New file.
10708         * sysdeps/hppa/nan-high-order-bit.h: Likewise.
10709         * sysdeps/mips/nan-high-order-bit.h: Likewise.
10710         * sysdeps/hppa/math_private.h: Remove file.
10711         * sysdeps/mips/math_private.h (HIGH_ORDER_BIT_IS_SET_FOR_SNAN): Do
10712         not define here.
10713         * sysdeps/ieee754/dbl-64/s_issignaling.c: Include
10714         <nan-high-order-bit.h>.
10715         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10716         * sysdeps/ieee754/dbl-64/s_totalorder.c: Include
10717         <nan-high-order-bit.h>.
10718         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10719         * sysdeps/ieee754/dbl-64/s_totalordermag.c: Include
10720         <nan-high-order-bit.h>.
10721         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10722         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Include
10723         <nan-high-order-bit.h>.
10724         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10725         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Include
10726         <nan-high-order-bit.h>.
10727         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10728         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Include
10729         <nan-high-order-bit.h>.
10730         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10731         * sysdeps/ieee754/flt-32/s_issignalingf.c: Include
10732         <nan-high-order-bit.h>.
10733         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10734         * sysdeps/ieee754/flt-32/s_totalorderf.c: Include
10735         <nan-high-order-bit.h>.
10736         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10737         * sysdeps/ieee754/flt-32/s_totalordermagf.c: Include
10738         <nan-high-order-bit.h>.
10739         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10740         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Include
10741         <nan-high-order-bit.h>.
10742         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10743         * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include
10744         <nan-high-order-bit.h>.
10745         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10746         * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include
10747         <nan-high-order-bit.h>.
10748         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10749         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Include
10750         <nan-high-order-bit.h>.
10751         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10752         * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c: Include
10753         <nan-high-order-bit.h>.
10754         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10755         * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c: Include
10756         <nan-high-order-bit.h>.
10757         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10758         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Include
10759         <nan-high-order-bit.h>.
10760         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10761         * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Include
10762         <nan-high-order-bit.h>.
10763         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10764         * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Include
10765         <nan-high-order-bit.h>.
10766         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
10768 2016-10-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
10770         * sysdeps/s390/fpu/fix-fp-int-compare-invalid.h: New file.
10772 2016-09-22  John David Anglin  <dave.anglin@bell.net>
10774         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: Don't include
10775         abort-instr.h.
10776         (EFAULT): Remove conditional define.
10777         (ENOSYS): Likewise.
10778         (atomic_compare_and_exchange_val_acq): Use instruction nullification
10779         instead of conditional branch instructions.
10781 2016-10-15  Joseph Myers  <joseph@codesourcery.com>
10783         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
10784         (totalordermag): New declaration.
10785         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (totalordermag):
10786         New macro.
10787         * math/Versions (totalordermag): New libm symbol at version
10788         GLIBC_2.25.
10789         (totalordermagf): Likewise.
10790         (totalordermagl): Likewise.
10791         * math/Makefile (libm-calls): Add s_totalordermagF.
10792         * math/libm-test.inc (totalordermag_test_data): New array.
10793         (totalordermag_test): New function.
10794         (main): Call totalordermag_test.
10795         * math/test-tgmath.c (NCALLS): Increase to 125.
10796         (F(compile_test)): Call totalordermag.
10797         (F(totalordermag)): New function.
10798         * manual/arith.texi (FP Comparison Functions): Document
10799         totalordermag, totalordermagf and totalordermagl.
10800         * manual/libm-err-tab.pl: Update comment on interfaces without
10801         ulps tabulated.
10802         * sysdeps/ieee754/dbl-64/s_totalordermag.c: New file.
10803         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Likewise.
10804         * sysdeps/ieee754/flt-32/s_totalordermagf.c: Likewise.
10805         * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Likewise.
10806         * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c: Likewise.
10807         * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Likewise.
10808         * sysdeps/ieee754/ldbl-opt/nldbl-totalordermag.c: Likewise.
10809         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
10810         totalordermag.
10811         (CFLAGS-nldbl-totalordermag.c): New variable.
10812         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c
10813         (do_test): Also test totalordermagl.
10814         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c (do_test):
10815         Likewise.
10816         * sysdeps/nacl/libm.abilist: Update.
10817         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
10818         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
10819         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
10820         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
10821         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
10822         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
10823         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
10824         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
10825         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
10826         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
10827         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
10828         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
10829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
10830         Likewise.
10831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10832         Likewise.
10833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
10834         Likewise.
10835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
10836         Likewise.
10837         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
10838         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
10839         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
10840         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
10841         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
10842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
10843         Likewise.
10844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
10845         Likewise.
10846         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
10847         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
10848         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
10850 2016-10-14  Steve Ellcey  <sellcey@caviumnetworks.com>
10852         * sysdeps/ieee754/dbl-64/e_pow.c (checkint) Make conditions explicitly
10853         boolean.
10855 2016-10-13  Joseph Myers  <joseph@codesourcery.com>
10857         * math/s_ccosh_template.c (M_DECL_FUNC (__ccosh)): Instead of
10858         raising FE_INVALID with feraisexcept in case where part of
10859         argument is infinite, subtract that part of argument from itself.
10860         * math/s_cexp_template.c (M_DECL_FUNC (__cexp)): Likewise.
10861         * math/s_csin_template.c (M_DECL_FUNC (__csin)): Likewise.
10862         * math/s_csinh_template.c (M_DECL_FUNC (__csinh)): Likewise.
10864 2016-10-12  Joseph Myers  <joseph@codesourcery.com>
10866         * math/libm-test.inc (totalorder_test_data): Add more tests.
10868 2016-10-12  Adhemerval Zanela  <adhemerval.zanella@linaro.org>
10870         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c:
10871         Undefine weak_alias and add a comment why mips64 require
10872         versioning.
10874 2016-10-12  H.J. Lu  <hongjiu.lu@intel.com>
10876         [BZ #20647]
10877         * sysdeps/x86/cacheinfo.c (handle_intel): Return -1 if the
10878         maximum CPUID level is less than 2.
10880 2016-10-12  Joseph Myers  <joseph@codesourcery.com>
10882         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
10883         (totalorder): New declaration.
10884         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (totalorder):
10885         New macro.
10886         * math/Versions (totalorder): New libm symbol at version
10887         GLIBC_2.25.
10888         (totalorderf): Likewise.
10889         (totalorderl): Likewise.
10890         * math/Makefile (libm-calls): Add s_totalorderF.
10891         * math/gen-libm-test.pl (parse_args): Escape quotes in test name
10892         string.
10893         * math/libm-test.inc (PAYLOAD_DIG): New macro.
10894         (qnan_value_pl): Likewise.
10895         (snan_value_pl): Likewise.
10896         (qnan_value): Define using qnan_value_pl.
10897         (snan_value): Define using snan_value_pl.
10898         (struct test_ff_i_data): Add comment about which tests use this
10899         structure.
10900         (RUN_TEST_ff_b): New macro.
10901         (RUN_TEST_LOOP_ff_b): Likewise.
10902         (totalorder_test_data): New array.
10903         (totalorder_test): New function.
10904         (main): Call totalorder_test.
10905         * math/test-tgmath.c (NCALLS): Increase to 122.
10906         (F(compile_test)): Call totalorder.
10907         (F(totalorder)): New function.
10908         * manual/arith.texi (FP Comparison Functions): Document
10909         totalorder, totalorderf and totalorderl.
10910         * manual/libm-err-tab.pl: Update comment on interfaces without
10911         ulps tabulated.
10912         * sysdeps/ieee754/dbl-64/s_totalorder.c: New file.
10913         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Likewise.
10914         * sysdeps/ieee754/flt-32/s_totalorderf.c: Likewise.
10915         * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Likewise.
10916         * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c: Likewise.
10917         * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Likewise.
10918         * sysdeps/ieee754/ldbl-opt/nldbl-totalorder.c: Likewise.
10919         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
10920         totalorder.
10921         (CFLAGS-nldbl-totalorder.c): New variable.
10922         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c: New
10923         file.
10924         * sysdeps/ieee754/ldbl-128ibm/Makefile [$(subdir) = math] (tests):
10925         Add test-totalorderl-ldbl-128ibm.
10926         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c: New file.
10927         * sysdeps/ieee754/ldbl-96/Makefile [$(subdir) = math] (tests): Add
10928         test-totalorderl-ldbl-96.
10929         * sysdeps/nacl/libm.abilist: Update.
10930         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
10931         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
10932         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
10933         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
10934         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
10935         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
10936         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
10937         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
10938         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
10939         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
10940         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
10941         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
10942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
10943         Likewise.
10944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10945         Likewise.
10946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
10947         Likewise.
10948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
10949         Likewise.
10950         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
10951         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
10952         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
10953         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
10954         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
10955         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
10956         Likewise.
10957         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
10958         Likewise.
10959         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
10960         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
10961         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
10963 2016-10-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10965         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-sync_file_range.
10966         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Remove file.
10967         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c: Likewise.
10968         * sysdeps/unix/sysv/linux/sync_file_range.c: Use SYSCALL_LL64 and
10969         remove ENOSYS implementation.
10970         * sysdeps/unix/sysv/linux/tst-sync_file_range.c (sync_file_range):
10971         Consolidate all Linux implementations.
10973 2016-10-11  Florian Weimer  <fweimer@redhat.com>
10975         * resolv/Makefile (+cflags): Do not set -Wno-write-strings.
10976         * resolv/herror.c (herror): Cast away const-ness.
10977         * resolv/res_debug.c (__p_class_syms, __p_default_section_syms)
10978         (__p_update_section_syms, __p_type_syms, __p_rcode_syms): Likewise.
10980 2016-10-11  Joseph Myers  <joseph@codesourcery.com>
10982         * math/s_ccosh_template.c (M_DECL_FUNC (__ccosh)): Use M_NAN
10983         instead of M_NAN + M_NAN.
10984         * math/s_csinh_template.c (M_DECL_FUNC (__csinh)): Likewise.
10986 2016-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10988         * misc/getauxval.c [!HAVE_AUX_VECTOR] (__getauxval): Do not define
10989         unused variable 'p'.
10991 2016-10-09  Alan Modra  <amodra@gmail.com>
10992             Andreas Schwab  <schwab@linux-m68k.org>
10994         [BZ #20554]
10995         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount)
10996         [PIC && !SHARED]: Set up PIC register for PLT call.
10998 2016-10-07  Joseph Myers  <joseph@codesourcery.com>
11000         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): Define
11001         conditional on value of [__FLT_EVAL_METHOD__].
11002         * math/test-iseqsig-excess-precision.c: New file.
11003         * math/Makefile (tests): Add test-iseqsig-excess-precision.
11005 2016-10-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11007         * math/s_iseqsig_template.c: Include math-private.h.
11009         * posix/Makefile (tests): Add tst-posix_fadvise and tst-posix_fadvise64.
11010         * posix/tst-posix_fadvise.c: New file.
11011         * posix/tst-posix_fadvise64.c: Likewise.
11012         * posix/tst-posix_fadvise-common.c: Likewise.
11013         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11014         (__ASSUME_FADVISE64_64_6ARG): Define.
11015         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
11016         [!__powerpc64__] (__ASSUME_FADVISE64_64_6ARG): Define.
11017         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11018         [!LP64] (__ASSUME_FADVISE64_64_NO_ALIGN): Define.
11019         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c: Remove file.
11020         * sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c: Likewise.
11021         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
11022         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: Likewise.
11023         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: Likewise.
11024         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c: Likewise.
11025         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: Likewise.
11026         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Likewise.
11027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise.c: Likewise.
11028         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c:
11029         Likewise.
11030         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c: Likewise.
11031         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise64.c: Likewise.
11032         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c
11033         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l64]:
11034         Alias to __posix_fadvise64_l32.
11035         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l32]:
11036         Add compat definition to posix_fadvise64.
11037         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l64]:
11038         Add versioned definition to posix_fadvise64.
11039         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Build iff
11040         __OFF_T_MATCHES_OFF64_T is defined, use INTERNAL_SYSCALL_CALL, add
11041         __ASSUME_FADVISE64_64_6ARG/__ASSUME_FADVISE64_64_NO_ALIGN support.
11042         * sysdeps/unix/sysv/linux/posix_fadvise64.c (posix_fadvise64): Add
11043         __ASSUME_FADVISE64_64_NO_ALIGN support and use INTERNAL_SYSCALL_CALL.
11045         * io/Makefile (tests): Add tst-posix_fallocate and
11046         tst-posix_fallocate64.
11047         * io/tst-posix_fallocate-common.c: New file.
11048         * io/tst-posix_fallocate.c: Likewise.
11049         * io/tst-posix_fallocate64.c: Likewise.
11050         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c: Remove
11051         file.
11052         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c:
11053         Likewise.
11054         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: Likewise.
11055         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c:
11056         Likewise.
11057         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: Likewise.
11058         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: Likewise.
11059         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Use
11060         SYSCALL_LL to pass both offset and len arguments.
11061         * sysdeps/unix/sysv/linux/posix_fallocate64.c (posix_fallocate64):
11062         Likewise.
11063         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pwrite64): Add
11064         __libc_pwrite64 alias used by posix_fallocate64.
11066         * sysdeps/unix/sysv/linux/Makefile (test): Add tst-fallocate and
11067         tst-fallocate64.
11068         * sysdeps/unix/sysv/linux/tst-fallocate.c: New file.
11069         * sysdeps/unix/sysv/linux/tst-fallocate64.c: Likewise.
11070         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
11071         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Remove file.
11072         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
11073         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c: Likewise.
11074         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: Likewise.
11075         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
11076         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: Likewise.
11077         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Use SYSCALL_LL
11078         macro on offset argument.
11079         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Use
11080         SYSCALL_LL64 on offset argument.
11082         * sysdeps/unix/sysv/linux/Makefile (test): Add tst-fallocate and
11083         tst-fallocate64.
11084         * sysdeps/unix/sysv/linux/tst-fallocate.c: New file.
11085         * sysdeps/unix/sysv/linux/tst-fallocate64.c: Likewise.
11086         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
11087         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Remove file.
11088         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
11089         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c: Likewise.
11090         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: Likewise.
11091         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
11092         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: Likewise.
11093         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Use SYSCALL_LL
11094         macro on offset argument.
11095         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Use
11096         SYSCALL_LL64 on offset argument.
11097         * test-skeleton.c (FAIL_RET): Add macro.
11098         (FAIL_EXIT): Likewise.
11099         (FAIL_EXIT1): Likewise.
11100         (_FAIL): Likewise.
11102 2016-10-07  Florian Weimer  <fweimer@redhat.com>
11104         [BZ #20629]
11105         resolv: Remove RES_USEBSTRING and its implementation.
11106         * resolv/resolv.h (RES_USEBSTRING): Remove.
11107         * resolv/ns_name.c (NS_TYPE_ELT, DNS_LABELTYPE_BITSTRING)
11108         (digitvalue, encode_bitstring, decode_bitstring): Remove.
11109         (ns_name_ntop, ns_name_pton, ns_name_unpack, ns_name_skip)
11110         (labellen): Remove extended label types support.
11111         * resolv/res_debug.c (p_option): Remove RES_USEBSTRING handling.
11112         * resolv/res_init.c (res_setoptions): Likewise.
11113         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Likewise.
11115 2016-10-07  Florian Weimer  <fweimer@redhat.com>
11117         resolv: Remove RES_NOIP6DOTINT and its implementation.
11118         * resolv/resolv.h (RES_DEFAULT): Remove RES_NOIP6DOTINT.
11119         (RES_NOIP6DOTINT): Remove.
11120         * resolv/gethnamaddr.c (gethostbyaddr): Remove RES_NOIP6DOTINT
11121         handling.
11122         * resolv/res_debug.c (p_option): Likewise.
11123         * resolv/res_init.c (res_setoptions): Likewise.
11124         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Likewise.
11126 2016-10-07  Florian Weimer  <fweimer@redhat.com>
11128         resolv: Deprecate unimplemented flags.
11129         * misc/sys/cdefs.h (__glibc_macro_warning1)
11130         (__glibc_macro_warning): Define.
11131         * resolv/resolv.h (RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME)
11132         (RES_KEEPTSIG): Mark as deprecated.
11133         * resolv/res_debug.c (p_option): Remove RES_AAONLY, RES_PRIMARY,
11134         RES_NOCHECKNAME, RES_KEEPTSIG.
11135         * resolv/res_init.c (res_setoptions): Remove RES_NOCHECKNAME handling.
11137 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11139         * nptl/pt-longjmp.c (DEFINE_LONGJMP): Use libc_ifunc macro.
11140         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c (longjmp, siglongjmp):
11141         Use strong_alias to create symbols for glibc verison 2.19.
11143 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11145         * nptl/pt-vfork.c (DEFINE_VFORK): Use libc_ifunc macro.
11147 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11149         * nptl/pt-system.c (system_ifunc): Use libc_ifunc macro.
11151 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11153         * rt/clock-compat.c (COMPAT_REDIRECT): Use libc_ifunc macro.
11155 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11157         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11158         Use libc_ifunc_hidden and libc_hidden_def macro. Redirect ifunced function
11159         in header for using it as type for ifunc function because __GI_* symbols
11160         for ppc32 do not target the ifunc symbols.
11161         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11163 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11165         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday):
11166         Use libc_ifunc_hidden macro. Use libc_hidden_def instead of
11167         libc_ifunc_hidden_def.
11168         * sysdeps/unix/sysv/linux/x86/time.c (time): Likewise.
11169         * sysdeps/unix/sysv/linux/i386/gettimeofday.c (__gettimeofday):
11170         Redirect ifunced function in header for using it as type of ifunc'ed
11171         function. Redefine libc_hidden_def to use fallback non ifunc'ed
11172         function for __GI_* symbol.
11173         * sysdeps/unix/sysv/linux/i386/time.c (time): Likewise.
11174         * include/libc-symbols.h
11175         (libc_ifunc_hidden_def, libc_ifunc_hidden_def1): Delete macro.
11177 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11179         [BZ #20478]
11180         * sysdeps/s390/multiarch/ifunc-resolve.h
11181         (s390_vx_libc_ifunc2, s390_libc_ifunc): Use __ifunc from libc-symbols.h
11182         to create ifunc symbols.
11183         (s390_vx_libc_ifunc_init, s390_vx_libc_ifunc_redirected
11184         , s390_vx_libc_ifunc2_redirected, s390_libc_ifunc_init): New define.
11185         * sysdeps/s390/multiarch/memchr.c: Redirect ifunced function in header
11186         for using it as type for ifunc function.
11187         * sysdeps/s390/multiarch/mempcpy.c: Likewise.
11188         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
11189         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
11190         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
11191         * sysdeps/s390/multiarch/strcat.c: Likewise.
11192         * sysdeps/s390/multiarch/strchr.c: Likewise.
11193         * sysdeps/s390/multiarch/strcmp.c: Likewise.
11194         * sysdeps/s390/multiarch/strcpy.c: Likewise.
11195         * sysdeps/s390/multiarch/strcspn.c: Likewise.
11196         * sysdeps/s390/multiarch/strlen.c: Likewise.
11197         * sysdeps/s390/multiarch/strncmp.c: Likewise.
11198         * sysdeps/s390/multiarch/strncpy.c: Likewise.
11199         * sysdeps/s390/multiarch/strnlen.c: Likewise.
11200         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
11201         * sysdeps/s390/multiarch/strrchr.c: Likewise.
11202         * sysdeps/s390/multiarch/strspn.c: Likewise.
11203         * sysdeps/s390/multiarch/wcschr.c: Likewise.
11204         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
11205         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
11206         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
11207         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
11208         * sysdeps/s390/multiarch/wmemset.c: Likewise.
11209         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
11210         * sysdeps/s390/s390-32/multiarch/memcpy.c: Likewise.
11211         * sysdeps/s390/s390-32/multiarch/memset.c: Likewise.
11212         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
11213         * sysdeps/s390/s390-64/multiarch/memcpy.c: Likewise.
11214         * sysdeps/s390/s390-64/multiarch/memset.c: Likewise.
11216 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11218         * include/libc-symbols.h (__ifunc_resolver):
11219         New macro is used by __ifunc* macros.
11220         (__ifunc): New macro uses gcc attribute ifunc or inline assembly
11221         depending on HAVE_GCC_IFUNC.
11222         (libc_ifunc, libm_ifunc): Use __ifunc as base macro.
11223         (libc_ifunc_redirected, libc_ifunc_hidden, libm_ifunc_init): New macro.
11224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
11225         Redirect ifunced function in header for using as type for ifunc function.
11226         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: Likewise.
11227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: Likewise.
11228         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: Likewise.
11229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: Likewise.
11230         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
11231         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
11232         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
11233         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
11234         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
11235         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
11236         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
11237         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
11238         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
11239         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
11240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
11241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: Likewise.
11242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
11243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: Likewise.
11244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
11245         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
11246         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
11247         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
11248         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
11249         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
11250         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
11251         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
11252         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
11253         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
11254         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
11255         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
11256         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
11257         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: Likewise.
11258         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
11259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c:
11260         Add libc_hidden_def() and use libc_ifunc_hidden() macro
11261         instead of libc_ifunc() macro.
11262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: Likewise.
11263         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
11265 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11267         * config.h.in (HAVE_GCC_IFUNC): New undef.
11268         * configure.ac: Add check if gcc supports attribute ifunc feature.
11269         * configure: Regenerated.
11270         * manual/install.texi: Add recommendation for gcc with
11271         indirect-function support.
11272         * INSTALL: Regenerated.
11274 2016-10-06  Joseph Myers  <joseph@codesourcery.com>
11276         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): New
11277         macro.
11278         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
11279         (__iseqsig): New declaration.
11280         * math/s_iseqsig_template.c: New file.
11281         * math/Versions (__iseqsigf): New libm symbol at version
11282         GLIBC_2.25.
11283         (__iseqsig): Likewise.
11284         (__iseqsigl): Likewise.
11285         * math/libm-test.inc (iseqsig_test_data): New array.
11286         (iseqsig_test): New function.
11287         (main): Call iseqsig_test.
11288         * math/Makefile (gen-libm-calls): Add s_iseqsigF.
11289         * manual/arith.texi (FP Comparison Functions): Document iseqsig.
11290         * manual/libm-err-tab.pl: Update comment on interfaces without
11291         ulps tabulated.
11292         * sysdeps/generic/fix-fp-int-compare-invalid.h: New file.
11293         * sysdeps/powerpc/fpu/fix-fp-int-compare-invalid.h: Likewise.
11294         * sysdeps/x86/fpu/fix-fp-int-compare-invalid.h: Likewise.
11295         * sysdeps/nacl/libm.abilist: Update.
11296         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11297         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11298         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11299         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11300         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11301         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11302         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11303         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11304         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11305         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11306         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11307         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
11309         Likewise.
11310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11311         Likewise.
11312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
11313         Likewise.
11314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
11315         Likewise.
11316         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11317         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11318         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11319         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11320         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
11322         Likewise.
11323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
11324         Likewise.
11325         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
11326         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11327         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11329 2016-10-06  Siddhesh Poyarekar  <siddhesh@sourceware.org>
11331         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute, do_sincos_1,
11332         do_sincos_2, sloww, sloww1): Update comments.
11334         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Adjust calls to
11335         do_sincos_1 and do_sincos_2 to pass a boolean shift_quadrant.
11337         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Make
11338         K boolean and rename it.
11339         (__sin): Adjust.
11340         (__cos): Adjust.
11342 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
11343             Siddhesh Poyarekar  <siddhesh@sourceware.org>
11345         * manual/nss.texi: Fix typos in the manual.
11347 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
11349         * manual/contrib.texi: Fix typos in the manual.
11351         * manual/maint.texi: Fix typos in the manual.
11353         * manual/install.texi: Fix typos in the manual.
11354         * INSTALL: Regenerated.
11356         * manual/lang.texi: Fix typos in the manual.
11358         * manual/probes.texi: Fix typos in the manual.
11360         * manual/threads.texi: Fix typos in the manual.
11362         * manual/debug.texi: Fix typos in the manual.
11364         * manual/crypt.texi: Fix typos in the manual.
11366         * manual/conf.texi: Fix typos in the manual.
11368         * manual/sysinfo.texi: Fix typos in the manual.
11370         * manual/users.texi: Fix typos in the manual.
11372         * manual/job.texi: Fix typos in the manual.
11374         * manual/process.texi: Fix typos in the manual.
11376         * manual/argp.texi: Fix typos in the manual.
11377         * manual/getopt.texi: Likewise.
11378         * manual/startup.texi: Likewise.
11380         * manual/signal.texi: Fix typos in the manual.
11382         * manual/setjmp.texi: Fix typos in the manual.
11384         * manual/resource.texi: Fix typos in the manual.
11386         * manual/time.texi: Fix typos in the manual.
11388         * manual/arith.texi: Fix typos in the manual.
11390         * manual/math.texi: Fix typos in the manual.
11392         * manual/syslog.texi: Fix typos in the manual.
11394         * manual/terminal.texi: Fix typos in the manual.
11396         * manual/socket.texi: Fix typos in the manual.
11398         * manual/filesys.texi: Fix typos in the manual.
11400         * manual/llio.texi: Fix typos in the manual.
11402         * manual/stdio.text: Fix typos in the manual.
11404 2016-10-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
11406         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Check N
11407         instead of K1.
11409         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Rename K to
11410         SHIFT_QUADRANT and make it bool.
11411         (do_sincos_2): Likewise.
11412         (sloww): Likewise.
11413         (sloww1): Likewise.
11414         (__sin): Adjust calls to do_sincos_1 and do_sincos_2.
11415         (__cos): Likewise.
11417 2016-10-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11419         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
11421 2016-10-04  Joseph Myers  <joseph@codesourcery.com>
11423         * include/limits.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (LONG_WIDTH):
11424         Define to __WORDSIZE, not conditional on [LONG_MAX ==
11425         0x7fffffffL].
11426         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULONG_WIDTH): Likewise.
11428 2016-10-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11430         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Replace
11431         inline by __inline__.
11432         (__ppc_yield, __ppc_mdoio, __ppc_mdoom, __ppc_set_ppr_med): Likewise.
11433         (__ppc_set_ppr_med_low, __ppc_set_ppr_low): Likewise.
11434         (__ppc_set_ppr_very_low, __ppc_set_ppr_med_high): Likewise.
11435         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Require
11436         sigset_t from signal.h.
11437         * sysdeps/unix/sysv/linux/powerpc/sys/user.h: Include stddef.h,
11438         which is already required.
11440 2016-10-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
11442         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
11444 2016-10-03  Joseph Myers  <joseph@codesourcery.com>
11446         * sysdeps/gnu/netinet/tcp.h (TCP_REPAIR_WINDOW): New macro.
11447         (struct tcp_repair_window): New type.
11449 2016-10-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11451         * libio/tst-memstream3.c: Include string.h.
11453 2016-09-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11455         [BZ #18241]
11456         [BZ #20181]
11457         * libio/Makefile (test): Add tst-memstream3 and tst-wmemstream3.
11458         * libio/memstream.c (_IO_mem_sync): Only append a null byte if
11459         write position is at the end the buffer.
11460         * libio/wmemstream.c (_IO_wmem_sync): Likewise.
11461         * libio/strops.c (_IO_str_switch_to_get_mode): New function.
11462         (_IO_str_seekoff): Set correct offset from negative displacement and
11463         set EINVAL for invalid ones.
11464         * libio/wstrops.c (enlarge_userbuf): Use correct function to calculate
11465         buffer length.
11466         (_IO_wstr_switch_to_get_mode): New function.
11467         (_IO_wstr_seekoff): Set correct offset from negative displacement and
11468         set EINVAL for invalid ones.
11469         * libio/tst-memstream3.c: New file.
11470         * libio/tst-wmemstream3.c: Likewise.
11471         * manual/examples/memstrm.c: Remove warning when priting size_t.
11473 2016-09-30  Joseph Myers  <joseph@codesourcery.com>
11475         * sysdeps/ieee754/dbl-64/dla.h [__FP_FAST_FMA] (DLA_FMS): Define
11476         macro to use __builtin_fma.
11477         * sysdeps/x86_64/fpu/dla.h: Remove file.
11479         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h
11480         [__NO_LONG_DOUBLE_MATH] (__iscanonicall): Do not declare.
11481         [__NO_LONG_DOUBLE_MATH] (iscanonical): Define to evaluate to 1.
11483 2016-09-30  Carlos O'Donell  <carlos@redhat.com>
11485         [BZ #20292]
11486         * elf/Makefile (routines): Add dl-addr-obj.
11487         [ifeq (yesyes,$(have-fpie)$(build-shared))] (tests): Add
11488         tst-_dl_addr_inside_object.
11489         [ifeq (yesyes,$(have-fpie)$(build-shared))] (tests-pie): Likewise.
11490         [ifeq (yesyes,$(have-fpie)$(build-shared))]
11491         ($(objpfx)tst-_dl_addr_inside_object): Add $(objpfx)dl-addr-obj.os.
11492         [ifeq (yesyes,$(have-fpie)$(build-shared))]
11493         (CFLAGS-tst-_dl_addr_inside_object.c): Add $(PIE-ccflag).
11494         * elf/dl-addr.c: Remove _dl_addr_inside_object function.
11495         * elf/dl-open.c: Likewise.
11496         * elf/dl-addr-obj.c: New file.
11497         * elf/tst-_dl_addr_inside_object.c: New file.
11499 2016-09-30  Joseph Myers  <joseph@codesourcery.com>
11501         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Include
11502         <bits/iscanonical.h>.
11503         * bits/iscanonical.h: New file.
11504         * math/s_iscanonicall.c: Likewise.
11505         * math/Versions (__iscanonicall): New libm symbol at version
11506         GLIBC_2.25.
11507         * math/libm-test.inc (iscanonical_test_data): New array.
11508         (iscanonical_test): New function.
11509         (main): Call iscanonical_test.
11510         * math/Makefile (headers): Add bits/iscanonical.h.
11511         (type-ldouble-routines): Add s_iscanonicall.
11512         * manual/arith.texi (Floating Point Classes): Document
11513         iscanonical.
11514         * manual/libm-err-tab.pl: Update comment on interfaces without
11515         ulps tabulated.
11516         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h: New file.
11517         * sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c: Likewise.
11518         * sysdeps/ieee754/ldbl-128ibm/test-iscanonical-ldbl-128ibm.c:
11519         Likewise.
11520         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Add
11521         test-iscanonical-ldbl-128ibm.
11522         * sysdeps/ieee754/ldbl-96/bits/iscanonical.h: New file.
11523         * sysdeps/ieee754/ldbl-96/s_iscanonicall.c: Likewise.
11524         * sysdeps/ieee754/ldbl-96/test-iscanonical-ldbl-96.c: Likewise.
11525         * sysdeps/ieee754/ldbl-96/Makefile: Likewise.
11526         * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
11527         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11528         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
11530         Likewise.
11531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11532         Likewise.
11533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
11534         Likewise.
11535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
11536         Likewise.
11537         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11538         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11540 2016-09-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11542         * string/bits/string3.h: Remove C++ style comments.
11544 2016-09-29  Siddhesh Poyarekar  <siddhesh@sourceware.org>
11546         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Use copysign
11547         instead of ternary condition.
11548         (do_sincos_2): Likewise.
11549         (__sin): Likewise.
11550         (__cos): Likewise.
11551         (slow): Likewise.
11552         (sloww): Likewise.
11553         (sloww1): Likewise.
11554         (bsloww): Likewise.
11555         (bsloww1): Likewise.
11557         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos_slow): use copysign
11558         instead of ternary condition.
11559         (do_sin_slow): Likewise.
11560         (do_sincos_1): Likewise.
11561         (do_sincos_2): Likewise.
11562         (__cos): Likewise.
11563         (sloww): Likewise.
11564         (sloww1): Likewise.
11565         (sloww2): Likewise.
11566         (bsloww): Likewise.
11567         (bsloww1): Likewise.
11568         (bsloww2): Likewise.
11570         * sysdeps/ieee754/dbl-64/s_sin.c (slow1): Consolidate sign
11571         check from here...
11572         (slow2): ... and here...
11573         (__sin): ... to here.
11575 2016-09-28  Joseph Myers  <joseph@codesourcery.com>
11577         * math/math.h
11578         [__GLIBC_USE (IEC_60559_BFP_EXT) && !__SUPPORT_SNAN__] (iszero):
11579         Cast argument to its own type.
11580         * math/test-iszero-excess-precision.c: New file.
11581         * math/Makefile (tests): Add test-iszero-excess-precision.
11582         (CFLAGS-test-iszero-excess-precision.c): New variable.
11584 2016-09-28  Rasmus Villemoes <rv@rasmusvillemoes.dk>
11586         * sysdeps/unix/sysv/linux/spawni.c (posix_spawn_args): Remove pipe
11587         field, add err field.
11588         (__spawni_child): Report error through err member instead of pipe.
11589         (__spawnix): Likewise.
11591 2016-09-28  Zack Weinberg  <zackw@panix.com>
11593         * scripts/check-installed-headers.sh: Generalize treatment of
11594         sys/elf.h to all target architectures.
11596         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Restore accidentally-
11597         deleted typedef ucontext_t.
11599 2016-09-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11601         * sysdeps/unix/sysdep.h (__INTERNAL_SYSCALL0): New macro.
11602         (__INTERNAL_SYSCALL1): Likewise.
11603         (__INTERNAL_SYSCALL2): Likewise.
11604         (__INTERNAL_SYSCALL3): Likewise.
11605         (__INTERNAL_SYSCALL4): Likewise.
11606         (__INTERNAL_SYSCALL5): Likewise.
11607         (__INTERNAL_SYSCALL6): Likewise.
11608         (__INTERNAL_SYSCALL7): Likewise.
11609         (__INTERNAL_SYSCALL_NARGS_X): Likewise.
11610         (__INTERNAL_SYSCALL_NARGS): Likewise.
11611         (__INTERNAL_SYSCALL_DISP): Likewise.
11612         (INTERNAL_SYSCALL_CALL): Likewise.
11613         (__SYSCALL0): Rename to __INLINE_SYSCALL0.
11614         (__SYSCALL1): Rename to __INLINE_SYSCALL1.
11615         (__SYSCALL2): Rename to __INLINE_SYSCALL2.
11616         (__SYSCALL3): Rename to __INLINE_SYSCALL3.
11617         (__SYSCALL4): Rename to __INLINE_SYSCALL4.
11618         (__SYSCALL5): Rename to __INLINE_SYSCALL5.
11619         (__SYSCALL6): Rename to __INLINE_SYSCALL6.
11620         (__SYSCALL7): Rename to __INLINE_SYSCALL7.
11621         (__SYSCALL_NARGS_X): Rename to __INLINE_SYSCALL_NARGS_X.
11622         (__SYSCALL_NARGS): Rename to __INLINE_SYSCALL_NARGS.
11623         (__SYSCALL_DISP): Rename to __INLINE_SYSCALL_DISP.
11624         (__SYSCALL_CALL): Rename to INLINE_SYSCALL_CALL.
11625         (SYSCALL_CANCEL): Replace __SYSCALL_CALL with INLINE_SYSCALL_CALL.
11627 2016-09-23  Joseph Myers  <joseph@codesourcery.com>
11629         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iszero): New
11630         macro.
11631         * math/libm-test.inc (iszero_test_data): New array.
11632         (iszero_test): New function.
11633         (main): Call iszero_test.
11634         * manual/arith.texi (Floating Point Classes): Document iszero.
11635         * manual/libm-err-tab.pl: Update comment on interfaces without
11636         ulps tabulated.
11638 2016-09-23  Zack Weinberg  <zackw@panix.com>
11640         * scripts/check-installed-headers.sh: New script.
11641         * Rules: In each directory that defines header files to be installed,
11642         run check-installed-headers.sh on them as a special test.
11643         * Makefile: Likewise for the headers installed at top level.
11645         * include/aliases.h, include/alloca.h, include/argz.h
11646         * include/arpa/nameser.h, include/arpa/nameser_compat.h
11647         * include/elf.h, include/envz.h, include/err.h
11648         * include/execinfo.h, include/fpu_control.h, include/getopt.h
11649         * include/gshadow.h, include/ifaddrs.h, include/libintl.h
11650         * include/link.h, include/malloc.h, include/mcheck.h
11651         * include/mntent.h, include/netinet/ether.h
11652         * include/nss.h, include/obstack.h, include/printf.h
11653         * include/pty.h, include/resolv.h, include/rpc/auth.h
11654         * include/rpc/auth_des.h, include/rpc/auth_unix.h
11655         * include/rpc/clnt.h, include/rpc/des_crypt.h
11656         * include/rpc/key_prot.h, include/rpc/netdb.h
11657         * include/rpc/pmap_clnt.h, include/rpc/pmap_prot.h
11658         * include/rpc/pmap_rmt.h, include/rpc/rpc.h
11659         * include/rpc/rpc_msg.h, include/rpc/svc.h
11660         * include/rpc/svc_auth.h, include/rpc/xdr.h
11661         * include/rpcsvc/nis_callback.h, include/rpcsvc/nislib.h
11662         * include/rpcsvc/yp.h, include/rpcsvc/ypclnt.h
11663         * include/rpcsvc/ypupd.h, include/shadow.h
11664         * include/stdio_ext.h, include/sys/epoll.h
11665         * include/sys/file.h, include/sys/gmon.h, include/sys/ioctl.h
11666         * include/sys/prctl.h, include/sys/profil.h
11667         * include/sys/statfs.h, include/sys/sysctl.h
11668         * include/sys/sysinfo.h, include/ttyent.h, include/utmp.h
11669         * sysdeps/arm/nacl/include/bits/setjmp.h
11670         * sysdeps/mips/include/sys/asm.h
11671         * sysdeps/unix/sysv/linux/include/sys/sysinfo.h
11672         * sysdeps/unix/sysv/linux/include/sys/timex.h
11673         * sysdeps/x86/fpu/include/bits/fenv.h:
11674         Add #ifndef _ISOMAC guard around internal declarations.
11675         Add multiple-inclusion guard if not already present.
11677 2016-09-23  Zack Weinberg  <zackw@panix.com>
11679         * sysdeps/generic/sys/ucontext.h
11680         * sysdeps/arm/sys/ucontext.h
11681         * sysdeps/i386/sys/ucontext.h
11682         * sysdeps/m68k/sys/ucontext.h
11683         * sysdeps/mips/sys/ucontext.h
11684         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h
11685         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h
11686         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h
11687         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h
11688         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
11689         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h
11690         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h
11691         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h
11692         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
11693         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h
11694         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h
11695         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h
11696         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h
11697         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h:
11698         Include both bits/sigcontext.h and bits/sigstack.h.
11699         Fix grammar error in comment, if present.
11701         * bits/sigstack.h
11702         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h
11703         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h
11704         * sysdeps/unix/sysv/linux/bits/sigstack.h
11705         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h
11706         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h
11707         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h
11708         * sysdeps/unix/sysv/linux/sparc/bits/sigstack.h
11709         * bits/sigcontext.h
11710         * sysdeps/mach/hurd/i386/bits/sigcontext.h
11711         * sysdeps/unix/sysv/linux/bits/sigcontext.h
11712         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
11713         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h:
11714         Add multiple inclusion guard.  Permit inclusion by sys/ucontext.h
11715         as well as signal.h, if this was not already allowed.  Request
11716         definition of size_t if necessary.  Minimize semantically-null
11717         differences across files.
11719 2016-09-23  Zack Weinberg  <zackw@panix.com>
11721         * time/time.h, bits/time.h, sysdeps/unix/sysv/linux/bits/time.h:
11722         Remove all logic conditional on __need macros.  Move all the
11723         conditionally defined types to their own headers...
11724         * time/bits/types/clock_t.h: Define clock_t here.
11725         * time/bits/types/clockid_t.h: Define clockid_t here.
11726         * time/bits/types/struct_itimerspec.h: Define struct itimerspec here.
11727         * time/bits/types/struct_timespec.h: Define struct timespec here.
11728         * time/bits/types/struct_timeval.h: Define struct timeval here.
11729         * time/bits/types/struct_tm.h: Define struct tm here.
11730         * time/bits/types/time_t.h: Define time_t here.
11731         * time/bits/types/timer_t.h: Define timer_t here.
11732         * time/Makefile: Install the new headers.
11734         * bits/resource.h, io/fcntl.h, io/sys/poll.h, io/sys/stat.h
11735         * io/utime.h, misc/sys/select.h, posix/sched.h, posix/sys/times.h
11736         * posix/sys/types.h, resolv/netdb.h, rt/aio.h, rt/mqueue.h
11737         * signal/signal.h, pthread/semaphore.h, sysdeps/nptl/pthread.h
11738         * sysdeps/unix/sysv/linux/alpha/bits/resource.h
11739         * sysdeps/unix/sysv/linux/alpha/sys/acct.h
11740         * sysdeps/unix/sysv/linux/bits/resource.h
11741         * sysdeps/unix/sysv/linux/bits/timex.h
11742         * sysdeps/unix/sysv/linux/mips/bits/resource.h
11743         * sysdeps/unix/sysv/linux/net/ppp_defs.h
11744         * sysdeps/unix/sysv/linux/sparc/bits/resource.h
11745         * sysdeps/unix/sysv/linux/sys/acct.h
11746         * sysdeps/unix/sysv/linux/sys/timerfd.h
11747         * sysvipc/sys/msg.h, sysvipc/sys/sem.h, sysvipc/sys/shm.h
11748         * time/sys/time.h, time/sys/timeb.h
11749         Use the new bits/types headers.
11751         * include/time.h: Remove __need logic.
11752         * include/bits/time.h
11753         * include/bits/types/clock_t.h, include/bits/types/clockid_t.h
11754         * include/bits/types/time_t.h, include/bits/types/timer_t.h
11755         * include/bits/types/struct_itimerspec.h
11756         * include/bits/types/struct_timespec.h
11757         * include/bits/types/struct_timeval.h
11758         * include/bits/types/struct_tm.h:
11759         New wrapper headers.
11761 2016-09-23  Zack Weinberg  <zackw@panix.com>
11763         * sysdeps/mach/hurd/net/if_ppp.h
11764         * sysdeps/unix/sysv/linux/net/if_ppp.h:
11765         Only define struct ifpppstatsreq and struct ifpppcstatsreq
11766         if __USE_MISC is defined, to ensure struct ifreq is declared.
11768         * inet/netinet/ether.h: Condition all function prototypes
11769         on __USE_MISC, to ensure struct ether_addr is declared.
11771         * socket/bits/types/struct_osockaddr.h: New header.
11772         * include/bits/types/struct_osockaddr.h: New wrapper.
11773         * socket/Makefile: Install the new header.
11774         * socket/sys/socket.h, inet/protocols/talkd.h:
11775         Refer to bits/types/struct_osockaddr.h for the definition of
11776         struct osockaddr.
11778 2016-09-23  Zack Weinberg  <zackw@panix.com>
11780         * bits/in.h, gmon/sys/gmon.h, inet/netinet/igmp.h
11781         * inet/protocols/routed.h, inet/protocols/talkd.h
11782         * inet/protocols/timed.h, io/fts.h, nptl_db/thread_db.h
11783         * resolv/arpa/nameser.h, resolv/resolv.h, sunrpc/rpc/rpc_des.h
11784         * sysdeps/generic/netinet/if_ether.h
11785         * sysdeps/generic/netinet/in_systm.h
11786         * sysdeps/generic/netinet/ip.h, sysdeps/generic/netinet/tcp.h
11787         * sysdeps/gnu/netinet/ip_icmp.h, sysdeps/gnu/netinet/tcp.h
11788         * sysdeps/gnu/netinet/udp.h, sysdeps/mach/hurd/net/ethernet.h
11789         * sysdeps/mach/hurd/net/if_arp.h
11790         * sysdeps/mach/hurd/net/if_ppp.h
11791         * sysdeps/mach/hurd/net/route.h, sysdeps/mach/sys/reboot.h
11792         * sysdeps/unix/sysv/linux/bits/in.h
11793         * sysdeps/unix/sysv/linux/net/ethernet.h
11794         * sysdeps/unix/sysv/linux/net/if_arp.h
11795         * sysdeps/unix/sysv/linux/net/if_ppp.h
11796         * sysdeps/unix/sysv/linux/net/if_shaper.h
11797         * sysdeps/unix/sysv/linux/net/route.h
11798         * sysdeps/unix/sysv/linux/netinet/if_ether.h
11799         * sysdeps/unix/sysv/linux/netinet/if_fddi.h
11800         * sysdeps/unix/sysv/linux/netinet/if_tr.h
11801         * sysdeps/unix/sysv/linux/netipx/ipx.h
11802         * sysdeps/unix/sysv/linux/sys/acct.h
11803         * include/arpa/nameser.h, include/resolv.h:
11804         Change all uses of u_char to unsigned char,
11805         u_short and ushort to unsigned short, u_int and uint to unsigned int,
11806         u_long and ulong to unsigned long, u_int8_t to uint8_t,
11807         u_int16_t to uint16_t, u_int32_t to uint32_t, quad_t to int64_t,
11808         and u_int64_t and u_quad_t to uint64_t.
11810         * mach/sys/reboot.h: Remove two casts of integer literals
11811         to the types they already have.
11813         * bits/in.h: Correct error in description of IP_MULTICAST_LOOP.
11814         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
11815         * sysdeps/unix/sysv/linux/netinet/if_ether.h: Change a comment
11816         from referring to 'unsigned char' to 'uint8_t' for consistency with
11817         the macro definition below.
11819         * gmon/sys/gmon.h, inet/netinet/igmp.h, inet/protocols/talkd.h
11820         * io/fts.h, resolv/arpa/nameser.h, resolv/resolv.h
11821         * sunrpc/rpc/rpc_des.h, sysdeps/generic/netinet/ip.h
11822         * sysdeps/gnu/netinet/tcp.h, sysdeps/gnu/netinet/udp.h
11823         * sysdeps/mach/hurd/net/if_ppp.h, sysdeps/unix/sysv/linux/net/if_ppp.h
11824         * sysdeps/unix/sysv/linux/sys/acct.h
11825         * include/arpa/nameser.h, include/resolv.h:
11826         Fix indentation disrupted by mechanical edits.
11828         * inet/protocols/talkd.h, resolv/arpa/nameser.h
11829         * sysdeps/generic/netinet/in_systm.h
11830         * sysdeps/gnu/netinet/ip_icmp.h, sysdeps/gnu/netinet/tcp.h
11831         * sysdeps/gnu/netinet/udp.h
11832         * sysdeps/unix/sysv/linux/net/ethernet.h
11833         * sysdeps/unix/sysv/linux/net/if_arp.h
11834         * sysdeps/unix/sysv/linux/net/if_ppp.h
11835         * sysdeps/unix/sysv/linux/net/if_shaper.h
11836         * sysdeps/unix/sysv/linux/netinet/if_fddi.h
11837         * sysdeps/unix/sysv/linux/netinet/if_tr.h
11838         * sysdeps/unix/sysv/linux/netipx/ipx.h
11839         * sysdeps/unix/sysv/linux/sys/acct.h
11840         Include stdint.h for uintNN_t definitions.
11841         Don't include sys/cdefs.h, features.h, or asm/types.h directly.
11843 2016-09-23  Zack Weinberg  <zackw@panix.com>
11845         * rpcsvc/nislib.h: Include rpcsvc/nis.h.
11846         * sysdeps/unix/sysv/linux/netrose/rose.h:
11847         Include sys/socket.h and netax25/ax25.h.
11849         * inet/netinet/icmp6.h, inet/netinet/ip6.h
11850         * resolv/arpa/nameser_compat.h:
11851         Use __BYTE_ORDER etc. instead of BYTE_ORDER etc.
11853         * sysdeps/unix/sysv/linux/sys/quota.h:
11854         Use __caddr_t instead of caddr_t.
11855         * sysdeps/unix/sysv/linux/sys/timerfd.h:
11856         Use __clockid_t instead of clockid_t.
11858         * sysvipc/sys/ipc.h: Remove unnecessary #warning.
11860         * argp/argp.h: Check whether _LIBC is defined before expanding it.
11861         * posix/glob.h: Check whether __USE_XOPEN2K8 is defined instead of
11862         expanding it.
11864         * misc/sys/cdefs.h: Tidy up conditional nest defining __flexarr.
11865         Define __glibc_c99_flexarr_available to 1 when the compiler
11866         supports C99-compatible flexible array members, 0 otherwise.
11867         * sysdeps/unix/sysv/linux/bits/socket.h
11868         * sysdeps/mach/hurd/bits/socket.h
11869         * bits/socket.h: Use __glibc_c99_flexarr_available in
11870         definitions of struct cmsghdr and CMSG_DATA.
11872 2016-09-23  Florian Weimer  <fweimer@redhat.com>
11874         * manual/nss.texi (NSS Modules Interface): Adjust function return
11875         type to enum nss_status.  Document errnop argument.  Clarify
11876         h_errnop semantics.  Fix cross-reference formatting.
11877         (NSS Module Function Internals): Mention that *errnop needs to be
11878         set on failure, but not to zero.
11880 2016-09-23  Florian Weimer  <fweimer@redhat.com>
11882         * io/tst-open-tmpfile.c (wrap_open64, wrap_openat64)
11883         (get_random_name): New functions.
11884         (check_wrapper_flags_mode): Use linkat to give the new file a name
11885         determined by get_random_name.
11886         (do_test): Add calls to test open64 and openat64.
11888 2016-09-23  Florian Weimer  <fweimer@redhat.com>
11890         * test-skeleton.c: Remove #include <stdarg.h>.
11892 2016-09-21  Alexandre Oliva <aoliva@redhat.com>
11894         [BZ #19826]
11895         * elf/dl-tls.c (_dl_allocate_tls_init): Restore DTV early
11896         initialization of static TLS entries.
11897         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Likewise.
11898         * nptl/allocatestack.c (init_one_static_tls): Likewise.
11900 2016-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11902         * hurd/hurdmalloc.c (malloc_fork_prepare): Rename to
11903         _hurd_malloc_fork_prepare.
11904         (malloc_fork_parent): Rename to _hurd_malloc_fork_parent.
11905         (malloc_fork_child): Rename to _hurd_malloc_fork_child.
11906         (_hurd_fork_prepare_hook): Drop malloc_fork_prepare.
11907         (_hurd_fork_parent_hook): Drop malloc_fork_parent.
11908         (_hurd_fork_child_hook): Drop malloc_fork_child.
11909         * hurd/hurdmalloc.h (_hurd_malloc_fork_prepare,
11910         _hurd_malloc_fork_parent, _hurd_malloc_fork_child): Add declarations.
11911         * sysdeps/mach/hurd/fork.c (__fork): Call __malloc_fork_lock_parent
11912         after locking locks (notably hurd_dtable_lock). Call
11913         _hurd_malloc_fork_prepare after that. Call _hurd_malloc_fork_parent
11914         before __malloc_fork_unlock_parent and _hurd_malloc_fork_child before
11915         __malloc_fork_unlock_child.
11916         * sysdeps/mach/i386/syscall.S (syscall): Push back syscall number.
11918 2016-09-21  James Greenhalgh  <james.greenhalgh@arm.com>
11920         * soft-fp/extendhftf2.c: New.
11921         * soft-fp/fixhfti.c: Likewise.
11922         * soft-fp/fixunshfti.c: Likewise.
11923         * soft-fp/floattihf.c: Likewise.
11924         * soft-fp/floatuntihf.c: Likewise.
11925         * soft-fp/half.h: Likewise.
11926         * soft-fp/trunctfhf2.c: Likewise.
11928 2016-09-21  Joseph Myers  <joseph@codesourcery.com>
11930         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (issubnormal): New
11931         macro.
11932         * math/libm-test.inc (issubnormal_test_data): New array.
11933         (issubnormal_test): New function.
11934         * manual/arith.texi (Floating Point Classes): Document
11935         issubnormal.
11936         * manual/libm-err-tab.pl: Update comment on interfaces without
11937         ulps tabulated.
11939         * sysdeps/generic/stdint.h: Define
11940         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
11941         <bits/libc-header-start.h> instead of including <features.h>.
11942         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT8_WIDTH): New macro.
11943         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT8_WIDTH): Likewise.
11944         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT16_WIDTH): Likewise.
11945         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT16_WIDTH): Likewise.
11946         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT32_WIDTH): Likewise.
11947         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT32_WIDTH): Likewise.
11948         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT64_WIDTH): Likewise.
11949         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT64_WIDTH): Likewise.
11950         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST8_WIDTH): Likewise.
11951         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST8_WIDTH): Likewise.
11952         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST16_WIDTH): Likewise.
11953         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST16_WIDTH): Likewise.
11954         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST32_WIDTH): Likewise.
11955         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST32_WIDTH): Likewise.
11956         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST64_WIDTH): Likewise.
11957         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST64_WIDTH): Likewise.
11958         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST8_WIDTH): Likewise.
11959         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST8_WIDTH): Likewise.
11960         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST16_WIDTH): Likewise.
11961         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST16_WIDTH): Likewise.
11962         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST32_WIDTH): Likewise.
11963         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST32_WIDTH): Likewise.
11964         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST64_WIDTH): Likewise.
11965         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST64_WIDTH): Likewise.
11966         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INTPTR_WIDTH): Likewise.
11967         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINTPTR_WIDTH): Likewise.
11968         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INTMAX_WIDTH): Likewise.
11969         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINTMAX_WIDTH): Likewise.
11970         [__GLIBC_USE (IEC_60559_BFP_EXT)] (PTRDIFF_WIDTH): Likewise.
11971         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SIG_ATOMIC_WIDTH): Likewise.
11972         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SIZE_WIDTH): Likewise.
11973         [__GLIBC_USE (IEC_60559_BFP_EXT)] (WCHAR_WIDTH): Likewise.
11974         [__GLIBC_USE (IEC_60559_BFP_EXT)] (WINT_WIDTH): Likewise.
11975         * manual/arith.texi (Integers): Document these macros for types
11976         specified by width properties.
11977         * manual/lang.texi (Width of Type): Document these macros for
11978         other standard typedefs.
11979         * stdlib/tst-width-stdint.c: New file.
11980         * stdlib/Makefile (tests): Add tst-width-stdint.
11982 2016-09-21  Florian Weimer  <fweimer@redhat.com>
11984         [BZ #20016]
11985         * resolv/res_send.c (__libc_res_nsend): Remove USE_HOOK code.
11986         * resolv/res_data.c (res_send_setqhook, res_send_setrhook):
11987         Move ...
11988         * resolv/compat-hooks.c (res_send_setqhook, res_send_setrhook):
11989         ... here, as compatibility symbols in a new file.
11990         * resolv/Makefile (libresolv-routines): Add compat-hooks.
11991         * resolv/res_init.c (__res_vinit): Adjust member names.
11992         * include/resolv.h (res_send_setqhook, res_send_setrhook): Remove.
11993         * resolv/resolv.h (res_sendhookact, res_send_qhook)
11994         (res_send_rhook): Remove.
11995         (struct __res_state): Rename qhook, rhook members.
11997 2016-09-21  Florian Weimer  <fweimer@redhat.com>
11999         malloc: Use __libc_lock wrappers.
12000         * malloc/arena.c (list_lock, free_list_lock): Define using
12001         __libc_lock_define_initialized.
12002         (arena_lock): Adjust formatting.
12003         * malloc/malloc.c (struct malloc_state): Define mutex using
12004         __libc_lock_define.
12005         * sysdeps/generic/malloc-machine.h (mutex_t, mutex_init)
12006         (mutex_lock, mutex_trylock, mutex_unlock): Remove.
12007         * sysdeps/mach/hurd/malloc-machine.h (mutex_t, mutex_lock)
12008         (mutex_unlock, mutex_trylock): Remove.
12009         (__pthread_initialize): Remove unused macro.
12010         * sysdeps/nptl/malloc-machine.h (mutex_t, mutex_lock)
12011         (mutex_unlock, mutex_trylock): Remove.
12013 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12015         [BZ #20592]
12016         Remove RR type classification macros.
12017         * resolv/arpa/nameser.h (ns_t_qt_p, ns_t_mrr_p, ns_t_rr_p)
12018         (ns_t_udp_p, ns_t_xfr_p): Remove.
12020 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12022         Remove misleading version information.
12023         * resolv/arpa/nameser.h (__NAMESER): Remove.
12024         * resolv/arpa/nameser_compat.h (__BIND): Remove.
12026 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12028         Remove the always-defined BIND_4_COMPAT macro.
12029         * resolv/arpa/nameser.h: Unconditionally include
12030         <arpa/nameser_compat.h>.
12031         (BIND_4_COMPAT): Remove.
12032         * resolv/res_comp.c: Do not check BIND_4_COMPAT.
12034 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12036         [BZ #20591]
12037         Remove obsolete DNSSEC support.
12038         * resolv/arpa/nameser.h (ns_key_types, NS_KEY_*, NS_ALG_*)
12039         (NS_MD5_RSA_*, NS_DSA_*, NS_NXT_*, ns_sign, ns_sign2, ns_sign_tcp)
12040         (ns_sign_tcp2, ns_sign_tcp_init, ns_find_tsig, ns_verify)
12041         (ns_verify_tcp, ns_verify_tcp_init): Remove.
12042         (ns_cert_types): Add comment.
12043         * resolv/ns_print.c (ns_sprintrrf): Do not handle DNSSEC records
12044         separately.
12045         (KEY_RSA, KEY_HMAC_MD5, dst_s_id_calc, dst_s_get_int16)
12046         (dst_s_dns_key_id): Remove.
12047         * resolv/res_debug.c (__p_key_syms, __p_cert_syms): Remove unused
12048         variables.
12050 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12052         [BZ #20524]
12053         * manual/string.texi (String/Array Comparison): Clarify the
12054         strverscmp behavior.
12056 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12058         * test-skeleton.c (xasprintf): Add function.
12059         * io/tst-open-tmpfile.c: New test.
12060         * io/Makefile (tests): Add it.
12062 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12064         Avoid running $(CXX) during build to obtain header file paths.
12065         * configure.ac (CXX_SYSINCLUDES, CXX_CMATH_HEADER): Set.
12066         * config.make.in (c++-cstdlib-header, c++-cmath-header): Define.
12067         * Makerules (cstdlib, cmath): Remove variables.  Use
12068         $(c++-cstdlib-header), $(c++-cmath-header) instead.
12069         * configure: Regenerate.
12071 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12073         * Makeconfig (all-object-suffixes): Include .op only if
12074         $(build-profile).
12076 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12078         * elf/sln.c: Remove HAVE_CONFIG_H, S_ISDIR, S_ISLNK preprocessor
12079         conditionals.  Do not define PATH_MAX.
12081 2016-09-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12083         * posix/Makefile (tests): Add tst-spawn3.
12084         * posix/tst-spawn3.c: New file.
12085         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Close file descriptor
12086         if it is already opened for open action.
12088         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Correctly block and unblock
12089         all signals when executing the clone vfork child.
12090         (SIGALL_SET): Remove macro.
12092         * nptl/Makefile (tests): Add tst-exec5.
12093         * nptl/tst-exec5.c: New file.
12094         * sysdeps/unix/sysv/linux/spawni.c (__spawni): Correctly enable and disable
12095         asynchronous cancellation.
12097 2016-09-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12099         * hurd/exc2signal.c: #include <hurd/signal.h>
12100         (_hurd_exception2signal): Replace 'exception', 'code', 'subcode',
12101         'sigcode', 'error' parameters with 'detail' parameter.  Fix code
12102         accordingly.
12103         * mach/mach_error.c (mach_error): Fix old-style function definition.
12104         * mach/errstring.c (mach_error_type, mach_error_string): Likewise.
12106 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12108         * math/Makefile (libm-calls): Remove s_nanF.
12109         (gen-libm-calls): Add s_nanF.
12111         * math/s_nan.c: Refactor into ...
12112         * math/s_nan_template.c: New file.
12114         * math/s_nanf.c: Removed.
12115         * math/s_nanl.c: Removed.
12116         * sysdeps/ieee754/ldbl-opt/s_nan.c: Removed.
12117         * sysdeps/ieee754/ldbl-opt/s_nanl.c: Removed.
12119         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
12120         (LDOUBLE_nanl_libm_version): New macro.
12122         * sysdeps/generic/math-type-macros-double.h:
12123         (M_STRTO_NAN): New macro.
12124         * sysdeps/generic/math-type-macros-float.h: Likewise.
12125         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
12127         * sysdeps/generic/math-type-macros.h: Document
12128         M_STRTO_NAN.
12130 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12132         * math/s_nanf.c: Remove __nanf undef.
12133         * math/s_nan.c: Remove __nan undef.
12134         * math/s_nanl.c: Remove __nanl undef.
12136         * sysdeps/generic/math_private.h (__nan): Remove macro
12137         override.
12138         (__nanf): Likewise.
12139         (__nanl): Likewise.
12141 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12143         * math/Makefile (gen-all-calls): New variable.
12144         (generated): Replace gen-libm-calls with gen-all-calls.
12145         (gen-libm-templates.stmp): Likewise.  Also, ensure
12146         the output directory exists or is created and add
12147         dependency on the Makefile.
12148         (calls): Move s_ldexpF into gen-calls.
12149         (gen-calls): New variable.
12151         * math/s_ldexpf.c: Removed.
12152         * math/s_ldexpl.c: Removed.
12153         * math/s_ldexp.c: Refactored into ...
12154         * math/s_ldexp_template.c: New file.
12156         * sysdeps/generic/math-type-macros-double.h: Remove
12157         redundant fall-through definition of declare_mgen_alias.
12158         (declare_mgen_alias_2): New macro.
12160         * sysdeps/generc/math-type-macros.h (declare_mgen_alias_2):
12161         New macro for function aliased to two exported symbols.
12163         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Update to use
12164         new template file.
12165         sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
12167 2016-09-20  Florian Weimer  <fweimer@redhat.com>
12169         * Makeconfig (all-object-suffixes): Remove .og.
12170         * Makerules (elide-routines.og): Remove.
12171         * sysdeps/i386/i686/Makefile (CFLAGS-.og, ASFLAGS-.og): Remove.
12172         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.og): Remove.
12173         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.op): Remove.
12175 2016-09-20  Florian Weimer  <fweimer@redhat.com>
12177         * scripts/sysd-rules.awk (BEGIN): Only generate rtld patterns for
12178         .os objects.
12180 2016-09-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12182         [BZ #20615]
12183         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Replace
12184         fpu directory by non-fpu.
12185         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Remove dependency
12186         on non-fpu directory from a fpu directory.
12188 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
12190         * include/limits.h: Define
12191         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
12192         <bits/libc-header-start.h> instead of including <features.h>.
12193         [__GLIBC_USE (IEC_60559_BFP_EXT)] (CHAR_WIDTH): New macro.
12194         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SCHAR_WIDTH): Likewise.
12195         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UCHAR_WIDTH): Likewise.
12196         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SHRT_WIDTH): Likewise.
12197         [__GLIBC_USE (IEC_60559_BFP_EXT)] (USHRT_WIDTH): Likewise.
12198         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_WIDTH): Likewise.
12199         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_WIDTH): Likewise.
12200         [__GLIBC_USE (IEC_60559_BFP_EXT)] (LONG_WIDTH): Likewise.
12201         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULONG_WIDTH): Likewise.
12202         [__GLIBC_USE (IEC_60559_BFP_EXT)] (LLONG_WIDTH): Likewise.
12203         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULLONG_WIDTH): Likewise.
12204         * manual/lang.texi (Width of Type): Document these macros.
12205         * stdlib/tst-width.c: New file.
12206         * stdlib/Makefile (tests): Add tst-width.
12208 2016-09-18  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12210         * intl/dcigettext.c (PATH_MAX): Call __pathconf instead of pathconf.
12211         * sysdeps/posix/dup.c (__dup): Call __fcntl instead of fcntl.
12213 2016-09-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12215         * nptl/sem_init.c (__new_sem_init): Init pad value to 0.
12216         * sysdeps/sparc/sparc32/sem_open.c: Remove file.
12217         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: Likewise.
12219 2016-09-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12221         [BZ #18243]
12222         * rt/Makefile (test): Add tst-shm-cancel.
12223         * rt/tst-shm-cancel.c: New file.
12224         * sysdeps/posix/shm_open.c: Disable asynchronous cancellation.
12226         [BZ #18243]
12227         * nptl/pthreadP.h (__pthread_testcancel): Add prototype and hidden_proto.
12228         * nptl/pthread_testcancel.c (pthread_cancel): Add internal aliais
12229         definition.
12230         * nptl/sem_timedwait.c (sem_timedwait): Add cancellation check for
12231         uncontended case.
12232         * nptl/sem_wait.c (__new_sem_wait): Likewise.
12233         * nptl/tst-cancel12.c (cleanup): Remove wrong cancellation point.
12234         (tf): Fix check for uncontended case.
12235         (do_test): Likewise.
12236         * nptl/tst-cancel13.c (cleanup): Remove wrong cancellation point.
12237         (tf): Fix check for uncontended case.
12238         (do_test): Likewise.
12239         * nptl/tst-cancel14.c (cleanup): Remove wrong cancellation point.
12240         (tf): Fix check for uncontended case.
12241         (do_test): Likewise.
12242         * nptl/tst-cancel15.c (cleanup): Remove wrong cancellation point.
12243         (tf): Fix check for uncontended case.
12244         (do_test): Likewise.
12246         * sysdeps/sparc/sparc32/sem_wait.c: Remove file.
12247         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Likewise.
12249         [BZ #15765]
12250         * nptl/Makefile (tests): Add tst-sem16.
12251         * nptl/tst-sem16.c: New file.
12252         * nptl/sem_open.c (sem_open): Disable asynchronous cancellation.
12254         * nptl/sem_open.c (sem_open): Init pad value to 0.
12255         * sysdeps/sparc/sparc32/sem_open.c: Remove file.
12256         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: Likewise.
12258 2016-09-15  Florian Weimer  <fweimer@redhat.com>
12260         [BZ #20611]
12261         * inet/Makefile (routines): Add inet6_scopeid_pton.
12262         (tests): Add tst-inet6_scopeid_pton.
12263         * inet/inet6_scopeid_pton.c: New file.
12264         * inet/net-internal.h: Likewise.
12265         * inet/tst-inet6_scopeid_pton.c: New test.
12266         * inet/Versions (GLIBC_PRIVATE): Add __inet6_scopeid_pton.
12267         * resolv/res_init.c (__res_vinit): Use __inet6_scopeid_pton.
12268         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
12270 2016-09-14  Florian Weimer  <fweimer@redhat.com>
12272         Remove support for compiling wrappers with PTW.
12273         * sysdeps/nptl/Makeconfig: Drop ptw- support.
12274         * nptl/Makefile (pthread-compat-wrappers): Define.
12275         (libpthread-routines): Use pthread-compat-wrappers.
12276         * sysdeps/unix/sysv/linux/alpha/Makefile
12277         (libpthread-routines, libpthread-shared-only-routines): Remove
12278         ptw- prefix.
12279         * sysdeps/s390/nptl/Makefile
12280         (libpthread-routines, libpthread-shared-only-routines): Likewise.
12281         * sysdeps/ia64/nptl/Makefile
12282         (libpthread-routines, libpthread-shared-only-routines): Likewise.
12283         * sysdeps/nacl/Makefile (libpthread-routines): Use
12284         pthread-compat-wrappers to filter the routines list instead of the
12285         ptw- prefix.
12287 2016-09-13  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12289         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Wrap long double literals
12290         with L() and remove explicit suffix, convert real literals
12291         which can be equivalentally substituted with integers, and
12292         transform -L(x) to L(-x).
12294         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
12295         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12296         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
12297         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
12298         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
12299         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
12300         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12301         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
12302         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
12303         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
12304         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12305         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12306         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
12307         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
12308         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
12309         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
12310         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
12311         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
12312         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
12313         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
12314         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
12315         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
12316         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
12317         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
12318         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
12319         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
12320         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
12321         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
12322         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
12323         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
12324         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
12325         * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
12326         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
12327         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
12328         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
12329         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
12330         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
12331         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
12332         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
12333         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
12334         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
12335         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12336         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
12337         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
12338         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
12339         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
12340         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
12341         * sysdeps/ieee754/ldbl-128/t_expl.h: Likewise.
12342         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
12343         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
12345 2016-09-13  Florian Weimer  <fweimer@redhat.com>
12347         * resolv/res_init.c: Remove _LIBC_REENTRANT; it is always defined.
12349 2016-09-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12351         * malloc/Makefile (tests): Remove individual static test names
12352         and just add all of tests-static.
12354         * csu/libc-start.c (__libc_csu_irel): Remove declaration.
12356 2016-09-07  Joseph Myers  <joseph@codesourcery.com>
12358         * sysdeps/powerpc/powerpc32/e500/nofpu/fetestexceptflag.c: New
12359         file.
12361         * sysdeps/sparc/fpu/fegetmode.c: New file.
12362         * sysdeps/sparc/fpu/fesetmode.c: Likewise.
12364         * sysdeps/sh/sh4/fpu/fegetmode.c: New file.
12365         * sysdeps/sh/sh4/fpu/fesetmode.c: Likewise.
12367         * sysdeps/s390/fpu/fegetmode.c: New file.
12368         * sysdeps/s390/fpu/fesetmode.c: Likewise.
12370         * sysdeps/powerpc/fpu/fegetmode.c: New file.
12371         * sysdeps/powerpc/fpu/fesetmode.c: Likewise.
12372         * sysdeps/powerpc/nofpu/fegetmode.c: Likewise.
12373         * sysdeps/powerpc/nofpu/fesetmode.c: Likewise.
12374         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetmode.c: Likewise.
12375         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetmode.c: Likewise.
12377         * sysdeps/mips/fpu/fegetmode.c: New file.
12378         * sysdeps/mips/fpu/fesetmode.c: Likewise.
12380         * sysdeps/m68k/fpu/fegetmode.c: New file.
12381         * sysdeps/m69k/fpu/fesetmode.c: Likewise.
12383         * sysdeps/ia64/fpu/fegetmode.c: New file.
12384         * sysdeps/ia64/fpu/fesetmode.c: Likewise.
12386         * sysdeps/hppa/fpu/fegetmode.c: New file.
12387         * sysdeps/hppa/fpu/fesetmode.c: Likewise.
12389         * sysdeps/arm/fegetmode.c: New file.
12390         * sysdeps/arm/fesetmode.c: Likewise.
12392         * sysdeps/alpha/fpu/fegetmode.c: New file.
12393         * sysdeps/alpha/fpu/fesetmode.c: Likewise.
12395         * sysdeps/aarch64/fpu/fegetmode.c: New file.
12396         * sysdeps/aarch64/fpu/fesetmode.c: Likewise.
12398         * math/fegetmode.c: New file.
12399         * math/fesetmode.c: Likewise.
12400         * sysdeps/i386/fpu/fegetmode.c: Likewise.
12401         * sysdeps/i386/fpu/fesetmode.c: Likewise.
12402         * sysdeps/x86_64/fpu/fegetmode.c: Likewise.
12403         * sysdeps/x86_64/fpu/fesetmode.c: Likewise.
12404         * math/fenv.h: Update comment on inclusion of <bits/fenv.h>.
12405         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fegetmode): New function
12406         declaration.
12407         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fesetmode): Likewise.
12408         * bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (femode_t): New
12409         typedef.
12410         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12411         * sysdeps/aarch64/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12412         (femode_t): New typedef.
12413         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12414         * sysdeps/alpha/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12415         (femode_t): New typedef.
12416         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12417         * sysdeps/arm/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12418         (femode_t): New typedef.
12419         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12420         * sysdeps/hppa/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12421         (femode_t): New typedef.
12422         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12423         * sysdeps/ia64/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12424         (femode_t): New typedef.
12425         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12426         * sysdeps/m68k/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12427         (femode_t): New typedef.
12428         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12429         * sysdeps/microblaze/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12430         (femode_t): New typedef.
12431         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12432         * sysdeps/mips/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12433         (femode_t): New typedef.
12434         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12435         * sysdeps/nios2/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12436         (femode_t): New typedef.
12437         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12438         * sysdeps/powerpc/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12439         (femode_t): New typedef.
12440         [__GLIBC_USE (IEC_60559_BFP_EXT)] (__fe_dfl_mode): New variable
12441         declaration.
12442         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12443         * sysdeps/s390/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12444         (femode_t): New typedef.
12445         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12446         * sysdeps/sh/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12447         (femode_t): New typedef.
12448         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12449         * sysdeps/sparc/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12450         (femode_t): New typedef.
12451         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12452         * sysdeps/tile/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12453         (femode_t): New typedef.
12454         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12455         * sysdeps/x86/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12456         (femode_t): New typedef.
12457         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
12458         * manual/arith.texi (FE_DFL_MODE): Document macro.
12459         (fegetmode): Document function.
12460         (fesetmode): Likewise.
12461         * math/Versions (fegetmode): New libm symbol at version
12462         GLIBC_2.25.
12463         (fesetmode): Likewise.
12464         * math/Makefile (libm-support): Add fegetmode and fesetmode.
12465         (tests): Add test-femode and test-femode-traps.
12466         * math/test-femode-traps.c: New file.
12467         * math/test-femode.c: Likewise.
12468         * sysdeps/powerpc/fpu/fenv_const.c (__fe_dfl_mode): Declare as
12469         alias for __fe_dfl_env.
12470         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_dfl_mode): Likewise.
12471         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c
12472         (__fe_dfl_mode): Likewise.
12473         * sysdeps/powerpc/Versions (__fe_dfl_mode): New libm symbol at
12474         version GLIBC_2.25.
12475         * sysdeps/nacl/libm.abilist: Update.
12476         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12477         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12478         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12479         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12480         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12481         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12482         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12483         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12484         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12485         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12486         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12487         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
12489         Likewise.
12490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12491         Likewise.
12492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
12493         Likewise.
12494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
12495         Likewise.
12496         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12497         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12498         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12499         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12500         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12501         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
12502         Likewise.
12503         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
12504         Likewise.
12505         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
12506         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12507         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12509 2016-09-06  H.J. Lu  <hongjiu.lu@intel.com>
12511         [BZ #20495]
12512         [BZ #20508]
12513         * sysdeps/x86/cpu-features.c (init_cpu_features): For Intel
12514         processors, set Use_dl_runtime_resolve_slow and set
12515         Use_dl_runtime_resolve_opt if XGETBV suports ECX == 1.
12516         * sysdeps/x86/cpu-features.h (bit_arch_Use_dl_runtime_resolve_opt):
12517         New.
12518         (bit_arch_Use_dl_runtime_resolve_slow): Likewise.
12519         (index_arch_Use_dl_runtime_resolve_opt): Likewise.
12520         (index_arch_Use_dl_runtime_resolve_slow): Likewise.
12521         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Use
12522         _dl_runtime_resolve_avx512_opt and _dl_runtime_resolve_avx_opt
12523         if Use_dl_runtime_resolve_opt is set.  Use
12524         _dl_runtime_resolve_slow if Use_dl_runtime_resolve_slow is set.
12525         * sysdeps/x86_64/dl-trampoline.S: Include <cpu-features.h>.
12526         (_dl_runtime_resolve_opt): New.  Defined for AVX and AVX512.
12527         (_dl_runtime_resolve): Add one for _dl_runtime_resolve_sse_vex.
12528         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_avx_slow):
12529         New.
12530         (_dl_runtime_resolve_opt): Likewise.
12531         (_dl_runtime_profile): Define only if _dl_runtime_profile is
12532         defined.
12534 2016-09-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
12536         * sysdeps/unix/sysv/linux/s390/localplt.data: Mark ld.so:
12537         __libc_memalign with "+ RELA R_390_GLOB_DAT".
12539 2016-09-06  Florian Weimer  <fweimer@redhat.com>
12541         Convert malloc to __libc_lock.  Automated part, using this Perl
12542         s/// command:
12543           s/(?:\(void\)\s*)?mutex_((?:|un|try)lock|init)
12544             \s*\(\&([^\)]+)\)/__libc_lock_$1\ ($2)/gx;
12545         * malloc/malloc.c, malloc/arena.c, malloc/hooks.c: Perform
12546         conversion.
12548 2016-09-05  Aurelien Jarno  <aurelien@aurel32.net>
12550         * conform/Makefile (conformtest-header-tests): Pass -I. to $(PERL).
12551         (linknamespace-symlists-tests): Likewise.
12552         (linknamespace-header-tests): Likewise.
12554 2016-09-03  Aurelien Jarno  <aurelien@aurel32.net>
12556         [BZ #19810]
12557         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag later.
12558         * elf/tst-noload.c: New test case.
12559         * elf/Makefile (tests): Add tst-noload.
12561 2016-09-02  Roland McGrath  <roland@hack.frob.com>
12563         * sysdeps/nacl/dup.c: Add libc_hidden_def.
12565         * sysdeps/posix/wait3.c: Don't treat STAT_LOC as a union, since it's
12566         not any more.
12568         * sysdeps/nacl/clock.c (clock): nacl_abi_clock_t -> nacl_irt_clock_t
12570 2016-09-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12572         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Mark as inline.
12573         (do_cos_slow): Likewise.
12574         (do_sin): Likewise.
12575         (do_sin_slow): Likewise.
12576         (slow): Likewise.
12577         (slow1): Likewise.
12578         (slow2): Likewise.
12579         (sloww): Likewise.
12580         (sloww1): Likewise.
12581         (sloww2): Likewise.
12582         (bsloww): Likewise.
12583         (bsloww1): Likewise.
12584         (bsloww2): Likewise.
12585         (cslow2): Likewise.
12587         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use do_sin.
12589         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Accept X and DX as input
12590         arguments.  Consolidate input partitioning from callers here.
12591         (do_cos_slow): Likewise.
12592         (do_sin): Likewise.
12593         (do_sin_slow): Likewise.
12594         (do_sincos_1): Remove the no longer necessary input partitioning.
12595         (do_sincos_2): Likewise.
12596         (__sin): Likewise.
12597         (__cos): Likewise.
12598         (slow1): Likewise.
12599         (slow2): Likewise.
12600         (sloww1): Likewise.
12601         (sloww2): Likewise.
12602         (bsloww1): Likewise.
12603         (bsloww2): Likewise.
12604         (cslow2): Likewise.
12606 2016-09-02  Florian Weimer  <fweimer@redhat.com>
12608         * stdio-common/vfscanf.c (_IO_vfwscanf): Use MB_LEN_MAX instead of
12609         MB_CUR_MAX to avoid race condition.  Avoid pointer arithmetic
12610         outside of allocated array.
12612 2016-09-02  Florian Weimer  <fweimer@redhat.com>
12614         * stdio-common/vfprintf.c (process_string_arg): Use MB_LEN_MAX
12615         instead of MB_CUR_MAX to avoid variable-length array.
12617 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12619         * math/Makefile (libm-calls): Remove k_rem_pio2F.
12620         (type-double-routines): Add k_rem_pio2.
12621         (type-float-routines): Add k_rem_pio2f.
12623         * sysdeps/generic/math_private.h:
12624         (__kernel_rem_pio2l): Removed.
12626         * math/k_rem_pio2l.c: Removed.
12627         * sysdeps/i386/fpu/k_rem_pio2l.c: Removed.
12628         * sysdeps/ia64/fpu/k_rem_pio2l.c: Removed.
12629         * sysdeps/m68k/m680x0/fpu/k_rem_pio2l.c: Removed.
12630         * sysdeps/x86_64/fpu/k_rem_pio2l.c: Removed.
12632 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12634         * math/Makefile (gen-libm-calls): Add s_fmin
12635         (libm-calls): Remove above.
12637         * math/s_fmin.c: Refactor into ...
12638         * math/s_fmin_template.c: New file.
12640         * math/s_fminf.c: Removed.
12641         * math/s_fminl.c: Removed.
12642         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
12643         (LDOUBLE_fmin_libm_version): New macro.
12645         * sysdeps/ieee754/ldbl-opt/s_fmin.c: Removed.
12646         * sysdeps/ieee754/ldbl-opt/s_fminl.c: Removed.
12648 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12650         * math/Makefile: (gen-libm-calls): Add s_fmax.
12651         (libm-calls): Remove above.
12653         * math/s_fmax.c: Refactor into ...
12654         * math/s_fmax_template.c: New file.
12655         * math/s_fmaxf.c: Removed.
12656         * math/s_fmaxl.c: Removed.
12658         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
12659         (LDOUBLE_fmaxl_libm_version): New macro.
12661         * sysdeps/ieee754/ldbl-opt/s_fmax.c: Removed.
12662         * sysdeps/ieee754/ldbl-opt/s_fmaxl.c: Removed.
12664         * sysdeps/aarch64/fpu/s_fmax.c: Append fpu/ to include of
12665         s_fmin.c to pick the aarch64 version of the file.
12666         * sysdeps/aarch64/fpu/s_fmaxf.c: Likewise.
12667         * sysdeps/aarch64/fpu/s_fminf.c: Likewise.
12669 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12671         * math/Makefile: (gen-libm-calls): Add s_nextdown.
12672         (libm-calls): Remove above.
12674         * math/s_nextdown.c: Refactor into ...
12675         * math/s_nextdown_template.c: New file.
12676         * math/s_nextdownf.c: Removed.
12677         * math/s_nextdownl.c: Removed.
12679         * sysdeps/ieee754/ldbl-opt/s_nextdownl.c: New file.
12681 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12683         * math/Makefile (gen-libm-calls): Add s_fdim.
12684         (libm-calls): Move to above.
12686         * math/s_fdim.c: Renamed and refactored into to ...
12687         * math/s_fdim_template.c: New file.
12688         * math/s_fdiml.c: Removed.
12689         * sysdeps/ieee754/ldbl-opt/s_fdim.c: Removed.
12690         * sysdeps/ieee754/ldbl-opt/s_fdiml.c: Removed.
12692         * sysdeps/generic/math-type-macros-double.h:
12693         (declare_mgen_alias): Don't declare if already declared.
12694         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h:
12695         Likewise.
12697         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
12698         (declare_mgen_alias): Don't declare if already declared.
12699         (M_LIBM_NEED_COMPAT): Likewise.
12700         (declare_mgen_libm_compat): Likewise.
12701         (LDOUBLE_fdiml_libm_version): New macro.
12703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c:
12704         Include math/s_fdim.c now that ldbl-opt version is not needed.
12705         (declare_mgen_alias): New macro to disable aliasing.
12707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.c:
12708         (declare_mgen_alias): Likewise.
12709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c:
12710         (declare_mgen_alias): Likewise.
12711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c:
12712         (declare_mgen_alias): Likewise.
12713         (M_LIBM_NEED_COMPAT): Likewise.
12715 2016-09-01  Florian Weimer  <fweimer@redhat.com>
12717         [BZ #20525]
12718         * sysdeps/unix/sysv/linux/sys/quota.h: Update copyright.
12719         Include <linux/quota.h>.
12720         (fs_to_dq_blocks): Hard-code BLOCK_SIZE as 1024, to match dbtob
12721         and btodb.
12722         (_LINUX_QUOTA_VERSION, MAXQUOTAS, USRQUOTA, GRPQUOTA, INITQFNAMES)
12723         (SUBCMDMASK, SUBCMDSHIFT, QCMD, Q_QUOTAON, Q_QUOTAOFF, Q_GETQUOTA)
12724         (Q_SETQUOTA, Q_SETUSE, Q_SYNC, Q_SETQLIM, Q_GETSTATS, Q_RSQUASH)
12725         (Q_GETFMT, Q_GETINFO, Q_SETINFO, Q_GETNEXTQUOTA, QIF_BLIMITS)
12726         (QIF_SPACE, QIF_ILIMITS, QIF_INODES, QIF_BTIME, QIF_ITIME)
12727         (QIF_LIMITS, QIF_USAGE, QIF_TIMES, QIF_ALL, IIF_BGRACE)
12728         (IIF_IGRACE, IIF_FLAGS, IIF_ALL): Remove.
12729         (struct dqblock, struct dqinfo): Use __uint64_t and __uint32_t
12730         types.
12731         * sysdeps/unix/sysv/linux/tst-quota.c: New test.
12732         * sysdeps/unix/sysv/linux/Makefile (tests): Add it.
12734 2016-08-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12736         * sysdeps/ieee754/ldbl-128/e_gammal_r.c:
12737         (gammal_positive): Fix spacing.
12738         (__ieee754_gammal_r): Likewise.
12740 2016-08-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12742         * sysdeps/ieee754/ldbl-128/math_ldbl.h:
12743         (_Float128): Define as long double, always.
12744         (L): Apply long double type suffix, always.
12746         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Rename long double
12747         _Float128, excepting comments.
12749         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
12750         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
12751         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
12752         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
12753         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
12754         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12755         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
12756         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
12757         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
12758         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: Likewise.
12759         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
12760         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12761         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12762         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
12763         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
12764         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
12765         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
12766         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
12767         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
12768         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
12769         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
12770         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
12771         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
12772         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
12773         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
12774         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
12775         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
12776         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
12777         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
12778         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
12779         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
12780         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
12781         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
12782         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
12783         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
12784         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
12785         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
12786         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
12787         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
12788         * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
12789         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
12790         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
12791         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
12792         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
12793         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
12794         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
12795         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
12796         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
12797         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
12798         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
12799         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
12800         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
12801         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
12802         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
12803         * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
12804         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
12805         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
12806         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
12807         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12808         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
12809         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
12810         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
12811         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
12812         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
12813         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
12814         * sysdeps/ieee754/ldbl-128/t_expl.h: Likewise.
12815         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
12816         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12818         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Rename long double
12819         _Float128, and include math_private.h.
12820         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
12822         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (L): Define using
12823         long double semantics.
12824         (_Float128): Likewise.
12825         * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Likewise.
12826         * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
12827         * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
12828         * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
12830 2016-08-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
12832         * config.h.in (HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT): New undefine.
12833         * sysdeps/s390/configure.ac: Add test for z196 zarch support.
12834         * sysdeps/s390/configure: Regenerated.
12835         * sysdeps/s390/fpu/fraiseexcpt.c (__feraiseexcept): Use ledbra
12836         instruction for raising over-/underflow if z196 zarch is supported
12837         by default.
12838         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Correct comment.
12840 2016-08-30  Svante Signell  <svante.signell@gmail.com>
12842         * sysdeps/mach/hurd/adjtime.c (__adjtime): When OLDDELTA is NULL, make
12843         it point to a dumb buffer for RPC to fill it.
12845 2016-08-30  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12847         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos_slow): Use ternary
12848         instead of if/else.
12849         (do_sin_slow): Likewise.
12850         (do_sincos_1): Use fabs instead of if/else.
12851         (do_sincos_2): Likewise.
12852         (__sin): Likewise.
12853         (__cos): Likewise.
12854         (slow2): Likewise.
12855         (sloww): Likewise.
12856         (sloww1): Likewise.  Drop argument M.
12857         (sloww2): Use fabs instead of if/else.
12858         (bsloww): Likewise.
12859         (bsloww1): Likewise.
12860         (bsloww2): Likewise.
12862         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Add
12863         fall through comment.
12864         (do_sincos_1): Likewise.
12866         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute):
12867         Consolidate switch cases 0 and 2.
12869 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12871         * math/Makefile (libm-gen-calls): Add cpow, clog, clog10, cexp, cproj.
12872         (libm-calls): Remove the above.
12874         * math/s_cexp_template.c: Update using type-generic macros.
12875         * math/s_clog10_template.c: Likewise.
12876         * math/s_cpow_template.c: Likewise.
12877         * math/s_clog_template.c: Likewise.
12878         * math/s_cproj_template.c: Likewise.
12879         * math/s_csqrt_template.c: Likewise.
12881         * math/s_cexp.c: Removed.
12882         * math/s_cexpf.c: Removed.
12883         * math/s_cexpl.c: Removed.
12884         * math/s_clog10.c: Removed.
12885         * math/s_clog10f.c: Removed.
12886         * math/s_clog10l.c: Removed.
12887         * math/s_cpow.c: Removed.
12888         * math/s_cpowf.c: Removed.
12889         * math/s_cpowl.c: Removed.
12890         * math/s_clog.c: Removed.
12891         * math/s_clogf.c: Removed.
12892         * math/s_clogl.c: Removed.
12893         * math/s_cproj.c: Removed.
12894         * math/s_cprojf.c: Removed.
12895         * math/s_cprojl.c: Removed.
12896         * math/s_csqrt.c: Removed.
12897         * math/s_csqrtf.c: Removed.
12898         * math/s_csqrtl.c: Removed.
12900         * sysdeps/alpha/fpu/s_cexpf.c: Update using templated version.
12901         * sysdeps/alpha/fpu/s_clog10f.c: Update using templated version.
12902         * sysdeps/alpha/fpu/s_clogf.c: Update using templated version.
12903         * sysdeps/alpha/fpu/s_cpowf.c: Update using templated version.
12904         * sysdeps/alpha/fpu/s_cprojf.c: Update using templated version.
12905         * sysdeps/alpha/fpu/s_csqrtf.c: Update using templated version.
12907         * sysdeps/ieee754/ldbl-opt/s_cexp.c: Removed.
12908         * sysdeps/ieee754/ldbl-opt/s_cexpl.c: Removed.
12909         * sysdeps/ieee754/ldbl-opt/s_clog.c: Removed.
12910         * sysdeps/ieee754/ldbl-opt/s_clog10.c: Removed.
12911         * sysdeps/ieee754/ldbl-opt/s_clog10l.c: Removed.
12912         * sysdeps/ieee754/ldbl-opt/s_cpow.c: Removed.
12913         * sysdeps/ieee754/ldbl-opt/s_cpowl.c: Removed.
12914         * sysdeps/ieee754/ldbl-opt/s_cproj.c: Removed.
12915         * sysdeps/ieee754/ldbl-opt/s_cprojl.c: Removed.
12916         * sysdeps/ieee754/ldbl-opt/s_csqrt.c: Removed.
12917         * sysdeps/ieee754/ldbl-opt/s_csqrtl.c: Removed.
12919         * sysdeps/ieee754/ldbl-opt/s_clogl.c: Update using templated
12920         version.
12922         * sysdeps/m68k/m680x0/fpu/s_cexp.c: Refactor into.
12923         * sysdeps/m68k/m680x0/fpu/s_cexp_template.c: New file.
12924         * sysdeps/m68k/m680x0/fpu/s_cexpf.c: Removed.
12925         * sysdeps/m68k/m680x0/fpu/s_cexpl.c: Removed.
12927 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12929         * s_cexp_template.c: Copy of s_cexp.c.
12930         * s_clog_template.c: Copy of s_clog.c.
12931         * s_clog10_template.c: Copy of s_clog10.c.
12932         * s_cpow_template.c: Copy of s_cpow.c.
12933         * s_cproj_template.c: Copy of s_cproj.c.
12934         * s_csqrt_template.c: Copy of s_csqrt.c.
12936 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12938         [BZ #20517]
12939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c:
12940         Include ldbl-opt/s_fdim.c to ensure fdiml@GLIBC_2.1 is
12941         exported.
12943 2016-08-29  Joseph Myers  <joseph@codesourcery.com>
12945         * math/fetestexceptflag.c: New file.
12946         * sysdeps/s390/fpu/fetestexceptflag.c: Likewise.  Comment by
12947         Stefan Liebler.
12948         * math/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
12949         (fetestexceptflag): New function declaration.
12950         * manual/arith.texi (fetestexceptflag): Document function.
12951         * math/Versions (fetestexceptflag): New libm symbol at version
12952         GLIBC_2.25.
12953         * math/Makefile (libm-support): Add fetestexceptflag.
12954         (tests): Add test-fetestexceptflag.
12955         * math/test-fetestexceptflag.c: New file.
12956         * sysdeps/nacl/libm.abilist: Update.
12957         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
12958         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
12959         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
12960         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
12961         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
12962         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12963         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
12964         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12965         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
12966         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
12967         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
12968         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
12969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
12970         Likewise.
12971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12972         Likewise.
12973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
12974         Likewise.
12975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
12976         Likewise.
12977         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
12978         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
12979         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
12980         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
12981         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
12982         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
12983         Likewise.
12984         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
12985         Likewise.
12986         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
12987         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12988         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12990 2016-08-26  Florian Weimer  <fweimer@redhat.com>
12992         [BZ #20432]
12993         Avoid strong references to malloc-internal symbols when linking
12994         statically, to support statically interposed mallocs.
12995         * include/libc-symbols.h (call_function_static_weak): New macro.
12996         * malloc/Makefile (tests): Add tst-interpose-nothread,
12997         tst-interpose-thread, tst-interpose-static-nothread,
12998         tst-interpose-static-thread.
12999         (tests-static): Add tst-interpose-static-nothread,
13000         tst-interpose-static-thread.
13001         (extra-tests-objs): Add tst-interpose-aux-nothread.o,
13002         tst-interpose-aux-thread.o.
13003         (test-extras): Add tst-interpose-aux-nothread,
13004         tst-interpose-aux-thread.
13005         (tst-interpose-nothread, tst-interpose-static-nothread): Link with
13006         tst-interpose-aux-nothread.o.
13007         (tst-interpose-thread, tst-interpose-static-thread): Link with
13008         tst-interpose-aux-thread.o and libthread.
13009         * malloc/tst-interpose-aux-nothread.c: New file.
13010         * malloc/tst-interpose-aux-thread.c: Likewise.
13011         * malloc/tst-interpose-aux.c: Likewise.
13012         * malloc/tst-interpose-aux.h: Likewise.
13013         * malloc/tst-interpose-nothread.c: Likewise.
13014         * malloc/tst-interpose-skeleton.c: Likewise.
13015         * malloc/tst-interpose-static-nothread.c: Likewise.
13016         * malloc/tst-interpose-static-thread.c: Likewise.
13017         * malloc/tst-interpose-thread.c: Likewise.
13018         * nptl/tst-tls3-malloc.c: Use new interposed malloc.
13019         * sysdeps/mach/hurd/fork.c (__fork): Only call
13020         __malloc_fork_lock_parent, __malloc_fork_unlock_parent,
13021         __malloc_fork_unlock_child if defined.
13022         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
13024 2016-08-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13026         * test-skeleton.c (delayed_exit_thread): Add initializer on struct
13027         timespec C99 designated initialization.
13029 2016-08-26  Florian Weimer  <fweimer@redhat.com>
13031         [BZ #19946]
13032         Avoid expected SIGALRM signals.
13033         * test-skeleton.c (xpthread_sigmask, xpthread_mutex_lock)
13034         (xpthread_spin_lock, xpthread_cond_wait, xpthread_barrier_wait)
13035         (xpthread_create, xpthread_detach, xpthread_join)
13036         (delayed_exit_thread, delayed_exit): New functions.
13037         * nptl/tst-cond3 (EXPECTED_SIGNAL): Remove.
13038         (tf): Use xpthread_cond_wait.
13039         (do_test): Likewise.  Replace alarm with delayed_exit.
13040         * nptl/tst-eintr1.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13041         (do_test): Call delayed_exit.  Report failure.
13042         * nptl/tst-eintr2.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13043         (do_test): Call delayed_exit.
13044         * nptl/tst-eintr3.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13045         (do_test): Call delayed_exit.  Use xpthread_join.  Report error.
13046         * nptl/tst-eintr4.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13047         (do_test): Call delayed_exit.  Use xpthread_barrier_wait.  Report
13048         error.
13049         * nptl/tst-eintr5.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13050         (do_test): Call delayed_exit.  Use xpthread_cond_wait.  Report
13051         error.
13052         * nptl/tst-exit2.c (EXPECTED_SIGNAL): Remove.
13053         (do_test): Call delayed_exit.
13054         * nptl/tst-exit3.c (EXPECTED_SIGNAL): Remove.
13055         (do_test): Call delayed_exit.
13056         * nptl/tst-mutex6.c (EXPECTED_SIGNAL): Remove.
13057         (do_test): Call delayed_exit instead of alarm.  Use
13058         xpthread_mutex_lock.
13059         * nptl/tst-rwlock5.c (EXPECTED_SIGNAL): Remove.
13060         (do_test): Call delayed_exit instead of alarm.  Use
13061         xpthread_mutex_lock.
13062         * nptl/tst-sem2.c (EXPECTED_SIGNAL): Remove.
13063         (do_test): Call delayed_exit instead of alarm.
13064         * nptl/tst-spin3.c (EXPECTED_SIGNAL): Remove.
13065         (do_test): Call delayed_exit instead of alarm.  Use
13066         xpthread_spin_lock.
13067         * nptl/tst-stdio1.c (EXPECTED_SIGNAL): Remove.
13068         (do_test): Call delayed_exit instead of alarm.  Use
13069         xpthread_join.
13071 2016-08-26  H.J. Lu  <hongjiu.lu@intel.com>
13073         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Don't
13074         adjust CFA when allocating register save area on re-aligned
13075         stack.
13077 2016-08-26  Florian Weimer  <fweimer@redhat.com>
13079         * string/tst-cmp.c: New test.
13080         * string/Makefile (tests): Add it.
13082 2016-08-25  Mark Wielaard  <mark@klomp.org>
13084         * misc/tsearch.c (struct node_t): Reduce to 3 pointers if
13085         USE_MALLOC_LOW_BIT.  Define pointer/value accessors.
13086         (check_tree_recurse): Use newly defined accessors.
13087         (check_tree): Likewise.
13088         (maybe_split_for_insert): Likewise.
13089         (__tfind): Likewise.
13090         (__tdelete): Likewise.
13091         (trecurse): Likewise.
13092         (tdestroy_recurse): Likewise.
13093         (__tsearch): Likewise. And add asserts for malloc alignment.
13094         (__twalk): Cast root to node in case CHECK_TREE is defined.
13096 2016-08-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13098         * scripts/check-local-headers.sh (exclude): Add mach_debug/.
13100 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13102         * math/Makefile (libm-gen-calls): Add
13103         catan, catanh, ctan, ctanh.
13104         (libm-calls): Remove the above.
13106         * math/s_catan_template.c: Update using type-generic macros.
13107         * math/s_catanh_template.c: Likewise.
13108         * math/s_ctan_template.c: Likewise.
13109         * math/s_ctanh_template.c: Likewise.
13111         * math/s_catanf.c: Removed.
13112         * math/s_catan.c: Removed.
13113         * math/s_catanl.c: Removed.
13114         * math/s_catanhf.c: Removed.
13115         * math/s_catanh.c: Removed.
13116         * math/s_catanhl.c: Removed.
13117         * math/s_ctanf.c: Removed.
13118         * math/s_ctan.c: Removed.
13119         * math/s_ctanl.c: Removed.
13120         * math/s_ctanhf.c: Removed.
13121         * math/s_ctanh.c: Removed.
13122         * math/s_ctanhl.c: Removed.
13124         * sysdeps/ieee754/ldbl-opt/s_catanhl.c: Removed.
13125         * sysdeps/ieee754/ldbl-opt/s_catanl.c: Removed.
13126         * sysdeps/ieee754/ldbl-opt/s_ctan.c: Removed.
13127         * sysdeps/ieee754/ldbl-opt/s_ctanh.c: Removed.
13128         * sysdeps/ieee754/ldbl-opt/s_ctanhl.c: Removed.
13129         * sysdeps/ieee754/ldbl-opt/s_ctanl.c: Removed.
13131         * sysdeps/alpha/fpu/s_catanf.c: Update to use template file.
13132         * sysdeps/alpha/fpu/s_catanhf.c: Likewise.
13133         * sysdeps/alpha/fpu/s_ctanf.c: Likewise.
13134         * sysdeps/alpha/fpu/s_ctanhf.c: Likewise.
13136 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13138         * s_catan_template.c: Copy of s_catan.c.
13139         * s_catanh_template.c: Copy of s_catanh.c.
13140         * s_ctan_template.c: Copy of s_ctan.c.
13141         * s_ctanh_template.c: Copy of s_ctanh.c.
13143 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13145         * math/Makefile (gen-libm-calls): Move
13146         casin, casinh, csin, csinh here.
13147         (libm-calls): Remove the above.
13149         * math/s_casin_template.c: Update using type-generic macros.
13150         * math/s_casinh_template.c: Likewise.
13151         * math/s_csin_template.c: Likewise.
13152         * math/s_csinh_template.c: Likewise.
13153         * math/k_casinh_template.c: Likewise.
13155         * math/s_casinf.c: Removed.
13156         * math/s_casin.c: Removed.
13157         * math/s_casinl.c: Removed.
13158         * math/s_casinh.c: Removed.
13159         * math/s_casinhf.c: Removed.
13160         * math/s_casinhl.c: Removed.
13161         * math/s_csin.c: Removed.
13162         * math/s_csinf.c: Removed.
13163         * math/s_csinl.c: Removed.
13164         * math/s_csinh.c: Removed.
13165         * math/s_csinhf.c: Removed.
13166         * math/s_csinhl.c: Removed.
13167         * math/k_casinh.c: Removed.
13168         * math/k_casinhf.c: Removed.
13169         * math/k_casinhl.c: Removed.
13171         * sysdeps/alpha/fpu/s_casinf.c: Refactor using templated version.
13172         * sysdeps/alpha/fpu/s_casinhf.c: Likewise.
13173         * sysdeps/alpha/fpu/s_csinf.c: Likewise.
13174         * sysdeps/alpha/fpu/s_csinhf.c: Likewise.
13176         * sysdeps/ieee754/ldbl-opt/s_casin.c: Removed.
13177         * sysdeps/ieee754/ldbl-opt/s_casinh.c: Removed.
13178         * sysdeps/ieee754/ldbl-opt/s_casinhl.c: Removed.
13179         * sysdeps/ieee754/ldbl-opt/s_casinl.c: Removed.
13180         * sysdeps/ieee754/ldbl-opt/s_csin.c: Removed.
13181         * sysdeps/ieee754/ldbl-opt/s_csinh.c: Removed.
13182         * sysdeps/ieee754/ldbl-opt/s_csinhl.c: Removed.
13183         * sysdeps/ieee754/ldbl-opt/s_csinl.c: Removed.
13185         * sysdeps/m68k/m680x0/fpu/s_csin.c: Refactor into ...
13186         * sysdeps/m68k/m680x0/fpu/s_csin_template.c: New file.
13187         * sysdeps/m68k/m680x0/fpu/s_csinf.c: Removed.
13188         * sysdeps/m68k/m680x0/fpu/s_csinl.c: Removed.
13190         * sysdeps/m68k/m680x0/fpu/s_csinh.c: Refactor into.
13191         * sysdeps/m68k/m680x0/fpu/s_csinh_template.c: New file.
13192         * sysdeps/m68k/m680x0/fpu/s_csinhf.c: Removed.
13193         * sysdeps/m68k/m680x0/fpu/s_csinhl.c: Removed.
13195 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13197         * s_casin_template.c: Copy of s_casin.c.
13198         * s_casinh_template.c: Copy of s_casinh.c.
13199         * s_csin_template.c: Copy of s_csin.c.
13200         * s_csinh_template.c: Copy of s_csinh.c.
13201         * k_casinh_template.c: Copy of k_casinh.c.
13203 2016-08-19  H.J. Lu  <hongjiu.lu@intel.com>
13205         * sysdeps/x86/cpu-features.h (bit_YMM_state): Set to (1 << 2).
13207 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13209         * sysdeps/ieee754/ldbl-128/gamma_productl.c:
13210         (mul_split) Remove, rename as mul_splitl, remove
13211         redundant float.h include, and include via mul_splitl.h
13213         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
13214         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
13215         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
13216         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
13217         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
13219         * math/mul_splitl.h: New file.
13221         * sysdeps/ieee754/dbl-64/gamma_product.c (mul_split):
13222         Move into mul_split.h, and remove redundant float.h include.
13224         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
13225         * sysdeps/ieee754/dbl-64/x2y2m1.c: Likewise.
13226         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
13227         * sysdeps/ieee754/ldbl-128ibm/x2y2m1.c: Likewise.
13229         * math/mul_split.h: New file.
13231 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13233         * math/Makefile (libm-gen-calls): Move
13234         s_cacos, s_cacosh, s_ccos, s_ccosh from ...
13235         (libm-calls): Remove above.
13237         * math/s_cacos_template.c: Update using type-generic macros.
13238         * math/s_cacosh_template.c: Likewise.
13239         * math/s_ccos_template.c: Likewise.
13240         * math/s_ccosh_template.c: Likewise.
13242         * math/s_cacosf.c: Removed.
13243         * math/s_cacos.c: Removed.
13244         * math/s_cacosl.c: Removed.
13245         * math/s_cacoshf.c: Removed.
13246         * math/s_cacosh.c: Removed.
13247         * math/s_cacoshl.c: Removed.
13248         * math/s_ccosf.c: Removed.
13249         * math/s_ccos.c: Removed.
13250         * math/s_ccosl.c: Removed.
13251         * math/s_ccoshf.c: Removed.
13252         * math/s_ccosh.c: Removed.
13253         * math/s_ccoshl.c: Removed.
13255         * sysdeps/ieee754/ldbl-opt/s_cacoshl.c: Removed.
13256         * sysdeps/ieee754/ldbl-opt/s_cacosl.c: Removed.
13257         * sysdeps/ieee754/ldbl-opt/s_ccos.c: Removed.
13258         * sysdeps/ieee754/ldbl-opt/s_ccosh.c: Removed.
13259         * sysdeps/ieee754/ldbl-opt/s_ccoshl.c: Removed.
13260         * sysdeps/ieee754/ldbl-opt/s_ccosl.c: Removed.
13262         * sysdeps/m68k/m680x0/fpu/s_ccosh.c: Refactor into.
13263         * sysdeps/m68k/m680x0/fpu/s_ccosh_template.c: New file.
13264         * sysdeps/m68k/m680x0/fpu/s_ccoshf.c: Removed.
13265         * sysdeps/m68k/m680x0/fpu/s_ccoshl.c: Removed.
13267         * sysdeps/alpha/fpu/s_cacosf.c: Update to use template file.
13268         * sysdeps/alpha/fpu/s_cacoshf.c: Likewise.
13269         * sysdeps/alpha/fpu/s_ccosf.c: Likewise.
13270         * sysdeps/alpha/fpu/s_ccoshf.c: Likewise.
13272 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13274         * s_cacos_template.c: Copy of s_cacos.c.
13275         * s_cacosh_template.c: Copy of s_cacosh.c.
13276         * s_ccos_template.c: Copy of s_ccos.c.
13277         * s_ccosh_template.c: Copy of s_ccosh.c.
13279 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13281         * stdlib/tst-strtod-round-skeleton.c:
13282         Refactored from tst-strtod-round.c.
13284         (L_): New macro to apply literal modifier.
13285         (FNPFX): New macro to select str or wcs prefix.
13286         (CHAR): New macro to choose wchar_t or char.
13287         (STRM): New macro to choose printf for tested character type.
13289         (STRTO): New macro to choose appropriate string -> real function.
13290         (FNPFXS): Stringitized version of FNPFX.
13291         (STR): Support for above macro.
13292         (STRX): Likewise.
13294         (TEST): Update with above macros.
13295         (test): Likewise.
13296         (GEN_ONE_TEST): Likewise.
13297         (test_in_one_mode): Likewise.
13299         * stdlib/tst-strtod-round.c: New file.
13300         * wcsmbs/tst-wcstod-round.c: New file.
13302         * wcsmbs/Makefile: (tests): Add tst-wcstod-round
13303         (tst-wcstod-round): Add libm depencency for fesetround.
13305 2016-08-19  Zack Weinberg  <zackw@panix.com>
13307         * debug/tst-chk1.c: Add tests for fortification of bcopy and bzero.
13309 2016-08-18  Torvald Riegel  <triegel@redhat.com>
13311         [BZ #20477]
13312         * resolv/res_hconf.c (do_init): Use atomic access.
13313         * resolv/res_hconf.h: Add comments.
13314         * nscd/aicache.c (addhstaiX): Call _res_hconf_init unconditionally.
13315         * nss/getXXbyYY_r.c (REENTRANT_NAME): Likewise.
13316         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
13318 2016-08-18  Stefan Liebler  <stli@linux.vnet.ibm.com>
13320         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
13321         Use DIAG_*_NEEDS_COMMENT macro to get rid of array-bounds warning.
13322         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
13323         Likewise.
13325 2016-08-18  Florian Weimer  <fweimer@redhat.com>
13327         [BZ #16907]
13328         * argp/argp.h: Switch to __BEGIN_DECLS and __END_DECLS.
13329         (__THROW, __NTH, __attribute__, __restrict): Remove definitions.
13330         * argp/argp-fmtstream.h: Add __BEGIN_DECLS and __END_DECLS.
13331         (__attribute__): Remove definition.
13333 2016-08-17  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13335         * sysdeps/ieee754/ldbl-128/e_asinl.c:
13336         Remove unused sqrtl declaration.
13338 2016-08-17  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13340         * math/Makefile: (gen-libm-templates.stmp): New rule.
13341         (libm-calls): Move carg conj cimag and cabs into ...
13342         (gen-libm-calls): New variable.
13343         (generated): Inform Make objects from gen-libm-calls
13344         may be generated.
13346         * sysdeps/generic/math-type-macros.h: New file.
13347         * sysdeps/generic/math-type-macros-float.h: Likewise.
13348         * sysdeps/generic/math-type-macros-double.h: Likewise.
13349         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
13350         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Likewise.
13351         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Likewise.
13353         * math/cabs.c: Refactor into
13354         * math/cabs_template.c: new file.
13355         * math/cabsf.c: Removed.
13356         * math/cabsl.c: Removed.
13357         * sysdeps/ieee754/ldbl-opt/cabsf.c: Removed.
13358         * sysdeps/ieee754/ldbl-opt/cabsl.c: Removed.
13360         * math/carg.c: Refactor into
13361         * math/carg_template.c: new file.
13362         * math/cargf.c: Removed.
13363         * math/cargl.c: Removed.
13364         * sysdeps/ieee754/ldbl-opt/cargf.c: Removed.
13365         * sysdeps/ieee754/ldbl-opt/cargl.c: Removed.
13367         * math/conj.c: Refactor into
13368         * math/conj_template.c: new file.
13369         * math/conjf.c: Removed.
13370         * math/conjl.c: Removed.
13371         * sysdeps/ieee754/ldbl-opt/conjf.c: Removed.
13372         * sysdeps/ieee754/ldbl-opt/conjl.c: Removed.
13374         * math/cimag.c: Refactor into
13375         * math/cimag_template.c: new file.
13376         * math/cimagf.c: Removed.
13377         * math/cimagl.c: Removed.
13378         * sysdeps/ieee754/ldbl-opt/cimagf.c: Removed.
13379         * sysdeps/ieee754/ldbl-opt/cimagl.c: Removed.
13381         * math/cimag.c: Refactor into
13382         * math/cimag_template.c: new file.
13383         * math/cimagf.c: Removed.
13384         * math/cimagl.c: Removed.
13385         * sysdeps/ieee754/ldbl-opt/cimagf.c: Removed.
13386         * sysdeps/ieee754/ldbl-opt/cimagl.c: Removed.
13388 2016-08-17  Florian Weimer  <fweimer@redhat.com>
13390         Reduce time to expected nptl/tst-once5 failure.
13391         * nptl/tst-once5.cc (TIMEOUT): Define.
13393 2016-08-17  Florian Weimer  <fweimer@redhat.com>
13395         [BZ #20452]
13396         Avoid additional copies of objects in libc.a in static libraries.
13397         * sysdeps/ia64/nptl/Makefile (libpthread-shared-only-routines):
13398         Add ptw-sysdep, ptw-sigblock, ptw-sigprocmask.
13399         * sysdeps/mips/Makefile (librt-shared-only-routines): Add
13400         rt-sysdep.
13401         * sysdeps/mips/nptl/Makefile (libpthread-shared-only-routines):
13402         Add nptl-sysdep.
13403         * sysdeps/s390/nptl/Makefile (libpthread-shared-only-routines):
13404         Add ptw-sysdep.
13405         * sysdeps/unix/alpha/Makefile (librt-shared-only-routines): Add
13406         rt-sysdep.
13407         * sysdeps/unix/sysv/linux/alpha/Makefile
13408         (libpthread-shared-only-routines): Add ptw-sysdep,
13409         ptw-sigprocmask, ptw-rt_sigaction.
13410         * sysdeps/unix/sysv/linux/ia64/Makefile
13411         (librt-shared-only-routines): Add rt-sysdep.
13412         * sysdeps/unix/sysv/linux/i386/Makefile
13413         (libpthread-shared-only-routines): Add libc-do-syscall.
13414         * sysdeps/unix/sysv/linux/microblaze/Makefile
13415         (libpthread-shared-only-routines): Add sysdep.
13416         * sysdeps/unix/sysv/linux/powerpc/Makefile
13417         (librt-shared-only-routines): Add rt-sysdep.
13418         (libpthread-shared-only-routines): Add sysdep.
13419         * sysdeps/unix/sysv/linux/s390/Makefile
13420         (librt-shared-only-routines): Add rt-sysdep.
13421         * sysdeps/unix/sysv/linux/sparc/Makefile
13422         (librt-shared-only-routines): Add rt-sysdep.
13423         (libpthread-shared-only-routines): Add sysdep.
13424         * sysdeps/unix/sysv/linux/tile/Makefile
13425         (libpthread-shared-only-routines): Likewise.
13427 2016-08-16  Joseph Myers  <joseph@codesourcery.com>
13429         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_E):
13430         Mask implicit bit out of unpacked value.
13431         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_EP): Likewise.
13432         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_E): Likewise.
13433         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_EP): Likewise.
13435         * sysdeps/sparc/fpu/fesetexcept.c: New file.
13437         * sysdeps/sh/sh4/fpu/fesetexcept.c: New file.
13439         * sysdeps/s390/fpu/fesetexcept.c: New file.
13441         * sysdeps/powerpc/fpu/fesetexcept.c: New file.
13442         * sysdeps/powerpc/nofpu/fesetexcept.c: Likewise.
13443         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetexcept.c: Likewise.
13445         * sysdeps/mips/fpu/fesetexcept.c: New file.
13447         * sysdeps/m68k/fpu/fesetexcept.c: New file.
13449         * sysdeps/ia64/fpu/fesetexcept.c: New file.
13451         * sysdeps/hppa/fpu/fesetexcept.c: New file.
13453         * sysdeps/arm/fesetexcept.c: New file.
13455         * sysdeps/alpha/fpu/fesetexcept.c: New file.
13457         * sysdeps/aarch64/fpu/fesetexcept.c: New file.
13459         * math/fesetexcept.c: New file.
13460         * sysdeps/i386/fpu/fesetexcept.c: Likewise.
13461         * sysdeps/x86_64/fpu/fesetexcept.c: Likewise.
13462         * math/fenv.h: Define
13463         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
13464         <bits/libc-header-start.h> instead of including <features.h>.
13465         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fesetexcept): New function
13466         declaration.
13467         * manual/arith.texi (fesetexcept): Document function.
13468         * math/Versions (fesetexcept): New libm symbol at version
13469         GLIBC_2.25.
13470         * math/Makefile (libm-support): Add fesetexcept.
13471         (tests): Add test-fesetexcept and test-fesetexcept-traps.
13472         * math/test-fesetexcept.c: New file.
13473         * math/test-fesetexcept-traps.c: Likewise.
13474         * sysdeps/nacl/libm.abilist: Update.
13475         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
13476         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
13477         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
13478         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
13479         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
13480         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
13481         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
13482         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
13483         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
13484         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
13485         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
13486         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
13487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
13488         Likewise.
13489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
13490         Likewise.
13491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
13492         Likewise.
13493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
13494         Likewise.
13495         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
13496         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
13497         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
13498         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
13499         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
13500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
13501         Likewise.
13502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
13503         Likewise.
13504         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
13505         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
13506         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
13508 2016-08-16  Florian Weimer  <fweimer@redhat.com>
13510         * nptl/tst-tls3.c (default_stack_size_in_mb, stack_size_in_mb):
13511         New.
13512         (do_test): Apply default_stack_size_in_mb if not set.
13513         * nptl/tst-tls3-malloc.c (stack_size_in_mb): Override default.
13515 2016-08-15  Andreas Schwab  <schwab@suse.de>
13517         [BZ #20435]
13518         CVE-2016-6323
13519         * sysdeps/unix/sysv/linux/arm/setcontext.S (__startcontext): Mark
13520         as .cantunwind.
13522 2016-08-12  Joseph Myers  <joseph@codesourcery.com>
13524         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Add
13525         comment from fraiseexcpt.c.
13527         * math/test-fexcept.c (feraiseexcept_exact): New function.
13528         (test_set): Call feraiseexcept_exact instead of feraiseexcept.
13529         (test_except): Likewise.
13531 2016-08-10  Joseph Myers  <joseph@codesourcery.com>
13533         [BZ #20455]
13534         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Mask out
13535         all FE_INVALID sub-exceptions from FPSCR when FE_INVALID specified
13536         to be restored.
13538         * math/test-fexcept-traps.c: New file.
13539         * math/test-fexcept.c: Likewise.
13540         * math/Makefile (tests): Add test-fexcept and test-fexcept-traps.
13541         * sysdeps/generic/math-tests.h (EXCEPTION_SET_FORCES_TRAP): New
13542         macro.
13543         * sysdeps/powerpc/math-tests.h [!__NO_FPRS__]
13544         (EXCEPTION_SET_FORCES_TRAP): Likewise.
13546 2016-08-09  Torvald Riegel  <triegel@redhat.com>
13548         * include/atomic.h (atomic_fetch_and_relaxed,
13549         atomic_fetch_and_release, atomic_fetch_or_release,
13550         atomic_fetch_xor_release): New.
13552 2016-08-06  Christian Seiler  <christian@iwakd.de>
13554         [BZ #20444]
13555         * sysdeps/mach/hurd/recvmsg.c (__libc_recvmsg): Cope with aport being
13556         MACH_PORT_NULL.
13558 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
13560         * math/s_fdim.c: Avoid alias renamed.
13561         * math/s_fdimf.c: Likewise.
13562         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
13563         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
13564         Add s_fdimf-vis3, s_fdim-vis3.
13565         (CFLAGS-s_fdimf-vis3.c): New. Set to -Wa,-Av9d -mvis3.
13566         (CFLAGS-s_fdim-vis3.c): Likewise.
13567         sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c: New file.
13568         sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Likewise.
13570 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
13572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
13573         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
13574         Remove s_fdimf-vis3, s_fdim-vis3.
13575         * sysdeps/sparc/sparc32/fpu/s_fdim.S: Delete file.
13576         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: Likewise.
13577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: Likewise.
13578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: Likewise.
13579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: Likewise.
13580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: Likewise.
13581         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: Likewise.
13582         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: Likewise.
13583         * sysdeps/sparc/sparc64/fpu/s_fdim.S: Likewise.
13584         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: Likewise.
13586 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
13588         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Add -mvis.
13589         * sysdeps/sparc/sparc64/Makefile (sysdep-CFLAGS): New. Define to
13590         -Wa,-Av9a -mvis.
13592 2016-08-05  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13594         * math/gen-libm-test.pl (apply_lit): Rewrite to apply
13595         LIT() to individual constants in simple expressions
13596         after splitting on spaces.
13597         (_apply_lit): Rename replaced version, and use it to
13598         apply to what appears to be a token.
13600         * math/libm-test.inc: Fix many, many issues with
13601         spacing.
13603 2016-08-05  Joseph Myers  <joseph@codesourcery.com>
13605         * math/math.h: Move comment about <bits/mathdef.h> definitions
13606         above inclusion of <bits/mathdef.h>.  Do not mention
13607         FLT_EVAL_METHOD, INFINITY or DECIMAL_DIG in that comment.
13609 2016-08-05  Torvald Riegel  <triegel@redhat.com>
13611         * include/atomic.h (atomic_exchange_relaxed): New.
13613 2016-08-04  Joseph Myers  <joseph@codesourcery.com>
13615         * math/e_scalb.c: Do not include <fenv.h>.
13616         (invalid_fn): Do calculation resulting in NaN instead of raising
13617         FE_INVALID and returning a NaN explicitly.
13618         * math/e_scalbf.c: Do not include <fenv.h>.
13619         (invalid_fn): Do calculation resulting in NaN instead of raising
13620         FE_INVALID and returning a NaN explicitly.
13621         * math/e_scalbl.c: Do not include <fenv.h>.
13622         (invalid_fn): Do calculation resulting in NaN instead of raising
13623         FE_INVALID and returning a NaN explicitly.
13625 2016-08-04  Carlos O'Donell  <carlos@redhat.com>
13627         * po/de.po: Updated from Translation Project.
13628         * po/fi.po: Likewise.
13629         * po/sv.po: Likewise.
13631 2016-08-04  Florian Weimer  <fweimer@redhat.com>
13633         [BZ #20452]
13634         Use sysdep.o from libc.a in static libraries.
13635         * sysdeps/unix/sysv/linux/i386/Makefile
13636         (libpthread-shared-only-routines): Add sysdep.
13637         (librt-shared-only-routines): Likewise.
13639 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
13641         * math/tgmath.h (nextdown): Define if
13642         [__GLIBC_USE (IEC_60559_BFP_EXT)], not if [__USE_GNU].
13643         (nextup): Likewise.
13645         * bits/libc-header-start.h (__GLIBC_USE_IEC_60559_FUNCS_EXT): New
13646         macro.
13647         * include/features.h (__STDC_WANT_IEC_60559_FUNCS_EXT__):
13648         Document.
13649         * manual/creature.texi (__STDC_WANT_IEC_60559_FUNCS_EXT__):
13650         Document macro.
13651         * manual/math.texi (exp10): Document as ISO from TS 18661-4:2015.
13652         (exp10f): Likewise.
13653         (exp10l): Likewise.
13654         * math/bits/mathcalls.h (exp10): Declare if
13655         [__GLIBC_USE (IEC_60559_FUNCS_EXT)], not [__USE_GNU].
13657         * manual/arith.texi (nextup): Fix typo in last change.
13659 2016-08-03  Zack Weinberg  <zackw@panix.com>
13661         [BZ #19239]
13662         * NEWS: Inclusion of <sys/sysmacros.h> by <sys/types.h> is deprecated.
13663         * misc/sys/sysmacros.h: If __SYSMACROS_DEPRECATED_INCLUSION is defined,
13664         define major, minor, and makedev to issue deprecation warnings on use.
13665         If __SYSMACROS_DEPRECATED_INCLUSION is *not* defined, suppress
13666         previously-activated deprecation warnings for these macros and prevent
13667         subsequent inclusions of this header from having any effect.
13668         * posix/sys/types.h: Define __SYSMACROS_DEPRECATED_INCLUSION before
13669         including <sys/sysmacros.h>, and undefine it again afterward.
13671 2016-08-03  Zack Weinberg  <zackw@panix.com>
13673         * sysdeps/generic/sys/sysmacros.h: Delete file.
13674         * sysdeps/unix/sysv/linux/makedev.c: Delete file.
13675         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Move file ...
13676         * bits/sysmacros.h: ... here; this encoding is now the generic
13677         encoding.  Now defines only the following macros:
13678         __SYSMACROS_DECLARE_MAJOR, __SYSMACROS_DEFINE_MAJOR,
13679         __SYSMACROS_DECLARE_MINOR, __SYSMACROS_DEFINE_MINOR,
13680         __SYSMACROS_DECLARE_MAKEDEV, __SYSMACROS_DEFINE_MAKEDEV.
13682         * misc/sys/sysmacros.h, misc/makedev.c: New files that use
13683         bits/sysmacros.h and the above new macros to generate the
13684         public implementations of major, minor, and makedev.
13685         * misc/tst-makedev.c: New test.
13686         * include/sys/sysmacros.h: New wrapper.
13688         * misc/Makefile (headers): Add sys/sysmacros.h, bits/sysmacros.h.
13689         (routines): Add makedev.
13690         (tests): Add tst-makedev.
13691         * misc/Versions [GLIBC_2.25]: Add gnu_dev_major, gnu_dev_minor,
13692         gnu_dev_makedev.
13693         * posix/Makefile (headers): Remove sys/sysmacros.h.
13694         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove makedev.
13696         * sysdeps/arm/nacl/libc.abilist: Add GLIBC_2.25,
13697         gnu_dev_major, gnu_dev_makedev, gnu_dev_minor.
13698         * sysdeps/unix/sysv/linux/aarch64/libc.abilist
13699         * sysdeps/unix/sysv/linux/alpha/libc.abilist
13700         * sysdeps/unix/sysv/linux/arm/libc.abilist
13701         * sysdeps/unix/sysv/linux/hppa/libc.abilist
13702         * sysdeps/unix/sysv/linux/i386/libc.abilist
13703         * sysdeps/unix/sysv/linux/ia64/libc.abilist
13704         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
13705         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist
13706         * sysdeps/unix/sysv/linux/microblaze/libc.abilist
13707         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
13708         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
13709         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
13710         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
13711         * sysdeps/unix/sysv/linux/nios2/libc.abilist
13712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
13713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
13714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
13715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
13716         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist
13717         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
13718         * sysdeps/unix/sysv/linux/sh/libc.abilist
13719         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
13720         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
13721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
13722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
13723         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist
13724         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
13725         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist:
13726         Add GLIBC_2.25.
13728         * include/features.h (__glibc_clang_prereq): New macro.
13729         * misc/sys/cdefs.h (__glibc_clang_has_extension)
13730         (__attribute_deprecated_msg__): New macros.
13732 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
13734         * bits/libc-header-start.h (__GLIBC_USE_IEC_60559_BFP_EXT): New
13735         macro.
13736         * include/features.h (__STDC_WANT_IEC_60559_BFP_EXT__): Document.
13737         * manual/arith.texi (issignaling): Document as ISO from TS
13738         18661-1:2014.
13739         (nextup): Likewise.
13740         (nextupf): Likewise.
13741         (nextupl): Likewise.
13742         (nextdown): Likewise.
13743         (nextdownf): Likewise.
13744         (nextdownl): Likewise.
13745         * manual/creature.texi (__STDC_WANT_IEC_60559_BFP_EXT__): Document
13746         macro.
13747         * math/math.h: Define
13748         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
13749         <bits/libc-header-start.h> instead of including <features.h>.
13750         (issignaling): Define if [__GLIBC_USE (IEC_60559_BFP_EXT)], not
13751         [__USE_GNU].
13752         * math/bits/mathcalls.h (nextdown): Declare if
13753         [__GLIBC_USE (IEC_60559_BFP_EXT)], not [__USE_GNU].
13754         (nextup): Likewise.
13755         (__issignaling): Likewise.
13757 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13759         * s_ccoshf.c (__ccoshf): Remove FE_INVALID
13760         check, and remove __glibc_likely hint
13761         from FP_INFINITE check.
13762         * s_csinhf.c (__csinhf): Likewise.
13764         * s_ccoshl.c (__ccoshl): Remove __glibc_likely
13765         hint from FP_INFINITE check.
13766         * s_csinhl.c (__csinhl): Likewise.
13768 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13770         * math/Makefile (libm-calls): Insert F placeholder into
13771         object names.  Move w_lgamma_compat* routines into
13772         (libm-compat-calls): New variable.
13773         (libm-compat-calls-ldouble-yes): New variable.
13774         (calls): Insert F placeholder.
13775         (generated): Redefine using new type-foreach macro call.
13776         (routines): Likewise.
13778         (types): New variable to hold a list of symbolic names
13779         for each type supported by the target machine.
13780         (libm-routines): Redefine using new types variable.
13781         (type-foreach): macro to replace fooF with the
13782         appropriately suffixed foo for each types.
13784         (type-ldouble-suffix): New variable.
13785         (type-ldouble-routines): Likewise.
13786         (type-ldouble-yes): Likewise.
13787         (type-double-suffix): Likewise.
13788         (type-double-routines): Likewise.
13789         (type-float-suffix): Likewise.
13790         (type-float-routines): Likewise.
13792         (dbl-only-routines): Remove.
13793         (long-c-yes): Likewise.
13794         (long-m-routines): Likewise.
13795         (long-m-support): Likewise.
13796         (long-m-yes): Likewise.
13797         (test-longdouble-yes): Likewise.
13799         (test-float.o): Simplify by increasing the scope of the
13800         recipe which adds libm-test.stmp to the vector types.
13801         (test-ifloat.o): Likewise.
13802         (test-float-finite.o): Likewise.
13803         (test-double.o): Likewise
13804         (test-idouble.o): Likewise.
13805         (test-double-finite.o): Likewise.
13806         (test-ldouble.o): Likewise
13807         (test-ildoubl.o): Likewise.
13808         (test-ldouble-finite.o): Likewise.
13810         (libm-tests): Redefine type tests using foreach and the
13811         list of types in types.
13813         (CPPFLAGS-test-ildoubl.c): Rename to
13814         (CPPFLAGS-test-ildouble.c): New variable
13816         * math/test-ildoubl.c: Rename to
13817         * math/test-ildouble.c: New file.
13819 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13821         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernal_tanl):
13822         Use fabsl instead of fabs.
13823         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl):
13824         Likewise.
13825         * sysdeps/ieee754/ldbl-128/s_atanl.c (__kernel_tanl):
13826         Add long double suffix to constant to ensure proper
13827         promotion to long double.
13829 2016-08-03  Tom Tromey  <tom@tromey.com>
13831         [BZ #20311]
13832         * nptl_db/Makefile (headers): Add proc_service.h.
13833         * nptl_db/proc_service.h: Add include guard.  Use
13834         __BEGIN/__END_DECLS.
13835         (ps_get_thread_area, ps_pstop, ps_pcontinue, ps_lstop)
13836         (ps_lcontinue): Remove "const" from "struct ps_prochandle *"
13837         arguments.
13840 2016-08-03  Florian Weimer  <fweimer@redhat.com>
13842         [BZ #17730]
13843         Avoid using memalign for TCB allocations.
13844         * elf/dl-tls.c (tcb_to_pointer_to_free_location): New.
13845         (_dl_allocate_tls_storage): Use malloc and manual alignment.
13846         Avoid alignment gap in the TLS_DTV_AT_TP case.
13847         (_dl_deallocate_tls): Use tcb_to_pointer_to_free_location to
13848         determine the pointer to free.
13849         * nptl/tst-tls3-malloc.c: New test.
13850         * nptl/Makefile (tests): Add it.
13851         (tst-tls3-malloc): Link with libdl, libpthread.
13852         (LDFLAGS-tst-tls3-malloc): Set.
13853         (tst-tls3-malloc.out): Depend on DSO used in test.
13855 2016-08-03  Florian Weimer  <fweimer@redhat.com>
13857         [BZ #17730]
13858         Avoid using memalign for TLS allocations.
13859         * sysdeps/generic/dl-dtv.h (struct dtv_pointer): New.  Replaces
13860         is_static member with to_free member.
13861         (union dtv): Use struct dtv_pointer.
13862         * csu/libc-tls.c (__libc_setup_tls): Set to_free member of struct
13863         dtv_pointer instead of is_static.
13864         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
13865         (_dl_deallocate_tls): Free to_free member of struct dtv_pointer
13866         instead of val.
13867         (allocate_dtv_entry): New function.
13868         (allocate_and_init): Return struct dtv_pointer.  Call
13869         allocate_dtv_entry instead of __libc_memalign.
13870         (_dl_update_slotinfo): Free to_free member of struct dtv_pointer
13871         instead of val.
13872         (tls_get_addr_tail): Set to_free member of struct dtv_pointer
13873         instead of is_static.  Adjust call to allocate_and_init.
13874         * nptl/allocatestack.c (get_cached_stack): Free to_free member of
13875         struct dtv_pointer instead of val.
13877 2016-08-03  Florian Weimer  <fweimer@redhat.com>
13879         * malloc/malloc.c (INTERNAL_SIZE_T, SIZE_SZ, MALLOC_ALIGNMENT)
13880         (MALLOC_ALIGN_MASK): Move ...
13881         * malloc/malloc-internal.h: ... to here.
13882         * elf/dl-minimal.c (malloc): Allocate with MALLOC_ALIGNMENT.
13884 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
13886         * sysdeps/gnu/netinet/udp.h (UDP_ENCAP_GTP0): New macro.
13887         (UDP_ENCAP_GTP1U): Likewise.
13889         * sysdeps/unix/sysv/linux/bits/socket.h (PF_QIPCRTR): New macro.
13890         (PF_MAX): Update value.
13891         (AF_QIPCRTR): New macro.
13893 2016-08-03  Aurelien Jarno  <aurelien@aurel32.net>
13895         * sysdeps/ieee754/dbl-64/s_trunc.c: Avoid alias renamed.
13896         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
13897         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
13898         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
13899         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
13900         Add s_ceilf-vis3, s_ceil-vis3, s_floorf-vis3, s_floor-vis3,
13901         s_truncf-vis3, s_trunc-vis3.
13902         (CFLAGS-s_ceilf-vis3.c): New. Set to -Wa,-Av9d -mvis3.
13903         (CFLAGS-s_ceil-vis3.c): Likewise.
13904         (CFLAGS-s_floorf-vis3.c): Likewise.
13905         (CFLAGS-s_floor-vis3.c): Likewise.
13906         (CFLAGS-s_truncf-vis3.c): Likewise.
13907         (CFLAGS-s_trunc-vis3.c): Likewise.
13908         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.c: New file.
13909         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
13910         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.c: Likewise.
13911         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
13912         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.c: Likewise.
13913         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
13914         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.c: Likewise.
13915         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
13916         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.c: Likewise.
13917         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
13918         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.c: Likewise.
13919         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
13921 2016-08-02  David S. Miller  <davem@davemloft.net>
13923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S
13924         (__nearbyint_vis3): Don't check for sNaN before float register is
13925         loaded with the incoming argument.
13926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S
13927         (__nearbyintf_vis3): Likewise.
13928         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S (__nearbyint):
13929         Likewise.
13930         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S (__nearbyintf):
13931         Likewise.
13933         * string/test-strncmp.c (do_test_limit): Make sure the test data
13934         stream is aligned as required for the type "CHAR".
13935         (do_test): Likewise.
13937 2016-08-03  Aurelien Jarno  <aurelien@aurel32.net>
13939         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Replace beqlr instructions
13940         by beq instructions jumping to the end of the function.
13941         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Add "11", "12", "cr0" to the
13942         clobber list. Use "i" constraint instead of "X".
13943         (ifunc_one): Add "12" to the clobber list. Use "i" constraint instead
13944         of "X".
13946 2016-08-02  Joseph Myers  <joseph@codesourcery.com>
13948         * bits/libc-header-start.h: New file.
13949         * Makefile (headers): Add bits/libc-header-start.h.
13950         * include/features.h (__STDC_WANT_LIB_EXT2__): Document.
13951         (__GLIBC_USE): New macro.
13952         * libio/stdio.h: Define
13953         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
13954         <bits/libc-header-start.h> instead of including <features.h>.
13955         (fmemopen): Declare also if [__GLIBC_USE (LIB_EXT2)].
13956         (open_memstream): Likewise.
13957         (vasprintf): Declare if [__GLIBC_USE (LIB_EXT2)], not [__USE_GNU].
13958         (__asprintf): Likewise.
13959         (asprintf): Likewise.
13960         (__getdelim): Declare also if [__GLIBC_USE (LIB_EXT2)].
13961         (getdelim): Likewise.
13962         (getline): Likewise.
13963         * string/string.h: Define
13964         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
13965         <bits/libc-header-start.h> instead of including <features.h>.
13966         (strdup): Declare also if [__GLIBC_USE (LIB_EXT2)]
13967         (strndup): Likewise.
13968         * wcsmbs/wchar.h: Define
13969         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
13970         <bits/libc-header-start.h> instead of including <features.h>.
13971         (open_wmemstream): Declare also if [__GLIBC_USE (LIB_EXT2)].
13972         * manual/creature.texi (__STDC_WANT_LIB_EXT2__): Document macro.
13974 2016-08-02  Florian Weimer  <fweimer@redhat.com>
13976         Support linking against compatibility symbols, for use in tests.
13977         * include/libc-symbols.h (symbol_version_reference): New macro.
13978         (symbol_version): Use it.
13979         * include/shlib-compat.h: Unconditionally include <abi-versions.h>.
13980         (compat_symbol): Use compat_symbol_reference.
13981         (compat_symbol_1, compat_symbol_2): Remove.
13982         (compat_symbol_reference, compat_symbol_reference_1)
13983         (compat_symbol_reference_2): New macro.  Use
13984         symbol_version_reference.
13986 2016-08-02  Florian Weimer  <fweimer@redhat.com>
13988         [BZ #19469]
13989         * malloc/Makefile (CPPFLAGS): Compile tests with
13990         -DTEST_NO_MALLOPT.
13991         * test-skeleton.c (main): Only call mallopt if !TEST_NO_MALLOPT.
13993 2016-08-02  Andrew Senkevich  <andrew.senkevich@intel.com>
13995         [BZ #20033]
13996         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: Call
13997         finite version.
13998         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: Likewise.
13999         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: Likewise.
14000         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: Likewise.
14001         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: Likewise.
14002         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: Likewise.
14003         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: Likewise.
14004         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: Likewise.
14005         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: Likewise.
14006         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Likewise.
14007         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: Likewise.
14008         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: Likewise.
14009         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: Likewise.
14010         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: Likewise.
14011         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: Likewise.
14012         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: Likewise.
14013         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: Likewise.
14014         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: Likewise.
14015         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: Likewise.
14016         * sysdeps/x86_64/fpu/svml_d_log2_core.S: Likewise.
14017         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: Likewise.
14018         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: Likewise.
14019         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: Likewise.
14020         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: Likewise.
14021         * math/libm-test.inc (pow_test_data): Exclude tests for qNaN
14022         in zero power.
14024 2016-08-02  Florian Weimer  <fweimer@redhat.com>
14026         [BZ #20370]
14027         * malloc/arena.c (get_free_list): Update comment.  Assert that
14028         arenas on the free list have no attached threads.
14029         (remove_from_free_list): New function.
14030         (reused_arena): Call it.
14032 2016-08-02  Aurelien Jarno  <aurelien@aurel32.net>
14034         * sysdeps/alpha/fpu/s_ceil.c (__ceil): Add argument with itself
14035         when it is a NaN.
14036         [_IEEE_FP_INEXACT] Remove.
14037         * sysdeps/alpha/fpu/s_ceilf.c (__ceilf): Likewise.
14038         * sysdeps/alpha/fpu/s_floor.c (__floor): Add argument with itself
14039         when it is a NaN.
14040         [_IEEE_FP_INEXACT] Remove.
14041         * sysdeps/alpha/fpu/s_floorf.c (__floorf): Likewise.
14042         * sysdeps/alpha/fpu/s_rint.c (__rint): Add argument with itself
14043         when it is a NaN.
14044         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
14045         * sysdeps/alpha/fpu/s_trunc.c (__trunc): Return the input value
14046         when its absolute value is greater than 0x1.0p52.
14047         [_IEEE_FP_INEXACT] Remove.
14048         * sysdeps/alpha/fpu/s_truncf.c (__truncf): Return the input value
14049         when its absolute value is greater than 0x1.0p23.
14050         [_IEEE_FP_INEXACT] Remove.
14052 2016-08-01  Carlos O'Donell  <carlos@redhat.com>
14054         * version.h (RELEASE): Set to "development"
14055         (VERSION): Set to 2.24.90.
14056         * NEWS: Add 2.25 section.
14058         * version.h (RELEASE): Set to "stable"
14059         (VERSION): Set to 2.24.
14060         * include/features.h (__GLIBC_MINOR__): Set to 24.
14062         * NEWS: Add 2.24 fixed bugs.
14063         * po/libc.pot: Regenerate.
14065 2016-08-01  Aurelien Jarno  <aurelien@aurel32.net>
14067         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
14068         [$(subdir) = math] (libm-sysdep_routines): Remove.
14069         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
14070         Remove s_ceilf-vis3, s_ceil-vis3, s_floorf-vis3, s_floor-vis3,
14071         s_truncf-vis3, s_trunc-vis3.
14072         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
14073         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: Delete
14074         file.
14075         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Likewise.
14076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Likewise.
14077         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: Likewise.
14078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: Likewise.
14079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
14080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: Likewise.
14081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Likewise.
14082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
14083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: Likewise.
14084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: Likewise.
14085         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: Likewise.
14086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: Likewise.
14087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: Likewise.
14088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: Likewise.
14089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: Likewise.
14090         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
14091         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
14092         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
14093         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: Likewise.
14094         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: Likewise.
14095         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: Likewise.
14096         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: Likewise.
14097         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
14098         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
14099         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: Likewise.
14100         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
14101         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
14102         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: Likewise.
14103         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
14104         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
14105         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: Likewise.
14106         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
14107         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
14108         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: Likewise.
14109         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: Likewise.
14110         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: Likewise.
14111         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: Likewise.
14112         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
14113         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
14114         * sysdeps/sparc/sparc64/fpu/s_floor.S: Likewise.
14115         * sysdeps/sparc/sparc64/fpu/s_floorf.S: Likewise.
14116         * sysdeps/sparc/sparc64/fpu/s_trunc.S: Likewise.
14117         * sysdeps/sparc/sparc64/fpu/s_truncf.S: Likewise.
14119 2016-07-27  H.J. Lu  <hongjiu.lu@intel.com>
14121         [BZ #20384]
14122         * sysdeps/x86_64/fpu/Makefile (extra-test-objs): Add
14123         test-double-libmvec-sincos-avx-main.o,
14124         test-double-libmvec-sincos-avx2-main.o,
14125         test-double-libmvec-sincos-main.o,
14126         test-float-libmvec-sincosf-avx-main.o,
14127         test-float-libmvec-sincosf-avx2-main.o and
14128         test-float-libmvec-sincosf-main.o.
14129         test-float-libmvec-sincosf-avx512-main.o.
14130         ($(objpfx)test-double-libmvec-sincos): Also link with
14131         $(objpfx)test-double-libmvec-sincos-main.o.
14132         ($(objpfx)test-double-libmvec-sincos-avx): Also link with
14133         $(objpfx)test-double-libmvec-sincos-avx-main.o.
14134         ($(objpfx)test-double-libmvec-sincos-avx2): Also link with
14135         $(objpfx)test-double-libmvec-sincos-avx2-main.o.
14136         ($(objpfx)test-float-libmvec-sincosf): Also link with
14137         $(objpfx)test-float-libmvec-sincosf-main.o.
14138         ($(objpfx)test-float-libmvec-sincosf-avx): Also link with
14139         $(objpfx)test-float-libmvec-sincosf-avx2-main.o.
14140         [$(config-cflags-avx512) == yes] (extra-test-objs): Add
14141         test-double-libmvec-sincos-avx512-main.o and
14142         ($(objpfx)test-double-libmvec-sincos-avx512): Also link with
14143         $(objpfx)test-double-libmvec-sincos-avx512-main.o.
14144         ($(objpfx)test-float-libmvec-sincosf-avx512): Also link with
14145         $(objpfx)test-float-libmvec-sincosf-avx512-main.o.
14146         (CFLAGS-test-double-libmvec-sincos.c): Removed.
14147         (CFLAGS-test-float-libmvec-sincosf.c): Likewise.
14148         (CFLAGS-test-double-libmvec-sincos-main.c): New.
14149         (CFLAGS-test-double-libmvec-sincos-avx-main.c): Likewise.
14150         (CFLAGS-test-double-libmvec-sincos-avx2-main.c): Likewise.
14151         (CFLAGS-test-float-libmvec-sincosf-main.c): Likewise.
14152         (CFLAGS-test-float-libmvec-sincosf-avx-main.c): Likewise.
14153         (CFLAGS-test-float-libmvec-sincosf-avx2-main.c): Likewise.
14154         (CFLAGS-test-float-libmvec-sincosf-avx512-main.c): Likewise.
14155         (CFLAGS-test-double-libmvec-sincos-avx.c): Set to -DREQUIRE_AVX.
14156         (CFLAGS-test-float-libmvec-sincosf-avx.c ): Likewise.
14157         (CFLAGS-test-double-libmvec-sincos-avx2.c): Set to
14158         -DREQUIRE_AVX2.
14159         (CFLAGS-test-float-libmvec-sincosf-avx2.c ): Likewise.
14160         (CFLAGS-test-double-libmvec-sincos-avx512.c): Set to
14161         -DREQUIRE_AVX512F.
14162         (CFLAGS-test-float-libmvec-sincosf-avx512.c): Likewise.
14163         * sysdeps/x86_64/fpu/test-double-libmvec-sincos.c: Rewritten.
14164         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c: Likewise.
14165         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx-main.c: New
14166         file.
14167         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2-main.c:
14168         Likewise.
14169         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512-main.c:
14170         Likewise.
14171         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-main.c:
14172         Likewise.
14173         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx-main.c:
14174         Likewise.
14175         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2-main.c:
14176         Likewise.
14177         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512-main.c:
14178         Likewise.
14179         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-main.c:
14180         Likewise.
14182 2016-07-27  Chung-Lin Tang  <cltang@codesourcery.com>
14184         * sysdeps/unix/sysv/linux/nios2/localplt.data (__eqsf2): Remove.
14186 2016-07-21  Gustavo Romero  <gromero@linux.vnet.ibm.com>
14188         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Fix missing verb
14189         and typo in a comment about AT_HWCAP entry.
14191 2016-07-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
14193         * sysdeps/aarch64/libm-test-ulps: Updated.
14195 2016-07-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
14197         * sysdeps/s390/s390-32/memcpy.S (memcpy): Eliminate the usage
14198         of r13 as it is not restored in mvcle case.
14200 2016-07-19  Mike Frysinger  <vapier@gentoo.org>
14202         * sysdeps/unix/sysv/linux/microblaze/sysdep.h (inline_syscall0):
14203         Rename "ret" to "__ret".
14204         (inline_syscall1, inline_syscall2, inline_syscall3, inline_syscall4,
14205         inline_syscall5, inline_syscall6): Likewise.
14207 2016-07-19   Will Newton  <will.newton@gmail.com>
14209         * elf/elf.h (R_METAG_REL8, R_METAG_REL16, R_METAG_TLS_GD
14210         R_METAG_TLS_LDM, R_METAG_TLS_LDO_HI16, R_METAG_TLS_LDO_LO16,
14211         R_METAG_TLS_LDO, R_METAG_TLS_IE, R_METAG_TLS_IENONPIC,
14212         R_METAG_TLS_IENONPIC_HI16, R_METAG_TLS_IENONPIC_LO16,
14213         R_METAG_TLS_LE, R_METAG_TLS_LE_HI16, R_METAG_TLS_LE_LO16): New.
14215 2016-07-18  H.J. Lu  <hongjiu.lu@intel.com>
14217         * sysdeps/i386/Makefile (rtld-CFLAGS): New.
14218         [subdir == elf] (CFLAGS-.os): Replace -mno-sse -mno-mmx
14219         -mfpmath=387 with $(rtld-CFLAGS).
14220         [subdir != elf] (CFLAGS-.os): Compile rtld-*.os with
14221         $(rtld-CFLAGS).
14223 2016-07-18   Ross Burton  <ross.burton@intel.com>
14224              Khem Raj  <raj.khem@gmail.com>
14226         * elf/elf.h (R_METAG_HIADDR16, R_METAG_LOADDR16,
14227         R_METAG_ADDR32, R_METAG_NONE, R_METAG_RELBRANCH,
14228         R_METAG_GETSETOFF, R_METAG_REG32OP1, R_METAG_REG32OP2,
14229         R_METAG_REG32OP3, R_METAG_REG16OP1, R_METAG_REG16OP2,
14230         R_METAG_REG16OP3, R_METAG_REG32OP4, R_METAG_HIOG,
14231         R_METAG_LOOG, R_METAG_GNU_VTINHERIT, R_METAG_GNU_VTENTRY,
14232         R_METAG_HI16_GOTOFF, R_METAG_LO16_GOTOFF,
14233         R_METAG_GETSET_GOTOFF, R_METAG_GETSET_GOT, R_METAG_HI16_GOTPC,
14234         R_METAG_LO16_GOTPC, R_METAG_HI16_PLT, R_METAG_LO16_PLT,
14235         R_METAG_RELBRANCH_PLT, R_METAG_GOTOFF, R_METAG_PLT,
14236         R_METAG_COPY, R_METAG_JMP_SLOT, R_METAG_RELATIVE,
14237         R_METAG_GLOB_DAT, R_METAG_TLS_TPOFF, R_METAG_TLS_DTPMOD,
14238         R_METAG_TLS_DTPOFF): New.
14240 2016-07-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
14241             Matt Clay  <mclay@lycos.com>
14243         [BZ #20357]
14244         * sysdeps/ieee754/dbl-64/s_sin.c (sloww): Fix up condition
14245         to call __mpsin/__mpcos and to negate values.
14246         * math/auto-libm-test-in: Add test.
14247         * math/auto-libm-test-out: Regenerate.
14249 2016-07-18  Zack Weinberg  <zackw@panix.com>
14251         * grp/Makefile: Don't install the internal header grp-merge.h.
14253 2016-07-18  Szabolcs Nagy  <szabolcs.nagy@arm.com>
14255         * sysdeps/aarch64/libm-test-ulps: Regenerated.
14257 2016-07-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14259         * bits/termios.h (TABDLY): Change macro to include TAB3 bit too.
14261 2016-07-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14263         [BZ #15368]
14264         * sysdeps/unix/sysv/linux/nptl-signals.h
14265         (__nptl_clear_internal_signals): New function.
14266         (__libc_signal_block_all): Likewise.
14267         (__libc_signal_block_app): Likewise.
14268         (__libc_signal_restore_set): Likewise.
14269         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Use Linux raise.c
14270         implementation.
14271         * sysdeps/unix/sysv/linux/raise.c (raise): Reimplement to not use
14272         the cached pid/tid value in pthread structure.
14274 2016-07-13  H.J. Lu  <hongjiu.lu@intel.com>
14276         [BZ #20347]
14277         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
14279 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
14281         [BZ #20348]
14282         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add pread64,
14283         preadv64, pwrite64 and pwritev64.
14285 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
14287         [BZ #20350]
14288         * posix/tst-preadwrite.c: Renamed to ...
14289         * posix/tst-preadwrite-common.c: This.
14290         (PREAD): Removed.
14291         (PWRITE): Likewise.
14292         (STRINGIFY): Likewise.
14293         (STRINGIFY2): Likewise.
14294         (do_prepare): Make it static and remove function arguments.
14295         (do_test): Likewise.
14296         (PREPARE): Updated.
14297         (TEST_FUNCTION): New.
14298         (name): Make it static.
14299         (fd): Likewise.
14300         (do_prepare): Use create_temp_file.
14301         (do_test): Renamed to ...
14302         (do_test_with_offset): This.  Make it static and accept offset.
14303         Properly check return value of PWRITE and PREAD.  Return bytes
14304         read.  Don't close fd nor unlink name.
14305         * posix/tst-preadwrite.c: Rewrite.
14306         * posix/tst-preadwrite64.c: Likewise.
14308 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
14310         [BZ #20309]
14311         * configure.ac (have-mtls-dialect-gnu2): Set to yes if
14312         -mtls-dialect=gnu2 works.
14313         * configure: Regenerated.
14314         * elf/Makefile [have-mtls-dialect-gnu2 = yes]
14315         (tests): Add tst-gnu2-tls1.
14316         (modules-names): Add tst-gnu2-tls1mod.
14317         ($(objpfx)tst-gnu2-tls1): New.
14318         (tst-gnu2-tls1mod.so-no-z-defs): Likewise.
14319         (CFLAGS-tst-gnu2-tls1mod.c): Likewise.
14320         * elf/tst-gnu2-tls1.c: New file.
14321         * elf/tst-gnu2-tls1mod.c: Likewise.
14322         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Add 8
14323         bytes for push in the PLT entry to align the stack.
14325 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
14327         [BZ #20349]
14328         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (LO_HI_LONG): New.
14330 2016-07-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
14332         [BZ #18707]
14333         * sysdeps/aarch64/Makefile (CFLAGS-mcount.c): Add -mgeneral-regs-only.
14334         * sysdeps/aarch64/sysdep.h (CALL_MCOUNT): Save argument registers.
14336 2016-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14338         * sysdeps/unix/sysv/linux/sysdep.h
14339         [__WORDSIZE == 64 || __ASSUME_WORDSIZE64_ILP32] (LO_HI_LONG): Remove
14340         guards.
14341         * misc/tst-preadvwritev-common.c: New file.
14342         * misc/tst-preadvwritev.c: Use tst-preadvwritev-common.c.
14343         * misc/tst-preadvwritev64.c: Use tst-preadwritev-common.c and add
14344         a check for files larger than 2GB.
14346         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14347         (__ASSUME_OFF_DIFF_OFF64): Remove define.
14348         * sysdeps/unix/sysv/linux/pread.c
14349         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pread): Replace by
14350         __OFF_T_MATCHES_OFF64_T.
14351         * sysdeps/unix/sysv/linux/pread64.c
14352         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pread64): Likewise.
14353         * sysdeps/unix/sysv/linux/preadv.c
14354         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv): Likewise.
14355         * sysdeps/unix/sysv/linux/preadv64.c
14356         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv64): Likewise.
14357         * sysdeps/unix/sysv/linux/pwrite.c
14358         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwrite): Likewise.
14359         * sysdeps/unix/sysv/linux/pwrite64.c
14360         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwrite64): Likewise.
14361         * sysdeps/unix/sysv/linux/pwritev.c
14362         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev): Likewise.
14363         * sysdeps/unix/sysv/linux/pwritev64.c
14364         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev64): Likewise.
14366 2016-07-08  Chris Metcalf  <cmetcalf@mellanox.com>
14368         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14369         (__ASSUME_ALIGNED_REGISTER_PAIRS): Only define if !_LP64.
14371 2016-07-08  Aurelien Jarno  <aurelien@aurel32.net>
14373         * bits/in.h (__USE_KERNEL_IPV6_DEFS): Define to 0.
14375 2016-07-08  Aurelien Jarno  <aurelien@aurel32.net>
14377         [BZ #20240]
14378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
14379         (CFLAGS-s_modf-ppc32.c): New variable.
14380         (CFLAGS-s_modff-ppc32.c): Likewise.
14381         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
14382         (CFLAGS-s_modf-ppc64.c): Likewise.
14383         (CFLAGS-s_modff-ppc64.c): Likewise.
14385 2016-07-07  Andreas Schwab  <schwab@suse.de>
14387         [BZ #20263]
14388         * nptl/tst-robust10.c: New test.
14389         * nptl/Makefile (tests): Add tst-robust10.
14391 2016-07-07  Jiyoung Yun  <t2wish@gmail.com>
14393         [BZ #20263]
14394         * nptl/lowlevelrobustlock.c: Implement ETIMEDOUT logic.
14396 2016-07-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
14398         * sysdeps/s390/linkmap.h (struct link_map_machine):
14399         Remove member gotplt and add member jmprel.
14400         * sysdeps/s390/s390-32/dl-machine.h
14401         (elf_machine_runtime_setup): Setup member jmprel with DT_JMPREL
14402         instead of gotplt with &got[3].
14403         (elf_machine_lazy_rel): Calculate address with reloc and jmprel.
14404         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
14406 2016-07-06  John David Anglin  <danglin@gcc.gnu.org>
14408         * sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
14410 2016-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14412         * libio/iofopncook.c (_IO_cookie_read, _IO_cookie_write,
14413         _IO_cookie_seek, _IO_cookie_close, _IO_old_cookie_seek)
14414         [!PTR_DEMANGLE]: Do not call PTR_DEMANGLE.
14415         (set_callbacks) [!PTR_MANGLE]: Do not call PTR_MANGLE.
14416         * libio/vtables.c (_IO_vtable_check)
14417         [!PTR_DEMANGLE]: Do not call PTR_DEMANGLE.
14418         * libio/libioP.h (IO_set_accept_foreign_vtables)
14419         [!PTR_MANGLE]: Do not call PTR_MANGLE.
14421 2016-07-05  H.J. Lu  <hongjiu.lu@intel.com>
14423         [BZ #20314]
14424         * Makeconfig (CXXFLAGS): Prepend -I$(common-objpfx).
14425         * Makerules (before-compile): Add $(common-objpfx)cstdlib and
14426         $(common-objpfx)cmath.
14427         ($(common-objpfx)cstdlib): New target.
14428         ($(common-objpfx)cmath): Likewise.
14430 2016-07-05  Chris Metcalf  <cmetcalf@mellanox.com>
14432         * malloc/tst-malloc-thread-fail.c (TIMEOUT): Bump up to 30s.
14434 2016-07-05  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14436         [BZ #20327]
14437         * sysdeps/powerpc/powerpc64/power8/strcasecmp.S: Mask bits that
14438         are not part of the string.
14440 2016-07-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14442         * nptl/tst-cancel4-common.c (do_test): Add temporary fifo creation.
14443         * nptl/tst-cancel4-common.h (fifoname): New variable.
14444         (fifofd): Likewise.
14445         (cl_fifo): New function.
14446         * nptl/tst-cancel4.c (tf_sigpause): Replace SIGCANCEL usage by
14447         SIGINT.
14448         (tf_open): Add early cancel test.
14450 2016-07-04  Andreas Schwab  <schwab@linux-m68k.org>
14452         * sysdeps/m68k/Makefile (CFLAGS-mcount.c): Define.
14454 2016-07-01  Maciej W. Rozycki  <macro@imgtec.com>
14456         * sysdeps/generic/ldsodefs.h
14457         (dl_symbol_visibility_binds_local_p): New inline function.
14458         * elf/dl-addr.c (determine_info): Treat hidden and internal
14459         symbols as local.
14460         * elf/dl-lookup.c (do_lookup_x): Likewise.
14461         * elf/dl-reloc.c (RESOLVE_MAP): Likewise.
14463 2016-07-01  Aurelien Jarno  <aurelien@aurel32.net>
14465         * sparc/sparc32/sparcv9/fpu/s_nearbyint.S (__nearbyint): Trigger an
14466         invalid exception for a sNaN input.
14467         * sparc/sparc32/sparcv9/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
14468         * sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S
14469         (__nearbyint_vis3): Likewise
14470         * sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S
14471         (__nearbyintf_vis3): Likewise
14472         * sparc/sparc64/fpu/s_nearbyint.S (__nearbyint): Likewise.
14473         * sparc/sparc64/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
14474         * sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S (__nearbyint_vis3):
14475         Likewise.
14476         * sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S (__nearbyintf_vis3):
14477         Likewise.
14479 2016-07-01  H.J. Lu  <hongjiu.lu@intel.com>
14481         [BZ #20139]
14482         * config.h.in (HAVE_AVX512_ASM_SUPPORT): Renamed to ...
14483         (HAVE_AVX512DQ_ASM_SUPPORT): This.
14484         * sysdeps/x86_64/configure.ac: Require assembler from binutils
14485         2.24 or above.
14486         (HAVE_AVX512_ASM_SUPPORT): Removed.
14487         (HAVE_AVX512DQ_ASM_SUPPORT): New.
14488         * sysdeps/x86_64/configure: Regenerated.
14489         * sysdeps/x86_64/dl-trampoline.S: Make HAVE_AVX512_ASM_SUPPORT
14490         check unconditional.
14491         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
14492         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
14493         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
14494         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
14495         Likewise.
14496         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
14497         Likewise.
14498         * sysdeps/x86_64/multiarch/memmove.S: Likewise.
14499         * sysdeps/x86_64/multiarch/memmove_chk.S: Likewise.
14500         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
14501         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
14502         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
14503         Likewise.
14504         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
14505         Likewise.
14506         * sysdeps/x86_64/multiarch/memset.S: Likewise.
14507         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
14508         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Check
14509         HAVE_AVX512DQ_ASM_SUPPORT instead of HAVE_AVX512_ASM_SUPPORT.
14510         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S:
14511         Likewise.
14512         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S:
14513         Likewise.
14514         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S:
14515         Likewise.
14516         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S:
14517         Likewise.
14518         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.:
14519         Likewise.
14520         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S:
14521         Likewise.
14522         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S:
14523         Likewise.
14524         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S:
14525         Likewise.
14526         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S:
14527         Likewise.
14528         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx51:
14529         Likewise.
14530         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S:
14531         Likewise.
14533 2016-07-01  Andrew Senkevich  <andrew.senkevich@intel.com>
14535         [BZ #20024]
14536         * sysdeps/x86/fpu/test-math-vector-sincos.h: New.
14537         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Fixed ABI
14538         of this implementation of vector function.
14539         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
14540         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
14541         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
14542         Likewise.
14543         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
14544         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
14545         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: Likewise.
14546         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: Likewise.
14547         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: Likewise.
14548         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: Likewise.
14549         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S: Likewise.
14550         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S: Likewise.
14551         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S: Likewise.
14552         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S: Likewise.
14553         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Use another wrapper
14554         for testing vector sincos with fixed ABI.
14555         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
14556         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
14557         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
14558         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
14559         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
14560         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
14561         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
14562         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx.c: New test.
14563         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2.c: Likewise.
14564         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512.c: Likewise.
14565         * sysdeps/x86_64/fpu/test-double-libmvec-sincos.c: Likewise.
14566         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx.c: Likewise.
14567         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2.c: Likewise.
14568         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c: Likewise.
14569         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c: Likewise.
14570         * sysdeps/x86_64/fpu/Makefile: Added new tests.
14572 2016-06-30  Aurelien Jarno  <aurelien@aurel32.net>
14574         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Add _Qp_cmp.
14576 2016-06-30  Anton Blanchard  <anton@samba.org>
14578         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
14579         [$(subdir) = math] (libm-sysdep_routines): Add s_sinf-power8 and
14580         s_sinf-ppc64.
14581         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: New file.
14582         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
14583         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Likewise.
14584         * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
14586 2016-06-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
14588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14589         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
14590         [$(subdir) = math] (libm-sysdep_routines): Add e_expf-power8 and
14591         e_expf-ppc64.
14592         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: New file.
14593         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c: Likewise.
14594         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf.c: Likewise.
14595         * sysdeps/powerpc/powerpc64/power8/fpu/e_expf.S: Likewise.
14597 2016-06-30  John David Anglin  <danglin@gcc.gnu.org>
14599         [BZ #20277]
14600         * sysdeps/hppa/start.S (_start): Correct loading of global pointer
14601         when SHARED is defined.
14603 2016-06-30  H.J. Lu  <hongjiu.lu@intel.com>
14605         * sysdeps/x86/cpu-features.h (bit_arch_Prefer_ERMS): New.
14606         (index_arch_Prefer_ERMS): Likewise.
14607         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Return
14608         __memcpy_erms for Prefer_ERMS.
14609         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
14610         (__memmove_erms): Enabled for libc.a.
14611         * ysdeps/x86_64/multiarch/memmove.S (__libc_memmove): Return
14612         __memmove_erms or Prefer_ERMS.
14613         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Return
14614         __mempcpy_erms for Prefer_ERMS.
14615         * sysdeps/x86_64/multiarch/memset.S (memset): Return
14616         __memset_erms for Prefer_ERMS.
14618 2016-06-30  Andreas Schwab  <schwab@suse.de>
14620         [BZ #20262]
14621         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Return
14622         NSS_STATUS_SUCCESS when done.  Return NSS_STATUS_TRYAGAIN when out
14623         of memory.
14625 2016-06-29  H.J. Lu  <hongjiu.lu@intel.com>
14627         [BZ #18645]
14628         * nptl/Makefile (extra-test-objs): Add tst-cleanupx4aux.o.
14629         (test-extras): Add tst-cleanupx4aux.
14630         (CFLAGS-tst-cleanupx4aux.c): New.  Set to -fexceptions.
14631         ($(objpfx)tst-cleanupx4): Replace tst-cleanup4aux.o with
14632         tst-cleanupx4aux.o.
14633         * nptl/tst-cleanupx4aux.c: New file.
14635 2016-06-30  Aurelien Jarno  <aurelien@aurel32.net>
14637         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
14639 2016-06-29  Andreas Schwab  <schwab@suse.de>
14641         [BZ #20260]
14642         * sysdeps/x86/bits/string.h (__strncat_g) [!__i686__]: Compute the
14643         address before the beginning of the string as an integer to avoid
14644         array-bounds warning.
14646 2016-06-28  Richard Henderson  <rth@redhat.com>
14648         * elf/elf.h (EM_BPF): New.
14649         (EM_NUM): Update.
14650         (R_BPF_NONE, R_BPF_MAP_FD): New.
14652         * elf/elf.h (EM_IAMCU, EM_SPU, EM_PDP10, EM_PDP11, EM_ARC_COMPACT,
14653         EM_VIDEOCORE, EM_TMM_GPP, EM_NS32K, EM_TPC, EM_SNP1K, EM_ST200,
14654         EM_IP2K, EM_MAX, EM_CR, EM_F2MC16, EM_MSP430, EM_BLACKFIN, EM_SE_C33,
14655         EM_SEP, EM_ARCA, EM_UNICORE, EM_EXCESS, EM_DXP, EM_ALTERA_NIOS2,
14656         EM_CRX, EM_XGATE, EM_C166, EM_M16C, EM_DSPIC30F, EM_CE, EM_M32C,
14657         EM_TSK3000, EM_RS08, EM_SHARC, EM_ECOG2, EM_SCORE7, EM_DSP24,
14658         EM_VIDEOCORE3, EM_LATTICEMICO32, EM_SE_C17, EM_TI_C6000, EM_TI_C2000,
14659         EM_TI_C5500, EM_TI_ARP32, EM_TI_PRU, EM_MMDSP_PLUS, EM_CYPRESS_M8C,
14660         EM_R32C, EM_TRIMEDIA, EM_QDSP6, EM_8051, EM_STXP7X, EM_NDS32,
14661         EM_ECOG1X, EM_MAXQ30, EM_XIMO16, EM_MANIK, EM_CRAYNV2, EM_RX,
14662         EM_METAG, EM_MCST_ELBRUS, EM_ECOG16, EM_CR16, EM_ETPU, EM_SLE9X,
14663         EM_L10M, EM_K10M, EM_AVR32, EM_STM8, EM_TILE64, EM_CUDA,
14664         EM_CLOUDSHIELD, EM_COREA_1ST, EM_COREA_2ND, EM_ARC_COMPACT2,
14665         EM_OPEN8, EM_RL78, EM_VIDEOCORE5, EM_78KOR, EM_56800EX, EM_BA1,
14666         EM_BA2, EM_XCORE, EM_MCHP_PIC, EM_KM32, EM_KMX32, EM_EMX16, EM_EMX8,
14667         EM_KVARC, EM_CDP, EM_COGE, EM_COOL, EM_NORC, EM_CSR_KALIMBA, EM_Z80,
14668         EM_VISIUM, EM_FT32, EM_MOXIE, EM_AMDGPU, EM_RISCV, EM_BPF): New.
14669         (EM_NUM): Update.
14671 2016-06-28  Stefan Liebler  <stli@linux.vnet.ibm.com>
14673         [BZ #18960]
14674         * locale/localeinfo.h (_NL_CURRENT_DEFINE):
14675         Set _nl_current_LC_CATEGORY_used to two instead of one.
14677 2016-06-27  Aurelien Jarno  <aurelien@aurel32.net>
14679         * sysdeps/mips/tst-mode-switch-1.c (main): Converted to ...
14680         (do_test): ... this.
14681         (TEST_FUNCTION): New macro.
14682          Include test-skeleton.c.
14683         * sysdeps/mips/tst-mode-switch-2.c (main): Likewise.
14684         * sysdeps/mips/tst-mode-switch-3.c (main): Likewise.
14686 2016-06-27  Joseph Myers  <joseph@codesourcery.com>
14688         [BZ #15479]
14689         * sysdeps/i386/fpu/s_trunc.S (__trunc): Save and restore
14690         floating-point environment rather than just control word.
14691         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
14692         * sysdeps/i386/fpu/s_truncl.S (__truncl): Save and restore
14693         floating-point environment, with "invalid" exceptions merged in,
14694         rather than just control word.
14695         * sysdeps/x86_64/fpu/s_truncl.S (__truncl): Likewise.
14696         * math/libm-test.inc (trunc_test_data): Do not allow spurious
14697         "inexact" exceptions.
14699         [BZ #15479]
14700         * sysdeps/i386/fpu/s_floor.S (__floor): Save and restore
14701         floating-point environment rather than just control word.
14702         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
14703         * sysdeps/i386/fpu/s_floorl.S (__floorl): Save and restore
14704         floating-point environment, with "invalid" exceptions merged in,
14705         rather than just control word.
14706         * sysdeps/x86_64/fpu/s_floorl.S (__floorl): Likewise.
14707         * math/libm-test.inc (floor_test_data): Do not allow spurious
14708         "inexact" exceptions.
14710         [BZ #15479]
14711         * sysdeps/i386/fpu/s_ceil.S (__ceil): Save and restore
14712         floating-point environment rather than just control word.
14713         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
14714         * sysdeps/i386/fpu/s_ceill.S (__ceill): Save and restore
14715         floating-point environment, with "invalid" exceptions merged in,
14716         rather than just control word.
14717         * sysdeps/x86_64/fpu/s_ceill.S (__ceill): Likewise.
14718         * math/libm-test.inc (ceil_test_data): Do not allow spurious
14719         "inexact" exceptions.
14721 2016-06-21  Aurelien Jarno  <aurelien@aurel32.net>
14723         * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Rename into
14724         __libc_vfork.
14725         (__vfork) [IS_IN (libc)]: Remove alias.
14726         (__libc_vfork) [IS_IN (libc)]: Define as an alias.
14727         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
14728         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
14730 2016-06-24  Torvald Riegel  <triegel@redhat.com>
14732         * nscd/cache.c (cache_add): Use new C11-like atomic operation instead
14733         of atomic_compare_and_exchange_bool_rel.
14734         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
14735         * include/atomic.h (atomic_compare_and_exchange_bool_rel,
14736         catomic_compare_and_exchange_bool_rel): Remove.
14737         * sysdeps/aarch64/atomic-machine.h
14738         (atomic_compare_and_exchange_bool_rel): Likewise.
14739         * sysdeps/alpha/atomic-machine.h
14740         (atomic_compare_and_exchange_bool_rel): Likewise.
14741         * sysdeps/arm/atomic-machine.h
14742         (atomic_compare_and_exchange_bool_rel): Likewise.
14743         * sysdeps/mips/atomic-machine.h
14744         (atomic_compare_and_exchange_bool_rel): Likewise.
14745         * sysdeps/microblaze/atomic-machine.h
14746         ( __arch_compare_and_exchange_bool_8_rel,
14747         __arch_compare_and_exchange_bool_16_rel): Likewise.
14748         * sysdeps/powerpc/atomic-machine.h
14749         ( __arch_compare_and_exchange_bool_8_rel,
14750         __arch_compare_and_exchange_bool_16_rel): Likewise.
14751         * sysdeps/powerpc/powerpc32/atomic-machine.h
14752         ( __arch_compare_and_exchange_bool_32_rel,
14753         __arch_compare_and_exchange_bool_64_rel): Likewise.
14754         * sysdeps/powerpc/powerpc64/atomic-machine.h
14755         ( __arch_compare_and_exchange_bool_32_rel,
14756         __arch_compare_and_exchange_bool_64_rel): Likewise.
14757         * sysdeps/tile/atomic-machine.h
14758         (atomic_compare_and_exchange_bool_rel): Likewise.
14760 2016-06-23  Joseph Myers  <joseph@codesourcery.com>
14762         [BZ #20296]
14763         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Add arguments
14764         when either argument is a NaN.
14765         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
14766         * math/libm-test.inc (scalb_test_data): Add sNaN tests.
14768         * math/libm-test.inc (snan_value_ld): New macro.
14769         (isgreater_test_data): Add sNaN tests.
14770         (isgreaterequal_test_data): Likewise.
14771         (isless_test_data): Likewise.
14772         (islessequal_test_data): Likewise.
14773         (islessgreater_test_data): Likewise.
14774         (isunordered_test_data): Likewise.
14775         (nextafter_test_data): Likewise.
14776         (nexttoward_test_data): Likewise.
14777         (remainder_test_data): Likewise.
14778         (remquo_test_data): Likewise.
14779         (significand_test_data): Likewise.
14780         * math/gen-libm-test.pl (%beautify): Add snan_value_ld.
14782 2016-06-23  Siddhesh Poyarekar  <siddhesh@sourceware.org>
14784         * posix/getconf.c: Define ALL_ENVIRONMENTS_DEFINED if all
14785         environment macros are defined.
14786         (main): Avoid execve if ALL_ENVIRONMENTS_DEFINED is defined.
14788 2016-06-23  Florian Weimer  <fweimer@redhat.com>
14790         [BZ #20191]
14791         Implement vtable verification in libio.
14792         * Makerules (shlib.lds): Place __libc_IO_vtables section.
14793         * debug/obprintf_chk.c (_IO_obstack_jumps): Define as vtable.
14794         * debug/vdprintf_chk.c (__vdprintf_chk): Call
14795         _IO_new_file_init_internal instead of _IO_file_init.
14796         * debug/vsnprintf_chk.c (_IO_strn_jumps): Define as vtable.
14797         * debug/vsprintf_chk.c (_IO_str_chk_jumps): Likewise.
14798         * libio/Makefile (routines): Add vtables.
14799         * libio/libioP.h (_IO_JUMPS_FUNC): Call IO_validate_vtable.
14800         (_IO_init): Remove, not for internal use.
14801         (_IO_init_internal): Declare, internal replacement for _IO_init.
14802         (_IO_file_init): Remove, not for internal use.
14803         (_IO_new_file_init): Remove, not for internal use.
14804         (_IO_new_file_init_internal): Declare, internal replacement for
14805         _IO_new_file_init.
14806         (_IO_old_file_init): Remove, not for internal use.
14807         (_IO_old_file_init_internal): Declare, internal replacement for
14808         _IO_old_file_init.
14809         (_IO_str_init_static, _IO_str_init_readonly): Remove, not for
14810         internal use.
14811         (__libc_IO_vtables, IO_accept_foreign_vtables, _IO_vtable_check):
14812         Declare.
14813         (libio_vtable): New macro.
14814         (IO_set_accept_foreign_vtables, _IO_validate_vtable): New inline
14815         functions.
14816         * libio/fileops.c (_IO_new_file_init_internal): Rename from
14817         _IO_new_file_init.
14818         (_IO_new_file_init): New externally visible wrapper which disables
14819         vtable verification.
14820         (_IO_file_jumps, _IO_file_jumps_mmap, _IO_file_jumps_maybe_mmap):
14821         Define as vtables.
14822         * libio/genops.c (_IO_init_internal): Rename from _IO_init.
14823         (_IO_init): New externally visible wrapper which disables
14824         vtable verification.
14825         * libio/iofdopen.c (_IO_new_fdopen): Call
14826         _IO_new_file_init_internal instead of _IO_file_init.  Adjust
14827         comment.
14828         * libio/iofopen.c (__fopen_internal): Call
14829         _IO_new_file_init_internal instead of _IO_file_init.
14830         * libio/iofopncook.c (_IO_cookie_jumps, _IO_old_cookie_jumps):
14831         Define as vtables.
14832         (_IO_cookie_init): Call _IO_init_internal instead of _IO_init,
14833         _IO_new_file_init_internal instead of _IO_file_init.
14834         * libio/iopopen.c (_IO_new_popen): Likewise.
14835         (_IO_proc_jumps): Define as vtable.
14836         * libio/iovdprintf.c (_IO_vdprintf): Call
14837         _IO_new_file_init_internal instead of _IO_file_init.
14838         * libio/memstream.c (_IO_mem_jumps): Define as vtable.
14839         (__open_memstream): Call _IO_init_internal instead of _IO_init.
14840         * libio/obprintf.c (_IO_obstack_jumps): Define as vtable.
14841         * libio/oldfileops.c (_IO_old_file_init_internal): Rename from
14842         _IO_old_file_init.
14843         (_IO_old_file_init): New externally visible wrapper which disables
14844         vtable verification.
14845         (_IO_old_file_jumps): Define as vtable.
14846         * libio/oldiofdopen.c (_IO_old_fdopen): Call
14847         _IO_old_file_init_internal instead of _IO_old_file_init.
14848         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
14849         * libio/oldiopopen.c (_IO_old_popen): Likewise.
14850         (_IO_old_proc_jumps): Define as vtable.
14851         * libio/strops.c (_IO_str_jumps, _IO_strn_jumps, _IO_wstrn_jumps):
14852         Define as vtables.
14853         * libio/vtables.c: New file.
14854         * libio/wfileops.c (_IO_wfile_jumps, _IO_wfile_jumps_mmap)
14855         (_IO_wfile_jumps_maybe_mmap): Define as vtables.
14856         * libio/wmemstream.c (_IO_wmem_jumps): Define as vtable.
14857         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
14858         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
14859         * stdlib/strfmon_l.c (__vstrfmon_l): Call _IO_init_internal
14860         instead of _IO_init.
14862 2016-06-23  Florian Weimer  <fweimer@redhat.com>
14864         * test-skeleton.c (xrealloc): Support deallocation with n == 0.
14866 2016-06-23  Florian Weimer  <fweimer@redhat.com>
14868         * test-skeleton.c (xmalloc, xcalloc, xrealloc): Mark as
14869         potentially unused.
14871 2016-06-22  Florian Weimer  <fweimer@redhat.com>
14873         * test-skeleton.c (write_message): New function.
14874         * malloc/tst-mallocfork2.c (write_message): Remove.
14875         * debug/tst-longjmp_chk2.c (write_indented): New function.
14876         (write_message): Remove.
14877         (stackoverflow_handler): Call write_indented.
14879 2016-06-22  Joseph Myers  <joseph@codesourcery.com>
14881         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Do not mask
14882         "inexact" exceptions after fnstenv.
14883         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
14884         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
14885         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
14887 2015-06-22  Zack Weinberg  <zackw@panix.com>
14889         * sysdeps/generic/bits/hwcap.h: Moved to ...
14890         * bits/hwcap.h: Here.
14892 2016-06-22  Wilco Dijkstra  <wdijkstr@arm.com>
14894         * sysdeps/aarch64/memcpy.S (memcpy):
14895         Further tuning for performance.
14897 2016-06-21  Florian Weimer  <fweimer@redhat.com>
14899         [BZ #20284]
14900         * malloc/arena.c (reused_arena): Do not return NULL if we start
14901         out with a non-corrupted arena.
14903 2016-06-21 Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14905         * misc/Makefile (tests): Add tst-preadvwritev and tst-preadvwritev64.
14906         * misc/tst-preadvwritev.c: New file.
14907         * misc/tst-preadvwritev64.c: Likewise.
14908         * sysdeps/unix/sysv/linux/preadv.c (preadv): Remove SYSCALL_LL{64}
14909         usage.
14910         * sysdeps/unix/sysv/linux/preadv64.c (preadv64): Likewise.
14911         * sysdeps/unix/sysv/linux/pwritev.c (pwritev): Likewise.
14912         * sysdeps/unix/sysv/linux/pwritev64.c (pwritev64): Likewise.
14913         * sysdeps/unix/sysv/linux/sysdep.h (LO_HI_LONG): New macro.
14915 2016-06-20  Andrew Senkevich  <andrew.senkevich@intel.com>
14917         [BZ #19654]
14918         * sysdeps/x86_64/fpu/Makefile: Added new tests.
14919         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-main.c: New.
14920         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-mod.c: Likewise.
14921         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx.c: Likewise.
14922         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-main.c: Likewise.
14923         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-mod.c: Likewise.
14924         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2.c: Likewise.
14925         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-main.c: Likewise.
14926         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-mod.c: Likewise.
14927         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512.c: Likewise.
14928         * sysdeps/x86_64/fpu/test-double-libmvec-alias-main.c: Likewise.
14929         * sysdeps/x86_64/fpu/test-double-libmvec-alias-mod.c: Likewise.
14930         * sysdeps/x86_64/fpu/test-double-libmvec-alias.c: Likewise.
14931         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-main.c: Likewise.
14932         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-mod.c: Likewise.
14933         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx.c: Likewise.
14934         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-main.c: Likewise.
14935         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c: Likewise.
14936         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2.c: Likewise.
14937         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-main.c: Likewise.
14938         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-mod.c: Likewise.
14939         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512.c: Likewise.
14940         * sysdeps/x86_64/fpu/test-float-libmvec-alias-main.c: Likewise.
14941         * sysdeps/x86_64/fpu/test-float-libmvec-alias-mod.c: Likewise.
14942         * sysdeps/x86_64/fpu/test-float-libmvec-alias.c: Likewise.
14943         * sysdeps/x86_64/fpu/test-libmvec-alias-mod.c: Likewise.
14945 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
14947         * sysdeps/aarch64/rawmemchr.S (__rawmemchr): New file.
14948         * sysdeps/aarch64/strlen.S (__strlen): Change to __strlen to avoid PLT.
14950 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
14952         * sysdeps/aarch64/memcpy.S (memcpy):
14953         Rewrite of optimized memcpy and memmove.
14954         * sysdeps/aarch64/memmove.S (memmove): Remove
14955         memmove code (merged into memcpy.S).
14957 2016-06-20  Florian Weimer  <fweimer@redhat.com>
14959         Consolidate machine-agnostic DTV definitions in <dl-dtv.h>.
14960         * sysdeps/generic/dl-dtv.h: New file.
14961         * sysdeps/aarch64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14962         * sysdeps/aarch64/nptl/tls.h: Include <dl-dtv.h>.
14963         (dtv_t): Remove.
14964         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14965         * sysdeps/alpha/nptl/tls.h: Include <dl-dtv.h>.
14966         (dtv_t): Remove.
14967         * sysdeps/arm/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14968         * sysdeps/arm/nptl/tls.h: Include <dl-dtv.h>.
14969         (dtv_t): Remove.
14970         * sysdeps/hppa/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14971         * sysdeps/hppa/nptl/tls.h: Include <dl-dtv.h>.
14972         (dtv_t): Remove.
14973         * sysdeps/i386/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14974         * sysdeps/i386/nptl/tls.h: Include <dl-dtv.h>.
14975         (dtv_t): Remove.
14976         * sysdeps/ia64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14977         * sysdeps/ia64/nptl/tls.h: Include <dl-dtv.h>.
14978         (dtv_t): Remove.
14979         * sysdeps/m68k/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14980         * sysdeps/m68k/nptl/tls.h: Include <dl-dtv.h>.
14981         (dtv_t): Remove.
14982         * sysdeps/mach/hurd/i386/tls.h: Include <dl-dtv.h>.
14983         (dtv_t): Remove.
14984         * sysdeps/microblaze/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14985         * sysdeps/microblaze/nptl/tls.h: Include <dl-dtv.h>.
14986         (dtv_t): Remove.
14987         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14988         * sysdeps/mips/nptl/tls.h: Include <dl-dtv.h>.
14989         (dtv_t): Remove.
14990         * sysdeps/nios2/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14991         * sysdeps/nios2/nptl/tls.h: Include <dl-dtv.h>.
14992         (dtv_t): Remove.
14993         * sysdeps/powerpc/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14994         * sysdeps/powerpc/nptl/tls.h: Include <dl-dtv.h>.
14995         (dtv_t): Remove.
14996         * sysdeps/s390/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
14997         * sysdeps/s390/nptl/tls.h: Include <dl-dtv.h>.
14998         (dtv_t): Remove.
14999         * sysdeps/sh/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15000         * sysdeps/sh/nptl/tls.h: Include <dl-dtv.h>.
15001         (dtv_t): Remove.
15002         * sysdeps/sparc/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15003         * sysdeps/sparc/nptl/tls.h: Include <dl-dtv.h>.
15004         (dtv_t): Remove.
15005         * sysdeps/x86_64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15006         * sysdeps/x86_64/nptl/tls.h: Include <dl-dtv.h>.
15007         (dtv_t): Remove.
15009 2016-06-20  Florian Weimer  <fweimer@redhat.com>
15011         Revert symbol poisoning of  __malloc_initialize_hook.
15012         * include/stdc-predef.h (__malloc_initialize_hook): Remove
15013         poisoning.
15014         * malloc/Makefile: Remove un-poisoning.
15015         * malloc/arena.c (ptmalloc_init): Use __malloc_initialize_hook
15016         instead of old__malloc_initialize_hook.
15017         * malloc/malloc-hooks.h: Likewise.
15018         * malloc/malloc.c: Likewise.
15019         * malloc/mcheck-init.c: Likewise.
15021 2016-06-19  Carlos O'Donell  <carlos@redhat.com>
15023         * sysdeps/unix/sysv/linux/times.c (__times): Expand comments.
15025 2016-06-18  Aurelien Jarno  <aurelien@aurel32.net>
15027         * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Conditionalize
15028         hidden_def, weak_alias and strong_alias on [IS_IN (libc)].
15029         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
15030         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
15032 2016-06-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15034         * NEWS: Mention addition of nextup and nextdown.
15035         * manual/arith.texi: Document nextup and nextdown.
15036         * manual/libm-err-tab.pl: Add nextup and nextdown.
15037         * math/Makefile (libm-calls): Add s_nextdown and s_nextup.
15038         * math/Versions (libm): Add GLIBC_2.24.
15039         * math/bits/mathcalls.h: Add nextup and nextdown declaration.
15040         * math/libm-test.inc (nextafter_test_data) [TEST_COND_intel96]:
15041         Add new test.
15042         (nextafter_test_data) [TEST_COND_binary32]: Likewise.
15043         (nextafter_test_data) [TEST_COND_m68k96]: Likewise.
15044         (nextafter_test_data) [TEST_COND_binary64]: Likewise.
15045         (nextafter_test_data) [TEST_COND_binary128]: Likewise.
15046         (nextup_test_data): Likewise.
15047         (nextdown_test_data): Likewise.
15048         * math/s_nextdown.c: New file.
15049         * math/s_nextdownf.c: Likewise.
15050         * math/s_nextdownl.c: Likewise.
15051         * math/test-tgmath.c F(compile_test)): Add nextup and nextdown tests.
15052         F(nextup): New function.
15053         F(nextdown): Likewise.
15054         * math/tgmath.h: Add nextup and nextdown.
15055         * sysdeps/ieee754/flt-32/s_nextupf.c: New file.
15056         * sysdeps/ieee754/dbl-64/s_nextup.c: Likewise.
15057         * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
15058         * sysdeps/ieee754/ldbl-128ibm/s_nextupl.c: Likewise.
15059         * sysdeps/ieee754/ldbl-96/s_nextupl.c: Likewise.
15060         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls):
15061         Add nextup and nextdown.
15062         (CFLAGS-nldbl-nextup.c): New variable.
15063         (CFLAGS-nldbl-nextdown.c): Likewise.
15064         * sysdeps/ieee754/ldbl-opt/nldbl-nextdown.c: New file.
15065         * sysdeps/ieee754/ldbl-opt/nldbl-nextup.c: Likewise.
15066         * sysdeps/nacl/libm.abilist: Update.
15067         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15068         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15069         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15070         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15071         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15072         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15073         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15074         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15075         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15076         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15077         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
15078         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
15079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
15080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
15081         Likewise.
15082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
15083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
15084         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
15085         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
15086         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
15087         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
15088         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
15089         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Likewise.
15090         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: Likewise.
15091         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
15092         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
15093         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: Likewise.
15094         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
15096 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15098         * manual/pattern.texi: Fix typos & grammar errors.
15100 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15102         * manual/search.texi: Fix typos & grammar errors.
15104 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15106         * manual/message.texi: Fix typos & grammar errors.
15108 2016-06-16  Mike Frysinger  <vapier@gentoo.org>
15110         * manual/contrib.texi: Fix spelling typos.
15111         * manual/crypt.texi: Likewise.
15112         * manual/filesys.texi: Likewise.
15113         * manual/locale.texi: Likewise.
15114         * manual/message.texi: Likewise.
15115         * manual/nss.texi: Likewise.
15116         * manual/string.texi: Likewise.
15118 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15120         * manual/locale.texi: Fix typos & grammar errors.
15122 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15124         * manual/charset.texi: Fix typos & grammar errors.
15126 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15128         * manual/string.texi: Fix typos.
15130 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15132         * manual/ctype.texi: Fix typos.
15134 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15136         * manual/memory.texi: Fix various typos & grammar errors.
15138 2016-06-14  Joseph Myers  <joseph@codesourcery.com>
15140         [BZ #20255]
15141         * sysdeps/i386/fpu/s_fdim.c: New file.  Based on math/s_fdim.c.
15142         * math/libm-test.inc (fdim_test_data): Add another test.
15144         [BZ #6796]
15145         [BZ #20255]
15146         [BZ #20256]
15147         * math/s_fdim.c: Include <math_private.h>.
15148         (__fdim): Use math_narrow_eval on result.
15149         * math/s_fdimf.c: Include <math_private.h>.
15150         (__fdimf): Use math_narrow_eval on result.
15151         * sysdeps/i386/fpu/s_fdim.S: Remove file.
15152         * sysdeps/i386/fpu/s_fdimf.S: Likewise.
15153         * sysdeps/i386/fpu/s_fdiml.S: Likewise.
15154         * sysdeps/i386/i686/fpu/s_fdim.S: Likewise.
15155         * sysdeps/i386/i686/fpu/s_fdimf.S: Likewise.
15156         * sysdeps/i386/i686/fpu/s_fdiml.S: Likewise.
15157         * sysdeps/powerpc/fpu/s_fdim.c: Likewise.
15158         * sysdeps/powerpc/fpu/s_fdimf.c: Likewise.
15159         * sysdeps/powerpc/powerpc32/fpu/s_fdim.c: Likewise.
15160         * sysdeps/powerpc/powerpc64/fpu/s_fdim.c: Likewise.
15161         * sysdeps/x86_64/fpu/s_fdiml.S: Likewise.
15162         * math/libm-test.inc (fdim_test_data): Expect errno setting on
15163         overflow.  Add sNaN tests.
15165         * math/s_fdim.c (__fdim): Use islessequal and isinf instead of
15166         fpclassify.
15167         * math/s_fdimf.c (__fdimf): Likewise.
15168         * math/s_fdiml.c (__fdiml): Likewise.
15170 2016-06-14  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15172         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
15173         (sysdep_routines): Add P8 and PPC64 strcasecmp/strncasecmp targets.
15174         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15175         (__libc_ifunc_impl_list): Add entries for P8 and PPC64
15176         ifunc'ed strcasecmp/strncasecmp.
15177         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S:
15178         [EALIGN]: Removed.
15179         [END]: Likewise.
15180         [__strcasecmp]: Define instead of the above to control symbol name.
15181         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Add IFUNC selector
15182         for __strcasecmp_power8.
15183         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Add IFUNC selector
15184         for __strncasecmp_power8.
15185         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: New File.
15186         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-ppc64.c: Likewise.
15187         * sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
15188         * sysdeps/powerpc/powerpc64/multiarch/strncase-ppc64.c: Likewise.
15189         * sysdeps/powerpc/powerpc64/power8/strcasecmp.S: Likewise.
15190         * sysdeps/powerpc/powerpc64/power8/strncase.S: Likewise.
15192 2016-06-13  Joseph Myers  <joseph@codesourcery.com>
15194         [BZ #20252]
15195         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Add both
15196         arguments when second argument is a NaN.
15197         * math/libm-test.inc (atan2_test_data): Add sNaN tests and more
15198         qNaN tests.
15200         * math/libm-test.inc (cimag_test_data): Add sNaN tests.
15201         (conj_test_data): Likewise.
15202         (copysign_test_data): Likewise.
15203         (creal_test_data): Likewise.
15204         (fma_test_data): Likewise.
15205         (fmod_test_data): Likewise.
15207         [BZ #20250]
15208         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Add non-finite input to
15209         itself.
15210         * sysdeps/ieee754/dbl-64/s_frexp.c (__frexp): Add non-finite or
15211         zero input to itself.
15212         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp):
15213         Likewise.
15214         * sysdeps/ieee754/flt-32/s_frexpf.c (__frexpf): Likewise.
15215         * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise.
15216         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
15217         * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise.
15218         * math/libm-test.inc (frexp_test_data): Add sNaN tests.
15220 2016-06-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15222         * nptl/Makefile (test): Add tst-cancel4_1 and tst-cancel4_2.
15223         * nptl/tst-cancel4-common.c: New file.
15224         * nptl/tst-cancel4-common.h: Likewise.
15225         * nptl/tst-cancel4.c: Move common definitions to
15226         tst-cancel4-common.{c,h} file.
15227         * nptl/tst-cancel4_1.c: New test.
15228         * nptl/tst-cancel4_2.c: New test.
15230 2016-06-13  Florian Weimer  <fweimer@redhat.com>
15232         [BZ #20248]
15233         * debug/tst-longjmp_chk2.c (pass): Use volatile sig_atomic_t.
15234         (write_message): New function.
15235         (stackoverflow_handler): Call it instead of printf, to avoid
15236         excessive stack usage by printf.
15237         (do_test): Restore SIGSEGV, SIGBUS default handlers.
15239 2016-06-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15241         * nptl/pthread_mutex_init.c [__ASSUME_FUTEX_LOCK_PI]
15242         (prio_inherit_missing): Remove define.
15243         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15244         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15245         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FUTEX_LOCK_PI):
15246         Likewise.
15247         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15248         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15249         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15250         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15251         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
15252         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15254 2016-06-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15256         [BZ #19670]
15257         [BZ #19672]
15259         * io/test-lfs.c (do_prepare): Use xmalloc.
15260         * io/tst-fcntl.c (do_prepare): Likewise.
15261         * libio/tst-fopenloc.c (do_bz17916): Likewise.
15262         * libio/tst-mmap2-eofsync.c (do_prepare): Likewise.
15263         * login/tst-utmp.c (do_prepare): Likewise.
15264         * posix/tst-exec.c (do_prepare): Likewise.
15265         * posix/tst-pathconf.c (prepare): Likewise.
15266         * posix/tst-spawn.c (do_prepare): Likewise.
15267         * posix/tst-truncate.c (do_prepare): Likewise.
15268         * rt/tst-aio.c (do_prepare): Likewise.
15269         * rt/tst-aio64.c (do_prepare): Likewise.
15271 2016-06-11  Florian Weimer  <fweimer@redhat.com>
15273         [BZ #20237]
15274         * nss/nss_db/db-XXX.c (set*ent): Reset entidx to NULL.
15275         (get*ent): Set entidx to NULL during initialization.  If entidx is
15276         NULL, start iteration from the beginning.
15278 2016-06-11  Florian Weimer  <fweimer@redhat.com>
15280         * malloc/malloc.c (musable): Return correct size for dumped fake
15281         mmapped chunk.
15283 2016-06-11  Florian Weimer  <fweimer@redhat.com>
15285         [BZ #20222]
15286         * libio/iofopncook.c (_IO_cookie_read): Demangle callback pointer.
15287         (_IO_cookie_write): Likewise.
15288         (_IO_cookie_seek): Likewise.
15289         (_IO_cookie_close): Likewise.
15290         (_IO_old_cookie_seek): Likewise.
15291         (set_callbacks): New function.
15292         (_IO_cookie_init): Call set_callbacks to copy callbacks.
15294 2016-06-11  Marko Myllynen  <myllynen@redhat.com>
15296         * locale/programs/localedef.c (oldstyle_tables): Remove.
15297         * locale/programs/localedef.h (oldstyle_tables): Likewise.
15299 2016-06-10  Joseph Myers  <joseph@codesourcery.com>
15301         [BZ #20240]
15302         * math/Makefile (CFLAGS-s_modf.c): New variable.
15303         (CFLAGS-s_modff.c): Likewise.
15304         (CFLAGS-s_modfl.c): Likewise.
15305         * math/libm-test.inc (modf_test_data): Add sNaN tests.
15307 2016-06-09  Carlos O'Donell  <carlos@redhat.com>
15309         [BZ #20215]
15310         * misc/sys/cdefs.h [__GNUC_PREREQ (3,2)]: Undef __always_inline first.
15311         [!__GNUC_PREREQ (3,2)]: Likewise.
15313 2016-06-10  Adhemerval Zanela  <adhemerval.zanella@linaro.org>
15315         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Add xfail-.
15316         (msghdr.msg_controllen): Likewise.
15317         (cmsghdr.cmsg_len): Likewise.
15318         * nptl/Makefile (libpthread-routines): Remove ptw-oldrecvmsg and
15319         ptw-oldsendmsg.
15320         (CFLAGS-oldrecvmsg.c): Remove rule.
15321         (CFLAGS-oldsendmsg.c): Likewise.
15322         (CFLAGS-recvmsg.c): Add rule.
15323         (CFLAGS-sendmsg.c): Likewise.
15324         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
15325         oldrecvmsg, oldsendmsg, oldrecvmmsg, oldsendmmsg.
15326         (CFLAGS-recvmsg.c): Remove rule.
15327         (CFLAGS-sendmsg.c): Likewise.
15328         (CFLAGS-oldrecvmsg.c): Likewise.
15329         (CFLAGS-oldsendmsg.c): Likewise.
15330         (CFLAGS-recvmmsg.c): Likewise.
15331         * sysdeps/unix/sysv/linux/bits/socket.h (msghdr.msg_iovlen): Revert
15332         to kernel defined interfaces.
15333         (msghdr.msg_controllen): Likewise.
15334         (cmsghdr.cmsg_len): Likewise.
15335         (msghdr.__glibc_reserved1): Remove member.
15336         (msghdr.__glibc_reserved2): Likewise.
15337         (cmsghdr.__glibc_reserved1): Likewise.
15338         * sysdeps/unix/sysv/linux/oldrecvmmsg.c: Remove file.
15339         * sysdeps/unix/sysv/linux/oldrecvmsg.c: Likewise.
15340         * sysdeps/unix/sysv/linux/oldsendmmsg.c: Likewise.
15341         * sysdeps/unix/sysv/linux/oldsendmsg.c: Likewise.
15342         * sysdeps/unix/sysv/linux/recvmmsg.c: Revert back to previous
15343         version.
15344         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
15345         * sysdeps/unix/sysv/linux/sendmmsg.c: Likewise.
15346         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
15347         * sysdeps/unix/sysv/linux/aarch64/Versions [libc] (GLIBC_2.24):
15348         Remove recvmsg and sendmsg.
15349         * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.24):
15350         Likewise.
15351         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24):
15352         Likewise.
15353         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24): Likewise.
15354         * sysdeps/unix/sysv/linux/m68k/Versions [libc] (GLIBC_2.24): Likewise.
15355         * sysdeps/unix/sysv/linux/microblaze/Versions [libc] (GLIBC_2.24):
15356         Likewise.
15357         * sysdeps/unix/sysv/linux/mips/mips32/Versions [libc] (GLIBC_2.24):
15358         Likewise.
15359         * sysdeps/unix/sysv/linux/mips/mips64/n32/Versions
15360         [libc] (GLIBC_2.24): Likewise.
15361         * sysdeps/unix/sysv/linux/nios2/Versions [libc] (GLIBC_2.24):
15362         Likewise.
15363         * sysdeps/unix/sysv/linux/powerpc/Versions [libc] (GLIBC_2.24):
15364         Likewise.
15365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
15366         [libc] (GLIBC_2.24): Likewise.
15367         * sysdeps/unix/sysv/linux/s390/s390-32/Versions [libc] (GLIBC_2.24):
15368         Likewise.
15369         * sysdeps/unix/sysv/linux/s390/s390-64/Versions [libc] (GLIBC_2.24):
15370         Likewise.
15371         * sysdeps/unix/sysv/linux/sh/Versions [libc] (GLIBC_2.24): Likewise.
15372         * sysdeps/unix/sysv/linux/sparc/Versions [libc] (GLIBC_2.24):
15373         Likewise.
15374         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions [libc] (GLIBC_2.24):
15375         Likewise.
15376         * sysdeps/unix/sysv/linux/tile/Versions [libc] (GLIBC_2.24):
15377         Likewise.
15378         * sysdeps/unix/sysv/linux/x86_64/Versions [libc] (GLIBC_2.24):
15379         Likewise.
15380         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Versions: Remove file
15381         * sysdeps/unix/sysv/linux/x86_64/64/Versions: Likewise.
15382         * sysdeps/unix/sysv/linux/mips/mips64/n64/Versions: Likewise.
15383         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Remove new 2.24
15384         version for {recv,send,recm,sendm}msg.
15385         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
15386         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
15387         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
15388         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
15389         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
15390         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
15391         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
15392         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
15393         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
15394         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
15395         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
15396         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
15397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
15398         Likewise.
15399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
15400         Likewise.
15401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
15402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
15403         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
15404         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
15405         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
15406         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
15407         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
15408         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
15409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
15410         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
15411         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
15412         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
15413         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
15415 2016-06-10  Florian Weimer  <fweimer@redhat.com>
15417         [BZ #19564]
15418         Remove __malloc_initialize_hook from the API.
15419         * malloc/malloc.h (__malloc_initialize_hook): Remove.
15420         * include/stdc-predef.h (__malloc_initialize_hook): Poison with
15421         #pragma GCC poison.
15422         * malloc/malloc-hooks.h: New file.
15423         * malloc/arena.c (ptmalloc_init): Use old__malloc_initialize_hook.
15424         * malloc/malloc.c (HAVE_MALLOC_INIT_HOOK): New.
15425         (old__malloc_initialize_hook): Rename from
15426         __malloc_initialize_hook to evade poisoning.  Turn into compat
15427         symbol.
15428         * malloc/mcheck-init.c (old__malloc_initialize_hook): Rename from
15429         __malloc_initialize_hook.
15430         * malloc/Makefile (poisoned_apis, unpoisoned_api_defines): New.
15431         (mallo.c, mcheck-init.c): Compile with unpoisoned symbol.
15432         * manual/memory.texi (Hooks for Malloc): Remove
15433         __malloc_initialize_hook.  Adjust hook example.
15435 2016-06-09  Joseph Myers  <joseph@codesourcery.com>
15437         [BZ #20235]
15438         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Add NaN input to
15439         itself.
15440         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
15441         * math/libm-test.inc (log2_test_data): Add sNaN tests.
15443         [BZ #20234]
15444         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Add positive
15445         infinity or NaN input to itself.
15447         [BZ #20233]
15448         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Add NaN input
15449         to itself.
15451         [BZ #20232]
15452         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add NaN input to
15453         itself.
15455 2016-06-09  H.J. Lu  <hongjiu.lu@intel.com>
15457         * sysdeps/x86_64/start.S (_start): Always indirect branch to
15458         __libc_start_main via GOT.
15460 2016-06-09  H.J. Lu  <hongjiu.lu@intel.com>
15462         * sysdeps/x86_64/memcopy.h: New file.
15463         * sysdeps/x86_64/wordcopy.c: Likewise.
15465 2016-06-09  Florian Weimer  <fweimer@redhat.com>
15467         Prevent GCC 6 <cstdlib> from including /usr/include/stdlib.h.
15468         * stdlib/tst-quick_exit.cc: Include <stdlib.h> instead of
15469         <cstdlib>.
15470         (optimization_barrier): New.
15471         (do_test): Use it.  Call quick_exit in the global namespace.
15472         * stdlib/tst-thread-quick_exit.cc: Include <stdlib.h>, <pthread.h>
15473         instead of <cstdlib>, <thread>.
15474         (optimization_barrier): New.
15475         (non_main_thread): Adjust declaration.  Call optimization_barrier.
15476         Call quick_exit in the global namespace.
15477         (do_test): Call optimization_barrier.  Use pthread_create,
15478         pthread_join instead of std::thread.
15480 2016-06-09  Andreas Schwab  <schwab@suse.de>
15482         [BZ #19755]
15483         * nscd/pwdcache.c (cache_addpw): Lock prune_run_lock while adding
15484         new entries in auto-propagate mode.
15485         * nscd/grpcache.c (cache_addgr): Likewise.
15487 2016-06-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
15489         * test-skeleton.c (oom_error, xmalloc, xcalloc, xrealloc):
15490         New functions.
15491         (add_temp_file): Use them.
15493 2016-06-09  Samuel Thibault  <samuel.thibault@ens-lyon.org
15495         * mach/mach/mach_traps.h (mach_print): Add syscall declaration.
15497 2016-06-08  Joseph Myers  <joseph@codesourcery.com>
15499         [BZ #20229]
15500         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Add NaN input to itself.
15501         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
15502         * math/libm-test.inc (log1p_test_data): Add sNaN tests.
15504         [BZ #20228]
15505         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Add NaN input to
15506         itself.
15507         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Likewise.
15508         * math/libm-test.inc (log10_test_data): Add sNaN tests.
15510         [BZ #20227]
15511         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Add NaN input to
15512         itself.
15513         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15514         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
15515         * math/libm-test.inc (log_test_data): Add sNaN tests.
15517         [BZ #20226]
15518         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Add NaN argument to
15519         itself.
15520         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15521         * math/libm-test.inc (exp_test_data): Add sNaN tests.
15522         (exp10_test_data): Likewise.
15523         (expm1_test_data): Likewise.
15525         [BZ #20225]
15526         * math/s_ldexp.c (__ldexp): Add non-finite or zero argument to
15527         itself.
15528         * math/s_ldexpf.c (__ldexpf): Likewise.
15529         * math/s_ldexpl.c (__ldexpl): Likewise.
15530         * math/w_scalbln.c (__w_scalbln): Likewise.
15531         * math/w_scalblnf.c (__w_scalblnf): Likewise.
15532         * math/w_scalblnl.c (__w_scalblnl): Likewise.
15533         * math/libm-test.inc (scalbn_test_data): Add sNaN tests.
15534         (scalbln_test_data): Likewise.
15536         [BZ #20224]
15537         * sysdeps/i386/fpu/s_cbrtl.S (__cbrtl): Add non-finite or zero
15538         argument to itself.
15539         * math/libm-test.inc (cbrt_test_data): Add sNaN tests.
15541 2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
15543         [BZ #19776]
15544         * sysdeps/x86_64/memcpy.S: Make it dummy.
15545         * sysdeps/x86_64/mempcpy.S: Likewise.
15546         * sysdeps/x86_64/memmove.S: New file.
15547         * sysdeps/x86_64/memmove_chk.S: Likewise.
15548         * sysdeps/x86_64/multiarch/memmove.S: Likewise.
15549         * sysdeps/x86_64/multiarch/memmove_chk.S: Likewise.
15550         * sysdeps/x86_64/memmove.c: Removed.
15551         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
15552         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15553         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: Likewise.
15554         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S:
15555         Likewise.
15556         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
15557         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
15558         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
15559         memcpy-sse2-unaligned, memmove-avx-unaligned,
15560         memcpy-avx-unaligned and memmove-sse2-unaligned-erms.
15561         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
15562         (__libc_ifunc_impl_list): Replace
15563         __memmove_chk_avx512_unaligned_2 with
15564         __memmove_chk_avx512_unaligned.  Remove
15565         __memmove_chk_avx_unaligned_2.  Replace
15566         __memmove_chk_sse2_unaligned_2 with
15567         __memmove_chk_sse2_unaligned.  Remove __memmove_chk_sse2 and
15568         __memmove_avx_unaligned_2.  Replace __memmove_avx512_unaligned_2
15569         with __memmove_avx512_unaligned.  Replace
15570         __memmove_sse2_unaligned_2 with __memmove_sse2_unaligned.
15571         Remove __memmove_sse2.  Replace __memcpy_chk_avx512_unaligned_2
15572         with __memcpy_chk_avx512_unaligned.  Remove
15573         __memcpy_chk_avx_unaligned_2.  Replace
15574         __memcpy_chk_sse2_unaligned_2 with __memcpy_chk_sse2_unaligned.
15575         Remove __memcpy_chk_sse2.  Remove __memcpy_avx_unaligned_2.
15576         Replace __memcpy_avx512_unaligned_2 with
15577         __memcpy_avx512_unaligned.  Remove __memcpy_sse2_unaligned_2
15578         and __memcpy_sse2.  Replace __mempcpy_chk_avx512_unaligned_2
15579         with __mempcpy_chk_avx512_unaligned.  Remove
15580         __mempcpy_chk_avx_unaligned_2.  Replace
15581         __mempcpy_chk_sse2_unaligned_2 with
15582         __mempcpy_chk_sse2_unaligned.  Remove __mempcpy_chk_sse2.
15583         Replace __mempcpy_avx512_unaligned_2 with
15584         __mempcpy_avx512_unaligned.  Remove __mempcpy_avx_unaligned_2.
15585         Replace __mempcpy_sse2_unaligned_2 with
15586         __mempcpy_sse2_unaligned.  Remove __mempcpy_sse2.
15587         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Support
15588         __memcpy_avx512_unaligned_erms and __memcpy_avx512_unaligned.
15589         Use __memcpy_avx_unaligned_erms and __memcpy_sse2_unaligned_erms
15590         if processor has ERMS.  Default to __memcpy_sse2_unaligned.
15591         (ENTRY): Removed.
15592         (END): Likewise.
15593         (ENTRY_CHK): Likewise.
15594         (libc_hidden_builtin_def): Likewise.
15595         Don't include ../memcpy.S.
15596         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Support
15597         __memcpy_chk_avx512_unaligned_erms and
15598         __memcpy_chk_avx512_unaligned.  Use
15599         __memcpy_chk_avx_unaligned_erms and
15600         __memcpy_chk_sse2_unaligned_erms if if processor has ERMS.
15601         Default to __memcpy_chk_sse2_unaligned.
15602         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
15603         Change function suffix from unaligned_2 to unaligned.
15604         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Support
15605         __mempcpy_avx512_unaligned_erms and __mempcpy_avx512_unaligned.
15606         Use __mempcpy_avx_unaligned_erms and __mempcpy_sse2_unaligned_erms
15607         if processor has ERMS.  Default to __mempcpy_sse2_unaligned.
15608         (ENTRY): Removed.
15609         (END): Likewise.
15610         (ENTRY_CHK): Likewise.
15611         (libc_hidden_builtin_def): Likewise.
15612         Don't include ../mempcpy.S.
15613         (mempcpy): New.  Add a weak alias.
15614         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Support
15615         __mempcpy_chk_avx512_unaligned_erms and
15616         __mempcpy_chk_avx512_unaligned.  Use
15617         __mempcpy_chk_avx_unaligned_erms and
15618         __mempcpy_chk_sse2_unaligned_erms if if processor has ERMS.
15619         Default to __mempcpy_chk_sse2_unaligned.
15621 2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
15623         [BZ #19881]
15624         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Folded
15625         into ...
15626         * sysdeps/x86_64/memset.S: This.
15627         (__bzero): Removed.
15628         (__memset_tail): Likewise.
15629         (__memset_chk): Likewise.
15630         (memset): Likewise.
15631         (MEMSET_CHK_SYMBOL): New. Define only if MEMSET_SYMBOL isn't
15632         defined.
15633         (MEMSET_SYMBOL): Define only if MEMSET_SYMBOL isn't defined.
15634         * sysdeps/x86_64/multiarch/memset-avx2.S: Removed.
15635         (__memset_zero_constant_len_parameter): Check SHARED instead of
15636         PIC.
15637         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
15638         memset-avx2 and memset-sse2-unaligned-erms.
15639         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
15640         (__libc_ifunc_impl_list): Remove __memset_chk_sse2,
15641         __memset_chk_avx2, __memset_sse2 and __memset_avx2_unaligned.
15642         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
15643         (__bzero): Enabled.
15644         * sysdeps/x86_64/multiarch/memset.S (memset): Replace
15645         __memset_sse2 and __memset_avx2 with __memset_sse2_unaligned
15646         and __memset_avx2_unaligned.  Use __memset_sse2_unaligned_erms
15647         or __memset_avx2_unaligned_erms if processor has ERMS.  Support
15648         __memset_avx512_unaligned_erms and __memset_avx512_unaligned.
15649         (memset): Removed.
15650         (__memset_chk): Likewise.
15651         (MEMSET_SYMBOL): New.
15652         (libc_hidden_builtin_def): Replace __memset_sse2 with
15653         __memset_sse2_unaligned.
15654         * sysdeps/x86_64/multiarch/memset_chk.S (__memset_chk): Replace
15655         __memset_chk_sse2 and __memset_chk_avx2 with
15656         __memset_chk_sse2_unaligned and __memset_chk_avx2_unaligned_erms.
15657         Use __memset_chk_sse2_unaligned_erms or
15658         __memset_chk_avx2_unaligned_erms if processor has ERMS.  Support
15659         __memset_chk_avx512_unaligned_erms and
15660         __memset_chk_avx512_unaligned.
15662 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
15664         * math/gen-auto-libm-test.c (fp_format_desc): remove
15665         suffix member.
15666         (output_generic_value): Remove usage of suffix member,
15667         and the resulting unuse of the fp_format argument.
15668         (output_for_one_input_case): Remove unused fp_format
15669         parameter.
15671         * math/auto-libm-test-out: Regenerate.
15673         * math/libm-test.inc (TEST_COND_ldbl_128ibm): replace
15674         usage with TEST_COND_ibm128.
15675         (TEST_COND_flt_32): Remove.
15676         (TEST_COND_dbl_64): Remove.
15677         (TEST_COND_ldbl_96_intel): Remove.
15678         (TEST_COND_ldbl_96_m68k): Remove.
15679         (TEST_COND_ldbl_128): Remove.
15681 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
15683         * auto-libm-test-in:
15684         Replace flt-32 usage with binary32.
15685         Replace dbl-64 usage with binary64.
15686         Replace ldbl-intel-96 usage with intel96.
15687         Replace ldbl-m68k-96 usage with m68k96.
15688         Replace ldbl-128ibm usage with ibm128.
15689         Replace ldbl-128 usage with binary128.
15691         * auto-libm-test-out: Regenerate.
15693 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
15695         * math/gen-libm-test.pl (all_floats_pfx): New lookup table.
15696         (parse_ulps): Dynamically generate type name matching
15697         string from all_floats.
15698         (get_ulps): Generate the ulps as an array instead.
15699         (output_ulps): Dynamically compose the type based
15700         on the number of supported formats, and print
15701         the indices as type specific helper macros.
15703         * math/libm-test.inc: Remove comment about CHOOSE.
15704         (ulp_data): Generate the type in libm-test-ulps.h.
15705         (ULP_IDX): New macro.
15706         (find_ulps): Update usage of max_ulp.
15708         * math/test-double-vlen2.h (CHOOSE): Remove.
15709         * math/test-double-vlen4.h (CHOOSE): Likewise.
15710         * math/test-double-vlen8.h (CHOOSE): Likewise.
15711         * math/test-float.c (CHOOSE): Likewise.
15712         * math/test-float-finite.c (CHOOSE): Likewise.
15713         * math/test-double.c (CHOOSE): Likewise.
15714         * math/test-double-finite.c (CHOOSE): Likewise.
15715         * math/test-idouble.c (CHOOSE): Likewise.
15716         * math/test-ifloat.c (CHOOSE): Likewise.
15717         * math/test-ildoubl.c (CHOOSE): Likewise.
15718         * math/test-ldouble-finite.c (CHOOSE): Likewise.
15719         * math/test-ldouble.c (CHOOSE): Likewise.
15721         * math/test-float.h (TEST_FLOAT): Remove.
15722         * math/test-double.h (TEST_DOUBLE): Likewise.
15723         * math/test-ldouble.h (TEST_LDOUBLE): Likewise.
15725 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
15727         * math/gen-libm-test.pl: (apply_lit): New subroutine.
15728         (parse_args): Strip C suffix from floating point literals
15729         typed with 'f' and wrap them with LIT().
15731         * math/libm-tests.inc (RUN_TEST_LOOP_fj_f): New macro.
15732         (test_ff_f_data_nexttoward): Rename to
15733         (test_fj_f_data): New struct.
15734         (nexttoward_test_data): Relabel tests as
15735         TEST_fj_f instead of TEST_ff_f.
15737 2016-06-08  Florian Weimer  <fweimer@redhat.com>
15739         Emacs bug 23726.
15740         * malloc/malloc.c (dumped_main_arena_start): Update comment.
15741         (__libc_realloc): Correct size computation for dumped fake mmapped
15742         chunks.
15744 2016-06-07  Joseph Myers  <joseph@codesourcery.com>
15746         [BZ #20219]
15747         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): Add NaN argument
15748         to itself.
15749         * math/libm-test.inc (atanh_test_data): Add sNaN tests.
15751         [BZ #20218]
15752         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Add non-finite argument
15753         to itself.
15754         * math/libm-test.inc (asinh_test_data): Add sNaN tests.
15756 2016-06-07  H.J. Lu  <hongjiu.lu@intel.com>
15758         [BZ #20195]
15759         * sysdeps/x86/cpu-features.c (get_common_indeces): Move FMA4
15760         check to ...
15761         (init_cpu_features): Here.
15763 2016-06-07  Carlos O'Donell  <carlos@redhat.com>
15765         [BZ #20214]
15766         * sysdeps/unix/sysv/linux/bits/in.h
15767         [defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H
15768          || defined _LINUX_IN6_H || defined _IPV6_H] (__USE_KERNEL_IPV6_DEFS):
15769         Define to 1.
15770         [!(defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H
15771          || defined _LINUX_IN6_H || defined _IPV6_H)] (__USE_KERNEL_IPV6_DEFS):
15772         Define to 0.
15773         [!__USE_KERNEL_IPV6_DEFS] (IPV6_ADD_MEMBERSHIP): Define.
15774         [!__USE_KERNEL_IPV6_DEFS] (IPV6_DROP_MEMBERSHIP): Define.
15776 2016-06-06  Carlos O'Donell  <carlos@redhat.com>
15778         [BZ #20198]
15779         * stdlib/Makefile (tests): Add tst-quick_exit, and
15780         tst-thread-quick_exit.
15781         [ifeq ($(have-cxx-thread_local),yes)]
15782         (CFLAGS-tst-quick_exit.o): Use -stdc=c++11.
15783         (CFLAGS-tst-thread-quick_exit.o): Likewise.
15784         (LDLIBS-tst-quick_exit): Use -lstdc++ for C++ program.
15785         (LDLIBS-tst-thread-quick_exit): Likewise.
15786         [ifneq ($(have-cxx-thread_local),yes)]
15787         (tests-unsupported): Add tst-quick_exit, and tst-thread-quick_exit.
15788         * stdlib/exit.c (__run_exit_handlers): Add run_dtors argument.
15789         If run_dtors is true call __call_tls_dtors.
15790         (exit): Call __run_exit_handlers with run_dtors set to true.
15791         * stdlib/exit.h: Add run_dtors argument to __run_exit_handlers
15792         definition.
15793         * stdlib/quick_exit.c (quick_exit): Remove function.
15794         (__new_quick_exit): New function.
15795         [SHLIB_COMPAT(libc, GLIBC_2_10, GLIBC_2_24)] (__old_quick_exit): New
15796         function.
15797         * stdlib/tst-quick_exit.cc: New file.
15798         * stdlib/tst-thread-quick_exit.cc: New file.
15799         * stdlib/Versions: Add quick_exit@GLIBC_2.24.
15800         * sysdeps/arm/nacl/libc.abilist: Add 'GLIBC_2.24 quick_exit F'.
15801         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise
15802         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise
15803         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise
15804         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise
15805         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise
15806         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise
15807         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise
15808         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise
15809         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise
15810         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise
15811         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise
15812         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise
15813         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise
15814         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise
15815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise
15816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise
15817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise
15818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise
15819         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise
15820         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise
15821         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise
15822         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise
15823         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise
15824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise
15825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise
15826         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise
15827         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise
15828         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise
15830 2016-06-06  H.J. Lu  <hongjiu.lu@intel.com>
15832         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Fix
15833         a typo in comments.
15835 2016-06-06  Joseph Myers  <joseph@codesourcery.com>
15837         [BZ #20213]
15838         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Add NaN
15839         argument to itself.
15840         * math/libm-test.inc (asin_test_data): Add sNaN tests.
15842 2016-06-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15844         * misc/Makefile (CFLAGS-pwritev.c): New variable: add cancellation
15845         required flags.
15846         (CFLAGS-pwritev64.c): Likewise.
15847         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Remove file.
15848         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
15849         * sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: Likewise.
15850         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
15851         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.: Likewise.
15852         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (pwritev): Remove
15853         syscall from auto-generation.
15854         * sysdeps/unix/sysv/linux/pwritev.c: Rewrite implementation.
15855         [WORDSIZE == 64] (pwritev64): Remove macro.
15856         [!PWRITEV] (PWRITEV): Likewise.
15857         [!PWRITEV] (PWRITEV_REPLACEMENT): Likewise.
15858         [!PWRITEV] (PWRITE): Likewise.
15859         [!PWRITEV] (OFF_T): Likewise.
15860         [!__ASSUME_PWRITEV] (PWRITEV_REPLACEMENT): Likewise.
15861         (LO_HI_LONG): Remove macro.
15862         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev): Add function.
15863         * sysdeps/unix/sysv/linux/pwritev64.c: Rewrite implementation.
15864         (PWRITEV): Remove macro.
15865         (PWRITEV_REPLACEMENTE): Likewise.
15866         (PWRITE): Likewise.
15867         (OFF_T): Likewise.
15868         (pwritev64): New function.
15869         * nptl/tst-cancel4.c (tf_writev): Add test.
15871         * misc/Makefile (CFLAGS-preadv.c): New variable: add cancellation
15872         required flags.
15873         (CFLAGS-preadv64.c): Likewise.
15874         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Remove file.
15875         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
15876         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c: Likewise.
15877         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: Likewise.
15878         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.: Likewise.
15879         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (preadv): Remove
15880         syscall from auto-generation.
15881         * sysdeps/unix/sysv/linux/preadv.c: Rewrite implementation.
15882         [WORDSIZE == 64] (preadv64): Remove macro.
15883         [!PREADV] (PREADV): Likewise.
15884         [!PREADV] (PREADV_REPLACEMENT): Likewise.
15885         [!PREADV] (PREAD): Likewise.
15886         [!PREADV] (OFF_T): Likewise.
15887         [!__ASSUME_PREADV] (PREADV_REPLACEMENT): Likewise.
15888         (LO_HI_LONG): Remove macro.
15889         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv): Add function.
15890         * sysdeps/unix/sysv/linux/preadv64.c: Rewrite implementation.
15891         (PREADV): Remove macro.
15892         (PREADV_REPLACEMENTE): Likewise.
15893         (PREAD): Likewise.
15894         (OFF_T): Likewise.
15895         (preadv64): New function.
15896         * nptl/tst-cancel4.c (tf_preadv): Add test.
15898 2016-06-06  Joseph Myers  <joseph@codesourcery.com>
15900         [BZ #20212]
15901         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_acos): Add NaN
15902         argument to itself.
15903         * math/libm-test.inc (acos_test_data): Add sNaN tests.
15905 2016-06-06  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
15907         * sysdeps/powerpc/powerpc64/power8/strcasestr.S (__strcasestr):
15908         New symbol defined as libc_hidden_def.
15909         (strcasestr): Became a weak alias to __strcasestr.
15910         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Handle memset calls
15911         according to multi-arch support.  Move __stpncpy hidden
15912         definition from here to...
15913         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: ...here.  Add
15914         symbol stpncpy.
15915         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Undefine
15916         libc_hidden_builtin_def.
15917         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Specify which
15918         memset symbol to use when multi-arch support is available.
15920 2016-06-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
15922         * dlfcn/tst-rec-dlopen.c: Include string.h.
15924 2016-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
15926         * manual/install.texi: Remove mention of --without-tls
15927         * INSTALL: Regenerate.
15929 2016-06-05  Florian Weimer  <fweimer@redhat.com>
15931         * dlfcn/tst-rec-dlopen.c (custom_malloc_hook, old_malloc_hook):
15932         Remove.
15933         (call_function, interposed_malloc_called): New variables.
15934         (malloc): New function.
15935         (do_test): Do not change malloc hooks.  Initialize malloc.  Set
15936         and clear call_function as needed.
15938 2016-06-04  Andreas Schwab  <schwab@linux-m68k.org>
15940         * include/wchar.h (__wmemset): Use __typeof.
15942 2016-06-03  Carlos O'Donell  <carlos@redhat.com>
15944         * include/wchar.h (__wmemset): Declare function without typeof.
15946 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
15948         [BZ #20205]
15949         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Do not adjust
15950         exponent when incrementing negative subnormal with low mantissa
15951         word zero.
15952         * math/libm-test.inc (nextafter_test_data) [TEST_COND_intel96]:
15953         Add another test.
15955 2016-06-03  Florian Weimer  <fweimer@redhat.com>
15957         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf): Use
15958         __wmemset instead of wmemset.
15960 2016-06-02  Carlos O'Donell  <carlos@redhat.com>
15962         * sysdeps/unix/sysv/linux/bits/in.h [defined _UAPI_LINUX_IN6_H ||
15963         defined _UAPI_IPV6_H]: Define __USE_KERNEL_IPV6_DEFS to 1.
15964         [!(defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H)]: Define
15965         __USE_KERNEL_IPV6_DEFS to 0.
15966         * inet/netinet/in.h: Use '#if !__USE_KERNEL_IPV6_DEFS'.
15967         Update comment.
15969 2016-06-01  Florian Weimer  <fweimer@redhat.com>
15971         [BZ #19861]
15972         Do not use IFUNC resolver with potentially unrelocated symbol.
15973         * nptl/pt-fork.c [HAVE_IFUNC]: Remove.
15974         (DEFINE_FORK): Remove macro and inline definition.
15975         (fork_alias): Renamed from fork_ifunc.
15976         (__fork_alias): Renamed from __fork_ifunc.
15978 2016-05-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
15980         [BZ 19653]
15981         * inet/if_index.c (__protocol_available): Delete #if 0'd code.
15982         * inet/ruserpass.c (ruserpass): Delete #if 0'd code.
15984 2016-05-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15986         * scripts/check-local-headers.sh (exclude): Add hurd/ihash.h, and
15987         include .*-.*/ in addition to .*-.*-.*/ (i.e. i386-gnu in addition to
15988         i386-linux-gnu).
15989         * sysdeps/mach/hurd/configure.ac (libc_cv_ld_gnu_indirect_function):
15990         Set to no.
15991         * sysdeps/mach/hurd/configure: Refresh.
15993 2016-05-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15995         [BZ #20178]
15996         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call _exit
15997         on failure instead of exit.
15999 2016-05-30  Roland McGrath  <roland@hack.frob.com>
16001         [BZ #3629]
16002         * manual/string.texi (Copying Strings and Arrays): stpcpy is part
16003         of POSIX.1-2008.
16005 2016-05-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16007         * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk) [PIC]:
16008           Use PLT entry for calling _hurd_self_sigstate.
16010 2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
16012         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Count number of
16013         available logical processors with SMT level type sharing L2
16014         cache for Intel processors.
16016 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
16018         [BZ #20160]
16019         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S (__ceil): Add NaN
16020         argument to itself before returning the result.
16021         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S (__ceilf): Likewise.
16022         * sysdeps/powerpc/powerpc64/fpu/s_floor.S (__floor): Likewise.
16023         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S (__floorf): Likewise.
16024         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
16025         Likewise.
16026         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
16027         Likewise.
16028         * sysdeps/powerpc/powerpc64/fpu/s_rint.S (__rint): Likewise.
16029         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S (__rintf): Likewise.
16030         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
16031         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
16032         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S (__trunc): Likewise.
16033         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S (__truncf): Likewise.
16035         [BZ #20160]
16036         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Add NaN
16037         argument to itself before returning the result.
16038         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
16039         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
16040         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
16041         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint):
16042         Likewise.
16043         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16044         Likewise.
16045         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
16046         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
16047         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
16048         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
16049         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
16050         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
16052 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16054         * libm-test.inc: Replace usage of M_El with
16055         (lit_e): New macro.
16057 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16059         * libm-test.inc: Replace usage of M_PI_4l with
16060         (lit_pi_4_d): New macro.
16062 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16064         * libm-test.inc: Replace usage of M_PIl with
16065         (lit_pi): New macro.
16067 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16069         * libm-test.inc: Replace usage of M_PI2l with
16070         (lit_pi_2_d): New macro.
16072         * math/test-double.h (LITM): New macro.
16073         * math/test-float.h (LITM): Likewise.
16074         * math/test-ldouble.h (LITM): Likewise.
16076 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16078         * libm-test.inc (M_PI_34l): Rename to
16079         (lit_pi_3_m_4_d): New Macro.
16080         (M_PI_34_LOG10El): Rename to
16081         (lit_pi_3_m_4_ln10_m_d): New Macro.
16082         (M_PI2_LOG10El): Rename to
16083         (lit_pi_2_ln10_m_d):  New Macro.
16084         (M_PI4_LOG10El): Rename to
16085         (lit_pi_4_ln10_m_d):  New Macro.
16086         (M_PI_LOG10El): Rename to
16087         (lit_pi_ln10_d):  New Macro.
16089 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
16091         [BZ #20157]
16092         * sysdeps/powerpc/powerpc32/fpu/s_fabsl.S (__fabsl): Use fsel to
16093         determine whether to negate low half if [_ARCH_PPCGR], and integer
16094         comparison otherwise.
16095         * sysdeps/powerpc/powerpc64/fpu/s_fabsl.S (__fabsl): Use fsel to
16096         determine whether to negate low half.
16098         * math/libm-test.inc (NO_TEST_INLINE_FLOAT): Remove macro.
16099         (NO_TEST_INLINE_DOUBLE): Likewise.
16100         (TEST_COND_x86_64): Likewise.
16101         (TEST_COND_x86): Likewise.
16102         (M_PI_6l): Likewise.
16104 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16106         * math/libm-test.inc:
16107         (TEST_FLOAT): Change usage to TEST_COND_binary32.
16108         (TEST_DOUBLE): Change usage to TEST_COND_binary64.
16109         (TEST_LDOUBLE): Update usage to evaluate as true if
16110         the guarded tests match the property being tested.
16111         (LDBL_MAX_EXP): Change to MAX_EXP.
16112         (LDBL_MIN_EXP): Change to MIN_EXP.
16113         (LDBL_MANT_DIG): Change to MANT_DIG, except for
16114         nexttoward tests.
16116 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16118         * math/libm-test.inc:
16119         (TYPE_DECIMAL_DIG): Redefine using type supplied PREFIX macro.
16120         (TYPE_MIN): Likewise.
16121         (TYPE_TRUE_MIN): Likewise.
16122         (TYPE_MAX): Likewise.
16123         (MIN_EXP): Likewise.
16124         (MAX_EXP): Likewise.
16125         (MANT_DIG): Likewise.
16127         (FSTR_MAX): New macro.
16128         (__CONCATX): Likewise.
16129         (QTYPE_STR): Likewise.
16130         (TEST_COND_binary32): Likewise.
16131         (TEST_COND_binary64): Likewise.
16132         (TEST_COND_binary128): Likewise.
16133         (TEST_COND_ibm128): Likewise.
16134         (TEST_COND_intel96): Likewise.
16135         (TEST_COND_m68k96): Likewise.
16137         (TEST_COND_flt_32): Redefine as equivalent format test macro.
16138         (TEST_COND_dbl_64): Likewise.
16139         (TEST_COND_ldbl_96_intel): Likewise.
16140         (TEST_COND_ldbl_96_m68k): Likewise.
16141         (TEST_COND_ldbl_128): Likewise.
16142         (TEST_COND_ldbl_128ibm): Likewise.
16144         (plus_zero): Redefine using LIT macro.
16145         (minus_zero): Likewise.
16146         (plus_infty): Redefine as (INF).
16147         (minux_infty): Redefine as (-INF).
16148         (max_value): Redefine as TYPE_MAX.
16149         (min_value): Redefine as TYPE_MIN.
16150         (min_subnorm_value): Redefine as TYPE_TRUE_MIN.
16152         (print_float): Refactor to use snprintf to convert FLOAT values
16153         to string. This brings it closer to dropin replacement of strtof
16154         for the TS 18661 defined types.
16155         (update_stats): Likewise.
16156         (print_complex_function_ulps): Likewise.
16157         (print_max_error): Likewise.
16158         (print_complex_max_error): Likewise.
16159         (check_float_internal): Likewise.
16161         * math/test-float.h (PREFIX): New macro.
16162         (LIT): Likewise.
16163         (TYPE_STR): Likewise.
16164         (FTOSTR): Likewise.
16166         * math/test-double.h (PREFIX): New macro.
16167         (LIT): Likewise.
16168         (TYPE_STR): Likewise.
16169         (FTOSTR): Likewise.
16171         * math/test-ldouble.h (PREFIX): New macro.
16172         (LIT): Likewise.
16173         (TYPE_STR): Likewise.
16174         (FTOSTR): Likewise.
16176 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
16178         [BZ #20156]
16179         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Add high part
16180         to itself when zero or not finite.
16181         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (__floorl): Likewise.
16182         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
16183         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c (__roundl): Likewise.
16184         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
16186 2016-05-26  Joseph Myers  <joseph@codesourcery.com>
16188         [BZ #20153]
16189         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Return
16190         x * x + x for infinities and NaNs.
16192         [BZ #20151]
16193         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Add NaN
16194         argument to itself before returning result.
16195         (__ieee754_y0l): Likewise.
16196         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
16197         (__ieee754_y1l).
16199         * math/libm-test.inc (acosh_test_data): Add sNaN tests.
16200         (atan_test_data): Likewise.
16201         (ceil_test_data): Likewise.
16202         (cos_test_data): Likewise.
16203         (cosh_test_data): Likewise.
16204         (erf_test_data): Likewise.
16205         (exp2_test_data): Likewise.
16206         (fabs_test_data): Likewise.
16207         (floor_test_data): Likewise.
16208         (ilogb_test_data): Likewise.
16209         (j0_test_data): Likewise.
16210         (j1_test_data): Likewise.
16211         (jn_test_data): Likewise.
16212         (lgamma_test_data): Likewise.
16213         (lrint_test_data): Likewise.
16214         (llrint_test_data): Likewise.
16215         (logb_test_data): Likewise.
16216         (lround_test_data): Likewise.
16217         (llround_test_data): Likewise.
16218         (nearbyint_test_data): Likewise.
16219         (rint_test_data): Likewise.
16220         (round_test_data): Likewise.
16221         (sin_test_data): Likewise.
16222         (sincos_test_data): Likewise.
16223         (sinh_test_data): Likewise.
16224         (sqrt_test_data): Likewise.
16225         (tan_test_data): Likewise.
16226         (tanh_test_data): Likewise.
16227         (tgamma_test_data): Likewise.
16228         (trunc_test_data): Likewise.
16229         (y0_test_data): Likewise.
16230         (y1_test_data): Likewise.
16231         (yn_test_data): Likewise.
16233         * math/libm-test.inc: Update comment about NaN testing.
16234         (TEST_SNAN): New macro.
16235         (snan_value): Likewise.
16236         (enable_test): Disable tests of sNaNs when SNAN_TESTS fails.
16237         (fpclassify_test_data): Add sNaN tests.
16238         (isfinite_test_data): Likewise.
16239         (isinf_test_data): Likewise.
16240         (isnan_test_data): Likewise.
16241         (isnormal_test_data): Likewise.
16242         (issignaling_test_data): Likewise.
16243         (signbit_test_data): Likewise.
16244         * math/gen-libm-test.pl (%beautify): Add snan_value.
16245         (show_exceptions): Add argument $test_snan.
16246         (parse_args): Handle snan_value as non-finite.  Update call to
16247         show_exceptions.
16248         * math/Makefile (libm-test-no-inline-cflags): Add
16249         -fsignaling-nans.
16251 2016-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16253         * nptl/Makefile (CFLAGS-oldrecvfrom.c): Remove rule.
16254         (CFLAGS-oldsendmsg.c): Add rule.
16255         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24):
16256         Correct recvmsg symbol name.
16257         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24):
16258         Likewise.
16260 2016-05-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16262         * sysdeps/unix/sysv/linux/Makefile
16263         [$(subdir) = socket] (sysdep_routines): Add oldrecvmmsg and
16264         oldsendmmsg.
16265         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add recvmmsg and
16266         sendmmsg.
16267         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
16268         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
16269         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
16270         * sysdeps/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
16271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
16272         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
16273         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
16274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
16275         Likewise.
16276         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
16277         * sysdeps/unix/sysv/linux/oldrecvmmsg.c: New file.
16278         * sysdeps/unix/sysv/linux/oldsendmmsg.c: Likewise.
16279         * sysdeps/unix/sysv/linux/recvmmsg.c (__recvmmsg): Adjust msghdr
16280         iovlen and controllen fields to adjust to POSIX specification.
16281         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
16283         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Remove xfail-
16284         and change to correct expected type.
16285         (msghdr.msg_controllen): Likewise.
16286         (cmsghdr.cmsg_len): Likewise.
16287         * sysdeps/unix/sysv/linux/bits/socket.h (msghdr.msg_iovlen): Fix
16288         expected POSIX assumption about the size.
16289         (msghdr.msg_controllen): Likewise.
16290         (msghdr.__glibc_reserved1): Likewise.
16291         (msghdr.__glibc_reserved2): Likewise.
16292         (cmsghdr.cmsg_len): Likewise.
16293         (cmsghdr.__glibc_reserved1): Likewise.
16294         * nptl/Makefile (libpthread-routines): Remove ptw-recvmsg and ptw-sendmsg.
16295         Add ptw-oldrecvmsg and ptw-oldsendmsg.
16296         (CFLAGS-sendmsg.c): Remove rule.
16297         (CFLAGS-recvmsg.c): Likewise.
16298         (CFLAGS-oldsendmsg.c): Add rule.
16299         (CFLAGS-oldrecvmsg.c): Likewise.
16300         * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.24): Add
16301         recvmsg and sendmsg.
16302         * sysdeps/unix/sysv/linux/aarch64/Version [libc] (GLIBC_2.24):
16303         Likewise.
16304         * sysdeps/unix/sysv/linux/arm/Versions [libc] (GLIBC_2.24): Likewise.
16305         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24): Likewise.
16306         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24): Likewise.
16307         * sysdeps/unix/sysv/linux/ia64/Versions [libc] (GLIBC_2.24): Likewise.
16308         * sysdeps/unix/sysv/linux/m68k/Versions [libc] (GLIBC_2.24): Likewise.
16309         * sysdeps/unix/sysv/linux/microblaze/Versions [libc] (GLIBC_2.24):
16310         Likewise.
16311         * sysdeps/unix/sysv/linux/mips/mips32/Versions [libc] (GLIBC_2.24):
16312         Likewise.
16313         * sysdeps/unix/sysv/linux/mips/mips64/n32/Versions [libc] (GLIBC_2.24):
16314         Likewise.
16315         * sysdeps/unix/sysv/linux/mips/mips64/Versions [libc] (GLIBC_2.24):
16316         Likewise.
16317         * sysdeps/unix/sysv/linux/nios2/Versions [libc] (GLIBC_2.24):
16318         Likewise.
16319         * sysdeps/unix/sysv/linux/powerpc/Versions [libc] (GLIBC_2.24):
16320         Likewise.
16321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions [libc]
16322         (GLIBC_2.24): Likewise.
16323         * sysdeps/unix/sysv/linux/s390/s390-32/Versions [libc] (GLIBC_2.24):
16324         Likewise.
16325         * sysdeps/unix/sysv/linux/s390/s390-64/Versions [libc] (GLIBC_2.24):
16326         Likewise.
16327         * sysdeps/unix/sysv/linux/sh/Versions [libc] (GLIBC_2.24): Likewise.
16328         * sysdeps/unix/sysv/linux/sparc/Versions [libc] (GLIBC_2.24):
16329         Likewise.
16330         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions [libc] (GLIBC_2.24):
16331         Likewise.
16332         ( sysdeps/unix/sysv/linux/tile/Versions [libc] (GLIBC_2.24):
16333         Likewise.
16334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Versions [libc]
16335         (GLIBC_2.24): Likewise.
16336         ( sysdeps/unix/sysv/linux/x86_64/64/Versions [libc] (GLIBC_2.24):
16337         Likewise.
16338         * sysdeps/unix/sysv/linux/x84_64/Versions [libc] (GLIBC_2.24):
16339         Likewise.
16340         * sysdeps/unix/sysv/linux/Makefile
16341         [$(subdir) = socket)] (sysdep_headers): Add oldrecvmsg and oldsendmsg.
16342         (CFLAGS-sendmsg.c): Add rule.
16343         (CFLAGS-recvmsg.c): Likewise.
16344         (CFLAGS-oldsendmsg.c): Likewise.
16345         (CFLAGS-oldrecvmsg.c): Likewise.
16346         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Fix msghdr
16347         initialization.
16348         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
16349         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
16350         * sysdeps/unix/sysv/linux/oldrecvmsg.c: New file.
16351         * sysdeps/unix/sysv/linux/oldsendmsg.c: Likewise.
16352         * sysdeps/unix/sysv/linux/recvmsg.c (__libc_recvmsg): Adjust msghdr
16353         iovlen and controllen fields to adjust to POSIX specification.
16354         * sysdeps/unix/sysv/linux/sendmsg.c (__libc_sendmsg): Likewise.
16355         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: New version and
16356         added recvmsg and sendmsg.
16357         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
16358         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
16359         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
16360         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
16361         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
16362         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
16363         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
16364         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
16365         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
16366         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
16367         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
16368         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise
16369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
16370         Likewise.
16371         * sysdeps/unix/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
16372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
16373         * sysdepe/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
16374         Likewise.
16375         Likewise.
16376         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
16377         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
16378         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
16379         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
16380         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
16381         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
16382         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
16383         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
16384         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
16385         Likewise.
16386         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
16387         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
16389         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg): Remove
16390         from auto-generation.
16391         (sendmsg): Likewise.
16392         * sysdeps/unix/sysv/linux/arm/syscalls.list (recvmsg): Likewise.
16393         (sendmsg): Likewise.
16394         * sysdeps/unix/sysv/linux/generic/syscalls.list (recvmsg): Likewise.
16395         (sendmsg): Likewise.
16396         * sysdeps/unix/sysv/linux/hppa/syscalls.list (recvmsg): Likewise.
16397         (sendmsg): Likewise.
16398         * sysdeps/unix/sysv/linux/ia64/syscalls.list (recvmsg): Likewise.
16399         (sendmsg): Likewise.
16400         * sysdeps/unix/sysv/linux/mips/syscalls.list (recvmsg): Likewise.
16401         (sendmsg): Likewise.
16402         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (recvmsg):
16403         Likewise.
16404         (sendmsg): Likewise.
16405         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (recvmsg): Likewise.
16406         (sendmsg): Likewise.
16407         * sysdeps/unix/sysv/linux/i386/kernel-features.h
16408         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
16409         Remove.
16410         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
16411         Likewise.
16412         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
16413         Undefine.
16414         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
16415         Likewise.
16416         * sysdeps/unix/sysv/linux/kernel-features.h
16417         (__ASSUME_SENDMSG_SYSCALL): Define.
16418         (__ASSUME_RECVMSG_SYSCALL): Likewise.
16419         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16420         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
16421         Remove.
16422         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
16423         Likewise.
16424         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
16425         Undefine.
16426         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
16427         Likewise.
16428         * sysdeps/unix/sysv/linux/s390/kernel-features.h
16429         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
16430         Remove.
16431         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
16432         Likewise.
16433         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
16434         Undefine.
16435         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
16436         Likewise.
16437         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16438         (__ASSUME_SENDMSG_SYSCALL): Undefine.
16439         (__ASSUME_RECVMSG_SYSCALL): Likewise.
16440         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
16441         (__ASSUME_SENDMSG_SYSCALL): Likewise.
16442         (__ASSUME_RECVMSG_SYSCALL): Likewise.
16443         * sysdeps/unix/sysv/linux/sh/kernel-features.h
16444         (__ASSUME_SENDMSG_SYSCALL): Likewise.
16445         (__ASSUME_RECVMSG_SYSCALL): Likewise.
16447 2016-05-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16449         * stdlib/gen-tst-strtod-round.c: Add backslash to
16450         compile command in comment.
16451         (printfp): Remove the literal suffix, and define an infinite
16452         value as INF to avoid expansion clash with INFINITY.
16453         (round_str): Remove the literal suffix.
16454         (round_for_all): Likewise, remove the now duplicate ldbl-64
16455         entry, and remove some magic constants.
16457         * stdlib/tst-strtod-round.c: (TEST): Redefine to reduce
16458         duplication.  Remove duplicate dbl-64 and ldbl-64 entries.
16459         (ROUNDING_TESTS_long_double): Define as 0 for ibm128.
16460         (_CONCAT): New macro.
16461         (CONCAT): Likewise.
16462         (CHOOSE_ld): Likewise.
16463         (CHOOSE_f): Likewise.
16464         (CHOOSE_d): Likewise.
16465         (FTYPE_MEMBER): Likewise.
16466         (BOOL_MEMBER): Likewise.
16467         (STRUCT_FOREACH_FLOAT_FTYPE): Likewise.
16468         (STRUCT_FOREACH_FLOAT_BOOL): Likewise.
16469         (_XNTRY): Likewise.
16470         (XNTRY): Likewise.
16471         (_ENTRY): Likewise.
16472         (ENTRY): Likewise.
16473         (test_exactness): Generate members via macro.
16474         (test_results): Likewise.
16475         (test): Update members.
16476         (TEST): Redefine using new macros.
16477         (INF): New macro.
16478         (fetestmodes): New structure.
16479         (do_test): Refactor to be type generic.
16480         (test_in_one_mode): Refactor duplicate code into
16481         (GEN_ONE_TEST): New macro.
16483         * stdlib/tst-strtod-round-data.h: Regenerate.
16485         * stdlib/tst-strtod.h (GEN_TEST_STRTOD_FOREACH):
16486         Extend to pass additional arbitrary parameters to
16487         generators.
16489 2016-05-25  Joseph Myers  <joseph@codesourcery.com>
16491         [BZ #15479]
16492         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S (__ceil): Move save of
16493         floating-point state after first floating-point operation on
16494         input.  Restore full floating-point state instead of just rounding
16495         mode.
16496         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S (__ceilf): Likewise.
16497         * sysdeps/powerpc/powerpc64/fpu/s_floor.S (__floor): Likewise.
16498         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S (__floorf): Likewise.
16499         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S (__trunc): Likewise.
16500         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S (__truncf): Likewise.
16502         [BZ #15479]
16503         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Move save of
16504         floating-point state after first floating-point operation on
16505         input.  Restore full floating-point state instead of just rounding
16506         mode.
16507         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
16508         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
16509         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
16510         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
16511         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
16513 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16515         [BZ #19727]
16516         * iconvdata/utf-16.c (BODY): Report an error if first word is not a
16517         valid high surrogate.
16518         * iconvdata/utf-32.c (BODY): Report an error if the value is in range
16519         of an utf16 surrogate.
16520         * iconv/gconv_simple.c (BODY): Likewise.
16521         * iconvdata/bug-iconv12.c: New file.
16522         * iconvdata/Makefile (tests): Add bug-iconv12.
16524 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16526         [BZ #19726]
16527         * iconv/gconv_simple.c (ucs4le_internal_loop): Update inptrp and
16528         outptrp in case of an illegal input.
16529         * iconv/tst-iconv6.c: New file.
16530         * iconv/Makefile (tests): Add tst-iconv6.
16532 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16534         * sysdeps/s390/utf16-utf32-z9.c: Disable cu42 instruction and report
16535         an error in case of a value in range of an utf16 low surrogate.
16537 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16539         * sysdeps/s390/utf8-utf32-z9.c: Disable cu41 instruction and report
16540         an error in case of a value in range of an utf16 low surrogate.
16542 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16544         * sysdeps/s390/s390-64/Makefile (iconvdata-subdirectory):
16545         Move to ...
16546         * sysdeps/s390/Makefile: ... here.
16547         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Move to ...
16548         * sysdeps/s390/iso-8859-1_cp037_z900.c: ... here.
16549         (BRANCH_ON_COUNT): New define.
16550         (TR_LOOP): Use BRANCH_ON_COUNT instead of brctg.
16551         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Move to ...
16552         * sysdeps/s390/utf16-utf32-z9.c: ... here and adjust to
16553         run on s390-32, too.
16554         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Move to ...
16555         * sysdeps/s390/utf8-utf16-z9.c: ... here and adjust to
16556         run on s390-32, too.
16557         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Move to ...
16558         * sysdeps/s390/utf8-utf32-z9.c: ... here and adjust to
16559         run on s390-32, too.
16561 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16563         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Use ifunc to select c,
16564         etf3eh or new vector loop-variant.
16566 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16568         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Use ifunc to select c,
16569         etf3eh or new vector loop-variant.
16571 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16573         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Use ifunc to select c, etf3eh
16574         or new vector loop-variant.
16576 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16578         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c (TROO_LOOP):
16579         Rename to TR_LOOP and usage of tr instead of troo instruction.
16581 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16583         * sysdeps/s390/multiarch/gconv_simple.c: New File.
16584         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add gconv_simple.
16586 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16588         * sysdeps/s390/multiarch/8bit-generic.c: New File.
16589         * sysdeps/s390/multiarch/gen-8bit.sh: New File.
16590         * sysdeps/s390/multiarch/Makefile (generate-8bit-table):
16591         New override define.
16592         * sysdeps/s390/multiarch/iconv/skeleton.c: Likewise.
16594 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16596         * config.h.in (HAVE_S390_VX_GCC_SUPPORT): New macro undefine.
16597         * sysdeps/s390/configure.ac: Add test for S390 vector register
16598         support in gcc.
16599         * sysdeps/s390/configure: Regenerated.
16601 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
16603         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules):
16604         Install file from $(objpfx)gconv-modules.
16605         ($(objpfx)gconv-modules): Concatenate architecture specific file
16606         in variable sysdeps-gconv-modules and gconv-modules in src dir.
16607         * sysdeps/s390/gconv-modules: New file.
16608         * sysdeps/s390/s390-64/Makefile: ($(inst_gconvdir)/gconv-modules):
16609         Deleted.
16610         ($(objpfx)gconv-modules-s390): Deleted.
16611         (sysdeps-gconv-modules): New variable.
16613 2016-05-24  Joseph Myers  <joseph@codesourcery.com>
16615         [BZ #15479]
16616         * sysdeps/x86_64/fpu/multiarch/s_ceil.S (__ceil_sse41): Set bit 3
16617         of immediate operand to rounding instruction.
16618         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S (__ceilf_sse41):
16619         Likewise.
16620         * sysdeps/x86_64/fpu/multiarch/s_floor.S (__floor_sse41):
16621         Likewise.
16622         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf_sse41):
16623         Likewise.
16625 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16627         * math/libm-test.inc (MIN_EXP): Directly define as
16628         (DBL|LDBL|FLT)_MIN_EXP and fixup usage.
16630 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16632         * math/libm-test.inc (MANT_DIG): Directly define as
16633         (DBL|LDBL|FLT)_MANT_DIG and fixup usage.
16635 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16637         * stdlib/gen-tst-strtod-round.c (main):
16638           Change usage to more closely match the generated
16639           output.  Add usage and compilation instructions.
16640           (string_to_fp): Add and use FILE* parameter as
16641           output target.
16642           (print_fp): Likewise.
16643           (round_str): Likewise.
16644           (round_for_all): Likewise.
16645         * stdlib/tst-strtod-round.c (tests): Move into
16646         * stdlib/tst-strtod-round-data.h: New file.
16648 2016-05-24  Joseph Myers  <joseph@codesourcery.com>
16650         [BZ #15479]
16651         * sysdeps/ieee754/dbl-64/s_round.c (huge): Remove variable.
16652         (__round): Do not force "inexact" exception.
16653         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (huge): Remove
16654         variable.
16655         (__round): Do not force "inexact" exception.
16656         * sysdeps/ieee754/flt-32/s_roundf.c (huge): Remove variable.
16657         (__roundf): Do not force "inexact" exception.
16658         * sysdeps/ieee754/ldbl-128/s_roundl.c (huge): Remove variable.
16659         (__roundl): Do not force "inexact" exception.
16660         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Remove variable.
16661         (__roundl): Do not force "inexact" exception.
16662         * math/libm-test.inc (round_test_data): Do not allow spurious
16663         "inexact" exceptions.
16665         [BZ #15479]
16666         * sysdeps/ieee754/dbl-64/s_floor.c: Do not mention "inexact"
16667         exception in comment.
16668         (huge): Remove variable.
16669         (__floor): Do not force "inexact" exception.
16670         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Do not mention
16671         "inexact" exception in comment.
16672         (huge): Remove variable.
16673         (__floor): Do not force "inexact" exception.
16674         * sysdeps/ieee754/flt-32/s_floorf.c: Do not mention "inexact"
16675         exception in comment.
16676         (huge): Remove variable.
16677         (__floorf): Do not force "inexact" exception.
16678         * sysdeps/ieee754/ldbl-128/s_floorl.c: Do not mention "inexact"
16679         exception in comment.
16680         (huge): Remove variable.
16681         (__floorl): Do not force "inexact" exception.
16683         [BZ #15479]
16684         * sysdeps/ieee754/dbl-64/s_ceil.c: Do not mention "inexact"
16685         exception in comment.
16686         (huge): Remove variable.
16687         (__ceil): Do not force "inexact" exception.
16688         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Do not mention
16689         "inexact" exception in comment.
16690         (huge): Remove variable.
16691         (__ceil): Do not force "inexact" exception.
16692         * sysdeps/ieee754/flt-32/s_ceilf.c (huge): Remove variable.
16693         (__ceilf): Do not force "inexact" exception.
16694         * sysdeps/ieee754/ldbl-128/s_ceill.c: Do not mention "inexact"
16695         exception in comment.
16696         (huge): Remove variable.
16697         (__ceill): Do not force "inexact" exception.
16699 2016-05-24  H.J. Lu  <hongjiu.lu@intel.com>
16701         * config.h.in (BIND_NOW): New.
16702         * configure.ac (BIND_NOW): New.  Defined for --enable-bind-now.
16703         * configure: Regenerated.
16704         * sysdeps/x86_64/sysdep.h (JUMPTARGET)[BIND_NOW]: Defined to
16705         indirect branch via the GOT slot.
16707 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16709         [BZ #19765]
16710         * sysdeps/s390/mempcpy.S: New File.
16711         * sysdeps/s390/multiarch/mempcpy.c: Likewise.
16712         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add mempcpy.
16713         * sysdeps/s390/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
16714         Add mempcpy variants.
16715         * sysdeps/s390/s390-32/memcpy.S: Add mempcpy entry point.
16716         (memcpy): Adjust to be usable from mempcpy entry point.
16717         (__memcpy_mvcle): Likewise.
16718         * sysdeps/s390/s390-64/memcpy.S: Likewise.
16719         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Add entry points
16720         ____mempcpy_z196, ____mempcpy_z10 and add __GI_ symbols for mempcpy.
16721         (__memcpy_z196): Adjust to be usable from mempcpy entry point.
16722         (__memcpy_z10): Likewise.
16723         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Likewise.
16725 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16727         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_libc_ifunc):
16728         Remove __GI_ symbol.
16729         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: Add __GI_memcmp symbol.
16730         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: Likewise.
16731         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Add __GI_memcpy symbol.
16732         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Likewise.
16733         * sysdeps/s390/s390-32/multiarch/memset-s390.S: Add __GI_memset symbol.
16734         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: Likewise.
16736 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16738         * sysdeps/s390/s390-64/memcpy.S (memcpy):
16739         Use cghi instead of chi to compare 64bit value.
16741 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16743         * sysdeps/s390/s390-32/memcpy.S (memcpy):
16744         Jump to 1MB check before executing mvc-loop.
16746 2016-05-24  Florian Weimer  <fweimer@redhat.com>
16748         [BZ #6527]
16749         * malloc/malloc.c (MALLOC_ALIGNMENT): Use correct alignment
16750         unconditionally.
16751         * malloc/hooks.c (MALLOC_STATE_VERSION): Increase state version.
16753 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16755         * stdlib/tst-strtod6.c (do_test): Use new type generic
16756         invocation of the test function.
16757         (test): Refactor into ...
16758         (TEST_STRTOD): New macro base function.
16760 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16762         * stdlib/bug-strtod2.c (do_test): Refactor strtod usage into ...
16763         (TEST_STRTOD): New macro.
16764         (TEST_FUNCTION): Redefine to use STRTOD_TEST_FOREACH
16766 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16768         * stdlib/tst-strtod6.c (do_test): Use new type generic
16769         invocation of the test function.
16770         (test): Refactor into ...
16771         (TEST_STRTOD): New macro base function.
16773 2016-05-23  Florian Weimer  <fweimer@redhat.com>
16775         CVE-2016-4429
16776         [BZ #20112]
16777         * sunrpc/clnt_udp.c (clntudp_call): Use malloc/free for the error
16778         payload.
16780 2016-05-23  Florian Weimer  <fweimer@redhat.com>
16782         [BZ #20111]
16783         * bits/sockaddr.h (_SS_SIZE): Define.
16784         * bits/socket.h (_SS_SIZE): Remove.
16785         (_SS_PADSIZE): Adjust to account for all padding.
16786         (struct sockaddr_storage): Update comment.  Avoid implicit
16787         padding.
16788         * sysdeps/mach/hurd/bits/socket.h (_SS_SIZE): Remove.
16789         (_SS_PADSIZE): Adjust to account for all padding.
16790         (struct sockaddr_storage): Update comment.  Avoid implicit
16791         padding.
16792         * sysdeps/unix/bsd/bits/sockaddr.h (_SS_SIZE): Define.
16793         * sysdeps/unix/sysv/linux/bits/socket.h (_SS_SIZE): Remove.
16794         (_SS_PADSIZE): Adjust to account for all padding.
16795         (struct sockaddr_storage): Update comment.  Avoid implicit
16796         padding.
16797         * sysdeps/unix/sysv/linux/m68k/bits/sockaddr.h: New file.
16798         __SS_SIZE is 126 in this version.
16799         * inet/tst-sockaddr.c: New file.
16800         * inet/Makefile (tests): Add tst-sockaddr.c
16801         (tst-sockaddr.c): Compile with non-strict aliasing.
16803 2016-05-23  Joseph Myers  <joseph@codesourcery.com>
16805         * conform/data/limits.h-data (CHARCLASS_NAME_MAX): Also expect for
16806         [XPG3 || XPG4].
16807         (NL_ARGMAX): Also expect for [XPG3].
16808         (NL_LANGMAX): Likewise.
16809         (NL_MSGMAX): Likewise.
16810         (NL_NMAX): Likewise.
16811         (NL_SETMAX): Likewise.
16812         (NL_TEXTMAX): Likewise.
16813         (NZERO): Likewise.
16814         (TMP_MAX): Likewise.
16815         * conform/Makefile (test-xfail-XPG3/limits.h/conform): Remove
16816         variable.
16818         * sysdeps/unix/sysv/linux/bits/socket.h (PF_KCM): New macro.
16819         (PF_MAX): Update value.
16820         (AF_KCM): New macro.
16821         (SOL_NETBEUI): Likewise.
16822         (SOL_LLC): Likewise.
16823         (SOL_DCCP): Likewise.
16824         (SOL_NETLINK): Likewise.
16825         (SOL_TIPC): Likewise.
16826         (SOL_RXRPC): Likewise.
16827         (SOL_PPPOL2TP): Likewise.
16828         (SOL_BLUETOOTH): Likewise.
16829         (SOL_PNPIPE): Likewise.
16830         (SOL_RDS): Likewise.
16831         (SOL_IUCV): Likewise.
16832         (SOL_CAIF): Likewise.
16833         (SOL_ALG): Likewise.
16834         (SOL_NFC): Likewise.
16835         (SOL_KCM): Likewise.
16836         (MSG_BATCH): New enum value and macro.
16838 2016-05-20  H.J. Lu  <hongjiu.lu@intel.com>
16840         [BZ #18185]
16841         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Don't limit threads
16842         sharing L2 cache to 2 for Knights Landing.
16844 2016-05-20  Joseph Myers  <joseph@codesourcery.com>
16846         * conform/data/ftw.h-data (struct FTW): Do not expect for [XPG3].
16847         (FTW_DP): Do not expect for [XPG3 || XPG4].
16848         (FTW_SL): Do not expect for [XPG3].
16849         (FTW_SLN): Likewise.
16850         (FTW_PHYS): Likewise.
16851         (FTW_MOUNT): Likewise.
16852         (FTW_DEPTH): Likewise.
16853         (FTW_CHDIR): Likewise.
16854         (nftw): Likewise.
16855         * conform/Makefile (test-xfail-XPG3/ftw.h/conform): Remove
16856         variable.
16858 2016-05-19  Rical Jasan  <ricaljasan@pacific.net>
16860         * manual/errno.texi: Fix various typos & grammar errors.
16862 2016-05-19  Rical Jasan  <ricaljasan@pacific.net>
16864         * manual/intro.texi: Fix duplicated typo.
16866 2016-05-19  Joseph Myers  <joseph@codesourcery.com>
16868         [BZ #13304]
16869         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Include <fenv.h>,
16870         <float.h>, <math_private.h> and <stdlib.h>.
16871         (add_split): New function.
16872         (mul_split): Likewise.
16873         (ext_val): New typedef.
16874         (store_ext_val): New function.
16875         (mul_ext_val): New function.
16876         (compare): New function.
16877         (add_split_ext): New function.
16878         (__fmal): After checking for Inf, NaN and zero, compute result as
16879         an exact sum of scaled double values in round-to-nearest before
16880         adding those up and adjusting for other rounding modes.
16881         * math/auto-libm-test-in: Remove xfail-rounding:ldbl-128ibm from
16882         tests of fma.
16883         * math/auto-libm-test-out: Regenerated.
16885 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
16887         [BZ #20119]
16888         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Correct Intel
16889         processor level type mask for CPUID with EAX == 11.
16891 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
16893         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Skip counting
16894         logical threads if the HTT bit is 0.
16895         * sysdeps/x86/cpu-features.h (bit_cpu_HTT): New.
16896         (index_cpu_HTT): Likewise.
16897         (reg_HTT): Likewise.
16899 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
16901         [BZ #20115]
16902         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S (__memset):
16903         Remove alignments on jump targets.
16905 2016-05-19  Joseph Myers  <joseph@codesourcery.com>
16907         * conform/data/pwd.h-data (endpwent): Do not expect for [XPG3].
16908         (getpwent): Likewise.
16909         (setpwent): Likewise.
16910         * conform/Makefile (test-xfail-XPG3/pwd.h/conform): Remove
16911         variable.
16913         * conform/data/search.h-data (insque): Do not expect for [XPG3].
16914         (remque): Likewise.
16915         * conform/Makefile (test-xfail-XPG3/search.h/conform): Remove
16916         variable.
16918 2016-05-18  Joseph Myers  <joseph@codesourcery.com>
16920         * math/libm-test.inc: Update comment not to refer to signs of NaNs
16921         not being tested.
16923 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
16925         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
16926         (__condvar_cleanup2): Remove JUMPTARGET from  _Unwind_Resume
16927         call.
16928         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
16929         (__condvar_cleanup1): Likewise.
16931 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
16933         * sysdeps/unix/sysv/linux/x86_64/cancellation.S (PTHREAD_UNWIND):
16934         New
16935         (__pthread_unwind): Renamed to ...
16936         (PTHREAD_UNWIND): This.
16937         (__pthread_enable_asynccancel): Replace
16938         JUMPTARGET(__pthread_unwind) with PTHREAD_UNWIND.
16940 2016-05-18  Joseph Myers  <joseph@codesourcery.com>
16942         * sysdeps/unix/sysv/linux/bits/sched.h [__USE_GNU]
16943         (CLONE_NEWCGROUP): New macro.
16945         * sysdeps/unix/sysv/linux/sys/quota.h [_LINUX_QUOTA_VERSION >= 2]
16946         (Q_GETNEXTQUOTA): New macro.
16948 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
16950         [BZ #19907]
16951         * benchtests/bench-memcpy.c (do_one_test): Clear the destination
16952         buffer updated by the previous run.
16953         * string/test-memcpy.c (do_one_test): Likewise.
16954         * benchtests/bench-memmove.c (do_one_test): Add a comment.
16955         * string/test-memmove.c (do_one_test): Likewise.
16957 2016-05-17  Joseph Myers  <joseph@codesourcery.com>
16959         [BZ #20094]
16960         * stdlib/stdlib.h (grantpt): Declare if [__USE_XOPEN_EXTENDED],
16961         not [__USE_XOPEN].
16962         (unlockpt): Likewise.
16963         (ptsname): Likewise.
16964         * conform/Makefile (test-xfail-XPG3/stdlib.h/conform): Remove
16965         variable.
16967         [BZ #20076]
16968         * io/sys/stat.h (S_IFSOCK): Define for [__USE_XOPEN_EXTENDED]
16969         instead of [__USE_UNIX98].
16970         (S_ISSOCK): Likewise.
16971         * conform/Makefile (test-xfail-XPG4/sys/stat.h/conform): Remove
16972         variable.
16974         [BZ #20074]
16975         * stdlib/stdlib.h (rand_r): Declare if [__USE_POSIX199506], not if
16976         [__USE_POSIX].
16977         * conform/Makefile (test-xfail-XPG4/stdlib.h/conform): Remove
16978         variable.
16980         [BZ #20051]
16981         * posix/unistd.h [__USE_XOPEN_EXTENDED && !__USE_UNIX98]
16982         (ttyslot): Do not declare.
16983         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && !__USE_XOPEN2K]
16984         (ttyslot): New prototype.
16985         * conform/Makefile (test-xfail-XPG4/unistd.h/conform): Remove
16986         variable.
16987         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16989 2016-05-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
16991         * nptl/tst-cancel17.c (do_test): Wait for finishing aio_read(&a).
16993 2016-05-13  Florian Weimer  <fweimer@redhat.com>
16995         Fix race condition in tst-mallocfork2, use fewer resources.
16996         * malloc/tst-mallocfork2.c (sigusr1_handler): Do not send SIGSTOP
16997         to current process group.
16998         (signal_sender): Yield in the non-sleeping case.
17000 2016-05-13  Joseph Myers  <joseph@codesourcery.com>
17002         * conform/data/stdlib.h-data (a64l): Do not expect for [XPG3].
17003         (ecvt): Likewise.
17004         (fcvt): Likewise.
17005         (gcvt): Likewise.
17006         (getsubopt): Likewise.
17007         (grantpt): Likewise.
17008         (initstate): Likewise.
17009         (l64a): Likewise.
17010         (mktemp): Likewise.
17011         (mkstemp): Likewise.
17012         (ptsname): Likewise.
17013         (random): Likewise.
17014         (realpath): Likewise.
17015         (setstate): Likewise.
17016         (srandom): Likewise.
17017         (ttyslot): Likewise.
17018         (unlockpt): Likewise.
17019         (valloc): Likewise.
17021         * conform/data/string.h-data (strdup): Do not expect for [XPG3].
17022         * conform/Makefile (test-xfail-XPG3/string.h/conform): Remove
17023         variable.
17025 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
17027         [BZ #20072]
17028         * sysdeps/i386/dl-machine.h (dl_platform_init): Call
17029         init_cpu_features only if SHARED is defined.
17030         * sysdeps/x86_64/dl-machine.h (dl_platform_init): Likewise.
17032 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
17034         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Check and support
17035         non-inclusive caches on Intel processors.
17037 2016-05-13  Florian Weimer  <fweimer@redhat.com>
17039         * malloc/malloc.c (dumped_main_arena_start)
17040         (dumped_main_arena_end): New variables.
17041         (DUMPED_MAIN_ARENA_CHUNK): New macro.
17042         (do_check_chunk): Skip dumped fake mmapped chunks.
17043         (munmap_chunk): Likewise.
17044         (__libc_free): Do not adjust statistics for fake mmapped chunks.
17045         (__libc_realloc): Adjust hardening check.  Always copy dumped fake
17046         mmapped chunks.
17047         * malloc/hooks.c (__malloc_set_state): Do not update main_arena.
17048         Mark dumped chunks as using mmap.  Update dumped_main_arena_start
17049         and dumped_main_arena_end to cover the dumped heap.
17051 2016-05-12  Joseph Myers  <joseph@codesourcery.com>
17053         * conform/data/time.h-data (getdate_err): Do not expect for
17054         [XPG3].
17055         (getdate): Likewise.
17056         * conform/Makefile (test-xfail-XPG3/time.h/conform): Remove
17057         variable.
17059         * conform/data/unistd.h-data (F_LOCK): Do not expect for [XPG3].
17060         (F_ULOCK): Likewise.
17061         (F_TEST): Likewise.
17062         (F_TLOCK): Likewise.
17063         (useconds_t): Likewise.
17064         (intptr_t): Do not expect for [XPG3] or [XPG4].
17065         (brk): Do not expect for [XPG3]
17066         (fchown): Likewise.
17067         (fchdir): Likewise.
17068         (ftruncate): Likewise.
17069         (getdtablesize): Likewise.
17070         (gethostid): Likewise.
17071         (getpagesize): Likewise.
17072         (getpgid): Likewise.
17073         (getsid): Likewise.
17074         (getwd): Likewise.
17075         (lchown): Likewise.
17076         (lockf): Likewise.
17077         (readlink): Likewise.
17078         (sbrk): Likewise.
17079         (setpgrp): Likewise.
17080         (setregid): Likewise.
17081         (setreuid): Likewise.
17082         (symlink): Likewise.
17083         (sync): Likewise.
17084         (truncate): Likewise.
17085         (ualarm): Likewise.
17086         (usleep): Likewise.
17087         (vfork): Likewise.
17088         * conform/Makefile (test-xfail-XPG3/unistd.h/conform): Remove
17089         variable.
17091         [BZ #20054]
17092         * posix/unistd.h (gethostname): Declare if [__USE_XOPEN_EXTENDED],
17093         not [__USE_UNIX98].
17094         * conform/data/unistd.h-data (gethostname): Do not expect for
17095         [XPG3].
17097         * conform/data/fcntl.h-data [!POSIX] (S_IFMT): Do not expect.
17098         [!POSIX] (S_IFBLK): Likewise.
17099         [!POSIX] (S_IFCHR): Likewise.
17100         [!POSIX] (S_IFIFO): Likewise.
17101         [!POSIX] (S_IFREG): Likewise.
17102         [!POSIX] (S_IFDIR): Likewise.
17103         [!POSIX] (S_IFLNK): Likewise.
17104         [!POSIX] (S_IFSOCK): Likewise.
17105         * conform/Makefile (test-xfail-XPG3/fcntl.h/conform): Remove
17106         variable.
17107         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17109 2016-05-12  Wilco Dijkstra  <wdijkstr@arm.com>
17111         * sysdeps/aarch64/memset.S (__memset):
17112         Rewrite of optimized memset.
17114 2016-05-12  Florian Weimer  <fweimer@redhat.com>
17116         [BZ #19703]
17117         Partially async-signal-safe fork for single-threaded processes.
17118         * sysdeps/nptl/fork.c (__libc_fork): Introduce multiple_threads
17119         variable.  Do not acquire and reset/release malloc and libio locks
17120         in single-threaded processes.
17121         * malloc/tst-mallocfork2.c: New file.
17122         * malloc/Makefile (tests): Add it.
17124 2016-05-12  Florian Weimer  <fweimer@redhat.com>
17126         * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Add tmpbuf
17127         argument.  Use scratch buffer instead of extend_alloca.
17128         (gethosts): Use scratch buffer instead of extend_alloca.
17129         (gaih_inet): Add tmpbuf argument.  Use scratch buffer instead of
17130         extend_alloca.
17131         (getaddrinfo): Allocate scratch buffer and pass it to gaih_inet.
17133 2016-05-11  Joseph Myers  <joseph@codesourcery.com>
17135         [BZ #20055]
17136         * termios/termios.h (pid_t): Define for [__USE_XOPEN_EXTENDED]
17137         instead of [__USE_UNIX98].
17138         (tcgetsid): Declare for [__USE_XOPEN_EXTENDED] instead of
17139         [__USE_UNIX98].
17140         * conform/data/termios.h-data (tcgetsid): Do not expect for
17141         [XPG3].
17142         * conform/Makefile (test-xfail-XPG3/termios.h/conform): Remove
17143         variable.
17144         (test-xfail-XPG4/termios.h/conform): Likewise.
17146 2016-05-11  Florian Weimer  <fweimer@redhat.com>
17148         Do not use mcheck in localedef.
17149         * locale/programs/localedef.c (turn_on_mcheck)
17150         (__malloc_initialize_hook): Remove.
17152 2016-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17154         * sysdeps/s390/s390-32/Makefile (pic-ccflag): Remove.
17155         * sysdeps/s390/s390-64/Makefile: Likewise.
17157 2016-05-11  H.J. Lu  <hongjiu.lu@intel.com>
17159         * sysdeps/i386/i686/multiarch/Makefile (gen-as-const-headers):
17160         Remove ifunc-defines.sym.
17161         * sysdeps/x86_64/multiarch/Makefile (gen-as-const-headers):
17162         Likewise.
17163         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Removed.
17164         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
17165         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
17166         * sysdeps/x86/Makefile (gen-as-const-headers): Remove
17167         rtld-global-offsets.sym.
17168         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Merged with ...
17169         * sysdeps/x86/cpu-features-offsets.sym: This.
17170         * sysdeps/x86/cpu-features.h: Include <cpu-features-offsets.h>
17171         instead of <ifunc-defines.h> and <rtld-global-offsets.h>.
17173 2016-05-10  Joseph Myers  <joseph@codesourcery.com>
17175         [BZ #20073]
17176         * io/sys/stat.h (fchmod): Declare for
17177         [__USE_POSIX199309 || __USE_XOPEN_EXTENDED], not [__USE_POSIX].
17178         * conform/Makefile (test-xfail-XPG3/sys/stat.h/conform): Remove
17179         variable.
17181         * conform/data/sys/stat.h-data [XPG3] (S_IFLNK): Do not expect.
17182         [XPG3] (S_IFSOCK): Likewise.
17183         [XPG3] (S_ISVTX): Likewise.
17184         [XPG3] (S_ISLNK): Likewise.
17185         [XPG3] (S_ISSOCK): Likewise.
17186         [XPG3] (fchmod): Likewise.
17187         [XPG3] (lstat): Likewise.
17188         [XPG3] (mknod): Likewise.
17190         * conform/data/sys/stat.h-data (st_blksize): Do not expect for
17191         [XPG3].  Expect type long and XFAIL for [XPG4].
17192         (st_blocks): Likewise.
17194         [BZ #20044]
17195         * posix/unistd.h [__USE_UNIX98 && !__USE_XOPEN2K]
17196         (pthread_atfork): New prototype.
17197         * conform/Makefile (test-xfail-UNIX98/unistd.h/conform): Remove
17198         variable.
17200         [BZ #20043]
17201         * posix/unistd.h [__USE_XOPEN && !__USE_XOPEN2K] (cuserid): New
17202         prototype.
17204 2016-05-10  Florian Weimer  <fweimer@redhat.com>
17206         [BZ #20017]
17207         * resolv/res_debug.c (p_secstodate): Call __gmtime_r instead of
17208         gmtime.
17210 2016-05-10  Florian Weimer  <fweimer@redhat.com>
17212         [BZ #19994]
17213         * sysdeps/posix/getaddrinfo.c (gethosts): Restore RES_USE_INET6
17214         flag in _res.options.
17216 2016-05-09  Joseph Myers  <joseph@codesourcery.com>
17218         * conform/data/sys/types.h-data (blkcnt_t): Do not expect for
17219         [XPG3 || XPG4].
17220         (blksize_t): Likewise.
17221         (clockid_t): Likewise.
17222         * conform/Makefile (test-xfail-XPG3/sys/types.h/conform): Remove
17223         variable.
17224         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17226 2016-05-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
17228         * sysdeps/unix/sysv/linux/s390/init-first.c:
17229         Add VDSO_SYMBOL(getcpu).
17230         (_libc_vdso_platform_setup): Initialize VDSO_SYMBOL(getcpu).
17231         * sysdeps/unix/sysv/linux/s390/libc-vdso.h:
17232         Add VDSO_SYMBOL(getcpu).
17233         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
17234         New define HAVE_GETCPU_VSYSCALL.
17235         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17237 2016-05-08  H.J. Lu  <hongjiu.lu@intel.com>
17239         * sysdeps/i386/cacheinfo.c: Include <sysdeps/x86/cacheinfo.c>
17240         instead of <sysdeps/x86_64/cacheinfo.c>.
17241         * sysdeps/x86_64/cacheinfo.c: Moved to ...
17242         * sysdeps/x86/cacheinfo.c: Here.
17244 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17246         * malloc/malloc-internal.h: Adjust header file guard.
17248 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17250         [BZ #19787]
17251         * inet/getnameinfo.c (check_sprintf_result): New function.
17252         (CHECKED_SNPRINTF): New macro.
17253         (gni_host_inet_numeric): Use CHECKED_SNPRINTF to write the scope
17254         to the host buffer.
17255         (gni_host_local): Use checked_copy to copy the host name.
17256         (gni_serv_inet): Use CHECKED_SNPRINTF to write the service name.
17257         (gni_serv_local): Use checked_copy to copy the service name.
17258         (getnameinfo): Remove unnecessary truncation of result buffers.
17260 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17262         * inet/getnameinfo.c (gni_host_inet_numeric): Return EAI_OVERFLOW
17263         in case of inet_ntop failure.
17265 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17267         * inet/getnameinfo.c (gni_host_inet_name): Use temporaries to
17268         avoid long lines.
17269         (gni_host_inet_numeric): Likewise.  Reduce scope of local
17270         variables.
17271         (gni_host_inet, gni_host_local): Add comment.
17272         (gni_host): Add comment.  Use temporary to avoid long lines.
17274 2016-05-04  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
17276         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Fix use of condition
17277         registers specifiers where general purpose registers specifiers should
17278         have been used.
17280 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17282         [BZ #19779]
17283         CVE-2016-1234
17284         Avoid copying names of directory entries.
17285         * posix/glob.c (DIRENT_MUST_BE, DIRENT_MIGHT_BE_SYMLINK)
17286         (DIRENT_MIGHT_BE_DIR, CONVERT_D_INO, CONVERT_D_TYPE)
17287         (CONVERT_DIRENT_DIRENT64, REAL_DIR_ENTRY): Remove macros.
17288         (struct readdir_result): New type.
17289         (D_TYPE_TO_RESULT, D_INO_TO_RESULT, READDIR_RESULT_INITIALIZER)
17290         (GL_READDIR): New macros.
17291         (readdir_result_might_be_symlink, readdir_result_might_be_dir)
17292         (convert_dirent, convert_dirent64): New functions.
17293         (glob_in_dir): Use struct readdir_result.  Call convert_dirent or
17294         convert_dirent64.  Adjust references to the readdir result.
17295         * sysdeps/unix/sysv/linux/i386/glob64.c:
17296         (convert_dirent, GL_READDIR): Redefine for second file inclusion.
17297         * posix/bug-glob2.c (LONG_NAME): Define.
17298         (filesystem): Add LONG_NAME.
17299         (my_DIR): Increase the size of room_for_dirent.
17301 2016-05-03  Joseph Myers  <joseph@codesourcery.com>
17303         [BZ #20041]
17304         * misc/sys/select.h (__need_timespec): Only define if
17305         [__USE_XOPEN2K].
17306         * conform/Makefile (test-xfail-XPG4/sys/time.h/conform): Remove
17307         variable.
17308         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17309         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17310         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17312 2016-05-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17313             Segher Boessenkool  <segher@gcc.gnu.org>
17315         [BZ #20004]
17316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S:
17317         (__novec_swapcontext): Add missing load.
17319 2016-05-02  Joseph Myers  <joseph@codesourcery.com>
17321         [BZ #20023]
17322         * io/fcntl.h [__USE_XOPEN && !__USE_XOPEN2K8]: Do not include
17323         <time.h>.
17324         * conform/Makefile (test-xfail-UNIX98/fcntl.h/conform): Remove
17325         variable.
17326         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17328 2016-05-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone): Fix
17331         flags CLONE_VM compare.
17333 2016-05-02  Florian Weimer  <fweimer@redhat.com>
17335         [BZ #20031]
17336         * hesiod/hesiod.c (get_txt_records): Return error if TXT record is
17337         completely empty.
17339 2016-05-02  Florian Weimer  <fweimer@redhat.com>
17341         [BZ #19573]
17342         * hesiod/Makefile (libnss_hesiod-routines): Remove hesiod-init.
17343         * hesiod/nss_hesiod/hesiod-init.c: Remove file.
17344         * hesiod/nss_hesiod/nss_hesiod.h: Likewise.
17345         * hesiod/hesiod.h (__hesiod_res_get, __hesiod_res_set): Remove.
17346         (hesiod_init, hesiod_end, hesiod_to_bind, hesiod_resolve)
17347         (hesiod_free_list): Mark as hidden.
17348         * hesiod/hesiod_p (struct hesiod_p): Remove res, free_res,
17349         res_set, res_get.
17350         * hesiod/hesiod.c: Remove unnecessary forward declarations.
17351         (init, __hesiod_res_get, __hesiod_res_set): Remove.
17352         (hesiod_init): Remove obsolete res_ninit call.
17353         (hesiod_end): Do not free resolver state.  Do not invoke callback.
17354         (hesiod_bind): Do not call init.
17355         (get_txt_records): Use res_mkquery, res_send instead of
17356         res_nmkquery, res_nsend.
17357         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Call hesiod_init
17358         instead of _nss_hesiod_init.
17359         (_nss_hesiod_initgroups_dyn): Likewise.
17360         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
17361         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Likewise.
17362         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
17364 2016-05-02  Florian Weimer  <fweimer@redhat.com>
17366         * hesiod/hesiod_p.h (DEF_RHS): Remove.
17367         * hesiod/hesiod.c (hesiod_init): Remove code for handling DEF_RHS.
17369 2016-05-02  Florian Weimer  <fweimer@redhat.com>
17371         * hesiod/hesiod.h: Remove RCS keyword.
17372         * hesiod/hesiod_p.h: Likewise.
17374         * hesiod/hesiod.c: Likewise.
17376 2016-05-01  Arnas Udovičius  <arnas.udovicius@gmail.com>
17378         [BZ #12450]
17379         * locale/iso-639.def: Add Samogitian/sgs.
17381 2016-04-30  Andreas Schwab  <schwab@linux-m68k.org>
17383         * sysdeps/m68k/Makefile (CFLAGS-gmon-start.c): Define.
17385         * sysdeps/unix/sysv/linux/m68k/clone.S: Localize labels.
17387 2016-04-29  Stephen Gallagher  <sgallagh@redhat.com>
17388             Carlos O'Donell  <carlos@redhat.com>
17390         [BZ #19072]
17391         * grp/Makefile (headers): Add grp-merge.h
17392         (routines): Add grp-merge.
17393         * grp/getgrgid_r.c: Include grp-merge.h.
17394         (DEEPCOPY_FN): Define.
17395         (MERGE_FN): Define.
17396         * grp/getgrname_r.c: Include grp-merge.h.
17397         (DEEPCOPY_FN): Define.
17398         (MERGE_FN): Define.
17399         * grp/grp-merge.c: New file.
17400         * grp/grp-merge.h: New file.
17401         * include/grp-merge.h: New file.
17402         * grp/Versions: Define __merge_grp@GLIBC_PRIVATE, and
17403         __copy_grp@GLIBC_PRIVATE.
17404         * manual/nss.texi (Actions in the NSS configuration): Describe
17405         return, continue, and merge.
17406         * nscd/getgrgid_r.c: Include grp/grp-merge.h.
17407         (DEEPCOPY_FN): Define.
17408         (MERGE_FN): Define.
17409         * nscd/getgrnam_r.c: Include grp/grp-merge.h.
17410         (DEEPCOPY_FN): Define.
17411         (MERGE_FN): Define.
17412         * nss/getXXbyYY_r.c [!DEEPCOPY_FN]: Define __copy_einval.
17413         [!MERGE_FN]: Define __merge_einval.
17414         (CHECK_MERGE): Define.
17415         (REENTRANT_NAME): Process merge if do_merge is true.
17416         * nss/getnssent_r.c (__nss_setent): Process NSS_ACTION_MERGE.
17417         (__nss_getent_r): Likewise.
17418         * nss/nsswitch.c (nss_parse_service_list): Likewise.
17419         * nss/nsswitch.h (lookup_actions): Define NSS_ACTION_MERGE.
17421 2016-04-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17423         [BZ #20012]
17424         * libio/fmemopen.c (fmemopen_read): Use buffer maximum position, not
17425         length to calculate the buffer to read.
17426         (fmemopen_write): Set the buffer position based on bytes written.
17427         (fmemopen_seek): Return EINVAL for invalid whence modes.
17429         [BZ #19957]
17430         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == nptl] (test): Remove
17431         tst-getpid2.
17432         (test): Add tst-clone2.
17433         * sysdeps/unix/sysv/linux/tst-clone2.c: New file.
17434         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Do not change
17435         pid/tid fields for CLONE_VM.
17436         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
17437         * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Likewise.
17438         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Likewise.
17439         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone): Likewise,
17440         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Likewise.
17441         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Likewise.
17442         * sysdeps/unix/sysv/linux/m68k/clone.S (__clone): Likewise.
17443         * sysdeps/unix/sysv/linux/nios2/clone.S (__clone): Likewise.
17444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone):
17445         Likewise.
17446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17447         Likewise.
17448         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Likewise.
17449         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
17450         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Likewise.
17451         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
17452         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Likewise.
17453         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Likewise.
17454         * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Likewise.
17455         * sysdeps/unix/sysv/linux/tst-getpid2.c: Remove file.
17457 2016-04-29  Florian Weimer  <fweimer@redhat.com>
17459         [BZ #19642]
17460         * inet/getnameinfo.c (gni_host_inet_name, gni_host_inet_numeric)
17461         (gni_host_inet, gni_host_local, gni_host, gni_serv_inet)
17462         (gni_serv_local, gni_serv): New functions extracted from
17463         getnameinfo.
17464         (getnameinfo): Call gni_host and gni_serv to perform the
17465         processing.  Always free scratch buffer.
17467 2016-04-29  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
17469         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Call memset to pad the
17470         remaining bytes in the dest string, with zeros.
17472 2016-04-29  Florian Weimer  <fweimer@redhat.com>
17474         [BZ #20010]
17475         CVE-2016-3706
17476         * sysdeps/posix/getaddrinfo.c
17477         (convert_hostent_to_gaih_addrtuple): New function.
17478         (gethosts): Call convert_hostent_to_gaih_addrtuple.
17479         (gaih_inet): Use convert_hostent_to_gaih_addrtuple to convert
17480         AF_INET data.
17482 2016-04-29  Florian Weimer  <fweimer@redhat.com>
17484         glob: Simplify and document the interface for the GLOB_ALTDIRFUNC
17485         callback function gl_readdir.
17486         * posix/glob.c (NAMELEN, CONVERT_D_NAMLEN): Remove.
17487         (CONVERT_DIRENT_DIRENT64): Use strcpy instead of memcpy.
17488         (glob_in_dir): Remove len.  Use strdup instead of malloc and
17489         memcpy to copy the name.
17490         * manual/pattern.texi (Calling Glob): Document requirements for
17491         implementations of the gl_readdir callback function.
17492         * manual/examples/mkdirent.c: New example.
17493         * posix/bug-glob2.c (my_readdir): Set d_ino to 1 unconditionally,
17494         per the manual guidance.
17495         * posix/tst-gnuglob.c (my_readdir): Likewise.
17497 2016-04-28  Joseph Myers  <joseph@codesourcery.com>
17499         [BZ #20014]
17500         * libio/stdio.h (getc_unlocked): Declare if [__USE_POSIX199506],
17501         not [__USE_POSIX].
17502         (getchar_unlocked): Likewise.
17503         (putc_unlocked): Likewise.
17504         (putchar_unlocked): Likewise.
17505         (flockfile): Likewise.
17506         (ftrylockfile): Likewise.
17507         (funlockfile): Likewise.
17508         * conform/Makefile (test-xfail-XPG3/stdio.h/conform): Remove
17509         variable.
17510         (test-xfail-XPG4/stdio.h/conform): Likewise.
17512         * conform/data/langinfo.h-data [XPG3 || XPG4 || UNIX98] (YESSTR):
17513         Expect constant.
17514         [XPG3 || XPG4 || UNIX98] (NOSTR): Likewise.
17515         * conform/Makefile (test-xfail-XPG3/langinfo.h/conform): Remove
17516         variable.
17517         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17518         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17520         * libio/stdio.h (off_t): Also define if [__USE_UNIX98].
17521         [__USE_LARGEFILE64] (off64_t): Likewise.
17522         * conform/Makefile (test-xfail-UNIX98/stdio.h/conform): Remove
17523         variable.
17525 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17527         * inet/getnameinfo.c (getnameinfo): Do not preserve errno.
17529 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17531         * resolv/inet_addr.c: Reindent preprocessor conditionals.
17532         * resolv/res_init.c: Likewise.
17533         * resolv/res_mkquery.c: Likewise.
17535 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17537         * resolv/res_init.c (isascii): Do not define.  Use definition in
17538         <ctype.h>.
17539         * resolv/gethnamaddr.c: Remove USE_OPTIONS_H conditional.
17540         (LOG_AUTH): Remove.
17541         (SPRINTF): Remove, adjust caller.
17542         (MULTI_PTRS_ARE_ALIASES): Remove, always defined.
17544 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17546         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Remove
17547         SUNSECURITY conditional.
17548         * resolv/gethnamaddr.c (gethostbyaddr): Likewise.
17550 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17552         * resolv/arpa/nameser.h: Include <sys/types.h> unconditionally.
17553         * resolv/gethnamaddr.c: Use include files from conf/portability.h.
17554         Remove BSD-related preprocessor conditionals.
17555         * conf/portability.h: Remove.
17557 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17559         * resolv/resolv.h: Remove __BIND_NOSTATIC conditional.
17560         * resolv/res_data.c: Likewise.
17562 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17564         * resolv/res_comp.c: Remove code conditional on __ultrix__.
17565         * resolv/res_data.c: Remove code conditional on ultrix.
17567 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17569         * resolv/res_init.c (RFC1535): Do not define.  Remove
17570         RFC1535 preprocessor conditionals.
17571         * resolv/README: Update.  Do not claim strict RFC 1535 compliance
17572         because there configuration options which make the resolver
17573         behavior different.
17575 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17577         * resolv/gethnamaddr.c (RESOLVSORT): Do not define.  Remove
17578         RESOLVSORT preprocessor conditionals.
17579         * resolv/nss_dns/dns-host.c: Likewise.
17580         * resolv/res_init.c: Likewise.
17582 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17584         * resolv/res_data.c: Remove code conditional on BIND_UPDATE.  It
17585         is never defined.
17587 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17589         * inet/inet_lnaof.c: Remove SCSS keyword.
17590         * inet/inet_mkadr.c: Likewise.
17591         * inet/inet_net.c: Likewise.
17592         * inet/inet_netof.c: Likewise.
17593         * inet/rcmd.c: Likewise.
17594         * inet/rexec.c: Likewise.
17595         * inet/ruserpass.c: Likewise.
17597 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17599         * resolv/inet_addr.c: Remove _LIBC conditionals.
17600         * resolv/res_data.c: Likewise.
17601         * resolv/res_init.c: Likewise.
17602         * resolv/res_mkquery.c: Likewise.
17603         * resolv/res_libc.c: Update comment.
17604         * resolv/README: Update.
17606 2016-04-28  Florian Weimer  <fweimer@redhat.com>
17608         * resolv/gethnamaddr.c: Remove SCSS keyword.
17609         * resolv/herror.c: Likewise.
17610         * resolv/inet_addr.c: Likewise.
17611         * resolv/inet_net_ntop.c: Likewise.
17612         * resolv/inet_net_pton.c: Likewise.
17613         * resolv/inet_neta.c: Likewise.
17614         * resolv/inet_ntop.c: Likewise.
17615         * resolv/inet_pton.c: Likewise.
17616         * resolv/ns_date.c: Remove RCS keyword.
17617         * resolv/ns_name.c: Likewise.
17618         * resolv/ns_netint.c: Likewise.
17619         * resolv/ns_parse.c: Likewise.
17620         * resolv/ns_print.c: Likewise.
17621         * resolv/ns_samedomain.c: Likewise.
17622         * resolv/ns_ttl.c: Likewise.
17623         * resolv/nsap_addr.c: Likewise.
17624         * resolv/res_comp.c: Remove SCSS and RCS keyword.
17625         * resolv/res_data.c: Remove RCS keyword.
17626         * resolv/res_debug.c: Remove SCSS and RCS keyword.
17627         * resolv/res_init.c: Likewise.
17628         * resolv/res_mkquery.c: Likewise.
17629         * resolv/res_query.c: Likewise.
17630         * resolv/res_send.c: Likewise.
17632 2016-04-27  Joseph Myers  <joseph@codesourcery.com>
17634         * conform/data/stdio.h-data (fdopen): Expect also for
17635         [XPG3 || XPG4].
17637         * conform/data/stdio.h-data (flockfile): Also expect for [UNIX98].
17638         (fseeko): Likewise.
17639         (ftello): Likewise.
17640         (ftrylockfile): Likewise.
17641         (funlockfile): Likewise.
17642         (getc_unlocked): Likewise.
17643         (getchar_unlocked): Likewise.
17644         (putc_unlocked): Likewise.
17645         (putchar_unlocked): Likewise.
17647 2016-04-27  Florian Weimer  <fweimer@redhat.com>
17649         [BZ #19868]
17650         * resolv/nss_dns/dns-network.c (getanswer_r): Implement additional
17651         DNS packet syntax checks (which were not needed before).  Skip
17652         over non-PTR records.
17654 2016-04-27  Florian Weimer  <fweimer@redhat.com>
17656         * resolv/nss_dns/dns-network.c (offsetof): Remove macro
17657         definition.  Include <stddef.h> instead.
17659 2016-04-27  Florian Weimer  <fweimer@redhat.com>
17661         [BZ #19831]
17662         * resolv/nss_dns/dns-host.c (rrtype_to_rdata_length): New
17663         function.
17664         (getanswer_r): Check RDATA length against RRTYPE and QTYPE.
17665         (gaih_getanswer_slice): Check RDATA length against RRTYPE.
17667 2016-04-27  Florian Weimer  <fweimer@redhat.com>
17669         [BZ #19862]
17670         * resolv/nss_dns/dns-host.c (AskedForGot): Remove.
17671         (getanswer_r): Do not call syslog.
17672         (gaih_getanswer_slice): Likewise.
17673         * resolv/gethnamaddr.c (AskedForGot): Remove.
17674         (getanswer): Do not call syslog.
17675         (gethostbyaddr): Likewise.
17677 2016-04-27  Joseph Myers  <joseph@codesourcery.com>
17679         * conform/data/signal.h-data (union sigval): Expect also if
17680         [XOPEN2K].
17681         (struct sigevent): Likewise.
17682         (SIGEV_NONE): Likewise.
17683         (SIGEV_SIGNAL): Likewise.
17684         (SIGEV_THREAD): Likewise.
17685         (SIGRTMIN): Likewise.
17686         (SIGRTMAX): Likewise.
17687         * conform/Makefile (test-xfail-XOPEN2K/aio.h/conform): Remove
17688         variable.
17689         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17691 2016-04-27  Florian Weimer  <fweimer@redhat.com>
17693         [BZ #19830]
17694         * resolv/nss_dns/dns-host.c (getanswer_r): Check RDATA length.
17695         (gaih_getanswer_slice): Likewise.
17696         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Likewise.
17697         Also check for availability of RR metadata.
17699 2016-04-27  Florian Weimer  <fweimer@redhat.com>
17701         [BZ #19825]
17702         * resolv/res_send.c (send_vc): Remove early *resplen2
17703         initialization.  Set *resplen2 on socket error.  Call
17704         close_and_return_error for other errors.
17706 2016-04-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
17708         * sysdeps/unix/sysv/linux/netiucv/iucv.h
17709         (SOL_IUCV, SO_IPRMDATA_MSG, SO_MSGLIMIT, SO_MSGSIZE)
17710         (SCM_IUCV_TRGCLS): New define.
17712 2016-04-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17714         [BZ #20005]
17715         * libio/fmemopen.c (fmemopen_write): Update internal position after
17716         write.
17717         * stdio-common/Makefile (tests): Add tst-fmemopen4.c.
17718         * stdio-common/tst-fmemopen4.c: New file..
17720 2016-04-26  Joseph Myers  <joseph@codesourcery.com>
17722         [BZ #19996]
17723         * locale/langinfo.h (nl_langinfo_l): Declare if [__USE_XOPEN2K8],
17724         not [__USE_XOPEN2K].
17725         * conform/Makefile (test-xfail-XOPEN2K/langinfo.h/conform): Remove
17726         variable.
17728         * conform/data/stdarg.h-data [XOPEN2K] (va_copy): Require macro.
17729         * conform/Makefile (test-xfail-XOPEN2K/stdarg.h/conform): Remove
17730         variable.
17732         * libio/stdio.h (off_t): Define if [__USE_XOPEN2K], not
17733         [__USE_XOPEN2K8].
17734         [__USE_LARGEFILE64] (off64_t): Likewise.
17735         * conform/Makefile (test-xfail-XOPEN2K/stdio.h/conform): Remove
17736         variable.
17738 2016-04-25  Joseph Myers  <joseph@codesourcery.com>
17740         [BZ #19989]
17741         * libio/stdio.h (cuserid): Do not declare if
17742         [__USE_XOPEN2K && !__USE_GNU].
17743         * conform/Makefile (test-xfail-XOPEN2K8/stdio.h/conform): Remove
17744         variable.
17746 2016-04-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17748         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
17749         (sysdep_routines): Add P8 and PPC64 strcspn targets.
17750         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17751         (__libc_ifunc_impl_list): Add entries for P8 and PPC64
17752         ifunc'ed strcspn.
17753         * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S:
17754         [EALIGN]: Removed.
17755         [END]: Likewise
17756         [STRSPN]: Define instead of the above to control symbol name.
17757         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S:
17758         New file.
17759         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c:
17760         Likewise.
17761         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c:
17762         Likewise.
17763         * sysdeps/powerpc/powerpc64/power8/strcspn.S:
17764         Likewise.
17765         * sysdeps/powerpc/powerpc64/power8/strspn.S:
17766         [INITIAL_MASK]: New macro.
17767         [STRCSPN]: Likewise.
17768         [UPDATE_MASK]: Likewise.
17769         [USE_AS_STRCSPN]: Likewise.
17771 2016-04-25  Florian Weimer  <fweimer@redhat.com>
17773         [BZ #19931]
17774         * stdio-common/tst-vfprintf-width-prec.c: New file.
17775         * stdio-common/Makefile (tests): Add tst-vfprintf-width-prec.
17776         (tests-special): Add tst-vfprintf-width-prec-mem.out.
17777         (generated): Add mtrace-related files.
17778         (tst-vfprintf-width-prec-ENV): Set MALLOC_TRACE.
17779         (tst-%-mem.out): New pattern rule, replaces
17780         tst-printf-bz18872-mem.out.
17781         * stdio-common/vfprintf.c (vfprintf): When handling a precision
17782         specifier, deallocate any previously allocated work buffer.
17784 2016-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
17786         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__startcontext):
17787         Add nop before __startcontext, add explaining comments.
17789 2016-04-25  Samuel thibault  <samuel.thibault@ens-lyon.org>
17791         RFC2292 macros were obsoleted by RFC3542, and should not be exposed
17792         any more. Notably since IPV6_PKTINFO has been reintroduced with a
17793         completely different API.
17795         * bits/in.h (IPV6_PKTINFO): Rename to IPV6_2292PKTINFO.
17796         (IPV6_HOPOPTS): Rename to IPV6_2292HOPOPTS.
17797         (IPV6_DSTOPTS): Rename to IPV6_2292DSTOPTS.
17798         (IPV6_RTHDR): Rename to IPV6_2292RTHDR.
17799         (IPV6_PKTOPTIONS): Rename to IPV6_2292PKTOPTIONS.
17800         (IPV6_HOPLIMIT): Rename to IPV6_2292HOPLIMIT.
17801         (IPV6_RECVPKTINFO, IPV6_PKTINFO, IPV6_RECVHOPLIMIT, IPV6_HOPLIMIT,
17802         IPV6_RECVHOPOPTS, IPV6_HOPOPTS, IPV6_RTHDRDSTOPTS, IPV6_RECVRTHDR,
17803         IPV6_RTHDR, IPV6_RECVDSTOPTS, IPV6_DSTOPTS, IPV6_RECVPATHMTU,
17804         IPV6_PATHMTU, IPV6_DONTFRAG): New macros.
17806 2016-04-23  H.J. Lu  <hongjiu.lu@intel.com>
17808         * elf/dl-minimal.c (__libc_memalign): Mmap one extra page.
17810 2016-04-23  Mike Frysinger  <vapier@gentoo.org>
17812         * locale/programs/ld-time.c (time_finish): Set week_1stweek to 7
17813         when it is the default of 0.
17815 2016-04-22  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17817         * sysdeps/powerpc/locale-defines.sym:  Add new macros.
17818         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
17819         (sysdep_routines): Add new strcasestr targets.
17820         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17821         (__libc_ifunc_impl_list): Likewise.
17822         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: New file.
17823         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-ppc64.c: New file.
17824         * sysdeps/powerpc/powerpc64/multiarch/strcasestr.c: New file.
17825         * sysdeps/powerpc/powerpc64/power8/Makefile:
17826         New file to add strcasestr-ppc64 to sysdep_routines.
17827         * sysdeps/powerpc/powerpc64/power8/strcasestr-ppc64.c: New file.
17828         * sysdeps/powerpc/powerpc64/power8/strcasestr.S: New file.
17830 2016-04-20  Siddhesh Poyarekar  <sid@reserved-bit.com>
17832         * benchtests/Makefile (wcsmbs-benchset): Include only for
17833         native builds and runs.
17834         (LOCALES): Likewise.
17835         (bench-build): Build timing-type here instead of the bench
17836         target.  Generate locale only for native builds.
17837         * benchtests/README: Add note for cross-building.
17839         * benchtests/Makefile (bench-clean): Clean up extra-objs.
17841         * benchtests/README: Update README to include instructions on
17842         using bench-build.
17844         * Makefile.in (bench-build): New target.
17845         * Rules (PHONY): Add bench-build target.
17846         * benchtests/Makefile (bench): Depend on bench-build.
17847         (bench-build): New target.
17849 2016-04-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17851         * sysdeps/mach/hurd/profil.c (update_waiter): Initialize
17852         profil_reply_port.
17853         (profile_waiter): Do not initialize profil_reply_port.
17854         * sysdeps/mach/hurd/profil.c (__profile_frequency): Return tick
17855         frequency instead of tick length in us.
17857 2016-04-18  Wilco Dijkstra  <wdijkstr@arm.com>
17859         [BZ #18712]
17860         * string/string-inlines.c (__STRING2_COPY_TYPE): Add, moved from string2.h.
17861         (__old_mempcpy_small): Likewise.
17862         (__old_strcpy_small): Likewise.
17863         (__old_stpcpy_small): Likewise.
17864         (__old_strpbrk_c2): Fix compat symbol name.
17865         (__old_strpbrk_c3): Likewise.
17866         * string/bits/string2.h (__STRING2_COPY_TYPE): Remove.
17867         (__mempcpy_small): Remove.
17868         (__strcpy_small): Remove.
17869         (__stpcpy_small): Remove.
17871 2016-04-16  Robin van der Vliet <info@robinvandervliet.com>
17873         [BZ #19400]
17874         * locale/iso-639.def: Add the Talossan/tzl language.
17876 2016-04-16  Mike Frysinger  <vapier@gentoo.org>
17878         [BZ #16983]
17879         * locale/programs/ld-address.c (address_finish): Update postal_fmt
17880         comment.  Add "ln" to strchr check on postal_fmt.
17882 2016-04-16  Mike Frysinger  <vapier@gentoo.org>
17884         * locale/programs/ld-telephone.c (telephone_finish): Add %t to the
17885         default tel_int_fmt.  Add "Cet" to strchr check on tel_int_fmt and
17886         tel_dom_fmt.
17888 2016-04-15  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
17890         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
17891         (sysdep_routines): Added __strlen_power8.
17892         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Added
17893         __strlen_power8 entry.
17894         * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: New file.
17895         Implementation for POWER8.
17896         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Added IFUNC selector
17897         for __strlen_power8.
17898         * sysdeps/powerpc/powerpc64/power8/strlen.S: New file.
17899         Implementation for POWER8.
17901 2016-04-15  Mike Frysinger  <vapier@gentoo.org>
17903         * locale/iso-4217.def: Add SSP and change ZMK to ZMW.
17905 2016-04-15   H.J. Lu  <hongjiu.lu@intel.com>
17907         * sysdeps/x86/cpu-features.c (init_cpu_features): Detect Intel
17908         Goldmont and Airmont processors.
17910 2016-04-15  Wilco Dijkstra  <wdijkstr@arm.com>
17912         * string/string.h: Use __GNUC_PREREQ(3,4) for bits/string2.h.
17913         * string/bits/string2.h (__STRING2_SMALL_GET16): Remove.
17914         (__STRING2_SMALL_GET32): Remove.
17915         (memset): Remove.
17916         (__memset_1): Remove.
17917         (__memset_gc): Remove.
17918         (__mempcpy): Remove.
17919         (mempcpy): Remove.
17920         (__mempcpy_args): Remove.
17921         (strchr): Remove.
17922         (strcpy): Remove.
17923         (strcpy_args): Remove.
17924         (__stpcpy_args): Remove.
17925         (__strcmp_cc): Remove.
17926         (__strcmp_gc): Remove.
17927         (strstr): Remove.
17929 2016-04-15  Yvan Roux  <yvan.roux@linaro.org>
17931         * stdlib/setenv.c (unsetenv): Fix ambiguous 'else'.
17932         * nis/nis_call.c (nis_server_cache_add): Likewise.
17934 2016-04-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
17936         * sysdeps/unix/sysv/linux/sysdep.h: Include kernel-features.h.
17938 2016-04-14  Florian Weimer  <fweimer@redhat.com>
17940         * malloc/arena.c (__malloc_fork_lock_parent)
17941         (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Add
17942         internal_function attribute.
17944 2016-04-14  Stefan Liebler  <stli@linux.vnet.ibm.com>
17946         * stdio-common/printf_fp.c (__printf_fp_l):
17947         Rename ___printf_fp_l to __printf_fp_l and
17948         remove strong alias. Use libc_hidden_def instead
17949         of ldbl_hidden_def macro.
17951 2016-04-14  Florian Weimer  <fweimer@redhat.com>
17953         Remove malloc hooks from fork handler.  They are no longer needed
17954         because malloc runs right before fork, and no malloc calls from
17955         other fork handlers are not possible anymore.
17956         * malloc/malloc.c (malloc_atfork, free_atfork): Remove
17957         declarations.
17958         * malloc/arena.c (save_malloc_hook, save_free_hook, save_arena)
17959         (ATFORK_ARENA_PTR, malloc_atfork, free_atfork)
17960         (atfork_recursive_cntr): Remove.
17961         (__malloc_fork_lock_parent): Do not override malloc hooks and
17962         thread_arena.
17963         (__malloc_fork_unlock_parent): Do not restore malloc hooks and
17964         thread_arena.
17965         (__malloc_fork_unlock_child): Do not restore malloc hooks.  Use
17966         thread_arena instead of save_arena.
17968 2016-04-14  Florian Weimer  <fweimer@redhat.com>
17970         * sysdeps/nptl/malloc-machine.h (ATFORK_MEM, __dso_handle)
17971         (thread_atfork, thread_atfork_static): Remove.
17972         * sysdeps/mach/hurd/malloc-machine.h:
17973         (thread_atfork, thread_atfork_static): Remove.
17975 2016-04-14  Florian Weimer  <fweimer@redhat.com>
17977         [BZ #19431]
17978         Run the malloc fork handler as late as possible to avoid deadlocks.
17979         * malloc/malloc-internal.h: New file.
17980         * malloc/malloc.c: Include it.
17981         * malloc/arena.c (ATFORK_MEM): Remove.
17982         (__malloc_fork_lock_parent): Rename from ptmalloc_lock_all.
17983         Update comment.
17984         (__malloc_fork_unlock_parent): Rename from ptmalloc_unlock_all.
17985         (__malloc_fork_unlock_child): Rename from ptmalloc_unlock_all2.
17986         Remove outdated comment.
17987         (ptmalloc_init): Do not call thread_atfork.  Remove
17988         thread_atfork_static.
17989         * malloc/tst-malloc-fork-deadlock.c: New file.
17990         * Makefile (tests): Add tst-malloc-fork-deadlock.
17991         (tst-malloc-fork-deadlock): Link against libpthread.
17992         * manual/memory.texi (Aligned Memory Blocks): Update safety
17993         annotation comments.
17994         * sysdeps/nptl/fork.c (__libc_fork): Call
17995         __malloc_fork_lock_parent, __malloc_fork_unlock_parent,
17996         __malloc_fork_unlock_child.
17997         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
17999 2016-04-14  Florian Weimer  <fweimer@redhat.com>
18001         [BZ #19613]
18002         Remove union wait.
18003         * bits/waitstatus.h (union wait, w_termsig, w_coredump, w_retcode)
18004         (w_stopsig, w_stopval): Remove.
18005         * include/sys/wait.h (__wait, __wait3, __wait4): Use int * for the
18006         stat_loc argument.
18007         * posix/sys/wait.h (__WAIT_INT, __WAIT_STATUS)
18008         (__WAIT_STATUS_DEFN): Remove.
18009         (WEXITSTATUS, WTERMSIG, WSTOPSIG, WIFEXITED, WIFSIGNALED)
18010         (WIFSTOPPED, WIFCONTINUED, WCOREDUMP): Remove __WAIT_INT.
18011         (wait, wait3, wait4): Use int * for the stat_loc argument.
18012         * posix/wait.c (__wait): Likewise.
18013         * posix/wait3.c (__wait3): Likewise.
18014         * posix/wait4.c (__wait4): Likewise.
18015         * stdlib/stdlib.h (__WAIT_INT, __WAIT_STATUS)
18016         (__WAIT_STATUS_DEFN): Remove.
18017         (WEXITSTATUS, WTERMSIG, WSTOPSIG, WIFEXITED, WIFSIGNALED)
18018         (WIFSTOPPED, WIFCONTINUED): Remove __WAIT_INT.
18019         * sysdeps/mach/hurd/wait4.c (__wait4): Use int * for the stat_loc
18020         argument.
18021         * sysdeps/posix/wait.c (__libc_wait): Likewise.
18022         * sysdeps/posix/wait3.c (__wait3): Likewise.
18023         * sysdeps/unix/bsd/wait.c (__libc_wait): Likewise.
18024         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
18025         * sysdeps/unix/bsd/waitpid.c (__waitpid): Remove cast.
18026         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Use int * for the
18027         stat_loc argument.
18028         * manual/process.texi (BSD Wait Functions): Remove union wait.
18030 2016-04-13  Andreas Schwab  <schwab@suse.de>
18032         * elf/Makefile (extra-test-objs): Add tst-tlsalign-vars.o.
18033         (test-extras): Add tst-tlsalign-vars.
18034         * math/Makefile: Wrap long lines.
18035         (libm-vec-test-wrappers): Define.
18036         (test-extras): Add $(libm-vec-test-wrappers).
18037         (extra-test-objs): Add $(libm-vec-test-wrappers) objects.
18038         * nss/Makefile (extra-test-objs): Add nss_test1.os.
18039         * stdlib/Makefile (extra-test-objs): Add $(modules-names) objects.
18040         * sysdeps/x86_64/Makefile (test-extras): Add tst-quadmod1pie
18041         tst-quadmod2pie tst-audit4-aux tst-audit10-aux.
18042         (extra-test-objs): Add corresponding objects.
18044 2016-04-12   H.J. Lu  <hongjiu.lu@intel.com>
18046         [BZ #19928]
18047         * sysdeps/x86_64/cacheinfo.c (__x86_shared_non_temporal_threshold):
18048         New.
18049         (init_cacheinfo): Set __x86_shared_non_temporal_threshold to 6
18050         times of shared cache size.
18051         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S
18052         (VMOVNT): New.
18053         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S
18054         (VMOVNT): Likewise.
18055         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
18056         (VMOVNT): Likewise.
18057         (VMOVU): Changed to movups for smaller code sizes.
18058         (VMOVA): Changed to movaps for smaller code sizes.
18059         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Update
18060         comments.
18061         (PREFETCH): New.
18062         (PREFETCH_SIZE): Likewise.
18063         (PREFETCHED_LOAD_SIZE): Likewise.
18064         (PREFETCH_ONE_SET): Likewise.
18065         Rewrite to use forward and backward loops, which move 4 vector
18066         registers at a time, to support overlapping addresses and use
18067         non temporal store if size is above the threshold and there is
18068         no overlap between destination and source.
18070 2016-04-12  Alex Smith  <alex.smith@imgtec.com>
18072         * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines):
18073         Include dl-vdso.
18074         * sysdeps/unix/sysv/linux/mips/Versions: Add
18075         __vdso_clock_gettime.
18076         * sysdeps/unix/sysv/linux/mips/init-first.c: New file.
18077         * sysdeps/unix/sysv/linux/mips/libc-vdso.h: New file.
18078         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h:
18079         (INTERNAL_VSYSCALL_CALL): Define to be compatible with MIPS
18080         definitions of INTERNAL_SYSCALL_{ERROR_P,ERRNO}.
18081         (HAVE_CLOCK_GETTIME_VSYSCALL): Define.
18082         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
18083         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
18084         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
18086 2016-04-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18088         * sysdeps/unix/sysv/linux/arm/pwrite.c: Remove file.
18089         * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
18090         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
18091         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
18092         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
18093         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
18094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
18095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
18096         * sysdeps/unix/sysv/linux/wordsize-64/pwrite64.c: Likewise.
18097         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (prite): Remove
18098         syscalls generation.
18099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
18100         [__NR_pwrite64] (__NR_write): Remove define.
18101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
18102         [__NR_pwrite64] (__NR_write): Remove define.
18103         * sysdeps/unix/sysv/linux/pwrite.c [__NR_pwrite64] (__NR_pwrite):
18104         Remove define.
18105         (__libc_pwrite): Use SYSCALL_LL macro on offset argument.
18106         * sysdeps/unix/sysv/linux/pwrite64.c [__NR_pwrite64] (__NR_pwrite):
18107         Remove define.
18108         (__libc_pwrite64): Use SYSCALL_LL64 macro on offset argument.
18109         * sysdeps/unix/sysv/linux/sh/pwrite.c: Rewrite using default
18110         Linux implementation as base.
18111         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
18113         * sysdeps/unix/sysv/linux/arm/pread.c: Remove file.
18114         * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
18115         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
18116         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
18117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise,
18118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
18119         * sysdeps/unix/sysv/linux/wordsize-64/pread64.c: Likewise.
18120         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (pread): Remove
18121         syscall generation.
18122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
18123         [__NR_pread64] (__NR_pread): Remove define.
18124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
18125         [__NR_pread64] (__NR_pread): Likewise.
18126         * sysdeps/unix/sysv/linux/pread.c [__NR_pread64] (__NR_pread): Remove
18127         define.
18128         (__libc_pread): Use SYSCALL_LL macro on offset argument.
18129         * sysdeps/unix/sysv/linux/pread64.c [__NR_pread64] (__NR_pread):
18130         Remove define.
18131         (__libc_pread64): Use SYSCALL_LL64 macro on offset argument.
18132         * sysdeps/unix/sysv/linux/sh/pread.c: Rewrite using default
18133         Linux implementation as base.
18134         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
18135         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
18136         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
18138         * sysdeps/unix/sysv/linux/generic/sysdep.h (__ALIGNMENT_ARG): Move
18139         definition.
18140         (__ALIGNMENT_COUNT): Likewise.
18141         * sysdeps/unix/sysv/linux/sysdep.h (__ALIGNMENT_ARG): To here.
18142         (__ALIGNMENT_COUNT): Likewise.
18143         (SYSCALL_LL): New define.
18144         (SYSCALL_LL64): Likewise.
18145         * sysdeps/unix/sysv/linux/mips/kernel-features.h:
18146         [_MIPS_SIM == _ABIO32] (__ASSUME_WORDSIZE64_ILP32): Define.
18147         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h:
18148         [ILP32] (__ASUME_WORDSIZE64_ILP32): Likewise.
18150         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18151         (__ASSUME_ALIGNED_REGISTER_PAIRS): Define.
18152         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18153         [_MIPS_SIM == _ABIO32] (__ASSUME_ALIGNED_REGISTER_PAIRS): Likewise.
18154         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
18155         [!__powerpc64__] (__ASSUME_ALIGNED_REGISTER_PAIRS): Likewise.
18157 2016-04-11  Florian Weimer  <fweimer@redhat.com>
18159         [BZ #19865]
18160         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Restore
18161         original buffer before retry.
18163 2016-04-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18165         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro)
18166         [!HAVE_AUX_VECTOR]: Do not define _dl_auxv field.
18167         * misc/getauxval.c (__getauxval) [!HAVE_AUX_VECTOR]: Do not go through
18168         GLRO(dl_auxv) list.
18169         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_VECTOR): Define before
18170         including <ldsodefs.h>.
18171         * sysdeps/nacl/ldsodefs.h (HAVE_AUX_VECTOR): Likewise.
18173 2016-04-09  Nick Alcock  <nick.alcock@oracle.com>
18175         * elf/rtld-Rules (rtld-compile-command.c): Add $(rtld-CFLAGS).
18176         * scripts/sysd-rules.awk: Substitute in $(CFLAGS) as well as
18177         $(CPPFLAGS).
18179 2016-04-09  Khem Raj  <raj.khem@gmail.com>
18181         [BZ #17950]
18182         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os):
18183         Add -mfpmath=387.
18185 2016-04-09  Mike Frysinger  <vapier@gentoo.org>
18187         * sysdeps/i386/configure.ac: Change == to = when calling test.
18188         * sysdeps/x86_64/configure.ac: Likewise.
18189         * sysdeps/i386/configure: Regenerated.
18190         * sysdeps/x86_64/configure: Likewise.
18192 2016-04-08  Mike Frysinger  <vapier@gentoo.org>
18194         [BZ #16137]
18195         * benchtests/Makefile (LOCALES): Change iw_IL to he_IL.
18196         * benchtests/bench-strcoll.c (input_files): Likewise.
18197         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
18198         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Rename to ...
18199         * benchtests/strcoll-inputs/lorem_ipsum#he_IL.UTF-8: ... here.
18201 2016-04-08  Joseph Myers  <joseph@codesourcery.com>
18203         [BZ #19929]
18204         * include/bits/xopen_lim.h (NL_NMAX): Do not define if
18205         [__USE_XOPEN2K8 && !__USE_GNU].
18206         * conform/Makefile (test-xfail-XOPEN2K8/limits.h/conform): Remove
18207         variable.
18209         [BZ #19925]
18210         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (XCASE): Do not
18211         define if [!__USE_MISC && __USE_XOPEN2K].
18212         * sysdeps/unix/sysv/linux/bits/termios.h (XCASE): Likewise.
18213         * sysdeps/unix/sysv/linux/mips/bits/termios.h (XCASE): Likewise.
18214         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XCASE):
18215         Likewise.
18216         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (XCASE): Likewise.
18217         * conform/Makefile (test-xfail-XOPEN2K/termios.h/conform): Remove
18218         variable.
18219         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
18221 2016-04-07  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18223         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
18224         (sysdep_routines): Add new strspn targets.
18225         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18226         (__libc_ifunc_impl_list): Add strspn.
18227         * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S:
18228         New file.
18229         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c:
18230         Likewise.
18231         * sysdeps/powerpc/powerpc64/multiarch/strspn.c:
18232         Likewise.
18233         * sysdeps/powerpc/powerpc64/power8/strspn.S:
18234         Likewise.
18236 2016-04-07  Florian Weimer  <fweimer@redhat.com>
18238         * misc/hsearch_r.c: Include <limits.h>.
18240 2016-04-07  Florian Weimer  <fweimer@redhat.com>
18242         * malloc/scratch_buffer_set_array_size.c: Include <limits.h>.
18244 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
18246         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
18247         (MEMCPY_SYMBOL): New.
18248         (MEMPCPY_SYMBOL): Likewise.
18249         (MEMMOVE_CHK_SYMBOL): Likewise.
18250         Replace MEMMOVE_SYMBOL with MEMMOVE_CHK_SYMBOL on __mempcpy_chk
18251         symbols.  Replace MEMMOVE_SYMBOL with MEMPCPY_SYMBOL on
18252         __mempcpy symbols.  Provide alias for __memcpy_chk in libc.a.
18253         Provide alias for memcpy in libc.a and ld.so.
18255 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
18257         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
18258         (MEMSET_CHK_SYMBOL): New.  Define if not defined.
18259         (__bzero): Check VEC_SIZE == 16 instead of USE_MULTIARCH.
18260         Disabled fro now.
18261         Replace MEMSET_SYMBOL with MEMSET_CHK_SYMBOL on __memset_chk
18262         symbols.  Properly check USE_MULTIARCH on __memset symbols.
18264 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
18266         * benchtests/Makefile (string-benchset): Add memcpy-large,
18267         memmove-large and memset-large.
18268         * benchtests/bench-memcpy-large.c: New file.
18269         * benchtests/bench-memmove-large.c: Likewise.
18270         * benchtests/bench-memmove-large.c: Likewise.
18271         * benchtests/bench-string.h (TIMEOUT): Don't redefine.
18273 2016-04-05   H.J. Lu  <hongjiu.lu@intel.com>
18275         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: Force
18276         32-bit displacement to avoid long nop between instructions.
18278 2016-04-05   H.J. Lu  <hongjiu.lu@intel.com>
18280         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Add
18281         a comment on VMOVU and VMOVA.
18283 2016-04-04  Florian Weimer  <fweimer@redhat.com>
18285         [BZ #19633]
18286         Use specified locale for number formatting in strfmon_l.
18287         * locale/localeinfo.h (__nl_lookup, _nl_lookup_wstr)
18288         (__nl_lookup_word): New inline functions.
18289         * include/printf.h (__print_fp_l): Declare.
18290         * stdio-common/printf_fp.c (___printf_fp_l): Renamed from
18291         ___printf_fp.  Add locale argument.  Replace _NL_CURRENT with
18292         _nl_lookup and _NL_CURRENT_WORD with _nl_lookup_word.
18293         (___printf_fp): New function.
18294         * stdlib/strfmon_l.c (__printf_fp): Remove declaration.
18295         (__vstrfmon_l): Call __printf_fp_l instead of printf_fp.
18296         * stdlib/tst-strfmon_l.c (do_test): New test.
18297         * stdlib/Makefile (tests): Add kt.
18298         (LOCALES): Build additional locales.
18299         (tst-strfmon_l.out): Require locales.
18301 2016-04-03   H.J. Lu  <hongjiu.lu@intel.com>
18303         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S: Skip
18304         if not in libc.
18305         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
18306         Likewise.
18307         * sysdeps/x86_64/multiarch/memset-avx2-unaligned-erms.S:
18308         Likewise.
18309         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
18310         Likewise.
18312 2016-04-03   H.J. Lu  <hongjiu.lu@intel.com>
18314         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
18315         (__mempcpy_erms, __memmove_erms): Moved before __mempcpy_chk
18316         with unaligned_erms.
18317         (__memmove_erms): Skip if source == destination.
18318         (__memmove_unaligned_erms): Don't check source == destination
18319         first.
18321 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
18323         * sysdeps/x86/cpu-features.c (init_cpu_features): Don't set
18324         bit_arch_Fast_Copy_Backward for Intel Core proessors.
18326 2016-04-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18328         * string/strcspn.c (strcspn): Use PTR_ALIGN_DOWN.
18329         * string/strspn.c (strspn): Likewise.
18331 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
18333         * benchtests/bench-memset.c (do_test): Support 64-byte
18334         alignment.
18335         (test_main): Test 64-byte alignment.
18337 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
18339         * benchtests/bench-memmove.c (test_main): Test 64-byte
18340         alignment.
18342 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
18344         * benchtests/bench-memcpy.c (test_main): Test 64-byte alignment.
18346 2016-04-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18348         * sysdeps/powerpc/powerpc64/strcspn.S: Remove file.
18349         * sysdeps/powerpc/powerpc64/strpbrk.S: Remove file.
18350         * sysdeps/powerpc/powerpc64/strspn.S: Remove file.
18352         * string/strpbrk.c (strpbrk): Rewrite function.
18353         * string/bits/string2.h (strpbrk): Use __builtin_strpbrk.
18354         (__strpbrk_c2): Likewise.
18355         (__strpbrk_c3): Likewise.
18356         * string/string-inlines.c
18357         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strpbrk_c2):
18358         Likewise.
18359         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strpbrk_c3):
18360         Likewise.
18362         * string/strspn.c (strcspn): Rewrite function.
18363         * string/bits/string2.h (strspn): Use __builtin_strcspn.
18364         (__strspn_c1): Remove inline function.
18365         (__strspn_c2): Likewise.
18366         (__strspn_c3): Likewise.
18367         * string/string-inlines.c
18368         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c1): Add
18369         compatibility symbol.
18370         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c2):
18371         Likewise.
18372         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c3):
18373         Likewise.
18374         * string/string-inlines.c: Include generic version.
18376 2016-04-01  Wilco Dijkstra  <wdijkstr@arm.com>
18377             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18379         * string/Version (libc): Add GLIBC_2.24.
18380         * string/strcspn.c (strcspn): Rewrite function.
18381         * string/bits/string2.h (strcspn): Use __builtin_strcspn.
18382         (__strcspn_c1): Remove inline function.
18383         (__strcspn_c2): Likewise.
18384         (__strcspn_c3): Likewise.
18385         * string/string-inline.c
18386         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c1): Add
18387         compatibility symbol.
18388         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c2):
18389         Likewise.
18390         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c3):
18391         Likewise.
18392         * sysdeps/i386/string-inlines.c: Include generic string-inlines.c.
18394 2016-04-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
18396         * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
18397         Use ahi instead of aghi to adjust stack pointer.
18399 2016-03-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18401         [BZ #19853]
18402         * stdio-common/tst-sprintf3.c [TEST_N]: Refactor
18403         TEST to take significant digits as second parameter.
18404         [TEST]: Redefine in terms of TEST_N taking 30
18405         significant digits.
18406         (do_test): Add test case to demonstrate precision
18407         failure in the ldbl-128ibm printf.
18408         * sysdeps/ieee754/ldbl-128ibm/ldbl2pm.c:
18409         (__mpn_extract_long_double): Carry 7 extra intermediate
18410         bits of precision to aide computing difference when
18411         signs differ.
18413 2016-03-31   H.J. Lu  <hongjiu.lu@intel.com>
18415         [BZ #19881]
18416         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18417         memset-sse2-unaligned-erms, memset-avx2-unaligned-erms and
18418         memset-avx512-unaligned-erms.
18419         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18420         (__libc_ifunc_impl_list): Test __memset_chk_sse2_unaligned,
18421         __memset_chk_sse2_unaligned_erms, __memset_chk_avx2_unaligned,
18422         __memset_chk_avx2_unaligned_erms, __memset_chk_avx512_unaligned,
18423         __memset_chk_avx512_unaligned_erms, __memset_sse2_unaligned,
18424         __memset_sse2_unaligned_erms, __memset_erms,
18425         __memset_avx2_unaligned, __memset_avx2_unaligned_erms,
18426         __memset_avx512_unaligned_erms and __memset_avx512_unaligned.
18427         * sysdeps/x86_64/multiarch/memset-avx2-unaligned-erms.S: New
18428         file.
18429         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
18430         Likewise.
18431         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S:
18432         Likewise.
18433         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:
18434         Likewise.
18436 2016-03-31   H.J. Lu  <hongjiu.lu@intel.com>
18438         [BZ #19776]
18439         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18440         memmove-sse2-unaligned-erms, memmove-avx-unaligned-erms and
18441         memmove-avx512-unaligned-erms.
18442         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18443         (__libc_ifunc_impl_list): Test
18444         __memmove_chk_avx512_unaligned_2,
18445         __memmove_chk_avx512_unaligned_erms,
18446         __memmove_chk_avx_unaligned_2, __memmove_chk_avx_unaligned_erms,
18447         __memmove_chk_sse2_unaligned_2,
18448         __memmove_chk_sse2_unaligned_erms, __memmove_avx_unaligned_2,
18449         __memmove_avx_unaligned_erms, __memmove_avx512_unaligned_2,
18450         __memmove_avx512_unaligned_erms, __memmove_erms,
18451         __memmove_sse2_unaligned_2, __memmove_sse2_unaligned_erms,
18452         __memcpy_chk_avx512_unaligned_2,
18453         __memcpy_chk_avx512_unaligned_erms,
18454         __memcpy_chk_avx_unaligned_2, __memcpy_chk_avx_unaligned_erms,
18455         __memcpy_chk_sse2_unaligned_2, __memcpy_chk_sse2_unaligned_erms,
18456         __memcpy_avx_unaligned_2, __memcpy_avx_unaligned_erms,
18457         __memcpy_avx512_unaligned_2, __memcpy_avx512_unaligned_erms,
18458         __memcpy_sse2_unaligned_2, __memcpy_sse2_unaligned_erms,
18459         __memcpy_erms, __mempcpy_chk_avx512_unaligned_2,
18460         __mempcpy_chk_avx512_unaligned_erms,
18461         __mempcpy_chk_avx_unaligned_2, __mempcpy_chk_avx_unaligned_erms,
18462         __mempcpy_chk_sse2_unaligned_2, __mempcpy_chk_sse2_unaligned_erms,
18463         __mempcpy_avx512_unaligned_2, __mempcpy_avx512_unaligned_erms,
18464         __mempcpy_avx_unaligned_2, __mempcpy_avx_unaligned_erms,
18465         __mempcpy_sse2_unaligned_2, __mempcpy_sse2_unaligned_erms and
18466         __mempcpy_erms.
18467         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S: New
18468         file.
18469         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
18470         Likewise.
18471         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S:
18472         Likewise.
18473         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
18474         Likewise.
18476 2016-03-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
18478         * sysdeps/s390/bits/link.h: (La_s390_vr) New typedef.
18479         (La_s390_32_regs): Append vector register lr_v24-lr_v31.
18480         (La_s390_64_regs): Likewise.
18481         (La_s390_32_retval): Append vector register lrv_v24.
18482         (La_s390_64_retval): Likeweise.
18483         * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
18484         Handle extended structs La_s390_32_regs and La_s390_32_retval.
18485         * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
18486         Handle extended structs La_s390_64_regs and La_s390_64_retval.
18488 2016-03-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
18490         [BZ #19916]
18491         * sysdeps/s390/s390-32/dl-trampoline.S: Include dl-trampoline.h twice
18492         to create a non-vector/vector version for _dl_runtime_resolve and
18493         _dl_runtime_profile. Move implementation to ...
18494         * sysdeps/s390/s390-32/dl-trampoline.h: ... here.
18495         (_dl_runtime_resolve) Save and restore fpr/vrs.
18496         (_dl_runtime_profile) Save and restore vrs and fix some issues
18497         if _dl_call_pltexit is called.
18498         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
18499         Choose the correct resolver function if running on a machine with vx.
18500         * sysdeps/s390/s390-64/dl-trampoline.S: Include dl-trampoline.h twice
18501         to create a non-vector/vector version for _dl_runtime_resolve and
18502         _dl_runtime_profile. Move implementation to ...
18503         * sysdeps/s390/s390-64/dl-trampoline.h: ... here.
18504         (_dl_runtime_resolve) Save and restore fpr/vrs.
18505         (_dl_runtime_profile) Save and restore vrs and fix some issues
18506         * sysdeps/s390/s390-64/dl-machine.h: (elf_machine_runtime_setup):
18507         Choose the correct resolver function if running on a machine with vx.
18509 2016-03-31  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18511         * elf/tst-dlsym-error.c: Include <string.h> for strchrnul.
18513 2016-03-31  Florian Weimer  <fweimer@redhat.com>
18515         [BZ #19509]
18516         * elf/dl-lookup.c (_dl_lookup_symbol_x): Report error even if
18517         skip_map != NULL.
18518         * elf/tst-dlsym-error.c: New file.
18519         * elf/Makefile (tests): Add tst-dlsym-error.
18520         (tst-dlsym-error): Link against libdl.
18522 2016-03-29  Joseph Myers  <joseph@codesourcery.com>
18524         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18525         (__ASSUME_FUTIMESAT): Remove macro.
18526         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: Remove file.
18528 2016-03-29  Florian Weimer  <fweimer@redhat.com>
18530         [BZ #19879]
18531         CVE-2016-3075
18532         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Do not
18533         copy name.
18535 2016-03-29  Florian Weimer  <fweimer@redhat.com>
18537         [BZ #19837]
18538         * nss/nss_db/db-XXX.c (_nss_db_getENTNAME_r): Propagate ERANGE
18539         error if parse_line fails.
18541 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
18543         * sysdeps/x86/cpu-features.h (bit_cpu_ERMS): New.
18544         (index_cpu_ERMS): Likewise.
18545         (reg_ERMS): Likewise.
18547 2016-03-28  Aurelien Jarno  <aurelien@aurel32.net>
18549         * sysdeps/unix/sysv/linux/sys/personality.h (UNAME26, FDPIC_FUNCPTRS,
18550         PER_LINUX_FDPIC): Add.
18552 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
18554         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
18555         memcpy-avx512-no-vzeroupper.
18556         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: Renamed
18557         to ...
18558         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: This.
18559         (MEMCPY): Don't define.
18560         (MEMCPY_CHK): Likewise.
18561         (MEMPCPY): Likewise.
18562         (MEMPCPY_CHK): Likewise.
18563         (MEMPCPY_CHK): Renamed to ...
18564         (__mempcpy_chk_avx512_no_vzeroupper): This.
18565         (MEMPCPY_CHK): Renamed to ...
18566         (__mempcpy_chk_avx512_no_vzeroupper): This.
18567         (MEMCPY_CHK): Renamed to ...
18568         (__memmove_chk_avx512_no_vzeroupper): This.
18569         (MEMCPY): Renamed to ...
18570         (__memmove_avx512_no_vzeroupper): This.
18571         (__memcpy_avx512_no_vzeroupper): New alias.
18572         (__memcpy_chk_avx512_no_vzeroupper): Likewise.
18574 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
18576         [BZ #18858]
18577         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
18578         mempcpy-ssse3, mempcpy-ssse3-back, mempcpy-avx-unaligned
18579         and mempcpy-avx512-no-vzeroupper.
18580         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S (MEMPCPY_CHK):
18581         New.
18582         (MEMPCPY): Likewise.
18583         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S
18584         (MEMPCPY_CHK): New.
18585         (MEMPCPY): Likewise.
18586         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S (MEMPCPY_CHK): New.
18587         (MEMPCPY): Likewise.
18588         * sysdeps/x86_64/multiarch/memcpy-ssse3.S (MEMPCPY_CHK): New.
18589         (MEMPCPY): Likewise.
18590         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: Removed.
18591         * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S:
18592         Likewise.
18593         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: Likewise.
18594         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: Likewise.
18596 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
18597              Amit Pawar  <Amit.Pawar@amd.com>
18599         [BZ #19583]
18600         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
18601         Fast_Unaligned_Copy with Fast_Unaligned_Load for Intel
18602         processors.  Set Fast_Copy_Backward for AMD Excavator
18603         processors.
18604         * sysdeps/x86/cpu-features.h (bit_arch_Fast_Unaligned_Copy):
18605         New.
18606         (index_arch_Fast_Unaligned_Copy): Likewise.
18607         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check
18608         Fast_Unaligned_Copy instead of Fast_Unaligned_Load.
18610 2016-03-25  Florian Weimer  <fweimer@redhat.com>
18612         [BZ #19791]
18613         * resolv/res_send.c (close_and_return_error): New function.
18614         (send_dg): Initialize *resplen2 after reopen failure.  Call
18615         close_and_return_error for error returns.  On error paths without
18616         __res_iclose, initialze *resplen2 explicitly.  Update comment for
18617         successful return.
18619 2016-03-25  Florian Weimer  <fweimer@redhat.com>
18621         [BZ #19860]
18622         * sysdeps/x86_64/tst-audit10.c (avx512_enabled): Always return
18623         zero if the compiler does not provide the AVX512F bit.
18625 2016-03-24  Joseph Myers  <joseph@codesourcery.com>
18627         [BZ #19848]
18628         * sysdeps/i386/fpu/e_powl.S (p3): Rename to p2 and change value
18629         from 8 to 4.
18630         (__ieee754_powl): Compare integer exponent against 4 not 8.
18631         * sysdeps/x86_64/fpu/e_powl.S (p3): Rename to p2 and change value
18632         from 8 to 4.
18633         (__ieee754_powl): Compare integer exponent against 4 not 8.
18634         * math/auto-libm-test-in: Add more tests of pow.
18635         * math/auto-libm-test-out: Regenerated.
18636         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update.
18637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18639 2016-03-23  Aurelien Jarno  <aurelien@aurel32.net>
18641         * sysdeps/unix/sysv/linux/futimens.c (futimens) [__NR_utimensat]:
18642         Make code unconditional.
18643         [!__NR_utimensat]: Remove conditional code.
18644         * sysdeps/unix/sysv/linux/lutimes.c (lutimes) [__NR_utimensat]:
18645         Make code unconditional.
18646         [!__NR_utimensat]: Remove conditional code.
18647         * sysdeps/unix/sysv/linux/utimensat.c (utimensat) [__NR_utimensat]:
18648         Make code unconditional.
18649         [!__NR_utimensat]: Remove conditional code.
18651 2016-03-23  Aurelien Jarno  <aurelien@aurel32.net>
18653         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64) [__NR_openat]:
18654         Make code unconditional.
18656 2016-03-23  Nick Alcock  <nick.alcock@oracle.com>
18658         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Reload
18659         call-clobbered %eax on retry path.
18660         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
18662 2016-03-22  H.J. Lu  <hongjiu.lu@intel.com>
18664         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S (MEMCPY):
18665         Don't set %rcx twice before "rep movsb".
18667 2016-03-22  H.J. Lu  <hongjiu.lu@intel.com>
18669         [BZ #19583]
18670         * sysdeps/x86/cpu-features.c (get_common_indeces): Remove
18671         inline.  Check family before setting family, model and
18672         extended_model.  Set AVX, AVX2, AVX512, FMA and FMA4 usable
18673         bits here.
18674         (init_cpu_features): Replace HAS_CPU_FEATURE and
18675         HAS_ARCH_FEATURE with CPU_FEATURES_CPU_P and
18676         CPU_FEATURES_ARCH_P.  Set index_arch_AVX_Fast_Unaligned_Load
18677         for Intel processors with usable AVX2.  Call get_common_indeces
18678         for other processors with family == NULL.
18679         * sysdeps/x86/cpu-features.h (CPU_FEATURES_CPU_P): New macro.
18680         (CPU_FEATURES_ARCH_P): Likewise.
18681         (HAS_CPU_FEATURE): Use CPU_FEATURES_CPU_P.
18682         (HAS_ARCH_FEATURE): Use CPU_FEATURES_ARCH_P.
18684 2016-03-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18686         * malloc/Makefile ($(objpfx)tst-malloc-backtrace,
18687         $(objpfx)tst-malloc-thread-exit, $(objpfx)tst-malloc-thread-fail): Use
18688         $(shared-thread-library) instead of hardcoding the path to libpthread.
18690 2016-03-22  Joseph Myers  <joseph@codesourcery.com>
18692         * sysdeps/unix/sysv/linux/kernel-features.h
18693         (__ASSUME_GETDENTS64_SYSCALL): Remove macro.
18694         * sysdeps/unix/sysv/linux/getdents.c
18695         [!__ASSUME_GETDENTS64_SYSCALL]: Remove conditional code.
18696         [!have_no_getdents64_defined]: Likewise.
18697         (__GETDENTS): Remove __have_no_getdents64 conditional.
18699 2016-03-21  Joseph Myers  <joseph@codesourcery.com>
18701         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SIGNALFD4):
18702         Remove macro.
18703         * sysdeps/unix/sysv/linux/signalfd.c: Do not include
18704         <kernel-features.h>.
18705         (signalfd) [__NR_signalfd4]: Make code unconditional.
18706         (signalfd) [!__ASSUME_SIGNALFD4]: Remove conditional code.
18708 2016-03-21  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18710         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Fix implict checks
18711         style.
18713 2016-03-21  H.J. Lu  <hongjiu.lu@intel.com>
18715         * sysdeps/unix/sysv/linux/x86_64/cancellation.S
18716         (__pthread_enable_asynccancel): Use JUMPTARGET to call
18717         __pthread_unwind.
18718         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
18719         (__condvar_cleanup2): Use JUMPTARGET to call _Unwind_Resume.
18720         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
18721         (__condvar_cleanup1): Likewise.
18723 2016-03-21  Dylan Alex Simon  <dylan-sourceware@dylex.net>
18725         [BZ #19822]
18726         * math/Makefile ($(inst_libdir)/libm.so): Write output to $@.tmp and
18727         move it to the final $@ location.
18729 2016-03-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18731         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Fix invalid memory
18732         access where posix_spawn success and pid argument is null.
18733         * posix/tst-spawn.c (do_test): Add posix_spawn null pid argument for
18734         success case.
18736 2016-03-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>:
18738         * sysdeps/mach/hurd/i386/c++-types.data: New file.
18740         * sysdeps/mach/hurd/libc-lock.h (_IO_lock_inexpensive): Define to 1.
18742         * sysdeps/generic/dl-fcntl.h: New file, adds attribute_hidden to __open
18743         and __fcntl.
18744         * sysdeps/mach/hurd/dl-fcntl.h: New file, adds attribute_hidden to
18745         __fcntl only.
18746         * include/fcntl.h [IS_IN (rtld)]: Include <dl-fcntl.h> instead of
18747         adding attribute_hidden to __open and __fcntl.
18749         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Strip
18750         "-include $(common-objpfx)libc-modules.h" from CPPFLAGS, and do not
18751         depend on libc-modules.h,
18752         * mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
18754 2016-03-17  Joseph Myers  <joseph@codesourcery.com>
18756         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_EVENTFD2):
18757         Remove macro.
18758         * sysdeps/unix/sysv/linux/eventfd.c: Remove file.
18759         * sysdeps/unix/sysv/linux/syscalls.list (eventfd): New syscall
18760         entry.
18762         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FALLOCATE):
18763         Remove macro.
18764         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: Do not
18765         include <kernel-features.h>.
18766         [!__ASSUME_FALLOCATE]: Remove conditional code.
18767         (posix_fallocate) [__NR_fallocate]: Make code unconditional.
18769 2016-03-16  H.J. Lu  <hongjiu.lu@intel.com>
18771         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S
18772         (_ZGVbN2v_cos_sse4): Use JUMPTARGET to call cos.
18773         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S
18774         (_ZGVdN4v_cos_avx2): Likewise.
18775         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S
18776         (_ZGVdN4v_cos): Likewise.
18777         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S
18778         (_ZGVbN2v_exp_sse4): Use JUMPTARGET to call exp.
18779         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S
18780         (_ZGVdN4v_exp_avx2): Likewise.
18781         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S
18782         (_ZGVdN4v_exp): Likewise.
18783         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S
18784         (_ZGVbN2v_log_sse4): Use JUMPTARGET to call log.
18785         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S
18786         (_ZGVdN4v_log_avx2): Likewise.
18787         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S
18788         (_ZGVdN4v_log): Likewise.
18789         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S
18790         (_ZGVbN2vv_pow_sse4): Use JUMPTARGET to call pow.
18791         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S
18792         (_ZGVdN4vv_pow_avx2): Likewise.
18793         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S
18794         (_ZGVdN4vv_pow): Likewise.
18795         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S
18796         (_ZGVbN2v_sin_sse4): Use JUMPTARGET to call sin.
18797         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S
18798         (_ZGVdN4v_sin_avx2): Likewise.
18799         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S
18800         (_ZGVdN4v_sin): Likewise.
18801         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S
18802         (_ZGVbN2vvv_sincos_sse4): Use JUMPTARGET to call sin and cos.
18803         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S
18804         (_ZGVdN4vvv_sincos_avx2): Likewise.
18805         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S
18806         (_ZGVdN4vvv_sincos): Likewise.
18807         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S
18808         (_ZGVdN8v_cosf): Use JUMPTARGET to call cosf.
18809         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S
18810         (_ZGVbN4v_cosf_sse4): Likewise.
18811         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S
18812         (_ZGVdN8v_cosf_avx2): Likewise.
18813         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S
18814         (_ZGVdN8v_expf): Use JUMPTARGET to call expf.
18815         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S
18816         (_ZGVbN4v_expf_sse4): Likewise.
18817         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S
18818         (_ZGVdN8v_expf_avx2): Likewise.
18819         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S
18820         (_ZGVdN8v_logf): Use JUMPTARGET to call logf.
18821         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S
18822         (_ZGVbN4v_logf_sse4): Likewise.
18823         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S
18824         (_ZGVdN8v_logf_avx2): Likewise.
18825         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S
18826         (_ZGVdN8vv_powf): Use JUMPTARGET to call powf.
18827         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S
18828         (_ZGVbN4vv_powf_sse4): Likewise.
18829         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S
18830         (_ZGVdN8vv_powf_avx2): Likewise.
18831         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
18832         (_ZGVdN8vv_powf): Use JUMPTARGET to call sinf and cosf.
18833         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
18834         (_ZGVbN4vvv_sincosf_sse4): Likewise.
18835         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
18836         (_ZGVdN8vvv_sincosf_avx2): Likewise.
18837         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S
18838         (_ZGVdN8v_sinf): Use JUMPTARGET to call sinf.
18839         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S
18840         (_ZGVbN4v_sinf_sse4): Likewise.
18841         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S
18842         (_ZGVdN8v_sinf_avx2): Likewise.
18843         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h (WRAPPER_IMPL_SSE2):
18844         Use JUMPTARGET to call callee.
18845         (WRAPPER_IMPL_SSE2_ff): Likewise.
18846         (WRAPPER_IMPL_SSE2_fFF): Likewise.
18847         (WRAPPER_IMPL_AVX): Likewise.
18848         (WRAPPER_IMPL_AVX_ff): Likewise.
18849         (WRAPPER_IMPL_AVX_fFF): Likewise.
18850         (WRAPPER_IMPL_AVX512): Likewise.
18851         (WRAPPER_IMPL_AVX512_ff): Likewise.
18852         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h (WRAPPER_IMPL_SSE2):
18853         Likewise.
18854         (WRAPPER_IMPL_SSE2_ff): Likewise.
18855         (WRAPPER_IMPL_SSE2_fFF): Likewise.
18856         (WRAPPER_IMPL_AVX): Likewise.
18857         (WRAPPER_IMPL_AVX_ff): Likewise.
18858         (WRAPPER_IMPL_AVX_fFF): Likewise.
18859         (WRAPPER_IMPL_AVX512): Likewise.
18860         (WRAPPER_IMPL_AVX512_ff): Likewise.
18861         (WRAPPER_IMPL_AVX512_fFF): Likewise.
18863 2016-03-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18865         * sysdeps/mach/hurd/openat.c (__openat): Add missing ellipsis.
18866         * resolv/gai_sigqueue.c (__gai_sigqueue): Add missing internal_function
18867         qualifier.
18868         * /rt/aio_sigqueue.c (__aio_sigqueue): Add missing attribute_hidden
18869         internal_function qualifiers.
18871 2016-03-15  Carlos O'Donell <carlos@redhat.com>
18873         * catgets/tst-catgets.c (do_bz17905): Mark result unused.
18874         * dlfcn/bug-dl-leaf-lib.c (check_val_fini): Mark ret unused.
18875         * math/atest-exp.c (exp_mpn): Mark chk unused.
18876         * math/atest-exp2.c (exp_mpn): Likewise.
18877         * sysdeps/arm/dl-machine.h (elf_machine_rela): Mark td unused.
18878         * sysdeps/i386/i686/dl-hash.h: Mark _dl_elf_hash unused.
18880 2016-03-15  Joseph Myers  <joseph@codesourcery.com>
18882         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PPOLL):
18883         Remove macro.
18884         * sysdeps/unix/sysv/linux/ppoll.c: Do not include
18885         <kernel-features.h>.
18886         [__NR_ppoll]: Make code unconditional.
18887         [!__ASSUME_PPOLL]: Remove conditional code.
18889         * sysdeps/unix/sysv/linux/kernel-features.h
18890         (__ASSUME_ACCEPT4_SYSCALL): Define unconditionally.
18891         (__ASSUME_ACCEPT4): Likewise.
18892         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18893         Define.
18894         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG):
18895         Likewise.
18896         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18897         Likewise.
18898         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG):
18899         Likewise.
18900         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h: Remove file.
18901         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: Likewise.
18902         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18903         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
18904         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18905         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18906         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18907         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18908         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18909         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18910         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
18911         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18912         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18913         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18914         * sysdeps/unix/sysv/linux/i386/kernel-features.h
18915         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18916         Likewise.
18917         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18918         Likewise.
18919         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
18920         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
18921         0x040300].
18922         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18923         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
18924         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18925         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
18926         0x030300] instead of defining if [__LINUX_KERNEL_VERSION >=
18927         0x030300].
18928         [__LINUX_KERNEL_VERSION < 0x030300] (__ASSUME_ACCEPT4): Undefine.
18929         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18930         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
18931         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
18932         0x040300].
18933         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18934         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18935         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18936         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
18937         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18938         (__ASSUME_SENDMMSG_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
18939         0x030300] instead of defining if [__LINUX_KERNEL_VERSION >=
18940         0x030300].
18941         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18942         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
18943         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18944         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18945         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
18946         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18947         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18948         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18949         * sysdeps/unix/sysv/linux/s390/kernel-features.h
18950         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
18951         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
18952         0x040300].
18953         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18954         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18955         * sysdeps/unix/sysv/linux/sh/kernel-features.h
18956         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
18957         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18958         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18959         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
18960         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18961         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18962         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18963         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18964         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18965         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18966         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
18967         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h
18968         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18969         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18970         Likewise.
18971         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18972         Likewise.
18974 2016-03-15  Andreas Schwab  <schwab@suse.de>
18976         [BZ #19257]
18977         * resolv/res_init.c (__res_iclose): Use statp->nscount instead of
18978         statp->_u._ext.nscount as loop count.
18980 2016-03-14  Andreas Schwab  <schwab@linux-m68k.org>
18982         * math/test-signgam-finite-c99.c: Also #undef
18983         __LIBC_INTERNAL_MATH_INLINES.
18984         * math/test-signgam-main.c: Likewise.
18986 2016-03-14  Joseph Myers  <joseph@codesourcery.com>
18988         * bits/mman-linux.h [__USE_MISC] (MADV_FREE): New macro.
18989         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
18990         (MADV_FREE): Likewise.
18991         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_HDRINCL): Likewise.
18992         * sysdeps/unix/sysv/linux/sys/epoll.h (enum EPOLL_EVENTS): Add
18993         EPOLLEXCLUSIVE.
18995 2016-03-14  Carlos O'Donell  <carlos@redhat.com>
18997         * timezone/README: Remove mention of checktab.awk. Mention wiki
18998         SharedSourceFiles.
19000 2016-03-13  Samuel Thibault  <samuel.thibault@ens-lyon.org
19002         * sysdeps/posix/waitid.c (OUR_WAITID): Test against WSTOPPED instead of
19003         WUNTRACED.
19005 2016-03-11  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
19007         * malloc/malloc.c (malloc_consolidate): Replace 0 by NULL in
19008         order to match the type of p when calling atomic_exchange_acq().
19010 2016-03-11  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19012         * sysdeps/powerpc/powerpc32/power4/memcmp.S (memcmp): Rearrange
19013         cfi_offset calls.
19014         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Likewise.
19015         * sysdeps/powerpc/powerpc32/power7/memcmp.S (memcmp): Likewise.
19016         * sysdeps/powerpc/powerpc64/power4/memcmp.S (memcmp): Likewise.
19017         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Likewise.
19018         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Likewise.
19020 2016-03-10  Carlos O'Donell  <carlos@redhat.com>
19022         * timezone/checktab.awk: Removed.
19024 2016-03-10  Joseph Myers  <joseph@codesourcery.com>
19026         * manual/math.texi (Errors in Math Functions): Document relaxed
19027         accuracy goals for IBM long double.
19028         * math/libm-test.inc (test_exceptions): Always allow spurious
19029         "underflow" and "inexact" exceptions for IBM long double.
19031 2016-03-10  H.J. Lu  <hongjiu.lu@intel.com>
19033         [BZ #19762]
19034         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h
19035         (EXTRA_LD_ENVVARS): Add _arch_ to index_*/bit_*.
19036         * sysdeps/x86/cpu-features.c (init_cpu_features): Likewise.
19037         * sysdeps/x86/cpu-features.h (bit_*): Renamed to ...
19038         (bit_arch_*): This for feature array.
19039         (bit_*): Renamed to ...
19040         (bit_cpu_*): This for cpu array.
19041         (index_*): Renamed to ...
19042         (index_arch_*): This for feature array.
19043         (index_*): Renamed to ...
19044         (index_cpu_*): This for cpu array.
19045         [__ASSEMBLER__] (HAS_FEATURE): Add and use field.
19046         [__ASSEMBLER__] (HAS_CPU_FEATURE)): Pass cpu to HAS_FEATURE.
19047         [__ASSEMBLER__] (HAS_ARCH_FEATURE)): Pass arch to HAS_FEATURE.
19048         [!__ASSEMBLER__] (HAS_CPU_FEATURE): Replace index_##name and
19049         bit_##name with index_cpu_##name and bit_cpu_##name.
19050         [!__ASSEMBLER__] (HAS_ARCH_FEATURE): Replace index_##name and
19051         bit_##name with index_arch_##name and bit_arch_##name.
19053 2016-03-09  Aurelien Jarno  <aurelien@aurel32.net>
19055         [BZ #19792]
19056         * sysdeps/unix/sysv/linux/mips/makecontext.S (__makecontext):
19057         Terminate FDE before return label.
19059 2016-03-09  Joseph Myers  <joseph@codesourcery.com>
19061         [BZ #19790]
19062         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c [USE_AS_NEARBYINTL]
19063         (rintl): Define as macro.
19064         [USE_AS_NEARBYINTL] (__rintl): Likewise.
19065         (__rintl) [USE_AS_NEARBYINTL]: Use SET_RESTORE_ROUND_NOEX instead
19066         of fesetround.  Ensure results are evaluated before end of scope.
19067         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Define
19068         USE_AS_NEARBYINTL and include s_rintl.c.
19069         * sysdeps/powerpc/fpu/fenv_private.h (libc_feholdsetround_ppc):
19070         Disable exception traps in new environment.
19071         (libc_feholdsetround_ppc_ctx): Likewise.
19073 2016-03-08  Roland McGrath  <roland@hack.frob.com>
19075         * sysdeps/x86_64/tst-audit10.c: #include <cpu-features.h>.
19076         * sysdeps/x86_64/tst-audit10-aux.c: Move audit_test extern decl ...
19077         (tst_audit10_aux) [__AVX512F__]: ... here.
19079 2016-03-08  Aurelien Jarno  <aurelien@aurel32.net>
19081         * include/sys/auxv.h: New file.
19083 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
19085         [BZ #19759]
19086         * sysdeps/x86/bits/string.h (_HAVE_STRING_ARCH_mempcpy): New.
19088 2016-03-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
19090         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Remove use of %s
19091         operand modifier.
19092         (feclearexcept): Likewise.
19094 2016-03-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
19096         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Updated
19097         to reflect the entire 32-bit HWCAP.
19098         * sysdeps/powerpc/dl-procinfo.h: Code cleanup.
19099         (_DL_HWCAP_FIRST): Removed.  Replaced by 0 accordingly.
19101 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
19103         [BZ #19783]
19104         * benchtests/Makefile (run-bench): Replace $(rtld-prefix) with
19105         $(test-via-rtld-prefix).
19106         ($(binaries-bench)): Replace $(+link) with $(+link-tests).
19108 2016-03-08  Florian Weimer  <fweimer@redhat.com>
19110         * sunrpc/key_call.c (key_call_keyenvoy): Use int status instead of
19111         union wait.  Report any non-zero exit status as error.
19113 2016-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19115         * posix/tst-execvpe5.c (do_test): Fix fix test invocation when
19116         configured with --enable-hardcoded-path-in-tests.
19118 2016-03-08  Joseph Myers  <joseph@codesourcery.com>
19120         [BZ #19677]
19121         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
19122         (__ieee754_remainderl): Put zero low parts in canonical form.
19123         * sysdeps/ieee754/ldbl-128ibm/test-fmodrem-ldbl-128ibm.c: New
19124         file.  Based on
19125         sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c.
19126         * sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c: Replace
19127         with wrapper round test-fmodrem-ldbl-128ibm.c.
19128         * sysdeps/ieee754/ldbl-128ibm/test-remainderl-ldbl-128ibm.c: New
19129         file.
19130         * sysdeps/ieee754/ldbl-128ibm/test-remquol-ldbl-128ibm.c:
19131         Likewise.
19132         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Add
19133         test-remainderl-ldbl-128ibm and test-remquol-ldbl-128ibm.
19135 2016-03-07  Florian Weimer  <fweimer@redhat.com>
19137         [BZ #19610]
19138         * elf/ldconfig.c (opt_link): Update comment.
19139         (options): Update help string for option -X.
19140         (search_dir): Unlink stale symbolic link only if updating symbolic
19141         links.
19142         * elf/tst-ldconfig-X.sh: New file.
19143         * elf/Makefile (tests-special): Add tst-ldconfig-X.out.
19144         (tst-ldconfig-X.out): New rule to run tst-ldconfig-X.sh.
19146 2016-03-07  Andreas Schwab  <schwab@suse.de>
19148         * iconv/gconv_builtin.h ("=ascii->INTERNAL"): Correct min/max
19149         needed arguments.
19151 2016-03-07  Hongjiu Zhang  <noctuorare@gmail.com>
19153         [BZ #15333]
19154         * elf/sln.c (makesymlink): Change struct stat to stat64, and lstat
19155         to lstat64.
19157 2016-03-07  Florian Weimer  <fweimer@redhat.com>
19159         * libio/filedoalloc.c (isatty): Remove.
19160         (local_isatty): Add comment.  Call __isatty directly.
19161         (_IO_file_doallocate): Update comment.  Assume _LIBC.
19162         * libio/wfiledoalloc.c (isatty): Remove.
19163         (_IO_wfile_doallocate): Update comment.
19165 2016-03-07  Florian Weimer  <fweimer@redhat.com>
19167         [BZ #19269]
19168         * sysdeps/x86_64/Makefile (tst-audit4): Depend on
19169         tst-audit4-aux.o.
19170         (tst-audit10): Depend on tst-audit10-aux.o.
19171         (CFLAGS-tst-audit4-aux.c): Compile with AVX enabled.
19172         (CFLAGS-tst-audit10-aux.c): Compile with AVX512 enabled.
19173         * sysdeps/x86_64/tst-audit4.c (do_test): Call tst_audit4_aux
19174         instead of inline AVX code.
19175         * sysdeps/x86_64/tst-audit10.c (do_test): Call tst_audit10_aux
19176         instead of inline AVX512 code.
19177         * sysdeps/x86_64/tst-audit4-aux.c: New file
19178         * sysdeps/x86_64/tst-audit10-aux.c: New file
19180         [BZ #19648]
19181         * test-skeleton.c (main): Do not set RLIMIT_DATA.
19183 2016-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19185         [BZ #14750]
19186         [BZ #10354]
19187         [BZ #18433]
19188         * include/sched.h (__clone): Add hidden prototype.
19189         (__clone2): Likewise.
19190         * include/unistd.h (__dup): Likewise.
19191         * posix/Makefile (tests): Add tst-spawn2.
19192         * posix/tst-spawn2.c: New file.
19193         * sysdeps/posix/dup.c (__dup): Add hidden definition.
19194         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Likewise.
19195         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
19196         * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Likewise.
19197         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Likewise.
19198         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Likewise.
19199         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone): Likewise.
19200         * sysdeps/unix/sysv/linux/m68k/clone.S (__clone): Likewise.
19201         * sysdeps/unix/sysv/linux/microblaze/clone.S (__clone): Likewise.
19202         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Likewise.
19203         * sysdeps/unix/sysv/linux/nios2/clone.S (__clone): Likewise.
19204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone):
19205         Likewise.
19206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
19207         Likewise.
19208         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Likewise.
19209         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
19210         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Likewise.
19211         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
19212         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Likewise.
19213         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Likewise.
19214         * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Likewise.
19215         * sysdeps/unix/sysv/linux/nptl-signals.h
19216         (____nptl_is_internal_signal): New function.
19217         * sysdeps/unix/sysv/linux/spawni.c: New file.
19219         * posix/execvpe.c (__execvpe): Remove dynamic allocation.
19220         * posix/Makefile (tests): Add tst-execvpe{1,2,3,4,5,6}.
19221         * posix/tst-execvp1.c (do_test): Use a macro to call execvp.
19222         * posix/tst-execvp2.c (do_test): Likewise.
19223         * posix/tst-execvp3.c (do_test): Likewise.
19224         * posix/tst-execvp4.c (do_test): Likewise.
19225         * posix/tst-execvpe1.c: New file.
19226         * posix/tst-execvpe2.c: Likewise.
19227         * posix/tst-execvpe3.c: Likewise.
19228         * posix/tst-execvpe4.c: Likewise.
19229         * posix/tst-execvpe5.c: Likewise.
19230         * posix/tst-execvpe6.c: Likewise.
19232         [BZ #19534]
19233         * posix/execl.c (execl): Remove dynamic memory allocation.
19234         * posix/execle.c (execle): Likewise.
19235         * posix/execlp.c (execlp): Likewise.
19237 2016-03-06  H.J. Lu  <hongjiu.lu@intel.com>
19239         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S:
19240         Replace .text with .text.avx512.
19241         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
19242         Likewise.
19244 2016-03-07  Aurelien Jarno  <aurelien@aurel32.net>
19246         * sysdeps/generic/libnsl.abilist: New file.
19247         * sysdeps/generic/libutil.abilist: New file.
19249 2016-03-06  H.J. Lu  <hongjiu.lu@intel.com>
19251         [BZ #19762]
19252         * sysdeps/i386/i686/multiarch/bcopy.S (bcopy): Use
19253         HAS_ARCH_FEATURE with Fast_Rep_String.
19254         * sysdeps/i386/i686/multiarch/bzero.S (__bzero): Likewise.
19255         * sysdeps/i386/i686/multiarch/memcpy.S (memcpy): Likewise.
19256         * sysdeps/i386/i686/multiarch/memcpy_chk.S (__memcpy_chk):
19257         Likewise.
19258         * sysdeps/i386/i686/multiarch/memmove_chk.S (__memmove_chk):
19259         Likewise.
19260         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy): Likewise.
19261         * sysdeps/i386/i686/multiarch/mempcpy_chk.S (__mempcpy_chk):
19262         Likewise.
19263         * sysdeps/i386/i686/multiarch/memset.S (memset): Likewise.
19264         * sysdeps/i386/i686/multiarch/memset_chk.S (__memset_chk):
19265         Likewise.
19267 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
19269         [BZ #19745]
19270         * sysdeps/x86_64/crti.S (_init): Replace PREINIT_FUNCTION@PLT
19271         with *%rax in call.
19273 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
19275         [BZ #19745]
19276         * sysdeps/x86_64/start.S (_start): Replace __libc_start_main@PLT
19277         with *__libc_start_main@GOTPCREL(%rip) in call.
19279 2016-03-04  Roland McGrath  <roland@hack.frob.com>
19281         * Makefile (tests-special): Add $(objpfx)c++-types-check.out only
19282         inside conditional for nonempty $(CXX).
19284         * math/Makefile (tests): Add test-math-isinff only if $(CXX) is
19285         nonempty.
19287         * Makefile ($(objpfx)c++-types-check.out): Fix conditionalization
19288         to test for empty $(CXX) rather than $(CXX) of "no".
19290 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
19292         * sysdeps/x86_64/Makefile (sysdep_noprof): Add comments.
19294 2016-03-04  Amit Pawar  <Amit.Pawar@amd.com>
19295             H.J. Lu  <hongjiu.lu@intel.com>
19297         [BZ #18880]
19298         * sysdeps/x86_64/multiarch/memcpy.S: Check Fast_Unaligned_Load,
19299         instead of Slow_BSF, and also check for Fast_Copy_Backward to
19300         enable __memcpy_ssse3_back.
19302 2016-03-03  H.J. Lu  <hongjiu.lu@intel.com>
19304         [BZ #19758]
19305         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h
19306         (EXTRA_LD_ENVVARS): Or in bit_Prefer_MAP_32BIT_EXEC.
19308 2016-03-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
19310         [BZ #19490]
19311         * sysdeps/x86_64/_mcount.S (_mcount): Add unwind descriptor.
19312         (__fentry__): Likewise.
19314 2016-03-03  H.J. Lu  <hongjiu.lu@intel.com>
19316         * gmon/Makefile (noprof): Add $(sysdep_noprof).
19317         * sysdeps/x86_64/Makefile (sysdep_noprof): Add _mcount.
19319 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
19321         * sysdeps/x86_64/_mcount.S (C_LABEL(_mcount)): Call
19322         __mcount_internal directly.
19323         (C_LABEL(__fentry__)): Likewise.
19324         * sysdeps/x86_64/setjmp.S __sigsetjmp): Call __sigjmp_save
19325         directly.
19327 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
19329         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
19330         (__start_context): Call __setcontext directly.
19332 2016-02-26  Joseph Myers  <joseph@codesourcery.com>
19334         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19335         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
19336         [__LINUX_KERNEL_VERSION >= 0x030200]: Likewise.
19337         [__LINUX_KERNEL_VERSION < 0x020621]: Remove conditional code.
19338         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19339         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
19340         [__LINUX_KERNEL_VERSION >= 0x020624]: Likewise.
19341         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
19342         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
19343         [__LINUX_KERNEL_VERSION >= 0x020622]: Likewise.
19344         [__LINUX_KERNEL_VERSION >= 0x030100]: Likewise.
19345         [__LINUX_KERNEL_VERSION < 0x020625]: Remove conditional code.
19346         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19347         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
19348         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
19349         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19350         [__LINUX_KERNEL_VERSION < 0x030000]: Remove conditional code.
19351         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19352         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
19353         [__LINUX_KERNEL_VERSION < 0x020621]: Remove conditional code.
19354         [__LINUX_KERNEL_VERSION < 0x020625]: Likewise.
19355         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19356         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
19357         [__LINUX_KERNEL_VERSION >= 0x030100]: Likewise.
19358         [_MIPS_SIM == _ABIN32 && __LINUX_KERNEL_VERSION < 0x020623]:
19359         Remove conditional code.
19360         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
19361         [__LINUX_KERNEL_VERSION >= 0x020625]: Make code unconditional.
19362         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
19363         * sysdeps/unix/sysv/linux/sh/kernel-features.h
19364         [__LINUX_KERNEL_VERSION >= 0x020625]: Likewise.
19365         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
19366         [__LINUX_KERNEL_VERSION < 0x020625]: Remove conditional code.
19367         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
19368         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
19369         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
19370         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19371         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
19373 2016-02-24  Marko Myllynen  <myllynen@redhat.com>
19375         * NEWS (2.23): Fix typo in bug 19048 text.
19377 2016-02-24  Carlos O'Donell  <carlos@redhat.com>
19379         [BZ #14259]
19380         * Makeconfig: Rename msgcatdir to localedir.
19381         Rename inst_msgcatdir to inst_localedir.
19382         * catgets/Makefile (catgets-CPPFLAGS): Use localedir.
19383         * config.make.in: Add localedir.
19384         * elf/Makefile ($(objpfx)sotruss): Use localedir.
19385         (ldd-rewrite): Likewise.
19386         * intl/Makefile: Rename inst_msgcatdir to inst_localedir.
19387         (install-others): Use inst_localedir.
19388         (CPPFLAGS): Use localedir.
19389         * locale/Makefile (locale-CPPFLAGS): Likewise.
19390         * po/Makefile (mo-installed): Use inst_localedir.
19392         [BZ #19575]
19393         * localedata/charmaps/GB18030: Update comments regarding PAU to
19394         non-PUA mappings.
19396 2016-02-24  Joseph Myers  <joseph@codesourcery.com>
19398         * sysdeps/unix/sysv/linux/configure.ac (linux/fanotify.h): Do not
19399         test for header.
19400         * sysdeps/unix/sysv/linux/configure: Regenerated.
19401         * config.h.in (HAVE_LINUX_FANOTIFY_H): Remove #undef.
19402         * sysdeps/unix/sysv/linux/tst-fanotify.c [!HAVE_LINUX_FANOTIFY_H]:
19403         Remove conditional code.
19404         [HAVE_LINUX_FANOTIFY_H]: Make code unconditional.
19406         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
19407         Define to 3.2.0.
19408         (arch_minimum_kernel): Likewise.
19409         * sysdeps/unix/sysv/linux/configure: Regenerated.
19410         * sysdeps/unix/sysv/linux/i386/configure.ac (arch_minimum_kernel):
19411         Define to 2.6.32.
19412         * sysdeps/unix/sysv/linux/i386/configure: Regenerated.
19413         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac
19414         (arch_minimum_kernel): Define to 2.6.32.
19415         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerated.
19416         * README: Document Linux 3.2 requirement.
19417         * manual/install.texi (Linux): Document Linux 3.2 headers
19418         requirement.
19419         * INSTALL: Regenerated.
19421 2016-02-24  Andreas Schwab  <schwab@suse.de>
19423         * math/test-math-isinff.cc (do_test): Only call isinfl and isnanl
19424         if !NO_LONG_DOUBLE.
19426 2016-02-22  Roland McGrath  <roland@hack.frob.com>
19428         * sysdeps/arm/nacl/libc.abilist (GLIBC_2.23): Add GLIBC_2.23,
19429         fts64_children, fts64_close, fts64_open, fts64_read and fts64_set.
19431 2016-02-22  Dmitry V. Levin  <ldv@altlinux.org>
19433         [BZ #19512]
19434         * config.h.in (HAVE_BUILTIN_EXPECT): New macro.
19436 2016-02-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
19438         * posix/tst-dir.c: Include libc-internal.h.
19440 2016-02-20  Florian Weimer  <fweimer@redhat.com>
19442         [BZ #19056]
19443         * dirent/dirent.h (readdir_r, readdir64_r): Mark as deprecated.
19444         * manual/filesys.texi (Reading/Closing Directory): Mention
19445         deprecaion.
19446         * posix/tst-dir.c (main): Disable deprecation warning in test.
19448 2016-02-19  H.J. Lu  <hongjiu.lu@intel.com>
19450         [BZ #19679]
19451         * sysdeps/x86_64/dl-trampoline.S (DL_RUNIME_UNALIGNED_VEC_SIZE):
19452         Renamed to ...
19453         (DL_RUNTIME_UNALIGNED_VEC_SIZE): This.  Set to 8.
19454         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
19455         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.  Updated.
19456         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
19457         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.
19458         * sysdeps/x86_64/dl-trampoline.h
19459         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
19460         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.
19462 2016-02-19  Mark Wielaard  <mjw@redhat.com>
19464         * elf/elf.h: Add NT_ARM_SYSTEM_CALL.
19466 2016-02-19  Mark Wielaard  <mjw@redhat.com>
19468         * elf/elf.h (R_386_GOT32X): New.
19469         (R_386_NUM): Update.
19470         (R_X86_64_GOTPCRELX: New.
19471         (R_X86_64_REX_GOTPCRELX): New.
19472         (R_X86_64_NUM): Update.
19474 2016-02-19  Mike Frysinger  <vapier@gentoo.org>
19476         * test-skeleton.c (TIMEOUT): Change to 20 and adjust comment.
19478 2016-02-19  Carlos O'Donell  <carlos@systemhalted.org>
19480         * nptl/allocatestack.c (allocate_stack): Declare new stackaddr,
19481         assign attr->stackaddr to it, and adjust it down when
19482         _STACK_GROWS_UP.  Change all attr->stackaddr to stackaddr.
19483         [_STACK_GROWS_UP]: Delete assert.
19484         * nptl/pthread_create.c (START_THREAD_DEFN) [!_STACK_GROWS_DOWN]:
19485         Implement stack grows up logic.
19486         * nptl/pthread_getattr_np.c (pthread_getattr_np): Implement
19487         stack grows up logic.
19489 2016-02-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19491         * NEWS: Update with 2.24 template.
19493 2016-02-19  Joseph Myers  <joseph@codesourcery.com>
19495         [BZ #19678]
19496         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
19497         Ensure +0.0 is returned when taking the next value below the least
19498         positive value.
19500 2016-02-19  Florian Weimer  <fweimer@redhat.com>
19502         * sysdeps/generic/malloc-machine.h: Assume mutex_init is always
19503         available.  Do not define NO_THREADS.
19504         * malloc/malloc.c: Do not check NO_THREADS.
19505         * malloc/arena.c: Likewise.
19507 2016-02-19  Florian Weimer  <fweimer@redhat.com>
19509         * malloc/malloc.c (__libc_mallinfo): Update comment.
19510         (struct malloc_par): Remove max_total_mem member, it was always 0.
19511         (int_mallinfo): Store 0 into usmblks (no functional change).
19512         * malloc/hooks.c (struct malloc_state): Document that
19513         max_total_mem is always 0.
19514         * malloc/malloc.h (struct mallinfo): Dcoument that usmblks is
19515         always 0.
19516         * manual/memory.texi (Statistics of Malloc): Likewise.
19518 2016-02-19  Florian Weimer  <fweimer@redhat.com>
19520         * malloc/malloc.c (sysmalloc): Do not update arena_max.
19521         * malloc/arena.c (arena_max): Remove.
19522         (heap_trim, _int_new_arena): Do not update arena_max.
19524 2016-02-19  Florian Weimer  <fweimer@redhat.com>
19526         * resolv/res_init.c (res_ninit): Update comment.
19528 2016-02-19  Florian Weimer  <fweimer@redhat.com>
19530         [BZ #19505]
19531         * posix/spawn_int.h: Add headers and include guard.
19532         (__spawn_valid_fd): New function.
19533         * posix/spawn_faction_addopen.c
19534         (posix_spawn_file_actions_addopen): Use __spawn_valid_fd.
19535         * posix/spawn_faction_addclose.c
19536         (posix_spawn_file_actions_addclose): Likewise.
19537         * posix/spawn_faction_adddup2.c
19538         (posix_spawn_file_actions_adddup2): Likewise.  Add check for
19539         second file descriptor.
19540         * posix/spawn_valid_fd.c: New file.
19541         * posix/tst-posix_spawn-fd.c: New file.
19542         * posix/Makefile (routines): Add spawn_valid_fd.
19543         (tests): Add tst-posix_spawn-fd.
19545 2016-02-19  Florian Weimer  <fweimer@redhat.com>
19547         * malloc/tst-malloc-thread-exit.c: Include test-skeleton.c early.
19548         (do_test): Limit the number of arenas, so that we can use fewer
19549         outer threads.  Limit timeout to 3 seconds, in preparation for a
19550         larger TIMEOUT value.
19552 2016-02-19  Joseph Myers  <joseph@codesourcery.com>
19554         [BZ #19674]
19555         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Include
19556         sign in overflowing and underflowing results when overflow or
19557         underflow is detected early.  Include sign in result before rather
19558         than after scaling.
19560         [BZ #19603]
19561         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
19562         (__ieee754_remainderl): Adjust sign of integer version of low part
19563         when taking absolute value of high part.
19564         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
19565         * math/libm-test.inc (remainder_test_data): Add another test.
19566         (remquo_test_data): Likewise.
19568 2016-02-18  Joseph Myers  <joseph@codesourcery.com>
19570         [BZ #19602]
19571         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Handle
19572         equal high parts and both low parts zero specially.
19573         * sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c: New test.
19574         * sysdeps/ieee754/ldbl-128ibm/Makefile [$(subdir) = math] (tests):
19575         Add test-fmodl-ldbl-128ibm.
19577         [BZ #19595]
19578         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Use
19579         common logic for all cases of shifting subnormal results.  Do not
19580         insert sign bit in shifted mantissa.  Always pass -1023 as biased
19581         exponent to ldbl_insert_mantissa in subnormal case.
19583         [BZ #19594]
19584         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c (__roundl): Use __round
19585         on high and low parts then adjust result and use
19586         ldbl_canonicalize_int if needed.
19588         [BZ #19593]
19589         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Use __trunc
19590         on high part and __floor or __ceil on low part then use
19591         ldbl_canonicalize_int if needed.
19593         [BZ #19592]
19594         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Use __ceil on
19595         high and low parts then use ldbl_canonicalize_int if needed.
19597         [BZ #17899]
19598         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_canonicalize_int):
19599         New function.
19600         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (__floorl): Use __floor
19601         on high and low parts then use ldbl_canonicalize_int if needed.
19603 2016-02-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19605         * configure: Regenerated.
19607         * po/libc.pot: Regenerated.
19609         * po/be.po: Updated translation.
19610         * po/bg.po: Likewise.
19611         * po/ca.po: Likewise.
19612         * po/cs.po: Likewise.
19613         * po/da.po: Likewise.
19614         * po/el.po: Likewise.
19615         * po/eo.po: Likewise.
19616         * po/es.po: Likewise.
19617         * po/fi.po: Likewise.
19618         * po/fr.po: Likewise.
19619         * po/gl.po: Likewise.
19620         * po/hr.po: Likewise.
19621         * po/hu.po: Likewise.
19622         * po/ia.po: Likewise.
19623         * po/id.po: Likewise.
19624         * po/it.po: Likewise.
19625         * po/ja.po: Likewise.
19626         * po/lt.po: Likewise.
19627         * po/nb.po: Likewise.
19628         * po/nl.po: Likewise.
19629         * po/pt_BR.po: Likewise.
19630         * po/rw.po: Likewise.
19631         * po/sk.po: Likewise.
19632         * po/sl.po: Likewise.
19633         * po/sv.po: Likewise.
19634         * po/tr.po: Likewise.
19635         * po/zh_CN.po: Likewise.
19636         * po/zh_TW.po: Likewise.
19638         * version.h (RELEAES): Set to "development".
19639         (VERSION): Set to 2.23.90.
19641         * version.h (RELEASE): Set to "stable".
19642         (VERSION): Set to 2.23.
19643         * include/feature.h (__GLIBC_MINOR__): Set to 23.
19645         * NEWS: Updated fixed bugs.
19647 2016-02-18  H.J. Lu  <hongjiu.lu@intel.com>
19648             Wilco Dijkstra  <wdijkstr@arm.com>
19650         [BZ #19462]
19651         * bits/string.h (_STRING_ARCH_unaligned): Renamed to ...
19652         (_STRING_INLINE_unaligned): This.
19653         * include/string.h: Include <string_private.h>.
19654         * string/bits/string2.h: Replace _STRING_ARCH_unaligned with
19655         _STRING_INLINE_unaligned.
19656         * sysdeps/aarch64/bits/string.h (_STRING_ARCH_unaligned): Removed.
19657         (_STRING_INLINE_unaligned): New.
19658         * sysdeps/aarch64/string_private.h: New file.
19659         * sysdeps/generic/string_private.h: Likewise.
19660         * sysdeps/m68k/m680x0/m68020/string_private.h: Likewise.
19661         * sysdeps/s390/string_private.h: Likewise.
19662         * sysdeps/x86/string_private.h: Likewise.
19663         * sysdeps/m68k/m680x0/m68020/bits/string.h
19664         (_STRING_ARCH_unaligned): Renamed to ...
19665         (_STRING_INLINE_unaligned): This.
19666         * sysdeps/s390/bits/string.h (_STRING_ARCH_unaligned): Renamed
19667         to ...
19668         (_STRING_INLINE_unaligned): This.
19669         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Renamed
19670         to ...
19671         (_STRING_INLINE_unaligned): This.
19672         * sysdeps/x86/bits/string.h (_STRING_ARCH_unaligned): Renamed
19673         to ...
19674         (_STRING_INLINE_unaligned): This.
19676 2016-02-17  Andrew Senkevich  <andrew.senkevich@intel.com>
19677             H.J. Lu  <hongjiu.lu@intel.com>
19679         [BZ #19590]
19680         * sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC
19681         relocation.
19683 2016-02-15  Carlos O'Donell  <carlos@redhat.com>
19685         [BZ #18665]
19686         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Always set
19687         *herrno_p.
19688         (gaih_getanswer): Document functional behviour. Return tryagain
19689         if any result is tryagain.
19690         * resolv/res_query.c (__libc_res_nsearch): Set buffer size to zero
19691         when freed.
19692         * resolv/res_send.c: Add copyright text.
19693         (__libc_res_nsend): Document that MAXPACKET is expected.
19694         (send_vc): Document. Remove buffer reuse.
19695         (send_dg): Document. Remove buffer reuse. Set *thisanssizp to set the
19696         size of the buffer. Add Dprint for truncated UDP buffer.
19698 2016-02-14  Carlos O'Donell  <carlos@redhat.com>
19700         * manual/install.texi: Latest tested is GCC 5.3, texinfo 6.0, gawk
19701         4.1.3, and sed 4.2.2. Remove po2test.sed comments.
19702         * INSTALL: Regenerate.
19704 2016-02-14  Jakub Jelinek  <jakub@redhat.com>
19705             Jonathan Wakely  <jwakely@redhat.com>
19706             Carlos O'Donell  <carlos@redhat.com>
19708         [BZ 19439]
19709         * math/Makefile (tests): Add test-math-isinff.
19710         (CFLAGS-test-math-isinff.cc): Use -std=gnu++11.
19711         * math/bits/mathcalls.h [__USE_MISC]: Use
19712         '|| __MATH_DECLARING_DOUBLE == 0' to relax definition of
19713         functions not in C++11 and which don't conflict e.g. isinff,
19714         isinfl etc.
19715         * math/test-math-isinff.cc: New file.
19717 2016-02-12  Florian Weimer  <fweimer@redhat.com>
19719         * misc/bug18240.c (do_test): Set RLIMIT_AS.
19721 2016-02-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
19723         [BZ #19529]
19724         * stdlib/Makefile (CFLAGS-tst-makecontext.c): Add -funwind-tables.
19726 2016-02-04  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19728         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
19730 2016-02-01  Joseph Myers  <joseph@codesourcery.com>
19732         [BZ #19550]
19733         * sysdeps/unix/sysv/linux/mips/mips32/mmap.c: New file.
19734         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: Move to ....
19735         * sysdeps/unix/sysv/linux/mips/mips64/n64/mmap64.c: ... here.
19736         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap.c: New file.
19737         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (mmap64):
19738         New syscall entry.
19739         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (mmap):
19740         New syscall entry.
19741         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): Remove
19742         syscall entry.
19744 2016-01-27  Paul Eggert  <eggert@cs.ucla.edu>
19746         [BZ #18240]
19747         * misc/hsearch_r.c (isprime, __hcreate_r): Protect against
19748         unsigned int wraparound.
19750 2016-01-27  Florian Weimer  <fweimer@redhat.com>
19752         [BZ #18240]
19753         * misc/bug18240.c: New test.
19754         * misc/Makefile (tests): Add it.
19756 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
19757             Joseph Myers  <joseph@codesourcery.com>
19759         * sysdeps/mips/memcpy.S (MEMCPY_NAME) [USE_DOUBLE]: Avoid word
19760         load in branch delay slot when less than a word of input left.
19762 2016-01-27  Andreas Schwab  <schwab@suse.de>
19764         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (half): Remove.
19765         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (maxlog, big): Remove.
19766         * sysdeps/powerpc/fpu/s_cosf.c (one): Remove.
19767         * sysdeps/powerpc/fpu/e_hypotf.c (two30): Remove.
19769 2016-01-26  David S. Miller  <davem@davemloft.net>
19771         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Add _Q_cmp.
19773 2016-01-25  David S. Miller  <davem@davemloft.net>
19775         * sysdeps/sparc/sparc32/Versions (GLIBC_2.23): Add entry for
19776         __sqrtl_finite.
19777         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c (__sqrtl_finite): Define
19778         instead using versioned_symbol.
19779         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Fix ordering
19780         of entries.
19782         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Move
19783         __sqrtl_finite to GLIBC_2.23
19785 2016-01-25  Ricchard Henderson  <rth@redhat.com>
19787         * sysdeps/alpha/fpu/libm-test-ulps: Update.
19789 2016-01-25  Andreas Schwab  <schwab@suse.de>
19791         [BZ #17514]
19792         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock)
19793         <case PTHREAD_MUTEX_ERRORCHECK_NP>: Don't do lock elision.
19794         * nptl/Makefile (tests): Add tst-mutex-errorcheck.
19795         * nptl/tst-mutex-errorcheck.c: New file.
19797 2016-01-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
19799         [BZ #18560]
19800         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h (__ipc): Remove.
19801         (IPCOP_semop): Likewise.
19802         (IPCOP_semget): Likewise.
19803         (IPCOP_semctl): Likewise.
19804         (IPCOP_msgsnd): Likewise.
19805         (IPCOP_msgrcv): Likewise.
19806         (IPCOP_msgget): Likewise.
19807         (IPCOP_msgctl): Likewise.
19808         (IPCOP_shmat): Likewise.
19809         (IPCOP_shmdt): Likewise.
19810         (IPCOP_shmget): Likewise.
19811         (IPCOP_shmctl): Likewise.
19813 2016-01-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
19815         * string/tst-endian.c: Include <libc-internal.h>.
19816         (do_test): Ignore tautological-compare warnings around
19817         "htobeXX (beXXtoh (i)) != i" and
19818         "htoleXX (leXXtoh (i)) != i" if-statements.
19820 2016-01-24  David S. Miller  <davem@davemloft.net>
19822         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c: New file.
19823         * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c (__ieee754_sqrtl): Remove
19824         alias.
19825         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
19826         __sqrtl_finite.
19828         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19830 2016-01-25  Maciej W. Rozycki  <macro@imgtec.com>
19832         * sysdeps/unix/sysv/linux/mips/configure.ac: Set
19833         `arch_minimum_kernel' to 4.5.0 if 2008 NaN encoding is used.
19834         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
19836 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
19838         * nptl/tst-setuid3.c (is_invalid_barrier_ret): New function.
19839         (thread_func): Use new function to simplify barrier check.
19840         (do_test): Use new function to simplify checking barrier exit
19841         code, and actually join the child thread.
19843 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
19845         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin): Remove
19846         semicolon.
19847         (__libc_tend): Likewise.
19848         (__libc_tabort): Likewise.
19850 2016-01-22  Chung-Lin Tang  <cltang@codesourcery.com>
19852         * sysdeps/nios2/libm-test-ulps: Update.
19853         * sysdeps/unix/sysv/linux/nios2/localplt.data (__gtdf2): Add.
19854         (__gtsf2): Likewise.
19855         (__unorddf2): Likewise.
19856         (__unordsf2): Likewise.
19857         (__ledf2): Likewise.
19859 2016-01-20  Chris Metcalf  <cmetcalf@ezchip.com>
19861         * nis/nis_table.c (__follow_path): Disable diagnostic for
19862         uninitialized variable that is a false positive for gcc 4.7.
19863         * stdio-common/vfscanf.c (_IO_vfwscanf): Likewise.
19865 2016-01-20  Roland McGrath  <roland@hack.frob.com>
19867         * sysdeps/nacl/lowlevellock-futex.h
19868         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake):
19869         Always evaluate PRIVATE argument.
19871 2016-01-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
19873         [BZ #19490]
19874         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
19875         (pthread_cond_broadcast): Use ENTRY/END
19876         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
19877         (pthread_cond_signal): Likewise.
19878         * sysdeps/x86_64/nptl/pthread_spin_lock.S (pthread_spin_lock):
19879         Likewise.
19880         * sysdeps/x86_64/nptl/pthread_spin_trylock.S (pthread_spin_trylock):
19881         Likewise.
19882         * sysdeps/x86_64/nptl/pthread_spin_unlock.S (pthread_spin_unlock):
19883         Likewise.
19885 2016-01-20  Joseph Myers  <joseph@codesourcery.com>
19887         * sysdeps/ieee754/dbl-64/s_finite.c
19888         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Define
19889         compat symbol at version GLIBC_2_1 and use GLIBC_2_1 in
19890         SHLIB_COMPAT condition for libm, not GLIBC_2_0.
19891         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c
19892         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Likewise.
19894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
19895         (__gtsf2): Add as optional for libc.so.
19896         (__unordsf2): Likewise.
19897         (__signbit): Remove for libc.so.
19898         (__signbitl): Likewise.
19900 2016-01-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
19902         * iconvdata/bug-iconv11.c (test_ibm93x):
19903         Use %zu printf format specifier for size_t argument.
19905 2016-01-19  Joseph Myers  <joseph@codesourcery.com>
19907         * math/gen-libm-test.pl (parse_ulps): Do not reduce
19908         already-recorded ulps.
19909         * sysdeps/arm/libm-test-ulps: Regenerated.
19910         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
19911         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
19912         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
19914 2016-01-19  Andrew Senkevich  <andrew.senkevich@intel.com>
19915             Paul Pluzhnikov  <ppluzhnikov@google.com>
19917         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Fixed build with
19918         assembler not supporting AVX-512.
19920 2016-01-18  Stefan Liebler  <stli@linux.vnet.ibm.com>
19922         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
19924 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
19926         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
19927         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
19929         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19931         * sysdeps/arm/libm-test-ulps: Regenerated.
19933 2016-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19935         [BZ #19451]
19936         * math/Makefile (libm-vec-tests): Move libraries after wrappers.o
19938 2016-01-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
19940         [BZ #19486]
19941         * sysdeps/s390/fix-fp-int-convert-overflow.h: New File.
19942         * sysdeps/generic/fix-fp-int-convert-overflow.h
19943         (FIX_LDBL_LONG_CONVERT_OVERFLOW,
19944         FIX_LDBL_LLONG_CONVERT_OVERFLOW): New define.
19945         * sysdeps/arm/fix-fp-int-convert-overflow.h: Likewise.
19946         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h:
19947         Likewise.
19948         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl):
19949         Avoid conversions to long int where inexact exceptions
19950         could be raised.
19951         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl):
19952         Likewise.
19953         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl):
19954         Avoid conversions to long long int where inexact exceptions
19955         could be raised.
19956         * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl):
19957         Likewise.
19959 2016-01-17  Mike Frysinger  <vapier@gentoo.org>
19961         * configure.ac: Rewrite error comment and use AC_MSG_ERROR.
19962         * configure: Regenerated.
19964 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
19966         * sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.
19968 2016-01-16  Mike Frysinger  <vapier@gentoo.org>
19970         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move
19971         outside of comment.
19973 2016-01-15  Torvald Riegel  <triegel@redhat.com>
19975         * nptl/tst-barrier1.c: Add description on first line.
19976         * nptl/tst-barrier2.c: Likewise.
19977         * nptl/tst-barrier3.c: Likewise.
19978         * nptl/tst-barrier4.c: Likewise.
19979         * nptl/tst-barrier5.c: Likewise.
19981 2016-01-15  Torvald Riegel  <triegel@redhat.com>
19983         [BZ #18868]
19984         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Apply fix.
19986 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
19988         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new files.
19989         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
19990         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: New file.
19991         * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S: Likewise.
19992         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: Likewise.
19993         * sysdeps/x86_64/multiarch/memcpy.S: Added new IFUNC branch.
19994         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
19995         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
19996         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
19997         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
19998         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
20000 2016-01-15  Torvald Riegel  <triegel@redhat.com>
20002         [BZ #13065]
20003         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Replace with
20004         new implementation.
20005         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy): Likewise.
20006         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Adapt.
20007         * sysdeps/nptl/internaltypes.h (pthread_barrier): Adapt.
20008         (BARRIER_IN_THRESHOLD): New macro.
20009         * nptl/pthread_barrierattr_setpshared.c
20010         (pthread_barrierattr_setpshared): Clean up.
20011         * nptl/tst-barrier4.c: Correct comment.
20012         * nptl/tst-barrier5.c: New file.
20013         * nptl/Makefile (tests): Add nptl/tst-barrier5.c.
20014         (gen-as-const-headers): Remove lowlevelbarrier.sym.
20015         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Remove.
20016         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Remove.
20017         * nptl/lowlevelbarrier.sym: Remove.
20018         * nptl/DESIGN-barrier.txt: Remove.
20019         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Remove.
20020         * sysdeps/sparc/nptl/pthread_barrier_init.c: Remove.
20021         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Remove.
20022         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: Replace with build
20023         error.
20024         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: Use generic
20025         implementation.
20027 2016-01-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20029         * rt/tst-mqueue5.c (thr): Cleanup misleading comment.
20030         (do_child): Mask SIGRTMIN while thr is running.
20032 2016-01-15  Martin Sebor  <msebor@redhat.com>
20034         [BZ #19432]
20035         * iconvdata/Makefile: Add bug-iconv11.
20036         * iconvdata/bug-iconv11.c: New test.
20037         * iconvdata/ibm930.c: Do not reject redundant shift sequences.
20038         * iconvdata/ibm933.c: Same.
20039         * iconvdata/ibm935.c: Same.
20040         * iconvdata/ibm937.c: Same.
20041         * iconvdata/ibm939.c: Same.
20043 2016-01-15  Martin Sebor  <msebor@redhat.com>
20045         [BZ #19443]
20046         * crypt/crypt_util.c [DEBUG] (_ufc_prbits): Correct format string.
20047         [DEBUG] (_ufc_set_bits): Declare used.
20048         * iconv/gconv_dl.c [DEBUG]: Add a missing include directive.
20049         [DEBUG] (print_all): Declare used.
20050         * resolv/res_send.c [DEBUG] (__libc_res_nsend): Explicitly convert
20051         operands of the ternary ?: expression to target type.
20052         * stdlib/rshift.c [DEBUG] (mpn_rshift): Use assert() instead of
20053         calling the undeclared abort.
20054         * time/mktime.c [DEBUG] (DEBUG): Rename to DEBUG_MKTIME.
20056 2016-01-15  Martin Sebor  <msebor@redhat.com>
20058         [BZ #18755]
20059         * iconv/skeleton.c (FUNCTION_NAME): Suppress -Wunused-but-set-variable
20060         warnings.
20061         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread): Same.
20062         (__gai_create_helper_thread): Same.
20063         * nscd/nscd.c (do_exit): Suppress -Wunused-variable.
20064         * iconvdata/iso-2022-cn-ext.c (BODY): Initialize local variable
20065         to suppress -Wmaybe-uninitialized warnings.
20067 2016-01-15  H.J. Lu  <hongjiu.lu@intel.com>
20069         [BZ #19465]
20070         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Call math_opt_barrier
20071         inside if.
20072         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
20073         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
20074         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20076 2016-01-14  H.J. Lu  <hongjiu.lu@intel.com>
20078         [BZ #19466]
20079         * time/tst-mktime2.c (time_t_max): Removed.
20080         (time_t_min): Likewise.
20081         (TYPE_SIGNED): New.
20082         (TYPE_MINIMUM): Likewise.
20083         (TYPE_MAXIMUM): Likewise.
20084         (TIME_T_MIN): Likewise.
20085         (TIME_T_MAX): Likewise.
20086         (mktime_test): Replace time_t_max and time_t_min with TIME_T_MAX
20087         and TIME_T_MIN.
20088         (do_test): Likewise.
20090 2016-01-14  Amit Pawar  <amit.pawar@amd.com>
20092         [BZ #19467]
20093         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
20094         index_Fast_Unaligned_Load flag for Excavator family CPUs.
20096 2016-01-02  Marcin Kościelnicki  <koriakin@0x04.net>
20098         * sysdeps/s390/nptl/tls.h (struct tcbhead_t): Add __private_ss field.
20100 2016-01-13  Carlos O'Donell  <carlos@redhat.com>
20102         * benchtests/Makefile (PYTHON): Define.
20103         (bench-func): Use $(PYTHON) to run python scripts.
20104         ($(objpfx)bench-%.c): Likewise.
20106 2016-01-13  Flavio Cruz  <flaviocruz@gmail.com>
20108         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Do not remove
20109         leading slash when `file_name' is "/".
20111 2016-01-12  Joseph Myers  <joseph@codesourcery.com>
20113         * bits/mman-linux.h [!MCL_CURRENT] (MCL_ONFAULT): New macro.
20114         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MCL_ONFAULT):
20115         Likewise.
20116         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MCL_ONFAULT):
20117         Likewise.
20118         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT):
20119         Likewise.
20120         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETSIGMASK): New
20121         enum constant and macro.
20122         (PTRACE_SETSIGMASK): Likewise.
20123         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20124         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
20125         (PTRACE_GETSIGMASK): Likewise.
20126         (PTRACE_SETSIGMASK): Likewise.
20127         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20128         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_GETSIGMASK):
20129         Likewise.
20130         (PTRACE_SETSIGMASK): Likewise.
20131         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20132         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
20133         (PTRACE_GETSIGMASK): Likewise.
20134         (PTRACE_SETSIGMASK): Likewise.
20135         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20136         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_GETSIGMASK):
20137         Likewise.
20138         (PTRACE_SETSIGMASK): Likewise.
20139         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20140         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_GETSIGMASK):
20141         Likewise.
20142         (PTRACE_SETSIGMASK): Likewise.
20143         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20144         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_GETSIGMASK):
20145         Likewise.
20146         (PTRACE_SETSIGMASK): Likewise.
20147         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20149 2016-01-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
20150             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20152         [BZ #19439]
20153         * math/bits/mathcalls.h
20154         [!__cplusplus || __cplusplus < 201103L] (isinf): Do not declare
20155         prototype.
20156         [!__cplusplus || __cplusplus < 201103L] (isnan): Likewise.
20158 2016-01-11  Andreas Schwab  <schwab@suse.de>
20160         [BZ #19253]
20161         * time/tzfile.c (__tzfile_default): Invalidate tzfile attribute
20162         cache when TZDEFRULES was used.
20163         * time/tst-tzname.c: New file.
20164         * time/Makefile (test): Add tst-tzname.
20165         (tst-tzname-ENV, CPPFLAGS-tst-tzname.c): Define.
20166         * timezone/Makefile (test-zones): Add $(posixrules-file).
20167         ($(testdata)/$(posixrules-file)): New rule.
20169 2016-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20171         Fix doc quoting problems with Texinfo 5
20172         Without this change, in the info file output, Texinfo 5 quotes code
20173         in text with undirected single quotes 'like this' and generates
20174         code examples that with many PDF readers cannot be cut out of PDFs
20175         and pasted into code.
20176         * manual/libc.texinfo: Configure the libc manual like the GNU
20177         Emacs manual, by using @documentencoding and setting
20178         txicodequoteundirected and txicodequotebacktick.  This way,
20179         Texinfo 5 quotes code in text with directed single quotes ‘like
20180         this’ and produces examples that can be cut out of PDFs.  This
20181         change causes Texinfo 5 to generate info files that contain UTF-8
20182         characters in the set {'‘', '’', '“', '”', 'Ä', 'ä', 'ö', '−',
20183         '–', '—', '©', '⇒', '•', '…'}, which is OK nowadays.
20185 2016-01-08  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
20187         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin,
20188         __libc_tabort, __libc_tend): New wrappers that enforce compiler
20189         barriers to their respective compiler built-ins.
20190         * sysdeps/powerpc/nptl/elide.h (__get_new_count, ELIDE_LOCK,
20191         ELIDE_TRYLOCK, __elide_unlock): Use the new wrappers.
20192         * sysdeps/powerpc/sysdep.h: Likewise.
20193         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: Likewise.
20194         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: Likewise.
20195         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: Likewise.
20197 2016-01-08  Marko Myllynen  <myllynen@redhat.com>
20199         * scripts/config.guess: Revert previous shebang change.
20200         * scripts/config.sub: Likewise.
20201         * scripts/mkinstalldirs: Likewise.
20203 2016-01-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
20205         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_ARCH_3_00 and
20206         PPC_FEATURE2_HAS_IEEE128.
20207         * sysdeps/powerpc/dl-procinfo.c:
20208         (_dl_powerpc_cap_flags): Add corresponding names to new capabilities.
20210 2016-01-08  John David Anglin  <danglin@gcc.gnu.org>
20212         [BZ #19415]
20213         * sysdeps/hppa/dl-fptr.c (_dl_fixup): Declare.
20214         (elf_machine_resolve): New.  Return address of _dl_runtime_resolve.
20215         (_dl_lookup_address): Rewrite using function resolver trampoline.
20216         * sysdeps/hppa/dl-lookupcfg.h (DL_LOOKUP_ADDRESS): Don't clear bottom
20217         two bits in address.
20219 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
20221         * longlong.h: Change !__SHMEDIA__ to
20222         (!defined (__SHMEDIA__) || !__SHMEDIA__).
20223         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
20225 2016-01-07  Daniel Jacobowitz  <dan@codesourcery.com>
20226             Joseph Myers  <joseph@codesourcery.com>
20227             Mark Shinwell  <shinwell@codesourcery.com>
20228             Andrew Stubbs  <ams@codesourcery.com>
20229             Rich Felker <dalias@libc.org>
20231         * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
20233 2016-01-07  Richard Henderson  <rth@redhat.com>
20235         * longlong.h [__alpha] (umul_ppmm): Disable for c++.
20237 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
20239         * sysdeps/unix/sysv/linux/fxstat64.c (___fxstat64): Change
20240         __ASSUME_ST_INO_64_BIT == 0 to !defined __ASSUME_ST_INO_64_BIT.
20241         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
20242         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
20243         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat32_conv): Likewise.
20245 2016-01-07  Paul Eggert  <eggert@cs.ucla.edu>
20246             Joseph Myers  <joseph@codesourcery.com>
20248         * timezone/private.h: Update from tzcode 2015g.
20249         * timezone/tzfile.h: Likewise.
20250         * timezone/tzselect.ksh: Likewise.
20251         * timezone/zdump.c: Likewise.
20252         * timezone/zic.c: Likewise.
20253         * timezone/ialloc.c: Remove file.
20254         * timezone/scheck.c: Likewise.
20255         * timezone/Makefile (extra-objs): Remove variable.
20256         ($(objpfx)zic): Do not depend on scheck.o and ialloc.o.
20257         (tz-cflags): Add -DHAVE_GETTEXT -DUSE_LTZ=0
20258         -Wno-maybe-uninitialized.
20259         (CFLAGS-zdump.c): Remove -fwrapv -DNOID -DHAVE_GETTEXT.
20260         (CFLAGS-zic.c): Remove -DNOID -DHAVE_GETTEXT.
20261         (CFLAGS-ialloc.c): Remove variable.
20262         (CFLAGS-scheck.c): Likewise.
20263         * timezone/README: Update list of files from tzcode.
20265 2016-01-07  Khem Raj  <raj.khem@gmail.com>
20267         * argp/argp-fmtstream.c (__argp_fmtstream_free): Use fwrite_unlocked
20268         instead of __fxprintf when _LIBC is undefined.
20270 2016-01-07  Marko Myllynen  <myllynen@redhat.com>
20272         * catgets/test-gencat.sh: Remove space after shebang.
20273         * conform/GlibcConform.pm: Likewise.
20274         * conform/check-header-lists.sh: Likewise.
20275         * conform/conformtest.pl: Likewise.
20276         * conform/linknamespace.pl: Likewise.
20277         * conform/list-header-symbols.pl: Likewise.
20278         * debug/catchsegv.sh: Likewise.
20279         * elf/genrtldtbl.awk: Likewise.
20280         * elf/tst-pathopt.sh: Likewise.
20281         * elf/tst-rtld-load-self.sh: Likewise.
20282         * grp/tst_fgetgrent.sh: Likewise.
20283         * iconvdata/gen-8bit-gap-1.sh: Likewise.
20284         * iconvdata/gen-8bit-gap.sh: Likewise.
20285         * iconvdata/gen-8bit.sh: Likewise.
20286         * iconvdata/run-iconv-test.sh: Likewise.
20287         * intl/tst-gettext.sh: Likewise.
20288         * intl/tst-gettext2.sh: Likewise.
20289         * intl/tst-gettext4.sh: Likewise.
20290         * intl/tst-gettext6.sh: Likewise.
20291         * intl/tst-translit.sh: Likewise.
20292         * io/ftwtest-sh: Likewise.
20293         * libio/test-freopen.sh: Likewise.
20294         * locale/gen-translit.pl: Likewise.
20295         * malloc/tst-mtrace.sh: Likewise.
20296         * manual/check-safety.sh: Likewise.
20297         * manual/libc-texinfo.sh: Likewise.
20298         * manual/tsort.awk: Likewise.
20299         * manual/xtract-typefun.awk: Likewise.
20300         * nptl/tst-cancel-wrappers.sh: Likewise.
20301         * nptl/tst-tls6.sh: Likewise.
20302         * posix/globtest.sh: Likewise.
20303         * posix/tst-getconf.sh: Likewise.
20304         * posix/wordexp-tst.sh: Likewise.
20305         * scripts/check-c++-types.sh: Likewise.
20306         * scripts/check-local-headers.sh: Likewise.
20307         * scripts/config.guess: Likewise.
20308         * scripts/config.sub: Likewise.
20309         * scripts/cpp: Likewise.
20310         * scripts/cross-test-ssh.sh: Likewise.
20311         * scripts/documented.sh: Likewise.
20312         * scripts/evaluate-test.sh: Likewise.
20313         * scripts/gen-libc-abis: Likewise.
20314         * scripts/gen-sorted.awk: Likewise.
20315         * scripts/list-fixed-bugs.py: Likewise.
20316         * scripts/merge-test-results.sh: Likewise.
20317         * scripts/mkinstalldirs: Likewise.
20318         * scripts/rellns-sh: Likewise.
20319         * scripts/test-installation.pl: Likewise.
20320         * scripts/update-copyrights: Likewise.
20321         * stdio-common/tst-printf.sh: Likewise.
20322         * stdio-common/tst-unbputc.sh: Likewise.
20323         * stdlib/tst-fmtmsg.sh: Likewise.
20324         * stdlib/tst-setcontext3.sh: Likewise.
20325         * sysdeps/i386/tst-ld-sse-use.sh: Likewise.
20326         * sysdeps/unix/make-syscalls.sh: Likewise.
20328 2016-01-06  John David Anglin  <dave.anglin@bell.net>
20330         * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
20331         asm stw with atomic_exchange_rel.  Add explanatory comment.
20332         * sysdeps/hppa/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
20333         Likewise.
20335 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
20337         [BZ #19122]
20338         * include/unistd.h [IS_IN (rtld)]: Include <dl-unistd.h>.
20339         * sysdeps/generic/dl-unistd.h: New file.
20340         * sysdeps/mach/hurd/dl-unistd.h: Likewise.
20342 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
20344          [BZ #19122]
20345          * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>.
20346          * sysdeps/generic/dl-mman.h: New file.
20347          * sysdeps/mach/hurd/dl-mman.h: Likewise.
20349 2016-01-05  Joseph Myers  <joseph@codesourcery.com>
20351         * manual/texinfo.tex: Update to version 2016-01-04.21 with
20352         trailing whitespace removed.
20353         * scripts/config.guess: Update to version 2016-01-01.
20354         * scripts/config.sub: Update to version 2016-01-01.
20355         * scripts/move-if-change: Update from gnulib.
20357 2016-01-04  Anton Blanchard  <anton@samba.org>
20359         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Use unsigned int
20360         for array indices.
20361         * sysdeps/ieee754/dbl-64/e_pow.c (my_log2): Likewise.
20363 2016-01-04  Joseph Myers  <joseph@codesourcery.com>
20365         * NEWS: Update copyright dates.
20366         * catgets/gencat.c (print_version): Likewise.
20367         * csu/version.c (banner): Likewise.
20368         * debug/catchsegv.sh: Likewise.
20369         * debug/pcprofiledump.c (print_version): Likewise.
20370         * debug/xtrace.sh (do_version): Likewise.
20371         * elf/ldconfig.c (print_version): Likewise.
20372         * elf/ldd.bash.in: Likewise.
20373         * elf/pldd.c (print_version): Likewise.
20374         * elf/sotruss.sh: Likewise.
20375         * elf/sprof.c (print_version): Likewise.
20376         * iconv/iconv_prog.c (print_version): Likewise.
20377         * iconv/iconvconfig.c (print_version): Likewise.
20378         * locale/programs/locale.c (print_version): Likewise.
20379         * locale/programs/localedef.c (print_version): Likewise.
20380         * login/programs/pt_chown.c (print_version): Likewise.
20381         * malloc/memusage.sh (do_version): Likewise.
20382         * malloc/memusagestat.c (print_version): Likewise.
20383         * malloc/mtrace.pl: Likewise.
20384         * manual/libc.texinfo: Likewise.
20385         * nptl/version.c (banner): Likewise.
20386         * nscd/nscd.c (print_version): Likewise.
20387         * nss/getent.c (print_version): Likewise.
20388         * nss/makedb.c (print_version): Likewise.
20389         * posix/getconf.c (main): Likewise.
20390         * scripts/test-installation.pl: Likewise.
20391         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
20393         * All files with FSF copyright notices: Update copyright dates
20394         using scripts/update-copyrights.
20395         * intl/plural.c: Regenerated.
20396         * locale/programs/charmap-kw.h: Likewise.
20397         * locale/programs/locfile-kw.h: Likewise.
20399 2016-01-02  Helge Deller  <deller@gmx.de>
20401         [BZ #19285]
20402         * sysdeps/unix/sysv/linux/hppa/bits/mman.h (MAP_STACK): Define.
20403         (MAP_HUGETLB, MCL_ONFAULT): Likewise.
20404         (MADV_HUGEPAGE, MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): Likewise.
20405         (MADV_xxK_PAGES): Remove.
20407 2016-01-01  Mike Frysinger  <vapier@gentoo.org>
20409         [BZ #15421]
20410         * sysdeps/ia64/fpu/w_lgamma_main.c: Include math.h & math_private.h.
20411         [BUILD_LGAMMA]: Wrap all code by define.  Re-indent sub-preprocessor.
20412         * sysdeps/ia64/fpu/w_lgammaf_main.c: Likewise.
20413         * sysdeps/ia64/fpu/w_lgammal_main.c: Likewise.
20415 2015-12-30  Dmitry V. Levin  <ldv@altlinux.org>
20417         [BZ #19408]
20418         * sysdeps/unix/sysv/linux/personality.c: New file.
20419         * sysdeps/unix/sysv/linux/sparc/sparc64/personality.c: Likewise.
20420         * sysdeps/unix/sysv/linux/tst-personality.c: Likewise.
20421         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
20422         (sysdep_routines): Add personality.
20423         (tests): Add tst-personality.
20424         * sysdeps/unix/sysv/linux/syscalls.list (personality): Move ...
20425         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ... here.
20426         * sysdeps/unix/sysv/linux/arm/syscalls.list (personality): New entry.
20427         * sysdeps/unix/sysv/linux/hppa/syscalls.list (personality): Likewise.
20428         * sysdeps/unix/sysv/linux/i386/syscalls.list (personality): Likewise.
20429         * sysdeps/unix/sysv/linux/m68k/syscalls.list (personality): Likewise.
20430         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (personality):
20431         Likewise.
20432         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (personality):
20433         Likewise.
20434         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (personality):
20435         Likewise.
20436         * sysdeps/unix/sysv/linux/sh/syscalls.list (personality): Likewise.
20437         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (personality):
20438         Likewise.
20440 2015-12-30  Aurelien Jarno  <aurelien@aurel32.net>
20442         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include <string.h>.
20443         (PATH_ARM_SYSTYPE): Remove.
20444         (PATH_CPUINFO): Likewise.
20445         (IO_BASE_FOOTBRIDGE): Likewise.
20446         (IO_SHIFT_FOOTBRIDGE): Likewise.
20447         (struct platform): Likewise.
20448         (init_iosys): Remove compatibility code for 2.4 kernels.
20449         * sysdeps/unix/sysv/linux/arm/localplt.data: Remove fscanf.
20451 2015-12-29  Florian Weimer  <fweimer@redhat.com>
20453         * malloc/tst-malloc-thread-fail.c: New file.
20454         * malloc/Makefile (tests): Add tst-malloc-thread-fail.
20455         (tst-malloc-thread-fail): Link against libpthread.
20457 2015-12-29  Mike Frysinger  <vapier@gentoo.org>
20459         * scripts/list-fixed-bugs.py: Import argparse.  Call main instead.
20460         (get_parser): New function.
20461         (main): New function.
20463 2015-12-29  Rob Wu  <rob@robwu.nl>
20465         [BZ #19369]
20466         * resolv/res_init.c (__res_vinit): Reset defdname before use.
20468 2015-12-29  John David Anglin  <danglin@gcc.gnu.org>
20470         [BZ #19270]
20471         * sysdeps/hppa/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
20473 2015-12-28  Mike Frysinger  <vapier@gentoo.org>
20475         [BZ #15421]
20476         * sysdeps/ia64/fpu/w_lgamma_main.c: Change gammaf to gamma.
20478 2015-12-23  Torvald Riegel  <triegel@redhat.com>
20480         [BZ #13690]
20481         * sysdeps/nptl/lowlevellock.h (__lll_unlock): Do not access the lock
20482         after releasing it.
20483         (__lll_robust_unlock): Likewise.
20484         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
20485         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_unlock): Likewise.
20486         (lll_robust_unlock): Likewise.
20487         * sysdeps/unix/sysv/linux/lowlevellock-futex.h (__lll_private_flag):
20488         Prevent warnings in callers.
20490 2015-12-23  Florian Weimer  <fweimer@redhat.com>
20492         * malloc/arena.c (list_lock): Update comment.
20494 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
20496         * sysdeps/powerpc/hwcapinfo.c: Export symbol
20497         __parse_hwcap_and_convert_at_platform to libc.a.
20499 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
20501         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Added
20502         platform and feature support for POWER9.
20503         * sysdeps/powerpc/dl-procinfo.h: Likewise.
20504         * sysdeps/powerpc/powerpc32/power9/Implies: New file.
20505         * sysdeps/powerpc/powerpc32/power9/fpu/multiarch/Implies: Likewise.
20506         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Likewise.
20507         * sysdeps/powerpc/powerpc64/power9/Implies: Likewise, for powerpc64.
20508         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
20509         * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
20510         * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
20512 2015-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20514         Harmonize generic stdio-lock support with nptl
20516         This fixes build when _IO_funlockfile is a macro, fixes build where
20517         _IO_acquire_lock_clear_flags2 is used, and fixes unlocking on unexpected
20518         stack unwind.
20520         * sysdeps/generic/stdio-lock.h [__EXCEPTIONS] (_IO_acquire_lock,
20521         _IO_release_lock ): Use cleanup attribute on new
20522         _IO_acquire_lock_file variable instead of assuming that
20523         _IO_release_lock will be called.
20524         [!__EXCEPTIONS] (_IO_acquire_lock): Define to non-existing
20525         _IO_acquire_lock_needs_exceptions_enabled.
20526         (_IO_acquire_lock_clear_flags2): New macro.
20528 2015-12-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20530         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
20532 2015-12-21  Florian Weimer  <fweimer@redhat.com>
20534         [BZ #19182]
20535         * malloc/arena.c (list_lock): Document lock ordering requirements.
20536         (free_list_lock): New lock.
20537         (ptmalloc_lock_all): Comment on free_list_lock.
20538         (ptmalloc_unlock_all2): Reinitialize free_list_lock.
20539         (detach_arena): Update comment.  free_list_lock is now needed.
20540         (_int_new_arena): Use free_list_lock around detach_arena call.
20541         Acquire arena lock after list_lock.  Add comment, including FIXME
20542         about incorrect synchronization.
20543         (get_free_list): Switch to free_list_lock.
20544         (reused_arena): Acquire free_list_lock around detach_arena call
20545         and attached threads counter update.  Add two FIXMEs about
20546         incorrect synchronization.
20547         (arena_thread_freeres): Switch to free_list_lock.
20548         * malloc/malloc.c (struct malloc_state): Update comments to
20549         mention free_list_lock.
20551 2015-12-21  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
20553         * sysdeps/ieee754/dbl-64/s_sin.c (csloww, csloww1, csloww2):
20554         Remove functions.
20555         (sloww, sloww1): Accept argument to offset quadrant.
20556         (sloww, sloww1, sloww2): Call __mpsin or __mpcos based on
20557         quadrant.
20558         (__sin, __cos): Consolidate common code into new functions.
20559         (reduce_sincos_1, do_sincos_1): New functions.
20560         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
20562         * sysdeps/ieee754/dbl-64/s_sin.c (__sin, __cos): Move common
20563         code to new functions.
20564         (reduce_sincos_2, do_sincos_2): New functions.
20565         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
20567         * sysdeps/ieee754/dbl-64/s_sin.c (__sin) [!IN_SINCOS]: Skip
20568         common code for sincos.
20569         (__cos) [!IN_SINCOS]: Likewise.
20570         * sysdeps/ieee754/dbl-64/s_sincos.c (reduce_and_compute_sincos):
20571         New function.
20572         (__sincos): Use it.
20574 2015-12-20  Aurelien Jarno  <aurelien@aurel32.net>
20576         * sysdeps/i386/fpu/libm-test-ulps: Move to ....
20577         * sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
20578         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
20580 2015-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
20582         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: New file.
20583         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new file.
20584         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
20585         * sysdeps/x86_64/multiarch/memset.S: Added new IFUNC branch.
20586         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
20587         * sysdeps/x86/cpu-features.h (bit_Prefer_No_VZEROUPPER,
20588         index_Prefer_No_VZEROUPPER): New feature.
20589         * sysdeps/x86/cpu-features.c (init_cpu_features): Set the
20590         Prefer_No_VZEROUPPER for Knights Landing.
20592 015-12-18  Torvald Riegel  <triegel@redhat.com>
20594         * math/atest-exp2.c (mp_exp_m1): Remove.
20596 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20598         * sysdeps/unix/sysdep.h (SYSCALL_CANCEL): Fix macro for zero argument
20599         syscalls.
20600         (__SYSCALL0): New macro.
20601         (__SYSCALL1): Likewise.
20602         (__SYSCALL2): Likewise.
20603         (__SYSCALL3): Likewise.
20604         (__SYSCALL4): Likewise.
20605         (__SYSCALL5): Likewise.
20606         (__SYSCALL6): Likewise.
20607         (__SYSCALL_CONCAT_X): Likewise.
20608         (__SYSCALL_CONCAT): Likewise.
20609         (__SYSCALL_DIST): Likewise.
20610         (__SYSCALL_CALL): Likewise.
20612 2015-12-17  H.J. Lu  <hongjiu.lu@intel.com>
20614         [BZ #19363]
20615         * sysdeps/unix/sysv/linux/x86_64/x32/times.c: New file.
20617 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20619         [BZ #19375]
20620         * sysdeps/powerpc/power7/fpu/s_logb.c (__logb): Fix return for
20621         negative subnormals.
20623 2015-12-16  H.J. Lu  <hongjiu.lu@intel.com>
20625         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
20626         (REGISTERS_CLOBBERED_BY_SYSCALL): New.
20627         (INTERNAL_SYSCALL_NCS): Use it.
20628         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
20630 2015-12-16  Florian Weimer  <fweimer@redhat.com>
20632         [BZ #19243]
20633         * malloc/arena.c (get_free_list): Remove assert and adjust
20634         reference count handling.  Add comment about reused_arena
20635         interaction.
20636         (reused_arena): Add comments abount get_free_list interaction.
20637         * malloc/tst-malloc-thread-exit.c: New file.
20638         * malloc/Makefile (tests): Add tst-malloc-thread-exit.
20639         (tst-malloc-thread-exit): Link against libpthread.
20641 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
20643         [BZ #19367]
20644         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: New file.
20645         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h: Likewise.
20646         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
20647         * sysdeps/x86/cpu-features.h (bit_Prefer_MAP_32BIT_EXEC): New.
20648         (index_Prefer_MAP_32BIT_EXEC): Likewise.
20650 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
20652         * sysdeps/x86/cpu-features.c (init_cpu_features): Enable
20653         Silvermont optimizations for Knights Landing.
20655 2015-12-15  Andreas Schwab  <schwab@suse.de>
20657         [BZ #17197]
20658         * iconvdata/ibm930.c (BODY for TO_LOOP): Record current DBCS state
20659         immediately after emitting SI.
20660         * iconvdata/ibm933.c (BODY for TO_LOOP): Likewise.
20661         * iconvdata/ibm935.c (BODY for TO_LOOP): Likewise.
20662         * iconvdata/ibm937.c (BODY for TO_LOOP): Likewise.
20663         * iconvdata/ibm939.c (BODY for TO_LOOP): Likewise.
20664         * iconvdata/bug-iconv10.c: New file.
20665         * iconvdata/Makefile (tests): Add bug-iconv10.
20666         ($(objpfx)bug-iconv10.out): New rule.
20668 2015-12-15  Florian Weimer  <fweimer@redhat.com>
20670         * dlfcn/tst-rec-dlopen.c (call_func): Cast dlsym result, fixing an
20671         aliasing violation.
20673 2015-12-14  Joseph Myers  <joseph@codesourcery.com>
20675         [BZ #18472]
20676         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Handle entries
20677         for the form NAME@VERSION:OBSOLETED and generate SHLIB_COMPAT
20678         conditionals for them.
20679         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Likewise.
20680         * sysdeps/unix/sysv/linux/sys/kdaemon.h: Remove file.
20681         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
20682         sys/kdaemon.h.
20683         * sysdeps/unix/sysv/linux/syscalls.list (bdflush): Make into
20684         compat-only syscall, obsoleted in glibc 2.23.
20685         (create_module): Likewise.
20686         (get_kernel_syms): Likewise.
20687         (query_module): Likewise.
20688         (uselib): Likewise.
20689         * manual/sysinfo.texi (System Parameters): Do not mention bdflush.
20691 2015-12-11  Aurelien Jarno  <aurelien@aurel32.net>
20693         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include
20694         <linux/version.h>.
20695         [LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)]: Remove
20696         conditional code.
20697         (init_iosys): Use CTL_BUS_ISA instead of BUS_ISA in iobase_name
20698         and ioshift_name initialization.
20700 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
20702         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
20703         Fix indentation.
20705 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
20707         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
20709 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
20711         * stdlib/strtol_l.c (__strtol_l): Fix indentation.
20713 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>
20714             Jakub Wilk  <jwilk@debian.org>
20716         [BZ #19347]
20717         * sysdeps/unix/grantpt.c [!HAVE_PT_CHOWN] (grantpt): Do not try
20718         to change the group of the device to the tty group.
20720 2015-12-10  Paul Eggert  <eggert@cs.ucla.edu>
20722         Split large string section; add truncation advice
20723         * manual/examples/strncat.c: Remove.
20724         This example was misleading, as the code would have undefined
20725         behavior if "hello" was longer than SIZE.  Anyway, the manual
20726         shouldn't encourage strncpy+strncat for this sort of thing.
20727         * manual/string.texi (Copying Strings and Arrays): Split into
20728         three sections Copying Strings and Arrays, Concatenating Strings,
20729         and Truncating Strings, as this section was way too long.  All
20730         cross-referenced changed.  Add advice about string-truncation
20731         functions.  Remove misleading strncat example.
20733 2015-12-10  Carlos O'Donell  <carlos@redhat.com>
20735         * manual/nss.texi (NSS Modules Interface): Document
20736         NSS_STATUS_NOTFOUND and SUCCESS.
20738 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
20740         [BZ 18568]
20741         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
20742         201505L, for Unicode 8.
20744 2015-12-09  Carlos O'Donell  <carlos@redhat.com>
20746         * locale/C-translit.h: Regenerate.
20748 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
20750         * locale/C-translit.h.in: Remove duplicate transliterations for U+0152
20751         and U+0153.
20753 2015-12-09  Joseph Myers  <joseph@codesourcery.com>
20755         [BZ #19351]
20756         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): When
20757         expanding log(1+z), compare z rather than its square with epsilon
20758         to determine when to avoid evaluating the expansion.
20760         [BZ #19350]
20761         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
20762         Increase overflow threshold.
20764         [BZ #19349]
20765         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Return argument
20766         when small.
20768         * sysdeps/unix/sysv/linux/i386/kernel-features.h
20769         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
20770         New macro.
20771         [__LINUX_KERNEL_VERSION >= 0x040300]
20772         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
20773         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
20774         Likewise.
20775         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
20776         Likewise.
20777         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
20778         Likewise.
20779         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
20780         Likewise.
20781         [__LINUX_KERNEL_VERSION >= 0x040300]
20782         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
20783         [__LINUX_KERNEL_VERSION >= 0x040300]
20784         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
20785         [__LINUX_KERNEL_VERSION >= 0x040300]
20786         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
20787         [__LINUX_KERNEL_VERSION >= 0x040300]
20788         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
20789         [__LINUX_KERNEL_VERSION >= 0x040300]
20790         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
20791         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
20792         Likewise.
20793         [__LINUX_KERNEL_VERSION >= 0x040300]
20794         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
20795         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
20796         Likewise.
20797         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
20798         Likewise.
20799         [__LINUX_KERNEL_VERSION >= 0x040300]
20800         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
20801         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
20802         Likewise.
20803         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
20804         Likewise.
20805         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
20806         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMMSG_SYSCALL):
20807         Likewise.
20808         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMMSG_SYSCALL):
20809         Likewise.
20810         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
20811         Likewise.
20812         [__LINUX_KERNEL_VERSION >= 0x040300]
20813         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
20814         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
20815         Likewise.
20816         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
20817         Likewise.
20818         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
20819         Likewise.
20820         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
20821         Likewise.
20822         [__LINUX_KERNEL_VERSION >= 0x040300]
20823         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
20824         [__LINUX_KERNEL_VERSION >= 0x040300]
20825         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
20826         [__LINUX_KERNEL_VERSION >= 0x040300]
20827         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
20828         [__LINUX_KERNEL_VERSION >= 0x040300]
20829         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
20830         [__LINUX_KERNEL_VERSION >= 0x040300]
20831         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
20832         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
20833         Likewise.
20834         [__LINUX_KERNEL_VERSION >= 0x040300]
20835         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
20836         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
20837         Likewise.
20838         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
20839         Likewise.
20840         [__LINUX_KERNEL_VERSION >= 0x040300]
20841         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
20842         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
20843         Likewise.
20844         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
20845         Likewise.
20846         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
20847         (__ASSUME_SOCKET_SYSCALL): Likewise.
20848         (__ASSUME_BIND_SYSCALL): Likewise.
20849         (__ASSUME_CONNECT_SYSCALL): Likewise.
20850         (__ASSUME_LISTEN_SYSCALL): Likewise.
20851         (__ASSUME_ACCEPT_SYSCALL): Likewise.
20852         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
20853         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
20854         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
20855         (__ASSUME_SEND_SYSCALL): Likewise.
20856         (__ASSUME_SENDTO_SYSCALL): Likewise.
20857         (__ASSUME_RECV_SYSCALL): Likewise.
20858         (__ASSUME_RECVFROM_SYSCALL): Likewise.
20859         (__ASSUME_SHUTDOWN_SYSCALL): Likewise.
20860         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
20861         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
20862         (__ASSUME_SENDMSG_SYSCALL): Likewise.
20863         (__ASSUME_RECVMSG_SYSCALL): Likewise.
20864         * sysdeps/unix/sysv/linux/sh/kernel-features.h
20865         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SOCKET_SYSCALL):
20866         Likewise.
20867         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_BIND_SYSCALL):
20868         Likewise.
20869         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_CONNECT_SYSCALL):
20870         Likewise.
20871         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_LISTEN_SYSCALL):
20872         Likewise.
20873         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_ACCEPT_SYSCALL):
20874         Likewise.
20875         [__LINUX_KERNEL_VERSION >= 0x020625]
20876         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
20877         [__LINUX_KERNEL_VERSION >= 0x020625]
20878         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
20879         [__LINUX_KERNEL_VERSION >= 0x020625]
20880         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
20881         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SEND_SYSCALL):
20882         Likewise.
20883         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDTO_SYSCALL):
20884         Likewise.
20885         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECV_SYSCALL):
20886         Likewise.
20887         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVFROM_SYSCALL):
20888         Likewise.
20889         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SHUTDOWN_SYSCALL):
20890         Likewise.
20891         [__LINUX_KERNEL_VERSION >= 0x020625]
20892         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
20893         [__LINUX_KERNEL_VERSION >= 0x020625]
20894         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
20895         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDMSG_SYSCALL):
20896         Likewise.
20897         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVMSG_SYSCALL):
20898         Likewise.
20900 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
20902         * sysdeps/unix/sysv/linux/mips/configure.ac (has-mpf64): Define to
20903         record the current if the current ABI and CPU support the FP64
20904         extension.
20905         (has-modd-spreg): Define to record the current if the current ABI and
20906         CPU support 32-bit floating point values in odd FPU registers.
20907         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
20908         * sysdeps/mips/Makefile (tst-abi-fpxxomod): Only build when
20909         $(has-modd-spreg) equals yes.
20910         (tst-abi-fp64amod): Only build when $(has-mpf64) equals yes.
20911         (tst-abi-fp64mod): Only build when both $(has-mpf64) and
20912         $(has-modd-spreg) equal yes.
20914 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
20916         * sysdeps/unix/grantpt.c (grantpt): Call__basename instead of
20917         basename.
20919 2015-12-08  Siddhesh Poyarekar  <sid@reserved-bit.com>
20921         * benchtests/Makefile (bench-math): Move ffs and ffsll...
20922         (bench-string): ... here.
20923         (bench): Add bench-string.
20924         (string-bench, wcsmbs-bench, stdlib-bench, stdio-common-bench): Rename
20925         to *-benchset to reflect what they are.
20926         (benchset): Adjust.
20928         * benchtests/sincos-inputs: Add inputs from sin-inputs and
20929         cos-inputs.
20931 2015-12-07  Andrew Senkevich  <andrew.senkevich@intel.com>
20933         * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp use GCC 6.*
20934         __attribute__ ((__simd__)) for vector math function declarations.
20936 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20938         Fix typo in strncat, wcsncat manual entries
20939         * manual/string.texi (Copying and Concatenation): Fix typos in
20940         sample implementations of strncat and wcsncat, by having them use
20941         the old value of the destination length, not the new one.
20943 2015-12-04  Joseph Myers  <joseph@codesourcery.com>
20945         [BZ #16961]
20946         [BZ #16962]
20947         * math/s_nan.c (__nan): Use __strtod_nan instead of constructing a
20948         string on the stack for strtod.
20949         * math/s_nanf.c (__nanf): Use __strtof_nan instead of constructing
20950         a string on the stack for strtof.
20951         * math/s_nanl.c (__nanl): Use __strtold_nan instead of
20952         constructing a string on the stack for strtold.
20953         * stdlib/Versions (libc): Add __strtof_nan, __strtod_nan and
20954         __strtold_nan to GLIBC_PRIVATE.
20955         * math/test-nan-overflow.c: New file.
20956         * math/test-nan-payload.c: Likewise.
20957         * math/Makefile (tests): Add test-nan-overflow and
20958         test-nan-payload.
20960 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20962         Consistency about byte vs character in string.texi
20963         * manual/string.texi (String and Array Utilities):
20964         Distinguish more carefully among bytes, multibyte characters,
20965         and wide characters.  Use "byte" when talking about C 'char',
20966         to distinguish it more clearly from multibyte characters.
20967         Say "wide character" or "multibyte character" instead of
20968         "character", when a wide or multibyte character is intended.
20969         Similarly for "multibyte string" versus "string".
20970         Define these terms more carefully.
20972 2015-12-03  Chris Metcalf  <cmetcalf@ezchip.com>
20974         * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): New symbol.
20975         * sysdeps/microblaze/math_private.h (LDBL_CLASSIFY_COMPAT):
20976         Likewise.
20977         * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
20978         * sysdeps/nios2/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
20979         * sysdeps/sh/math_private.h: New file.
20980         * sysdeps/m68k/coldfire/fpu/math_private.h: Likewise.
20981         * sysdeps/ieee754/dbl-64/s_finite.c [defined NO_LONG_DOUBLE &&
20982         defined LDBL_CLASSIFY_COMPAT]: Create compat symbol for internal
20983         long double function name.
20984         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20985         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20986         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20987         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
20988         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
20990         Remove __finitel, __isinfl, and __isnanl.
20991         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
20992         Likewise.
20993         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
20994         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
20995         Remove __finitel.
20996         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
20997         Likewise.
20998         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
21000 2015-12-03  Andrew Senkevich  <andrew.senkevich@intel.com>
21002         * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
21003         installed libmvec_nonshared.a.
21005 2015-12-03  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
21007         * sysdeps/powerpc/Makefile (sysdep-dl-routines): Add hwcapinfo.
21008         (sysdep_routines): Likewise.
21009         (sysdep-rtld-routines): Likewise.
21010         [$(subdir) = nptl](tests): Add test-get_hwcap and test-get_hwcap-static
21011         [$(subdir) = nptl](tests-static): test-get_hwcap-static
21012         * sysdeps/powerpc/Versions: Added new
21013         __parse_hwcap_and_convert_at_platform symbol to GLIBC-2.23.
21014         * sysdeps/powerpc/hwcapinfo.c: New file.
21015         (__tcb_parse_hwcap_and_convert_at_platform): New function to initialize
21016         and parse hwcap, hwcap2 and platform number information.
21017         * sysdeps/powerpc/hwcapinfo.h: New file.  Creates global variables
21018         to store HWCAP+HWCAP2 and platform number.
21019         * sysdeps/powerpc/nptl/tcb-offsets.sym: Added new offsets
21020         for HWCAP+HWCAP2 and platform number in the TCB.
21021         * sysdeps/powerpc/nptl/tls.h: New functionality.  Stores
21022         the HWCAP, HWCAP2 and platform number in the TCB.
21023         (dtv): Added new fields for HWCAP+HWCAP2 and platform number.
21024         (TLS_INIT_TP): Included calls to add the hwcap and
21025         at_platform values in the TCB in TP initialization.
21026         (TLS_DEFINE_INIT_TP): Likewise.
21027         (THREAD_GET_HWCAP): New macro.
21028         (THREAD_SET_HWCAP): Likewise.
21029         (THREAD_GET_AT_PLATFORM): Likewise.
21030         (THREAD_SET_AT_PLATFORM): Likewise.
21031         * sysdeps/powerpc/powerpc32/dl-machine.h:
21032         (dl_platform_init): New function that calls
21033         __parse_hwcap_and_convert_at_platform for the dymanic linking case for
21034         powerpc32.
21035         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise, for powerpc64.
21036         * sysdeps/powerpc/test-get_hwcap-static.c: New file.  Testcase for
21037         this functionality, static linking case.
21038         * sysdeps/powerpc/test-get_hwcap.c: New file.  Likewise, dynamic
21039         linking case.
21040         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Added call to
21041         __parse_hwcap_and_convert_at_platform for the static linking case.
21042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist:
21043         Included the new __parse_hwcap_and_convert_at_platform symbol in the
21044         ABI list for GLIBC 2.23.
21045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist:
21046         Likewise.
21047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist:
21048         Likewise.
21050 2015-12-02  Ludovic Courtès  <ludo@gnu.org>
21052         * configure.ac: Use 'pwd -P' instead of '/bin/pwd'.
21053         * configure: Regenerate.
21054         * io/ftwtest-sh: Use 'pwd -P' instead of '/bin/pwd'.
21055         * scripts/rellns-sh: Likewise.  Remove 'pwd' variable.
21057 2015-12-02  Carlos O'Donell  <carlos@redhat.com>
21059         * iconvdata/ibm930.c: Add comment explaining encoding uses.
21060         * iconvdata/ibm933.c: Likewise.
21061         * iconvdata/ibm935.c: Likewise.
21062         * iconvdata/ibm937.c: Likewise.
21063         * iconvdata/ibm939.c: Likewise.
21065 2015-12-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21067         * nptl/tst-cancel20.c (do_one_test): Move the pipe closing after
21068         pthread_join.
21069         * nptl/tst-cancel21.c (tf): Likewise.
21071 2015-12-01  H.J. Lu  <hongjiu.lu@intel.com>
21073         [BZ #19313]
21074         * bits/typesizes.h (__CPU_MASK_TYPE): New.
21075         * sysdeps/mach/hurd/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
21076         * sysdeps/nacl/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
21077         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__CPU_MASK_TYPE):
21078         Likewise.
21079         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h (__CPU_MASK_TYPE):
21080         Likewise.
21081         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h (__CPU_MASK_TYPE):
21082         Likewise.
21083         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__CPU_MASK_TYPE):
21084         Likewise.
21085         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h (__CPU_MASK_TYPE):
21086         * sysdeps/unix/sysv/linux/bits/sched.h (__cpu_mask): Replace
21087         unsigned long int with __CPU_MASK_TYPE.
21089 2015-12-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
21091         * sysdeps/aarch64/libm-test-ulps: Regenerated.
21093 2015-12-01  Joseph Myers  <joseph@codesourcery.com>
21095         * sysdeps/ieee754/dbl-64/e_sqrt.c: Do not include uroot.h.
21096         (__ieee754_sqrt): Use hex float constants instead of tm256.x and
21097         t512.x.
21098         * sysdeps/ieee754/dbl-64/uroot.h: Remove file.
21100 2015-11-30  Amit Pawar  <amit.pawar@amd.com>
21102         [BZ #19214]
21103         * sysdeps/x86/cpu-features.c (get_common_indeces): Add an
21104         argument to return extended model.  Update family and model
21105         with extended family and model when family == 0x0f.
21106         (init_cpu_features): Updated.
21108 2015-11-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21110         The RPC interface used by mmap uses the unsigned vm_offset_t, not the
21111         signed off_t, so 32bit bigger than 2GiB values are fine actually.
21113         * sysdeps/mach/hurd/mmap64.c: New file.
21115 2015-11-29  Thomas Schwinge  <thomas@codesourcery.com>
21117         * sysdeps/mach/hurd/fork.c (__fork): Install correct number of send
21118         rights for its main user thread in NEWTASK.
21120 2015-11-28  Maciej W. Rozycki  <macro@imgtec.com>
21122         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Include ABS2008.
21123         (_FPU_DEFAULT, _FPU_IEEE) [__mips_nan2008]: Set ABS2008.
21125 2015-11-27  Carlos O'Donell  <carlos@redhat.com>
21127         [BZ #14259]
21128         * Makeconfig: Rename localedir to complocaledir.
21129         Rename inst_localedir to inst_complocaledir.
21130         * aclocal.m4: Rename libc_cv_localedir to libc_cv_complocaledir.
21131         * config.make.in: Use complocaledir and libc_cv_complocaledir.
21132         * configure.ac: Use libc_cv_complocaledir.
21133         * configure: Regenerate.
21134         * locale/Makefile: Use complocaledir. Rename define -DLOCALEDIR to
21135         -DCOMPLOCALEDIR.
21136         * locale/findlocale.c: Use COMPLOCALEDIR.
21137         * locale/loadarchive.c: Likewise.
21138         * locale/programs/locale.c: Likewise.
21139         * locale/programs/localedef.c: Likewise.
21140         * locale/programs/locarchive.c: Likewise.
21141         * localedata/Makefile: Use inst_complocaledir.
21142         * sysdeps/gnu/configure: Regenerate.
21143         * sysdeps/hppa/configure: Regenerate.
21144         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
21145         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
21146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
21147         * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
21148         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
21149         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
21150         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
21152 2015-11-27  Andrew Senkevich  <andrew.senkevich@intel.com>
21154         [BZ #19058]
21155         * math/Makefile ($(inst_libdir)/libm.so): Added libmvec_nonshared.a to
21156         AS_NEEDED.
21157         * sysdeps/x86/fpu/bits/math-vector.h: Removed code with asm aliases
21158         workaround.
21159         * sysdeps/x86_64/fpu/Makefile (libmvec-support,
21160         libmvec-static-only-routines): Added new file.
21161         * sysdeps/x86_64/fpu/svml_finite_alias.S: New file.
21163 2015-11-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21165         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Destroy reply port
21166         of interrupted RPC instead of restoring it.
21168         * sysdeps/i386/setjmp.S (__sigsetjmp): Add hidden_def.
21169         * sysdeps/mach/hurd/accept4.c (__libc_accept4): Remove
21170         libc_hidden_def.
21171         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get
21172         into initialized data instead of common. Define rtld_hidden_data_def.
21173         * sysdeps/mach/hurd/fxstatat64.c (__fxstatat64): Add libc_hidden_def.
21174         * sysdeps/mach/hurd/if_index.c (__if_freenameindex): Add
21175         libc_hidden_def.
21176         (if_freenameindex): Add libc_hidden_weak.
21177         (if_nameindex): Add libc_hidden_weak.
21178         * sysdeps/mach/hurd/open.c (_open64): Rename libc_hidden_weak into
21179         __open64.
21180         * sysdeps/mach/hurd/sigwait.c (__sigwait): Add libc_hidden_def.
21181         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Add libc_hidden_def.
21182         * sysdeps/mach/nanosleep.c: Include <time.h>
21183         (__nanosleep): Rename to __libc_nanosleep.
21184         (__nanosleep): Add weak_alias.
21185         (nanosleep): Update alias.
21187 2015-11-24  Joseph Myers  <joseph@codesourcery.com>
21189         * stdlib/strtod_nan.c: New file.
21190         * stdlib/strtod_nan_double.h: Likewise.
21191         * stdlib/strtod_nan_float.h: Likewise.
21192         * stdlib/strtod_nan_main.c: Likewise.
21193         * stdlib/strtod_nan_narrow.h: Likewise.
21194         * stdlib/strtod_nan_wide.h: Likewise.
21195         * stdlib/strtof_nan.c: Likewise.
21196         * stdlib/strtold_nan.c: Likewise.
21197         * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Likewise.
21198         * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Likewise.
21199         * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Likewise.
21200         * wcsmbs/wcstod_nan.c: Likewise.
21201         * wcsmbs/wcstof_nan.c: Likewise.
21202         * wcsmbs/wcstold_nan.c: Likewise.
21203         * stdlib/Makefile (routines): Add strtof_nan, strtod_nan and
21204         strtold_nan.
21205         * wcsmbs/Makefile (routines): Add wcstod_nan, wcstold_nan and
21206         wcstof_nan.
21207         * include/stdlib.h (__strtof_nan): Declare and use
21208         libc_hidden_proto.
21209         (__strtod_nan): Likewise.
21210         (__strtold_nan): Likewise.
21211         (__wcstof_nan): Likewise.
21212         (__wcstod_nan): Likewise.
21213         (__wcstold_nan): Likewise.
21214         * include/wchar.h (____wcstoull_l_internal): Declare.
21215         * stdlib/strtod_l.c: Do not include <ieee754.h>.
21216         (____strtoull_l_internal): Remove declaration.
21217         (STRTOF_NAN): Define macro.
21218         (SET_MANTISSA): Remove macro.
21219         (STRTOULL): Likewise.
21220         (____STRTOF_INTERNAL): Use STRTOF_NAN to parse NaN payload.
21221         * stdlib/strtof_l.c (____strtoull_l_internal): Remove declaration.
21222         (STRTOF_NAN): Define macro.
21223         (SET_MANTISSA): Remove macro.
21224         * sysdeps/ieee754/ldbl-128/strtold_l.c (STRTOF_NAN): Define macro.
21225         (SET_MANTISSA): Remove macro.
21226         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (STRTOF_NAN): Define
21227         macro.
21228         (SET_MANTISSA): Remove macro.
21229         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (STRTOF_NAN): Define
21230         macro.
21231         (SET_MANTISSA): Remove macro.
21232         * sysdeps/ieee754/ldbl-96/strtold_l.c (STRTOF_NAN): Define macro.
21233         (SET_MANTISSA): Remove macro.
21234         * wcsmbs/wcstod_l.c (____wcstoull_l_internal): Remove declaration.
21235         * wcsmbs/wcstof_l.c (____wcstoull_l_internal): Likewise.
21236         * wcsmbs/wcstold_l.c (____wcstoull_l_internal): Likewise.
21238         [BZ #19266]
21239         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check directly for
21240         upper case and lower case letters inside NAN(), not using TOLOWER.
21241         * stdlib/tst-strtod-nan-locale-main.c: New file.
21242         * stdlib/tst-strtod-nan-locale.c: Likewise.
21243         * stdlib/Makefile (tests): Add tst-strtod-nan-locale.
21244         [$(run-built-tests) = yes] ($(objpfx)tst-strtod-nan-locale.out):
21245         Depend on $(gen-locales).
21246         ($(objpfx)tst-strtod-nan-locale): Depend on $(libm).
21247         * wcsmbs/tst-wcstod-nan-locale.c: New file.
21248         * wcsmbs/Makefile (tests): Add tst-wcstod-nan-locale.
21249         [$(run-built-tests) = yes] ($(objpfx)tst-wcstod-nan-locale.out):
21250         Depend on $(gen-locales).
21251         ($(objpfx)tst-wcstod-nan-locale): Depend on $(libm).
21253 2015-11-24  Chris Metcalf  <cmetcalf@ezchip.com>
21255         * misc/tst-tsearch.c (TIMEOUT): Set to 10.
21257         * sysdeps/tile/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
21258         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Add
21259         __finitel, __isinfl, and __isnanl.
21260         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
21261         Likewise.
21262         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
21263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Add
21264         __finitel.
21265         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
21266         Likewise.
21267         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
21269 2015-11-24  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
21271         * malloc/memusage.c (me): Remove redundant getenv call.
21273 2015-10-24  Florian Weimer  <fweimer@redhat.com>
21275         [BZ #19143]
21276         [BZ #19164]
21277         * nptl/check-cpuset.h: Remove.
21278         * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
21279         Remove CPU set size check.
21280         * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
21281         Likewise.
21282         * sysdeps/unix/sysv/linux/check-cpuset.h: Remove.
21283         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
21284         (__kernel_cpumask_size, __determine_cpumask_size): Remove.
21285         (__pthread_setaffinity_new): Remove CPU set size check.
21286         * sysdeps/unix/sysv/linux/sched_setaffinity.c
21287         (__kernel_cpumask_size): Remove.
21288         (__sched_setaffinity_new): Remove CPU set size check.
21289         * manual/threads.texi (Default Thread Attributes): Remove stale
21290         reference to check_cpuset_attr, determine_cpumask_size in comment.
21291         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == posix] (tests):
21292         Remove tst-getcpu.  Add tst-affinity, tst-affinity-pid.
21293         [$(subdir) == nptl] (tests): Add tst-thread-affinity-pthread,
21294         tst-thread-affinity-pthread2, tst-thread-affinity-sched.
21295         * sysdeps/unix/sysv/linux/tst-affinity.c: New file.
21296         * sysdeps/unix/sysv/linux/tst-affinity-pid.c: New file.
21297         * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c: New skeleton test file.
21298         * sysdeps/unix/sysv/linux/tst-thread-affinity-sched.c: New file.
21299         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread.c: New file.
21300         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread2.c: New file.
21301         * sysdeps/unix/sysv/linux/tst-thread-skeleton-affinity.c: New
21302         skeleton test file.
21303         * sysdeps/unix/sysv/linux/tst-getcpu.c: Remove.  Superseded by
21304         tst-affinity-pid.
21306 2015-11-24  Florian Weimer  <fweimer@redhat.com>
21308         * scripts/update-abilist.sh: New file.
21309         * Makefile (+subdir_targets): Add subdir_update-all-abi.
21310         * Makerules (update-all-abi-%, update-all-abi)
21311         (subdir_update-all-abi): New targets.
21312         * elf/Makefile (update-all-abi): New target.
21314 2015-11-24  Florian Weimer  <fweimer@redhat.com>
21316         Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code.
21317         * sysdeps/mach/hurd/libc-lock.h (_LIBC_LOCK_INITIALIZER): Define.
21318         (__libc_lock_define_initialized): Use it.
21319         * sysdeps/nptl/libc-lockP.h (_LIBC_LOCK_INITIALIZER): Define.
21320         * malloc/arena.c (list_lock): Use _LIBC_LOCK_INITIALIZER.
21321         * malloc/malloc.c (main_arena): Likewise.
21322         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): Remove.
21323         * sysdeps/nptl/malloc-machine.h (MUTEX_INITIALIZER): Remove.
21325 2015-11-23  Joseph Myers  <joseph@codesourcery.com>
21327         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
21328         (PTRACE_O_EXITKILL): New value in enum __ptrace_setoptions.
21329         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
21330         (PTRACE_O_MASK): Update value.
21331         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_O_EXITKILL):
21332         New value in enum __ptrace_setoptions.
21333         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
21334         (PTRACE_O_MASK): Update value.
21335         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
21336         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
21337         (PTRACE_O_MASK): Update value.
21338         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
21339         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
21340         (PTRACE_O_MASK): Update value.
21341         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
21342         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
21343         (PTRACE_O_MASK): Update value.
21344         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_SUSPEND_SECCOMP):
21345         New value in enum __ptrace_setoptions.
21346         (PTRACE_O_MASK): Update value.
21347         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_O_EXITKILL):
21348         New value in enum __ptrace_setoptions.
21349         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
21350         (PTRACE_O_MASK): Update value.
21352         * sysdeps/unix/sysv/linux/netpacket/packet.h (PACKET_COPY_THRESH):
21353         New macro.
21354         (PACKET_AUXDATA): Likewise.
21355         (PACKET_ORIGDEV): Likewise.
21356         (PACKET_VERSION): Likewise.
21357         (PACKET_HDRLEN): Likewise.
21358         (PACKET_RESERVE): Likewise.
21359         (PACKET_TX_RING): Likewise.
21360         (PACKET_LOSS): Likewise.
21361         (PACKET_VNET_HDR): Likewise.
21362         (PACKET_TX_TIMESTAMP): Likewise.
21363         (PACKET_TIMESTAMP): Likewise.
21364         (PACKET_FANOUT): Likewise.
21365         (PACKET_TX_HAS_OFF): Likewise.
21366         (PACKET_QDISC_BYPASS): Likewise.
21367         (PACKET_ROLLOVER_STATS): Likewise.
21368         (PACKET_FANOUT_DATA): Likewise.
21369         (PACKET_MR_UNICAST): Likewise.
21371         [BZ #19242]
21372         * stdlib/strtol_l.c (ISALPHA): Use _nl_C_locobj_ptr for locale.
21373         (TOUPPER): Likewise.
21374         * stdlib/tst-strtol-locale-main.c: New file.
21375         * stdlib/tst-strtol-locale.c: Likewise.
21376         * stdlib/Makefile (tests): Add tst-strtol-locale.
21377         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.ISO-8859-9.
21378         [$(run-built-tests) = yes] ($(objpfx)tst-strtol-locale.out):
21379         Depend on $(gen-locales).
21380         * wcsmbs/tst-wcstol-locale.c: New file.
21381         * wcsmbs/Makefile (tests): Add tst-wcstol-locale.
21382         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.UTF-8 and
21383         tr_TR.ISO-8859-9.
21384         [$(run-built-tests) = yes] ($(objpfx)tst-wcstol-locale.out):
21385         Depend on $(gen-locales).
21387 2015-11-20  Roland McGrath  <roland@hack.frob.com>
21389         * sysdeps/nacl/dl-map-segments.h (_dl_map_segments): Use
21390         __glibc_likely instead of __builtin_expect.  After falling back to
21391         dyncode_create in a non-ET_DYN case, use the allocate_code_data
21392         system interface to register the code pages as occupied.
21394 2015-11-20  Joseph Myers  <joseph@codesourcery.com>
21396         * sysdeps/arm/math_private.h [!_MATH_PRIVATE_H]: Change guard to
21397         [!ARM_MATH_PRIVATE_H].
21398         [!ARM_MATH_PRIVATE_H] (ARM_MATH_PRIVATE_H): Define macro.
21399         * sysdeps/hppa/math_private.h [!_MATH_PRIVATE_H]: Change guard to
21400         [!HPPA_MATH_PRIVATE_H].
21401         [!HPPA_MATH_PRIVATE_H] (HPPA_MATH_PRIVATE_H): Define macro.
21402         * sysdeps/i386/fpu/math_private.h [!_MATH_PRIVATE_H]: Change guard
21403         to [!I386_MATH_PRIVATE_H].
21404         [!I386_MATH_PRIVATE_H] (I386_MATH_PRIVATE_H): Define macro.
21405         * sysdeps/m68k/m680x0/fpu/math_private.h [!_MATH_PRIVATE_H]:
21406         Change guard to [!M68K_MATH_PRIVATE_H].
21407         [!M68K_MATH_PRIVATE_H] (M68K_MATH_PRIVATE_H): Define macro.
21408         * sysdeps/microblaze/math_private.h [!_MATH_PRIVATE_H]: Change
21409         guard to [!MICROBLAZE_MATH_PRIVATE_H].
21410         [!MICROBLAZE_MATH_PRIVATE_H] (MICROBLAZE_MATH_PRIVATE_H): Define
21411         macro.
21412         * sysdeps/mips/math_private.h [!_MATH_PRIVATE_H]: Change guard to
21413         [!MIPS_MATH_PRIVATE_H].
21414         [!MIPS_MATH_PRIVATE_H] (MIPS_MATH_PRIVATE_H): Define macro.
21415         * sysdeps/nios2/math_private.h [!_MATH_PRIVATE_H]: Change guard to
21416         [!NIO2_MATH_PRIVATE_H].
21417         [!NIO2_MATH_PRIVATE_H] (NIO2_MATH_PRIVATE_H): Define macro.
21418         * sysdeps/tile/math_private.h [!_MATH_PRIVATE_H]: Change guard to
21419         [!TILE_MATH_PRIVATE_H].
21420         [!TILE_MATH_PRIVATE_H] (TILE_MATH_PRIVATE_H): Define macro.
21422         [BZ #15421]
21423         * sysdeps/ieee754/s_signgam.c (signgam): Rename to __signgam,
21424         initialize with 0 and define as weak alias of __signgam.
21425         * include/math.h [!_ISOMAC] (__signgam): Declare.
21426         * math/Makefile (libm-calls): Add w_lgamma_compat.
21427         (tests): Add test-signgam-uchar, test-signgam-uchar-init,
21428         test-signgam-uint, test-signgam-uint-init, test-signgam-ullong and
21429         test-signgam-ullong-init.
21430         (tests-static): Add test-signgam-uchar-static,
21431         test-signgam-uchar-init-static, test-signgam-uint-static,
21432         test-signgam-uint-init-static, test-signgam-ullong-static and
21433         test-signgam-ullong-init-static.
21434         (CFLAGS-test-signgam-uchar.c): New variable.
21435         (CFLAGS-test-signgam-uchar-init.c): Likewise.
21436         (CFLAGS-test-signgam-uchar-static.c): Likewise.
21437         (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
21438         (CFLAGS-test-signgam-uint.c): Likewise.
21439         (CFLAGS-test-signgam-uint-init.c): Likewise.
21440         (CFLAGS-test-signgam-uint-static.c): Likewise.
21441         (CFLAGS-test-signgam-uint-init-static.c): Likewise.
21442         (CFLAGS-test-signgam-ullong.c): Likewise.
21443         (CFLAGS-test-signgam-ullong-init.c): Likewise.
21444         (CFLAGS-test-signgam-ullong-static.c): Likewise.
21445         (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
21446         * math/Versions (libm): Add GLIBC_2.23.
21447         * math/lgamma-compat.h: New file.
21448         * math/test-signgam-main.c: Likewise.
21449         * math/test-signgam-uchar-init-static.c: Likewise.
21450         * math/test-signgam-uchar-init.c: Likewise.
21451         * math/test-signgam-uchar-static.c: Likewise.
21452         * math/test-signgam-uchar.c: Likewise.
21453         * math/test-signgam-uint-init-static.c: Likewise.
21454         * math/test-signgam-uint-init.c: Likewise.
21455         * math/test-signgam-uint-static.c: Likewise.
21456         * math/test-signgam-uint.c: Likewise.
21457         * math/test-signgam-ullong-init-static.c: Likewise.
21458         * math/test-signgam-ullong-init.c: Likewise.
21459         * math/test-signgam-ullong-static.c: Likewise.
21460         * math/test-signgam-ullong.c: Likewise.
21461         * math/w_lgamma.c: Rename to w_lgamma_main.c and replace by
21462         wrapper of w_lgamma_main.c.
21463         * math/w_lgamma_compat.c: New file.
21464         * math/w_lgamma_compatf.c: Likewise.
21465         * math/w_lgamma_compatl.c: Likewise.
21466         * math/w_lgamma_main.c: New file.  Based on w_lgamma.c.  Include
21467         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
21468         defining compatibility symbols.
21469         (__lgamma): Change to LGFUNC (__lgamma).  Use CALL_LGAMMA.
21470         * math/w_lgammaf.c: Rename to w_lgammaf_main.c and replace by
21471         wrapper of w_lgammaf_main.c.
21472         * math/w_lgammaf_main.c: New file.  Based on w_lgammaf.c.  Include
21473         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
21474         defining compatibility symbols.
21475         (__lgammaf): Change to LGFUNC (__lgammaf).  Use CALL_LGAMMA.
21476         * math/w_lgammal.c: Rename to w_lgammal_main.c and replace by
21477         wrapper of w_lgammal_main.c.
21478         * math/w_lgammal_main.c: New file.  Based on w_lgammal.c.  Include
21479         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
21480         defining compatibility symbols.
21481         (__lgammal): Change to LGFUNC (__lgammal).  Use CALL_LGAMMA.
21482         * sysdeps/ia64/fpu/lgamma-compat.h: New file.
21483         * sysdeps/ia64/fpu/w_lgamma.c: Move to ....
21484         * sysdeps/ia64/fpu/w_lgamma_main.c: ...here.  Include
21485         <lgamma-compat.h>.
21486         (__ieee754_lgamma): Change to LGFUNC (lgamma).  Use CALL_LGAMMA.
21487         (__ieee754_gamma): Define as alias.
21488         * sysdeps/ia64/fpu/w_lgammaf.c: Move to ....
21489         * sysdeps/ia64/fpu/w_lgammaf_main.c: ...here.  Include
21490         <lgamma-compat.h>.
21491         (__ieee754_lgammaf): Change to LGFUNC (lgammaf).  Use CALL_LGAMMA.
21492         (__ieee754_gammaf): Define as alias.
21493         * sysdeps/ia64/fpu/w_lgammal.c: Move to ....
21494         * sysdeps/ia64/fpu/w_lgammal_main.c: ...here.  Include
21495         <lgamma-compat.h>.
21496         (__ieee754_lgammal): Change to LGFUNC (lgammal).  Use CALL_LGAMMA.
21497         (__ieee754_gammal): Define as alias.
21498         * sysdeps/ieee754/ldbl-opt/w_lgamma.c: Move to ....
21499         * sysdeps/ieee754/ldbl-opt/w_lgamma_compat.c: ...here.  Include
21500         <math/w_lgamma_compat.c>.
21501         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__lgammal_dbl_compat):
21502         Define as alias of __lgamma_compat and use in defining lgammal.
21503         * sysdeps/ieee754/ldbl-opt/w_lgammal.c: Move to ....
21504         * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c: ...here.  Include
21505         <math/lgamma-compat.h> and <math/w_lgamma_compatl.c>.
21506         (USE_AS_COMPAT): New macro.
21507         (LGAMMA_OLD_VER): Undefine and redefine.
21508         (lgammal): Do not define here.
21509         (gammal): Only define here if [GAMMA_ALIAS].
21510         * conform/linknamespace.pl (@whitelist): Remove signgam.
21511         * sysdeps/nacl/libm.abilist: Update.
21512         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
21513         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
21514         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
21515         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
21516         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
21517         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
21518         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
21519         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
21520         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
21521         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
21522         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
21523         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
21524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
21525         Likewise.
21526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
21527         Likewise.
21528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
21529         Likewise.
21530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
21531         Likewise.
21532         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
21533         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
21534         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
21535         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
21536         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
21537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
21538         Likewise.
21539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
21540         Likewise.
21541         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
21542         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
21543         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
21545 2015-11-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21547         [BZ #16364]
21548         * sysdeps/unix/sysv/linux/sleep.c: Remove file.
21549         * sysdeps/posix/sleep.c (__sleep): Simplify cancellation handling.
21551 2015-11-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
21553         * sysdeps/s390/fpu/bits/mathinline.h:
21554         Use __asm__ [__volatile__] instead of asm [volatile].
21555         * sysdeps/s390/abort-instr.h: Likewise.
21556         * sysdeps/s390/atomic-machine.h: Likewise.
21557         * sysdeps/s390/bits/string.h: Likewise.
21558         * sysdeps/s390/dl-tls.h: Likewise.
21559         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
21560         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
21561         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
21562         * sysdeps/s390/fpu/fesetround.c: Likewise.
21563         * sysdeps/s390/fpu/fpu_control.h: Likewise.
21564         * sysdeps/s390/fpu/s_fma.c: Likewise.
21565         * sysdeps/s390/fpu/s_fmaf.c: Likewise.
21566         * sysdeps/s390/memusage.h: Likewise.
21567         * sysdeps/s390/multiarch/ifunc-resolve.h: Likewise.
21568         * sysdeps/s390/nptl/pthread_spin_lock.c: Likewise.
21569         * sysdeps/s390/nptl/pthread_spin_trylock.c: Likewise.
21570         * sysdeps/s390/nptl/pthread_spin_unlock.c: Likewise.
21571         * sysdeps/s390/nptl/tls.h: Likewise.
21572         * sysdeps/s390/s390-32/__longjmp.c: Likewise.
21573         * sysdeps/s390/s390-32/backtrace.c: Likewise.
21574         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
21575         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
21576         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21577         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
21578         * sysdeps/s390/s390-64/__longjmp.c: Likewise.
21579         * sysdeps/s390/s390-64/backtrace.c: Likewise.
21580         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
21581         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Likewise.
21582         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
21583         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21584         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
21585         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
21586         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
21587         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
21588         * sysdeps/unix/sysv/linux/s390/brk.c: Likewise.
21589         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
21590         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Likewise.
21591         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
21592         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: Likewise.
21593         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
21594         * sysdeps/unix/sysv/linux/s390/sysconf.c: Likewise.
21596 2015-11-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21597             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21599         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
21600         Add lwarx hint, and use macro for acquire instruction.
21601         * sysdeps/powerpc/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
21602         Likewise.
21603         * sysdep/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Move to ...
21604         * sysdeps/powerpc/nptl/pthread_spin_unlock.c: ... here, and
21605         update to use new atomic macros.
21607 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21609         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
21610         (__lll_trylock_elision): Fix setting of adapt_count.
21611         * sysdeps/unix/sysv/linux/powerpc/htm.h
21612         (_ABORT_PERSISTENT): Define to clarify persistent aborts.
21613         (_ABORT_NESTED_TRYLOCK): Renumber, and make persistent.
21614         (_ABORT_SYSCALL): Renumber, and clarify definition.
21615         (_ABORT_LOCK_BUSY): Renumber, make non-persistent.
21617 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
21619         * sysdeps/ieee754/ldbl-128ibm/mpn2ldl.c: Include gmp headers
21620         after system headers to prevent MIN/MAX redefinition.  Define
21621         HAVE_ALLOCA to preserve builtin alloca usage.
21623 2015-11-17  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
21625         * sysdeps/ieee754/dbl-64/s_sin.c (__sin)[IN_SINCOS]: Mark function
21626         static and don't set or restore rounding.
21627         (__cos)[IN_SINCOS]: Likewise.
21628         * sysdeps/ieee754/dbl-64/s_sincos.c: Include s_sin.c.
21629         (__sincos): Set and restore rounding mode.  Remove check for infinite
21630         or NaN input.
21632         * sysdeps/ieee754/dbl-64/s_sin.c: Remove redundant else clauses.
21634         * benchtests/scripts/bench.py (_print_arg_data): Mark output variables
21635         as used.
21637 2015-11-16  Florian Weimer  <fweimer@redhat.com>
21639         * math/test-signgam-finite-c99.c (_Mlong_double_): Undefine.
21641 2015-11-14  H.J. Lu  <hongjiu.lu@intel.com>
21643         * config.make.in (have-glob-dat-reloc): New.
21644         * configure.ac (libc_cv_has_glob_dat): New.  Set to yes if
21645         target supports GLOB_DAT relocaton. AC_SUBST.
21646         * configure: Regenerated.
21647         * elf/Makefile (tests): Add tst-prelink.
21648         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
21649         (tst-prelink-ENV): New.
21650         ($(objpfx)tst-prelink-conflict.out): Likewise.
21651         ($(objpfx)tst-prelink-cmp.out): Likewise.
21652         * sysdeps/x86/tst-prelink.c: Moved to ...
21653         * elf/tst-prelink.c: Here.
21654         * sysdeps/x86/tst-prelink.exp: Moved to ...
21655         * elf/tst-prelink.exp: Here.
21656         * sysdeps/x86/Makefile (tests): Don't add tst-prelink.
21657         (tst-prelink-ENV): Removed.
21658         ($(objpfx)tst-prelink-conflict.out): Likewise.
21659         ($(objpfx)tst-prelink-cmp.out): Likewise.
21660         (tests-special): Don't add $(objpfx)tst-prelink-cmp.out.
21662 2015-11-13  Joseph Myers  <joseph@codesourcery.com>
21664         [BZ #14551]
21665         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Include <errno.h>.
21666         (__mpn_construct_long_double): If high part overflows to infinity,
21667         set errno and recompute overflowed result of the correct sign.
21668         * sysdeps/ieee754/ldbl-128ibm/Makefile
21669         [$(subdir) = stdlib] (tests): Add tst-strtold-ldbl-128ibm.
21670         [$(subdir) = stdlib] ($(objpfx)tst-strtold-ldbl-128ibm): Depend on
21671         $(libm).
21672         * sysdeps/ieee754/ldbl-128ibm/tst-strtold-ldbl-128ibm.c: New file.
21674 2015-11-12  Joseph Myers  <joseph@codesourcery.com>
21676         [BZ #15479]
21677         [BZ #19238]
21678         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Save
21679         floating-point state after first operation on input.  Restore full
21680         state rather than just rounding mode.
21681         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
21682         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
21683         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
21685         [BZ #19235]
21686         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Do not
21687         add 0.5 to integer arguments.
21688         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf):
21689         Likewise.
21690         (.LC2): New object.
21692 2015-11-11  Mike Frysinger  <vapier@gentoo.org>
21694         * scripts/pylintrc (reports): Set to no.
21696 2015-11-10  Roland McGrath  <roland@hack.frob.com>
21698         * elf/dl-load.c (open_verify): Take new argument FD.
21699         Skip __open call if passed FD is not -1.
21700         (_dl_map_object, open_path): Update callers.
21701         * elf/dl-sysdep-open.h: New file.
21702         * elf/dl-load.c: Include it.
21703         (_dl_map_object): Try _dl_sysdep_open_object before ldconfig cache.
21704         * sysdeps/nacl/dl-sysdep.c (_dl_sysdep_open_object): New function.
21705         * sysdeps/nacl/dl-sysdep-open.h: New file.
21706         * sysdeps/nacl/nacl-interface-list.h: Move nacl_irt_resource_open
21707         from libc to rtld.
21709 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
21711         [BZ #19228]
21712         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Save
21713         and restore full floating-point state.
21714         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
21715         Likewise.
21716         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
21717         Likewise.
21718         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
21719         Likewise.
21720         * math/test-nearbyint-except-2.c: New file.
21721         * math/Makefile (tests): Add test-nearbyint-except-2.
21723 2015-11-10  H.J. Lu  <hongjiu.lu@intel.com>
21725         [BZ #19178]
21726         * sysdeps/x86/Makefile (tests): Add tst-prelink.
21727         (tst-prelink-ENV): New.
21728         ($(objpfx)tst-prelink-conflict.out): Likewise.
21729         ($(objpfx)tst-prelink-cmp.out): Likewise.
21730         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
21731         * sysdeps/x86/tst-prelink.c: New file.
21732         * sysdeps/x86/tst-prelink.exp: Likewise.
21734 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
21736         * math/auto-libm-test-in: Add another test of pow.
21737         * math/auto-libm-test-out: Regenerated.
21738         * math/libm-test.inc (pow_test_data): Add another test.
21740 2015-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21742         [BZ #19219]
21743         * sysdeps/ia64/fpu/s_nearbyintl.S (__nearbyint): Define and
21744         weak_alias to nearbyintl.
21746 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
21748         * sysdeps/aarch64/bits/string.h: New file.
21749         (_STRING_ARCH_unaligned): Define.
21751 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
21753         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Remove __signbit*.
21754         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
21755         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
21756         * sysdeps/unix/sysv/linux/nios2/localplt.data: Likewise.
21757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data: Likewise.
21759 2015-11-09  Ulrich Drepper  <drepper@gmail.com>
21761         * elf/dl-load.c (_dl_map_object_from_fd): Add additional parameter
21762         for original name of the DSO.  Add it to the name list of the DSO
21763         if it is actually given.
21764         (_dl_map_object): Keep track of whether an audit module rewrote
21765         the file name.  If yes, pass the original name to
21766         _dl_map_object_from_fd in a new parameter, otherwise NULL.  When
21767         debugging is enabled, log the change of the file name.
21768         * sysdeps/mach/hur/dl-sysdep.c: Adjust commented-out call to
21769         _dl_map_object_from_fd.
21770         * elf/Makefile: Build and run tst-audit11 and tst-audit12.
21771         * elf/tst-audit11.c: New file
21772         * elf/tst-auditmod11.c: New file.
21773         * elf/tst-audit11mod1.c: New file.
21774         * elf/tst-audit11mod2.c: New file.
21775         * elf/tst-audit11mod2.map: New file.
21776         * elf/tst-audit12.c: New file
21777         * elf/tst-auditmod12.c: New file.
21778         * elf/tst-audit12mod1.c: New file.
21779         * elf/tst-audit12mod2.c: New file.
21780         * elf/tst-audit12mod2.map: New file.
21781         * elf/tst-audit12mod3.c: New file.
21783 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
21785         * sysdeps/s390/longjmp.c (longjmp, _longjmp, siglongjmp):
21786         Don't create weak aliases,
21787         because versioned symbols are created later.
21788         * sysdeps/s390/s390-32/setjmp.S
21789         (setjmp, _setjmp): Remove weak and rename to an unique name
21790         in SHARED case due to existing versioned symbols.
21791         * sysdeps/s390/s390-64/setjmp.S: Likewise.
21792         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
21793         (getcontext): Create weak alias only in non SHARED case.
21794         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
21796 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
21798         * sysdeps/unix/sysv/linux/s390/kernel-features.h:
21799         (__ASSUME_*_SYSCALL) Define new macros.
21800         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:
21801         Remove socketcall syscalls.
21802         * sysdeps/unix/sysv/linux/accept.c (__libc_accept):
21803         Use accept4 if defined __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL.
21804         * sysdeps/unix/sysv/linux/recv.c (__libc_recv):
21805         Use recvfrom if defined __ASSUME_RECVFROM_FOR_RECV_SYSCALL.
21806         * sysdeps/unix/sysv/linux/send.c (__libc_send):
21807         Use sendto if defined __ASSUME_SENDTO_FOR_SEND_SYSCALL.
21809 2015-11-09  Florian Weimer  <fweimer@redhat.com>
21811         [BZ #12926]
21812         Terminate process on invalid netlink response.
21813         * sysdeps/unix/sysv/linux/netlinkaccess.h
21814         (__netlink_assert_response): Declare.
21815         * sysdeps/unix/sysv/linux/netlink_assert_response.c: New file.
21816         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == inet]
21817         (sysdep_routines): Add netlink_assert_response.
21818         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Call
21819         __netlink_assert_response.
21820         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
21821         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
21822         * sysdeps/unix/sysv/linux/Versions (GLIBC_PRIVATE): Add
21823         __netlink_assert_response.
21825 2015-11-07  H.J. Lu  <hongjiu.lu@intel.com>
21827         [BZ #19178]
21828         * elf/dl-lookup.c (RTYPE_CLASS_VALID): New.
21829         (RTYPE_CLASS_PLT): Likewise.
21830         (RTYPE_CLASS_COPY): Likewise.
21831         (RTYPE_CLASS_TLS): Likewise.
21832         (_dl_debug_bindings): Use RTYPE_CLASS_TLS and RTYPE_CLASS_VALID
21833         to set relocation type class for DL_DEBUG_PRELINK.  Keep only
21834         ELF_RTYPE_CLASS_PLT and ELF_RTYPE_CLASS_COPY bits for
21835         DL_DEBUG_PRELINK.
21837 2015-11-06  Joseph Myers  <joseph@codesourcery.com>
21839         * math/test-signgam-finite.c (RUN_TESTS): Correct messages about
21840         calls with argument -0.5.
21841         * math/test-signgam-finite-c99.c (RUN_TESTS): Likewise.
21843         * configure.ac (libc_cv_z_nodelete): Remove configure test.
21844         (libc_cv_z_nodlopen): Likewise.
21845         (libc_cv_z_initfirst): Likewise.
21846         * configure: Regenerated.
21848 2015-11-06  Florian Weimer  <fweimer@redhat.com>
21850         Simplify abilist format to be line-based.
21851         * scripts/abilist.awk: Collect descriptors in the descs variable.
21852         (emit): Write descs variable and sort it
21853         externally, with sort.
21854         * sysdeps/**/*.abilist: Convert to new format.
21856 2015-11-06  Mark Wielaard  <mjw@redhat.com>
21858         [BZ #11460]
21859         * io/Makefile (routines): Add fts64.
21860         (tests): Add tst-fts and tst-fts-lfs.
21861         (CFLAGS-fts64.c): New.
21862         * io/Versions (GLIBC_2.23): New.
21863         * io/fts.c: Replace FTS with FTSOBJ, FTSENT with FTSENTRY. Use
21864         function defines FTS_OPEN, FTS_CLOSE, FTS_READ, FTS_SET and
21865         FTS_CHILDREN. Define FTSOBJ, FTSENTRY, FTS_OPEN, FTS_CLOSE,
21866         FTS_READ, FTS_SET, FTS_CHILDREN, INO_T, STAT and LSTAT if necessary.
21867         * io/fts.h (FTS64): New if _USE_LARGEFILE64.
21868         (FTSENT64): Likewise.
21869         (fts64_children): Likewise.
21870         (fts64_close): Likewise.
21871         (fts64_open): Likewise.
21872         (fts64_read): Likewise.
21873         (fts64_set): Likewise.
21874         * io/fts64.c: New file.
21875         * io/tst-fts.c: New test.
21876         * io/tst-fts-lfs.c: Likewise.
21877         * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.23): Add
21878         GLIBC_2.23, fts64_children, fts64_close, fts64_open, fts64_read and
21879         fts64_set.
21880         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
21881         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
21882         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
21883         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
21884         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
21885         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
21886         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
21887         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
21888         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
21889         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
21890         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
21891         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
21892         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
21893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
21894         Likewise.
21895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
21896         Likewise.
21897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
21898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
21899         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
21900         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
21901         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
21902         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
21903         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
21904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
21905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
21906         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
21907         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
21908         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
21909         * sysdeps/wordsize-64/fts.c: New file.
21910         * sysdeps/wordsize-64/fts64.c: Likewise.
21911         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts.c: Likewise.
21912         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts64.c: Likewise.
21913         * sysdeps/unix/sysv/linux/x86_64/x32/fts.c: likewise.
21914         * sysdeps/unix/sysv/linux/x86_64/x32/fts64.c: likewise.
21916 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
21918         * math/libm-test.inc (NON_FINITE): New macro.
21919         (enable_test): Do not run tests flagged NON_FINITE if TEST_FINITE.
21920         * math/gen-libm-test.pl (show_exceptions): Add argument
21921         $non_finite.
21922         (parse_args): Update call to show_exceptions.
21923         * math/test-math-finite.h: New file.
21924         * math/test-math-no-finite.h: Likewise.
21925         * math/test-double-finite.c: Likewise.
21926         * math/test-float-finite.c: Likewise.
21927         * math/test-ldouble-finite.c: Likewise.
21928         * math/test-double.c: Include "test-math-no-finite.h".
21929         * math/test-float.c: Include "test-math-no-finite.h".
21930         * math/test-ldouble.c: Include "test-math-no-finite.h".
21931         * math/test-math-inline.h (TEST_FINITE): New macro.
21932         * math/test-math-vector.h (TEST_FINITE): Likewise.
21933         * math/Makefile (test-longdouble-yes): Add test-ldouble-finite.
21934         (libm-tests): Add test-float-finite and test-double-finite.
21935         ($(objpfx)test-float-finite.o): New dependency on
21936         $(objpfx)libm-test.stmp.
21937         ($(objpfx)test-double-finite.o): Likewise.
21938         ($(objpfx)test-ldouble-finite.o): Likewise.
21939         (libm-test-no-inline-cflags): New variable.
21940         (libm-test-finite-cflags): Likewise.
21941         (CFLAGS-test-float-finite.c): Likewise.
21942         (CFLAGS-test-double-finite.c): Likewise.
21943         (CFLAGS-test-ldouble-finite.c): Likewise.
21944         (CFLAGS-test-float.c): Use $(libm-test-no-inline-cflags).
21945         (CFLAGS-test-double.c): Likewise.
21946         (CFLAGS-test-ldouble.c): Likewise.
21948 2015-11-05  Roland McGrath  <roland@hack.frob.com>
21950         * io/fcntl.c (__fcntl): Add ... to prototype.
21951         * misc/ioctl.c (__ioctl): Likewise.
21952         * misc/syscall.c (syscall): Likewise.
21954 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
21956         * scripts/list-fixed-bugs.py: New file.
21958         [BZ #19213]
21959         * sysdeps/i386/fpu/e_log.S (__log_finite): Ensure +0 is always
21960         returned for argument 1.
21961         * sysdeps/i386/fpu/e_logf.S (__logf_finite): Likewise.
21962         * sysdeps/i386/fpu/e_logl.S (__logl_finite): Likewise.
21963         * sysdeps/i386/i686/fpu/e_logl.S (__logl_finite): Likewise.
21964         * sysdeps/x86_64/fpu/e_log10l.S (__log10l_finite): Likewise.
21965         * sysdeps/x86_64/fpu/e_log2l.S (__log2l_finite): Likewise.
21966         * sysdeps/x86_64/fpu/e_logl.S (__logl_finite): Likewise.
21968         [BZ #19211]
21969         * math/bits/math-finite.h (lgamma): Set signgam if [__USE_MISC ||
21970         __USE_XOPEN], not if [!__USE_ISOC99].
21971         (lgammaf): Likewise.
21972         (lgammal): Likewise.
21973         (gamma): Set signgam unconditionally, not if [!__USE_ISOC99].
21974         (gammaf): Likewise.
21975         (gammal): Likewise.
21976         * math/test-signgam-finite-c11.c: New file.
21977         * math/test-signgam-finite-c99.c: Likewise.
21978         * math/test-signgam-finite.c: Likewise.
21979         * math/Makefile (tests): Add test-signgam-finite,
21980         test-signgam-finite-c99 and test-signgam-finite-c11.
21981         (CFLAGS-test-signgam-finite.c): New variable.
21982         (CFLAGS-test-signgam-finite-c99.c): Likewise.
21983         (CFLAGS-test-signgam-finite-c11.c): Likewise.
21985         [BZ #19212]
21986         * include/features.h [(_XOPEN_SOURCE - 0) >= 500]: Change
21987         conditional to [defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) >=
21988         500].
21989         [_POSIX_C_SOURCE >= 1]: Change conditional to [defined
21990         _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 1].
21991         [(_POSIX_C_SOURCE - 0) >= 199309L]: Change conditional to [defined
21992         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199309L].
21993         [(_POSIX_C_SOURCE - 0) >= 199506L]: Change conditional to [defined
21994         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199506L].
21995         [(_POSIX_C_SOURCE - 0) >= 200112L]: Change conditional to [defined
21996         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200112L].
21997         [(_POSIX_C_SOURCE - 0) >= 200809L]: Change conditional to [defined
21998         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200809L].
22000         [BZ #19209]
22001         * math/bits/math-finite.h (ldexp): Remove declaration.
22002         (ldexpf): Likewise.
22003         (ldexpl): Likewise.
22005         [BZ #19205]
22006         * math/bits/math-finite.h (acosf): Condition declaration on
22007         [__USE_ISOC99].
22008         (acosl): Likewise.
22009         (acoshf): Likewise.
22010         (acoshl): Likewise.
22011         (asinf): Likewise.
22012         (asinl): Likewise.
22013         (atan2f): Likewise.
22014         (atan2l): Likewise.
22015         (atanhf): Likewise.
22016         (atanhl): Likewise.
22017         (coshf): Likewise.
22018         (coshl): Likewise.
22019         (expf): Likewise.
22020         (expl): Likewise.
22021         (fmodf): Likewise.
22022         (fmodl): Likewise.
22023         (hypot): Change condition to [__USE_XOPEN || __USE_ISOC99].
22024         (j0f): Change condition to [__USE_MISC && __USE_ISOC99].
22025         (j0l): Likewise.
22026         (y0f): Likewise.
22027         (y0l): Likewise.
22028         (j1f): Likewise.
22029         (j1l): Likewise.
22030         (y1f): Likewise.
22031         (y1l): Likewise.
22032         (jnf): Likewise.
22033         (jnl): Likewise.
22034         (ynf): Likewise.
22035         (ynl): Likewise.
22036         (lgammaf_r): Condition declaration on [__USE_ISOC99].
22037         (lgammal_r): Likewise.
22038         (__lgamma_r_finite): New declaration.
22039         (__lgammaf_r_finite): Likewise.
22040         (__lgammal_r_finite): Likewise.
22041         (lgamma): Use __lgamma_r_finite.
22042         (lgammaf): Condition definition on [__USE_ISOC99].  Use
22043         __lgammaf_r_finite.
22044         (lgammal): Condition definition on [__USE_ISOC99].  Use
22045         __lgammal_r_finite.
22046         (gamma): Do not define for [!__USE_MISC && __USE_XOPEN2K].  Use
22047         __lgamma_r_finite.
22048         (gammaf): Condition definition on [__USE_ISOC99].  Use
22049         __lgammaf_r_finite.
22050         (gammal): Condition definition on [__USE_ISOC99].  Use
22051         __lgammal_r_finite.
22052         (logf): Condition declaration on [__USE_ISOC99].
22053         (logl): Likewise.
22054         (log10f): Likewise.
22055         (log10l): Likewise.
22056         (ldexpf): Likewise.
22057         (ldexpl): Likewise.
22058         (powf): Likewise.
22059         (powl): Likewise.
22060         (remainder): Condition declaration on [__USE_XOPEN_EXTENDED ||
22061         __USE_ISOC99].
22062         (remainderf): Condition declaration on [__USE_ISOC99].
22063         (remainderl): Likewise.
22064         (scalb): Do not declare for [!__USE_MISC && __USE_XOPEN2K8].
22065         (scalbf): Change condition to [__USE_MISC && __USE_ISOC99].
22066         (scalbl): Likewise.
22067         (sinhf): Condition declaration on [__USE_ISOC99].
22068         (sinhl): Likewise.
22069         (sqrtf): Likewise.
22070         (sqrtl): Likewise.
22072 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
22074         * sysdeps/arm/atomic-machine.h
22075         [__GNUC_PREREQ (4, 7) && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
22076         Change conditional to [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
22077         [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 && !__GNUC_PREREQ (4, 7)]:
22078         Remove conditional code.
22079         [!__GNUC_PREREQ (4, 7) || !__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
22080         Change conditional to [!__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
22081         * sysdeps/i386/sysdep.h [__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]:
22082         Change conditional to [__ASSEMBLER__].
22083         [__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
22084         [!__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]: Change conditional to
22085         [!__ASSEMBLER__].
22086         [!__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional
22087         code.
22088         * sysdeps/unix/sysv/linux/sh/atomic-machine.h (rNOSP): Remove
22089         conditional macro definitions.
22090         (__arch_compare_and_exchange_val_8_acq): Use "u" instead of rNOSP.
22091         (__arch_compare_and_exchange_val_16_acq): Likewise.
22092         (__arch_compare_and_exchange_val_32_acq): Likewise.
22093         (atomic_exchange_and_add): Likewise.
22094         (atomic_add): Likewise.
22095         (atomic_add_negative): Likewise.
22096         (atomic_add_zero): Likewise.
22097         (atomic_bit_set): Likewise.
22098         (atomic_bit_test_set): Likewise.
22099         * sysdeps/x86_64/atomic-machine.h [__GNUC_PREREQ (4, 7)]: Make
22100         code unconditional.
22101         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
22103         * math/test-math-errno.h: New file.
22104         * math/test-math-inline.h (TEST_INLINE): Define to 1 instead of
22105         empty.
22106         (TEST_ERRNO): New macro.
22107         (TEST_EXCEPTIONS): Likewise.
22108         * math/test-math-no-inline.h (TEST_INLINE): Likewise.
22109         (TEST_EXCEPTIONS): Likewise.
22110         * math/test-math-vector.h (TEST_ERRNO): Likewise.
22111         * math/test-double.c: Include "test-math-errno.h".
22112         * math/test-float.c: Likewise.
22113         * math/test-ldouble.c: Likewise.
22114         * math/libm-test.inc (test_single_exception) [!TEST_INLINE]: Make
22115         code unconditional.
22116         (test_exceptions): Only run code if TEST_EXCEPTIONS.
22117         (test_single_errno) [!TEST_INLINE && !TEST_MATHVEC]: Make code
22118         unconditional.
22119         (test_errno): Only run code if TEST_ERRNO.
22120         (enable_test): Use "if" conditional on TEST_INLINE, not #ifdef.
22122 2015-11-04  Florian Weimer  <fweimer@redhat.com>
22124         * nptl/tst-once5.cc: Remove attribution.
22126 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
22128         * math/auto-libm-test-in: Add more tests of sin, sincos, sinh,
22129         sqrt, tan, tanh, y0, y1 and yn.
22130         * math/auto-libm-test-out: Regenerated.
22131         * math/libm-test.inc (scalb_test_data): Add more tests.
22132         (scalbn_test_data): Likewise.
22133         (scalbln_test_data): Likewise.
22134         (signbit_test_data): Likewise.
22135         (sin_test_data): Likewise.
22136         (sincos_test_data): Likewise.
22137         (sinh_test_data): Likewise.
22138         (sqrt_test_data): Likewise.
22139         (tan_test_data): Likewise.
22140         (tanh_test_data): Likewise.
22141         (tgamma_test_data): Likewise.
22142         (y0_test_data): Likewise.
22143         (y1_test_data): Likewise.
22144         (yn_test_data): Likewise.
22145         (significand_test_data): Likewise.
22146         * sysdeps/i386/fpu/libm-test-ulps: Update.
22148 2015-11-03  David Kastrup  <dak@gnu.org>
22150         [BZ #18604]
22151         * assert/assert.h (assert): Don't macro-expand failed assertion
22152         expression in error message.
22153         * malloc/malloc.c (assert): Likewise.
22155 2015-11-03  Joseph Myers  <joseph@codesourcery.com>
22157         * configure.ac (libc_cv_ld_no_whole_archive): Remove configure
22158         test.
22159         * configure: Regenerated.
22161 2015-11-02  Joseph Myers  <joseph@codesourcery.com>
22163         * math/libm-test.inc (modf_test_data): Add more tests.
22164         (nearbyint_test_data): Likewise.
22165         (nextafter_test_data): Likewise.
22166         (nexttoward_test_data): Likewise.
22167         (pow_test_data): Likewise.
22168         (remainder_test_data): Likewise.
22169         (remquo_test_data): Likewise.
22170         (rint_test_data): Likewise.
22172         [BZ #19201]
22173         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22174         Check for zero remainder in case of large exponents and ensure
22175         correct sign of result in that case.
22176         * math/libm-test.inc (remainder_test_data): Add more tests.
22178         [BZ #6799]
22179         * math/s_nextafter.c: Include <errno.h>.
22180         (__nextafter): Set errno on overflow and underflow.
22181         * math/s_nexttowardf.c: Include <errno.h>.
22182         (__nexttowardf): Set errno on overflow and underflow.
22183         * sysdeps/i386/fpu/s_nextafterl.c: Include <errno.h>.
22184         (__nextafterl): Set errno on overflow and underflow.
22185         * sysdeps/i386/fpu/s_nexttoward.c: Include <errno.h>.
22186         (__nexttoward): Set errno on overflow and underflow.
22187         * sysdeps/i386/fpu/s_nexttowardf.c: Include <errno.h>.
22188         (__nexttowardf): Set errno on overflow and underflow.
22189         * sysdeps/ieee754/flt-32/s_nextafterf.c: Include <errno.h>.
22190         (__nextafterf): Set errno on overflow and underflow.
22191         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include <errno.h>.
22192         (__nextafterl): Set errno on overflow and underflow.
22193         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Include <errno.h>.
22194         (__nexttoward): Set errno on overflow and underflow.
22195         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Include <errno.h>.
22196         (__nexttowardf): Set errno on overflow and underflow.
22197         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <errno.h>.
22198         (__nextafterl): Set errno on overflow and underflow.
22199         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Include <errno.h>.
22200         (__nexttoward): Set errno on overflow and underflow.
22201         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include <errno.h>.
22202         (__nexttowardf): Set errno on overflow and underflow.
22203         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Include <errno.h>.
22204         (__nexttoward): Set errno on overflow and underflow.
22205         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include <errno.h>.
22206         (__nexttowardf): Set errno on overflow and underflow.
22207         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include <errno.h>.
22208         (__nldbl_nexttowardf): Set errno on overflow and underflow.
22209         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Include <errno.h>.
22210         (__nextafterl): Set errno on overflow and underflow.
22211         * math/libm-test.inc (nextafter_test_data): Do not allow errno
22212         setting to be missing on overflow.  Add more tests.
22213         (nexttoward_test_data): Likewise.
22215         * configure.ac (libc_cv_initfini_array): Remove configure test.
22216         * configure: Regenerated.
22218 2015-10-29  Joseph Myers  <joseph@codesourcery.com>
22220         [BZ #19189]
22221         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Make check for
22222         non-finite argument handle arguments with negative sign.
22224         * math/libm-test.inc (j0_test_data): Do not test sign of zero
22225         result from infinite argument.
22226         (j1_test_data): Likewise.
22227         (jn_test_data): Likewise.
22228         (y0_test_data): Likewise.
22229         (y1_test_data): Likewise.
22230         (yn_test_data): Likewise.
22232         [BZ #16171]
22233         * math/w_remainder.c (drem): Define as weak alias of __remainder.
22234         [NO_LONG_DOUBLE] (dreml): Define as weak alias of __remainder.
22235         * math/w_remainderf.c (dremf): Define as weak alias of
22236         __remainderf.
22237         * math/w_remainderl.c (dreml): Define as weak alias of
22238         __remainderl.
22239         * sysdeps/ia64/fpu/e_remainder.S (drem): Define as weak alias of
22240         __remainder.
22241         * sysdeps/ia64/fpu/e_remainderf.S (dremf): Define as weak alias of
22242         __remainderf.
22243         * sysdeps/ia64/fpu/e_remainderl.S (dreml): Define as weak alias of
22244         __remainderl.
22245         * sysdeps/ieee754/ldbl-opt/nldbl-remainder.c (dreml): Define as
22246         weak alias of remainderl.
22247         * sysdeps/ieee754/ldbl-opt/w_remainder.c
22248         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__drem): Define as strong
22249         alias of __remainder.
22250         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (dreml): Use compat_symbol.
22251         * sysdeps/ieee754/ldbl-opt/w_remainderl.c (__dreml): Define as
22252         strong alias of __remainderl.
22253         (dreml): Use long_double_symbol.
22254         * math/Makefile (libm-calls): Remove w_drem.
22255         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove drem.
22256         (CFLAGS-nldbl-drem.c): Remove variable.
22257         (CFLAGS-nldbl-remainder.c): Add -fno-builtin-dreml.
22258         * math/w_drem.c: Remove file.
22259         * math/w_dremf.c: Likewise.
22260         * math/w_dreml.c: Likewise.
22261         * sysdeps/ieee754/ldbl-opt/nldbl-drem.c: Likewise.
22262         * sysdeps/ieee754/ldbl-opt/w_drem.c: Likewise.
22263         * sysdeps/ieee754/ldbl-opt/w_dreml.c: Likewise.
22265         * sysdeps/i386/configure.ac (cpuid.h): Do not test for header.
22266         * sysdeps/i386/configure: Regenerated.
22267         * sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header.
22268         * sysdeps/x86_64/configure: Regenerated.
22270         * configure.ac (libc_cv_asm_protected_directive): Remove configure
22271         test.
22272         (libc_cv_visibility_attribute): Likewise.
22273         (libc_cv_protected_data): Test unconditionally.
22274         (libc_cv_broken_visibility_attribute): Remove configure test.
22275         (libc_cv_have_sdata_section): Test unconditionally.
22276         * configure: Regenerated.
22278         * include/libc-internal.h (libc_max_align_t): Remove typedef.
22279         * include/scratch_buffer.h: Include <stddef.h> instead of
22280         <libc-internal.h>.
22281         (struct scratch_buffer): Use max_align_t instead of
22282         libc_max_align_t.
22284 2015-10-29  Florian Weimer  <fweimer@redhat.com>
22286         * elf/dl-fini.c (_dl_fini): Rewrite to use variable-length array
22287         instead of extend_alloca.  Change control flow to avoid a goto.
22288         Remove assert which is trivially always true.
22290 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
22292         [BZ #16068]
22293         * sysdeps/i386/fpu/fesetenv.c: Include <fpu_control.h>.
22294         (FE_ALL_EXCEPT_X86): New macro.
22295         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
22296         FE_ALL_EXCEPT.  Ensure precision control is included in
22297         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
22298         handle "denormal operand exception" and clear FZ and DAZ bits.
22299         * sysdeps/x86_64/fpu/fesetenv.c: Include <fpu_control.h>.
22300         (FE_ALL_EXCEPT_X86): New macro.
22301         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
22302         FE_ALL_EXCEPT.  Ensure precision control is included in
22303         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
22304         handle "denormal operand exception" and clear FZ and DAZ bits.
22305         * sysdeps/x86/fpu/test-fenv-sse-2.c: New file.
22306         * sysdeps/x86/fpu/test-fenv-x87.c: Likewise.
22307         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
22308         test-fenv-x87 and test-fenv-sse-2.
22309         [$(subdir) = math] (CFLAGS-test-fenv-sse-2.c): New variable.
22311         * math/libm-test.inc (BUILD_COMPLEX): Remove macro.
22312         * math/test-double.h (BUILD_COMPLEX): New macro.
22313         * math/test-float.h (BUILD_COMPLEX): Likewise.
22314         * math/test-ldouble.h (BUILD_COMPLEX): Likewise.
22316         * math/libm-test.inc (min_subnorm_value): Use LDBL_TRUE_MIN,
22317         DBL_TRUE_MIN and FLT_TRUE_MIN instead of __LDBL_DENORM_MIN__,
22318         __DBL_DENORM_MIN__ and __FLT_DENORM_MIN__.
22319         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Refer to DBL_TRUE_MIN
22320         instead of DBL_DENORM_MIN in comment.
22321         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Refer to
22322         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
22323         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <float.h>.
22324         (__nextafterl): Use LDBL_TRUE_MIN instead of __LDBL_DENORM_MIN__.
22325         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Refer to
22326         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
22328 2015-10-28  Florian Weimer  <fweimer@redhat.com>
22330         [BZ #19048]
22331         * malloc/malloc.c (struct malloc_state): Update comment.  Add
22332         attached_threads member.
22333         (main_arena): Initialize attached_threads.
22334         * malloc/arena.c (list_lock): Update comment.
22335         (ptmalloc_lock_all, ptmalloc_unlock_all): Likewise.
22336         (ptmalloc_unlock_all2): Reinitialize arena reference counts.
22337         (deattach_arena): New function.
22338         (_int_new_arena): Initialize arena reference count and deattach
22339         replaced arena.
22340         (get_free_list, reused_arena): Update reference count and deattach
22341         replaced arena.
22342         (arena_thread_freeres): Update arena reference count and only put
22343         unreferenced arenas on the free list.
22345 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
22347         [BZ #19181]
22348         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Clear already-raised
22349         SSE exceptions when argument is FE_DFL_ENV or FE_NOMASK_ENV.
22350         * sysdeps/x86_64/fpu/fesetenv.c (__fesetenv): Likewise.
22351         * math/test-fenv-clear-main.c: New file.
22352         * math/test-fenv-clear.c: Likewise.
22353         * math/Makefile (tests): Add test-fenv-clear.
22354         * sysdeps/x86/fpu/test-fenv-clear-sse.c: New file.
22355         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
22356         test-fenv-clear-sse.
22357         [$(subdir) = math] (CFLAGS-test-fenv-clear-sse.c): New variable.
22359         * math/libm-test.inc (TYPE_DECIMAL_DIG): Use LDBL_DECIMAL_DIG,
22360         DBL_DECIMAL_DIG and FLT_DECIMAL_DIG instead of __DECIMAL_DIG__,
22361         __DBL_DECIMAL_DIG__ and __FLT_DECIMAL_DIG__.
22363 2015-10-28  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
22365         * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in
22366         static libc.
22368 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
22370         * sysdeps/i386/configure.ac (libc_cv_cc_avx2): Remove configure
22371         test.
22372         * sysdeps/i386/configure: Regenerated.
22373         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx2): Remove configure
22374         test.
22375         * sysdeps/x86_64/configure: Regenerated.
22376         * config.h.in (HAVE_AVX2_SUPPORT): Remove #undef.
22377         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
22378         memset-avx2 unconditionally instead of conditionally on
22379         [$(config-cflags-avx2) = yes].
22380         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
22381         (__libc_ifunc_impl_list) [HAVE_AVX2_SUPPORT]: Make code
22382         unconditional.
22383         * sysdeps/x86_64/multiarch/memset.S [HAVE_AVX2_SUPPORT]: Likewise.
22384         * sysdeps/x86_64/multiarch/memset_chk.S
22385         [IS_IN (libc) && SHARED && HAVE_AVX2_SUPPORT]: Change conditional
22386         to [IS_IN (libc) && SHARED].
22388 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
22390         * sysdeps/arm/configure.ac (libc_cv_arm_tls_desc): Remove
22391         configure test.
22392         * sysdeps/arm/configure: Regenerated.
22393         * sysdeps/arm/Makefile [!have-arm-tls-desc] (have-arm-tls-desc):
22394         Define variable if not already defined.
22396         [BZ #17404]
22397         * sysdeps/mips/atomic-machine.h
22398         [__GNUC_PREREQ (4, 8) || (__mips16 && __GNUC_PREREQ (4, 7))]:
22399         Change conditional to [__GNUC_PREREQ (4, 8) || __mips16].
22400         [__mips16 && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
22402         * resolv/res_send.c (send_vc) [__GNUC_PREREQ (4, 7)]: Make code
22403         unconditional.
22404         * soft-fp/fmadf4.c [__GNUC_PREREQ (4, 7)]: Likewise.
22405         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
22406         * soft-fp/fmasf4.c [__GNUC_PREREQ (4, 7)]: Make code
22407         unconditional.
22408         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
22409         * soft-fp/fmatf4.c [__GNUC_PREREQ (4, 7)]: Make code
22410         unconditional.
22411         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
22412         * stdlib/setenv.c
22413         [((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7)]: Make
22414         code unconditional.
22415         [!(((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7))]:
22416         Remove conditional code.
22417         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
22418         (__ieee754_lgamma_r) [__GNUC_PREREQ (4, 7)]: Make code
22419         unconditional.
22420         (__ieee754_lgamma_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
22421         code.
22422         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
22423         (__ieee754_lgammaf_r) [__GNUC_PREREQ (4, 7)]: Make code
22424         unconditional.
22425         (__ieee754_lgammaf_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
22426         code.
22427         * sysdeps/ieee754/ldbl-128/k_tanl.c
22428         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
22429         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
22430         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
22431         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
22432         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
22433         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
22434         (__ieee754_lgammal_r) [__GNUC_PREREQ (4, 7)]: Make code
22435         unconditional.
22436         (__ieee754_lgammal_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
22437         code.
22438         * sysdeps/ieee754/ldbl-96/k_tanl.c
22439         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
22440         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
22442         * nptl/tst-initializers1-c11.c: New file.
22443         * nptl/tst-initializers1-gnu11.c: Likewise.
22444         * nptl/Makefile (tests): Add these new tests.
22445         (CFLAGS-tst-initializers1-c11.c): New variable.
22446         (CFLAGS-tst-initializers1-gnu11.c): Likewise.
22448         * Makeconfig (CFLAGS): Use -std=gnu11 instead of -std=gnu99.
22449         * Makefile ($(objpfx)c++-types-check.out): Filter out -std=gnu11
22450         instead of -std=gnu99.
22451         * configure.ac (systemtap): Test with -std=gnu11 instead of
22452         -std=gnu99.
22453         * configure: Regenerated.
22454         * math/gen-auto-libm-tests.c: Use -std=gnu11 instead of -std=gnu99
22455         in compilation command in comment.
22457         * sysdeps/nptl/configure.ac: Remove file.
22458         * sysdeps/nptl/configure: Remove generated file.
22459         * configure.ac (libc_cv_forced_unwind): Do not substitute.
22460         * configure: Regenerated.
22461         * config.h.in (HAVE_FORCED_UNWIND): Remove #undef.
22462         * config.make.in (have-forced-unwind): Remove variable.
22463         * nptl/Makefile [$(have-forced-unwind) = yes]: Make code
22464         unconditional.
22465         * nptl/descr.h [HAVE_FORCED_UNWIND]: Likewise.
22466         * nptl/unwind.c [HAVE_FORCED_UNWIND]: Likewise.
22467         (__pthread_unwind) [!HAVE_FORCED_UNWIND]: Remove conditional code.
22468         * nptl/version.c [HAVE_FORCED_UNWIND]: Make code unconditional.
22469         * sysdeps/nptl/Makefile [$(have-forced-unwind) = yes]: Make code
22470         unconditional.
22472 2015-10-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
22474         [BZ #19174]
22475         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Fix usage of
22476         .skip_lock_out_of_tbegin_retries.
22477         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
22478         (__lll_lock_elision): Likewise, and respect a value of
22479         try_tbegin <= 0.
22481 2015-10-27  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
22483         * elf/dl-support.c (_dl_aux_init): Added AT_PLATFORM to the case
22484         statement.
22486 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
22488         * conform/Makefile (test-xfail-ISO11/complex.h/conform): Remove
22489         variable.
22490         (test-xfail-ISO11/stdalign.h/conform): Likewise.
22491         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
22493         * conform/GlibcConform.pm ($CFLAGS{"ISO11"}): Use -std=c11 instead
22494         of -std=c1x -D_ISOC11_SOURCE.
22496         * configure.ac (libc_cv_compiler_ok): Require GCC 4.7 or later.
22497         * configure: Regenerated.
22498         * manual/install.texi (Tools for Compilation): Document
22499         requirement for GCC 4.7 or later.
22500         * INSTALL: Regenerated.
22502 2015-10-27  Ludovic Courtès  <ludo@gnu.org>
22504         * locale/loadlocale.c (_nl_intern_locale_data): Change assertion
22505         on CNT to a conditional jump to 'puntdata'.
22507 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
22509         * configure.ac (libc_cv_gcc___thread): Remove configure test.
22510         (libc_cv_gcc_tls_model_attr): Likewise.
22511         * configure: Regenerated.
22513         * configure.ac (libc_cv_need_minus_P): Remove configure test.
22514         * configure: Regenerated.
22515         * Makeconfig (asm-CPPFLAGS): Remove reference to -P in comment.
22517 2015-10-26  Joseph Myers  <joseph@codesourcery.com>
22519         * configure.ac (old_glibc_headers): Remove configure test.
22520         * configure: Regenerated.
22521         * config.make.in (old-glibc-headers): Remove variable.
22522         * Makefile [!$(install_root) && $(old-glibc-headers) = yes]
22523         (install): Remove dependency on remove-old-headers.
22524         (headers2_0): Remove variable.
22525         (remove-old-headers): Remove rule.
22527         * configure.ac (libc_cv_dot_text): Remove configure test.
22528         (libc_cv_asm_set_directive): Use .text instead of
22529         ${libc_cv_dot_text} in configure test.
22530         * configure: Regenerated.
22532 2015-10-26  Florian Weimer  <fweimer@redhat.com>
22534         [BZ #19168]
22535         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
22537 2015-10-26  Florian Weimer  <fweimer@redhat.com>
22539         * configure.ac (CXX): Clear the variable if the C++ toolchain does
22540         not support static linking.
22541         * configure: Regenerate.
22543 2015-10-23  Joseph Myers  <joseph@codesourcery.com>
22545         * math/libm-test.inc (check_float_internal): Do not special-case
22546         errors up to 0.5 ulp.
22548         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
22549         log2.
22550         * math/auto-libm-test-out: Regenerated.
22551         * math/libm-test.inc (MAX_EXP): New macro.
22552         (ilogb_test_data): Add more tests.
22553         (isfinite_test_data): Likewise.
22554         (isgreater_test_data): Likewise.
22555         (isgreaterequal_test_data): Likewise.
22556         (isinf_test_data): Likewise.
22557         (isless_test_data): Likewise.
22558         (islessequal_test_data): Likewise.
22559         (islessgreater_test_data): Likewise.
22560         (isnan_test_data): Likewise.
22561         (isnormal_test_data): Likewise.
22562         (issignaling_test_data): Likewise.
22563         (isunordered_test_data): Likewise.
22564         (j0_test_data): Likewise.
22565         (j1_test_data): Likewise.
22566         (jn_test_data): Likewise.
22567         (lgamma_test_data): Likewise.
22568         (log_test_data): Likewise.
22569         (log10_test_data): Likewise.
22570         (log1p_test_data): Likewise.
22571         (log2_test_data): Likewise.
22572         (logb_test_data): Likewise.
22573         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22575         [BZ #18611]
22576         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Set errno and
22577         avoid excess range and precision on underflow.
22578         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
22579         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
22580         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
22581         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Set errno on
22582         underflow.
22583         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
22584         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22585         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
22586         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
22587         * math/auto-libm-test-in: Do not allow missing errno setting for
22588         tests of j1 and jn.
22589         * math/auto-libm-test-out: Regenerated.
22591 2015-10-22  Joseph Myers  <joseph@codesourcery.com>
22593         [BZ #15491]
22594         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Save and restore
22595         floating-point environment instead of clearing all exceptions.
22596         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
22597         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise,
22598         merging in "invalid" exceptions from frndint.
22599         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
22600         * math/test-nearbyint-except.c: New file.
22601         * math/Makefile (tests): Add test-nearbyint-except.
22603 2015-10-22  Chris Metcalf  <cmetcalf@ezchip.com>
22605         * NEWS: Mention bug 18699 fixed by commit fe8c2b33aed0.
22607         * sysdeps/tile/libm-test-ulps: Regenerated.
22609 2015-10-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
22611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
22612         (__NR_sync_file_range2): Assume it is always defined.
22613         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
22614         (__NR_sync_file_range): Assume it is always defined.
22616 2015-10-22  Andreas Schwab  <schwab@suse.de>
22618         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
22619         INTERNAL_SYSCALL_ERRNO.
22620         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
22621         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
22622         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
22623         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
22624         Likewise.
22625         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
22627 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
22629         * io/tst-fcntl.c (fd): New static variable.
22630         (do_prepare): Open temporary file here....
22631         (do_test): ...not here.
22633         * io/ftwtest-sh: Also trap on exit to remove temporary files.
22635 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
22637         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: Replace
22638         __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
22639         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
22640         Moved before "#ifdef __ASSEMBLER__".
22642 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
22644         [BZ #19156]
22645         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Return 1 for
22646         arguments very close to 0.
22648 2015-10-21  Chris Metcalf  <cmetcalf@ezchip.com>
22650         * sysdeps/unix/sysv/linux/tile/sysdep.h (PSEUDO_END)
22651         (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO): Undef before defining.
22653 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
22655         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
22656         New.  Defined for GCC 5 and above when not compiling for
22657         profiling.
22658         Replace __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
22660         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
22661         Renamed to ...
22662         (CFLAGS-epoll_pwait.o): This.
22663         (CFLAGS-mmap.c): Renamed to ...
22664         (CFLAGS-mmap.o): This.
22665         (CFLAGS-mmap64.c): Renamed to ...
22666         (CFLAGS-mmap64.o): This.
22667         (CFLAGS-epoll_pwait.os): New.
22668         (CFLAGS-mmap.os): Likewise.
22669         (CFLAGS-mmap64.os): Likewise.
22670         (CFLAGS-semtimedop.os): Likewise.
22671         (CFLAGS-semtimedop.c): Renamed to ...
22672         (CFLAGS-semtimedop.o): This.
22674 2015-10-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22676         * debug/tst-backtrace4.c (handle_signal): Fix a comment and
22677         warning message.
22679 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
22681         * Makeconfig (+gccwarn-c): Add -Wold-style-definition.
22682         * Makefile ($(objpfx)c++-types-check.out): Filter out
22683         $(+gccwarn-c) instead of -Wstrict-prototypes.
22685         * io/fts.c (fts_open): Convert to prototype-style function
22686         definition.
22687         * malloc/mcheck.c (mcheck): Likewise.
22688         (mcheck_pedantic): Likewise.
22689         * posix/regexec.c (re_search_2_stub): Likewise.  Use
22690         internal_function.
22691         (re_search_internal): Likewise.
22692         * resolv/res_init.c [RESOLVSORT] (net_mask): Convert to
22693         prototype-style function definition.
22694         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
22695         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
22696         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Likewise.
22697         (xdr_utmpptr): Likewise.
22698         (xdr_utmparr): Likewise.
22699         (xdr_utmpidle): Likewise.
22700         (xdr_utmpidleptr): Likewise.
22701         (xdr_utmpidlearr): Likewise.
22703         * math/auto-libm-test-in: Add more tests of hypot, j0, j1, jn,
22704         log, log10 and log2.
22705         * math/auto-libm-test-out: Regenerated.
22706         * math/libm-test.inc (fmod_test_data): Add more tests.
22707         (fpclassify_test_data): Likewise.
22708         (frexp_test_data): Likewise.
22709         (hypot_test_data): Likewise.
22710         (ilogb_test_data): Likewise.
22712 2015-10-20  Joseph Myers  <joseph@codesourcery.com>
22714         * debug/fortify_fail.c (__fortify_fail): Convert to
22715         prototype-style function definition.  Use internal_function.
22716         * libio/genops.c (save_for_backup): Convert to prototype-style
22717         function definition.
22718         * libio/wgenops.c (save_for_wbackup): Likewise.
22719         * login/grantpt.c (grantpt): Likewise.
22720         * login/ptsname.c (ptsname): Likewise.
22721         (__ptsname_r): Likewise.
22722         * login/unlockpt.c (unlockpt): Likewise.
22723         * mach/msgserver.c (__mach_msg_server): Likewise.
22724         * misc/efgcvt.c (__APPEND (FUNC_PREFIX, fcvt)): Likewise.
22725         (__APPEND (FUNC_PREFIX, ecvt)): Likewise.
22726         (__APPEND (FUNC_PREFIX, gcvt)): Likewise.
22727         * misc/efgcvt_r.c (__APPEND (FUNC_PREFIX, fcvt_r)): Likewise.
22728         (__APPEND (FUNC_PREFIX, ecvt_r)): Likewise.
22729         * nptl/cleanup_compat.c (_pthread_cleanup_push): Likewise.
22730         * nptl/cleanup_defer_compat.c (_pthread_cleanup_push_defer):
22731         Likewise.
22732         * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.  Use
22733         internal_function.
22734         * nptl/pthread_atfork.c (__pthread_atfork): Convert to
22735         prototype-style function definition.
22736         * nptl/pthread_create.c (__pthread_create_2_1): Likewise.
22737         [SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)]
22738         (__pthread_create_2_0): Likewise.
22739         * nptl/pthread_key_create.c (__pthread_key_create): Likewise.
22740         * nptl/register-atfork.c (__register_atfork): Likewise.
22741         * posix/glob.c (glob): Likewise.
22742         * posix/regcomp.c (re_comp): Likewise.
22743         * posix/regexec.c (re_exec): Likewise.
22744         * stdlib/add_n.c [__STDC__]: Make code unconditional.
22745         [!__STDC__]: Remove conditional code.
22746         * stdlib/cmp.c [__STDC__]: Make code unconditional.
22747         [!__STDC__]: Remove conditional code.
22748         * stdlib/divmod_1.c [__STDC__]: Make code unconditional.
22749         [!__STDC__]: Remove conditional code.
22750         * stdlib/divrem.c [__STDC__]: Make code unconditional.
22751         [!__STDC__]: Remove conditional code.
22752         * stdlib/lshift.c [__STDC__]: Make code unconditional.
22753         [!__STDC__]: Remove conditional code.
22754         * stdlib/mod_1.c [__STDC__]: Make code unconditional.
22755         [!__STDC__]: Remove conditional code.
22756         * stdlib/mul.c [__STDC__]: Make code unconditional.
22757         [!__STDC__]: Remove conditional code.
22758         * stdlib/mul_n.c [__STDC__]: Make code unconditional.
22759         [!__STDC__]: Remove conditional code.
22760         * stdlib/rshift.c [__STDC__]: Make code unconditional.
22761         [!__STDC__]: Remove conditional code.
22762         * stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style
22763         function definition.
22764         (STRTOF): Likewise.
22765         * stdlib/strtod_l.c (__STRTOF): Likewise.
22766         * stdlib/strtol.c (INTERNAL (strtol)): Likewise.
22767         * stdlib/strtol_l.c (INTERNAL (__strtol_l)): Likewise.
22768         (__strtol_l): Likewise.
22769         * stdlib/sub_n.c [__STDC__]: Make code unconditional.
22770         [!__STDC__]: Remove conditional code.
22771         * string/memrchr.c (MEMRCHR): Convert to prototype-style function
22772         definition.
22773         * string/strcasecmp.c (LOCALE_PARAM_DECL): Remove macro.
22774         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
22775         type.
22776         (__strcasecmp): Convert to prototype-style function definition.
22777         * string/strncase.c (LOCALE_PARAM_DECL): Remove macro.
22778         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
22779         type.
22780         (__strncasecmp): Convert to prototype-style function definition.
22781         * sunrpc/pm_getport.c (__libc_rpc_getport): Likewise.
22782         * sunrpc/xdr.c (xdr_union): Likewise.
22783         * sunrpc/xdr_array.c (xdr_array): Likewise.
22784         * sunrpc/xdr_ref.c (xdr_reference): Likewise.
22785         * sysdeps/m68k/m680x0/fpu/s_atan.c (__CONCATX(__,FUNC)): Likewise.
22786         * sysdeps/m68k/m680x0/fpu/s_isinf.c (__CONCATX(__,FUNC)):
22787         Likewise.
22788         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(__scalbn,suffix):
22789         Likewise.
22790         * sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.
22791         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
22792         Likewise.
22793         * time/strftime_l.c (LOCALE_PARAM_DECL): Remove macro.
22794         (LOCALE_PARAM_PROTO): Likewise.
22795         [_LIBC && USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include
22796         argument type.
22797         (ut_argument_spec): Remove macro.
22798         (ut_argument_spec_iso): Rename to ut_argument_spec.
22799         (memcpy_lowcase): Use LOCALE_PARAM in declaration.  Convert to
22800         prototype-style function definition.
22801         (memcpy_uppcase): Likewise.
22802         (__strftime_internal): Likewise.
22803         (my_strftime): Likewise.
22804         * time/strptime_l.c (LOCALE_PARAM_PROTO): Remove macro.
22805         (LOCALE_PARAM_DECL): Likewise.
22806         [_LIBC] (LOCALE_PARAM): Include argument type.
22807         (__strptime_internal): Convert to prototype-style function
22808         definition.
22809         (strptime): Likewise.
22810         * wcsmbs/wcscasecmp.c (LOCALE_PARAM_DECL): Remove macro.
22811         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
22812         type.
22813         (__wcscasecmp): Convert to prototype-style function definition.
22814         * wcsmbs/wcsncase.c (LOCALE_PARAM_DECL): Remove macro.
22815         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
22816         type.
22817         (__wcsncasecmp): Convert to prototype-style function definition.
22819         * crypt/md5-crypt.c (__md5_crypt_r): Convert to prototype-style
22820         function definition.
22821         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
22822         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
22823         * debug/backtracesyms.c (__backtrace_symbols): Likewise.
22824         * elf/dl-minimal.c (_itoa): Likewise.
22825         * hurd/hurdmalloc.c (malloc): Likewise.
22826         (free): Likewise.
22827         (realloc): Likewise.
22828         * inet/inet6_option.c (inet6_option_space): Likewise.
22829         (inet6_option_init): Likewise.
22830         (inet6_option_append): Likewise.
22831         (inet6_option_alloc): Likewise.
22832         (inet6_option_next): Likewise.
22833         (inet6_option_find): Likewise.
22834         * io/ftw.c (FTW_NAME): Likewise.
22835         (NFTW_NAME): Likewise.
22836         (NFTW_NEW_NAME): Likewise.
22837         (NFTW_OLD_NAME): Likewise.
22838         * libio/iofwide.c (_IO_fwide): Likewise.
22839         * libio/strops.c (_IO_str_init_static_internal): Likewise.
22840         (_IO_str_init_static): Likewise.
22841         (_IO_str_init_readonly): Likewise.
22842         (_IO_str_overflow): Likewise.
22843         (_IO_str_underflow): Likewise.
22844         (_IO_str_count): Likewise.
22845         (_IO_str_seekoff): Likewise.
22846         (_IO_str_pbackfail): Likewise.
22847         (_IO_str_finish): Likewise.
22848         * libio/wstrops.c (_IO_wstr_init_static): Likewise.
22849         (_IO_wstr_overflow): Likewise.
22850         (_IO_wstr_underflow): Likewise.
22851         (_IO_wstr_count): Likewise.
22852         (_IO_wstr_seekoff): Likewise.
22853         (_IO_wstr_pbackfail): Likewise.
22854         (_IO_wstr_finish): Likewise.
22855         * locale/programs/localedef.c (normalize_codeset): Likewise.
22856         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
22857         (add_locales_to_archive): Likewise.
22858         (delete_locales_from_archive): Likewise.
22859         * malloc/malloc.c (__libc_mallinfo): Likewise.
22860         * math/gen-auto-libm-tests.c (init_fp_formats): Likewise.
22861         * misc/tsearch.c (__tfind): Likewise.
22862         * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Likewise.
22863         * nptl/pthread_attr_getdetachstate.c
22864         (__pthread_attr_getdetachstate): Likewise.
22865         * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
22866         Likewise.
22867         * nptl/pthread_attr_getinheritsched.c
22868         (__pthread_attr_getinheritsched): Likewise.
22869         * nptl/pthread_attr_getschedparam.c
22870         (__pthread_attr_getschedparam): Likewise.
22871         * nptl/pthread_attr_getschedpolicy.c
22872         (__pthread_attr_getschedpolicy): Likewise.
22873         * nptl/pthread_attr_getscope.c (__pthread_attr_getscope):
22874         Likewise.
22875         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack):
22876         Likewise.
22877         * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
22878         Likewise.
22879         * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
22880         Likewise.
22881         * nptl/pthread_attr_init.c (__pthread_attr_init_2_1): Likewise.
22882         (__pthread_attr_init_2_0): Likewise.
22883         * nptl/pthread_attr_setdetachstate.c
22884         (__pthread_attr_setdetachstate): Likewise.
22885         * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
22886         Likewise.
22887         * nptl/pthread_attr_setinheritsched.c
22888         (__pthread_attr_setinheritsched): Likewise.
22889         * nptl/pthread_attr_setschedparam.c
22890         (__pthread_attr_setschedparam): Likewise.
22891         * nptl/pthread_attr_setschedpolicy.c
22892         (__pthread_attr_setschedpolicy): Likewise.
22893         * nptl/pthread_attr_setscope.c (__pthread_attr_setscope):
22894         Likewise.
22895         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack):
22896         Likewise.
22897         * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
22898         Likewise.
22899         * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
22900         Likewise.
22901         * nptl/pthread_condattr_setclock.c (pthread_condattr_setclock):
22902         Likewise.
22903         * nptl/pthread_create.c (__find_in_stack_list): Likewise.
22904         * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
22905         * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Define to
22906         use internal_function.
22907         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Convert to
22908         prototype-style function definition.
22909         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
22910         (__pthread_mutex_cond_lock_adjust): Likewise.  Use
22911         internal_function.
22912         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock):
22913         Convert to prototype-style function definition.
22914         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
22915         Likewise.
22916         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
22917         Likewise.
22918         (__pthread_mutex_unlock): Likewise.
22919         * nptl_db/td_ta_clear_event.c (td_ta_clear_event): Likewise.
22920         * nptl_db/td_ta_set_event.c (td_ta_set_event): Likewise.
22921         * nptl_db/td_thr_clear_event.c (td_thr_clear_event): Likewise.
22922         * nptl_db/td_thr_event_enable.c (td_thr_event_enable): Likewise.
22923         * nptl_db/td_thr_set_event.c (td_thr_set_event): Likewise.
22924         * nss/makedb.c (process_input): Likewise.
22925         * posix/fnmatch.c (__strchrnul): Likewise.
22926         (__wcschrnul): Likewise.
22927         (fnmatch): Likewise.
22928         * posix/fnmatch_loop.c (FCT): Likewise.
22929         * posix/glob.c (globfree): Likewise.
22930         (__glob_pattern_type): Likewise.
22931         (__glob_pattern_p): Likewise.
22932         * posix/regcomp.c (re_compile_pattern): Likewise.
22933         (re_set_syntax): Likewise.
22934         (re_compile_fastmap): Likewise.
22935         (regcomp): Likewise.
22936         (regerror): Likewise.
22937         (regfree): Likewise.
22938         * posix/regexec.c (regexec): Likewise.
22939         (re_match): Likewise.
22940         (re_search): Likewise.
22941         (re_match_2): Likewise.
22942         (re_search_2): Likewise.
22943         (re_search_stub): Likewise.  Use internal_function
22944         (re_copy_regs): Likewise.
22945         (re_set_registers): Convert to prototype-style function
22946         definition.
22947         (prune_impossible_nodes): Likewise.  Use internal_function.
22948         * resolv/inet_net_pton.c (inet_net_pton): Convert to
22949         prototype-style function definition.
22950         (inet_net_pton_ipv4): Likewise.
22951         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22952         * sysdeps/pthread/aio_cancel.c (aio_cancel): Likewise.
22953         * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
22954         * sysdeps/pthread/timer_delete.c (timer_delete): Likewise.
22955         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
22956         Make variadic.
22957         * time/strptime_l.c (localtime_r): Convert to prototype-style
22958         function definition.
22959         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
22960         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
22961         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
22962         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
22964         * crypt/crypt.c (_ufc_doit_r): Convert to prototype-style function
22965         definition.
22966         (_ufc_doit_r): Likewise.
22967         * crypt/crypt_util.c (_ufc_copymem): Likewise.
22968         (_ufc_output_conversion_r): Likewise.
22969         * inet/inet_mkadr.c (__inet_makeaddr): Likewise.
22970         * inet/rcmd.c (rcmd_af): Likewise.
22971         (rcmd): Likewise.
22972         (ruserok_af): Likewise.
22973         (ruserok): Likewise.
22974         (ruserok2_sa): Likewise.
22975         (ruserok_sa): Likewise.
22976         (iruserok_af): Likewise.
22977         (iruserok): Likewise.
22978         (__ivaliduser): Likewise.
22979         (__validuser2_sa): Likewise.
22980         * inet/rexec.c (rexec_af): Likewise.
22981         (rexec): Likewise.
22982         * inet/ruserpass.c (ruserpass): Likewise.
22983         * locale/programs/xmalloc.c (xcalloc): Likewise.
22984         * manual/examples/timeval_subtract.c (timeval_subtract): Likewise.
22985         * math/w_drem.c (__drem): Likewise.
22986         * math/w_dremf.c (__dremf): Likewise.
22987         * math/w_dreml.c (__dreml): Likewise.
22988         * misc/daemon.c (daemon): Likewise.
22989         * resolv/res_debug.c (p_fqnname): Likewise.
22990         * stdlib/div.c (div): Likewise.
22991         * string/memcmp.c (memcmp_bytes): Likewise.
22992         * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise.
22993         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
22995         * crypt/cert.c (main): Convert to prototype-style function
22996         definition.
22997         * io/pipe.c (__pipe): Likewise.
22998         * io/pipe2.c (__pipe2): Likewise.
22999         * misc/futimesat.c (futimesat): Likewise.
23000         * misc/utimes.c (__utimes): Likewise.
23001         * posix/execve.c (__execve): Likewise.
23002         * posix/execvp.c (execvp): Likewise.
23003         * posix/execvpe.c (__execvpe): Likewise.
23004         * posix/fexecve.c (fexecve): Likewise.
23005         * socket/socketpair.c (socketpair): Likewise.
23006         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
23007         * stdlib/erand48.c (erand48): Likewise.
23008         * stdlib/erand48_r.c (__erand48_r): Likewise.
23009         * stdlib/jrand48.c (jrand48): Likewise.
23010         * stdlib/jrand48_r.c (__jrand48_r): Likewise.
23011         * stdlib/lcong48.c (lcong48): Likewise.
23012         * stdlib/lcong48_r.c (__lcong48_r): Likewise.
23013         * stdlib/nrand48.c (nrand48): Likewise.
23014         * stdlib/nrand48_r.c (__nrand48_r): Likewise.
23015         * stdlib/seed48.c (seed48): Likewise.
23016         * stdlib/seed48_r.c (__seed48_r): Likewise.
23017         * sysdeps/mach/hurd/execve.c (__execve): Likewise.
23018         * sysdeps/mach/hurd/utimes.c (__utimes): Likewise.
23019         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Likewise.
23021 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
23023         * configure.ac (libc_cv_asm_unique_object): Remove configure test.
23024         * configure: Regenerated.
23025         * config.h.in (HAVE_ASM_UNIQUE_OBJECT): Remove #undef.
23026         * elf/tst-unique1.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Make code
23027         unconditional.
23028         * elf/tst-unique1mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
23029         * elf/tst-unique1mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
23030         * elf/tst-unique2.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
23031         (do_test) [!HAVE_ASM_UNIQUE_OBJECT]: Remove conditional code.
23032         * elf/tst-unique2mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Make code
23033         unconditional.
23034         * elf/tst-unique2mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
23036         * posix/Makefile (CFLAGS-regex.c): Remove variable.
23037         * resolv/Makefile (+cflags): Do not use -Wno-strict-prototypes.
23039         * crypt/crypt-entry.c (__crypt_r): Convert to prototype-style
23040         function definition.
23041         * crypt/crypt_util.c (__encrypt_r): Likewise.
23042         * libio/genops.c (_IO_no_init): Likewise.
23043         * libio/iofopncook.c (_IO_fopencookie): Likewise.
23044         (_IO_old_fopencookie): Likewise.
23045         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
23046         * libio/iogetline.c (_IO_getline): Likewise.
23047         (_IO_getline_info): Likewise.
23048         * libio/iogetwline.c (_IO_getwline): Likewise.
23049         (_IO_getwline_info): Likewise.
23050         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
23051         * libio/vswprintf.c (_IO_vswprintf): Likewise.
23052         * locale/programs/simple-hash.c (insert_entry_2): Likewise.
23053         (find_entry): Likewise.
23054         (iterate_table): Likewise.
23055         (lookup): Likewise.
23056         * login/forkpty.c (forkpty): Likewise.
23057         * misc/hsearch_r.c (__hsearch_r): Likewise.
23058         * misc/select.c (__select): Likewise.
23059         * nptl/cleanup_defer_compat.c (_pthread_cleanup_pop_restore):
23060         Likewise.
23061         * nptl/old_pthread_cond_init.c (__pthread_cond_init_2_0):
23062         Likewise.
23063         * nptl/old_pthread_cond_timedwait.c
23064         (__pthread_cond_timedwait_2_0): Likewise.
23065         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
23066         * nptl/pthread_barrierattr_getpshared.c
23067         (pthread_barrierattr_getpshared): Likewise.
23068         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
23069         Likewise.
23070         * nptl/pthread_mutex_setprioceiling.c
23071         (pthread_mutex_setprioceiling): Likewise.
23072         * nptl/pthread_mutexattr_getprioceiling.c
23073         (pthread_mutexattr_getprioceiling): Likewise.
23074         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
23075         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
23076         Likewise.
23077         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
23078         Likewise.
23079         * nptl/pthread_setschedparam.c (__pthread_setschedparam):
23080         Likewise.
23081         * socket/recvfrom.c (__recvfrom): Likewise.
23082         * socket/sendto.c (__sendto): Likewise.
23083         * socket/setsockopt.c (__setsockopt): Likewise.
23084         * stdio-common/_itoa.c (_itoa): Likewise.
23085         * stdio-common/_itowa.c (_itowa): Likewise.
23086         * stdio-common/reg-printf.c (__register_printf_specifier):
23087         Likewise.
23088         (__register_printf_function): Likewise.
23089         * stdio-common/tempname.c (__path_search): Likewise.
23090         * stdlib/addmul_1.c (mpn_addmul_1): Likewise.
23091         * stdlib/mul_1.c (mpn_mul_1): Likewise.
23092         * stdlib/random_r.c (__initstate_r): Likewise.
23093         * stdlib/setenv.c (__add_to_environ): Likewise.
23094         * stdlib/submul_1.c (mpn_submul_1): Likewise.
23095         * streams/getpmsg.c (getpmsg): Likewise.
23096         * streams/putmsg.c (putmsg): Likewise.
23097         * streams/putpmsg.c (putpmsg): Likewise.
23098         * sunrpc/clnt_raw.c (clntraw_call): Likewise.
23099         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
23100         * sunrpc/clnt_udp.c (clntudp_create): Likewise.
23101         * sunrpc/clnt_unix.c (clntunix_call): Likewise.
23102         * sunrpc/pm_getport.c (pmap_getport): Likewise.
23103         * sunrpc/svc_udp.c (cache_get): Likewise.
23104         * sunrpc/xdr_array.c (xdr_vector): Likewise.
23105         * sysdeps/mach/hurd/getcwd.c
23106         (__canonicalize_directory_name_internal): Likewise.
23107         * sysdeps/mach/hurd/pselect.c (__pselect): Likewise.
23108         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
23109         * sysdeps/mach/hurd/select.c (__select): Likewise.
23110         * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
23111         * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
23112         * sysdeps/sparc/nptl/pthread_barrier_init.c
23113         (__pthread_barrier_init): Likewise.
23114         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c
23115         (__pthread_cond_timedwait): Likewise.
23116         * sysdeps/unix/sysv/linux/i386/putmsg.c (putmsg): Likewise.
23117         * sysdeps/unix/sysv/linux/s390/semtimedop.c (semtimedop):
23118         Likewise.
23119         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Likewise.
23120         * sysdeps/unix/sysv/linux/timer_settime.c (timer_settime):
23121         Likewise.
23122         * sysvipc/semtimedop.c (semtimedop): Likewise.
23123         * time/setitimer.c (__setitimer): Likewise.
23124         * time/strftime_l.c (emacs_strftime): Likewise.
23126 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
23128         * config.make.in (have-ssp): Delete.
23129         (stack-protector): New variable.
23130         * configure.ac: Delete libc_cv_ssp export.  Add libc_cv_ssp_strong
23131         cache test for -fstack-protector-strong.  Export stack_protector to
23132         the best ssp flag.
23133         * configure: Regenerated.
23134         * login/Makefile (pt_chown-cflags): Always add $(stack-protector).
23135         * nscd/Makefile (CFLAGS-nscd): Likewise.
23136         * resolv/Makefile (CFLAGS-libresolv): Likewise.
23138 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
23140         [BZ #19122]
23141         * include/sys/stat.h [IS_IN (rtld)] (__fxstatat64): Add
23142         attribute_hidden.
23144 2015-10-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23146         [BZ #18743]
23147         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Move most of this
23148         code to...
23149         (ELIDE_LOCK): ...here.
23150         (__get_new_count): New function with part of the code from
23151         __elide_lock that updates the value of adapt_count after a
23152         transaction abort.
23153         (__elided_trylock): Moved this code to...
23154         (ELIDE_TRYLOCK): ...here.
23156 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
23158         * configure.ac (AC_ARG_ENABLE(timezone-tools)): Tweak help phrasing.
23159         * configure: Regenerate.
23160         * INSTALL: Regenerate.
23161         * manual/install.texi (--disable-timezone-tools): Use @theglibc{}
23162         and tweak grammar.
23164 2015-10-19  Geoffrey Thomas  <geofft@ldpreload.com>
23166         * login/programs/pt_chown.c: Include signal.h
23167         (main): Clear any signal mask from the parent process.
23169 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
23171         * configure.ac (libc_cv_gnu89_inline): Remove configure test.
23172         * configure: Regenerated.
23173         * config.make.in (gnu89-inline-CFLAGS): Remove variable.
23174         * Makeconfig (CFLAGS): Use -fgnu89-inline instead of
23175         $(gnu89-inline-CFLAGS).
23177         * configure.ac (libc_cv_asm_weak_directive): Remove configure
23178         test.
23179         (libc_cv_asm_weakext_directive): Likewise.
23180         * configure: Regenerated.
23181         * config.h.in (HAVE_ASM_WEAK_DIRECTIVE): Remove #undef.
23182         (HAVE_ASM_WEAKEXT_DIRECTIVE): Likewise.
23183         * include/libc-symbols.h
23184         [!HAVE_ASM_WEAK_DIRECTIVE && !HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove
23185         #error.
23186         [HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove conditional code.
23187         [!HAVE_ASM_WEAKEXT_DIRECTIVE]: Make code unconditional.
23189         * sysdeps/arm/backtrace.c (__backtrace): Convert to
23190         prototype-style function definition.
23191         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
23192         * sysdeps/i386/ffs.c (__ffs): Likewise.
23193         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23194         * sysdeps/ia64/nptl/pthread_spin_lock.c (pthread_spin_lock):
23195         Likewise.
23196         * sysdeps/ia64/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
23197         Likewise.
23198         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
23199         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
23200         Likewise.
23201         * sysdeps/m68k/ffs.c (__ffs): Likewise.
23202         * sysdeps/m68k/m680x0/fpu/e_acos.c (FUNC): Likewise.
23203         * sysdeps/m68k/m680x0/fpu/e_fmod.c (FUNC): Likewise.
23204         * sysdeps/mach/adjtime.c (__adjtime): Likewise.
23205         * sysdeps/mach/gettimeofday.c (__gettimeofday): Likewise.
23206         * sysdeps/mach/hurd/_exit.c (_exit): Likewise.
23207         * sysdeps/mach/hurd/access.c (__access): Likewise.
23208         * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
23209         * sysdeps/mach/hurd/chdir.c (__chdir): Likewise.
23210         * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
23211         * sysdeps/mach/hurd/chown.c (__chown): Likewise.
23212         * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Likewise.
23213         (cthread_getspecific): Likewise.
23214         (cthread_setspecific): Likewise.
23215         (__libc_getspecific): Likewise.
23216         * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Likewise.
23217         * sysdeps/mach/hurd/faccessat.c (faccessat): Likewise.
23218         * sysdeps/mach/hurd/fchdir.c (__fchdir): Likewise.
23219         * sysdeps/mach/hurd/fchmod.c (__fchmod): Likewise.
23220         * sysdeps/mach/hurd/fchmodat.c (fchmodat): Likewise.
23221         * sysdeps/mach/hurd/fchown.c (__fchown): Likewise.
23222         * sysdeps/mach/hurd/fchownat.c (fchownat): Likewise.
23223         * sysdeps/mach/hurd/flock.c (__flock): Likewise.
23224         * sysdeps/mach/hurd/fsync.c (fsync): Likewise.
23225         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Likewise.
23226         * sysdeps/mach/hurd/getgroups.c (__getgroups): Likewise.
23227         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
23228         * sysdeps/mach/hurd/getitimer.c (__getitimer): Likewise.
23229         * sysdeps/mach/hurd/getlogin_r.c (__getlogin_r): Likewise.
23230         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
23231         * sysdeps/mach/hurd/getrusage.c (__getrusage): Likewise.
23232         * sysdeps/mach/hurd/getsockname.c (__getsockname): Likewise.
23233         * sysdeps/mach/hurd/group_member.c (__group_member): Likewise.
23234         * sysdeps/mach/hurd/isatty.c (__isatty): Likewise.
23235         * sysdeps/mach/hurd/lchown.c (__lchown): Likewise.
23236         * sysdeps/mach/hurd/link.c (__link): Likewise.
23237         * sysdeps/mach/hurd/linkat.c (linkat): Likewise.
23238         * sysdeps/mach/hurd/listen.c (__listen): Likewise.
23239         * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
23240         * sysdeps/mach/hurd/mkdirat.c (mkdirat): Likewise.
23241         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
23242         * sysdeps/mach/hurd/poll.c (__poll): Likewise.
23243         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
23244         * sysdeps/mach/hurd/readlinkat.c (readlinkat): Likewise.
23245         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
23246         * sysdeps/mach/hurd/rename.c (rename): Likewise.
23247         * sysdeps/mach/hurd/renameat.c (renameat): Likewise.
23248         * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
23249         * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Likewise.
23250         * sysdeps/mach/hurd/rmdir.c (__rmdir): Likewise.
23251         * sysdeps/mach/hurd/seekdir.c (seekdir): Likewise.
23252         * sysdeps/mach/hurd/send.c (__send): Likewise.
23253         * sysdeps/mach/hurd/setdomain.c (setdomainname): Likewise.
23254         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
23255         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
23256         * sysdeps/mach/hurd/setgid.c (__setgid): Likewise.
23257         * sysdeps/mach/hurd/setgroups.c (setgroups): Likewise.
23258         * sysdeps/mach/hurd/sethostid.c (sethostid): Likewise.
23259         * sysdeps/mach/hurd/sethostname.c (sethostname): Likewise.
23260         * sysdeps/mach/hurd/setlogin.c (setlogin): Likewise.
23261         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
23262         * sysdeps/mach/hurd/setregid.c (__setregid): Likewise.
23263         * sysdeps/mach/hurd/setreuid.c (__setreuid): Likewise.
23264         * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
23265         * sysdeps/mach/hurd/setuid.c (__setuid): Likewise.
23266         * sysdeps/mach/hurd/shutdown.c (shutdown): Likewise.
23267         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
23268         * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
23269         * sysdeps/mach/hurd/sigpending.c (sigpending): Likewise.
23270         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
23271         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
23272         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
23273         * sysdeps/mach/hurd/symlink.c (__symlink): Likewise.
23274         * sysdeps/mach/hurd/symlinkat.c (symlinkat): Likewise.
23275         * sysdeps/mach/hurd/telldir.c (telldir): Likewise.
23276         * sysdeps/mach/hurd/truncate.c (__truncate): Likewise.
23277         * sysdeps/mach/hurd/umask.c (__umask): Likewise.
23278         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
23279         * sysdeps/mach/hurd/unlinkat.c (unlinkat): Likewise.
23280         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
23281         * sysdeps/posix/alarm.c (alarm): Likewise.
23282         * sysdeps/posix/cuserid.c (cuserid): Likewise.
23283         * sysdeps/posix/dirfd.c (dirfd): Likewise.
23284         * sysdeps/posix/dup.c (__dup): Likewise.
23285         * sysdeps/posix/dup2.c (__dup2): Likewise.
23286         * sysdeps/posix/euidaccess.c (euidaccess): Likewise.
23287         (main): Likewise.
23288         * sysdeps/posix/flock.c (__flock): Likewise.
23289         * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
23290         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
23291         * sysdeps/posix/gethostname.c (__gethostname): Likewise.
23292         * sysdeps/posix/gettimeofday.c (__gettimeofday): Likewise.
23293         * sysdeps/posix/isatty.c (__isatty): Likewise.
23294         * sysdeps/posix/killpg.c (killpg): Likewise.
23295         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
23296         * sysdeps/posix/mkfifoat.c (mkfifoat): Likewise.
23297         * sysdeps/posix/raise.c (raise): Likewise.
23298         * sysdeps/posix/remove.c (remove): Likewise.
23299         * sysdeps/posix/rename.c (rename): Likewise.
23300         * sysdeps/posix/rewinddir.c (__rewinddir): Likewise.
23301         * sysdeps/posix/seekdir.c (seekdir): Likewise.
23302         * sysdeps/posix/sigblock.c (__sigblock): Likewise.
23303         * sysdeps/posix/sigignore.c (sigignore): Likewise.
23304         * sysdeps/posix/sigintr.c (siginterrupt): Likewise.
23305         * sysdeps/posix/signal.c (__bsd_signal): Likewise.
23306         * sysdeps/posix/sigset.c (sigset): Likewise.
23307         * sysdeps/posix/sigsuspend.c (__sigsuspend): Likewise.
23308         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
23309         * sysdeps/posix/sysv_signal.c (__sysv_signal): Likewise.
23310         * sysdeps/posix/time.c (time): Likewise.
23311         * sysdeps/posix/ttyname.c (getttyname): Likewise.
23312         (ttyname): Likewise.
23313         * sysdeps/posix/ttyname_r.c (__ttyname_r): Likewise.
23314         * sysdeps/posix/utime.c (utime): Likewise.
23315         * sysdeps/powerpc/fpu/s_isnan.c (__isnan): Likewise.
23316         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
23317         Likewise.
23318         * sysdeps/powerpc/nptl/pthread_spin_trylock.c
23319         (pthread_spin_trylock): Likewise.
23320         * sysdeps/pthread/aio_error.c (aio_error): Likewise.
23321         * sysdeps/pthread/aio_read.c (aio_read): Likewise.
23322         * sysdeps/pthread/aio_read64.c (aio_read64): Likewise.
23323         * sysdeps/pthread/aio_write.c (aio_write): Likewise.
23324         * sysdeps/pthread/aio_write64.c (aio_write64): Likewise.
23325         * sysdeps/pthread/flockfile.c (__flockfile): Likewise.
23326         * sysdeps/pthread/ftrylockfile.c (__ftrylockfile): Likewise.
23327         * sysdeps/pthread/funlockfile.c (__funlockfile): Likewise.
23328         * sysdeps/pthread/timer_create.c (timer_create): Likewise.
23329         * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Likewise.
23330         * sysdeps/pthread/timer_gettime.c (timer_gettime): Likewise.
23331         * sysdeps/s390/ffs.c (__ffs): Likewise.
23332         * sysdeps/s390/nptl/pthread_spin_lock.c (pthread_spin_lock):
23333         Likewise.
23334         * sysdeps/s390/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
23335         Likewise.
23336         * sysdeps/sh/nptl/pthread_spin_lock.c (pthread_spin_lock):
23337         Likewise.
23338         * sysdeps/sparc/nptl/pthread_barrier_destroy.c
23339         (pthread_barrier_destroy): Likewise.
23340         * sysdeps/sparc/nptl/pthread_barrier_wait.c
23341         (__pthread_barrier_wait): Likewise.
23342         * sysdeps/sparc/sparc32/e_sqrt.c (__ieee754_sqrt): Likewise.
23343         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
23344         (__pthread_barrier_wait): Likewise.
23345         * sysdeps/sparc/sparc32/sem_init.c (__old_sem_init): Likewise.
23346         * sysdeps/tile/memcmp.c (memcmp_common_alignment): Likewise.
23347         (memcmp_not_common_alignment): Likewise.
23348         (MEMCMP): Likewise.
23349         * sysdeps/tile/wordcopy.c (_wordcopy_fwd_aligned): Likewise.
23350         (_wordcopy_fwd_dest_aligned): Likewise.
23351         (_wordcopy_bwd_aligned): Likewise.
23352         (_wordcopy_bwd_dest_aligned): Likewise.
23353         * sysdeps/unix/bsd/ftime.c (ftime): Likewise.
23354         * sysdeps/unix/bsd/gtty.c (gtty): Likewise.
23355         * sysdeps/unix/bsd/stty.c (stty): Likewise.
23356         * sysdeps/unix/bsd/tcflow.c (tcflow): Likewise.
23357         * sysdeps/unix/bsd/tcflush.c (tcflush): Likewise.
23358         * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Likewise.
23359         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
23360         * sysdeps/unix/bsd/tcsendbrk.c (tcsendbreak): Likewise.
23361         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
23362         * sysdeps/unix/bsd/tcsetpgrp.c (tcsetpgrp): Likewise.
23363         * sysdeps/unix/bsd/ualarm.c (ualarm): Likewise.
23364         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
23365         * sysdeps/unix/getlogin_r.c (__getlogin_r): Likewise.
23366         * sysdeps/unix/sockatmark.c (sockatmark): Likewise.
23367         * sysdeps/unix/stime.c (stime): Likewise.
23368         * sysdeps/unix/sysv/linux/_exit.c (_exit): Likewise.
23369         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue):
23370         Likewise.  Use internal_function.
23371         * sysdeps/unix/sysv/linux/arm/sigaction.c (__libc_sigaction):
23372         Convert to prototype-style function definition.
23373         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
23374         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
23375         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Likewise.
23376         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
23377         Likewise.  Use internal_function.
23378         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Convert to
23379         prototype-style function definition
23380         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
23381         Likewise.
23382         (__getlogin_r): Likewise.
23383         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Likewise.
23384         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c
23385         (__pthread_cond_broadcast): Likewise.
23386         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c
23387         (__pthread_cond_destroy): Likewise.
23388         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c
23389         (__pthread_cond_init): Likewise.
23390         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c
23391         (__pthread_cond_signal): Likewise.
23392         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
23393         (__pthread_cond_wait): Likewise.
23394         * sysdeps/unix/sysv/linux/i386/getmsg.c (getmsg): Likewise.
23395         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
23396         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__libc_sigaction):
23397         Likewise.
23398         * sysdeps/unix/sysv/linux/ia64/sigpending.c (sigpending):
23399         Likewise.
23400         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
23401         Likewise.
23402         * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
23403         Likewise.
23404         * sysdeps/unix/sysv/linux/msgget.c (msgget): Likewise.
23405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
23406         (__ftruncate64): Likewise.
23407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
23408         (truncate64): Likewise.
23409         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Likewise.
23410         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
23411         (pthread_getcpuclockid): Likewise.
23412         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
23413         Likewise.
23414         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
23415         Likewise.
23416         * sysdeps/unix/sysv/linux/pthread_sigmask.c (pthread_sigmask):
23417         Likewise.
23418         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
23419         Likewise.
23420         * sysdeps/unix/sysv/linux/raise.c (raise): Likewise.
23421         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c
23422         (__libc_sigaction): Likewise.
23423         * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c (sigpending):
23424         Likewise.
23425         * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
23426         (__sigprocmask): Likewise.
23427         * sysdeps/unix/sysv/linux/semget.c (semget): Likewise.
23428         * sysdeps/unix/sysv/linux/semop.c (semop): Likewise.
23429         * sysdeps/unix/sysv/linux/setrlimit64.c (setrlimit64): Likewise.
23430         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
23431         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
23432         * sysdeps/unix/sysv/linux/shmget.c (shmget): Likewise.
23433         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
23434         Likewise.
23435         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
23436         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
23437         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
23438         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise.
23439         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c (sigpending):
23440         Likewise.
23441         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
23442         (__sigprocmask): Likewise.
23443         * sysdeps/unix/sysv/linux/speed.c (cfgetospeed): Likewise.
23444         (cfgetispeed): Likewise.
23445         (cfsetospeed): Likewise.
23446         (cfsetispeed): Likewise.
23447         * sysdeps/unix/sysv/linux/tcflow.c (tcflow): Likewise.
23448         * sysdeps/unix/sysv/linux/tcflush.c (tcflush): Likewise.
23449         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
23450         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
23451         * sysdeps/unix/sysv/linux/time.c (time): Likewise.
23452         * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Likewise.
23453         * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Likewise.
23454         * sysdeps/unix/sysv/linux/timer_getoverr.c (timer_getoverrun):
23455         Likewise.
23456         * sysdeps/unix/sysv/linux/timer_gettime.c (timer_gettime):
23457         Likewise.
23458         * sysdeps/unix/sysv/linux/x86_64/sigpending.c (sigpending):
23459         Likewise.
23460         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
23461         Likewise.
23462         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
23464 2015-10-17  Florian Weimer  <fweimer@redhat.com>
23466         sunrpc: Rewrite with explicit TLS access using __thread.
23467         * sunrpc/rpc_thread.c (thread_rpc_vars): New TLS variable.
23468         (__rpc_thread_destroy, rpc_thread_multi): Access thread_rpc_vars
23469         directly.
23470         (__rpc_thread_variables): Access thread_rpc_vars directly.
23471         Eliminate redundant assignment of the tvp variable.
23473 2015-10-17  Florian Weimer  <fweimer@redhat.com>
23475         malloc: Rewrite with explicit TLS access using __thread.
23476         * sysdeps/generic/malloc-machine.h (tsd_key_t, tsd_key_create)
23477         (tsd_setspecific, tsd_getspecific): Remove.
23478         * sysdeps/mach/hurd/malloc-machine.h (tsd_key_t, tsd_key_create)
23479         (tsd_setspecific, tsd_getspecific): Likewise.
23480         * sysdeps/nptl/malloc-machine.h (tsd_key_t, tsd_key_create)
23481         (tsd_setspecific, tsd_getspecific): Likewise.
23482         * malloc/arena.c (thread_arena): New TLS variable.
23483         (arena_key): Remove variable.
23484         (arena_get): Use thread_arena.
23485         (arena_lookup): Remove macro.
23486         (malloc_atfork, free_atfork, ptmalloc_lock_all)
23487         (ptmalloc_unlock_all, ptmalloc_unlock_all2, ptmalloc_init)
23488         (_int_new_arena, get_free_list, reused_arena)
23489         (arena_thread_freeres): Use thread_arena.
23490         * manual/memory.texi (Basic Allocation): Remove arena_lookup,
23491         tsd_getspecific, tsd_setspecific from safety annotations.
23492         (Allocating Cleared Space): Remove arena_lookup from safety
23493         annotations.
23495 2015-10-17  Florian Weimer  <fweimer@redhat.com>
23497         * stdio-common/vfprintf.c (printf_positional): Rewrite to use
23498         struct scratch_buffer instead of extend_alloca.
23500 2015-10-17  Florian Weimer  <fweimer@redhat.com>
23502         * sysdeps/unix/sysv/linux/kernel-features.h
23503         (__ASSUME_SOCK_CLOEXEC): Remove.
23504         * include/sys/socket.h (__have_sock_cloexec): Remove declaration.
23505         (__have_paccept): Remove unused macro.
23506         * include/unistd.h (__have_sock_cloexec): Remove declaration.
23507         * misc/syslog.c (openlog_internal): Remove fallback code for
23508         !__ASSUME_SOCK_CLOEXEC.
23509         * nis/ypclnt.c (yp_bind_client_create): Remove fallback code for
23510         missing SOCK_CLOEXEC.
23511         * nscd/connections.c (have_sock_cloexec): Remove definition.
23512         (nscd_init): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
23513         * nscd/nscd_helper.c (open_socket): Remove fallback code for
23514         !__ASSUME_SOCK_CLOEXEC.
23515         * resolv/res_send.c (__have_o_nonblock): Remove definition.
23516         (reopen): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
23517         * socket/have_sock_cloexec.c (__have_sock_cloexec): Remove
23518         definition.
23519         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Remove fallback
23520         code for !__ASSUME_SOCK_CLOEXEC.
23522 2015-10-17  Florian Weimer  <fweimer@redhat.com>
23524         [BZ #18982]
23525         * manual/stdio.texi (Variable Arguments Output): Add portability
23526         note, explaining that vfprintf clobbers the va_list pointer.
23528 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
23530         * math/libm-test.inc (fabs_test_data): Add more tests.
23531         (fdim_test_data): Likewise.
23532         (fma_test_data): Likewise.
23533         (fmax_test_data): Likewise.
23534         (fmin_test_data): Likewise.
23535         (fmod_test_data): Likewise.
23537 2015-10-16  Steve Ellcey  <sellcey@imgtec.com>
23539         * sysdeps/mips/memcpy.S (memcpy):  Add word copies for small aligned
23540         data.
23542 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
23544         * math/libm-test.inc (ceil_test_data): Add more tests and more
23545         expectations for "inexact".
23546         (floor_test_data): Add more tests.
23547         (round_test_data): Likewise.
23548         (trunc_test_data): Likewise.
23550         * crypt/cert.c (good_bye): Convert to prototype-style function
23551         definition.
23552         (get8): Likewise.
23553         (put8): Likewise.
23554         * crypt/crypt-entry.c (crypt): Likewise.
23555         (__fcrypt): Likewise.
23556         * crypt/crypt_util.c (_ufc_prbits): Likewise.
23557         (_ufc_set_bits): Likewise.
23558         (_ufc_clearmem): Likewise.
23559         (__init_des_r): Likewise.
23560         (shuffle_sb): Likewise.
23561         (shuffle_sb): Likewise.
23562         (_ufc_setup_salt_r): Likewise.
23563         (_ufc_mk_keytab_r): Likewise.
23564         (_ufc_dofinalperm_r): Likewise.
23565         (encrypt): Likewise.
23566         (__setkey_r): Likewise.
23567         (setkey): Likewise.
23568         * crypt/md5.c (md5_init_ctx): Likewise.
23569         (md5_read_ctx): Likewise.
23570         (md5_finish_ctx): Likewise.
23571         (md5_stream): Likewise.
23572         (md5_buffer): Likewise.
23573         (md5_process_bytes): Likewise.
23574         * crypt/sha256.c (__sha256_init_ctx): Likewise.
23575         (__sha256_finish_ctx): Likewise.
23576         (__sha256_process_bytes): Likewise.
23577         * crypt/sha512.c (__sha512_init_ctx): Likewise.
23578         (__sha512_finish_ctx): Likewise.
23579         (__sha512_process_bytes): Likewise.
23580         * ctype/isctype.c (__isctype): Likewise.
23581         * debug/backtrace.c (__backtrace): Likewise.
23582         * debug/backtracesymsfd.c (__backtrace_symbols_fd): Likewise.
23583         * debug/fgets_chk.c (__fgets_chk): Likewise.
23584         * debug/fgets_u_chk.c (__fgets_unlocked_chk): Likewise.
23585         * debug/memcpy_chk.c (__memcpy_chk): Likewise.
23586         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
23587         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
23588         * debug/memset_chk.c (__memset_chk): Likewise.
23589         * debug/strcat_chk.c (__strcat_chk): Likewise.
23590         * debug/strncat_chk.c (__strncat_chk): Likewise.
23591         * debug/strncpy_chk.c (__strncpy_chk): Likewise.
23592         * debug/vsprintf_chk.c (_IO_str_chk_overflow): Likewise.
23593         * dirent/dirfd.c (dirfd): Likewise.
23594         * dirent/getdents.c (__getdirentries): Likewise.
23595         * dirent/getdents64.c (getdirentries64): Likewise.
23596         * dirent/rewinddir.c (__rewinddir): Likewise.
23597         * dirent/seekdir.c (seekdir): Likewise.
23598         * dirent/telldir.c (telldir): Likewise.
23599         * elf/sln.c (makesymlinks): Likewise.
23600         (makesymlink): Likewise.
23601         * gmon/gmon.c (__moncontrol): Likewise.
23602         (__monstartup): Likewise.
23603         (write_hist): Likewise.
23604         (write_call_graph): Likewise.
23605         (write_bb_counts): Likewise.
23606         * grp/setgroups.c (setgroups): Likewise.
23607         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23608         * inet/inet_net.c (inet_network): Likewise.
23609         * inet/inet_netof.c (inet_netof): Likewise.
23610         * inet/rcmd.c (rresvport_af): Likewise.
23611         (rresvport): Likewise.
23612         * io/access.c (__access): Likewise.
23613         * io/chdir.c (__chdir): Likewise.
23614         * io/chmod.c (__chmod): Likewise.
23615         * io/chown.c (__chown): Likewise.
23616         * io/close.c (__close): Likewise.
23617         * io/creat.c (creat): Likewise.
23618         * io/creat64.c (creat64): Likewise.
23619         * io/dup.c (__dup): Likewise.
23620         * io/dup2.c (__dup2): Likewise.
23621         * io/dup3.c (__dup3): Likewise.
23622         * io/euidaccess.c (__euidaccess): Likewise.
23623         * io/faccessat.c (faccessat): Likewise.
23624         * io/fchmod.c (__fchmod): Likewise.
23625         * io/fchmodat.c (fchmodat): Likewise.
23626         * io/fchown.c (__fchown): Likewise.
23627         * io/fchownat.c (fchownat): Likewise.
23628         * io/fcntl.c (__fcntl): Likewise.
23629         * io/flock.c (__flock): Likewise.
23630         * io/fts.c (fts_load): Likewise.
23631         (fts_close): Likewise.
23632         (fts_read): Likewise.
23633         (fts_set): Likewise.
23634         (fts_children): Likewise.
23635         (fts_build): Likewise.
23636         (fts_stat): Likewise.
23637         (fts_sort): Likewise.
23638         (fts_alloc): Likewise.
23639         (fts_lfree): Likewise.
23640         (fts_palloc): Likewise.
23641         (fts_padjust): Likewise.
23642         (fts_maxarglen): Likewise.
23643         (fts_safe_changedir): Likewise.
23644         * io/getwd.c (getwd): Likewise.
23645         * io/isatty.c (__isatty): Likewise.
23646         * io/lchown.c (__lchown): Likewise.
23647         * io/link.c (__link): Likewise.
23648         * io/linkat.c (linkat): Likewise.
23649         * io/lseek.c (__libc_lseek): Likewise.
23650         * io/mkdir.c (__mkdir): Likewise.
23651         * io/mkdirat.c (mkdirat): Likewise.
23652         * io/mkfifo.c (mkfifo): Likewise.
23653         * io/mkfifoat.c (mkfifoat): Likewise.
23654         * io/open.c (__libc_open): Likewise.
23655         * io/open64.c (__libc_open64): Likewise.
23656         * io/readlink.c (__readlink): Likewise.
23657         * io/readlinkat.c (readlinkat): Likewise.
23658         * io/rmdir.c (__rmdir): Likewise.
23659         * io/symlink.c (__symlink): Likewise.
23660         * io/symlinkat.c (symlinkat): Likewise.
23661         * io/ttyname.c (ttyname): Likewise.
23662         * io/ttyname_r.c (__ttyname_r): Likewise.
23663         * io/umask.c (__umask): Likewise.
23664         * io/unlink.c (__unlink): Likewise.
23665         * io/unlinkat.c (unlinkat): Likewise.
23666         * io/utime.c (utime): Likewise.
23667         * libio/clearerr.c (clearerr): Likewise.
23668         * libio/clearerr_u.c (clearerr_unlocked): Likewise.
23669         * libio/feof.c (_IO_feof): Likewise.
23670         * libio/feof_u.c (feof_unlocked): Likewise.
23671         * libio/ferror.c (_IO_ferror): Likewise.
23672         * libio/ferror_u.c (ferror_unlocked): Likewise.
23673         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
23674         * libio/fileno.c (__fileno): Likewise.
23675         * libio/fputc.c (fputc): Likewise.
23676         * libio/fputc_u.c (fputc_unlocked): Likewise.
23677         * libio/fputwc.c (fputwc): Likewise.
23678         * libio/fputwc_u.c (fputwc_unlocked): Likewise.
23679         * libio/freopen.c (freopen): Likewise.
23680         * libio/freopen64.c (freopen64): Likewise.
23681         * libio/fseek.c (fseek): Likewise.
23682         * libio/fseeko.c (fseeko): Likewise.
23683         * libio/fseeko64.c (fseeko64): Likewise.
23684         * libio/ftello.c (__ftello): Likewise.
23685         * libio/ftello64.c (ftello64): Likewise.
23686         * libio/fwide.c (fwide): Likewise.
23687         * libio/genops.c (_IO_un_link): Likewise.
23688         (_IO_link_in): Likewise.
23689         (_IO_least_marker): Likewise.
23690         (_IO_switch_to_main_get_area): Likewise.
23691         (_IO_switch_to_backup_area): Likewise.
23692         (_IO_switch_to_get_mode): Likewise.
23693         (_IO_free_backup_area): Likewise.
23694         (_IO_switch_to_put_mode): Likewise.
23695         (__overflow): Likewise.
23696         (__underflow): Likewise.
23697         (__uflow): Likewise.
23698         (_IO_setb): Likewise.
23699         (_IO_doallocbuf): Likewise.
23700         (_IO_default_underflow): Likewise.
23701         (_IO_default_uflow): Likewise.
23702         (_IO_default_xsputn): Likewise.
23703         (_IO_sgetn): Likewise.
23704         (_IO_default_xsgetn): Likewise.
23705         (_IO_sync): Likewise.
23706         (_IO_default_setbuf): Likewise.
23707         (_IO_default_seekpos): Likewise.
23708         (_IO_default_doallocate): Likewise.
23709         (_IO_init): Likewise.
23710         (_IO_old_init): Likewise.
23711         (_IO_default_sync): Likewise.
23712         (_IO_default_finish): Likewise.
23713         (_IO_default_seekoff): Likewise.
23714         (_IO_sputbackc): Likewise.
23715         (_IO_sungetc): Likewise.
23716         (_IO_set_column): Likewise.
23717         (_IO_set_column): Likewise.
23718         (_IO_adjust_column): Likewise.
23719         (_IO_get_column): Likewise.
23720         (_IO_init_marker): Likewise.
23721         (_IO_remove_marker): Likewise.
23722         (_IO_marker_difference): Likewise.
23723         (_IO_marker_delta): Likewise.
23724         (_IO_seekmark): Likewise.
23725         (_IO_unsave_markers): Likewise.
23726         (_IO_nobackup_pbackfail): Likewise.
23727         (_IO_default_pbackfail): Likewise.
23728         (_IO_default_seek): Likewise.
23729         (_IO_default_stat): Likewise.
23730         (_IO_default_read): Likewise.
23731         (_IO_default_write): Likewise.
23732         (_IO_default_showmanyc): Likewise.
23733         (_IO_default_imbue): Likewise.
23734         (_IO_iter_next): Likewise.
23735         (_IO_iter_file): Likewise.
23736         * libio/getc.c (_IO_getc): Likewise.
23737         * libio/getwc.c (_IO_getwc): Likewise.
23738         * libio/iofclose.c (_IO_new_fclose): Likewise.
23739         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
23740         * libio/iofflush.c (_IO_fflush): Likewise.
23741         * libio/iofflush_u.c (__fflush_unlocked): Likewise.
23742         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
23743         * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
23744         * libio/iofgets.c (_IO_fgets): Likewise.
23745         * libio/iofgets_u.c (__fgets_unlocked): Likewise.
23746         * libio/iofgetws.c (fgetws): Likewise.
23747         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
23748         * libio/iofopen64.c (_IO_fopen64): Likewise.
23749         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23750         (_IO_cookie_write): Likewise.
23751         (_IO_cookie_seek): Likewise.
23752         (_IO_cookie_close): Likewise.
23753         (_IO_cookie_seekoff): Likewise.
23754         (_IO_old_cookie_seek): Likewise.
23755         * libio/iofputs.c (_IO_fputs): Likewise.
23756         * libio/iofputs_u.c (__fputs_unlocked): Likewise.
23757         * libio/iofputws.c (fputws): Likewise.
23758         * libio/iofputws_u.c (fputws_unlocked): Likewise.
23759         * libio/iofread.c (_IO_fread): Likewise.
23760         * libio/iofread_u.c (__fread_unlocked): Likewise.
23761         * libio/iofsetpos.c (_IO_new_fsetpos): Likewise.
23762         * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
23763         * libio/ioftell.c (_IO_ftell): Likewise.
23764         * libio/iofwrite.c (_IO_fwrite): Likewise.
23765         * libio/iogetdelim.c (_IO_getdelim): Likewise.
23766         * libio/iogets.c (_IO_gets): Likewise.
23767         * libio/iopadn.c (_IO_padn): Likewise.
23768         * libio/iopopen.c (_IO_new_proc_open): Likewise.
23769         (_IO_new_popen): Likewise.
23770         (_IO_new_proc_close): Likewise.
23771         * libio/ioputs.c (_IO_puts): Likewise.
23772         * libio/ioseekoff.c (_IO_seekoff_unlocked): Likewise.
23773         (_IO_seekoff): Likewise.
23774         * libio/ioseekpos.c (_IO_seekpos_unlocked): Likewise.
23775         (_IO_seekpos): Likewise.
23776         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
23777         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
23778         * libio/ioungetc.c (_IO_ungetc): Likewise.
23779         * libio/ioungetwc.c (ungetwc): Likewise.
23780         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
23781         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
23782         * libio/iowpadn.c (_IO_wpadn): Likewise.
23783         * libio/libc_fatal.c (__libc_fatal): Likewise.
23784         * libio/memstream.c (__open_memstream): Likewise.
23785         (_IO_mem_sync): Likewise.
23786         (_IO_mem_finish): Likewise.
23787         * libio/oldfileops.c (_IO_old_file_init): Likewise.
23788         (_IO_old_file_close_it): Likewise.
23789         (_IO_old_file_finish): Likewise.
23790         (_IO_old_file_fopen): Likewise.
23791         (_IO_old_file_attach): Likewise.
23792         (_IO_old_file_setbuf): Likewise.
23793         (_IO_old_do_write): Likewise.
23794         (old_do_write): Likewise.
23795         (_IO_old_file_underflow): Likewise.
23796         (_IO_old_file_overflow): Likewise.
23797         (_IO_old_file_sync): Likewise.
23798         (_IO_old_file_seekoff): Likewise.
23799         (_IO_old_file_write): Likewise.
23800         (_IO_old_file_xsputn): Likewise.
23801         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
23802         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
23803         * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
23804         * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
23805         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
23806         * libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise.
23807         * libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise.
23808         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
23809         (_IO_old_popen): Likewise.
23810         (_IO_old_proc_close): Likewise.
23811         * libio/oldpclose.c (__old_pclose): Likewise.
23812         * libio/pclose.c (__new_pclose): Likewise.
23813         * libio/peekc.c (_IO_peekc_locked): Likewise.
23814         * libio/putc.c (_IO_putc): Likewise.
23815         * libio/putc_u.c (putc_unlocked): Likewise.
23816         * libio/putchar.c (putchar): Likewise.
23817         * libio/putchar_u.c (putchar_unlocked): Likewise.
23818         * libio/putwc.c (putwc): Likewise.
23819         * libio/putwc_u.c (putwc_unlocked): Likewise.
23820         * libio/putwchar.c (putwchar): Likewise.
23821         * libio/putwchar_u.c (putwchar_unlocked): Likewise.
23822         * libio/rewind.c (rewind): Likewise.
23823         * libio/setbuf.c (setbuf): Likewise.
23824         * libio/setlinebuf.c (setlinebuf): Likewise.
23825         * libio/vasprintf.c (_IO_vasprintf): Likewise.
23826         * libio/vscanf.c (_IO_vscanf): Likewise.
23827         * libio/vsnprintf.c (_IO_strn_overflow): Likewise.
23828         * libio/vswprintf.c (_IO_wstrn_overflow): Likewise.
23829         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
23830         * libio/wgenops.c (_IO_least_wmarker): Likewise.
23831         (_IO_switch_to_main_wget_area): Likewise.
23832         (_IO_switch_to_wbackup_area): Likewise.
23833         (_IO_wsetb): Likewise.
23834         (_IO_wdefault_pbackfail): Likewise.
23835         (_IO_wdefault_finish): Likewise.
23836         (_IO_wdefault_uflow): Likewise.
23837         (__woverflow): Likewise.
23838         (__wuflow): Likewise.
23839         (__wunderflow): Likewise.
23840         (_IO_wdefault_xsputn): Likewise.
23841         (_IO_wdefault_xsgetn): Likewise.
23842         (_IO_wdoallocbuf): Likewise.
23843         (_IO_wdefault_doallocate): Likewise.
23844         (_IO_switch_to_wget_mode): Likewise.
23845         (_IO_free_wbackup_area): Likewise.
23846         (_IO_switch_to_wput_mode): Likewise.
23847         (_IO_sputbackwc): Likewise.
23848         (_IO_sungetwc): Likewise.
23849         (_IO_adjust_wcolumn): Likewise.
23850         (_IO_init_wmarker): Likewise.
23851         (_IO_wmarker_delta): Likewise.
23852         (_IO_seekwmark): Likewise.
23853         (_IO_unsave_wmarkers): Likewise.
23854         * libio/wmemstream.c (open_wmemstream): Likewise.
23855         (_IO_wmem_sync): Likewise.
23856         (_IO_wmem_finish): Likewise.
23857         * locale/nl_langinfo.c (nl_langinfo): Likewise.
23858         * locale/nl_langinfo_l.c (__nl_langinfo_l): Likewise.
23859         * locale/programs/simple-hash.c (init_hash): Likewise.
23860         (delete_hash): Likewise.
23861         (insert_entry): Likewise.
23862         (set_entry): Likewise.
23863         (next_prime): Likewise.
23864         (is_prime): Likewise.
23865         * locale/programs/xmalloc.c (fixup_null_alloc): Likewise.
23866         (xmalloc): Likewise.
23867         (xrealloc): Likewise.
23868         * locale/programs/xstrdup.c (xstrdup): Likewise.
23869         * localedata/collate-test.c (xstrcoll): Likewise.
23870         * localedata/xfrm-test.c (xstrcmp): Likewise.
23871         * login/getlogin_r.c (__getlogin_r): Likewise.
23872         * login/getpt.c (__posix_openpt): Likewise.
23873         * login/login_tty.c (login_tty): Likewise.
23874         * login/setlogin.c (setlogin): Likewise.
23875         * mach/msg-destroy.c (__mach_msg_destroy): Likewise.
23876         (mach_msg_destroy_port): Likewise.
23877         (mach_msg_destroy_memory): Likewise.
23878         * malloc/mcheck.c (flood): Likewise.
23879         * misc/acct.c (acct): Likewise.
23880         * misc/brk.c (__brk): Likewise.
23881         * misc/chflags.c (chflags): Likewise.
23882         * misc/chroot.c (chroot): Likewise.
23883         * misc/fchflags.c (fchflags): Likewise.
23884         * misc/fstab.c (getfsspec): Likewise.
23885         (getfsfile): Likewise.
23886         * misc/fsync.c (fsync): Likewise.
23887         * misc/ftruncate.c (__ftruncate): Likewise.
23888         * misc/ftruncate64.c (__ftruncate64): Likewise.
23889         * misc/getdomain.c (getdomainname): Likewise.
23890         (getdomainname): Likewise.
23891         * misc/gethostname.c (__gethostname): Likewise.
23892         * misc/getpass.c (getpass): Likewise.
23893         * misc/getttyent.c (skip): Likewise.
23894         (value): Likewise.
23895         * misc/gtty.c (gtty): Likewise.
23896         * misc/hsearch.c (hsearch): Likewise.
23897         (hcreate): Likewise.
23898         * misc/hsearch_r.c (__hcreate_r): Likewise.
23899         (__hdestroy_r): Likewise.
23900         * misc/ioctl.c (__ioctl): Likewise.
23901         * misc/mkdtemp.c (mkdtemp): Likewise.
23902         * misc/mkostemp.c (mkostemp): Likewise.
23903         * misc/mkostemp64.c (mkostemp64): Likewise.
23904         * misc/mkostemps.c (mkostemps): Likewise.
23905         * misc/mkostemps64.c (mkostemps64): Likewise.
23906         * misc/mkstemp.c (mkstemp): Likewise.
23907         * misc/mkstemp64.c (mkstemp64): Likewise.
23908         * misc/mkstemps.c (mkstemps): Likewise.
23909         * misc/mkstemps64.c (mkstemps64): Likewise.
23910         * misc/mktemp.c (__mktemp): Likewise.
23911         * misc/preadv.c (preadv): Likewise.
23912         * misc/preadv64.c (preadv64): Likewise.
23913         * misc/pwritev.c (pwritev): Likewise.
23914         * misc/pwritev64.c (pwritev64): Likewise.
23915         * misc/readv.c (__readv): Likewise.
23916         * misc/revoke.c (revoke): Likewise.
23917         * misc/setdomain.c (setdomainname): Likewise.
23918         * misc/setegid.c (setegid): Likewise.
23919         * misc/seteuid.c (seteuid): Likewise.
23920         * misc/sethostid.c (sethostid): Likewise.
23921         * misc/sethostname.c (sethostname): Likewise.
23922         * misc/setregid.c (__setregid): Likewise.
23923         * misc/setreuid.c (__setreuid): Likewise.
23924         * misc/sstk.c (sstk): Likewise.
23925         * misc/stty.c (stty): Likewise.
23926         * misc/syscall.c (syscall): Likewise.
23927         * misc/syslog.c (setlogmask): Likewise.
23928         * misc/truncate.c (__truncate): Likewise.
23929         * misc/truncate64.c (truncate64): Likewise.
23930         * misc/ualarm.c (ualarm): Likewise.
23931         * misc/usleep.c (usleep): Likewise.
23932         * misc/ustat.c (ustat): Likewise.
23933         * misc/writev.c (__writev): Likewise.
23934         * nptl/cleanup_compat.c (_pthread_cleanup_pop): Likewise.
23935         * nptl/old_pthread_cond_broadcast.c
23936         (__pthread_cond_broadcast_2_0): Likewise.
23937         * nptl/old_pthread_cond_destroy.c (__pthread_cond_destroy_2_0):
23938         Likewise.
23939         * nptl/old_pthread_cond_signal.c (__pthread_cond_signal_2_0):
23940         Likewise.
23941         * nptl/old_pthread_cond_wait.c (__pthread_cond_wait_2_0):
23942         Likewise.
23943         * nptl/pt-raise.c (raise): Likewise.
23944         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy):
23945         Likewise.
23946         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Likewise.
23947         * nptl/pthread_barrierattr_destroy.c
23948         (pthread_barrierattr_destroy): Likewise.
23949         * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
23950         Likewise.
23951         * nptl/pthread_barrierattr_setpshared.c
23952         (pthread_barrierattr_setpshared): Likewise.
23953         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
23954         Likewise.
23955         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
23956         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
23957         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
23958         * nptl/pthread_condattr_destroy.c (__pthread_condattr_destroy):
23959         Likewise.
23960         * nptl/pthread_condattr_getclock.c (pthread_condattr_getclock):
23961         Likewise.
23962         * nptl/pthread_condattr_getpshared.c
23963         (pthread_condattr_getpshared): Likewise.
23964         * nptl/pthread_condattr_init.c (__pthread_condattr_init):
23965         Likewise.
23966         * nptl/pthread_condattr_setpshared.c
23967         (pthread_condattr_setpshared): Likewise.
23968         * nptl/pthread_detach.c (pthread_detach): Likewise.
23969         * nptl/pthread_equal.c (__pthread_equal): Likewise.
23970         * nptl/pthread_getcpuclockid.c (pthread_getcpuclockid): Likewise.
23971         * nptl/pthread_getspecific.c (__pthread_getspecific): Likewise.
23972         * nptl/pthread_key_delete.c (pthread_key_delete): Likewise.
23973         * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent):
23974         Likewise.
23975         * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
23976         Likewise.
23977         * nptl/pthread_mutex_getprioceiling.c
23978         (pthread_mutex_getprioceiling): Likewise.
23979         * nptl/pthread_mutexattr_destroy.c (__pthread_mutexattr_destroy):
23980         Likewise.
23981         * nptl/pthread_mutexattr_getprotocol.c
23982         (pthread_mutexattr_getprotocol): Likewise.
23983         * nptl/pthread_mutexattr_getpshared.c
23984         (pthread_mutexattr_getpshared): Likewise.
23985         * nptl/pthread_mutexattr_getrobust.c
23986         (pthread_mutexattr_getrobust): Likewise.
23987         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
23988         Likewise.
23989         * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init):
23990         Likewise.
23991         * nptl/pthread_mutexattr_setprioceiling.c
23992         (pthread_mutexattr_setprioceiling): Likewise.
23993         * nptl/pthread_mutexattr_setprotocol.c
23994         (pthread_mutexattr_setprotocol): Likewise.
23995         * nptl/pthread_mutexattr_setpshared.c
23996         (pthread_mutexattr_setpshared): Likewise.
23997         * nptl/pthread_mutexattr_setrobust.c
23998         (pthread_mutexattr_setrobust): Likewise.
23999         * nptl/pthread_mutexattr_settype.c (__pthread_mutexattr_settype):
24000         Likewise.
24001         * nptl/pthread_rwlock_destroy.c (__pthread_rwlock_destroy):
24002         Likewise.
24003         * nptl/pthread_rwlockattr_destroy.c (pthread_rwlockattr_destroy):
24004         Likewise.
24005         * nptl/pthread_rwlockattr_getkind_np.c
24006         (pthread_rwlockattr_getkind_np): Likewise.
24007         * nptl/pthread_rwlockattr_getpshared.c
24008         (pthread_rwlockattr_getpshared): Likewise.
24009         * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init):
24010         Likewise.
24011         * nptl/pthread_rwlockattr_setkind_np.c
24012         (pthread_rwlockattr_setkind_np): Likewise.
24013         * nptl/pthread_rwlockattr_setpshared.c
24014         (pthread_rwlockattr_setpshared): Likewise.
24015         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate):
24016         Likewise.
24017         * nptl/pthread_setcanceltype.c (__pthread_setcanceltype):
24018         Likewise.
24019         * nptl/pthread_setconcurrency.c (pthread_setconcurrency):
24020         Likewise.
24021         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
24022         * nptl/pthread_setspecific.c (__pthread_setspecific): Likewise.
24023         * nptl/pthread_spin_destroy.c (pthread_spin_destroy): Likewise.
24024         * nptl/pthread_tryjoin.c (pthread_tryjoin_np): Likewise.
24025         * nptl/sem_close.c (sem_close): Likewise.
24026         * nptl/sem_destroy.c (__new_sem_destroy): Likewise.
24027         * nptl/sem_init.c (__old_sem_init): Likewise.
24028         * nptl/sigaction.c (__sigaction): Likewise.
24029         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
24030         * posix/_exit.c (_exit): Likewise.
24031         * posix/alarm.c (alarm): Likewise.
24032         * posix/confstr.c (confstr): Likewise.
24033         * posix/fpathconf.c (__fpathconf): Likewise.
24034         * posix/getgroups.c (__getgroups): Likewise.
24035         * posix/getpgid.c (__getpgid): Likewise.
24036         * posix/group_member.c (__group_member): Likewise.
24037         * posix/pathconf.c (__pathconf): Likewise.
24038         * posix/sched_getaffinity.c (sched_getaffinity): Likewise.
24039         * posix/sched_setaffinity.c (sched_setaffinity): Likewise.
24040         * posix/setgid.c (__setgid): Likewise.
24041         * posix/setpgid.c (__setpgid): Likewise.
24042         * posix/setuid.c (__setuid): Likewise.
24043         * posix/sleep.c (__sleep): Likewise.
24044         * posix/sysconf.c (__sysconf): Likewise.
24045         * posix/times.c (__times): Likewise.
24046         * posix/uname.c (__uname): Likewise.
24047         * posix/waitid.c (__waitid): Likewise.
24048         * pwd/getpw.c (__getpw): Likewise.
24049         * resolv/base64.c (b64_pton): Likewise.
24050         * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
24051         * resolv/gethnamaddr.c (Dprintf): Likewise.
24052         (gethostbyname): Likewise.
24053         (gethostbyname2): Likewise.
24054         (gethostbyaddr): Likewise.
24055         (_sethtent): Likewise.
24056         (_gethtbyname): Likewise.
24057         (_gethtbyname2): Likewise.
24058         (_gethtbyaddr): Likewise.
24059         (map_v4v6_address): Likewise.
24060         (map_v4v6_hostent): Likewise.
24061         (addrsort): Likewise.
24062         (ht_sethostent): Likewise.
24063         (ht_gethostbyname): Likewise.
24064         (ht_gethostbyaddr): Likewise.
24065         * resolv/inet_net_ntop.c (inet_net_ntop): Likewise.
24066         (inet_net_ntop_ipv4): Likewise.
24067         * resolv/inet_neta.c (inet_neta): Likewise.
24068         * resolv/inet_ntop.c (inet_ntop): Likewise.
24069         (inet_ntop4): Likewise.
24070         (inet_ntop6): Likewise.
24071         * resolv/inet_pton.c (__inet_pton): Likewise.
24072         (inet_pton4): Likewise.
24073         (inet_pton6): Likewise.
24074         * resolv/res_debug.c (loc_aton): Likewise.
24075         (loc_ntoa): Likewise.
24076         * resource/getpriority.c (__getpriority): Likewise.
24077         * resource/getrusage.c (__getrusage): Likewise.
24078         * resource/nice.c (nice): Likewise.
24079         * resource/setpriority.c (__setpriority): Likewise.
24080         * resource/setrlimit64.c (setrlimit64): Likewise.
24081         * resource/vlimit.c (vlimit): Likewise.
24082         * resource/vtimes.c (vtimes): Likewise.
24083         * rt/aio_error.c (aio_error): Likewise.
24084         * rt/aio_return.c (aio_return): Likewise.
24085         * rt/aio_sigqueue.c (__aio_sigqueue): Likewise.
24086         * signal/kill.c (__kill): Likewise.
24087         * signal/killpg.c (killpg): Likewise.
24088         * signal/raise.c (raise): Likewise.
24089         * signal/sigaction.c (__sigaction): Likewise.
24090         * signal/sigaddset.c (sigaddset): Likewise.
24091         * signal/sigaltstack.c (sigaltstack): Likewise.
24092         * signal/sigandset.c (sigandset): Likewise.
24093         * signal/sigblock.c (__sigblock): Likewise.
24094         * signal/sigdelset.c (sigdelset): Likewise.
24095         * signal/sigempty.c (sigemptyset): Likewise.
24096         * signal/sigfillset.c (sigfillset): Likewise.
24097         * signal/sighold.c (sighold): Likewise.
24098         * signal/sigignore.c (sigignore): Likewise.
24099         * signal/sigintr.c (siginterrupt): Likewise.
24100         * signal/sigisempty.c (sigisemptyset): Likewise.
24101         * signal/sigismem.c (sigismember): Likewise.
24102         * signal/signal.c (signal): Likewise.
24103         * signal/sigorset.c (sigorset): Likewise.
24104         * signal/sigpause.c (__sigpause): Likewise.
24105         * signal/sigpending.c (sigpending): Likewise.
24106         * signal/sigprocmask.c (__sigprocmask): Likewise.
24107         * signal/sigrelse.c (sigrelse): Likewise.
24108         * signal/sigreturn.c (__sigreturn): Likewise.
24109         * signal/sigset.c (sigset): Likewise.
24110         * signal/sigsetmask.c (__sigsetmask): Likewise.
24111         * signal/sigstack.c (sigstack): Likewise.
24112         * signal/sigsuspend.c (__sigsuspend): Likewise.
24113         * signal/sigvec.c (sigvec_wrapper_handler): Likewise.
24114         * signal/sysv_signal.c (__sysv_signal): Likewise.
24115         * socket/accept.c (accept): Likewise.
24116         * socket/accept4.c (__libc_accept4): Likewise.
24117         * socket/bind.c (__bind): Likewise.
24118         * socket/connect.c (__connect): Likewise.
24119         * socket/getpeername.c (getpeername): Likewise.
24120         * socket/getsockname.c (__getsockname): Likewise.
24121         * socket/getsockopt.c (getsockopt): Likewise.
24122         * socket/listen.c (__listen): Likewise.
24123         * socket/recv.c (__recv): Likewise.
24124         * socket/recvmsg.c (__recvmsg): Likewise.
24125         * socket/send.c (__send): Likewise.
24126         * socket/sendmsg.c (__sendmsg): Likewise.
24127         * socket/shutdown.c (shutdown): Likewise.
24128         * socket/sockatmark.c (sockatmark): Likewise.
24129         * socket/socket.c (__socket): Likewise.
24130         * stdio-common/ctermid.c (ctermid): Likewise.
24131         * stdio-common/cuserid.c (cuserid): Likewise.
24132         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
24133         * stdio-common/remove.c (remove): Likewise.
24134         * stdio-common/rename.c (rename): Likewise.
24135         * stdio-common/renameat.c (renameat): Likewise.
24136         * stdio-common/tempname.c (__gen_tempname): Likewise.
24137         * stdio-common/xbug.c (InitBuffer): Likewise.
24138         (AppendToBuffer): Likewise.
24139         (ReadFile): Likewise.
24140         * stdlib/a64l.c (a64l): Likewise.
24141         * stdlib/drand48_r.c (drand48_r): Likewise.
24142         * stdlib/getcontext.c (getcontext): Likewise.
24143         * stdlib/getenv.c (getenv): Likewise.
24144         * stdlib/l64a.c (l64a): Likewise.
24145         * stdlib/llabs.c (llabs): Likewise.
24146         * stdlib/lldiv.c (lldiv): Likewise.
24147         * stdlib/lrand48_r.c (lrand48_r): Likewise.
24148         * stdlib/mrand48_r.c (mrand48_r): Likewise.
24149         * stdlib/putenv.c (putenv): Likewise.
24150         * stdlib/random.c (__srandom): Likewise.
24151         (__initstate): Likewise.
24152         (__setstate): Likewise.
24153         * stdlib/random_r.c (__srandom_r): Likewise.
24154         (__setstate_r): Likewise.
24155         (__random_r): Likewise.
24156         * stdlib/secure-getenv.c (__libc_secure_getenv): Likewise.
24157         * stdlib/setcontext.c (setcontext): Likewise.
24158         * stdlib/setenv.c (setenv): Likewise.
24159         (unsetenv): Likewise.
24160         * stdlib/srand48.c (srand48): Likewise.
24161         * stdlib/srand48_r.c (__srand48_r): Likewise.
24162         * stdlib/swapcontext.c (swapcontext): Likewise.
24163         * stdlib/system.c (__libc_system): Likewise.
24164         * stdlib/tst-strtod.c (expand): Likewise.
24165         * stdlib/tst-strtol.c (expand): Likewise.
24166         * stdlib/tst-strtoll.c (expand): Likewise.
24167         * streams/fattach.c (fattach): Likewise.
24168         * streams/fdetach.c (fdetach): Likewise.
24169         * streams/getmsg.c (getmsg): Likewise.
24170         * streams/isastream.c (isastream): Likewise.
24171         * string/ffs.c (__ffs): Likewise.
24172         * string/ffsll.c (ffsll): Likewise.
24173         * string/memcmp.c (memcmp_common_alignment): Likewise.
24174         (memcmp_not_common_alignment): Likewise.
24175         (MEMCMP): Likewise.
24176         * string/memcpy.c (memcpy): Likewise.
24177         * string/memmove.c (MEMMOVE): Likewise.
24178         * string/memset.c (memset): Likewise.
24179         * string/rawmemchr.c (RAWMEMCHR): Likewise.
24180         * string/strchrnul.c (STRCHRNUL): Likewise.
24181         * string/strerror.c (strerror): Likewise.
24182         * string/strndup.c (__strndup): Likewise.
24183         * string/strverscmp.c (__strverscmp): Likewise.
24184         * sunrpc/clnt_raw.c (clntraw_freeres): Likewise.
24185         * sunrpc/clnt_tcp.c (clnttcp_geterr): Likewise.
24186         (clnttcp_freeres): Likewise.
24187         * sunrpc/clnt_unix.c (clntunix_freeres): Likewise.
24188         * sunrpc/pmap_prot.c (xdr_pmap): Likewise.
24189         * sunrpc/pmap_prot2.c (xdr_pmaplist): Likewise.
24190         * sunrpc/pmap_rmt.c (xdr_rmtcallres): Likewise.
24191         * sunrpc/rpc_prot.c (xdr_replymsg): Likewise.
24192         (xdr_callhdr): Likewise.
24193         * sunrpc/rpcinfo.c (udpping): Likewise.
24194         (tcpping): Likewise.
24195         (pstatus): Likewise.
24196         (pmapdump): Likewise.
24197         (brdcst): Likewise.
24198         (deletereg): Likewise.
24199         (getprognum): Likewise.
24200         (getvers): Likewise.
24201         (get_inet_address): Likewise.
24202         * sunrpc/svc_raw.c (svcraw_recv): Likewise.
24203         * sunrpc/svc_udp.c (svcudp_create): Likewise.
24204         (svcudp_stat): Likewise.
24205         (svcudp_recv): Likewise.
24206         (svcudp_reply): Likewise.
24207         (svcudp_getargs): Likewise.
24208         (svcudp_freeargs): Likewise.
24209         (svcudp_destroy): Likewise.
24210         * sunrpc/xdr.c (xdr_bytes): Likewise.
24211         (xdr_netobj): Likewise.
24212         (xdr_string): Likewise.
24213         (xdr_wrapstring): Likewise.
24214         * sunrpc/xdr_float.c (xdr_float): Likewise.
24215         (xdr_double): Likewise.
24216         * sunrpc/xdr_mem.c (xdrmem_setpos): Likewise.
24217         * sunrpc/xdr_ref.c (xdr_pointer): Likewise.
24218         * sysvipc/ftok.c (ftok): Likewise.
24219         * sysvipc/msgctl.c (msgctl): Likewise.
24220         * sysvipc/msgget.c (msgget): Likewise.
24221         * sysvipc/msgrcv.c (msgrcv): Likewise.
24222         * sysvipc/msgsnd.c (msgsnd): Likewise.
24223         * sysvipc/semget.c (semget): Likewise.
24224         * sysvipc/semop.c (semop): Likewise.
24225         * sysvipc/shmat.c (shmat): Likewise.
24226         * sysvipc/shmctl.c (shmctl): Likewise.
24227         * sysvipc/shmdt.c (shmdt): Likewise.
24228         * sysvipc/shmget.c (shmget): Likewise.
24229         * termios/cfmakeraw.c (cfmakeraw): Likewise.
24230         * termios/speed.c (cfgetospeed): Likewise.
24231         (cfgetispeed): Likewise.
24232         (cfsetospeed): Likewise.
24233         (cfsetispeed): Likewise.
24234         * termios/tcflow.c (tcflow): Likewise.
24235         * termios/tcflush.c (tcflush): Likewise.
24236         * termios/tcgetattr.c (__tcgetattr): Likewise.
24237         * termios/tcgetpgrp.c (tcgetpgrp): Likewise.
24238         * termios/tcgetsid.c (tcgetsid): Likewise.
24239         * termios/tcsendbrk.c (tcsendbreak): Likewise.
24240         * termios/tcsetpgrp.c (tcsetpgrp): Likewise.
24241         * time/adjtime.c (__adjtime): Likewise.
24242         * time/dysize.c (dysize): Likewise.
24243         * time/ftime.c (ftime): Likewise.
24244         * time/getitimer.c (__getitimer): Likewise.
24245         * time/gettimeofday.c (__gettimeofday): Likewise.
24246         * time/gmtime.c (__gmtime_r): Likewise.
24247         (gmtime): Likewise.
24248         * time/localtime.c (__localtime_r): Likewise.
24249         (localtime): Likewise.
24250         * time/offtime.c (__offtime): Likewise.
24251         * time/settimeofday.c (__settimeofday): Likewise.
24252         * time/stime.c (stime): Likewise.
24253         * time/strftime_l.c (tm_diff): Likewise.
24254         (iso_week_days): Likewise.
24255         * time/strptime.c (strptime): Likewise.
24256         * time/time.c (time): Likewise.
24257         * time/timespec_get.c (timespec_get): Likewise.
24258         * time/tzset.c (tzset_internal): Likewise.
24259         (compute_change): Likewise.
24260         (__tz_compute): Likewise.
24261         * wcsmbs/btowc.c (__btowc): Likewise.
24262         * wcsmbs/mbrlen.c (__mbrlen): Likewise.
24263         * wcsmbs/mbsinit.c (__mbsinit): Likewise.
24264         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
24265         * wcsmbs/wcpcpy.c (__wcpcpy): Likewise.
24266         * wcsmbs/wcpncpy.c (__wcpncpy): Likewise.
24267         * wcsmbs/wcscat.c (__wcscat): Likewise.
24268         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
24269         * wcsmbs/wcscmp.c (WCSCMP): Likewise.
24270         * wcsmbs/wcscpy.c (WCSCPY): Likewise.
24271         * wcsmbs/wcscspn.c (wcscspn): Likewise.
24272         * wcsmbs/wcsdup.c (wcsdup): Likewise.
24273         * wcsmbs/wcslen.c (__wcslen): Likewise.
24274         * wcsmbs/wcsncat.c (WCSNCAT): Likewise.
24275         * wcsmbs/wcsncmp.c (WCSNCMP): Likewise.
24276         * wcsmbs/wcsncpy.c (__wcsncpy): Likewise.
24277         * wcsmbs/wcsnlen.c (__wcsnlen): Likewise.
24278         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
24279         * wcsmbs/wcsrchr.c (WCSRCHR): Likewise.
24280         * wcsmbs/wcsspn.c (wcsspn): Likewise.
24281         * wcsmbs/wcsstr.c (wcsstr): Likewise.
24282         * wcsmbs/wcstok.c (wcstok): Likewise.
24283         * wcsmbs/wctob.c (wctob): Likewise.
24284         * wcsmbs/wmemchr.c (__wmemchr): Likewise.
24285         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
24286         * wcsmbs/wmemcpy.c (__wmemcpy): Likewise.
24287         * wcsmbs/wmemmove.c (__wmemmove): Likewise.
24288         * wcsmbs/wmempcpy.c (__wmempcpy): Likewise.
24289         * wcsmbs/wmemset.c (__wmemset): Likewise.
24290         * wctype/wcfuncs.c (__towlower): Likewise.
24291         (__towupper): Likewise.
24293         * sysdeps/unix/sysv/linux/i386/lowlevellock.h
24294         (lll_unlock_elision): Add adapt_count parameter.
24296 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
24298         * sysdeps/nptl/configure.ac: Do not give errors based on the
24299         results of top-level configure tests.
24300         * sysdeps/nptl/configure: Regenerated.
24302         * configure.ac (libc_cv_Bgroup): Remove configure test.
24303         * configure: Regenerated.
24304         * config.make.in (have-Bgroup): Remove variable.
24306         * configure.ac (sizeof_long_double): Remove configure test.
24307         * configure: Regenerated.
24308         * config.make.in (sizeof-long-double): Remove variable.
24310         * configure.ac (libc_cv_gcc_exceptions): Remove configure test.
24311         * configure: Regenerated.
24312         * sysdeps/arm/configure.ac (libc_cv_gcc_exceptions): Do not set
24313         variable.
24314         (exceptions): Likewise.
24315         * sysdeps/arm/configure: Regenerated.
24316         * config.make.in (exceptions): Remove variable.
24317         * Makeconfig (uses-callbacks): Use -fexceptions instead of
24318         $(exceptions).
24319         * debug/Makefile (CFLAGS-dprintf_chk.c): Likewise.
24320         (CFLAGS-vdprintf_chk.c): Likewise.
24321         (CFLAGS-printf_chk.c): Likewise.
24322         (CFLAGS-fprintf_chk.c): Likewise.
24323         (CFLAGS-vprintf_chk.c): Likewise.
24324         (CFLAGS-vfprintf_chk.c): Likewise.
24325         (CFLAGS-gets_chk.c): Likewise.
24326         (CFLAGS-fgets_chk.c): Likewise.
24327         (CFLAGS-fgets_u_chk.c): Likewise.
24328         (CFLAGS-fread_chk.c): Likewise.
24329         (CFLAGS-fread_u_chk.c): Likewise.
24330         (CFLAGS-wprintf_chk.c): Likewise.
24331         (CFLAGS-fwprintf_chk.c): Likewise.
24332         (CFLAGS-vwprintf_chk.c): Likewise.
24333         (CFLAGS-vfwprintf_chk.c): Likewise.
24334         (CFLAGS-fgetws_chk.c): Likewise.
24335         (CFLAGS-fgetws_u_chk.c): Likewise.
24336         * libio/Makefile (CFLAGS-fileops.c): Likewise.
24337         (CFLAGS-fputc.c): Likewise.
24338         (CFLAGS-fputwc.c): Likewise.
24339         (CFLAGS-freopen64.c): Likewise.
24340         (CFLAGS-freopen.c): Likewise.
24341         (CFLAGS-fseek.c): Likewise.
24342         (CFLAGS-fseeko64.c): Likewise.
24343         (CFLAGS-fseeko.c): Likewise.
24344         (CFLAGS-ftello64.c): Likewise.
24345         (CFLAGS-ftello.c): Likewise.
24346         (CFLAGS-fwide.c): Likewise.
24347         (CFLAGS-genops.c): Likewise.
24348         (CFLAGS-getc.c): Likewise.
24349         (CFLAGS-getchar.c): Likewise.
24350         (CFLAGS-getwc.c): Likewise.
24351         (CFLAGS-getwchar.c): Likewise.
24352         (CFLAGS-iofclose.c): Likewise.
24353         (CFLAGS-iofflush.c): Likewise.
24354         (CFLAGS-iofgetpos64.c): Likewise.
24355         (CFLAGS-iofgetpos.c): Likewise.
24356         (CFLAGS-iofgets.c): Likewise.
24357         (CFLAGS-iofgetws.c): Likewise.
24358         (CFLAGS-iofputs.c): Likewise.
24359         (CFLAGS-iofputws.c): Likewise.
24360         (CFLAGS-iofread.c): Likewise.
24361         (CFLAGS-iofsetpos64.c): Likewise.
24362         (CFLAGS-iofsetpos.c): Likewise.
24363         (CFLAGS-ioftell.c): Likewise.
24364         (CFLAGS-iofwrite.c): Likewise.
24365         (CFLAGS-iogetdelim.c): Likewise.
24366         (CFLAGS-iogetline.c): Likewise.
24367         (CFLAGS-iogets.c): Likewise.
24368         (CFLAGS-iogetwline.c): Likewise.
24369         (CFLAGS-ioputs.c): Likewise.
24370         (CFLAGS-ioseekoff.c): Likewise.
24371         (CFLAGS-ioseekpos.c): Likewise.
24372         (CFLAGS-iosetbuffer.c): Likewise.
24373         (CFLAGS-iosetvbuf.c): Likewise.
24374         (CFLAGS-ioungetc.c): Likewise.
24375         (CFLAGS-ioungetwc.c): Likewise.
24376         (CFLAGS-oldfileops.c): Likewise.
24377         (CFLAGS-oldiofclose.c): Likewise.
24378         (CFLAGS-oldiofgetpos64.c): Likewise.
24379         (CFLAGS-oldiofgetpos.c): Likewise.
24380         (CFLAGS-oldiofsetpos64.c): Likewise.
24381         (CFLAGS-oldiofsetpos.c): Likewise.
24382         (CFLAGS-peekc.c): Likewise.
24383         (CFLAGS-putc.c): Likewise.
24384         (CFLAGS-putchar.c): Likewise.
24385         (CFLAGS-putwc.c): Likewise.
24386         (CFLAGS-putwchar.c): Likewise.
24387         (CFLAGS-rewind.c): Likewise.
24388         (CFLAGS-wfileops.c): Likewise.
24389         (CFLAGS-wgenops.c): Likewise.
24390         (CFLAGS-oldiofopen.c): Likewise.
24391         (CFLAGS-iofopen.c): Likewise.
24392         (CFLAGS-iofopen64.c): Likewise.
24393         (CFLAGS-oldtmpfile.c): Likewise.
24394         * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
24395         (CFLAGS-fprintf.c): Likewise.
24396         (CFLAGS-printf.c): Likewise.
24397         (CFLAGS-vfwprintf.c): Likewise.
24398         (CFLAGS-vfscanf.c): Likewise.
24399         (CFLAGS-vfwscanf.c): Likewise.
24400         (CFLAGS-fscanf.c): Likewise.
24401         (CFLAGS-scanf.c): Likewise.
24402         (CFLAGS-isoc99_vfscanf.c): Likewise.
24403         (CFLAGS-isoc99_vscanf.c): Likewise.
24404         (CFLAGS-isoc99_fscanf.c): Likewise.
24405         (CFLAGS-isoc99_scanf.c): Likewise.
24406         * wcsmbs/Makefile (CFLAGS-isoc99_wscanf.c): Likewise.
24407         (CFLAGS-isoc99_fwscanf.c): Likewise.
24408         (CFLAGS-isoc99_vwscanf.c): Likewise.
24409         (CFLAGS-isoc99_vfwscanf.c): Likewise.
24411         * io/test-lfs.c (do_prepare): Do not call add_temp_file until
24412         after mkstemp64.
24413         * login/tst-utmp.c (do_prepare): Likewise.
24414         * rt/tst-aio.c (do_prepare): Likewise.
24415         * rt/tst-aio64.c (do_prepare): Likewise.
24417 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
24419         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
24420         (__lll_lock_elision): Remove adapt_count decrement...
24421         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
24422         (__lll_trylock_elision): Likewise.
24423         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
24424         (__lll_unlock_elision): ... to here. And utilize
24425         new adapt_count parameter.
24426         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
24427         (__lll_unlock_elision): Update to include adapt_count
24428         parameter.
24429         (lll_unlock_elision): Pass pointer to adapt_count
24430         variable.
24432 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
24434         * nptl/pthread_mutex_unlock.c (lll_unlock_elision):
24435         Add elision adapt_count parameter to list of arguments.
24436         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
24437         (lll_unlock_elision): Update with new parameter list
24438         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
24439         (lll_unlock_elision): Likewise.
24440         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
24441         (lll_unlock_elision): Likewise.
24443 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
24445         [BZ #19122]
24446         * include/sys/utsname.h [IS_IN (rtld)] (__uname): Add
24447         attribute_hidden.
24449         * include/string.h [IS_IN (rtld)] (__stpcpy): Add
24450         attribute_hidden.
24451         [IS_IN (rtld)] (__strdup): Likewise.
24452         [IS_IN (rtld)] (__strerror_r): Likewise.
24453         [IS_IN (rtld)] (__strsep_g): Likewise.
24454         [IS_IN (rtld)] (memchr): Likewise.
24455         [IS_IN (rtld)] (memcmp): Likewise.
24456         [IS_IN (rtld)] (memcpy): Likewise.
24457         [IS_IN (rtld)] (memmove): Likewise.
24458         [IS_IN (rtld)] (memset): Likewise.
24459         [IS_IN (rtld)] (rawmemchr): Likewise.
24460         [IS_IN (rtld)] (stpcpy): Likewise.
24461         [IS_IN (rtld)] (strchr): Likewise.
24462         [IS_IN (rtld)] (strcmp): Likewise.
24463         [IS_IN (rtld)] (strlen): Likewise.
24464         [IS_IN (rtld)] (strnlen): Likewise.
24465         [IS_IN (rtld)] (strsep): Likewise.
24467         * include/stdlib.h [IS_IN (rtld)] (unsetenv): Add
24468         attribute_hidden.
24469         [IS_IN (rtld)] (__strtoul_internal): Likewise.
24471         * include/signal.h [IS_IN (rtld)] (__sigaction): Add
24472         attribute_hidden.
24473         [IS_IN (rtld)] (__libc_sigaction): Likewise.
24475         * include/setjmp.h (__longjmp): Add attribute_hidden.
24476         [IS_IN (rtld)] (__sigsetjmp): Likewise.
24478         * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency):
24479         Add attribute_hidden.
24481         * include/fcntl.h (__libc_fcntl): Add attribute_hidden.
24482         [IS_IN (rtld)] (__open): Likewise.
24483         [IS_IN (rtld)] (__fcntl): Likewise.
24485         * include/dirent.h (__opendirat): Add attribute_hidden.
24486         (__getdents): Likewise.
24487         (__getdents64): Likewise.
24488         (__alloc_dir): Likewise.
24489         [IS_IN (rtld)] (__closedir): Likewise.
24490         [IS_IN (rtld)] (__fdopendir): Likewise.
24491         [IS_IN (rtld)] (__readdir): Likewise.
24492         [IS_IN (rtld)] (__readdir64): Likewise.
24493         [IS_IN (rtld)] (__rewinddir): Likewise.
24495         * include/dlfcn.h (_dl_catch_error): Moved to ...
24496         * sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
24497         attribute_hidden.
24499         * sysdeps/generic/_itoa.h (_itoa): Add attribute_hidden.
24500         (_itoa_word): Likewise.
24502         * elf/dl-runtime.c (_dl_fixup): Add attribute_hidden.
24503         * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
24504         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
24505         * sysdeps/generic/ldsodefs.h (_dl_name_match_p): Likewise.
24506         (_dl_higher_prime_number): Likewise.
24507         (_dl_debug_printf_c): Likewise.
24508         (_dl_signal_cerror): Likewise.
24509         (_dl_receive_error): Likewise.
24510         (_dl_reloc_bad_type): Likewise.
24511         (_dl_resolve_conflicts): Likewise.
24512         (_dl_check_all_versions): Likewise.
24513         (_dl_check_map_versions): Likewise.
24514         (_dl_sort_fini): Likewise.
24515         (_dl_debug_initialize): Likewise.
24516         (_dl_init_paths): Likewise.
24517         (_dl_show_auxv): Likewise.
24518         (_dl_next_ld_env_entry): Likewise.
24519         (_dl_important_hwcaps): Likewise.
24520         (_dl_load_cache_lookup): Likewise.
24521         (_dl_update_slotinfo): Likewise.
24522         (_dl_show_scope): Likewise.
24524         * sysdeps/generic/memcopy.h (_wordcopy_fwd_aligned): Add
24525         attribute_hidden.
24526         (_wordcopy_fwd_dest_aligned): Likewise.
24527         (_wordcopy_bwd_aligned): Likewise.
24528         (_wordcopy_bwd_dest_aligned): Likewise.
24530         * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
24531         * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
24532         Likewise.
24533         * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
24534         Likewise.
24535         * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
24537 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
24539         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add comments for
24540         GCC 5 requirement.
24542 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
24544         * sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure
24545         test.
24546         * sysdeps/i386/configure: Regenerated.
24547         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make
24548         code unconditional.
24550         * configure.ac (libc_cv_asm_previous_directive): Remove configure
24551         test.
24552         (libc_cv_asm_popsection_directive): Likewise.
24553         * configure: Regenerated.
24554         * config.h.in (HAVE_ASM_PREVIOUS_DIRECTIVE): Remove #undef.
24555         (HAVE_ASM_POPSECTION_DIRECTIVE): Likewise.
24556         * include/libc-symbols.h [HAVE_ASM_PREVIOUS_DIRECTIVE]
24557         (__make_section_unallocated): Make definition unconditional.
24558         [HAVE_ASM_POPSECTION_DIRECTIVE] (__make_section_unallocated):
24559         Remove conditional definition.
24560         [!HAVE_ASM_PREVIOUS_DIRECTIVE && !HAVE_ASM_POPSECTION_DIRECTIVE]
24561         (__make_section_unallocated): Likewise.
24563         * configure.ac (libc_cv_gcc_static_libgcc): Remove configure test.
24564         * configure: Regenerated.
24565         * config.make.in (static-libgcc): Remove variable.
24566         * Makerules (build-shlib-helper): Use -static-libgcc instead of
24567         $(static-libgcc).
24568         (build-module-helper): Likewise.
24570         * configure.ac (libc_cv_friendly_stddef): Remove configure test.
24571         * configure: Regenerated.
24573 2015-10-15  Florian Weimer  <fweimer@redhat.com>
24575         * stdio-common/vfscanf.c (MEMCPY): Remove macro.
24576         (struct char_buffer): New type.
24577         (char_buffer_start, char_buffer_size, char_buffer_error)
24578         (char_buffer_rewind, char_buffer_add): New functions.
24579         (ADDW): Remove macro, replaced by the char_buffer_add function.
24580         (_IO_vfscanf_internal): Rewrite using struct char_buffer instead
24581         of extend_alloca.  Make control flow more explicit.
24583 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
24585         [BZ #19137]
24586         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
24587         Add -fomit-frame-pointer.
24588         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Remove file.
24590 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
24592         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S
24593         (__libc_do_syscall): Defined only if !__GNUC_PREREQ (5,0).
24594         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define assembler macros
24595         only if !__GNUC_PREREQ (5,0).
24596         (INTERNAL_SYSCALL_MAIN_6): Optimize for GCC 5.
24597         (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
24598         (INTERNAL_SYSCALL_NCS): Likewise.
24599         (LOADREGS_0): New macro for GCC 5.
24600         (ASMARGS_0): Likewise.
24601         (LOADREGS_1): Likewise.
24602         (ASMARGS_1): Likewise.
24603         (LOADREGS_2): Likewise.
24604         (ASMARGS_2): Likewise.
24605         (LOADREGS_3): Likewise.
24606         (ASMARGS_3): Likewise.
24607         (LOADREGS_4): Likewise.
24608         (ASMARGS_4): Likewise.
24609         (LOADREGS_5): Likewise.
24610         (ASMARGS_5): Likewise.
24611         (LOADREGS_6): Likewise.
24612         (ASMARGS_6): Likewise.
24614 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
24616         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-mmap.c): Add
24617         -fomit-frame-pointer.
24618         (CFLAGS-mmap64.c): Likewise.
24619         (CFLAGS-semtimedop.c): Likewise.
24620         * sysdeps/unix/sysv/linux/i386/mmap.c: New file.
24621         * sysdeps/unix/sysv/linux/i386/mmap.S: Remove file.
24622         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
24623         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
24625 2015-10-15  Florian Weimer  <fweimer@redhat.com>
24627         [BZ #18928]
24628         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
24629         _dl_pointer_guard member.
24630         * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard
24631         initializer.
24632         (security_init): Always set up pointer guard.
24633         (process_envvars): Do not process LD_POINTER_GUARD.
24635 2015-10-14  Joseph Myers  <joseph@codesourcery.com>
24637         [BZ #19134]
24638         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (.LC1): New object.
24639         (.LC2): Likewise.
24640         (.LC3): Likewise.
24641         (__lround): Do not add 0.5 to integer or out-of-range arguments.
24643 2015-10-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
24645         [BZ #19129]
24646         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save and restore
24647         r0 and r1.
24649 2015-10-14  Namhyung Kim  <namhyung@gmail.com>
24651         * manaual/argp.texi (Specifying Argp Parsers): Fix typo.
24653 2015-10-14  Carlos O'Donell  <carlos@redhat.com>
24655         * include/stap-probe.h: Fix macro definition formatting.
24657 2015-10-14  Florian Weimer  <fweimer@redhat.com>
24659         [BZ #19074]
24660         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use atomics to
24661         load and store num_ifs.
24663 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
24665         [BZ #18822]
24666         * sysdeps/unix/sysv/linux/sched_getaffinity.c
24667         (__sched_getaffinity_new): Add libc_hidden_proto and
24668         libc_hidden_def.
24670 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
24672         [BZ #19007]
24673         * scripts/localplt.awk: Also allow GOT references.
24674         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark
24675         _Unwind_Find_FDE, calloc, memalign, realloc and __libc_memalign
24676         with "+ REL R_386_GLOB_DAT".
24677         * sysdeps/x86_64/localplt.data: Mark calloc, memalign, realloc
24678         and __libc_memalign with "+ RELA R_X86_64_GLOB_DAT".
24680 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
24682         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use
24683         INLINE_SYSCALL_ERROR_RETURN_VALUE.
24684         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat):
24685         Likewise.
24686         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
24687         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
24688         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
24689         INTERNAL_SYSCALLINTERNAL_SYSCALL and
24690         INLINE_SYSCALL_ERROR_RETURN_VALUE.
24691         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
24692         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24693         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
24694         Likewise.
24695         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24697 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
24699         [BZ #19125]
24700         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include <limits.h>,
24701         <math_private.h> and <stdint.h>.
24702         (__llround): Avoid conversions to and from long long int, and
24703         subtractions, where those might raise spurious exceptions.
24704         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
24705         <math_private.h> and <stdint.h>.
24706         (__llroundf): Avoid conversions to and from long long int, and
24707         subtractions, where those might raise spurious exceptions.
24709 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
24711         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use
24712         INLINE_SYSCALL_ERROR_RETURN_VALUE.
24713         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
24714         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Likewise.
24715         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
24716         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
24717         * sysdeps/unix/sysv/linux/fcntl.c (do_fcntl): Likewise.
24718         * sysdeps/unix/sysv/linux/futimens.c (futimens): Likewise.
24719         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Likewise.
24720         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24721         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24722         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24723         * sysdeps/unix/sysv/linux/lutimes.c (lutimes): Likewise.
24724         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24725         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24726         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Likewise.
24727         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Likewise.
24728         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
24729         * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Likewise.
24730         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Likewise.
24731         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
24732         * sysdeps/unix/sysv/linux/signalfd.c (signalfd): Likewise.
24733         * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Likewise.
24734         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
24735         * sysdeps/unix/sysv/linux/ustat.c (ustat): Likewise.
24736         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
24737         * sysdeps/unix/sysv/linux/xmknod.c (__xmknod): Likewise.
24738         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
24739         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24740         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat_conv): Likewise.
24741         (__xstat64_conv): Likewise.
24742         (__xstat32_conv): Likewise.
24744 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
24746         * sysdeps/unix/sysv/linux/sysdep.h: New file.
24747         * sysdeps/unix/sysv/linux/i386/sysdep.c: Likewise.
24748         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include
24749         <sysdeps/unix/sysv/linux/sysdep.h>.
24750         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
24751         * sysdeps/unix/sysv/linux/generic/sysdep.h: Likewise.
24752         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
24753         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
24754         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
24755         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise.
24756         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
24757         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
24758         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
24759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
24760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
24761         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
24762         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
24763         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
24764         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
24765         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
24766         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == csu]
24767         (sysdep-dl-routines): Add sysdep.
24768         [$(subdir) == nptl] (libpthread-routines): Likewise.
24769         [$(subdir) == rt] (librt-routines): Likewise.
24770         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Don't check
24771         PIC when branching to SYSCALL_ERROR_LABEL.
24772         * sysdeps/unix/sysv/linux/i386/sysdep.S: Removed.
24773         * sysdeps/unix/sysv/linux/i386/sysdep.h: Include
24774         <sysdeps/unix/sysv/linux/sysdep.h>.
24775         (SYSCALL_ERROR_LABEL): Changed to __syscall_error.
24776         (SYSCALL_ERROR_ERRNO): Removed.
24777         (SYSCALL_ERROR_HANDLER): Changed to empty.
24778         (SYSCALL_ERROR_HANDLER_TLS_STORE): Likewise.
24779         (__syscall_error): New prototype.
24780         [IS_IN (libc)] (INLINE_SYSCALL): New macro.
24781         (INLINE_SYSCALL_ERROR_RETURN_VALUE): Likewise.
24783 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
24785         [BZ #19124]
24786         * sysdeps/x86_64/dl-trampoline.S [!HAVE_AVX512_ASM_SUPPORT]
24787         (_dl_runtime_resolve_avx512): Make it a hidden alias of
24788         _dl_runtime_resolve_avx.
24789         (_dl_runtime_profile_avx512): Make it a hidden alias of
24790         _dl_runtime_profile_avx.
24792 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
24794         * sysdeps/powerpc/fpu/s_llround.c: Move to ....
24795         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
24796         * sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
24797         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.
24799         [BZ #16422]
24800         * sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
24801         New configure test.
24802         * sysdeps/powerpc/powerpc32/fpu/configure: Regenerated.
24803         * config.h.in [_LIBC] (HAVE_PPC_FCTIDZ): New macro.
24804         * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include <limits.h>,
24805         <math_private.h> and <stdint.h>.
24806         (__llrint): Avoid conversions to long long int where those might
24807         raise spurious exceptions.
24808         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
24809         <math_private.h> and <stdint.h>.
24810         (__llrintf): Avoid conversions to long long int where those might
24811         raise spurious exceptions.
24813 2015-10-12  Andreas Schwab  <schwab@suse.de>
24815         [BZ #18969]
24816         * debug/Makefile (LOCALES): Define.  Include gen-locales.mk.
24817         ($(objpfx)tst-chk1.out): Depend on $(gen-locales).
24818         * iconvdata/Makefile (LOCALES): Define.  Include gen-locales.mk.
24819         ($(objpfx)bug-iconv6.out, $(objpfx)tst-iconv7.out): Depend on
24820         $(gen-locales).
24821         * intl/Makefile (LOCALES): Define.  Include gen-locales.mk.
24822         ($(objpfx)tst-codeset.out, $(objpfx)tst-gettext.out)
24823         ($(objpfx)tst-gettext2.out, $(objpfx)tst-gettext3.out)
24824         ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext5.out)
24825         ($(objpfx)tst-gettext6.out, $(objpfx)tst-translit.out): Depend on
24826         $(gen-locales).
24827         * libio/Makefile (LOCALES): Define.  Include gen-locales.mk.
24828         ($(objpfx)bug-ftell.out, $(objpfx)bug-ungetwc1.out)
24829         ($(objpfx)bug-ungetwc2.out, $(objpfx)tst-fgetwc.out)
24830         ($(objpfx)tst-fgetws.out, $(objpfx)tst-fopenloc.out)
24831         ($(objpfx)tst-fputws.out, $(objpfx)tst-fseek.out)
24832         ($(objpfx)tst-ftell-active-handler.out)
24833         ($(objpfx)tst-ftell-append.out)
24834         ($(objpfx)tst-ftell-partial-wide.out, $(objpfx)tst-setvbuf1.out)
24835         ($(objpfx)tst-swscanf.out, $(objpfx)tst-ungetwc1.out)
24836         ($(objpfx)tst-ungetwc2.out, $(objpfx)tst-widetext.out)
24837         ($(objpfx)tst_wprintf2.out): Depend on $(gen-locales).
24838         * posix/Makefile (LOCALES): Define.  Include gen-locales.mk.
24839         ($(objpfx)bug-regex1.out, $(objpfx)bug-regex4.out)
24840         ($(objpfx)bug-regex5.out, $(objpfx)bug-regex6.out)
24841         ($(objpfx)bug-regex17.out, $(objpfx)bug-regex18.out)
24842         ($(objpfx)bug-regex19.out, $(objpfx)bug-regex20.out)
24843         ($(objpfx)bug-regex22.out, $(objpfx)bug-regex23.out)
24844         ($(objpfx)bug-regex25.out, $(objpfx)bug-regex26.out)
24845         ($(objpfx)bug-regex30.out, $(objpfx)bug-regex32.out)
24846         ($(objpfx)bug-regex33.out, $(objpfx)bug-regex34.out)
24847         ($(objpfx)bug-regex35.out, $(objpfx)tst-fnmatch.out)
24848         ($(objpfx)tst-fnmatch4.out, $(objpfx)tst-fnmatch5.out)
24849         ($(objpfx)tst-regex.out, $(objpfx)tst-regex2.out)
24850         ($(objpfx)tst-regexloc.out, $(objpfx)tst-rxspencer.out)
24851         ($(objpfx)tst-rxspencer-no-utf8.out): Depend on $(gen-locales).
24852         * stdio-common/Makefile (LOCALES): Define.  Include gen-locales.mk.
24853         ($(objpfx)bug14.out, $(objpfx)scanf13.out)
24854         ($(objpfx)test-vfprintf.out, $(objpfx)tst-grouping.out)
24855         ($(objpfx)tst-sprintf.out, $(objpfx)tst-sscanf.out)
24856         ($(objpfx)tst-swprintf.out): Depend on $(gen-locales).
24857         * stdlib/Makefile (LOCALES): Define.  Include gen-locales.mk.
24858         ($(objpfx)bug-strtod2.out, $(objpfx)testmb2.out)
24859         ($(objpfx)tst-strtod.out, $(objpfx)tst-strtod3.out)
24860         ($(objpfx)tst-strtod4.out, $(objpfx)tst-strtod5.out): Depend on
24861         $(gen-locales).
24862         * time/Makefile (LOCALES): Define.  Include gen-locales.mk.
24863         ($(objpfx)tst-ftime_l.out, $(objpfx)tst-strptime.out): Depend on
24864         $(gen-locales).
24865         * wcsmbs/Makefile (LOCALES): Define.  Include gen-locales.mk.
24866         ($(objpfx)tst-btowc.out, $(objpfx)tst-c16c32-1.out)
24867         ($(objpfx)tst-mbrtowc.out, $(objpfx)tst-mbrtowc2.out)
24868         ($(objpfx)tst-wcrtomb.out, $(objpfx)wcsmbs-tst1.out): Depend on
24869         $(gen-locales).
24870         * libio/tst_wprintf2.c (main): Use explicit locale.
24871         * wcsmbs/wcsmbs-tst1.c (main): Likewise.
24873 2015-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24875         * hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by
24876         __msg_sig_post.
24877         * hurd/hurd/signal.h (_hurd_raise_signal): Add int return type.
24879 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
24881         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
24882         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
24884         * sysdeps/arm/libm-test-ulps: Regenerated.
24886         [BZ #15470]
24887         * sysdeps/arm/fix-fp-int-convert-overflow.h: New file.
24889         [BZ #16399]
24890         * sysdeps/generic/fix-fp-int-convert-overflow.h: New file.
24891         * sysdeps/ieee754/dbl-64/s_llrint.c: Include <fenv.h>, <limits.h>
24892         and <fix-fp-int-convert-overflow.h>.
24893         (__llrint) [FE_INVALID]: Force FE_INVALID exception as needed if
24894         FIX_DBL_LLONG_CONVERT_OVERFLOW.
24895         * sysdeps/ieee754/dbl-64/s_llround.c: Include <fenv.h>, <limits.h>
24896         and <fix-fp-int-convert-overflow.h>.
24897         (__llround) [FE_INVALID]: Force FE_INVALID exception as needed if
24898         FIX_DBL_LLONG_CONVERT_OVERFLOW.
24899         * sysdeps/ieee754/dbl-64/s_lrint.c: Include
24900         <fix-fp-int-convert-overflow.h>.
24901         (__lrint) [FE_INVALID]: Force FE_INVALID exception as needed if
24902         FIX_DBL_LLONG_CONVERT_OVERFLOW.
24903         * sysdeps/ieee754/dbl-64/s_lround.c: Include
24904         <fix-fp-int-convert-overflow.h>.
24905         (__lround) [FE_INVALID]: Force FE_INVALID exception as needed if
24906         FIX_DBL_LLONG_CONVERT_OVERFLOW.
24907         * sysdeps/ieee754/flt-32/s_llrintf.c: Include <fenv.h>, <limits.h>
24908         and <fix-fp-int-convert-overflow.h>.
24909         (__llrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
24910         FIX_DBL_LLONG_CONVERT_OVERFLOW.
24911         * sysdeps/ieee754/flt-32/s_llroundf.c: Include <fenv.h>,
24912         <limits.h> and <fix-fp-int-convert-overflow.h>.
24913         (__llroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
24914         FIX_DBL_LLONG_CONVERT_OVERFLOW.
24915         * sysdeps/ieee754/flt-32/s_lrintf.c: Include <fenv.h>, <limits.h>
24916         and <fix-fp-int-convert-overflow.h>.
24917         (__lrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
24918         FIX_DBL_LLONG_CONVERT_OVERFLOW.
24919         * sysdeps/ieee754/flt-32/s_lroundf.c: Include <fenv.h>, <limits.h>
24920         and <fix-fp-int-convert-overflow.h>.
24921         (__lroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
24922         FIX_DBL_LLONG_CONVERT_OVERFLOW.
24923         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h: New file.
24925 2015-10-09  Carlos O'Donell  <carlos@redhat.com>
24927         [BZ #18589]
24928         * string/bug-strcoll2.c: Adjust copyright, and remove contributed by.
24929         * string/Makefile ($(objpfx)bug-strcoll2.out): Depend on
24930         $(gen-locales).
24932 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
24933             Phil Blundell <pb@pbcl.net>
24935         * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c.
24936         * nptl/tst-cancel26.c: New file.
24937         * nptl/tst-cancel27.c: Likewise.
24939 2015-10-09  H.J. Lu  <hongjiu.lu@intel.com>
24941         * sysdeps/x86_64/fpu/s_llrint.S (__lrint): Add alias only if
24942         __ILP32__ isn't defined.
24943         (lrint): Likewise.
24944         * sysdeps/x86_64/fpu/s_llrintf.S (__lrintf): Likewise.
24945         (lrintf): Likewise.
24946         * sysdeps/x86_64/fpu/s_llrintl.S (__lrintl): Likewise.
24947         (lrintl): Likewise.
24948         * sysdeps/x86_64/x32/fpu/s_lrint.S: New file.
24949         * sysdeps/x86_64/x32/fpu/s_lrintf.S: Likewise.
24950         * sysdeps/x86_64/x32/fpu/s_lrintl.S: Likewise.
24952 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
24954         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
24955         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
24957         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Remove
24958         file.
24959         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Likewise.
24960         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
24962 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
24964         * sysdeps/i386/configure.ac (libc_cv_cc_novzeroupper): Remove
24965         configure test.
24966         * sysdeps/i386/configure: Regenerated.
24967         * sysdeps/x86_64/configure.ac (libc_cv_cc_novzeroupper): Remove
24968         configure test.
24969         * sysdeps/x86_64/configure: Regenerated.
24970         * sysdeps/x86_64/Makefile [$(config-cflags-novzeroupper) = yes]:
24971         Make code unconditional.
24973         * sysdeps/i386/configure.ac (libc_cv_cc_fma4): Remove configure
24974         test.
24975         * sysdeps/i386/configure: Regenerated.
24976         * sysdeps/x86_64/configure.ac (libc_cv_cc_fma4): Remove configure
24977         test.
24978         * sysdeps/x86_64/configure: Regenerated.
24979         * sysdeps/x86_64/fpu/multiarch/Makefile [$(have-mfma4) = yes]:
24980         Make code unconditional.
24981         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
24982         Likewise.
24983         * sysdeps/x86_64/fpu/multiarch/e_atan2.c [HAVE_FMA4_SUPPORT]:
24984         Likewise.
24985         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
24986         * sysdeps/x86_64/fpu/multiarch/e_exp.c [HAVE_FMA4_SUPPORT]: Make
24987         code unconditional.
24988         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
24989         * sysdeps/x86_64/fpu/multiarch/e_log.c [HAVE_FMA4_SUPPORT]: Make
24990         code unconditional.
24991         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
24992         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]: Make
24993         code unconditional.
24994         * sysdeps/x86_64/fpu/multiarch/s_atan.c [HAVE_FMA4_SUPPORT]: Make
24995         code unconditional.
24996         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
24997         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_FMA4_SUPPORT]: Make
24998         code unconditional.
24999         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25000         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_FMA4_SUPPORT]: Make
25001         code unconditional.
25002         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25003         * sysdeps/x86_64/fpu/multiarch/s_sin.c [HAVE_FMA4_SUPPORT]: Make
25004         code unconditional.
25005         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25006         * sysdeps/x86_64/fpu/multiarch/s_tan.c [HAVE_FMA4_SUPPORT]: Make
25007         code unconditional.
25008         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25009         * config.h.in (HAVE_FMA4_SUPPORT): Remove #undef.
25011         [BZ #19095]
25012         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Cast low part of
25013         mantissa to long int before shifting left.
25015 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
25017         [BZ #19094]
25018         * sysdeps/ieee754/dbl-64/s_lrint.c: Include <fenv.h> and
25019         <limits.h>.
25020         (__lrint) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25021         when result overflows but exception would not result from cast.
25022         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include <fenv.h> and
25023         <limits.h>.
25024         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25025         when result overflows but exception would not result from cast.
25026         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include <fenv.h> and
25027         <limits.h>.
25028         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25029         when result overflows but exception would not result from cast.
25030         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include <fenv.h> and
25031         <limits.h>.
25032         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25033         when result overflows but exception would not result from cast.
25034         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include <fenv.h> and
25035         <limits.h>.
25036         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25037         when result overflows but exception would not result from cast.
25038         * math/libm-test.inc (lrint_test_data): Add more tests.
25039         (llrint_test_data): Likewise.
25041 2015-10-08  Roland McGrath  <roland@hack.frob.com>
25043         [BZ #18872]
25044         * stdio-common/Makefile ($(objpfx)tst-unbputc.out):
25045         Move out from under [$(run-built-tests) = yes] conditional.
25046         ($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
25047         ($(objpfx)tst-printf-bz18872-mem.out): Likewise.
25049 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
25051         [BZ #18589]
25052         * string/Makefile (tests): Add bug-strcoll2.
25053         (LOCALES): Add cs_CZ.UTF-8.
25054         * string/bug-strcoll2.c (test_cs_CZ): Fix typo in FAIL string.
25056         [BZ #18589]
25057         * string/bug-strcoll2.c: New file.
25058         * locale/categories.def: Revert commit
25059         f13c2a8dff2329c6692a80176262ceaaf8a6f74e.
25060         * locale/langinfo.h: Likewise.
25061         * locale/localeinfo.h: Likewise.
25062         * locale/C-collate.c: Likewise.
25063         * locale/programs/ld-collate.c (collate_output): Likewise.
25064         * string/strcoll_l.c (STRDIFF): Likewise.
25065         (STRCOLL): Likewise.
25066         * wcsmbs/wcscoll_l.c: Likewise.
25068 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
25070         * math/libm-test.inc (lround_test_data): Do not expect the absence
25071         of "inexact" for some tests with non-integer arguments.
25072         (llround_test_data): Likewise.
25074         * sysdeps/i386/configure.ac (libc_cv_cc_avx): Remove configure
25075         test.
25076         (libc_cv_cc_sse2avx): Likewise.
25077         * sysdeps/i386/configure: Regenerated.
25078         * sysdeps/i386/i686/multiarch/Makefile
25079         [$(subdir)$(config-cflags-avx) = mathyes]: Change conditional to
25080         [$(subdir) = math].
25081         * sysdeps/i386/i686/multiarch/s_fma-fma.c [HAVE_AVX_SUPPORT]: Make
25082         code unconditional.
25083         * sysdeps/i386/i686/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
25084         Likewise.
25085         * sysdeps/i386/i686/multiarch/s_fmaf-fma.c [HAVE_AVX_SUPPORT]:
25086         Likewise.
25087         * sysdeps/i386/i686/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
25088         Likewise.
25089         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx): Remove configure
25090         test.
25091         (libc_cv_cc_sse2avx): Likewise.
25092         * sysdeps/x86_64/configure: Regenerated.
25093         * sysdeps/x86_64/Makefile [$(config-cflags-avx) = yes]: Make code
25094         unconditional.
25095         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile)
25096         [HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT]: Make code
25097         unconditional.
25098         (_dl_runtime_profile)
25099         [!(HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT)]: Remove
25100         conditional code.
25101         * sysdeps/x86_64/fpu/multiarch/Makefile
25102         [$(config-cflags-sse2avx) = yes]: Make code unconditional.
25103         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
25104         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25105         * sysdeps/x86_64/fpu/multiarch/e_exp.c
25106         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25107         * sysdeps/x86_64/fpu/multiarch/e_log.c
25108         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25109         * sysdeps/x86_64/fpu/multiarch/s_atan.c
25110         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25111         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
25112         Likewise.
25113         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
25114         Likewise.
25115         * sysdeps/x86_64/fpu/multiarch/s_sin.c
25116         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25117         * sysdeps/x86_64/fpu/multiarch/s_tan.c
25118         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25119         * sysdeps/x86_64/multiarch/strcmp.S [HAVE_AVX_SUPPORT]: Likewise.
25120         * config.h.in (HAVE_AVX_SUPPORT): Remove #undef.
25121         (HAVE_SSE2AVX_SUPPORT): Likewise.
25123 2015-10-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
25125         * stdio-common/tst-printf-bz18872.sh: Use attribute optimize
25126         instead of #pragma optimize.
25128 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
25130         [BZ #17195]
25131         * malloc/arena.c (heap_trim): Apply trim_treshold to top_chunck size,
25132         as is similarly done in systrim and _int_free already.
25134 2015-10-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25136         * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
25138 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
25140         [BZ #19088]
25141         * sysdeps/ieee754/dbl-64/s_lround.c: Include <fenv.h> and
25142         <limits.h>.
25143         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
25144         overflows but exception would not result from cast.
25145         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include <fenv.h>
25146         and <limits.h>.
25147         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
25148         overflows but exception would not result from cast.
25149         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include <fenv.h> and
25150         <limits.h>.
25151         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
25152         overflows but exception would not result from cast.
25153         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include <fenv.h> and
25154         <limits.h>.
25155         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
25156         overflows but exception would not result from cast.
25157         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include <fenv.h> and
25158         <limits.h>.
25159         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
25160         overflows but exception would not result from cast.
25161         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include <fenv.h> and
25162         <limits.h>.
25163         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
25164         overflows but exception would not result from cast.
25165         * math/libm-test.inc (lround_test_data): Add more tests.
25166         (llround_test_data): Likewise.
25168 2015-10-07  Steve Ellcey  <sellcey@imgtec.com>
25170         * timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable.
25171         (CFLAGS-ialloc.c): Ditto.
25172         (CFLAGS-scheck.c): Ditto.
25174 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
25176         [BZ #19086]
25177         * manual/filesys.texi (Storage Allocation): Fix argument order for
25178         posix_fallocate64.
25180 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
25182         [BZ #19085]
25183         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Move test for
25184         exponent below 48 inside case for non-overflowing exponent.
25185         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
25187 2015-10-07  Florian Weimer  <fweimer@redhat.com>
25189         * iconvdata/cp737.h (from_idx): Add const.
25190         * iconvdata/cp775.h (from_idx): Likewise.
25192 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
25194         * sysdeps/mips/mips64/Implies: Use ieee754/dbl-64/wordsize-64.
25195         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
25196         (__issignaling) [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Remove #error.
25198         [BZ #19079]
25199         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Restore previous
25200         file, conditioned on [!_LP64].
25201         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
25202         [!_LP64] (__lround): Do not define as function or alias.
25203         [!_LP64] (lround): Likewise.
25204         [!_LP64] (__lroundl): Likewise.
25205         [!_LP64] (lroundl): Likewise.
25206         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Remove
25207         macro.
25208         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
25209         Likewise.
25211 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
25213         * math/libm-test.inc (lrint_test_data): Add more tests.
25214         (llrint_test_data): Likewise.
25215         (lround_test_data): Likewise.
25216         (llround_test_data): Likewise.
25218         * math/libm-test.inc (lrint_test_data): Add tests used for llrint.
25219         (llrint_test_data): Add tests used for lrint.
25221         * sysdeps/i386/configure.ac (libc_cv_cc_sse4): Remove configure
25222         test.
25223         * sysdeps/i386/configure: Regenerated.
25224         * sysdeps/i386/i686/multiarch/Makefile
25225         [$(config-cflags-sse4) = yes]: Make code unconditional.
25226         * sysdeps/i386/i686/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
25227         Likewise.
25228         * sysdeps/i386/i686/multiarch/strspn.S [HAVE_SSE4_SUPPORT]:
25229         Likewise.
25230         * sysdeps/x86_64/configure.ac (libc_cv_cc_sse4): Remove configure
25231         test.
25232         * sysdeps/x86_64/configure: Regenerated.
25233         * sysdeps/x86_64/multiarch/Makefile [$(config-cflags-sse4) = yes]:
25234         Make code unconditional.
25235         * sysdeps/x86_64/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
25236         Likewise.
25237         * sysdeps/x86_64/multiarch/strspn.S [HAVE_SSE4_SUPPORT]: Likewise.
25238         * config.h.in (HAVE_SSE4_SUPPORT): Remove #undef.
25240         * scripts/rpm2dynsym.sh: Remove file.
25242 2015-10-06  Florian Weimer  <fweimer@redhat.com>
25244         * configure.ac (libc_cv_cxx_thread_local): Define.
25245         * configure: Regenerate.
25246         * config.make.in (have-cxx-thread_local): Define.
25247         * nptl/Makefile (CFLAGS-tst-thread_local1.o):
25248         (LDLIBS-tst-thread_local1): Define.
25249         (tests): Add tst-thread_local1.
25250         [have-cxx-thread_local != yes] (tests-unsupported): Add
25251         tst-thread_local1.
25252         * nptl/tst-thread_local1.cc: New file.
25254 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
25256         [BZ #19078]
25257         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (o_thres): Remove variable.
25258         (u_thres): Likewise.
25259         (__expl): Determine whether to call __kernel_standard_l based on
25260         value of result, not argument.
25262         * math/libm-test.inc (scalb_test_data): Add more expectations for
25263         the "inexact" exception.
25265         [BZ #19077]
25266         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Return
25267         0.0L for argument 1.0L.
25269         [BZ #19076]
25270         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Divide by
25271         constant 0.0L when computing infinite result.
25273 2015-10-06  Florian Weimer  <fweimer@redhat.com>
25275         [BZ #10432]
25276         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Remove call to
25277         malloc_usable_size.
25279 2015-10-06  Florian Weimer  <fweimer@redhat.com>
25281         [BZ #19018]
25282         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
25283         Mangle function pointer before storing it.
25284         (__call_tls_dtors): Demangle function pointer before calling it.
25286 2015-10-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
25288         [BZ #19012]
25289         * iconv/gconv_db.c (gen_steps): Check for additional errors.
25290         Clean up on failure.
25292 2015-10-05  Joseph Myers  <joseph@codesourcery.com>
25294         [BZ #19071]
25295         * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Use unsigned
25296         long int variable to store possibly incremented high part of
25297         mantissa.
25298         * math/libm-test.inc (lround_test_data): Add tests used for
25299         llround.  Use [LONG_MAX > 0x7fffffff] consistently as condition
25300         for tests requiring 64-bit long.  Do not condition tests on
25301         [TEST_FLOAT] unnecessarily.
25302         (llround_test_data): Add tests used for lround.  Add another
25303         expectation for the "inexact" exception.  Do not condition tests
25304         on [TEST_FLOAT] unnecessarily.
25306         [BZ #887]
25307         [BZ #19049]
25308         [BZ #19050]
25309         * sysdeps/generic/fix-int-fp-convert-zero.h: New file.
25310         * sysdeps/ieee754/dbl-64/e_log10.c: Include
25311         <fix-int-fp-convert-zero.h>.
25312         (__ieee754_log10): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25313         * sysdeps/ieee754/dbl-64/e_log2.c: Include
25314         <fix-int-fp-convert-zero.h>.
25315         (__ieee754_log2): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25316         * sysdeps/ieee754/dbl-64/s_erf.c: Include
25317         <fix-int-fp-convert-zero.h>.
25318         (__erfc): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25319         * sysdeps/ieee754/dbl-64/s_logb.c: Include
25320         <fix-int-fp-convert-zero.h>.
25321         (__logb): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25322         * sysdeps/ieee754/flt-32/e_log10f.c: Include
25323         <fix-int-fp-convert-zero.h>.
25324         (__ieee754_log10f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25325         * sysdeps/ieee754/flt-32/e_log2f.c: Include
25326         <fix-int-fp-convert-zero.h>.
25327         (__ieee754_log2f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25328         * sysdeps/ieee754/flt-32/s_erff.c: Include
25329         <fix-int-fp-convert-zero.h>.
25330         (__erfcf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25331         * sysdeps/ieee754/flt-32/s_logbf.c: Include
25332         <fix-int-fp-convert-zero.h>.
25333         (__logbf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25334         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include
25335         <fix-int-fp-convert-zero.h>.
25336         (__erfcl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25337         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Include
25338         <fix-int-fp-convert-zero.h>.
25339         (__logbl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25340         * sysdeps/powerpc/powerpc32/fpu/configure.ac: New file.
25341         * sysdeps/powerpc/powerpc32/fpu/configure: New generated file.
25342         * sysdeps/powerpc/powerpc32/fpu/fix-int-fp-convert-zero.h: New
25343         file.
25344         * config.h.in [_LIBC] (HAVE_PPC_FCFID): New macro.
25346 2015-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
25348         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
25350 2015-10-02  Joseph Myers  <joseph@codesourcery.com>
25352         [BZ #19059]
25353         * math/s_nexttowardf.c (__nexttowardf): Do not return value from
25354         overflowing computation.
25355         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
25356         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
25357         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
25358         Likewise.
25359         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
25360         Likewise.
25361         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
25362         Likewise.
25363         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25364         Likewise.
25365         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
25366         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
25367         Likewise.
25368         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
25369         Likewise.
25370         * math/libm-test.inc (nexttoward_test_data): Add more tests.
25372         * nss/rewrite_field.c (__nss_rewrite_field): Use
25373         internal_function.
25374         * nss/valid_field.c (__nss_valid_field): Likewise.
25375         * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
25377 2015-10-02  Florian Weimer  <fweimer@redhat.com>
25379         [BZ #18724]
25380         * include/nss.h (NSS_INVALID_FIELD_CHARACTERS): Define.
25381         (__nss_invalid_field_characters, __nss_valid_field)
25382         (__nss_valid_list_field, __nss_rewrite_field): Declare.
25383         * nss/valid_field.c, nss/valid_list_field, nss/rewrite_field.c,
25384         tst-field.c: New file.
25385         * nss/Makefile (routines): Add valid_field, rewrite_field.
25386         (tests-static): Define unconditionally.
25387         (tests): Include tests-static.
25388         [build-static-nss] (tests-static): Use append.
25389         [build-static-nss] (tests): Remove modification.
25390         * nss/getent.c (print_group): Call putgrent.  Report error.
25391         (print_gshadow): Call putsgent.  Report error.
25392         (print_passwd): Call putpwent.  Report error.
25393         (print_shadow): Call putspent.  Report error.
25394         * include/pwd.h: Include <nss.h> instead of <nss/nss.h>.
25395         * pwd/pwd.h (putpwent): Remove incorrect nonnull attribute.
25396         * pwd/putpwent.c (putpwent): Use ISO function definition.  Check
25397         name, password, directory, shell fields for valid syntax.  Rewrite
25398         GECOS field to match syntax.
25399         * pwd/Makefile (tests): Add tst-putpwent.
25400         * pwd/tst-putpwent.c: New file.
25401         * grp/putgrent.c (putgrent): Convert to ISO function definition.
25402         Check grName, grpasswd, gr_mem fields for valid syntax.
25403         Change loop variable i to size_t.
25404         * grp/Makefile (tests): Add tst-putgrent.
25405         * grp/tst-putgrent.c: New file.
25406         * shadow/putspent.c (putspent): Check sp_namp, sp_pwdp fields for
25407         valid syntax.
25408         * shadow/Makefile (tests): Add tst-putspent.
25409         * shadow/tst-putspent.c: New file.
25410         * gshadow/putsgent.c (putsgent): Check sg_namp, sg_passwd, sg_adm,
25411         sg_mem fields for valid syntax.
25412         * gshadow/Makefile (tests): Add tst-putsgent.
25413         * gshadow/tst-putsgent.c: New file.
25415 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
25417         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Added comments to some
25418         assembly instructions.
25420 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
25422         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Remove or add register
25423         prefix from operands.
25425 2015-10-01  Joseph Myers  <joseph@codesourcery.com>
25427         [BZ #16347]
25428         [BZ #19046]
25429         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Do not include
25430         <libc-internal.h>.
25431         (MAXLGM): Do not use diagnostic control macros.
25432         [LDBL_MANT_DIG == 106] (MAXLGM): Change value to overflow
25433         threshold for ldbl-128ibm.
25434         (__ieee754_lgammal_r): For large arguments, multiply by log - 1
25435         instead of multiplying by log then subtracting.
25436         * math/auto-libm-test-in: Add more tests of lgamma.
25437         * math/auto-libm-test-out: Regenerated.
25439         * math/libm-test.inc (TYPE_DECIMAL_DIG): New macro.
25440         (TYPE_HEX_DIG): Likewise.
25441         (print_float): Use TYPE_DECIMAL_DIG - 1 and TYPE_HEX_DIG - 1 as
25442         precisions when printing floating-point numbers.
25443         (check_float_internal): Likewise.
25445 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
25447         [BZ #16620]
25448         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (log10_high): Use value
25449         of log (10) rounded downward to 48 bits.
25450         (log10_low): Use corresponding low part of log (10).
25452         [BZ #19032]
25453         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): For arguments < 1,
25454         compute result as (x - x) / (x - x) not as 0 / 0.
25455         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
25456         * math/libm-test.inc (acosh_test_data): Add another test of acosh.
25458         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
25459         atan, atan2, atanh, cbrt, cos, cosh, erf, erfc, exp, exp10, exp2
25460         and expm1.
25461         * math/auto-libm-test-out: Regenerated.
25462         * math/libm-test.inc (acos_test_data): Add more tests.
25463         (asin_test_data): Likewise.
25464         (asinh_test_data): Likewise.
25465         (atan_test_data): Likewise.
25466         (atanh_test_data): Likewise.
25467         (atan2_test_data): Likewise.
25468         (cbrt_test_data): Likewise.
25469         (ceil_test_data): Likewise.
25470         (copysign_test_data): Likewise.
25471         (cos_test_data): Likewise.
25472         (cosh_test_data): Likewise.
25473         (erf_test_data): Likewise.
25474         (erfc_test_data): Likewise.
25475         (exp_test_data): Likewise.
25476         (exp10_test_data): Likewise.
25477         (exp2_test_data): Likewise.
25478         (expm1_test_data): Likewise.
25479         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25481 2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
25483         [BZ #19006]
25484         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved
25485         to ...
25486         * sysdeps/unix/sysv/linux/i386/libc-lowlevellock.S: Here.
25487         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: Moved
25488         to ...
25489         * sysdeps/unix/sysv/linux/i386/lll_timedlock_wait.c: Here.
25490         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: Moved
25491         to ...
25492         * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Here.
25493         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved to ...
25494         * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Here.
25495         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved
25496         to ...
25497         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Here.
25498         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
25499         Moved to ...
25500         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Here.
25501         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
25502         Moved to ...
25503         * sysdeps/unix/sysv/linux/i386/pthread_cond_broadcast.S: Here.
25504         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Moved
25505         to ...
25506         * sysdeps/unix/sysv/linux/i386/pthread_cond_signal.S: Here.
25507         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
25508         Moved to ...
25509         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Here.
25510         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved
25511         to ...
25512         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Here.
25513         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S:
25514         Removed.
25515         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c:
25516         Likewise.
25517         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c:
25518         Likewise.
25519         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Likewise.
25520         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S:
25521         Likewise.
25522         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
25523         Likewise.
25524         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
25525         Likewise.
25526         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
25527         Likewise.
25528         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
25529         Likewise.
25530         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S:
25531         Likewise.
25532         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S:
25533         Likewise.
25534         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c:
25535         Likewise.
25536         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c:
25537         Likewise.
25538         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Likewise.
25539         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S:
25540         Likewise.
25541         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
25542         Likewise.
25543         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
25544         Likewise.
25545         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
25546         Likewise.
25547         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S:
25548         Likewise.
25549         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
25550         Replace ../i486/pthread_cond_timedwait.S with
25551         ../pthread_cond_timedwait.S.
25553 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
25555         * math/libm-test.inc (acos_test_data): Refine expectations for
25556         errno and "inexact" exceptions.
25557         (acosh_test_data): Likewise.
25558         (asin_test_data): Likewise.
25559         (asinh_test_data): Likewise.
25560         (atan_test_data): Likewise.
25561         (atanh_test_data): Likewise.
25562         (atan2_test_data): Likewise.
25563         (cbrt_test_data): Likewise.
25564         (ceil_test_data): Likewise.
25565         (copysign_test_data): Likewise.
25566         (cosh_test_data): Likewise.
25567         (erf_test_data): Likewise.
25568         (erfc_test_data): Likewise.
25569         (exp_test_data): Likewise.
25570         (exp10_test_data): Likewise.
25571         (exp2_test_data): Likewise.
25572         (expm1_test_data): Likewise.
25573         (fabs_test_data): Likewise.
25574         (floor_test_data): Likewise.
25575         (fma_test_data): Likewise.
25576         (fmax_test_data): Likewise.
25577         (fmin_test_data): Likewise.
25578         (fmod_test_data): Likewise.
25579         (fpclassify_test_data): Likewise.
25580         (frexp_test_data): Likewise.
25581         (hypot_test_data): Likewise.
25582         (ilogb_test_data): Likewise.
25583         (isgreater_test_data): Likewise.
25584         (isgreaterequal_test_data): Likewise.
25585         (isinf_test_data): Likewise.
25586         (isless_test_data): Likewise.
25587         (islessequal_test_data): Likewise.
25588         (islessgreater_test_data): Likewise.
25589         (isnan_test_data): Likewise.
25590         (isnormal_test_data): Likewise.
25591         (issignaling_test_data): Likewise.
25592         (isunordered_test_data): Likewise.
25593         (j0_test_data): Likewise.
25594         (j1_test_data): Likewise.
25595         (jn_test_data): Likewise.
25596         (lgamma_test_data): Likewise.
25597         (lrint_test_data): Likewise.
25598         (llrint_test_data): Likewise.
25599         (log_test_data): Likewise.
25600         (log10_test_data): Likewise.
25601         (log1p_test_data): Likewise.
25602         (log2_test_data): Likewise.
25603         (logb_test_data): Likewise.
25604         (lround_test_data): Likewise.
25605         (llround_test_data): Likewise.
25606         (modf_test_data): Likewise.
25607         (nearbyint_test_data): Likewise.
25608         (nextafter_test_data): Likewise.
25609         (nexttoward_test_data): Likewise.
25610         (pow_test_data): Likewise.
25611         (remainder_test_data): Likewise.
25612         (remquo_test_data): Likewise.
25613         (rint_test_data): Likewise.
25614         (round_test_data): Likewise.
25615         (signbit_test_data): Likewise.
25616         (sinh_test_data): Likewise.
25617         (sqrt_test_data): Likewise.
25618         (tanh_test_data): Likewise.
25619         (tgamma_test_data): Likewise.
25620         (trunc_test_data): Likewise.
25621         (y0_test_data): Likewise.
25622         (y1_test_data): Likewise.
25623         (yn_test_data): Likewise.
25624         (significand_test_data): Likewise.
25626 2015-09-29  Carlos O'Donell  <carlos@redhat.com>
25628         * manual/filesys.texi (Storage Allocation): Document that
25629         posix_fallocate emulation fails when fd is open with O_WRONLY.
25631 2015-09-28  Joseph Myers  <joseph@codesourcery.com>
25633         [BZ #19016]
25634         * sysdeps/generic/math_private.h (__x2y2m1f): Update comment to
25635         allow more cases with X^2 + Y^2 >= 0.5.
25636         * sysdeps/ieee754/dbl-64/x2y2m1.c (__x2y2m1): Likewise.  Add -1 as
25637         normal element in sum instead of special-casing based on values of
25638         arguments.
25639         * sysdeps/ieee754/dbl-64/x2y2m1f.c (__x2y2m1f): Update comment.
25640         * sysdeps/ieee754/ldbl-128/x2y2m1l.c (__x2y2m1l): Likewise.  Add
25641         -1 as normal element in sum instead of special-casing based on
25642         values of arguments.
25643         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c (__x2y2m1l): Likewise.
25644         * sysdeps/ieee754/ldbl-96/x2y2m1.c [FLT_EVAL_METHOD != 0]
25645         (__x2y2m1): Update comment.
25646         * sysdeps/ieee754/ldbl-96/x2y2m1l.c (__x2y2m1l): Likewise.  Add -1
25647         as normal element in sum instead of special-casing based on values
25648         of arguments.
25649         * math/s_clog.c (__clog): Handle more cases using log1p without
25650         hypot.
25651         * math/s_clog10.c (__clog10): Likewise.
25652         * math/s_clog10f.c (__clog10f): Likewise.
25653         * math/s_clog10l.c (__clog10l): Likewise.
25654         * math/s_clogf.c (__clogf): Likewise.
25655         * math/s_clogl.c (__clogl): Likewise.
25656         * math/auto-libm-test-in: Add more tests of clog and clog10.
25657         * math/auto-libm-test-out: Regenerated.
25658         * sysdeps/i386/fpu/libm-test-ulps: Update.
25659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25661 2015-09-28  Martin Sebor  <msebor@redhat.com>
25663         [BZ #18969]
25664         * string/Makefile (LOCALES): Define.
25665         (gen-locales.mk): Include.
25666         (test-strcasecmp.out, test-strncasecmp.out, tst-strxfrm.out)
25667         (tst-strxfrm2.out): Add deppendency on $(gen-locales).
25668         * string/tst-strxfrm2.c (do_test): Print the name of the locale
25669         on setlocale failure.
25671 2015-09-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
25673         [BZ #18985]
25674         * time/strftime_l.c (a_wkday, f_wkday, a_month, f_month): Range check.
25675         (__strftime_internal): Likewise.
25676         * time/tst-strftime.c (do_bz18985): New test.
25677         (do_test): Call it.
25679 2015-09-26  Joseph Myers  <joseph@codesourcery.com>
25681         [BZ #18956]
25682         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Add 0x00400000
25683         not 0x0040000 for high bit of mantissa.  Mask with 0xfffff000 when
25684         extracting high part.
25685         * math/auto-libm-test-in: Add another test of pow.
25686         * math/auto-libm-test-out: Regenerated.
25687         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25689 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
25691         [BZ #18825]
25692         * sysdeps/i386/fpu/i386-math-asm.h (FLT_NARROW_EVAL_UFLOW_NONNAN):
25693         New macro.
25694         (DBL_NARROW_EVAL_UFLOW_NONNAN): Likewise.
25695         (LDBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
25696         * sysdeps/i386/fpu/e_pow.S: Use DEFINE_DBL_MIN.
25697         (__ieee754_pow): Use DBL_NARROW_EVAL_UFLOW_NONNAN instead of
25698         DBL_NARROW_EVAL, reloading the PIC register as needed.
25699         * sysdeps/i386/fpu/e_powf.S: Use DEFINE_FLT_MIN.
25700         (__ieee754_powf): Use FLT_NARROW_EVAL_UFLOW_NONNAN instead of
25701         FLT_NARROW_EVAL.  Use separate return path for case when first
25702         argument is NaN.
25703         * sysdeps/i386/fpu/e_powl.S: Include <i386-math-asm.h>.  Use
25704         DEFINE_LDBL_MIN.
25705         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN, reloading the
25706         PIC register.
25707         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use
25708         math_check_force_underflow_nonneg.
25709         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Force
25710         underflow for subnormal result.
25711         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
25712         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Use
25713         math_check_force_underflow_nonneg.
25714         * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Use
25715         math_check_force_underflow.
25716         * sysdeps/x86_64/fpu/x86_64-math-asm.h
25717         (LDBL_CHECK_FORCE_UFLOW_NONNAN): New macro.
25718         * sysdeps/x86_64/fpu/e_powl.S: Include <x86_64-math-asm.h>.  Use
25719         DEFINE_LDBL_MIN.
25720         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN.
25721         * math/auto-libm-test-in: Add more tests of pow.
25722         * math/auto-libm-test-out: Regenerated.
25724 2015-09-25  Florian Weimer  <fweimer@redhat.com>
25726         * nss/bug17079.c (init_test_items): Add diagnostic for
25727         inconsistent entries.
25728         (test_buffer_size): Skip inconsistent entries.
25730 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
25732         [BZ #13304]
25733         * sysdeps/m68k/coldfire/nofpu/s_fma.c: New file.
25734         * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
25735         * sysdeps/m68k/coldfire/nofpu/sfp-machine.h: Likewise.
25737         [BZ #13304]
25738         * sysdeps/microblaze/s_fma.c: New file.
25739         * sysdeps/microblaze/s_fmaf.c: Likewise.
25740         * sysdeps/microblaze/sfp-machine.h: Likewise.
25742 2015-09-25  Maciej W. Rozycki  <macro@imgtec.com>
25744         [BZ #17250]
25745         * elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
25746         member.
25748 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
25750         [BZ #18803]
25751         * sysdeps/i386/fpu/e_hypot.S: Use DEFINE_DBL_MIN.
25752         (MO): New macro.
25753         (__ieee754_hypot) [PIC]: Load PIC register.
25754         (__ieee754_hypot): Use DBL_NARROW_EVAL_UFLOW_NONNEG instead of
25755         DBL_NARROW_EVAL.
25756         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Use
25757         math_check_force_underflow_nonneg in case where result might be
25758         tiny.
25759         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
25760         Likewise.
25761         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
25762         Likewise.
25763         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
25764         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
25765         * math/auto-libm-test-in: Add more tests of hypot.
25766         * math/auto-libm-test-out: Regenerated.
25768 2015-09-24  Steve Ellcey  <sellcey@imgtec.com>
25770         * sysdeps/mips/math_private.h (libc_fesetenv_mips): Mark cw as unused.
25772 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
25774         * sysdeps/x86_64/fpu/x86_64-math-asm.h: New file.
25775         * sysdeps/x86_64/fpu/e_exp2l.S: Include <x86_64-math-asm.h>.
25776         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
25777         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
25778         * sysdeps/x86_64/fpu/e_expl.S: Include <x86_64-math-asm.h>.
25779         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
25780         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
25782         * sysdeps/i386/fpu/e_atanh.S (__ieee754_atanh) [PIC]: Use
25783         LOAD_PIC_REG.
25785         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_LDBL_MIN): New macro.
25786         (FLT_CHECK_FORCE_UFLOW): Likewise.
25787         (DBL_CHECK_FORCE_UFLOW): Likewise.
25788         (FLT_CHECK_FORCE_UFLOW_NARROW): Likewise.
25789         (DBL_CHECK_FORCE_UFLOW_NARROW): Likewise.
25790         (LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN): Likewise.
25791         (FLT_CHECK_FORCE_UFLOW_NONNAN): Likewise.
25792         (DBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
25793         (FLT_CHECK_FORCE_UFLOW_NONNEG): Likewise.
25794         (DBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
25795         (LDBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
25796         * sysdeps/i386/fpu/e_asin.S: Include <i386-math-asm.h>.
25797         (dbl_min): Replace with use of DEFINE_DBL_MIN.
25798         (__ieee754_asin): Use DBL_CHECK_FORCE_UFLOW.
25799         * sysdeps/i386/fpu/e_asinf.S: Include <i386-math-asm.h>.
25800         (flt_min): Replace with use of DEFINE_FLT_MIN.
25801         (__ieee754_asinf): Use FLT_CHECK_FORCE_UFLOW.
25802         * sysdeps/i386/fpu/e_atan2.S: Include <i386-math-asm.h>.
25803         (dbl_min): Replace with use of DEFINE_DBL_MIN.
25804         (__ieee754_atan2): Use DBL_CHECK_FORCE_UFLOW_NARROW.
25805         * sysdeps/i386/fpu/e_atan2f.S: Include <i386-math-asm.h>.
25806         (flt_min): Replace with use of DEFINE_FLT_MIN.
25807         (__ieee754_atan2f): Use FLT_CHECK_FORCE_UFLOW_NARROW.
25808         * sysdeps/i386/fpu/e_atanh.S: Include <i386-math-asm.h>.
25809         (dbl_min): Replace with use of DEFINE_DBL_MIN.
25810         (__ieee754_atanh): Use DBL_CHECK_FORCE_UFLOW_NONNEG.
25811         * sysdeps/i386/fpu/e_atanhf.S: Include <i386-math-asm.h>.
25812         (flt_min): Replace with use of DEFINE_FLT_MIN.
25813         (__ieee754_atanhf): Use FLT_CHECK_FORCE_UFLOW_NONNEG.
25814         * sysdeps/i386/fpu/e_exp2l.S: Include <i386-math-asm.h>.
25815         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
25816         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
25817         * sysdeps/i386/fpu/e_expl.S: Include <i386-math-asm.h>.
25818         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
25819         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
25820         * sysdeps/i386/fpu/s_atan.S: Include <i386-math-asm.h>.
25821         (dbl_min): Replace with use of DEFINE_DBL_MIN.
25822         (__atan): Use DBL_CHECK_FORCE_UFLOW.
25823         * sysdeps/i386/fpu/s_atanf.S: Include <i386-math-asm.h>.
25824         (flt_min): Replace with use of DEFINE_FLT_MIN.
25825         (__atanf): Use FLT_CHECK_FORCE_UFLOW.
25826         * sysdeps/i386/fpu/s_expm1.S: Include <i386-math-asm.h>.
25827         (dbl_min): Replace with use of DEFINE_DBL_MIN.
25828         (__expm1): Use DBL_CHECK_FORCE_UFLOW.  Move underflow check after
25829         main computation.
25830         * sysdeps/i386/fpu/s_expm1f.S: Include <i386-math-asm.h>.
25831         (flt_min): Replace with use of DEFINE_FLT_MIN.
25832         (__expm1f): Use FLT_CHECK_FORCE_UFLOW.  Move underflow check after
25833         main computation.
25834         * sysdeps/i386/fpu/s_log1p.S: Include <i386-math-asm.h>.
25835         (dbl_min): Replace with use of DEFINE_DBL_MIN.
25836         (MO): New macro.
25837         (__log1p): Use MO.  Use DBL_CHECK_FORCE_UFLOW_NONNAN.
25838         * sysdeps/i386/fpu/s_log1pf.S: Include <i386-math-asm.h>.
25839         (flt_min): Replace with use of DEFINE_FLT_MIN.
25840         (MO): New macro.
25841         (__log1pf): Use MO.  Use FLT_CHECK_FORCE_UFLOW_NONNAN.
25842         * sysdeps/i386/fpu/s_log1pl.S (MO): New macro.
25843         (__log1pl): Use MO.
25845         [BZ #19003]
25846         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma4.c): Add
25847         $(config-cflags-nofma).
25849 2015-09-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
25851         * sysdeps/aarch64/libm-test-ulps: Regenerated.
25853 2015-09-23  Joseph Myers  <joseph@codesourcery.com>
25855         * sysdeps/ieee754/flt-32/e_exp2f.c (TWOM100): Remove volatile.
25856         (TWO127): Likewise.
25858         * sysdeps/generic/math_private.h (fabs_tg): New macro.
25859         (min_of_type): Likewise.
25860         (math_check_force_underflow): Likewise.
25861         (math_check_force_underflow_nonneg): Likewise.
25862         (math_check_force_underflow_complex): Likewise.
25863         * math/e_exp2l.c (__ieee754_exp2l): Use
25864         math_check_force_underflow_nonneg.
25865         * math/k_casinh.c (__kernel_casinh): Likewise.
25866         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25867         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25868         * math/s_catan.c (__catan): Use
25869         math_check_force_underflow_complex.
25870         * math/s_catanf.c (__catanf): Likewise.
25871         * math/s_catanh.c (__catanh): Likewise.
25872         * math/s_catanhf.c (__catanhf): Likewise.
25873         * math/s_catanhl.c (__catanhl): Likewise.
25874         * math/s_catanl.c (__catanl): Likewise.
25875         * math/s_ccosh.c (__ccosh): Likewise.
25876         * math/s_ccoshf.c (__ccoshf): Likewise.
25877         * math/s_ccoshl.c (__ccoshl): Likewise.
25878         * math/s_cexp.c (__cexp): Likewise.
25879         * math/s_cexpf.c (__cexpf): Likewise.
25880         * math/s_cexpl.c (__cexpl): Likewise.
25881         * math/s_clog.c (__clog): Use math_check_force_underflow_nonneg.
25882         * math/s_clog10.c (__clog10): Likewise.
25883         * math/s_clog10f.c (__clog10f): Likewise.
25884         * math/s_clog10l.c (__clog10l): Likewise.
25885         * math/s_clogf.c (__clogf): Likewise.
25886         * math/s_clogl.c (__clogl): Likewise.
25887         * math/s_csin.c (__csin): Use math_check_force_underflow_complex.
25888         * math/s_csinf.c (__csinf): Likewise.
25889         * math/s_csinh.c (__csinh): Likewise.
25890         * math/s_csinhf.c (__csinhf): Likewise.
25891         * math/s_csinhl.c (__csinhl): Likewise.
25892         * math/s_csinl.c (__csinl): Likewise.
25893         * math/s_csqrt.c (__csqrt): Use math_check_force_underflow.
25894         * math/s_csqrtf.c (__csqrtf): Likewise.
25895         * math/s_csqrtl.c (__csqrtl): Likewise.
25896         * math/s_ctan.c (__ctan): Use math_check_force_underflow_complex.
25897         * math/s_ctanf.c (__ctanf): Likewise.
25898         * math/s_ctanh.c (__ctanh): Likewise.
25899         * math/s_ctanhf.c (__ctanhf): Likewise.
25900         * math/s_ctanhl.c (__ctanhl): Likewise.
25901         * math/s_ctanl.c (__ctanl): Likewise.
25902         * stdlib/strtod_l.c (round_and_return): Use math_force_eval
25903         instead of volatile.
25904         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use
25905         math_check_force_underflow.
25906         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
25907         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Do not use
25908         volatile when forcing underflow.
25909         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
25910         math_check_force_underflow_nonneg.
25911         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
25912         Likewise.
25913         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Use
25914         math_check_force_underflow.
25915         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
25916         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
25917         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
25918         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Use
25919         math_check_force_underflow_nonneg.
25920         * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Use
25921         math_check_force_underflow.
25922         * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
25923         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval
25924         instead of volatile.
25925         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Use
25926         math_check_force_underflow.
25927         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
25928         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
25929         math_check_force_underflow_nonneg.
25930         * sysdeps/ieee754/dbl-64/s_tanh.c (__tanh): Use
25931         math_check_force_underflow.
25932         * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
25933         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
25934         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Use
25935         math_check_force_underflow_nonneg.
25936         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
25937         Likewise.
25938         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Use
25939         math_check_force_underflow.
25940         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
25941         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
25942         * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
25943         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Likewise.
25944         * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
25945         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Likewise.
25946         * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
25947         * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
25948         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
25949         * sysdeps/ieee754/flt-32/s_tanhf.c (__tanhf): Likewise.
25950         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
25951         * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
25952         Likewise.
25953         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Use
25954         math_check_force_underflow_nonneg.
25955         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
25956         Likewise.
25957         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Use
25958         math_check_force_underflow.
25959         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
25960         * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
25961         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
25962         Likewise.
25963         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
25964         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernel_tanl): Likewise.
25965         * sysdeps/ieee754/ldbl-128/s_asinhl.c (__asinhl): Likewise.
25966         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Likewise.
25967         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Likewise.
25968         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
25969         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use math_force_eval
25970         instead of volatile.
25971         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Use
25972         math_check_force_underflow.
25973         * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
25974         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Use
25975         math_check_force_underflow.
25976         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl):
25977         Likewise.
25978         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25979         Use math_check_force_underflow_nonneg.
25980         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Use
25981         math_check_force_underflow.
25982         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
25983         Likewise.
25984         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
25985         Likewise.
25986         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25987         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25988         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25989         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25990         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Likewise.
25991         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25992         * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
25993         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
25994         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r): Use
25995         math_check_force_underflow_nonneg.
25996         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Use
25997         math_check_force_underflow.
25998         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
25999         * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
26000         * sysdeps/ieee754/ldbl-96/k_sinl.c (__kernel_sinl): Likewise.
26001         * sysdeps/ieee754/ldbl-96/k_tanl.c (__kernel_tanl): Use
26002         math_check_force_underflow_nonneg.
26003         * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Use
26004         math_check_force_underflow.
26005         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
26006         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Use math_force_eval
26007         instead of volatile.
26008         * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Use
26009         math_check_force_underflow.
26011         * math/s_nexttowardf.c (__nexttowardf): Use math_narrow_eval.
26012         * stdlib/strtod_l.c: Include <math_private.h>.
26013         (overflow_value): Use math_narrow_eval.
26014         (underflow_value): Likewise.
26015         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
26016         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
26017         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
26018         (__ieee754_gamma_r): Likewise.
26019         * sysdeps/ieee754/dbl-64/gamma_productf.c (__gamma_productf):
26020         Likewise.
26021         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
26022         Likewise.
26023         * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
26024         * sysdeps/ieee754/dbl-64/s_erf.c (__erfc): Likewise.
26025         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
26026         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
26027         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
26028         (__ieee754_gammaf_r): Likewise.
26029         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
26030         Likewise.
26031         * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
26032         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Likewise.
26033         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
26034         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
26035         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Do not use
26036         volatile.
26037         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
26038         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Use
26039         math_narrow_eval.
26040         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
26041         Likewise.
26042         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
26043         Likewise.
26044         * sysdeps/ieee754/ldbl-96/gamma_product.c (__gamma_product):
26045         Likewise.
26046         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Do not use
26047         volatile.
26048         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
26049         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Use
26050         math_narrow_eval.
26051         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
26052         Likewise.
26053         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
26054         Likewise.
26056 2015-09-22  H.J. Lu  <hongjiu.lu@intel.com>
26058         * nptl/Versions: Remove ignored symbols.
26060 2015-09-22  Florian Weimer  <fweimer@redhat.com>
26062         * nss/bug17079.c: Renamed from nss/bug18287.c.  Add description.
26063         * nss/Makefile (tests): Update.
26065 2015-09-22  Florian Weimer  <fweimer@redhat.com>
26067         * nss/bug18287.c: New file.
26068         * nss/Makefile (tests): Add bug18287.
26070 2015-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26072         * mach/Versions (__mach_host_self_): Add symbol.
26074 2015-09-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26076         * sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of
26077         vm_page_size.
26079 2015-09-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26081         Really fix sysdeps/i386/fpu/s_scalbn.S build
26083         * math/Versions (libc: GLIBC_2_20): New (empty) version set.
26084         (libc: GLIBC_2_22): Remove unused version set.
26086 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
26088         * config.make.in (enable-timezone-tools): New variable.
26089         * configure.ac (AC_ARG_ENABLE(timezone-tools)): New configure flag.
26090         (enable_timezone_tools): Export to generated files.
26091         * configure: Regenerate.
26092         * INSTALL: Regenerate.
26093         * manual/install.texi (--disable-timezone-tools): Document new flag.
26094         * timezone/Makefile (install-sbin, install-bin-script): Wrap in a
26095         ifeq ($(enable-timezone-tools),yes) check.
26097 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
26099         * timezone/Makefile: Revert previous change.
26101         [BZ #18980]
26102         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
26103         (DEFINE_DBL_MIN): Likewise.
26104         (FLT_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
26105         (DBL_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
26106         (FLT_NARROW_EVAL_UFLOW_NONNEG): Likewise.
26107         (DBL_NARROW_EVAL_UFLOW_NONNEG): Likewise.
26108         * sysdeps/i386/fpu/e_exp.S: Include <i386-math-asm.h>.
26109         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26110         (__ieee754_exp): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
26111         (__exp_finite): Use DBL_NARROW_EVAL_UFLOW_NONNEG.
26112         * sysdeps/i386/fpu/e_exp10.S: Include <i386-math-asm.h>.
26113         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26114         (__ieee754_exp10): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
26115         * sysdeps/i386/fpu/e_exp10f.S: Include <i386-math-asm.h>.
26116         (flt_min): Replace with use of DEFINE_FLT_MIN.
26117         (__ieee754_exp10f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
26118         * sysdeps/i386/fpu/e_exp2.S: Include <i386-math-asm.h>.
26119         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26120         (__ieee754_exp2): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
26121         * sysdeps/i386/fpu/e_exp2f.S: Include <i386-math-asm.h>.
26122         (flt_min): Replace with use of DEFINE_FLT_MIN.
26123         (__ieee754_exp2f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
26124         * sysdeps/i386/fpu/e_expf.S: Include <i386-math-asm.h>.
26125         (flt_min): Replace with use of DEFINE_FLT_MIN.
26126         (__ieee754_expf): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
26127         (__expf_finite): Use FLT_NARROW_EVAL_UFLOW_NONNEG.
26128         * sysdeps/i386/fpu/e_hypot.S: Include <i386-math-asm.h>.
26129         (__ieee754_hypot): Use DBL_NARROW_EVAL.
26130         * sysdeps/i386/fpu/e_hypotf.S: Include <i386-math-asm.h>.
26131         (__ieee754_hypotf): Use FLT_NARROW_EVAL.
26132         * sysdeps/i386/fpu/e_pow.S: Include <i386-math-asm.h>.
26133         (__ieee754_pow): Use DBL_NARROW_EVAL.
26134         * sysdeps/i386/fpu/e_powf.S: Include <i386-math-asm.h>.
26135         (__ieee754_powf): Use FLT_NARROW_EVAL.
26136         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S
26137         (__ieee754_expf_sse2): Convert double-precision result to single
26138         precision.
26139         * sysdeps/i386/fpu/libm-test-ulps: Update.
26141 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26143         * timezone/Makefile: Ignore unused variable errors due to private.h
26144         (time_t_min) and (time_t_max).
26145         * timezone/private.h (time_t_min): Revert removal.  (time_t_max):
26146         Likewise.
26148 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
26150         [BZ #18981]
26151         * sysdeps/i386/fpu/i386-math-asm.h: New file.
26152         * sysdeps/i386/fpu/e_scalb.S: Include <i386-math-asm.h>.
26153         (__ieee754_scalb): Use DBL_NARROW_EVAL.
26154         * sysdeps/i386/fpu/e_scalbf.S: Include <i386-math-asm.h>.
26155         (__ieee754_scalbf): Use FLT_NARROW_EVAL.
26156         * sysdeps/i386/fpu/s_scalbn.S: Include <i386-math-asm.h>.
26157         (__scalbn): Use DBL_NARROW_EVAL.
26158         * sysdeps/i386/fpu/s_scalbnf.S: Include <i386-math-asm.h>.
26159         (__scalbnf): Use FLT_NARROW_EVAL.
26161 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26163         * math/w_tgamma.c (__ieee754_gamma_r): Use explicit sign check.
26164         * math/w_tgammaf.c (__ieee754_gammaf_r): Likewise.
26165         * math/w_tgammal.c (__ieee754_gammal_r): Likewise.
26166         * stdio-common/printf_fp.c (___printf_fp):
26167         Use signbit to get the sign. Use isinf macro to allow inlining.
26168         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.
26169         * stdio-common/printf_size.c (__printf_size): Likewise.
26171 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
26173         * timezone/Makefile ($(testdata)/XT%): Call $(make-target-directory).
26175 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
26177         [BZ #18980]
26178         * sysdeps/generic/math_private.h: Include <float.h>.
26179         (math_narrow_eval): New macro.
26180         [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
26181         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Use
26182         math_narrow_eval on overflowing return value.
26183         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r):
26184         Likewise.
26185         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
26186         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Likewise.
26187         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r):
26188         Likewise.
26189         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
26191 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26193         * include/math.h: Remove __isinf_ns, __isinf_nsf, __isinf_nsl.
26194         * math/Makefile: Remove isinf_ns.c.
26195         * math/divtc3.c (__divtc3): Replace __isinf_nsl with isinf.
26196         * math/multc3.c (__multc3): Likewise.
26197         * math/s_casin.c (__casin): Likewise.
26198         * math/s_casinf.c (__casinf): Likewise.
26199         * math/s_casinl.c (__casinl): Likewise.
26200         * math/s_cproj.c (__cproj): Likewise.
26201         * math/s_cprojf.c (__cprojf): Likewise.
26202         * math/s_cprojl.c (__cprofl): Likewise.
26203         * math/s_ctan.c (__ctan): Likewise.
26204         * math/s_ctanf.c (__ctanf): Likewise.
26205         * math/s_ctanh.c (__ctanh): Likewise.
26206         * math/s_ctanhf.c (__ctanhf): Likewise.
26207         * math/s_ctanhl.c (__ctanhl): Likewise.
26208         * math/s_ctanl.c (__ctanl): Likewise.
26209         * math/w_fmod.c (__fmod): Likewise.
26210         * math/w_fmodf.c (__fmodf): Likewise.
26211         * math/w_fmodl.c (_fmodl): Likewise.
26212         * math/w_remainder.c (__remainder): Likewise.
26213         * math/w_remainderf.c (__remainderf): Likewise.
26214         * math/w_remainderl.c (__remainderl): Likewise.
26215         * math/w_scalb.c (__scalb): Likewise.
26216         * math/w_scalbf.c (__scalbf): Likewise.
26217         * math/w_scalbl.c (__scalbl): Likewise.
26218         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Deleted file.
26219         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Replace __isinf_ns
26220         with isinf.
26221         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Deleted file.
26222         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Deleted file.
26223         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Replace
26224         __isinf_nsf with isinf.
26225         * sysdeps/ieee754/flt-32/math_private.h: Deleted file.
26226         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Deleted file.
26227         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Deleted file.
26228         * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Replace __isinf_nsl
26229         with isinf.
26230         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c(__cprojll): Replace
26231         __isinf_nsl with isinf.
26232         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c(__ctanl): Replace __isinf_nsl
26233         with isinf.
26234         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Deleted file.
26235         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Replace
26236         __isinf_nsl with isinf.
26237         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Deleted file.
26238         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Replace __isinf_nsl
26239         with isinf.
26241 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26243         * resolv/base64.c (rcsid): Remove unused static.
26244         * sysdeps/ieee754/dbl-64/atnat2.h (qpi1): Remove unused
26245         static.  (tqpi1): Likewise.
26246         * sysdeps/ieee754/dbl-64/uexp.h (one): Likewise.
26247         * sysdeps/ieee754/dbl-64/upow.h (sqrt_2): Likewise.
26248         * sysdeps/ieee754/flt-32/e_log10f.c (one): Likewise.
26249         * sysdeps/ieee754/flt-32/s_cosf.c (one): Likewise.
26250         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (zero): Likewise.
26251         * sysdeps/ieee754/ldbl-128/s_erfl.c (half): Likewise.
26252         * sysdeps/ieee754/ldbl-128/s_log1pl.c (maxlog): Likewise.
26253         * timezone/private.h (time_t_min): Likewise.  (time_t_max):
26254         Likewise.
26256 2015-09-18  H.J. Lu  <hongjiu.lu@intel.com>
26258         * sysdeps/nptl/jmp-unwind.c: Include <libc-lock.h> instead of
26259         <nptl/pthreadP.h>.
26260         (_longjmp_unwind): Use __libc_ptf_call.
26261         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
26263 2015-09-18  David Lamparter  <equinox-gentoo@diac24.net>
26265         * sysdeps/arm/setjmp.S: Change PIC to SHARED.
26266         * sysdeps/arm/__longjmp.S: Likewise.
26268 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26270         * sysdeps/ieee754/dbl-64/s_signbit.c (__signbit):
26271         Use __builtin_signbit.
26272         * sysdeps/ieee754/flt-32/s_signbitf.c (__signbitf):
26273         Use __builtin_signbitf.
26274         * sysdeps/ieee754/ldbl-128/s_signbitl.c (__signbitl):
26275         Use __builtin_signbitl.
26276         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
26277         * sysdeps/ieee754/ldbl-96/s_signbitl.c (__signbitl): Likewise.
26279 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26281         [BZ #15367]
26282         [BZ #17441]
26284         * math/Makefile: Build test-snan.c with -fsignaling-nans.
26285         * math/math.h (fpclassify): Use __builtin_fpclassify when
26286         available.  (signbit): Use __builtin_signbit(f/l).
26287         (isfinite): Use__builtin_isfinite.  (isnormal): Use
26288         __builtin_isnormal.  (isnan): Use __builtin_isnan.
26289         (isinf): Use __builtin_isinf_sign.
26291 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26293         * benchtests/Makefile: Add bench-math-inlines, link with libm.
26294         * benchtests/bench-math-inlines.c: New benchmark.
26295         * benchtests/bench-util.h: New file.
26296         * benchtests/bench-util.c: New file.
26297         * benchtests/bench-skeleton.c: Add include of bench-util.c/h.
26299 2015-09-18  Carlos O'Donell  <carlos@redhat.com>
26301         * elf/tst-dlmopen1.c: Define TEST_SO.
26302         (do_test): Use TEST_SO.
26304         * elf/dl-load.c: Include libc-internal.h.
26305         (_dl_map_object_from_fd): Use ALIGN_UP and ALIGN_DOWN.
26307 2015-09-18  Vincent Bernat  <vincent@bernat.im>
26309         [BZ #17887]
26310         * time/strptime_l.c (__strptime_internal): Make %z accept
26311         [+-]HH:MM time zones.
26313 2015-09-18  Vincent Bernat  <vincent@bernat.im>
26315         [BZ #17886]
26316         * time/strptime_l.c (__strptime_internal): Make %z accept Z as a
26317         valid time zone.
26319 2015-09-17  Mike Frysinger  <vapier@gentoo.org>
26321         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Delete.
26322         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: Delete.
26323         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
26324         (__ASSUME_FDATASYNC): Delete.
26326 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
26328         * conform/linknamespace.pl: Require weak undefined symbols to be
26329         in the standard namespace.
26330         (%strong_syms): Rename to %seen_syms.
26331         (%strong_seen): Rename to %seen_where.
26333 2015-09-17  H.J. Lu  <hongjiu.lu@intel.com>
26335         [BZ #18970]
26336         * misc/error.c (error): Replace pthread_setcancelstate with
26337         __pthread_setcancelstate.
26338         (error_at_line): Likewise.
26339         * posix/wordexp.c (parse_comm): Likewise.
26340         * stdlib/fmtmsg.c (fmtmsg): Likewise.
26341         * nptl/forward.c (pthread_setcancelstate): Renamed to ...
26342         (__pthread_setcancelstate): This.
26343         (pthread_setcancelstate): Add an alias.
26344         * nptl/nptl-init.c (pthread_functions): Replace
26345         ptr_pthread_setcancelstate with ptr___pthread_setcancelstate.
26346         * sysdeps/nptl/pthread-functions.h (pthread_functions): Likewise.
26347         * nptl/pthreadP.h (__pthread_setcancelstate): Mark it with
26348         hidden_proto.
26349         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate): Mark
26350         it with hidden_def.
26351         * sysdeps/nptl/libc-lockP.h (__pthread_setcancelstate): New.
26352         (pthread_setcancelstate): Renamed to ...
26353         (__pthread_setcancelstate): This.
26354         * sysdeps/unix/sysv/linux/fatal-prepare.h (FATAL_PREPARE): Use
26355         __libc_ptf_call with __pthread_setcancelstate.
26357 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
26358             Andreas Schwab  <schwab@suse.de>
26360         [BZ #17118]
26361         * math/s_ctan.c (__ctan): Determine sign of zero real part of
26362         result when imaginary part of argument is infinite using sine and
26363         cosine.
26364         * math/s_ctanf.c (__ctanf): Likewise.
26365         * math/s_ctanl.c (__ctanl): Likewise.
26366         * math/s_ctanh.c (__ctanh): Determine sign of zero imaginary part
26367         of result when real part of argument is infinite using sine and
26368         cosine.
26369         * math/s_ctanhf.c (__ctanhf): Likewise.
26370         * math/s_ctanhl.c (__ctanhl): Likewise.
26371         * math/libm-test.inc (ctan_test_data): Add more tests of ctan.
26372         (ctanh_test_data): Add more tests of ctanh.
26374 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
26376         [BZ #15384]
26377         * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Use same constant as
26378         bit-mask as in subtraction.
26379         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c (__finite):
26380         Likewise.
26381         * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
26382         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
26383         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (__finitel): Likewise.
26385         [BZ #18951]
26386         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Force
26387         underflow exception for small results.
26388         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
26389         Likewise.
26390         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
26391         Likewise.
26392         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
26393         Likewise.
26394         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
26395         Likewise.
26396         * math/auto-libm-test-in: Add more tests of tgamma.
26397         * math/auto-libm-test-out: Regenerated.
26399 2015-09-17  Andreas Schwab  <schwab@suse.de>
26401         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Readd.
26403 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
26405         [BZ #18977]
26406         * math/bits/mathcalls.h
26407         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j0): Do
26408         not declare.
26409         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j1):
26410         Likewise.
26411         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (jn):
26412         Likewise.
26413         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y0):
26414         Likewise.
26415         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y1):
26416         Likewise.
26417         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (yn):
26418         Likewise.
26419         * conform/data/math.h-data
26420         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0f): Do not expect
26421         function.
26422         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1f): Likewise.
26423         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnf): Likewise.
26424         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0f): Likewise.
26425         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1f): Likewise.
26426         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynf): Likewise.
26427         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0l): Likewise.
26428         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1l): Likewise.
26429         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnl): Likewise.
26430         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0l): Likewise.
26431         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1l): Likewise.
26432         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynl): Likewise.
26434         [BZ #6803]
26435         * math/s_ldexp.c (scalbn): Define as weak alias of __ldexp.
26436         [NO_LONG_DOUBLE] (scalbnl): Define as weak alias of __ldexp.
26437         * math/s_ldexpf.c (scalbnf): Define as weak alias of __ldexpf.
26438         * math/s_ldexpl.c (scalbnl): Define as weak alias of __ldexpl.
26439         * sysdeps/i386/fpu/s_scalbn.S (scalbn): Remove alias.
26440         * sysdeps/i386/fpu/s_scalbnf.S (scalbnf): Likewise.
26441         * sysdeps/i386/fpu/s_scalbnl.S (scalbnl): Likewise.
26442         * sysdeps/ieee754/dbl-64/s_scalbn.c (scalbn): Likewise.
26443         [NO_LONG_DOUBLE] (scalbnl): Likewise.
26444         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (scalbn):
26445         Likewise.
26446         [NO_LONG_DOUBLE] (scalbnl): Likewise.
26447         * sysdeps/ieee754/flt-32/s_scalbnf.c (scalbnf): Likewise.
26448         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (scalbnl): Likewise.
26449         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (scalbnl): Remove
26450         long_double_symbol calls.
26451         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c (scalbnl): Likewise.
26452         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (__ldexpl_2): Define as
26453         strong alias of __ldexpl.
26454         (scalbnl): Define using long_double_symbol.
26455         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(scalbn,suffix)):
26456         Remove alias.
26457         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c (scalbnl): Likewise.
26458         * sysdeps/x86_64/fpu/s_scalbnl.S (scalbnl): Likewise.
26459         * math/libm-test.inc (scalbn_test_data): Add errno expectations.
26460         (scalbln_test_data): Add more errno expectations.
26462 2015-09-16  Justus Winter  <4winter@informatik.uni-hamburg.de>
26464         Cache the host port like we cache the task port.  This way we do not
26465         need to call the kernel just to get the port.  Furthermore, we no
26466         longer increase the reference count on every invocation of
26467         `mach_host_self'.
26469         * mach/mach/mach_traps.h (__mach_host_self, mach_host_self):
26470         Protect declarations against the macro expansion.
26471         * mach/mach_init.c (__mach_host_self_): New variable.
26472         (mach_init): Initialize `__mach_host_self_'.
26473         * mach/mach_init.h (__mach_host_self_): New declaration.
26474         (__mach_host_self, mach_host_self): New macros.
26475         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup):
26476         Release reference.
26478 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
26480         [BZ #4404]
26481         * po/de.po: Update from Translation Project.
26483         [BZ #16415]
26484         * sysdeps/ieee754/ldbl-128/s_expm1l.c (maxlog): Remove variable.
26485         (__expm1l): Remove code to handle positive infinity and overflow.
26486         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (maxlog): Remove
26487         variable.
26488         (__expm1l): Remove code to handle positive infinity and overflow.
26490 2015-09-16  Paul Eggert  <eggert@cs.ucla.edu>
26491             Paul Pluzhnikov  <ppluzhnikov@google.com>
26493         [BZ #18872]
26494         * stdio-common/Makefile (tst-printf-bz18872): New test.
26495         (tst-printf-bz18872-mem.out): Likewise.
26496         * stdio-common/tst-printf-bz18872.sh: Generate new test.
26497         * stdio-common/vfprintf.c: Fix memory leaks.
26499 2015-09-16  Andreas Schwab  <schwab@suse.de>
26501         [BZ #17244]
26502         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
26503         Remove extra va_start/va_end calls.
26505         [BZ #17243]
26506         * posix/execl.c (execl): Add missing va_end.
26507         * posix/execle.c (execle): Likewise.
26508         * posix/execlp.c (execlp): Likewise.
26510 2015-09-15  Roland McGrath  <roland@hack.frob.com>
26512         * misc/sys/param.h [!MAXHOSTNAMELEN && HOST_NAME_MAX]
26513         (MAXHOSTNAMELEN): Define it to HOST_NAME_MAX.
26515 2015-09-15  Joseph Myers  <joseph@codesourcery.com>
26517         [BZ #18967]
26518         * math/math.h (__MATH_DECLARING_DOUBLE): New macro.  Define and
26519         undefine around includes of <bits/mathcalls.h>.
26520         * math/bits/mathcalls.h [!__USE_MISC && __USE_XOPEN2K] (isnan): Do
26521         not declare function.
26522         [!__USE_MISC && __USE_XOPEN2K] (gamma): Likewise.
26523         [!__USE_MISC && (!__MATH_DECLARING_DOUBLE || __USE_XOPEN2K8)]
26524         (scalb): Likewise.
26525         * math/tgmath.h [!__USE_MISC && __USE_XOPEN_EXTENDED] (scalb): Do
26526         not define macro.
26527         * conform/Makefile (test-xfail-XOPEN2K/math.h/conform): Remove
26528         variable.
26529         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
26530         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
26531         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
26533         [BZ #18857]
26534         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Just
26535         return non-finite argument without doing ordered comparisons on
26536         it.
26538         [BZ #16296]
26539         * math/fenv.h (fegetround): Use __attribute_pure__.
26540         * include/fenv.h (__fegetround): Likewise.
26542         [BZ #18595]
26543         * math/s_ctan.c (__ctan): Force underflow exception for results
26544         whose real or imaginary part has small absolute value.
26545         * math/s_ctanf.c (__ctanf): Likewise.
26546         * math/s_ctanh.c (__ctanh): Likewise.
26547         * math/s_ctanhf.c (__ctanhf): Likewise.
26548         * math/s_ctanhl.c (__ctanhl): Likewise.
26549         * math/s_ctanl.c (__ctanl): Likewise.
26550         * math/auto-libm-test-in: Do not allow missing underflow for ctan
26551         and ctanh.  Add more tests of ctan and ctanh.
26553         [BZ #15918]
26554         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Simplify
26555         handling of cases where one argument is an infinity.
26557         [BZ #18875]
26558         [BZ #18966]
26559         * sysdeps/i386/fpu/e_exp10.S (dbl_min): New object.
26560         (MO): New macro.
26561         (__ieee754_exp10): For small results, force underflow exception
26562         and remove excess range and precision from return value.
26563         * sysdeps/i386/fpu/e_exp10f.S (flt_min): New object.
26564         (MO): New macro.
26565         (__ieee754_exp10f): For small results, force underflow exception
26566         and remove excess range and precision from return value.
26567         * math/auto-libm-test-in: Add more tests of exp10.
26568         * math/auto-libm-test-out: Regenerated.
26570 2015-09-14  Joseph Myers  <joseph@codesourcery.com>
26572         [BZ #18875]
26573         [BZ #18961]
26574         * sysdeps/i386/fpu/e_exp.S (dbl_min): New object.
26575         (MO): New macro.
26576         (__ieee754_exp): For small results, force underflow exception and
26577         remove excess range and precision from return value.
26578         (__exp_finite): Likewise.
26579         * sysdeps/i386/fpu/e_expf.S (flt_min): New object.
26580         (MO): New macro.
26581         (__ieee754_expf): For small results, force underflow exception and
26582         remove excess range and precision from return value.
26583         (__expf_finite): Likewise.
26584         * math/auto-libm-test-in: Add more tests of exp.
26585         * math/auto-libm-test-out: Regenerated.
26587         [BZ #16521]
26588         [BZ #18875]
26589         * math/e_exp2l.c (__ieee754_exp2l): Force underflow exception for
26590         small results.
26591         * sysdeps/i386/fpu/e_exp2.S (dbl_min): New object.
26592         (MO): New macro.
26593         (__ieee754_exp2): For small results, force underflow exception and
26594         remove excess range and precision from return value.
26595         * sysdeps/i386/fpu/e_exp2f.S (flt_min): New object.
26596         (MO): New macro.
26597         (__ieee754_exp2f): For small results, force underflow exception
26598         and remove excess range and precision from return value.
26599         * sysdeps/i386/fpu/e_exp2l.S (ldbl_min): New object.
26600         (MO): New macro.
26601         (__ieee754_exp2l): Force underflow exception for small results.
26602         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
26603         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
26604         * sysdeps/x86_64/fpu/e_exp2l.S (ldbl_min): New object.
26605         (MO): New macro.
26606         (__ieee754_exp2l): Force underflow exception for small results.
26607         * math/auto-libm-test-in: Add more tests or exp2.
26608         * math/auto-libm-test-out: Regenerated.
26610 2015-09-14  Carlos O'Donell  <carlos@redhat.com>
26612         * malloc/malloc.c (systrim): Use ALIGN_DOWN.
26614         * Makefile ($(objpfx)check-local-headers.out): Redirect stdin from
26615         /dev/null.
26617 2015-09-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26619         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
26620         io fs process)): Drop spurious backslash.
26622 2015-09-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
26624         * sysdeps/unix/sysv/linux/getsysstats.c (__get_phys_pages):
26625         Use sysinfo system call instead of parsing /proc/meminfo.
26626         * sysdeps/unix/sysv/linux/getsysstats.c (__get_avphys_pages):
26627         Likewise.
26629 2015-09-11  Mike Frysinger  <vapier@gentoo.org>
26631         [BZ #16985]
26632         * programs/localedef.c (main): Display argv[remaining] when
26633         output_path is NULL.
26635 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
26637         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
26638         asinh, atan, atan2, atanh, cabs, carg, cos, csqrt, erfc, exp,
26639         exp10, exp2, log, log1p, log2, pow, sin, sincos, sinh, tan and
26640         tanh.
26641         * math/auto-libm-test-out: Regenerated.
26642         * sysdeps/i386/fpu/libm-test-ulps: Update.
26643         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
26644         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
26645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26647 2015-09-11  Roland McGrath  <roland@hack.frob.com>
26649         * sysdeps/nacl/Makefile [$(subdir) = misc] (sysdep_headers):
26650         Use 'override' keyword to freeze the value here, preventing
26651         the addition of sys/mtio.h by sysdeps/gnu/Makefile.
26653 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
26655         [BZ #14912]
26656         * sysdeps/aarch64/bits/atomic.h: Move to ...
26657         * sysdeps/aarch64/atomic-machine.h: ...here.
26658         (_AARCH64_BITS_ATOMIC_H): Rename macro to
26659         _AARCH64_ATOMIC_MACHINE_H.
26660         * sysdeps/alpha/bits/atomic.h: Move to ...
26661         * sysdeps/alpha/atomic-machine.h: ...here.
26662         * sysdeps/arm/bits/atomic.h: Move to ...
26663         * sysdeps/arm/atomic-machine.h: ...here.  Update comments.
26664         * bits/atomic.h: Move to ...
26665         * sysdeps/generic/atomic-machine.h: ...here.
26666         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
26667         * sysdeps/i386/bits/atomic.h: Move to ...
26668         * sysdeps/i386/atomic-machine.h: ...here.
26669         * sysdeps/ia64/bits/atomic.h: Move to ...
26670         * sysdeps/ia64/atomic-machine.h: ...here.
26671         * sysdeps/m68k/coldfire/bits/atomic.h: Move to ...
26672         * sysdeps/m68k/coldfire/atomic-machine.h: ...here.
26673         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
26674         * sysdeps/m68k/m680x0/m68020/bits/atomic.h: Move to ...
26675         * sysdeps/m68k/m680x0/m68020/atomic-machine.h: ...here.
26676         * sysdeps/microblaze/bits/atomic.h: Move to ...
26677         * sysdeps/microblaze/atomic-machine.h: ...here.
26678         * sysdeps/mips/bits/atomic.h: Move to ...
26679         * sysdeps/mips/atomic-machine.h: ...here.
26680         (_MIPS_BITS_ATOMIC_H): Rename macro to _MIPS_ATOMIC_MACHINE_H.
26681         * sysdeps/powerpc/bits/atomic.h: Move to ...
26682         * sysdeps/powerpc/atomic-machine.h: ...here.  Update comments.
26683         * sysdeps/powerpc/powerpc32/bits/atomic.h: Move to ...
26684         * sysdeps/powerpc/powerpc32/atomic-machine.h: ...here.  Update
26685         comments.  Include <atomic-machine.h> instead of <bits/atomic.h>.
26686         * sysdeps/powerpc/powerpc64/bits/atomic.h: Move to ...
26687         * sysdeps/powerpc/powerpc64/atomic-machine.h: ...here.  Include
26688         <atomic-machine.h> instead of <bits/atomic.h>.
26689         * sysdeps/s390/bits/atomic.h: Move to ...
26690         * sysdeps/s390/atomic-machine.h: ...here.
26691         * sysdeps/sparc/sparc32/bits/atomic.h: Move to ...
26692         * sysdeps/sparc/sparc32/atomic-machine.h: ...here.
26693         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
26694         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Move to ...
26695         * sysdeps/sparc/sparc32/sparcv9/atomic-machine.h: ...here.
26696         * sysdeps/sparc/sparc64/bits/atomic.h: Move to ...
26697         * sysdeps/sparc/sparc64/atomic-machine.h: ...here.
26698         * sysdeps/tile/bits/atomic.h: Move to ...
26699         * sysdeps/tile/atomic-machine.h: ...here.
26700         * sysdeps/tile/tilegx/bits/atomic.h: Move to ...
26701         * sysdeps/tile/tilegx/atomic-machine.h: ...here.  Include
26702         <sysdeps/tile/atomic-machine.h> instead of
26703         <sysdeps/tile/bits/atomic.h>.
26704         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
26705         * sysdeps/tile/tilepro/bits/atomic.h: Move to ...
26706         * sysdeps/tile/tilepro/atomic-machine.h: ...here.  Include
26707         <sysdeps/tile/atomic-machine.h> instead of
26708         <sysdeps/tile/bits/atomic.h>.
26709         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
26710         * sysdeps/unix/sysv/linux/arm/bits/atomic.h: Move to ...
26711         * sysdeps/unix/sysv/linux/arm/atomic-machine.h: ...here.  Include
26712         <sysdeps/arm/atomic-machine.h> instead of
26713         <sysdeps/arm/bits/atomic.h>.
26714         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Move to ...
26715         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: ...here.
26716         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
26717         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Move to ...
26718         * sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: ...here.
26719         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
26720         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: Move to ...
26721         * sysdeps/unix/sysv/linux/nios2/atomic-machine.h: ...here.
26722         (_NIOS2_BITS_ATOMIC_H): Rename macro to _NIOS2_ATOMIC_MACHINE_H.
26723         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: Move to ...
26724         * sysdeps/unix/sysv/linux/sh/atomic-machine.h: ...here.
26725         * sysdeps/x86_64/bits/atomic.h: Move to ...
26726         * sysdeps/x86_64/atomic-machine.h: ...here.
26727         * include/atomic.h: Include <atomic-machine.h> instead of
26728         <bits/atomic.h>.
26730         * sysdeps/mips/mips32/libm-test-ulps: Update.
26731         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
26733         [BZ #18952]
26734         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Do
26735         not convert non-integer negative arguments to int to determine the
26736         value of signgam.
26737         * math/auto-libm-test-in: Add more tests of lgamma.
26738         * math/auto-libm-test-out: Regenerated.
26740         * math/auto-libm-test-in: Add more tests of acosh, atanh, cbrt,
26741         cosh, csqrt, erfc, expm1 and lgamma.
26742         * math/auto-libm-test-out: Regenerated.
26743         * sysdeps/i386/fpu/libm-test-ulps: Update.
26744         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26746 2015-09-10  Joseph Myers  <joseph@codesourcery.com>
26748         [BZ #2542]
26749         [BZ #2543]
26750         [BZ #2558]
26751         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Call
26752         __lgamma_neg for arguments from -28.0 to -2.0.
26753         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Call
26754         __lgamma_negf for arguments from -15.0 to -2.0.
26755         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
26756         Call __lgamma_negl for arguments from -48.0 or -50.0 to -2.0.
26757         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
26758         Call __lgamma_negl for arguments from -33.0 to -2.0.
26759         * sysdeps/ieee754/dbl-64/lgamma_neg.c: New file.
26760         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
26761         * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
26762         * sysdeps/ieee754/flt-32/lgamma_productf.c: Likewise.
26763         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
26764         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
26765         * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
26766         * sysdeps/ieee754/ldbl-128ibm/lgamma_productl.c: Likewise.
26767         * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
26768         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
26769         * sysdeps/ieee754/ldbl-96/lgamma_productl.c: Likewise.
26770         * sysdeps/generic/math_private.h (__lgamma_negf): New prototype.
26771         (__lgamma_neg): Likewise.
26772         (__lgamma_negl): Likewise.
26773         (__lgamma_product): Likewise.
26774         (__lgamma_productl): Likewise.
26775         * math/Makefile (libm-calls): Add lgamma_neg and lgamma_product.
26776         * math/auto-libm-test-in: Add more tests of lgamma.
26777         * math/auto-libm-test-out: Regenerated.
26778         * sysdeps/i386/fpu/libm-test-ulps: Update.
26779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26781 2015-09-09  Justin Maggard  <jmaggard@netgear.com>
26783         [BZ #18675]
26784         * sysdeps/posix/fpathconf.c (__fpathconf): Use __fstatvfs64.
26786 2015-09-08  Joseph Myers  <joseph@codesourcery.com>
26788         [BZ #14912]
26789         * bits/libc-lock.h: Move to ...
26790         * sysdeps/generic/libc-lock.h: ...here.
26791         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
26792         * sysdeps/mach/hurd/bits/libc-lock.h: Move to ...
26793         * sysdeps/mach/hurd/libc-lock.h: ...here.
26794         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
26795         [_LIBC]: Include <libc-lockP.h> instead of <bits/libc-lockP.h>.
26796         * sysdeps/mach/bits/libc-lock.h: Move to ...
26797         * sysdeps/mach/libc-lock.h: ...here.
26798         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
26799         * sysdeps/nptl/bits/libc-lock.h: Move to ...
26800         * sysdeps/nptl/libc-lock.h: ...here.
26801         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
26802         * sysdeps/nptl/bits/libc-lockP.h: Move to ...
26803         * sysdeps/nptl/libc-lockP.h: ...here.
26804         (_BITS_LIBC_LOCKP_H): Rename macro to _LIBC_LOCKP_H.
26805         * crypt/crypt_util.c: Include <libc-lock.h> instead of
26806         <bits/libc-lock.h>.
26807         * dirent/scandir-tail.c: Likewise.
26808         * dlfcn/dlerror.c: Likewise.
26809         * elf/dl-close.c: Likewise.
26810         * elf/dl-iteratephdr.c: Likewise.
26811         * elf/dl-lookup.c: Likewise.
26812         * elf/dl-open.c: Likewise.
26813         * elf/dl-support.c: Likewise.
26814         * elf/dl-writev.h: Likewise.
26815         * elf/rtld.c: Likewise.
26816         * grp/fgetgrent.c: Likewise.
26817         * gshadow/fgetsgent.c: Likewise.
26818         * gshadow/sgetsgent.c: Likewise.
26819         * iconv/gconv_conf.c: Likewise.
26820         * iconv/gconv_db.c: Likewise.
26821         * iconv/gconv_dl.c: Likewise.
26822         * iconv/gconv_int.h: Likewise.
26823         * iconv/gconv_trans.c: Likewise.
26824         * include/link.h: Likewise.
26825         * inet/getnameinfo.c: Likewise.
26826         * inet/getnetgrent.c: Likewise.
26827         * inet/getnetgrent_r.c: Likewise.
26828         * intl/bindtextdom.c: Likewise.
26829         * intl/dcigettext.c: Likewise.
26830         * intl/finddomain.c: Likewise.
26831         * intl/gettextP.h: Likewise.
26832         * intl/loadmsgcat.c: Likewise.
26833         * intl/localealias.c: Likewise.
26834         * intl/textdomain.c: Likewise.
26835         * libidn/idn-stub.c: Likewise.
26836         * libio/libioP.h: Likewise.
26837         * locale/duplocale.c: Likewise.
26838         * locale/freelocale.c: Likewise.
26839         * locale/newlocale.c: Likewise.
26840         * locale/setlocale.c: Likewise.
26841         * login/getutent_r.c: Likewise.
26842         * login/getutid_r.c: Likewise.
26843         * login/getutline_r.c: Likewise.
26844         * login/utmp-private.h: Likewise.
26845         * login/utmpname.c: Likewise.
26846         * malloc/mtrace.c: Likewise.
26847         * misc/efgcvt.c: Likewise.
26848         * misc/error.c: Likewise.
26849         * misc/fstab.c: Likewise.
26850         * misc/getpass.c: Likewise.
26851         * misc/mntent.c: Likewise.
26852         * misc/syslog.c: Likewise.
26853         * nis/nis_call.c: Likewise.
26854         * nis/nis_callback.c: Likewise.
26855         * nis/nss-default.c: Likewise.
26856         * nis/nss_compat/compat-grp.c: Likewise.
26857         * nis/nss_compat/compat-initgroups.c: Likewise.
26858         * nis/nss_compat/compat-pwd.c: Likewise.
26859         * nis/nss_compat/compat-spwd.c: Likewise.
26860         * nis/nss_nis/nis-alias.c: Likewise.
26861         * nis/nss_nis/nis-ethers.c: Likewise.
26862         * nis/nss_nis/nis-grp.c: Likewise.
26863         * nis/nss_nis/nis-hosts.c: Likewise.
26864         * nis/nss_nis/nis-network.c: Likewise.
26865         * nis/nss_nis/nis-proto.c: Likewise.
26866         * nis/nss_nis/nis-pwd.c: Likewise.
26867         * nis/nss_nis/nis-rpc.c: Likewise.
26868         * nis/nss_nis/nis-service.c: Likewise.
26869         * nis/nss_nis/nis-spwd.c: Likewise.
26870         * nis/nss_nisplus/nisplus-alias.c: Likewise.
26871         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
26872         * nis/nss_nisplus/nisplus-grp.c: Likewise.
26873         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
26874         * nis/nss_nisplus/nisplus-initgroups.c: Likewise.
26875         * nis/nss_nisplus/nisplus-network.c: Likewise.
26876         * nis/nss_nisplus/nisplus-proto.c: Likewise.
26877         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
26878         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
26879         * nis/nss_nisplus/nisplus-service.c: Likewise.
26880         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
26881         * nis/ypclnt.c: Likewise.
26882         * nptl/libc_pthread_init.c: Likewise.
26883         * nss/getXXbyYY.c: Likewise.
26884         * nss/getXXent.c: Likewise.
26885         * nss/getXXent_r.c: Likewise.
26886         * nss/nss_db/db-XXX.c: Likewise.
26887         * nss/nss_db/db-netgrp.c: Likewise.
26888         * nss/nss_db/nss_db.h: Likewise.
26889         * nss/nss_files/files-XXX.c: Likewise.
26890         * nss/nss_files/files-alias.c: Likewise.
26891         * nss/nsswitch.c: Likewise.
26892         * posix/regex_internal.h: Likewise.
26893         * posix/wordexp.c: Likewise.
26894         * pwd/fgetpwent.c: Likewise.
26895         * resolv/res_hconf.c: Likewise.
26896         * resolv/res_libc.c: Likewise.
26897         * shadow/fgetspent.c: Likewise.
26898         * shadow/lckpwdf.c: Likewise.
26899         * shadow/sgetspent.c: Likewise.
26900         * socket/opensock.c: Likewise.
26901         * stdio-common/reg-modifier.c: Likewise.
26902         * stdio-common/reg-printf.c: Likewise.
26903         * stdio-common/reg-type.c: Likewise.
26904         * stdio-common/vfprintf.c: Likewise.
26905         * stdio-common/vfscanf.c: Likewise.
26906         * stdlib/abort.c: Likewise.
26907         * stdlib/cxa_atexit.c: Likewise.
26908         * stdlib/fmtmsg.c: Likewise.
26909         * stdlib/random.c: Likewise.
26910         * stdlib/setenv.c: Likewise.
26911         * string/strsignal.c: Likewise.
26912         * sunrpc/auth_none.c: Likewise.
26913         * sunrpc/bindrsvprt.c: Likewise.
26914         * sunrpc/create_xid.c: Likewise.
26915         * sunrpc/key_call.c: Likewise.
26916         * sunrpc/rpc_thread.c: Likewise.
26917         * sysdeps/arm/backtrace.c: Likewise.
26918         * sysdeps/generic/ldsodefs.h: Likewise.
26919         * sysdeps/generic/stdio-lock.h: Likewise.
26920         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
26921         * sysdeps/i386/backtrace.c: Likewise.
26922         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
26923         * sysdeps/m68k/backtrace.c: Likewise.
26924         * sysdeps/mach/hurd/cthreads.c: Likewise.
26925         * sysdeps/mach/hurd/dirstream.h: Likewise.
26926         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
26927         * sysdeps/nptl/malloc-machine.h: Likewise.
26928         * sysdeps/nptl/stdio-lock.h: Likewise.
26929         * sysdeps/posix/dirstream.h: Likewise.
26930         * sysdeps/posix/getaddrinfo.c: Likewise.
26931         * sysdeps/posix/system.c: Likewise.
26932         * sysdeps/pthread/aio_suspend.c: Likewise.
26933         * sysdeps/s390/s390-32/backtrace.c: Likewise.
26934         * sysdeps/s390/s390-64/backtrace.c: Likewise.
26935         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
26936         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
26937         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: Likewise.
26938         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: Likewise.
26939         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: Likewise.
26940         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
26941         * sysdeps/unix/sysv/linux/system.c: Likewise.
26942         * sysdeps/x86_64/backtrace.c: Likewise.
26943         * time/alt_digit.c: Likewise.
26944         * time/era.c: Likewise.
26945         * time/tzset.c: Likewise.
26946         * wcsmbs/wcsmbsload.c: Likewise.
26947         * nptl/tst-initializers1.c (do_test): Refer to <libc-lock.h>
26948         instead of <bits/libc-lock.h> in comment.
26950 2015-09-08  Andrew Bennett  <andrew.bennett@imgtec.com>
26952         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIO32] (MIPS_PUSH_MIPS2):
26953         Only use .set mips2 if the current ISA is below mips2.
26954         * sysdeps/mips/sys/tas.h [_MIPS_SIM == _ABIO32] (_test_and_set):
26955         Likewise.
26956         * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER): Only use .set
26957         mips32r2 if the current ISA is below mips32r2.
26958         * sysdeps/mips/tls-macros.h (TLS_RDHWR): New define.
26959         (TLS_IE): Updated to use the TLD_RDHWR macro.
26960         (TLS_LE): Likewise.
26961         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Moved out of #ifdef
26962         __ASSEMBLER__ condition.
26964 2015-09-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26966         Fix parallel build of before-compile targets.
26968         * sysdeps/mach/Makefile ($(patsubst
26969         mach%,m\%h%,$(mach-before-compile))): Move rule to dedicated
26970         mach-before-compile target.
26971         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
26972         io fs process)): Move rule to dedicated hurd-before-compile target.
26974 2015-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26976         Fix rules generating headers in hurd/ and mach/ when initial make call
26977         has subdir= explicitly set.
26979         * sysdeps/mach/Makefile ($(patsubst
26980         mach%,m\%h%,$(mach-before-compile))): Force subdir to mach when
26981         calling $(MAKE).
26982         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
26983         io fs process)): Force subdir to hurd when calling $(MAKE).
26984         ($(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c): Force
26985         subdir to mach when calling $(MAKE).
26987 2015-09-06  Manolis Ragkousis  <manolis837@gmail.com>
26989         Check sysheaders when looking for Mach and Hurd headers
26991         * sysdeps/mach/configure.ac: Add sysheaders check.
26992         * sysdeps/mach/configure: Regenerate.
26993         * sysdeps/mach/hurd/configure.ac: Add sysheaders check.
26994         * sysdeps/mach/hurd/configure: Regenerate.
26996 2015-09-04  Roland McGrath  <roland@hack.frob.com>
26998         [BZ #18921]
26999         * sysdeps/posix/opendir.c (need_isdir_precheck) [O_DIRECTORY]:
27000         Fix inverted sense of test of 'o_directory_works' value.
27001         Reported by Pádraig Brady <P@draigBrady.com>, diagnosed by
27002         Bernhard Voelker <mail@bernhard-voelker.de>.
27004 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
27006         [BZ #14912]
27007         * bits/linkmap.h: Move to ...
27008         * sysdeps/generic/linkmap.h: ...here.
27009         * sysdeps/aarch64/bits/linkmap.h: Move to ...
27010         * sysdeps/aarch64/linkmap.h: ...here.
27011         * sysdeps/arm/bits/linkmap.h: Move to ...
27012         * sysdeps/arm/linkmap.h: ...here.
27013         * sysdeps/hppa/bits/linkmap.h: Move to ...
27014         * sysdeps/hppa/linkmap.h: ...here.
27015         * sysdeps/ia64/bits/linkmap.h: Move to ...
27016         * sysdeps/ia64/linkmap.h: ...here.
27017         * sysdeps/mips/bits/linkmap.h: Move to ...
27018         * sysdeps/mips/linkmap.h: ...here.
27019         * sysdeps/s390/bits/linkmap.h: Move to ...
27020         * sysdeps/s390/linkmap.h: ...here.
27021         * sysdeps/sh/bits/linkmap.h: Move to ...
27022         * sysdeps/sh/linkmap.h: ...here.
27023         * sysdeps/x86/bits/linkmap.h: Move to ...
27024         * sysdeps/x86/linkmap.h: ...here.
27025         * include/link.h: Include <linkmap.h> instead of <bits/linkmap.h>.
27027 2015-09-04  Andreas Schwab  <schwab@suse.de>
27029         [BZ #18635]
27030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
27031         (__makecontext): Terminate FDE before return label.
27032         (__novec_makecontext): Likewise.
27034 2015-09-04  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
27036         * sysdeps/unix/sysv/linux/socketpair.c: Use the address of the
27037         first member of struct sv in syscall macro.
27039 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
27041         [BZ #14912]
27042         * bits/stdio-lock.h: Move to ...
27043         * sysdeps/generic/stdio-lock.h: ...here.
27044         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
27045         * sysdeps/nptl/bits/stdio-lock.h: Move to ...
27046         * sysdeps/nptl/stdio-lock.h: ...here.
27047         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
27048         * include/libio.h: Include <stdio-lock.h> instead of
27049         <bits/stdio-lock.h>.
27050         * sysdeps/nptl/fork.c: Likewise.
27051         * sysdeps/pthread/flockfile.c: Likewise.
27052         * sysdeps/pthread/ftrylockfile.c: Likewise.
27053         * sysdeps/pthread/funlockfile.c: Likewise.
27055         [BZ #14912]
27056         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
27057         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
27058         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
27059         <m68k-vdso.h> instead of <bits/m68k-vdso.h>.
27060         * sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
27061         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
27062         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.
27064 2015-09-03  Roland McGrath  <roland@hack.frob.com>
27066         * elf/Makefile (test-xfail-tst-protected1a): New variable.
27067         (test-xfail-tst-protected1b): New variable.
27069 2015-09-03  Joseph Myers  <joseph@codesourcery.com>
27071         [BZ #14912]
27072         * bits/libc-tsd.h: Move to ...
27073         * sysdeps/generic/libc-tsd.h: ...here.
27074         (_GENERIC_BITS_LIBC_TSD_H): Rename macro to _GENERIC_LIBC_TSD_H.
27075         * sysdeps/mach/hurd/bits/libc-tsd.h: Move to ...
27076         * sysdeps/mach/hurd/libc-tsd.h: ...here.
27077         (_BITS_LIBC_TSD_H): Rename macro to _LIBC_TSD_H.
27078         * include/ctype.h: Include <libc-tsd.h> instead of
27079         <bits/libc-tsd.h>.
27080         * include/rpc/rpc.h: Likewise.
27081         * locale/localeinfo.h: Likewise.
27082         * sunrpc/rpc_thread.c: Likewise.
27083         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
27084         * sysdeps/nptl/malloc-machine.h: Likewise.
27086         * Makefile (headers): Remove bits/libc-lock.h.
27087         * libio/Makefile (headers): Remove bits/stdio-lock.h.
27089         * libio/libio.h [_IO_MTSAFE_IO]: Remove include of
27090         <bits/stdio-lock.h> and commented-out include of <comthread.h>.
27091         * include/libio.h [!_ISOMAC && _IO_MTSAFE_IO]: Include
27092         <bits/stdio-lock.h>.
27093         * stdio-common/scanf15.c (_IO_MTSAFE_IO): Undefine.
27094         * stdio-common/scanf17.c (_IO_MTSAFE_IO): Likewise.
27096 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
27098         [BZ #18757]
27099         * libio/iofopncook.c (_IO_fopencookie): Set errno on failure.
27100         * libio/test-fmemopen.c (do_bz18820): Extend the test to cover
27101         BZ #18757.
27103 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
27105         * malloc/mtrace.pl: Filter out NULL entries.
27107 2015-09-01  Joseph Myers  <joseph@codesourcery.com>
27109         * inet/netinet/in.h (IPPROTO_MPLS): New enum value and macro.
27110         * sysdeps/unix/sysv/linux/bits/in.h (IP_BIND_ADDRESS_NO_PORT): New
27111         macro.
27113         * sysdeps/gnu/netinet/tcp.h (TCP_NOTSENT_LOWAT): New macro.
27114         (TCP_CC_INFO): Likewise.
27115         (TCP_SAVE_SYN): Likewise.
27116         (TCP_SAVED_SYN): Likewise.
27118 2015-08-31  Brett Neumeier <brett@neumeier.us>
27120         [BZ #18870]
27121         * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
27123 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27125         [BZ #18873]
27126         Fix broken overflow check in posix_fallocate
27127         * sysdeps/posix/posix_fallocate.c (posix_fallocate):
27128         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
27129         Fix parenthesization typo.
27131 2015-08-28  Mike Frysinger  <vapier@gentoo.org>
27133         [BZ #18887]
27134         * misc/Makefile (tests): Add tst-mntent-blank-corrupt and
27135         tst-mntent-blank-passno.
27136         * misc/mntent_r.c (__getmntent_r): Do not read past buffer[0].
27137         * misc/tst-mntent-blank-corrupt.c: New test.
27138         * misc/tst-mntent-blank-passno.c: New test ripped from ...
27139         * misc/tst-mntent.c (do_test): ... here.
27141 2015-08-29  Mike Frysinger  <vapier@gentoo.org>
27143         [BZ #4404]
27144         * po/de.po: Fix SIGALRM typo.
27146 2015-08-28  James Perkins  <james@loowit.net>
27148         * time/tst-strptime2.c (tests): Replace short list of test
27149         strings for strptime %z specifier with code which exhaustively
27150         tests every combination of sign and 0 to 5 digits. Tests for
27151         rejection of invalid strings.
27153 2015-08-28  James Perkins  <james@loowit.net>
27155         [BZ #16141]
27156         * time/strptime_l.c (__strptime_internal): Fix %z minutes
27157         calculation, removing incorrect decimal time rounding, so that
27158         all minute values result in a valid seconds value.
27159         * time/strptime_l.c (__strptime_internal): Extend %z time zone
27160         offset range limits to UTC-99:59 through UTC+99:59 to parse
27161         current and historical use cases.
27162         * time/tst-strptime2.c (tests): Modify and add tests for the
27163         strptime %z input field descriptor, specifically conversion of
27164         minutes to seconds and validating an offset range of -9959 to
27165         +9959.
27167 2015-08-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
27168             Dmitry V. Levin  <ldv@altlinux.org>
27170         [BZ #18877]
27171         * posix/Makefile (tests): Add tst-mmap-offset.
27172         * posix/tst-mmap.c: New file.
27173         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c (__mmap): Fix
27174         offset calculation for negative values.
27176 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27178         * sysdeps/i386/init-arch.h: New file.
27179         * sysdeps/i386/i586/init-arch.h: Likewise.
27180         * sysdeps/i386/i686/init-arch.h: Likewise.
27181         * sysdeps/x86/cpu-features.c (init_cpu_features): Set bit_I586
27182         bit if CX8 is available.  Set bit_I686 bit if CMOV is available.
27183         * sysdeps/x86/cpu-features.h (bit_I586): New.
27184         (bit_I686): Likewise.
27185         (bit_CX8): Likewise.
27186         (bit_CMOV): Likewise.
27187         (index_CX8): Likewise.
27188         (index_CMOV): Likewise.
27189         (index_I586): Likewise.
27190         (index_I686): Likewise.
27191         (reg_CX8): Likewise.
27192         (reg_CMOV): Likewise.
27193         (HAS_I586): Defined as HAS_ARCH_FEATURE (I586) if i586 isn't
27194         available at compile-time.
27195         (HAS_I686): Defined as HAS_ARCH_FEATURE (I686) if i686 isn't
27196         available at compile-time.
27197         * sysdeps/x86/init-arch.h (USE_I586): New macro.
27198         (USE_I686): Likewise.
27200 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27202         * sysdeps/i386/bcopy.S: New file.
27203         * sysdeps/i386/bzero.S: Likewise.
27204         * sysdeps/i386/memcpy.S: Likewise.
27205         * sysdeps/i386/memmove.S: Likewise.
27206         * sysdeps/i386/mempcpy.S: Likewise.
27207         * sysdeps/i386/memset.S: Likewise.
27208         * sysdeps/i386/bzero.c: Removed.
27209         * sysdeps/i386/memset.c: Likewise.
27210         * sysdeps/i386/i586/memcpy_chk.S: Likewise.
27211         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
27212         * sysdeps/i386/i586/memset_chk.S: Likewise.
27213         * sysdeps/i386/i686/memcpy_chk.S: Moved to ...
27214         * sysdeps/i386/memcpy_chk.S: Here.
27215         * sysdeps/i386/i686/memmove_chk.S: Moved to ...
27216         * sysdeps/i386/memmove_chk.S: Here.
27217         * sysdeps/i386/i686/mempcpy_chk.S: Moved to ...
27218         * sysdeps/i386/mempcpy_chk.S: Likewise.
27219         * sysdeps/i386/i686/memset_chk.S: Moved to ...
27220         * sysdeps/i386/memset_chk.S: Likewise.
27222 2015-08-27  Steve Ellcey  <sellcey@imgtec.com>
27224         * soft-fp/fmasf4.c: Add include of sys/cdefs.h.
27225         Move DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT to front of
27226         file, move DIAG_POP_NEEDS_COMMENT to end of file.
27227         * soft-fp/fmadf4.c: Ditto.
27228         * soft-fp/fmatf4.c: Ditto.
27230 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27232         * sysdeps/i386/i586/Implies: Removed.
27233         * sysdeps/i386/i686/Implies: Likewise.
27235 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27237         * sysdeps/i386/i486/strlen.S: Moved to ...
27238         * sysdeps/i386/strlen.S: Here.
27240 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27242         * sysdeps/i386/i486/strcat.S: Moved to ...
27243         * sysdeps/i386/strcat.S: Here.
27245 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27247         * sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
27248         * sysdeps/i386/pthread_spin_trylock.S: Here.
27249         * sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
27250         * sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
27252 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27254         * sysdeps/i386/i486/string-inlines.c: Moved to ...
27255         * sysdeps/i386/string-inlines.c: Here.
27257 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27259         * sysdeps/i386/i486/htonl.S: Moved ...
27260         * sysdeps/i386/htonl.S: here.
27262 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27264         * sysdeps/i386/i486/bits/atomic.h: Moved to ...
27265         * sysdeps/i386/bits/atomic.h: Here.
27267 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27269         * sysdeps/i386/i486/Versions: Removed.
27271 2015-08-27  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
27273         [BZ #2898]
27274         * misc/mktemp.c: Add mkdtemp to the link_warning message.
27275         Based on patch by Aurelien Jarno.
27277 2015-08-26  Stan Shebs  <stanshebs@google.com>
27279         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
27280         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
27282 2015-08-26  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
27284         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_HTM_NOSC.
27285         * sysdeps/powerpc/dl-procinfo.c:
27286         (_dl_powerpc_cap_flags): Added descriptor for this hwcap
27287         feature so it shows when LD_SHOW_AUXV=1.
27289 2015-08-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
27291         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
27292         (__arch_compare_and_exchange_val_32_acq): Remove and use common
27293         definition.  ISA 2.07B no longer requires full sync.
27295 2015-08-26  Mike Frysinger  <vapier@gentoo.org>
27297         [BZ #18863]
27298         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add _sigsys.
27299         (si_call_addr): Define.
27300         (si_syscall): Define.
27301         (si_arch): Define.
27303 2015-08-26  H.J. Lu  <hongjiu.lu@intel.com>
27305         * sysdeps/i386/i586/bzero.S (USE_AS_BZERO): New.
27306         * sysdeps/i386/i686/bzero.S (USE_AS_BZERO): Likewise.
27307         * sysdeps/i386/i586/memset.S (BZERO_P): Removed.
27308         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
27309         (__memset_zero_constant_len_parameter): New.
27310         * sysdeps/i386/i686/memset.S (BZERO_P): Removed.
27311         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
27312         (__memset_zero_constant_len_parameter): Don't define if
27313         __memset_chk or USE_AS_BZERO are defined.
27315         * sysdeps/i386/i586/memcpy.S (MEMPCPY_P): Removed.
27316         Check USE_AS_MEMPCPY/SHARED instead of MEMPCPY_P/PIC.
27317         * sysdeps/i386/i586/mempcpy.S (USE_AS_MEMPCPY): New.
27319         * sysdeps/x86/Makefile [$(subdir) == elf] (CFLAGS-.os,
27320         tests-special, $(objpfx)tst-ld-sse-use.out): Moved to ...
27321         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os,
27322         tests-special, $(objpfx)tst-ld-sse-use.out): Here.  Update
27323         comments.
27324         * sysdeps/x86_64/Makefile [$(subdir) == elf] (CFLAGS-.os): Add
27325         -mno-mmx for $(all-rtld-routines).
27326         * sysdeps/x86/tst-ld-sse-use.sh: Moved to ...
27327         * sysdeps/i386/tst-ld-sse-use.sh: Here.  Replace x86-64 with
27328         i386.
27330 2015-08-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
27332         * sysdeps/generic/unwind.h
27333         (_Unwind_Word): Use __mode__(__unwind_word__)
27334         instead of __mode__(__word__).
27335         (_Unwind_Sword): Likewise.
27337         * sysdeps/s390/s390-64/utf8-utf16-z9.c
27338         (MAX_NEEDED_INPUT): New define.
27339         (MAX_NEEDED_OUTPUT): New define.
27341         * NEWS: New item for IBM z13 string optimizations.
27343         * sysdeps/s390/multiarch/memrchr-c.c: New File.
27344         * sysdeps/s390/multiarch/memrchr-vx.S: Likewise.
27345         * sysdeps/s390/multiarch/memrchr.c: Likewise.
27346         * sysdeps/s390/multiarch/Makefile
27347         (sysdep_routines): Add memrchr functions.
27348         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
27349         (__libc_ifunc_impl_list_common): Add ifunc test for memrchr.
27351         * sysdeps/s390/multiarch/wmemcmp-c.c: New File.
27352         * sysdeps/s390/multiarch/wmemcmp-vx.S: Likewise.
27353         * sysdeps/s390/multiarch/wmemcmp.c: Likewise.
27354         * sysdeps/s390/multiarch/Makefile
27355         (sysdep_routines): Add wmemcmp functions.
27356         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
27357         (__libc_ifunc_impl_list_common): Add ifunc test for wmemcmp.
27358         * benchtests/bench-wmemcmp.c: New File.
27359         * benchtests/Makefile (wcsmbs-bench): Add wmemcmp.
27361         * sysdeps/s390/multiarch/wmemset-c.c: New File.
27362         * sysdeps/s390/multiarch/wmemset-vx.S: Likewise.
27363         * sysdeps/s390/multiarch/wmemset.c: Likewise.
27364         * sysdeps/s390/multiarch/Makefile
27365         (sysdep_routines): Add wmemset functions.
27366         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
27367         (__libc_ifunc_impl_list_common): Add ifunc test for wmemset.
27368         * wcsmbs/wmemset.c: Use WMEMSET if defined.
27369         * string/test-memset.c: Add wmemset support.
27370         * wcsmbs/test-wmemset.c: New File.
27371         * wcsmbs/Makefile (strop-tests): Add wmemset.
27372         * benchtests/bench-memset.c: Add wmemset support.
27373         * benchtests/bench-wmemset.c: New File.
27374         * benchtests/Makefile (wcsmbs-bench): Add wmemset.
27376         * sysdeps/s390/multiarch/memccpy-c.c: New File.
27377         * sysdeps/s390/multiarch/memccpy-vx.S: Likewise.
27378         * sysdeps/s390/multiarch/memccpy.c: Likewise.
27379         * sysdeps/s390/multiarch/Makefile
27380         (sysdep_routines): Add memccpy functions.
27381         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
27382         (__libc_ifunc_impl_list_common): Add ifunc test for memccpy.
27383         * string/memccpy.c: Use MEMCCPY if defined.
27385         * sysdeps/s390/multiarch/memchr-vx.S: New File.
27386         * sysdeps/s390/multiarch/memchr.c: Likewise.
27387         * sysdeps/s390/multiarch/rawmemchr-c.c: Likewise.
27388         * sysdeps/s390/multiarch/rawmemchr-vx.S: Likewise.
27389         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
27390         * sysdeps/s390/multiarch/wmemchr-c.c: Likewise.
27391         * sysdeps/s390/multiarch/wmemchr-vx.S: Likewise.
27392         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
27393         * sysdeps/s390/s390-32/multiarch/memchr.c: Likewise.
27394         * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
27395         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memchr, wmemchr
27396         and rawmemchr functions.
27397         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
27398         (__libc_ifunc_impl_list_common): Add ifunc test for memchr, rawmemchr
27399         and wmemchr.
27400         * wcsmbs/wmemchr.c: Use WMEMCHR if defined.
27401         * string/test-memchr.c: Add wmemchr support.
27402         * wcsmbs/test-wmemchr.c: New File.
27403         * wcsmbs/Makefile (strop-tests): Add wmemchr.
27404         * benchtests/bench-memchr.c: Add wmemchr support.
27405         * benchtests/bench-wmemchr.c: New File.
27406         * benchtests/Makefile (wcsmbs-bench): wmemchr.
27408         * sysdeps/s390/multiarch/strcspn-c.c: New File.
27409         * sysdeps/s390/multiarch/strcspn-vx.S: Likewise.
27410         * sysdeps/s390/multiarch/strcspn.c: Likewise.
27411         * sysdeps/s390/multiarch/wcscspn-c.c: Likewise.
27412         * sysdeps/s390/multiarch/wcscspn-vx.S: Likewise.
27413         * sysdeps/s390/multiarch/wcscspn.c: Likewise.
27414         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcspn and
27415         wcscspn functions.
27416         * sysdeps/s390/multiarch/ifunc-impl-list.c
27417         (__libc_ifunc_impl_list): Add ifunc test for strcspn, wcscspn.
27418         * wcsmbs/wcscspn.c: Use WCSCSPN if defined.
27419         * string/test-strcspn.c: Add wcscspn support.
27420         * wcsmbs/test-wcscspn.c: New File.
27421         * wcsmbs/Makefile (strop-tests): Add wcscspn.
27422         * benchtests/bench-strcspn.c: Add wcscspn support.
27423         * benchtests/bench-wcscspn.c: New File.
27424         * benchtests/Makefile (wcsmbs-bench): Add wcscspn.
27426         * sysdeps/s390/multiarch/strpbrk-c.c: New File.
27427         * sysdeps/s390/multiarch/strpbrk-vx.S: Likewise.
27428         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
27429         * sysdeps/s390/multiarch/wcspbrk-c.c: Likewise.
27430         * sysdeps/s390/multiarch/wcspbrk-vx.S: Likewise.
27431         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
27432         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strpbrk and
27433         wcspbrk functions.
27434         * sysdeps/s390/multiarch/ifunc-impl-list.c
27435         (__libc_ifunc_impl_list): Add ifunc test for strpbrk, wcspbrk.
27436         * wcsmbs/wcspbrk.c: Use WCSPBRK if defined.
27437         * string/test-strpbrk.c: Add wcspbrk support.
27438         * wcsmbs/test-wcspbrk.c: New File.
27439         * wcsmbs/Makefile (strop-tests): Add wcspbrk.
27440         * benchtests/bench-strpbrk.c: Add wcspbrk support.
27441         * benchtests/bench-wcspbrk.c: New File.
27442         * benchtests/Makefile (wcsmbs-bench): Add wcspbrk.
27444         * sysdeps/s390/multiarch/strspn-c.c: New File.
27445         * sysdeps/s390/multiarch/strspn-vx.S: Likewise.
27446         * sysdeps/s390/multiarch/strspn.c: Likewise.
27447         * sysdeps/s390/multiarch/wcsspn-c.c: Likewise.
27448         * sysdeps/s390/multiarch/wcsspn-vx.S: Likewise.
27449         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
27450         * wcsmbs/wcsspn.c: Use WCSSPN if defined.
27451         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strspn and
27452         wcsspn functions.
27453         * sysdeps/s390/multiarch/ifunc-impl-list.c
27454         (__libc_ifunc_impl_list): Add ifunc test for strspn, wcsspn.
27455         * string/test-strspn.c: Add wcsspn support.
27456         * wcsmbs/test-wcsspn.c: New File.
27457         * wcsmbs/Makefile (strop-tests): Add wcsspn.
27458         * benchtests/bench-strspn.c: Add wcsspn support.
27459         * benchtests/bench-wcsspn.c: New File.
27460         * benchtests/Makefile (wcsmbs-bench): Add wcsspn.
27462         * sysdeps/s390/multiarch/strrchr-c.c: New File.
27463         * sysdeps/s390/multiarch/strrchr-vx.S: Likewise.
27464         * sysdeps/s390/multiarch/strrchr.c: Likewise.
27465         * sysdeps/s390/multiarch/wcsrchr-c.c: Likewise.
27466         * sysdeps/s390/multiarch/wcsrchr-vx.S: Likewise.
27467         * sysdeps/s390/multiarch/wcsrchr.c: Likewise.
27468         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strrchr and
27469         wcsrchr functions.
27470         * sysdeps/s390/multiarch/ifunc-impl-list.c
27471         (__libc_ifunc_impl_list): Add ifunc test for strrchr, wcsrchr.
27472         * benchtests/bench-wcsrchr.c: New File.
27473         * benchtests/Makefile (wcsmbs-bench): Add wcsrchr.
27475         * sysdeps/s390/multiarch/strchrnul-c.c: New File.
27476         * sysdeps/s390/multiarch/strchrnul-vx.S: Likewise.
27477         * sysdeps/s390/multiarch/strchrnul.c: Likewise.
27478         * sysdeps/s390/multiarch/wcschrnul-c.c: Likewise.
27479         * sysdeps/s390/multiarch/wcschrnul-vx.S: Likewise.
27480         * sysdeps/s390/multiarch/wcschrnul.c: Likewise.
27481         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchrnul and
27482         wcschrnul functions.
27483         * sysdeps/s390/multiarch/ifunc-impl-list.c
27484         (__libc_ifunc_impl_list): Add ifunc test for strchrnul, wcschrnul.
27485         * wcsmbs/wcschrnul.c: Use WCSCHRNUL if defined.
27486         * string/test-strchr.c: Add wcschrnul support.
27487         * wcsmbs/test-wcschrnul.c: New File.
27488         * wcsmbs/Makefile (strop-tests): Add wcschrnul.
27489         * benchtests/bench-strchr.c: Add wcschrnul support.
27490         * benchtests/bench-wcschrnul.c: New File.
27491         * benchtests/Makefile (wcsmbs-bench): Add wcschrnul.
27493         * sysdeps/s390/multiarch/strchr-c.c: New File.
27494         * sysdeps/s390/multiarch/strchr-vx.S: Likewise.
27495         * sysdeps/s390/multiarch/strchr.c: Likewise.
27496         * sysdeps/s390/multiarch/wcschr-c.c: Likewise.
27497         * sysdeps/s390/multiarch/wcschr-vx.S: Likewise.
27498         * sysdeps/s390/multiarch/wcschr.c: Likewise.
27499         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchr and
27500         wcschr functions.
27501         * sysdeps/s390/multiarch/ifunc-impl-list.c
27502         (__libc_ifunc_impl_list): Add ifunc test for strchr, wcschr.
27503         * string/strchr.c (STRCHR): Define and use macro.
27504         * benchtests/bench-wcschr.c: New File.
27505         * benchtests/Makefile (wcsmbs-bench): Add wcschr.
27507         * sysdeps/s390/multiarch/strncmp-c.c: New File.
27508         * sysdeps/s390/multiarch/strncmp-vx.S: Likewise.
27509         * sysdeps/s390/multiarch/strncmp.c: Likewise.
27510         * sysdeps/s390/multiarch/wcsncmp-c.c: Likewise.
27511         * sysdeps/s390/multiarch/wcsncmp-vx.S: Likewise.
27512         * sysdeps/s390/multiarch/wcsncmp.c: Likewise.
27513         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncmp and
27514         wcsncmp functions.
27515         * sysdeps/s390/multiarch/ifunc-impl-list.c
27516         (__libc_ifunc_impl_list): Add ifunc test for strncmp, wcsncmp.
27517         * wcsmbs/wcsncmp.c (WCSNCMP): Define and use macro.
27518         * benchtests/bench-strncmp.c: Add wcsncmp support.
27519         * benchtests/bench-wcsncmp.c: New File.
27520         * benchtests/Makefile (wcsmbs-bench): Add wcsncmp.
27522         * sysdeps/s390/multiarch/strcmp-vx.S: New File.
27523         * sysdeps/s390/multiarch/strcmp.c: Likewise.
27524         * sysdeps/s390/multiarch/wcscmp-c.c: Likewise.
27525         * sysdeps/s390/multiarch/wcscmp-vx.S: Likewise.
27526         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
27527         * sysdeps/s390/s390-32/multiarch/strcmp.c: Likewise.
27528         * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
27529         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcmp and
27530         wcscmp functions.
27531         * sysdeps/s390/multiarch/ifunc-impl-list.c
27532         (__libc_ifunc_impl_list): Add ifunc test for strcmp, wcscmp.
27533         * string/strcmp.c (STRCMP): Define and use macro.
27534         * benchtests/bench-wcscmp.c: New File.
27535         * benchtests/Makefile (wcsmbs-bench): Add wcscmp.
27536         * sysdeps/s390/bits/string.h: Fix typo: _HAVE_STRING_ARCH_strcmp
27537         instead of _HAVE_STRING_ARCH_memchr.
27539         * sysdeps/s390/multiarch/strncat-c.c: New File.
27540         * sysdeps/s390/multiarch/strncat-vx.S: Likewise.
27541         * sysdeps/s390/multiarch/strncat.c: Likewise.
27542         * sysdeps/s390/multiarch/wcsncat-c.c: Likewise.
27543         * sysdeps/s390/multiarch/wcsncat-vx.S: Likewise.
27544         * sysdeps/s390/multiarch/wcsncat.c: Likewise.
27545         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncat and
27546         wcsncat functions.
27547         * sysdeps/s390/multiarch/ifunc-impl-list.c
27548         (__libc_ifunc_impl_list): Add ifunc test for strncat, wcsncat.
27549         * wcsmbs/wcsncat.c (WCSNCAT): Define and use macro.
27550         * string/test-strncat.c: Add wcsncat support.
27551         * wcsmbs/test-wcsncat.c: New File.
27552         * wcsmbs/Makefile (strop-tests): Add wcsncat.
27553         * benchtests/bench-strncat.c: Add wcsncat support.
27554         * benchtests/bench-wcsncat.c: New File.
27555         * benchtests/Makefile (wcsmbs-bench): Add wcsncat.
27557         * sysdeps/s390/multiarch/strcat-c.c: New File.
27558         * sysdeps/s390/multiarch/strcat-vx.S: Likewise.
27559         * sysdeps/s390/multiarch/strcat.c: Likewise.
27560         * sysdeps/s390/multiarch/wcscat-c.c: Likewise.
27561         * sysdeps/s390/multiarch/wcscat-vx.S: Likewise.
27562         * sysdeps/s390/multiarch/wcscat.c: Likewise.
27563         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcat and
27564         wcscat functions.
27565         * sysdeps/s390/multiarch/ifunc-impl-list.c
27566         (__libc_ifunc_impl_list): Add ifunc test for strcat, wcscat.
27567         * string/strcat.c (STRCAT): Define and use macro.
27568         * wcsmbs/wcscat.c: Use WCSCAT if defined.
27569         * string/test-strcat.c: Add wcscat support.
27570         * wcsmbs/test-wcscat.c: New File.
27571         * wcsmbs/Makefile (strop-tests): Add wcscat.
27572         * benchtests/bench-strcat.c: Add wcscat support.
27573         * benchtests/bench-wcscat.c: New File.
27574         * benchtests/Makefile (wcsmbs-bench): Add wcscat.
27576         * sysdeps/s390/multiarch/stpncpy-c.c: New File.
27577         * sysdeps/s390/multiarch/stpncpy-vx.S: Likewise.
27578         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
27579         * sysdeps/s390/multiarch/wcpncpy-c.c: Likewise.
27580         * sysdeps/s390/multiarch/wcpncpy-vx.S: Likewise.
27581         * sysdeps/s390/multiarch/wcpncpy.c: Likewise.
27582         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpncpy and
27583         wcpncpy functions.
27584         * sysdeps/s390/multiarch/ifunc-impl-list.c
27585         (__libc_ifunc_impl_list): Add ifunc test for stpncpy, wcpncpy.
27586         * wcsmbs/wcpncpy.c: Use WCPNCPY if defined.
27587         * string/test-stpncpy.c: Add wcpncpy support.
27588         * wcsmbs/test-wcpncpy.c: New File.
27589         * wcsmbs/Makefile (strop-tests): Add wcpncpy.
27590         * benchtests/bench-stpncpy.c: Add wcpncpy support.
27591         * benchtests/bench-wcpncpy.c: New File.
27592         * benchtests/Makefile (wcsmbs-bench): Add wcpncpy.
27594         * sysdeps/s390/multiarch/strncpy-vx.S: New File.
27595         * sysdeps/s390/multiarch/strncpy.c: Likewise.
27596         * sysdeps/s390/multiarch/wcsncpy-c.c: Likewise.
27597         * sysdeps/s390/multiarch/wcsncpy-vx.S: Likewise.
27598         * sysdeps/s390/multiarch/wcsncpy.c: Likewise.
27599         * sysdeps/s390/s390-32/multiarch/strncpy.c: Likewise.
27600         * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
27601         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncpy and
27602         wcsncpy functions.
27603         * wcsmbs/wcsncpy.c: Use WCSNCPY if defined.
27604         * sysdeps/s390/multiarch/ifunc-impl-list.c
27605         (__libc_ifunc_impl_list): Add ifunc test for strncpy, wcsncpy.
27606         * string/test-strncpy.c: Add wcsncpy support.
27607         * wcsmbs/test-wcsncpy.c: New File.
27608         * wcsmbs/Makefile (strop-tests): Add wcsncpy.
27609         * benchtests/bench-strncpy.c: Add wcsncpy support.
27610         * benchtests/bench-wcsncpy.c: New File.
27611         * benchtests/Makefile (wcsmbs-bench): Add wcsncpy
27613         * sysdeps/s390/multiarch/stpcpy-c.c: New File.
27614         * sysdeps/s390/multiarch/stpcpy-vx.S: Likewise.
27615         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
27616         * sysdeps/s390/multiarch/wcpcpy-c.c: Likewise.
27617         * sysdeps/s390/multiarch/wcpcpy-vx.S: Likewise.
27618         * sysdeps/s390/multiarch/wcpcpy.c: Likewise.
27619         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpcpy and
27620         wcpcpy functions.
27621         * string/stpcpy.c: Use STPCPY if defined.
27622         * wcsmbs/wcpcpy.c: Use WCPCPY if defined.
27623         * sysdeps/s390/multiarch/ifunc-impl-list.c
27624         (__libc_ifunc_impl_list): Add ifunc test for stpcpy, wcpcpy.
27625         * string/test-stpcpy.c: Add wcpcpy support.
27626         * wcsmbs/test-wcpcpy.c: New File.
27627         * wcsmbs/Makefile (strop-tests): Add wcpcpy.
27628         * benchtests/bench-stpcpy.c: Add wcpcpy support.
27629         * benchtests/bench-wcpcpy.c: New File.
27630         * benchtests/Makefile (wcsmbs-bench): Add wcpcpy.
27632         * sysdeps/s390/multiarch/strcpy-vx.S: New File.
27633         * sysdeps/s390/multiarch/strcpy.c: Likewise.
27634         * sysdeps/s390/multiarch/wcscpy-c.c: Likewise.
27635         * sysdeps/s390/multiarch/wcscpy-vx.S: Likewise.
27636         * sysdeps/s390/multiarch/wcscpy.c: Likewise.
27637         * sysdeps/s390/s390-32/multiarch/strcpy.c: Likewise.
27638         * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
27639         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcpy and
27640         wcscpy functions.
27641         * sysdeps/s390/multiarch/ifunc-impl-list.c
27642         (__libc_ifunc_impl_list): Add ifunc test for strcpy, wcscpy.
27643         * benchtests/bench-wcscpy.c: New File.
27644         * benchtests/Makefile (wcsmbs-bench): Add wcscpy.
27646         * sysdeps/s390/multiarch/strnlen-c.c: New File.
27647         * sysdeps/s390/multiarch/strnlen-vx.S: Likewise.
27648         * sysdeps/s390/multiarch/strnlen.c: Likewise.
27649         * sysdeps/s390/multiarch/wcsnlen-c.c: Likewise.
27650         * sysdeps/s390/multiarch/wcsnlen-vx.S: Likewise.
27651         * sysdeps/s390/multiarch/wcsnlen.c: Likewise.
27652         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strnlen and
27653         wcsnlen functions.
27654         * sysdeps/s390/multiarch/ifunc-impl-list.c
27655         (__libc_ifunc_impl_list): Add ifunc test for strnlen, wcsnlen.
27656         * wcsmbs/wcsnlen.c: Use WCSNLEN if defined.
27657         * string/test-strnlen.c: Add wcsnlen support.
27658         * wcsmbs/test-wcsnlen.c: New File.
27659         * wcsmbs/Makefile (strop-tests): Add wcsnlen.
27660         * benchtests/bench-strnlen.c: Add wcsnlen support.
27661         * benchtests/bench-wcsnlen.c: New File.
27662         * benchtests/Makefile (wcsmbs-bench): Add wcsnlen.
27664         * sysdeps/s390/multiarch/Makefile: New File.
27665         * sysdeps/s390/multiarch/strlen-c.c: Likewise.
27666         * sysdeps/s390/multiarch/strlen-vx.S: Likewise.
27667         * sysdeps/s390/multiarch/strlen.c: Likewise.
27668         * sysdeps/s390/multiarch/wcslen-c.c: Likewise.
27669         * sysdeps/s390/multiarch/wcslen-vx.S: Likewise.
27670         * sysdeps/s390/multiarch/wcslen.c: Likewise.
27671         * string/strlen.c (STRLEN): Define and use macro.
27672         * sysdeps/s390/multiarch/ifunc-impl-list.c
27673         (IFUNC_VX_IMPL): New macro function.
27674         (__libc_ifunc_impl_list): Add ifunc test for strlen, wcslen.
27675         * benchtests/Makefile (wcsmbs-bench): New variable.
27676         (string-bench-all): Added wcsmbs-bench.
27677         * benchtests/bench-wcslen.c: New File.
27679         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_vx_libc_ifunc,
27680         s390_vx_libc_ifunc2): New macro function.
27682         * config.h.in (HAVE_S390_VX_ASM_SUPPORT): New macro undefine.
27683         * sysdeps/s390/configure.ac: Add test for S390 vector instruction
27684         assembler support.
27685         * sysdeps/s390/configure: Regenerated.
27687         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z13.
27688         * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
27690         * sysdeps/s390/dl-procinfo.c (_dl_s390_platforms): Add vector flag.
27691         * sysdeps/s390/dl-procinfo.h: Add vector capability.
27692         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h (HWCAP_S390_VX): Define.
27694         * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
27695         Remove ifunc-resolve, add memset-s390, memcpy-s390, memcmp-s390.
27696         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Delete File.
27697         * sysdeps/s390/s390-32/multiarch/memcmp.S: Move to ...
27698         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: ... here.
27699         (memcmp, bcmp): Use __memcmp_default as alias source.
27700         * sysdeps/s390/s390-32/multiarch/memcmp.c: New File.
27701         * sysdeps/s390/s390-32/memcmp.S (__memcmp_g5):
27702         Rename to __memcmp_default.
27703         * sysdeps/s390/s390-32/multiarch/memcpy.S: Move to ...
27704         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: ... here.
27705         (memcpy): Use __memcpy_default as alias source.
27706         * sysdeps/s390/s390-32/multiarch/memcpy.c: New File.
27707         * sysdeps/s390/s390-32/memcpy.S (__memcpy_g5):
27708         Rename to __memcpy_default.
27709         * sysdeps/s390/s390-32/multiarch/memset.S: Move to ...
27710         * sysdeps/s390/s390-32/multiarch/memset-s390.S: ... here.
27711         (memset): Use __memset_default as alias source.
27712         * sysdeps/s390/s390-32/multiarch/memset.c: New File.
27713         * sysdeps/s390/s390-32/memset.S (__memset_g5):
27714         Rename to __memset_default.
27715         * sysdeps/s390/s390-64/multiarch/Makefile (sysdep_routines):
27716         Remove ifunc-resolve, add memset-s390x, memcpy-s390x, memcmp-s390x.
27717         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Delete File.
27718         * sysdeps/s390/s390-64/multiarch/memcmp.S: Move to ...
27719         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: ... here.
27720         (memcmp, bcmp): Use __memcmp_default as alias source.
27721         * sysdeps/s390/s390-64/multiarch/memcmp.c: New File.
27722         * sysdeps/s390/s390-64/memcmp.S (__memcmp_z900):
27723         Rename to __memcmp_default.
27724         * sysdeps/s390/s390-64/multiarch/memcpy.S: Move to ...
27725         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: ... here.
27726         (memcpy): Use __memcpy_default as alias source.
27727         * sysdeps/s390/s390-64/multiarch/memcpy.c: New File.
27728         * sysdeps/s390/s390-64/memcpy.S (__memcpy_z900):
27729         Rename to __memcpy_default.
27730         * sysdeps/s390/s390-64/multiarch/memset.S: Move to ...
27731         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: ... here.
27732         (memset): Use __memset_default as alias source.
27733         * sysdeps/s390/s390-64/multiarch/memset.c: New File.
27734         * sysdeps/s390/s390-64/memset.S (__memset_z900):
27735         Rename to __memset_default.
27736         * sysdeps/s390/multiarch/ifunc-resolve.h: New File.
27737         * sysdeps/s390/multiarch/ifunc-impl-list.c: New File.
27739         [BZ #18610]
27740         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Rename
27741         __ieee_instruction_pointer to __unused.
27742         * sysdeps/s390/fpu/fesetenv.c (__fesetenv): Remove usage of
27743         __ieee_instruction_pointer.
27744         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Fix dxc-field handling.
27745         * sysdeps/s390/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
27746         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
27747         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
27748         * sysdeps/s390/fpu/fpu_control.h (_FPU_RESERVED):
27749         Mark dxc-field as reserved.
27751 2015-08-25  Roland McGrath  <roland@hack.frob.com>
27753         * sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
27754         if the weak reference is not null.
27756 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
27758         * sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".
27760         [BZ #11214]
27761         * sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.
27763 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
27765         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: Define new macros.
27766         * sysdeps/unix/sysv/linux/accept.c: Call direct system call.
27767         * sysdeps/unix/sysv/linux/bind.c: Call direct system call.
27768         * sysdeps/unix/sysv/linux/connect.c: Call direct system call.
27769         * sysdeps/unix/sysv/linux/getpeername.c: Call direct system call.
27770         * sysdeps/unix/sysv/linux/getsockname.c: Call direct system call.
27771         * sysdeps/unix/sysv/linux/getsockopt.c: Call direct system call.
27772         * sysdeps/unix/sysv/linux/listen.c: Call direct system call.
27773         * sysdeps/unix/sysv/linux/recv.c: Call direct system call.
27774         * sysdeps/unix/sysv/linux/recvfrom.c: Call direct system call.
27775         * sysdeps/unix/sysv/linux/recvmsg.c: Call direct system call.
27776         * sysdeps/unix/sysv/linux/send.c: Call direct system call.
27777         * sysdeps/unix/sysv/linux/sendmsg.c: Call direct system call.
27778         * sysdeps/unix/sysv/linux/sendto.c: Call direct system call.
27779         * sysdeps/unix/sysv/linux/setsockopt.c: Call direct system call.
27780         * sysdeps/unix/sysv/linux/shutdown.c: Call direct system call.
27781         * sysdeps/unix/sysv/linux/socket.c: Call direct system call.
27782         * sysdeps/unix/sysv/linux/socketpair.c: Call direct system call.
27784 2015-08-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
27786         * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION): Use
27787         register other than r0 for tabort, it has special meaning.
27788         * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION): Likewise.
27789         * sysdeps/unix.sysv/linux/powerpc/syscall.S (syscall): Abort
27790         transaction before starting syscall.
27792 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
27794         * sysdeps/powerpc/powerpc64/power7/strstr.S: Handle worst case.
27796 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
27798         * sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
27800         * sysdeps/x86_64/rtld-memcmp.c: Removed.
27801         * sysdeps/x86_64/rtld-memset.S: Likewise.
27802         * sysdeps/x86_64/rtld-strchr.S: Likewise.
27803         * sysdeps/x86_64/rtld-strlen.S: Likewise.
27804         * sysdeps/x86_64/multiarch/rtld-memcmp.c: Likewise.
27805         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
27807         * sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
27809 2015-08-25  Ondřej Bílka  <neleai@seznam.cz>
27811         * debug/strcpy_chk.c: Improve performance.
27812         * debug/stpcpy_chk.c: Likewise.
27813         * sysdeps/x86_64/strcpy_chk.S: Remove.
27814         * sysdeps/x86_64/stpcpy_chk.S: Remove.
27816         [BZ #18240]
27817         * misc/hsearch_r.c (__hcreate_r): Handle overflow.
27819 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
27821         [BZ #15128]
27822         * sysdeps/x86_64/Makefile [$(subdir) == elf] (tests): Add
27823         ifuncmain8.
27824         (modules-names): Add ifuncmod8.
27825         ($(objpfx)ifuncmain8): New rule.
27826         * sysdeps/x86_64/dl-machine.h: Include <dl-procinfo.h> and
27827         <cpuid.h>.
27828         (elf_machine_runtime_setup): Use _dl_runtime_resolve_sse,
27829         _dl_runtime_resolve_avx, or _dl_runtime_resolve_avx512,
27830         _dl_runtime_profile_sse, _dl_runtime_profile_avx, or
27831         _dl_runtime_profile_avx512, based on HAS_ARCH_FEATURE.
27832         * sysdeps/x86_64/dl-trampoline.S: Rewrite.
27833         * sysdeps/x86_64/dl-trampoline.h: Likewise.
27834         * sysdeps/x86_64/ifuncmain8.c: New file.
27835         * sysdeps/x86_64/ifuncmod8.c: Likewise.
27836         * sysdeps/x86_64/nptl/tcb-offsets.sym (RTLD_SAVESPACE_SSE):
27837         Removed.
27838         * sysdeps/x86_64/nptl/tls.h (__128bits): Removed.
27839         (tcbhead_t): Change rtld_must_xmm_save to __glibc_unused1.
27840         Change rtld_savespace_sse to __glibc_unused2.
27841         (RTLD_CHECK_FOREIGN_CALL): Removed.
27842         (RTLD_ENABLE_FOREIGN_CALL): Likewise.
27843         (RTLD_PREPARE_FOREIGN_CALL): Likewise.
27844         (RTLD_FINALIZE_FOREIGN_CALL): Likewise.
27846 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
27848         * sysdeps/aarch64/bzero.S (__bzero): Remove.
27850 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
27852         * sysdeps/aarch64/fpu/math_private.h (libc_feholdsetround_aarch64_ctx):
27853         Unconditionally set __fpcr to avoid uninialized warning.
27854         (libc_feholdsetround_noex_aarch64_ctx): Likewise.
27856 2015-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
27858         * malloc/arena.c (arena_get_retry): Don't use main_arena if it
27859         is corrupt.
27861         * malloc/arena.c (arena_get2): Drop unused argument.
27862         (arena_lock): Adjust.
27863         (arena_get_retry): Likewise.
27865 2015-08-24  Andreas Schwab  <schwab@suse.de>
27867         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_IPC64):
27868         Don't define.
27869         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
27870         (__ASSUME_IPC64): Don't undef.
27871         * sysdeps/unix/sysv/linux/msgctl.c: Don't check for __ASSUME_IPC64.
27872         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27873         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27874         * sysdeps/unix/sysv/linux/i386/msgctl.c: Remove.
27875         * sysdeps/unix/sysv/linux/i386/semctl.c: Remove.
27876         * sysdeps/unix/sysv/linux/i386/shmctl.c: Remove.
27877         * sysdeps/unix/sysv/linux/m68k/msgctl.c: Remove.
27878         * sysdeps/unix/sysv/linux/m68k/semctl.c: Remove.
27879         * sysdeps/unix/sysv/linux/m68k/shmctl.c: Remove.
27880         * sysdeps/unix/sysv/linux/s390/s390-32/msgctl.c: Remove.
27881         * sysdeps/unix/sysv/linux/s390/s390-32/semctl.c: Remove.
27882         * sysdeps/unix/sysv/linux/s390/s390-32/shmctl.c: Remove.
27883         * sysdeps/unix/sysv/linux/sh/msgctl.c: Remove.
27884         * sysdeps/unix/sysv/linux/sh/semctl.c: Remove.
27885         * sysdeps/unix/sysv/linux/sh/shmctl.c: Remove.
27886         * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: Remove.
27887         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Remove.
27888         * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: Remove.
27889         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Remove.
27890         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Remove.
27891         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Remove.
27893 2015-08-21  Mike Frysinger  <vapier@gentoo.org>
27895         * manual/Makefile (install): Only build manual when perl is available.
27897 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
27899         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Replace
27900         '#undef memcpy' by '#undef memchr'.
27902 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
27904         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: Make
27905         memchr not point to the internal __GI_memchr implementation.
27907 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
27909         * timezone/Makefile (CFLAGS-zdump.c): Remove
27910         -Wno-strict-prototypes.
27911         (CFLAGS-zic.c): Likewise.
27912         (CFLAGS-ialloc.c): Likewise.
27913         (CFLAGS-scheck.c): Likewise.
27915         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
27916         -Wno-error=undef.
27918 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
27920         * i386/i686/multiarch/strcasestr-c.c: Removed.
27921         * x86_64/multiarch/strcasestr.c: Likewise.
27922         * x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27923         Remove strcasestr.
27925 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
27927         * math/Makefile (CFLAGS): Don't add -Wno-uninitialized.
27929         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Always initialize
27930         variables for high and low parts before possibly modifying them.
27932 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
27934         * sysdeps/i386/i686/multiarch/init-arch.h: Removed.
27935         * sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise.
27936         * sysdeps/x86_64/cacheinfo.c: Include <init-arch.h> instead
27937         of "multiarch/init-arch.h".
27938         * sysdeps/x86_64/multiarch/init-arch.h: Renamed to ...
27939         * sysdeps/x86/init-arch.h: This.
27941 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
27943         * sysdeps/i386/i686/multiarch/init-arch.c: Removed.
27944         * sysdeps/unix/sysv/linux/x86/init-arch.c: Likewise.
27946 2015-08-20  Ondřej Bílka  <neleai@seznam.cz>
27948         [BZ #17787]
27949         * manual/macros.texi: Add twoexp macro.
27950         * manual/filesys.texi: Fix exponents.
27951         * manual/llio.texi: Likewise.
27952         * manual/stdio.texi: Likewise.
27954 2015-08-20  Florian Weimer  <fweimer@redhat.com>
27956         * sysdeps/x86/elide.h (ELIDE_UNLOCK): Document crash due to
27957         incorrect use.
27959 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
27961         [BZ #18370]
27962         * math/s_csqrt.c (__csqrt): Force underflow exception for results
27963         whose real or imaginary part has small absolute value.
27964         * math/s_csqrtf.c (__csqrtf): Likewise.
27965         * math/s_csqrtl.c (__csqrtl): Likewise.
27966         * math/auto-libm-test-in: Add more tests of csqrt.
27967         * math/auto-libm-test-out: Regenerated.
27968         * sysdeps/i386/fpu/libm-test-ulps: Update.
27970 2015-08-19  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
27972         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_set_ppr_med_high,
27973         __ppc_set_ppr_very_low): New functions.
27974         * manual/platform.texi: Add documentation about
27975         __ppc_set_ppr_med_high and __ppc_set_ppr_very_low.
27977 2015-08-19  Wilco Dijkstra  <wdijkstr@arm.com>
27979         * string/stpncpy.c (stpncpy): Improve performance using
27980         __strnlen/memcpy/memset.
27982 2015-08-19  Andrew Senkevich  <andrew.senkevich@intel.com>
27984         [BZ #18796]
27985         * scripts/test-installation.pl: Don't add -lmvec to build options if
27986         libmvec wasn't built.
27988 2015-08-19   Petar Jovanovic  <petar.jovanovic@rt-rk.com>
27990         [BZ #14341]
27991         * elf/dynamic-link.h (elf_machine_lazy_rel): Properly handle the
27992         case when there is a gap between DT_REL and DT_JMPREL sections.
27993         * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc.
27994         (LDFLAGS-tst-split-dynreloc): New.
27995         (tst-split-dynreloc-ENV): Likewise.
27996         * sysdeps/x86_64/tst-split-dynreloc.c: New file.
27997         * sysdeps/x86_64/tst-split-dynreloc.lds: Likewise.
27999 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
28001         [BZ #18822]
28002         * sysdeps/unix/sysv/linux/xstatconv.h (__xstat_conv): Add
28003         attribute_hidden.
28004         (__xstat64_conv): Likewise.
28005         (__xstat32_conv): Likewise.
28007 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
28009         [BZ #18822]
28010         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
28011         Don't load %ebx when calling __setcontext.  Call __setcontext
28012         with HIDDEN_JUMPTARGET.
28013         * sysdeps/unix/sysv/linux/i386/setcontext.S (__setcontext): Add
28014         libc_hidden_def.
28016 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
28018         * sysdeps/i386/i686/Makefile
28019         [$(subdir) == string] (sysdep_routines): Moved to ...
28020         * sysdeps/i386/Makefile: Here.
28021         * sysdeps/i386/i686/cacheinfo.c: Moved to ...
28022         * sysdeps/i386/cacheinfo.c: Here.
28023         * sysdeps/unix/sysv/linux/i386/sysconf.c: Removed.
28024         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: Likewise.
28025         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Moved to ...
28026         * sysdeps/unix/sysv/linux/x86/sysconf.c: Here.
28028 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
28030         * sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if
28031         __i586__ is defined.
28032         (HAS_I686): Defined to 1 if __i686__ is defined.
28034 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
28036         * elf/Makefile [$(have-z-execstack) = yes]
28037         (CPPFLAGS-tst-execstack.c): New variable.
28039         * login/tst-utmp.c [_HAVE_UT_TYPE || defined UTMPX]: Change
28040         conditional to [defined UTMPX || _HAVE_UT_TYPE].
28041         [_HAVE_UT_TV || defined UTMPX]: Change conditional to [defined
28042         UTMPX || _HAVE_UT_TV].
28043         [_HAVE_UT_TV - 0 || defined UTMPX]: Change conditional to [defined
28044         UTMPX || _HAVE_UT_TV - 0].
28046 2015-08-18  Joseph Myers  <joseph@codesourcery.com>
28048         * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change
28049         conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6].
28050         * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise.
28052 2015-08-18  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
28054         * sysdeps/powerpc/dl-procinfo.c:
28055         (_dl_powerpc_cap_flags): Added missing strings for some
28056         hwcap features.
28057         * sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
28059 2015-08-18  Paul Eggert  <eggert@cs.ucla.edu>
28061         Port the 0x7efe...feff pattern to GCC 6.
28062         See Steve Ellcey's bug report in:
28063         https://sourceware.org/ml/libc-alpha/2015-07/msg00673.html
28064         * string/memrchr.c (MEMRCHR):
28065         * string/rawmemchr.c (RAWMEMCHR):
28066         * string/strchr.c (strchr):
28067         * string/strchrnul.c (STRCHRNUL):
28068         Rewrite code to avoid issues with signed shift overflow.
28070 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
28072         * sysdeps/x86/cpu-features.c (init_cpu_features): Check
28073         whether cpuid is available only if HAS_CPUID is 0.
28074         * sysdeps/x86/cpu-features.h (HAS_CPUID): New.
28075         (HAS_I586): Likewise.
28076         (HAS_I686): Likewise.
28078 2015-08-18  Zack Weinberg  <zackw@panix.com>
28080         * misc/Versions (libc): Add GLIBC_2.23.
28082 2015-08-18  Alan Modra  <amodra@gmail.com>
28084         [BZ #18421]
28085         * sysdeps/hppa/start.S [SHARED]: Use .section .data.rel.ro and define
28086         .Lp__global.
28087         (_start): Load %dp via .Lp__global.
28088         [!SHARED]: Use .section .rodata.
28090 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28092         * sysdeps/unix/sysv/linux/hppa/bits/timerfd.h: New file.
28093         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Delete.
28095 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28097         * sysdeps/unix/sysv/linux/hppa/bits/signalfd.h: New file.
28098         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h: Delete.
28100 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28102         * sysdeps/unix/sysv/linux/hppa/bits/inotify.h: New file.
28103         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h: Delete.
28105 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28107         * sysdeps/unix/sysv/linux/hppa/bits/eventfd.h: New file.
28108         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Delete.
28110 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28112         * sysdeps/unix/sysv/linux/hppa/bits/epoll.h: New file.
28113         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Delete.
28115 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28117         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h (SA_RESETHAND,
28118         SA_NODEFER, SA_RESTART): Define when __USE_XOPEN2K8 is defined.
28120 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28122         * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
28124 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28126         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Delete
28127         kernel-features.h include.  Delete __ASSUME_LWS_CAS checks.
28128         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
28129         (__ASSUME_LWS_CAS): Delete.
28131 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28133         * sysdeps/hppa/configure.ac: Delete binutils tls checks.
28134         * sysdeps/hppa/configure: Regenerated.
28135         * sysdeps/hppa/dl-machine.h: Delete USE_TLS and USE___THREAD checks.
28136         * sysdeps/hppa/libc-tls.c: Delete USE_TLS checks.
28137         * sysdeps/hppa/nptl/tls.h: Likewise.
28139 2015-08-17  Joseph Myers  <joseph@codesourcery.com>
28141         [BZ #18823]
28142         * math/s_csqrt.c (__csqrt): Increase threshold and scale factor
28143         for scaling up small arguments.
28144         * math/s_csqrtf.c (__csqrtf): Likewise.
28145         * math/s_csqrtl.c (__csqrtl): Likewise.
28146         * math/auto-libm-test-in: Add more tests of csqrt.
28147         * math/auto-libm-test-out: Regenerated.
28149 2015-08-17  Andreas Schwab  <schwab@suse.de>
28151         * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty
28152         version set GLIBC_2.19.
28154 2015-08-16  Zack Weinberg  <zackw@panix.com>
28156         [BZ #18681]
28157         * misc/regexp.h: This interface is no longer supported.
28158         Remove all contents, leaving only an #error directive.
28159         * misc/regexp.c (loc1, loc2, locs, step, advance):
28160         Demote to compatibility symbols.
28162 2015-08-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
28164         [BZ #18084]
28165         * debug/tst-backtrace2.c (do_test): Add test for BZ #18084.
28166         * sysdeps/arm/backtrace.c (__backtrace): Handle size <= 0.
28167         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
28168         * sysdeps/m68k/backtrace.c (__backtrace): Likewise.
28169         * sysdeps/microblaze/backtrace.c (__backtrace): Likewise.
28170         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Likewise.
28171         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Likewise.
28172         * sysdeps/sparc/backtrace.c (__backtrace): Likewise.
28173         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
28175 2015-08-15  Zack Weinberg  <zackw@panix.com>
28177         [BZ #18795]
28178         * string/bits/string3.h (stpncpy): Call __stpncpy_chk if the
28179         buffer length is known to be too large, not if it's known to be
28180         small enough.
28181         * debug/tst-chk1.c (do_test): Do all tests for catching a buffer
28182         overflow at runtime, involving a length parameter, twice: once
28183         with a compile-time constant length parameter, once without.
28185 2015-08-14  Joseph Myers  <joseph@codesourcery.com>
28187         [BZ #18824]
28188         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Increase threshold for
28189         scaling x * y up instead of down.
28190         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28191         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28192         * math/auto-libm-test-in: Add more tests of fma.
28193         * math/auto-libm-test-out: Regenerated.
28195 2015-08-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
28197         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
28199 2015-08-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28201         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf): Remove
28202         unnecessary movq.
28203         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S (__nearbyint):
28204         Likewise.
28206 2015-08-13  Joseph Myers  <joseph@codesourcery.com>
28208         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
28209         asinh, atan, atan2, atanh, cabs, cbrt, cosh, csqrt, erf, erfc,
28210         exp, exp2, lgamma, log, log1p, log2, pow, sin, sincos, tan, tanh
28211         and tgamma.
28212         * math/auto-libm-test-out: Regenerated.
28213         * sysdeps/i386/fpu/libm-test-ulps: Update.
28214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28216         [BZ #16520]
28217         * sysdeps/ieee754/dbl-64/s_tanh.c: Include <float.h>.
28218         (__tanh): Force underflow exception for arguments with small
28219         absolute value.
28220         * sysdeps/ieee754/flt-32/s_tanhf.c: Include <float.h>.
28221         (__tanhf): Force underflow exception for arguments with small
28222         absolute value.
28223         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include <float.h>.
28224         (__tanhl): Force underflow exception for arguments with small
28225         absolute value.
28226         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Include <float.h>.
28227         (__tanhl): Force underflow exception for arguments with small
28228         absolute value.
28229         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include <float.h>.
28230         (__tanhl): Force underflow exception for arguments with small
28231         absolute value.
28232         * math/auto-libm-test-in: Add more tests of tanh.
28233         * math/auto-libm-test-out: Regenerated.
28234         * sysdeps/i386/fpu/libm-test-ulps: Update.
28236 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28238         * sysdeps/x86/cpu-features.c (init_cpu_features): Call
28239         __get_cpuid_max if not compiling for i586, i686 nor x86-64.
28241 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28243         * sysdeps/unix/sysv/linux/x86/elision-conf.h: Don't include
28244         <cpuid.h>.
28246 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28248         * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):
28249         Replace HAS_RTM with HAS_CPU_FEATURE (RTM).
28251 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28253         * math/Makefile ($(addprefix $(objpfx), $(libm-vec-tests))):
28254         Remove $(objpfx)init-arch.o.
28255         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Remove
28256         init-arch.
28257         * sysdeps/x86_64/fpu/math-tests-arch.h (avx_usable): Removed.
28258         (INIT_ARCH_EXT): Defined as empty.
28259         (CHECK_ARCH_EXT): Replace HAS_XXX with HAS_ARCH_FEATURE (XXX).
28260         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Remove
28261         __init_cpu_features call.  Replace HAS_XXX with
28262         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
28263         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Likewise.
28264         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Likewise.
28265         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Likewise.
28266         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Likewise.
28267         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
28268         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Likewise.
28269         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Likewise.
28270         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
28271         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Likewise.
28272         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Likewise.
28273         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
28274         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Likewise.
28275         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Likewise.
28276         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
28277         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Likewise.
28278         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Likewise.
28279         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
28280         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
28281         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: Likewise.
28282         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: Likewise.
28283         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
28284         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: Likewise.
28285         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: Likewise.
28286         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
28287         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: Likewise.
28288         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: Likewise.
28289         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
28290         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: Likewise.
28291         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: Likewise.
28292         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
28293         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S: Likewise.
28294         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S: Likewise.
28295         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
28296         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: Likewise.
28297         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: Likewise.
28299 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28301         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Replace HAS_XXX
28302         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
28303         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
28304         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
28305         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Likewise.
28306         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Likewise.
28307         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Likewise.
28308         * sysdeps/i386/i686/multiarch/s_fma.c: Likewise.
28309         * sysdeps/i386/i686/multiarch/s_fmaf.c: Likewise.
28310         * sysdeps/i386/i686/multiarch/bcopy.S: Remove __init_cpu_features
28311         call.  Merge SHARED and !SHARED.  Add LOAD_GOT_AND_RTLD_GLOBAL_RO.
28312         Use LOAD_FUNC_GOT_EAX to load function address.  Replace HAS_XXX
28313         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
28314         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28315         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28316         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28317         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28318         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28319         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28320         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28321         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28322         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28323         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28324         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28325         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28326         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28327         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
28328         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
28329         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
28330         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28331         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
28332         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
28333         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
28334         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28335         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
28336         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
28337         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
28338         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
28339         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
28340         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
28341         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
28342         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
28343         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
28345 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28347         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Replace HAS_XXX with
28348         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
28349         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
28350         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
28351         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
28352         * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
28353         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
28354         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Likewise.
28355         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
28356         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
28357         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
28358         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Use
28359         LOAD_RTLD_GLOBAL_RO_RDX and HAS_CPU_FEATURE (SSE4_1).
28360         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Likewise.
28361         * sysdeps/x86_64/fpu/multiarch/s_floor.S: Likewise.
28362         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Likewise.
28363         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S : Likewise.
28364         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Likewise.
28365         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Likewise.
28366         * sysdeps/x86_64/fpu/multiarch/s_rintf.S : Likewise.
28367         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
28368         * sysdeps/x86_64/multiarch/sched_cpucount.c: Likewise.
28369         * sysdeps/x86_64/multiarch/strstr.c: Likewise.
28370         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
28371         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
28372         * sysdeps/x86_64/multiarch/test-multiarch.c: Likewise.
28373         * sysdeps/x86_64/multiarch/memcmp.S: Remove __init_cpu_features
28374         call.  Add LOAD_RTLD_GLOBAL_RO_RDX.  Replace HAS_XXX with
28375         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
28376         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
28377         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
28378         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
28379         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
28380         * sysdeps/x86_64/multiarch/memset.S: Likewise.
28381         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
28382         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
28383         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
28384         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
28385         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
28386         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
28387         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
28388         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
28389         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
28391 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28393         * sysdeps/i386/dl-machine.h: Include <cpu-features.c>.
28394         (dl_platform_init): Call init_cpu_features.
28395         * sysdeps/i386/dl-procinfo.c (_dl_x86_cpu_features): New.
28396         * sysdeps/i386/i686/cacheinfo.c
28397         (DISABLE_PREFERRED_MEMORY_INSTRUCTION): Removed.
28398         * sysdeps/i386/i686/multiarch/Makefile (aux): Remove init-arch.
28399         * sysdeps/i386/i686/multiarch/Versions: Removed.
28400         * sysdeps/i386/i686/multiarch/ifunc-defines.sym (KIND_OFFSET):
28401         Removed.
28402         * sysdeps/i386/ldsodefs.h: Include <cpu-features.h>.
28403         * sysdeps/unix/sysv/linux/x86/Makefile
28404         (libpthread-sysdep_routines): Remove init-arch.
28405         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
28406         <sysdeps/x86_64/dl-procinfo.c> instead of
28407         sysdeps/generic/dl-procinfo.c>.
28408         * sysdeps/x86/Makefile [$(subdir) == csu] (gen-as-const-headers):
28409         Add cpu-features-offsets.sym and rtld-global-offsets.sym.
28410         [$(subdir) == elf] (sysdep-dl-routines): Add dl-get-cpu-features.
28411         [$(subdir) == elf] (tests): Add tst-get-cpu-features.
28412         [$(subdir) == elf] (tests-static): Add
28413         tst-get-cpu-features-static.
28414         * sysdeps/x86/Versions: New file.
28415         * sysdeps/x86/cpu-features-offsets.sym: Likewise.
28416         * sysdeps/x86/cpu-features.c: Likewise.
28417         * sysdeps/x86/cpu-features.h: Likewise.
28418         * sysdeps/x86/dl-get-cpu-features.c: Likewise.
28419         * sysdeps/x86/libc-start.c: Likewise.
28420         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
28421         * sysdeps/x86/tst-get-cpu-features-static.c: Likewise.
28422         * sysdeps/x86/tst-get-cpu-features.c: Likewise.
28423         * sysdeps/x86_64/dl-procinfo.c: Likewise.
28424         * sysdeps/x86_64/cacheinfo.c (__cpuid_count): Removed.
28425         Assume USE_MULTIARCH is defined and don't check it.
28426         (is_intel): Replace __cpu_features with GLRO(dl_x86_cpu_features).
28427         (is_amd): Likewise.
28428         (max_cpuid): Likewise.
28429         (intel_check_word): Likewise.
28430         (__cache_sysconf): Don't call __init_cpu_features.
28431         (__x86_preferred_memory_instruction): Removed.
28432         (init_cacheinfo): Don't call __init_cpu_features. Replace
28433         __cpu_features with GLRO(dl_x86_cpu_features).
28434         * sysdeps/x86_64/dl-machine.h: <cpu-features.c>.
28435         (dl_platform_init): Call init_cpu_features.
28436         * sysdeps/x86_64/ldsodefs.h: Include <cpu-features.h>.
28437         * sysdeps/x86_64/multiarch/Makefile (aux): Remove init-arch.
28438         * sysdeps/x86_64/multiarch/Versions: Removed.
28439         * sysdeps/x86_64/multiarch/cacheinfo.c: Likewise.
28440         * sysdeps/x86_64/multiarch/init-arch.c: Likewise.
28441         * sysdeps/x86_64/multiarch/ifunc-defines.sym (KIND_OFFSET):
28442         Removed.
28443         * sysdeps/x86_64/multiarch/init-arch.h: Rewrite.
28445 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
28447         [BZ #18820]
28448         * libio/Makefile (test-fmemopen-mem): New test.
28449         * libio/test-fmemopen.c (do_bz18820): New test.
28450         * libio/fmemopen.c (__fmemopen): Fix memory leak.
28451         * libio/oldfmemopen.c (__old_fmemopen): Likewise.
28453 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
28455         [BZ #16734]
28456         * libio/libioP.h (ROUND_TO_PAGE, ALLOC_BUF, ALLOC_WBUF): Delete.
28457         (FREE_BUF): Delete.
28458         * libio/libio.h (_IO_FILE_complete): Delete unused _freeres_size.
28459         * libio/genops.c (_IO_setb): Use malloc and free directly.
28460         (_IO_default_doallocate, _IO_default_finish): Likewise.
28461         ( _IO_unbuffer_all): Likewise.
28462         ( libc_freeres_fn): Likewise.
28463         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
28464         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
28465         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Likewise.
28466         (_IO_wdefault_doallocate): Likewise.
28468 2015-08-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
28470         [BZ #18086]
28471         * sysdeps/posix/nice.c (nice): Restore old errno.
28472         * posix/tst-nice.c (do_test): Add test for BZ #18086.
28474 2015-08-10  Ondrej Bilka  <neleai@seznam.cz>
28476         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Fix ifunc.
28478 2015-08-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
28480         * sysdeps/powerpc/powerpc64/power7/memmove.S (bcopy): Changing to
28481         __bcopy and add a weak_alias to bcopy.
28482         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Use __strnlen
28483         for static build.
28485         * string/stpcpy.c (__stpcpy): Use STPCPY to redefine symbol name and
28486         cleanup macro usage.
28487         * string/strcpy.c (strcpt): Use STRCPY to redefine symbol name.
28488         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S: Remove file.
28489         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
28490         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S: Likewise.
28491         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
28492         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: Likewise.
28493         * sysdeps/powerpc/powerpc64/power7/strcpy.S: Likewise.
28494         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
28495         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
28496         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
28497         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
28498         [SHARED && IS_IN (libc)]: Include <string/strcpy.c>.
28499         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
28500         [SHARED && IS_IN (libc)]: Include <string/stpcpy.c>.
28501         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
28502         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: Likewise.
28503         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: Likewise.
28504         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: Likewise.
28505         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
28507         * sysdeps/powerpc/powerpc64/power7/strnlen.S (__strnlen): Add
28508         libc_hidden_def.
28509         (strnlen): Remove libc_hidden_builtin_def and add libc_hidden_def.
28511         * sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
28512         (sysdep_routines): Add strstr-ppc64.
28513         * sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
28515 2015-08-10  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
28517         [BZ #18778]
28518         * elf/Makefile (tests): Add Add tst-nodelete2.
28519         (modules-names): Add tst-nodelete2mod.
28520         (tst-nodelete2mod.so-no-z-defs): New.
28521         ($(objpfx)tst-nodelete2): Likewise.
28522         ($(objpfx)tst-nodelete2.out): Likewise.
28523         (LDFLAGS-tst-nodelete2): Likewise.
28524         * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
28525         out of loop through all loaded libraries.
28526         * elf/tst-nodelete2.c: New file.
28527         * elf/tst-nodelete2mod.c: Likewise.
28528         * elf/tst-znodelete-zlib.cc: Delete.
28530 2015-08-11  Andreas Schwab  <schwab@suse.de>
28532         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Don't define.
28533         * sysdeps/unix/sysv/linux/wordsize-64/openat.c
28534         (__openat64_nocancel): Likewise.
28536 2015-08-11  Joseph Myers  <joseph@codesourcery.com>
28538         * math/auto-libm-test-in: Add more tests of acosh, asin, asinh,
28539         atanh, cabs, carg, cbrt, cosh, csqrt, erf, erfc, exp, exp10,
28540         expm1, hypot, log, log10, log1p, log2, pow, sinh, tan and tgamma.
28541         * math/auto-libm-test-out: Regenerated.
28542         * sysdeps/i386/fpu/libm-test-ulps: Update.
28543         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28545 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
28547         [BZ #18790]
28548         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Increase
28549         threshold for returning +/- 1.
28550         * math/auto-libm-test-in: Add more tests of tanh.
28551         * math/auto-libm-test-out: Regenerated.
28552         * sysdeps/i386/fpu/libm-test-ulps: Update.
28554 2015-08-10  Andreas Schwab  <schwab@suse.de>
28556         [BZ #18781]
28557         * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
28558         MORE_OFLAGS to oflag.
28559         * io/test-lfs.c (do_test): Test openat64.
28561 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
28563         [BZ #18789]
28564         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Use
28565         smaller threshold for returning the argument.
28566         * math/auto-libm-test-in: Add more tests of sinh.
28567         * math/auto-libm-test-out: Regenerated.
28568         * sysdeps/i386/fpu/libm-test-ulps: Update.
28570 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
28572         [BZ #18674]
28573         * sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
28574         break.
28576 2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
28578         * timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
28579         (generated): Don't add $(addprefix z.,$(tzfiles)).
28581 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
28583         * nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
28584         * scripts/sysd-rules.awk: Likewise.
28586 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
28588         * iconvdata/tst-tables.sh: Change echo -n to printf.
28589         * nss/db-Makefile: Likewise.
28590         * posix/tst-getconf.sh: Likewise.
28591         * stdio-common/tst-unbputc.sh: Likewise.
28593 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
28595         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all
28596         MADV_*_PAGES defines behind this feature check.
28598 2015-08-09  John David Anglin  <danglin@gcc.gnu.org>
28600         [BZ #18480]
28601         * sysdeps/unix/sysv/linux/hppa/sysdep.h (LOAD_ARGS_0, LOAD_ARGS_1,
28602         LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4, LOAD_ARGS_5, LOAD_ARGS_6):
28603         Define.
28604         (LOAD_REGS_0, LOAD_REGS_1, LOAD_REGS_2, LOAD_REGS_3, LOAD_REGS_4,
28605         LOAD_REGS_5, LOAD_REGS_6): Update.
28606         (INTERNAL_SYSCALL): Update using new LOAD defines.
28607         (INTERNAL_SYSCALL_NCS): Likewise.
28608         * sysdeps/unix/sysv/linux/hppa/syscall.c (syscall): Likewise.
28610 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
28612         [BZ #16734]
28613         * libio/genops.c (_IO_unbuffer_all): Free wide buffer as well.
28615 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
28617         [BZ #17905]
28618         * catgets/Makefile (tst-catgets-mem): New test.
28619         * catgets/catgets.c (catopen): Don't use unbounded alloca.
28620         * catgets/open_catalog.c (__open_catalog): Likewise.
28621         * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca.
28623 2015-08-08  John David Anglin  <danglin@gcc.gnu.org>
28625         [BZ #18787]
28626         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
28627         clobber registers.
28628         (atomic_compare_and_exchange_val_acq): Use register asms to assign
28629         operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
28630         Cast return to __typeof (oldval).
28632 2015-08-08  Mike Frysinger  <vapier@gentoo.org>
28634         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
28635         in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
28636         and delete sys/syscall.h include.
28638 2015-08-07  Joseph Myers  <joseph@codesourcery.com>
28640         [BZ #16517]
28641         * sysdeps/ieee754/dbl-64/s_tan.c: Include <float.h>.
28642         (tan): Force underflow exception for arguments with small absolute
28643         value.
28644         * sysdeps/ieee754/flt-32/k_tanf.c: Include <float.h>.
28645         (__kernel_tanf): Force underflow exception for arguments with
28646         small absolute value.
28647         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <float.h>.
28648         (__kernel_tanl): Force underflow exception for arguments with
28649         small absolute value.
28650         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <float.h>.
28651         (__kernel_tanl): Force underflow exception for arguments with
28652         small absolute value.
28653         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <float.h>.
28654         (__kernel_tanl): Force underflow exception for arguments with
28655         small absolute value.
28656         * math/auto-libm-test-in: Add more tests of tan.
28657         * math/auto-libm-test-out: Regenerated.
28659 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28661         Fix sysdeps/i386/fpu/s_scalbn.S build
28663         * math/Versions (libc: GLIBC_2_22): New (empty) version set.
28665 2015-08-07  Mike Frysinger  <vapier@gentoo.org>
28667         * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
28669 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28671         Fix gcrt0.o compilation
28673         When static-start-installed-name is different from
28674         start-installed-name, we must not use the shared objects.
28676         * csu/Makefile
28677         (extra-objs): Add gmon-start.o when building shared library and
28678         $(static-start-installed-name) is different from
28679         $(start-installed-name).
28680         $(objpfx)g$(static-start-installed-name): When building shared
28681         library and $(static-start-installed-name) is different from
28682         $(static-start-installed-name), revert to non-shared rule,
28683         i.e. using $(objpfx)% and gmon-start.o.
28685 2015-08-06  Joseph Myers  <joseph@codesourcery.com>
28687         [BZ #16519]
28688         * sysdeps/ieee754/dbl-64/e_sinh.c: Include <float.h>.
28689         (__ieee754_sinh): Force underflow exception for arguments with
28690         small absolute value.
28691         * sysdeps/ieee754/flt-32/e_sinhf.c: Include <float.h>.
28692         (__ieee754_sinhf): Force underflow exception for arguments with
28693         small absolute value.
28694         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Include <float.h>.
28695         (__ieee754_sinhl): Force underflow exception for arguments with
28696         small absolute value.
28697         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Include <float.h>.
28698         (__ieee754_sinhl): Force underflow exception for arguments with
28699         small absolute value.
28700         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Include <float.h>.
28701         (__ieee754_sinhl): Force underflow exception for arguments with
28702         small absolute value.
28703         * math/auto-libm-test-in: Add more tests of sinh.
28704         * math/auto-libm-test-out: Regenerated.
28705         * sysdeps/i386/fpu/libm-test-ulps: Update.
28707 2015-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
28709         * libio/oldfileops.c: Include unistd.h.
28711 2015-08-06  Mike Frysinger  <vapier@gentoo.org>
28713         * stdlib/isomac.c: Include ctype.h.
28715 2015-08-06  Arjun Shankar  <arjun.is@lostca.se>
28717         * dirent/tst-seekdir.c (main): Converted to ...
28718         (do_test): ... this.
28719         (TEST_FUNCTION): New macro.
28720         Include test-skeleton.c.
28721         * elf/tst-dlmodcount.c (main): Converted to ...
28722         (do_test): ... this.
28723         (TEST_FUNCTION): New macro.
28724         Include test-skeleton.c.
28725         * elf/tst-order-main.c (main): Converted to ...
28726         (do_test): ... this.
28727         (TEST_FUNCTION): New macro.
28728         Include test-skeleton.c.
28729         * elf/tst-pie2.c (main): Converted to ...
28730         (do_test): ... this.
28731         (TEST_FUNCTION): New macro.
28732         Include test-skeleton.c.
28733         * inet/tst-ether_aton.c (main): Converted to ...
28734         (do_test): ... this.
28735         (TEST_FUNCTION): New macro.
28736         Include test-skeleton.c.
28737         * misc/tst-mntent.c (main): Converted to ...
28738         (do_test): ... this.
28739         (TEST_FUNCTION): New macro.
28740         Include test-skeleton.c.
28741         * misc/tst-tsearch.c (main): Converted to ...
28742         (do_test): ... this.
28743         (TEST_FUNCTION): New macro.
28744         Include test-skeleton.c.
28745         * posix/tst-regexloc.c (main): Converted to ...
28746         (do_test): ... this.
28747         (TEST_FUNCTION): New macro.
28748         Include test-skeleton.c.
28749         * resolv/tst-aton.c (main): Converted to ...
28750         (do_test): ... this.
28751         (TEST_FUNCTION): New macro.
28752         Include test-skeleton.c.
28753         * stdio-common/test-fwrite.c (main): Converted to ...
28754         (do_test): ... this.
28755         (TEST_FUNCTION): New macro.
28756         Include test-skeleton.c.
28757         * stdio-common/tst-ferror.c (main): Converted to ...
28758         (do_test): ... this.
28759         (TEST_FUNCTION): New macro.
28760         Include test-skeleton.c.
28761         * stdio-common/tst-printf.c (main): Converted to ...
28762         (do_test): ... this.
28763         (TEST_FUNCTION): New macro.
28764         Include test-skeleton.c.
28765         * stdio-common/tst-printfsz.c (main): Converted to ...
28766         (do_test): ... this.
28767         (TEST_FUNCTION): New macro.
28768         Include test-skeleton.c.
28769         * stdlib/tst-strtod.c (main): Converted to ...
28770         (do_test): ... this.
28771         (TEST_FUNCTION): New macro.
28772         Include test-skeleton.c.
28773         * string/tst-strlen.c (main): Converted to ...
28774         (do_test): ... this.
28775         (TEST_FUNCTION): New macro.
28776         Include test-skeleton.c.
28777         * string/tst-svc.c (main): Converted to ...
28778         (do_test): ... this.
28779         (TEST_FUNCTION): New macro.
28780         Include test-skeleton.c.
28781         * time/tst-strptime.c (main): Converted to ...
28782         (do_test): ... this.
28783         (TEST_FUNCTION): New macro.
28784         Include test-skeleton.c.
28785         * timezone/tst-timezone.c (main): Converted to ...
28786         (do_test): ... this.
28787         (TEST_FUNCTION): New macro.
28788         Include test-skeleton.c.
28790 2015-08-05  Zack Weinberg  <zackw@panix.com>
28792         * misc/regexp.h: Update comments.
28794 2015-08-05  Andreas Schwab  <schwab@linux-m68k.org>
28796         [BZ #18635]
28797         * sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S: Add nop
28798         before return label.
28800 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
28802         [BZ #18661]
28803         * sysdeps/x86_64/fpu/s_cosf.S (__cosf): Align stack to 16 bytes
28804         when calling __errno_location.
28805         * sysdeps/x86_64/fpu/s_sincosf.S (__sincosf): Likewise.
28806         * sysdeps/x86_64/fpu/s_sinf.S (__sinf): Likewise.
28808 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
28810         [BZ #18661]
28811         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
28812         (__lll_timedwait_tid): Align stack to 16 bytes when calling
28813         __gettimeofday.
28815 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
28817         [BZ #18661]
28818         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
28819         (__start_context): Don't use pop to restore %rdi so that stack
28820         is aligned to 16 bytes when calling __setcontext.
28822 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
28824         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Compile
28825         only for libc.
28826         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
28828 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
28830         * string/string.h: (mempcpy): Redirect to __mempcpy_inline.
28831         (__mempcpy): Likewise.  (__mempcpy_inline): New inline function.
28832         * sysdeps/sparc/bits/string.h: (_HAVE_STRING_ARCH_mempcpy): Define.
28834 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
28836         * string/memccpy.c (memccpy):
28837         Improve performance by using memchr/memcpy/__mempcpy.
28839 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
28841         * string/strncpy.c (strncpy):
28842         Improve performance by using __strnlen/memcpy.
28844 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
28846         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
28847         Optimize to avoid an unnecessary FPCR read.
28849 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
28851         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
28852         Optimize to reduce FPCR/FPSR accesses.
28854 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
28856         * locale/loadarchive.c (_nl_archive_subfreeres): Also check
28857         dead->data[category] != NULL.
28859 2015-08-05  Joseph Myers  <joseph@codesourcery.com>
28861         [BZ #18647]
28862         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): For large y
28863         and |x| close to 1, use absolute value of x when computing log.
28864         * math/auto-libm-test-in: Add more tests of pow.
28865         * math/auto-libm-test-out: Regenerated.
28867 2015-08-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
28869         * sysdeps/unix/sysv/linux/arm/mmap.c: Add file.
28870         * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file.
28871         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise.
28873 2015-08-05  Marko Myllynen  <myllynen@redhat.com>
28875         [BZ #18525]
28876         * locales/km_KH: Remove timezone definition.
28877         * locales/lo_LA: Likewise.
28878         * locales/my_MM: Likewise.
28879         * locales/nan_TW@latin: Likewise.
28880         * locales/th_TH: Likewise.
28881         * locales/uk_UA: Likewise.
28883 2015-08-05  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
28885         [BZ #18265]
28886         * wcsmbs/wchar.h (wcscat): Add __nonnull attribute.
28887         (wcsncat): Likewise.
28888         (wcscmp): Likewise.
28889         (wcsncmp): Likewise.
28891 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
28893         * test-skeleton.c (usage): New function.
28894         (main): Call usage when opt is '?'.
28896 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
28898         * sysdeps/unix/sysv/linux/mmap64.c: Move MMAP2_PAGE_SHIFT define
28899         before first use.
28901 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
28903         * nptl/allocatestack.c (allocate_stack): Move stacktop decl down to
28904         bottom and under _STACK_GROWS_DOWN.  Move the stacktop assignment
28905         in there too.
28907 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
28909         * version.h (RELEASE): Set to "development".
28910         (VERSION): Set to "2.22.90"
28912         * version.h (RELEASE): Set to "stable".
28913         (VERSION): Set to "2.22"
28914         * include/features.h (__GLIBC_MINOR__): Set to 22.
28916 2015-08-04  Chris Metcalf  <cmetcalf@ezchip.com>
28918         * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
28919         Restructure macro to avoid "value computed is not used" warning.
28920         (atomic_compare_and_exchange_val_acq): Likewise.
28922 2015-08-04  Andreas Schwab  <schwab@suse.de>
28924         [BZ #18635]
28925         * sysdeps/unix/sysv/linux/i386/makecontext.S: Terminate FDE before
28926         ret.
28927         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext): Remove.
28929 2015-08-01  Carlos O'Donell  <carlos@redhat.com>
28931         * po/pl.po: Updated translation.
28932         * po/uk.po: Likewise.
28933         * po/fi.po: Likewise.
28934         * po/ko.po: Likewise.
28935         * po/ru.po: Likewise.
28936         * po/vi.po: Likewise.
28938 2015-07-31  Zack Weinberg  <zackw@panix.com>
28940         [BZ #18681]
28941         * regexp.h: Add unconditional #warning stating that this header
28942         will be removed soon.  Revise banner comment to match.
28943         (compile): Consistently use ERROR instead of RETURN to report
28944         errors (partial fix for BZ #18681).
28945         * regexp.c: Don't include regexp.h. Remove some unnecessary
28946         declarations.
28948 2015-07-31  Carlos O'Donell  <carlos@redhat.com>
28950         * po/libc.pot: Regenerated.
28952 2015-07-30  Andrew Senkevich  <andrew.senkevich@intel.com>
28954         [BZ #18740]
28955         * sysdeps/x86_64/fpu/Makefile (double-vlen2-arch-ext-cflags,
28956         float-vlen4-arch-ext-cflags): Removed.
28957         * math/Makefile (CFLAGS-test-double-vlen2-wrappers.c,
28958         CFLAGS-test-float-vlen4-wrappers.c): Likewise.
28960 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
28962         [BZ #14113]
28963         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_mutex_t): Change
28964         aligned to __aligned__.
28965         (pthread_cond_t, pthread_rwlock_t): Likewise.
28967 2015-07-30  Torvald Riegel  <triegel@redhat.com>
28969         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: Remove file.
28971 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
28973         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Include bits/wordsize.h.
28974         (struct sigaction): Change sa_flags from a long to an int, and add
28975         __glibc_reserved0 before it for padding when __WORDSIZE is 64.
28977 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
28979         * hppa/sysdep.h: Delete sys/syscall.h and config.h includes.
28980         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Delete
28981         sysdeps/generic/sysdep.h include.
28982         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Wrap the whole file in
28983         _LINUX_HPPA_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h and
28984         sysdeps/hppa/sysdep.h.
28985         (ENTRY, PSEUDO): Undefine before defining.
28987 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
28989         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Rewrite
28990         from scratch to use INTERNAL_SYSCALL.
28992 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
28994         [BZ #18078]
28995         * scripts/check-localplt.awk: Support alternate relocations.
28996         * scripts/localplt.awk: Also check relocations in DT_RELA/DT_REL
28997         sections.
28998         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark free and
28999         malloc entries with + REL R_386_GLOB_DAT.
29000         * sysdeps/x86_64/localplt.data: New file.
29002 2015-07-29  Andrew Senkevich  <andrew.senkevich@intel.com>
29004         [BZ #18731]
29005         * sysdeps/x86_64/fpu/math-tests-arch.h: Added AVX runtime check.
29006         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
29007         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
29009 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
29011         * sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr.
29013 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
29015         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define
29016         directly in terms of __sync_fetch_and_add and delete (int) cast.
29018 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
29020         * sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete
29021         the -D_ASM_IA64_CURRENT_H flag.
29023 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
29025         [BZ #18641]
29026         * pwd/pwd.h (putpwent): Delete __nonnull markings.
29028 2015-07-27  Andreas Schwab  <schwab@suse.de>
29030         * conform/conformtest.pl (checknamespace): Filter out string
29031         literals while tokenizing.
29033 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
29035         * sysdeps/nios2/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
29036         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Handle
29037         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
29039 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
29041         * nptl/tst-join7mod.c: Add #include <string.h>.
29043 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
29045         * sysdeps/nios2/libm-test-ulps: Update.
29047 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
29049         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
29050         Fix order of arguments to the rt_sigprocmask syscall.
29051         * sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
29052         Likewise.
29054 2015-07-24  Roland McGrath  <roland@hack.frob.com>
29056         * sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.
29058 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29060         [BZ #18457]
29061         * nptl/Makefile (tests): New test case tst-join7.
29062         (modules-names): New test case module tst-join7mod.
29063         * nptl/tst-join7.c: New file.
29064         * nptl/tst-join7mod.c: New file.
29065         * Makeconfig (tls-model): Pass -ftls-model=initial-exec for
29066         all translation units in libc.so, libpthread.so and rtld.
29068 2015-07-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29070         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29072 2015-07-24  Andrew Senkevich  <andrew.senkevich@intel.com>
29074         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Fixed AVX512 IFUNC.
29075         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
29076         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
29077         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
29078         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
29079         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
29080         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
29081         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
29082         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
29083         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
29084         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
29085         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
29086         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Fixed wrappers to AVX2.
29087         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
29088         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Fixed KNL
29089         implementation.
29091 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
29093         [BZ #17711]
29094         * sysdeps/aarch64/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
29095         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Handle
29096         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
29097         * sysdeps/arm/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
29098         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Handle
29099         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
29101 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29103         * stdlib/cxa_thread_atexit_impl.c: Use the lock name dl_load_lock
29104         instead of just saying load lock in the comments.
29106 2015-07-23  Roland McGrath  <roland@hack.frob.com>
29108         * sysdeps/unix/Subdirs: Moved ...
29109         * sysdeps/posix/Subdirs: ... here.
29110         * login/pty.h (struct termios, struct winsize): Add forward decls.
29111         * login/openpty.c (openpty): Put ioctl call under [TIOCSWINSZ].
29112         * sysdeps/nacl/glob.c: Just #include <sysdeps/wordsize-64/glob.c>.
29113         * sysdeps/arm/nacl/libc.abilist: Updated.
29114         * sysdeps/nacl/libutil.abilist: New file.
29116         * bits/signum.h: Update comments to mention 1003.1-2013 too.
29117         (SIGWINCH): New macro.
29119         * sysdeps/nacl/getdtsz.c (getdtablesize): Add missing weak_alias.
29120         * sysdeps/arm/nacl/libc.abilist: Add it.
29122 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
29124         * conform/linknamespace.pl (@whitelist): Add matherrf and matherrl.
29126 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
29128         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
29129         Swap __glibc_reserved0 and sa_flags order.
29131 2015-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29133         [BZ #18657]
29134         * elf/dl-close.c (_dl_close_worker): Don't unload DSO if there
29135         are pending TLS destructor calls.
29136         * include/link.h (struct link_map): Add concurrency note for
29137         L_TLS_DTOR_COUNT.
29138         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
29139         Don't touch the link map flag.  Atomically increment
29140         l_tls_dtor_count.
29141         (__call_tls_dtors): Atomically decrement l_tls_dtor_count.
29142         Avoid taking the load lock and don't touch the link map flag.
29143         * stdlib/tst-tls-atexit-nodelete.c: New test case.
29144         * stdlib/Makefile (tests): Use it.
29145         * stdlib/tst-tls-atexit.c (do_test): dlopen
29146         tst-tls-atexit-lib.so again before dlclose.  Add conditionals
29147         to allow tst-tls-atexit-nodelete test case to use it.
29149 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
29151         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Change sys/types.h include
29152         to bits/types.h.
29153         (msgqnum_t): New typedef.
29154         (msglen_t): Likewise.
29155         (struct msqid_ds): Update comment.  Change msg_qnum type to msgqnum_t
29156         and msg_qbytes type to msglen_t.
29158 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
29160         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename
29161         pad0 to __glibc_reserved0.
29162         (struct stat64): Likewise.
29164 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
29166         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
29167         Change sa_flags from a long to an int and add __glibc_reserved0 before
29168         it for padding.
29170 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
29172         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
29173         anonymous by deleting "siginfo" name.
29175 2015-07-21  Roland McGrath  <roland@hack.frob.com>
29177         * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
29178         * sysdeps/nacl/open.c (__libc_open): Use __nacl_irt_dev_filename
29179         rather than __nacl_irt_filename.
29180         * sysdeps/nacl/xstat.c (__xstat): Likewise.
29182         * NEWS: New item for arm-nacl port.
29183         * sysdeps/arm/nacl/libc.abilist: New file.
29184         * sysdeps/nacl/ld.abilist: New file.
29185         * sysdeps/nacl/libBrokenLocale.abilist: New file.
29186         * sysdeps/nacl/libanl.abilist: New file.
29187         * sysdeps/nacl/libcrypt.abilist: New file.
29188         * sysdeps/nacl/libdl.abilist: New file.
29189         * sysdeps/nacl/libm.abilist: New file.
29190         * sysdeps/nacl/libpthread.abilist: New file.
29191         * sysdeps/nacl/libresolv.abilist: New file.
29192         * sysdeps/nacl/librt.abilist: New file.
29194 2015-07-21  Chris Metcalf  <cmetcalf@ezchip.com>
29196         * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext): Call
29197         __startcontext to initialize the new context.
29198         * sysdeps/unix/sysv/linux/tile/setcontext.S (__startcontext): Set
29199         up CFI directive to forbid further backtracing.
29201 2015-07-21  Marko Myllynen  <myllynen@redhat.com>
29203         * charmaps/ANSI_X3.110-1983: Remove obsolete repertoire map
29204         reference.
29205         * charmaps/ANSI_X3.4-1968: Likewise.
29206         * charmaps/BS_4730: Likewise.
29207         * charmaps/BS_VIEWDATA: Likewise.
29208         * charmaps/CP1250: Likewise.
29209         * charmaps/CP1251: Likewise.
29210         * charmaps/CP1252: Likewise.
29211         * charmaps/CP1253: Likewise.
29212         * charmaps/CP1254: Likewise.
29213         * charmaps/CP1255: Likewise.
29214         * charmaps/CP1256: Likewise.
29215         * charmaps/CSN_369103: Likewise.
29216         * charmaps/EBCDIC-DK-NO: Likewise.
29217         * charmaps/GB_1988-80: Likewise.
29218         * charmaps/GREEK-CCITT: Likewise.
29219         * charmaps/GREEK7: Likewise.
29220         * charmaps/INIS-8: Likewise.
29221         * charmaps/ISIRI-3342: Likewise.
29222         * charmaps/ISO_2033-1983: Likewise.
29223         * charmaps/ISO_5427-EXT: Likewise.
29224         * locales/POSIX: Likewise.
29225         * locales/ar_SA: Likewise.
29226         * locales/be_BY: Likewise.
29227         * locales/be_BY@latin: Likewise.
29228         * locales/ca_ES: Likewise.
29229         * locales/cs_CZ: Likewise.
29230         * locales/da_DK: Likewise.
29231         * locales/de_BE: Likewise.
29232         * locales/de_CH: Likewise.
29233         * locales/de_LU: Likewise.
29234         * locales/en_AU: Likewise.
29235         * locales/en_BW: Likewise.
29236         * locales/en_CA: Likewise.
29237         * locales/en_DK: Likewise.
29238         * locales/en_GB: Likewise.
29239         * locales/en_IE: Likewise.
29240         * locales/en_NZ: Likewise.
29241         * locales/en_ZA: Likewise.
29242         * locales/en_ZW: Likewise.
29243         * locales/es_AR: Likewise.
29244         * locales/es_BO: Likewise.
29245         * locales/es_CL: Likewise.
29246         * locales/es_CO: Likewise.
29247         * locales/es_DO: Likewise.
29248         * locales/es_EC: Likewise.
29249         * locales/es_ES: Likewise.
29250         * locales/es_HN: Likewise.
29251         * locales/es_MX: Likewise.
29252         * locales/es_PA: Likewise.
29253         * locales/es_PE: Likewise.
29254         * locales/es_PY: Likewise.
29255         * locales/es_SV: Likewise.
29256         * locales/es_US: Likewise.
29257         * locales/es_UY: Likewise.
29258         * locales/es_VE: Likewise.
29259         * locales/et_EE: Likewise.
29260         * locales/fa_IR: Likewise.
29261         * locales/fo_FO: Likewise.
29262         * locales/fr_CA: Likewise.
29263         * locales/fr_CH: Likewise.
29264         * locales/gv_GB: Likewise.
29265         * locales/he_IL: Likewise.
29266         * locales/hr_HR: Likewise.
29267         * locales/id_ID: Likewise.
29268         * locales/is_IS: Likewise.
29269         * locales/it_CH: Likewise.
29270         * locales/iw_IL: Likewise.
29271         * locales/kl_GL: Likewise.
29272         * locales/ko_KR: Likewise.
29273         * locales/kw_GB: Likewise.
29274         * locales/lg_UG: Likewise.
29275         * locales/lt_LT: Likewise.
29276         * locales/lv_LV: Likewise.
29277         * locales/mi_NZ: Likewise.
29278         * locales/nhn_MX: Likewise.
29279         * locales/nl_BE: Likewise.
29280         * locales/pl_PL: Likewise.
29281         * locales/sk_SK: Likewise.
29282         * locales/sl_SI: Likewise.
29283         * locales/sv_FI: Likewise.
29284         * locales/tl_PH: Likewise.
29285         * locales/tr_TR: Likewise.
29286         * locales/vi_VN: Likewise.
29288 2015-07-21  Khem Raj  <raj.khem@gmail.com>
29290         [BZ #17475]
29291         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Adjust for rename
29292         of tu_IN and bh_IN.
29294 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
29296         [BZ #18694]
29297         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Include
29298         bits/wordsize.h.
29299         (sigaction): Declare __glibc_reserved0 only when __WORDSIZE is 64.
29301 2015-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29303         * stdlib/tst-tls-atexit-lib.c (do_foo): Rename to reg_dtor.
29304         * stdlib/tst-tls-atexit.c: (is_loaded): New function.
29305         (spawn_thread): New function.
29306         (load): Rename to reg_dtor_and_close.  Move dlopen to...
29307         (do_test): ... here.  Use IS_LOADED to test for its
29308         availability.
29310 2015-07-21  Andreas Schwab  <schwab@linux-m68k.org>
29312         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
29314 2015-07-20  H.J. Lu  <hongjiu.lu@intel.com>
29316         [BZ #18696]
29317         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (_sigfault): Add
29318         si_addr_bnd.
29319         (si_lower): New.
29320         (si_upper): Likewise.
29322 2015-07-16  David S. Miller  <davem@davemloft.net>
29324         * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
29326 2015-07-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29328         * libio/fmemopen.c (__fmemopen): Fix 'w' openmode with provided
29329         buffer.
29330         * stdio-common/tst-fmemopen2.c (do_test_with_buffer): Fix typo and
29331         fail output information.
29333 2015-07-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
29335         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strstr-power7
29336         and strstr-ppc64..
29337         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
29338         * sysdeps/powerpc/powerpc64/power7/strstr.S: New File.
29339         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: New File.
29340         * sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c: New File.
29341         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: New File.
29343 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
29345         * sysdeps/hppa/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
29346         * sysdeps/hppa/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
29347         * sysdeps/ia64/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
29348         * sysdeps/ia64/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
29350 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
29352         * elf/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
29353         * sysdeps/hppa/dl-lookupcfg.h (_dl_symbol_address): Add
29354         rtld_hidden_proto.
29355         * sysdeps/ia64/dl-lookupcfg.h (_dl_symbol_address): Likewise.
29357 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29359         * tst-nodelete-opened.c (do_test): Add comment to clarify how
29360         the test can fail.
29362         * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
29364         [BZ #18676]
29365         * elf/tst-nodelete-opened.c: New test case.
29366         * elf/tst-nodelete-opened-lib.c: New test case module.
29367         * elf/Makefile (tests, modules-names): Use them.
29368         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag
29369         early.
29371 2015-07-15  David S. Miller  <davem@davemloft.net>
29373         * sysdeps/sparc/nptl/pthread_barrier_init.c: Include
29374         futex-intenal.h
29375         * sysdeps/sparc/sparc32/sparcv9/Makefile (nscd): Add cpu_relax.
29376         * sysdeps/sparc/sparc64/Makefile: Likewise.
29377         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
29378         Remove space from macro define.
29379         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_spin_nop): Likewise.
29381 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
29383         [BZ #17475]
29384         * locale/iso-639.def: Update Bhili and Tulu language codes as
29385         per iso639-3.
29387 2015-07-15  Arjun Shankar  <arjun.is@lostca.se>
29389         * elf/tst-leaks1.c (main): Converted to ...
29390         (do_test): ... this.
29391         (TEST_FUNCTION): New macro.
29392         Include test-skeleton.c.
29393         * localedata/tst-langinfo.c (main): Converted to ...
29394         (do_test): ... this.
29395         (TEST_FUNCTION): New macro.
29396         Include test-skeleton.c.
29397         * math/test-fpucw.c (main): Converted to ...
29398         (do_test): ... this.
29399         (TEST_FUNCTION): New macro.
29400         Include test-skeleton.c.
29401         * math/test-tgmath.c (main): Converted to ...
29402         (do_test): ... this.
29403         (TEST_FUNCTION): New macro.
29404         Include test-skeleton.c.
29405         * math/test-tgmath2.c (main): Converted to ...
29406         (do_test): ... this.
29407         (TEST_FUNCTION): New macro.
29408         Include test-skeleton.c.
29409         * setjmp/tst-setjmp.c (main): Converted to ...
29410         (do_test): ... this.
29411         (TEST_FUNCTION): New macro.
29412         Include test-skeleton.c.
29413         * stdio-common/tst-sscanf.c (main): Converted to ...
29414         (do_test): ... this.
29415         (TEST_FUNCTION): New macro.
29416         Include test-skeleton.c.
29417         * sysdeps/x86_64/tst-audit6.c (main): Converted to ...
29418         (do_test): ... this.
29419         (TEST_FUNCTION): New macro.
29420         Include test-skeleton.c.
29422         * elf/tst-audit9.c (main): Converted to ...
29423         (do_test): ... this.
29424         (TEST_FUNCTION): New macro.
29425         Include test-skeleton.c.
29427 2015-07-15  Mike Frysinger  <vapier@gentoo.org>
29429         * timezone/tst-tzset.c (TIMEOUT): Define to 5.
29431 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
29433         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
29434         New variable.
29436 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
29438         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
29440 2015-07-14  Roland McGrath  <roland@hack.frob.com>
29442         * sysdeps/generic/dl-fileid.h: New file.
29443         * sysdeps/posix/dl-fileid.h: New file.
29444         * sysdeps/nacl/dl-fileid.h: New file.
29445         * include/link.h: Include <dl-fileid.h>.
29446         (struct link_map): Replace l_dev and l_ino with l_file_id.
29447         * elf/dl-load.c (_dl_map_object_from_fd): Use _dl_get_file_id rather
29448         than __fxstat64.  Use _dl_file_id_match_p rather than comparing l_dev
29449         and l_ino directly.  Initialize l_file_id rather than l_dev and l_ino.
29451 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29453         * stdlib/tst-tls-atexit.c (do_test): Fix typo.
29455 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29457         * elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
29458         Add iff $CXX is set.
29459         [ifeq (yes,$(build-shared)) (modules-names)] (tst-nodelete-rtldmod):
29460         Likewise.
29461         (tst-nodelete-zmodiff): Likewise.
29462         * nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
29464 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29466         * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
29468 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
29470         * sysdeps/aarch64/fpu/math_private.h
29471         (define math_opt_barrier): Add AArch64 version.
29472         (math_force_eval): Likewise.
29474 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
29476         * sysdeps/aarch64/strlen.S (strlen): Optimize strlen.
29478 2015-07-11  H.J. Lu  <hongjiu.lu@intel.com>
29480         * stdio-common/tst-fmemopen2.c (do_test_without_buffer): Replace
29481         %ld with %jd and cast to intmax_t.
29482         (do_test_length_zero): Likewise.
29484 2015-07-10  Roland McGrath  <roland@hack.frob.com>
29486         * sysdeps/nacl/pthread_condattr_setclock.c: New file.
29488 2015-07-10  Chris Metcalf  <cmetcalf@ezchip.com>
29490         * sysdeps/tile/libm-test-ulps: Regenerated.
29492         * math/test-fenvinline.c (feenable_test) [FE_ALL_EXCEPT == 0]:
29493         Comment out the whole function, not just its body.
29495 2015-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29497         * stdlib/tst-tls-atexit.c (load): Remove unnecessary mutex
29498         locks.
29500         * stdlib/tst-tls-atexit.c (load): Avoid boolean coercion.
29502 2015-07-10  Torvald Riegel  <triegel@redhat.com>
29504         * nptl/sem_waitcommon.c (__new_sem_wait_slow): Update comments.
29505         (sem_assume_only_signals_cause_futex_EINTR): Remove.
29507 2015-07-10  Torvald Riegel  <triegel@redhat.com>
29509         * sysdeps/nptl/futex-internal.h: New file.
29510         * sysdeps/nacl/futex-internal.h: New file.
29511         * sysdeps/unix/sysv/linux/futex-internal.h: New file.
29512         * nptl/allocatestack.c (setxid_mark_thread): Use futex wrappers with
29513         error checking.
29514         (setxid_unmark_thread): Likewise.
29515         (__nptl_setxid): Likewise.
29516         (__wait_lookup_done): Likewise.
29517         * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
29518         * nptl/nptl-init.c (sighandler_setxid): Likewise.
29519         * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
29520         * nptl/pthread_once.c (clear_once_control): Likewise.
29521         (__pthread_once_slow): Likewise.
29522         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
29523         * sysdeps/nacl/exit-thread.h (__exit_thread): Likewise.
29524         * sysdeps/nptl/aio_misc.h (AIO_MISC_NOTIFY, AIO_MISC_WAIT): Likewise.
29525         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
29526         * sysdeps/nptl/gai_misc.h (GAI_MISC_NOTIFY, GAI_MISC_WAIT): Likewise.
29527         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow):
29528         Likewise.
29529         (__pthread_rwlock_rdlock): Likewise.
29530         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
29531         Likewise.
29532         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
29533         Likewise.
29534         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
29535         Likewise.
29536         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Likewise.
29537         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow:
29538         Likewise.
29539         * nptl/pthread_rwlock_init (__pthread_rwlock_init): Remove
29540         __ASSUME_PRIVATE_FUTEX check.
29541         * nptl/pthread_rwlockattr_setpshared (pthread_rwlockattr_setpshared):
29542         Check that shared futexes are supported.
29543         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Use futex
29544         wrappers with error checking.
29545         * nptl/pthread_barrier_init.c (pthread_barrier_init): Add comments,
29546         remove attribute sanity check and __ASSUME_PRIVATE_FUTEX check.
29547         * nptl/pthread_barrierattr_setpshared.c
29548         (pthread_barrierattr_setpshared): Check that shared futexes are
29549         supported.
29550         * nptl/pthread_condattr_setpshared.c (pthread_condattr_setpshared):
29551         Likewise.
29552         * nptl/pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared):
29553         Likewise.
29554         * nptl/sem_init.c (futex_private_if_supported): Remove.
29555         (__new_sem_init): Adapt and check that shared futexes are supported.
29556         * nptl/sem_open.c (sem_open): Likewise.
29557         * nptl/sem_post.c (futex_wake): Remove.
29558         * nptl/sem_waitcommon.c (futex_abstimed_wait, futex_wake): Remove.
29559         (do_futex_wait): Use futex wrappers with error checking.
29560         * nptl/sem_wait.c: Include lowlevellock.h.
29561         * sysdeps/sparc/nptl/pthread_barrier_init.c (__pthread_barrier_init):
29562         Use futex_supports_pshared.
29563         * sysdeps/sparc/nptl/pthread_barrier_wait.c (pthread_barrier_wait):
29564         Use futex wrappers with error checking.
29565         * sysdeps/sparc/sparc32/pthread_barrier_wait.c (pthread_barrier_wait):
29566         Likewise.
29567         * sysdeps/sparc/sparc32/sem_init.c (futex_private_if_supported): Remove.
29568         * sysdeps/sparc/sparc32/sem_post.c (futex_wake): Likewise.
29569         * sysdeps/sparc/sparc32/sem_open.c (sem_open): Use FUTEX_SHARED.
29570         * sysdeps/sparc/sparc32/sem_waitcommon.c (futex_abstimed_wait): Remove.
29571         (futex_wake): Likewise.
29572         (sem_assume_only_signals_cause_futex_EINTR): Likewise.
29573         (do_futex_wait): Use futex wrappers with error checking.
29574         (__new_sem_wait_slow): Update EINTR handling.
29575         * sysdeps/sparc/sparc32/sem_wait.c: Include lowlevellock.h.
29577 2015-07-09  Martin Sebor  <msebor@redhat.com>
29579         [BZ #18435]
29580         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
29581         Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54.
29582         * nptl/Makefile (test-xfail-tst-once5): Define.
29584 2015-07-09  Roland McGrath  <roland@hack.frob.com>
29586         * include/stdio.h: Add rtld_hidden_proto (__libc_fatal).
29587         * elf/dl-minimal.c: For readability, reorder some definitions and
29588         introduce more page breaks.  Include <stdio.h>.
29589         (__libc_fatal): New function.
29591         * include/unistd.h: Add rtld_hidden_proto for _exit.
29592         * posix/_exit.c: Add rtld_hidden_def.
29593         * sysdeps/mach/hurd/_exit.c: Likewise.
29594         * sysdeps/nacl/_exit.c: Likewise.
29595         * sysdeps/unix/sysv/linux/_exit.c: Likewise.
29596         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
29598 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
29600         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Improve
29601         bndmov encoding with zero displacement.
29603 2015-07-09  Igor Zamyatin  <igor.zamyatin@intel.com>
29604             H.J. Lu  <hongjiu.lu@intel.com>
29606         [BZ #18134]
29607         * sysdeps/i386/configure.ac: Set HAVE_MPX_SUPPORT.
29608         * sysdeps/i386/configure: Regenerated.
29609         * sysdeps/i386/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
29610         (_dl_runtime_profile): Save and restore Intel MPX return bound
29611         registers when calling _dl_call_pltexit.  Add
29612         PRESERVE_BND_REGS_PREFIX before return.
29613         * sysdeps/i386/link-defines.sym (LRV_BND0_OFFSET): New.
29614         (LRV_BND1_OFFSET): Likewise.
29615         * sysdeps/x86/bits/link.h (La_i86_retval): Add lrv_bnd0 and
29616         lrv_bnd1.
29617         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
29618         typo in bndmov encoding.
29619         * sysdeps/x86_64/dl-trampoline.h: Properly save and restore
29620         Intel MPX bound registers.  Add PRESERVE_BND_REGS_PREFIX before
29621         branch instructions to preserve bounds.
29623 2015-07-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
29626         [GLIBC_2.22]: Add fmemopen.
29628 2015-07-09  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29630         * sysdeps/mach/hurd/mlock.c (mlock): When __get_privileged_ports
29631         returns an error, also try to use host port from __mach_host_self for
29632         the __vm_wire call.
29633         * sysdeps/mach/hurd/munlock.c (munlock): Likewise.
29635 2015-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
29637         [BZ #18400]
29638         [BZ #18648]
29639         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (struct elf_prpsinfo):
29640         Fix pr_uid and pr_gid members.
29641         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (greg_t): Change the
29642         definition to elf_greg_t.
29644 2015-07-08  Roland McGrath  <roland@hack.frob.com>
29646         [BZ #18383]
29647         * sysdeps/arm/configure.ac (libc_cv_arm_tpoff_addend): New check.
29648         Emit test-xfail-tst-tlsalign{,-static}=yes if it fails.
29649         * sysdeps/arm/configure: Regenerated.
29650         * elf/Makefile (test-xfail-tst-tlsalign): Variable removed.
29651         (test-xfail-tst-tlsalign-static): Variable removed.
29653         * Makerules (do-install-so): Use $(LN_S) rather than explicit 'ln -s'.
29654         * elf/Makefile ($(objpfx)$(rtld-installed-name)): Use $(make-link)
29655         rather than explicit 'ln -s'.
29657         * resolv/rpc/netdb.h: New file.
29658         * resolv/Makefile [sunrpc not in $(subdirs)] (headers): Add it.
29660 2015-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29662         * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero
29663         length buffers.
29664         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
29665         test-skeleton.c.
29667         [BZ #6544]
29668         [BZ #11216]
29669         [BZ #12836]
29670         [BZ #13151]
29671         [BZ #13152]
29672         [BZ #14292]
29673         * include/stdio.h (fmemopen): Remove hidden prototype.
29674         (__fmemopen): Add new hidden prototype.
29675         * libio/Makefile: Add oldfmemopen object.
29676         * libio/Versions [GLIBC_2.22]: Add new fmemopen symbol.
29677         * libio/fmemopen.c (__fmemopen): Function rewrite to be POSIX
29678         compliance.
29679         * libio/oldfmemopen.c: New file: old fmemopen implementation for
29680         symbol compatibility.
29681         * stdio-common/Makefile [tests]: Add new tst-fmemopen3.
29682         * stdio-common/psiginfo.c [psiginfo]: Call __fmemopen instead of
29683         fmemopen.
29684         * stdio-common/tst-fmemopen3.c: New file: more fmemopen tests, focus
29685         on append and read mode.
29686         * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.22]: Add
29687         fmemopen.
29688         * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Likewise.
29689         * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.22]: Likewise.
29690         * sysdeps/unix/sysv/linux/i386/libc.abilist [GLIBC_2.22]: Likewise.
29691         * sysdeps/unix/sysv/linux/ia64/libc.abilist [GLIBC_2.22]:
29692         Likewise.
29693         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
29694         [GLIBC_2.22]: Likewise.
29695         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist [GLIBC_2.22]:
29696         Likewise.
29697         * sysdeps/unix/sysv/linux/microblaze/libc.abilist [GLIBC_2.22]:
29698         Likewise.
29699         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
29700         [GLIBC_2.22]: Likewise.
29701         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
29702         [GLIBC_2.22]: Likewise.
29703         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
29704         [GLIBC_2.22]: Likewise.
29705         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
29706         [GLIBC_2.22]: Likewise.
29707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
29708         [GLIBC_2.22]: Likewise.
29709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
29710         [GLIBC_2.22]: Likewise.
29711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
29712         [GLIBC_2.22]: Likewise.
29713         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist [GLIBC_2.22]:
29714         Likewise.
29715         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist [GLIBC_2.22]:
29716         Likewise.
29717         * sysdeps/unix/sysv/linux/sh/libc.abilist [GLIBC_2.22]: Likewise.
29718         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
29719         [GLIBC_2.22]: Likewise.
29720         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
29721         [GLIBC_2.22]: Likewise.
29722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
29723         [GLIBC_2.22]: Likewise.
29724         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
29725         [GLIBC_2.22]: Likewise.
29726         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist [GLIBC_2.22]:
29727         Likewise.
29728         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist [GLIBC_2.22]:
29729         Likewise.
29730         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist [GLIBC_2.22]:
29731         Likewise.
29732         * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise.
29733         * sysdeps/unix/sysv/linux/nios2/libc.abilist [GLIBC_2.22]: Likewise.
29735 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
29737         [BZ #18643]
29738         * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
29739         IPV6_PATHMTU, and IPV6_DONTFRAG.
29741 2015-07-08  Feng Gao  <gfree.wind@gmail.com>
29743         * libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
29744         and _IO_UNBUFFERED.
29745         * libio/oldfileops.c: Likewise.
29746         * libio/wfileops.c: Likewise.
29748 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
29750         * nscd/selinux.c: Delete selinux/flask.h include.
29752 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
29754         [BZ #18641]
29755         * pwd/pwd.h (fgetpwent): Add __nonnull markings.
29756         (putpwent): Likewise.
29757         (getpwnam): Likewise.
29758         (getpwent_r): Likewise.
29759         (getpwuid_r): Likewise.
29760         (getpwnam_r): Likewise.
29761         (fgetpwent_r): Likewise.
29763 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
29765         [BZ #18557]
29766         * inet/rcmd.c (__validuser2_sa): Check user first to
29767         short-circuit host check.
29769 2015-07-07  Pavel Kopyl  <p.kopyl@samsung.com>
29770             Mikhail Ilin  <m.ilin@samsung.com>
29772         [BZ #17833]
29773         * elf/Makefile (tests): Add tst-nodelete.
29774         (modules-names): Add tst-nodelete-uniquemod.
29775         (tst-nodelete-uniquemod.so-no-z-defs): New.
29776         (tst-nodelete-rtldmod.so-no-z-defs): Likewise.
29777         (tst-nodelete-zmod.so-no-z-defs): Likewise.
29778         ($(objpfx)tst-nodelete): Likewise.
29779         ($(objpfx)tst-nodelete.out): Likewise.
29780         (LDFLAGS-tst-nodelete): Likewise.
29781         (LDFLAGS-tst-nodelete-zmod.so): Likewise.
29782         * elf/dl-close.c (_dl_close_worker): Add a parameter to
29783         implement forced object deletion.
29784         (_dl_close): Pass false to _dl_close_worker.
29785         * elf/dl-open.c (_dl_open): Pass true to _dl_close_worker.
29786         * elf/tst-nodelete.cc: New file.
29787         * elf/tst-nodeletelib.cc: Likewise.
29788         * elf/tst-znodeletelib.cc: Likewise.
29789         * include/dlfcn.h (_dl_close_worker): Add a new parameter.
29791 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
29793         [BZ #18508]
29794         * stdlib/Makefile ($(objpfx)tst-makecontext3):
29795         Depend on $(libdl).
29796         * stdlib/tst-makecontext.c (cf): Test if _Unwind_Backtrace
29797         is not called infinitely times.
29798         (backtrace_helper): New function.
29799         (trace_arg): New struct.
29800         (st1): Enlarge stack size.
29801         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
29802         (__makecontext_ret): Omit cfi_startproc and cfi_endproc.
29803         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
29804         Likewise.
29806 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
29808         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
29810 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
29812         * sysdeps/unix/sysv/linux/s390/bits/sem.h:
29813         Include sys/types.h instead of bits/types.h.
29814         Remove inclusion of bits/wordsize.h.
29816 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
29818         * sysdeps/x86_64/tst-auditmod10b.c (la_symbind32): New.
29819         * sysdeps/x86_64/tst-auditmod4b.c (la_symbind32): Likewise.
29820         * sysdeps/x86_64/tst-auditmod5b.c (la_symbind32): Likewise.
29821         * sysdeps/x86_64/tst-auditmod6b.c (la_symbind32): Likewise.
29822         * sysdeps/x86_64/tst-auditmod6c.c (la_symbind32): Likewise.
29823         * sysdeps/x86_64/tst-auditmod7b.c (la_symbind32): Likewise.
29825 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
29827         * sysdeps/i386/Makefile (gen-as-const-headers)[elf]: Add
29828         link-defines.sym.
29829         * sysdeps/i386/dl-trampoline.S: Include <link-defines.h>.
29830         (_dl_runtime_profile): Use LONG_DOUBLE_SIZE, LRV_SIZE,
29831         LRV_EAX_OFFSET, LRV_EDX_OFFSET, LRV_ST0_OFFSET, LRV_ST1_OFFSET
29832         and LR_SIZE.
29833         * sysdeps/i386/link-defines.sym: New file.
29835 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
29837         * sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3.
29838         (modules-names): Add tst-auditmod3a tst-auditmod3b.
29839         ($(objpfx)tst-audit3): New rule.
29840         ($(objpfx)tst-audit3.out): Likewise.
29841         * sysdeps/i386/tst-audit3.c: New file.
29842         * sysdeps/i386/tst-audit3.h: Likewise.
29843         * sysdeps/i386/tst-auditmod3a.c: Likewise.
29844         * sysdeps/i386/tst-auditmod3b.c: Likewise.
29846 2015-07-07  Torvald Riegel  <triegel@redhat.com>
29848         [BZ #18633]
29849         * sysdeps/x86/bits/string.h (__memmove_g): Do not create invalid
29850         pointer in C code.
29851         (__strcat_c): Likewise.
29852         (__strcat_g): Likewise.
29854 2015-07-07  Cyril Hrubis <chrubis@suse.cz>
29856         [BZ #18592]
29857         * misc/sbrk.c: Set errno to ENOMEM on overflow.
29859 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
29861         * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt):
29862         New function.  (__ieee754_sqrtf): New function.
29863         * sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt):
29864         New function.
29865         * sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf):
29866         New function.
29868 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
29870         * sysdeps/ieee754/support.c: Remove unused file.
29872 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
29874         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Use q
29875         registers instead of d ones so the layout is kernel abi compatible.
29876         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Likewise.
29877         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext):
29878         Likewise.
29880 2015-07-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
29882         * sysdeps/aarch64/libm-test-ulps: Regenerated.
29884 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
29886         [BZ #18619]
29887         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Force underflow
29888         and return argument in case of subnormal argument.
29890 2015-07-01  Martin Sebor  <msebor@redhat.com>
29892         [BZ #18435]
29893         * nptl/Makefile: Add tst-once5.cc.
29894         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
29895         Remove macro redefinitions.
29896         * nptl/tst-once5.cc: New test.
29898 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
29900         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
29902         * sysdeps/arm/libm-test-ulps: Regenerated.
29904         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
29905         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
29907 2015-06-30  Torvald Riegel  <triegel@redhat.com>
29909         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
29910         lll_lock_wait_private and lll_futex_wake probes.
29912         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
29913         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
29914         Likewise.
29915         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
29916         atomic_spin_nop.
29917         * sysdeps/x86_64/bits/atomic.h: Likewise.
29918         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
29919         to atomic_spin_nop and move ...
29920         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
29921         ... here and ...
29922         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
29923         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
29924         atomic_spin_nop instead of BUSY_WAIT_NOP.
29925         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
29926         Likewise.
29927         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
29928         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
29929         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
29930         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
29931         instead of atomic_delay.
29933 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
29935         [BZ #18613]
29936         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
29937         X_ADJ not X when adjusting exponent.
29938         (__ieee754_gamma_r): Do intermediate computations in
29939         round-to-nearest then adjust overflowing and underflowing results
29940         as needed.
29941         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
29942         of X_ADJ not X when adjusting exponent.
29943         (__ieee754_gammaf_r): Do intermediate computations in
29944         round-to-nearest then adjust overflowing and underflowing results
29945         as needed.
29946         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
29947         log of X_ADJ not X when adjusting exponent.
29948         (__ieee754_gammal_r): Do intermediate computations in
29949         round-to-nearest then adjust overflowing and underflowing results
29950         as needed.  Use 1.0L not 1.0f as numerator of division.
29951         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
29952         log of X_ADJ not X when adjusting exponent.
29953         (__ieee754_gammal_r): Do intermediate computations in
29954         round-to-nearest then adjust overflowing and underflowing results
29955         as needed.  Use 1.0L not 1.0f as numerator of division.
29956         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
29957         of X_ADJ not X when adjusting exponent.
29958         (__ieee754_gammal_r): Do intermediate computations in
29959         round-to-nearest then adjust overflowing and underflowing results
29960         as needed.  Use 1.0L not 1.0f as numerator of division.
29961         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
29962         to auto-libm-test-in.
29963         (tgamma_test): Use ALL_RM_TEST.
29964         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
29965         tests of tgamma with spurious-overflow.
29966         * math/auto-libm-test-out: Regenerated.
29967         * math/gen-libm-have-vector-test.sh: Do not check for START.
29968         * sysdeps/i386/fpu/libm-test-ulps: Update.
29969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29971         [BZ #18612]
29972         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
29973         arguments, just return 0.5 times the argument, with underflow
29974         forced as needed.
29975         * math/auto-libm-test-in: Add more tests of j1.
29976         * math/auto-libm-test-out: Regenerated.
29978         [BZ #16559]
29979         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
29980         (__ieee754_j1): Force underflow exception for small results.
29981         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
29982         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
29983         (__ieee754_j1f): Force underflow exception for small results.
29984         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
29985         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
29986         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
29987         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
29988         (__ieee754_j1l): Force underflow exception for small results.
29989         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
29990         * math/auto-libm-test-in: Add more tests of j1 and jn.
29991         * math/auto-libm-test-out: Regenerated.
29993         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
29994         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
29995         (PF_MPLS): Likewise.
29996         (AF_IB): Likewise.
29997         (AF_MPLS): Likewise.
29998         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
29999         value and macro.
30000         (MS_RMT_MASK): Include MS_LAZYTIME.
30002 2015-06-26  Mel Gorman  <mgorman@suse.de>
30004         [BZ #18502]
30005         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
30006         already minimal.
30008 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
30010         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
30011         (DT_MIPS_NUM): Update.
30012         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
30013         DT_MIPS_RLD_MAP_REL.
30015 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
30017         [BZ #16559]
30018         [BZ #18602]
30019         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
30020         round-to-nearest internally then recompute results that
30021         underflowed to zero in the original rounding mode.
30022         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
30023         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
30024         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
30025         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
30026         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
30027         * sysdeps/i386/fpu/libm-test-ulps: Update.
30028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30030 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
30032         * NEWS: Fixed description of link with vector math library.
30034 2015-06-25  Andreas Schwab  <schwab@suse.de>
30036         [BZ #18549]
30037         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
30038         * libio/test-fmemopen.c (do_test): Add test for it.
30040 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
30042         [BZ #17841]
30043         * Makeconfig (no-pie-ldflag): New.
30044         (+link): Set to $(+link-pie) if default to PIE.
30045         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
30046         * config.make.in (build-pie-default): New.
30047         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
30048         is default.  AC_SUBST.
30049         * configure: Regenerated.
30050         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
30052 2015-06-24  Roland McGrath  <roland@hack.frob.com>
30054         * nptl/descr.h (struct pthread): Change type of field setxid_futex
30055         to 'unsigned int'.
30057         * resolv/gai_misc.h (struct waitlist): Change type of field
30058         counterp to 'volatile unsigned int *'.
30059         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
30060         FUTEXADDR and OLDVAL.
30061         * resolv/getaddrinfo_a.c (getaddrinfo_a):
30062         Give local variable TOTAL type 'volatile unsigned int'.
30063         (struct async_waitlist): Change type of field counter to 'unsigned int'.
30064         * resolv/gai_suspend.c (gai_suspend):
30065         Give local variable CNTR type 'unsigned int'.
30067         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
30068         counterp to 'volatile unsigned int *'.
30069         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
30070         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
30071         (aio_suspend): Give local variable CNTR type 'unsigned int'.
30072         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
30073         Give local variable TOTAL type 'volatile unsigned int'.
30074         (struct async_waitlist): Change type of field counter to 'unsigned int'.
30076 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
30078         [BZ #18383]
30079         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
30080         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
30081         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
30082         comment for i386/x86-64.
30083         (test-xfail-tst-tlsalign-extern-static): Removed.
30085 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
30087         * math/test-double.h: New file.
30088         * math/test-float.h: Likewise.
30089         * math/test-ldouble.h: Likewise.
30090         * math/test-math-inline.h: Likewise.
30091         * math/test-math-no-inline.h: Likewise.
30092         * math/test-math-scalar.h: Likewise.
30093         * math/test-math-vector.h: Likewise.
30094         * math/test-vec-loop.h: Remove file.  Contents moved into
30095         test-math-vector.h.
30096         * math/libm-test.inc (MATHCONST): Do not document macro.
30097         * math/test-double.c: Include test-double.h, test-math-no-inline.h
30098         and test-math-scalar.h.
30099         (FUNC): Remove macro.
30100         (FUNC_TEST): Likewise.
30101         (FLOAT): Likewise.
30102         (MATHCONST): Likewise.
30103         (PRINTF_EXPR): Likewise.
30104         (PRINTF_XEXPR): Likewise.
30105         (PRINTF_NEXPR): Likewise.
30106         (TEST_DOUBLE): Likewise.
30107         (TEST_MATHVEC): Likewise.
30108         (__NO_MATH_INLINES): Likewise.
30109         * math/test-float.c: Include test-float.h, test-math-no-inline.h
30110         and test-math-scalar.h.
30111         (FUNC): Remove macro.
30112         (FUNC_TEST): Likewise.
30113         (FLOAT): Likewise.
30114         (MATHCONST): Likewise.
30115         (PRINTF_EXPR): Likewise.
30116         (PRINTF_XEXPR): Likewise.
30117         (PRINTF_NEXPR): Likewise.
30118         (TEST_FLOAT): Likewise.
30119         (TEST_MATHVEC): Likewise.
30120         (__NO_MATH_INLINES): Likewise.
30121         * math/test-idouble.c: Include test-double.h, test-math-inline.h
30122         and test-math-scalar.h.
30123         (FUNC): Remove macro.
30124         (FUNC_TEST): Likewise.
30125         (FLOAT): Likewise.
30126         (MATHCONST): Likewise.
30127         (PRINTF_EXPR): Likewise.
30128         (PRINTF_XEXPR): Likewise.
30129         (PRINTF_NEXPR): Likewise.
30130         (TEST_DOUBLE): Likewise.
30131         (TEST_MATHVEC): Likewise.
30132         (TEST_INLINE): Likewise.
30133         (__NO_MATH_INLINES): Likewise.
30134         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
30135         test-math-scalar.h.
30136         (FUNC): Remove macro.
30137         (FUNC_TEST): Likewise.
30138         (FLOAT): Likewise.
30139         (MATHCONST): Likewise.
30140         (PRINTF_EXPR): Likewise.
30141         (PRINTF_XEXPR): Likewise.
30142         (PRINTF_NEXPR): Likewise.
30143         (TEST_FLOAT): Likewise.
30144         (TEST_MATHVEC): Likewise.
30145         (TEST_INLINE): Likewise.
30146         (__NO_MATH_INLINES): Likewise.
30147         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
30148         and test-math-scalar.h.
30149         (FUNC): Remove macro.
30150         (FUNC_TEST): Likewise.
30151         (FLOAT): Likewise.
30152         (MATHCONST): Likewise.
30153         (PRINTF_EXPR): Likewise.
30154         (PRINTF_XEXPR): Likewise.
30155         (PRINTF_NEXPR): Likewise.
30156         (TEST_LDOUBLE): Likewise.
30157         (TEST_MATHVEC): Likewise.
30158         (TEST_INLINE): Likewise.
30159         (__NO_MATH_INLINES): Likewise.
30160         * math/test-ldouble.c: Include test-ldouble.h,
30161         test-math-no-inline.h and test-math-scalar.h.
30162         (FUNC): Remove macro.
30163         (FUNC_TEST): Likewise.
30164         (FLOAT): Likewise.
30165         (MATHCONST): Likewise.
30166         (PRINTF_EXPR): Likewise.
30167         (PRINTF_XEXPR): Likewise.
30168         (PRINTF_NEXPR): Likewise.
30169         (TEST_LDOUBLE): Likewise.
30170         (TEST_MATHVEC): Likewise.
30171         (__NO_MATH_INLINES): Likewise.
30172         * math/test-double-vlen2.h: Include test-double.h,
30173         test-math-no-inline.h and test-math-vector.h.
30174         (FLOAT): Remove macro.
30175         (FUNC): Likewise.
30176         (MATHCONST): Likewise.
30177         (PRINTF_EXPR): Likewise.
30178         (PRINTF_XEXPR): Likewise.
30179         (PRINTF_NEXPR): Likewise.
30180         (TEST_DOUBLE): Likewise.
30181         (TEST_MATHVEC): Likewise.
30182         (__NO_MATH_INLINES): Likewise.
30183         (CNCT): Likewise.
30184         (CONCAT): Likewise.
30185         (WRAPPER_NAME): Likewise.
30186         (WRAPPER_DECL): Likewise.
30187         (WRAPPER_DECL_ff): Likewise.
30188         (WRAPPER_DECL_fFF): Likewise.
30189         (VECTOR_WRAPPER): Likewise.
30190         (VECTOR_WRAPPER_ff): Likewise.
30191         (VECTOR_WRAPPER_fFF): Likewise.
30192         (VEC_LEN): New macro.
30193         * math/test-double-vlen4.h: Include test-double.h,
30194         test-math-no-inline.h and test-math-vector.h.
30195         (FLOAT): Remove macro.
30196         (FUNC): Likewise.
30197         (MATHCONST): Likewise.
30198         (PRINTF_EXPR): Likewise.
30199         (PRINTF_XEXPR): Likewise.
30200         (PRINTF_NEXPR): Likewise.
30201         (TEST_DOUBLE): Likewise.
30202         (TEST_MATHVEC): Likewise.
30203         (__NO_MATH_INLINES): Likewise.
30204         (CNCT): Likewise.
30205         (CONCAT): Likewise.
30206         (WRAPPER_NAME): Likewise.
30207         (WRAPPER_DECL): Likewise.
30208         (WRAPPER_DECL_ff): Likewise.
30209         (WRAPPER_DECL_fFF): Likewise.
30210         (VECTOR_WRAPPER): Likewise.
30211         (VECTOR_WRAPPER_ff): Likewise.
30212         (VECTOR_WRAPPER_fFF): Likewise.
30213         (VEC_LEN): New macro.
30214         * math/test-double-vlen8.h: Include test-double.h,
30215         test-math-no-inline.h and test-math-vector.h.
30216         (FLOAT): Remove macro.
30217         (FUNC): Likewise.
30218         (MATHCONST): Likewise.
30219         (PRINTF_EXPR): Likewise.
30220         (PRINTF_XEXPR): Likewise.
30221         (PRINTF_NEXPR): Likewise.
30222         (TEST_DOUBLE): Likewise.
30223         (TEST_MATHVEC): Likewise.
30224         (__NO_MATH_INLINES): Likewise.
30225         (CNCT): Likewise.
30226         (CONCAT): Likewise.
30227         (WRAPPER_NAME): Likewise.
30228         (WRAPPER_DECL): Likewise.
30229         (WRAPPER_DECL_ff): Likewise.
30230         (WRAPPER_DECL_fFF): Likewise.
30231         (VECTOR_WRAPPER): Likewise.
30232         (VECTOR_WRAPPER_ff): Likewise.
30233         (VECTOR_WRAPPER_fFF): Likewise.
30234         (VEC_LEN): New macro.
30235         * math/test-float-vlen4.h: Include test-float.h,
30236         test-math-no-inline.h and test-math-vector.h.
30237         (FLOAT): Remove macro.
30238         (FUNC): Likewise.
30239         (MATHCONST): Likewise.
30240         (PRINTF_EXPR): Likewise.
30241         (PRINTF_XEXPR): Likewise.
30242         (PRINTF_NEXPR): Likewise.
30243         (TEST_FLOAT): Likewise.
30244         (TEST_MATHVEC): Likewise.
30245         (__NO_MATH_INLINES): Likewise.
30246         (CNCT): Likewise.
30247         (CONCAT): Likewise.
30248         (WRAPPER_NAME): Likewise.
30249         (WRAPPER_DECL): Likewise.
30250         (WRAPPER_DECL_ff): Likewise.
30251         (WRAPPER_DECL_fFF): Likewise.
30252         (VECTOR_WRAPPER): Likewise.
30253         (VECTOR_WRAPPER_ff): Likewise.
30254         (VECTOR_WRAPPER_fFF): Likewise.
30255         (VEC_LEN): New macro.
30256         * math/test-float-vlen8.h: Include test-float.h,
30257         test-math-no-inline.h and test-math-vector.h.
30258         (FLOAT): Remove macro.
30259         (FUNC): Likewise.
30260         (MATHCONST): Likewise.
30261         (PRINTF_EXPR): Likewise.
30262         (PRINTF_XEXPR): Likewise.
30263         (PRINTF_NEXPR): Likewise.
30264         (TEST_FLOAT): Likewise.
30265         (TEST_MATHVEC): Likewise.
30266         (__NO_MATH_INLINES): Likewise.
30267         (CNCT): Likewise.
30268         (CONCAT): Likewise.
30269         (WRAPPER_NAME): Likewise.
30270         (WRAPPER_DECL): Likewise.
30271         (WRAPPER_DECL_ff): Likewise.
30272         (WRAPPER_DECL_fFF): Likewise.
30273         (VECTOR_WRAPPER): Likewise.
30274         (VECTOR_WRAPPER_ff): Likewise.
30275         (VECTOR_WRAPPER_fFF): Likewise.
30276         (VEC_LEN): New macro.
30277         * math/test-float-vlen16.h: Include test-float.h,
30278         test-math-no-inline.h and test-math-vector.h.
30279         (FLOAT): Remove macro.
30280         (FUNC): Likewise.
30281         (MATHCONST): Likewise.
30282         (PRINTF_EXPR): Likewise.
30283         (PRINTF_XEXPR): Likewise.
30284         (PRINTF_NEXPR): Likewise.
30285         (TEST_FLOAT): Likewise.
30286         (TEST_MATHVEC): Likewise.
30287         (__NO_MATH_INLINES): Likewise.
30288         (CNCT): Likewise.
30289         (CONCAT): Likewise.
30290         (WRAPPER_NAME): Likewise.
30291         (WRAPPER_DECL): Likewise.
30292         (WRAPPER_DECL_ff): Likewise.
30293         (WRAPPER_DECL_fFF): Likewise.
30294         (VECTOR_WRAPPER): Likewise.
30295         (VECTOR_WRAPPER_ff): Likewise.
30296         (VECTOR_WRAPPER_fFF): Likewise.
30297         (VEC_LEN): New macro.
30298         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
30299         test-vec-loop.h.
30300         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
30301         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
30302         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
30303         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
30304         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
30305         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
30306         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
30308 2015-06-24  Roland McGrath  <roland@hack.frob.com>
30310         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
30311         (__getlogin_r): ... this.
30313 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
30315         [BZ #18594]
30316         * math/s_ccosh.c (__ccosh): Compare with least normal value
30317         instead of comparing class with FP_SUBNORMAL.
30318         * math/s_ccoshf.c (__ccoshf): Likewise.
30319         * math/s_ccoshl.c (__ccoshl): Likewise.
30320         * math/s_cexp.c (__cexp): Likewise.
30321         * math/s_cexpf.c (__cexpf): Likewise.
30322         * math/s_cexpl.c (__cexpl): Likewise.
30323         * math/s_csin.c (__csin): Likewise.
30324         * math/s_csinf.c (__csinf): Likewise.
30325         * math/s_csinh.c (__csinh): Likewise.
30326         * math/s_csinhf.c (__csinhf): Likewise.
30327         * math/s_csinhl.c (__csinhl): Likewise.
30328         * math/s_csinl.c (__csinl): Likewise.
30329         * math/s_ctan.c (__ctan): Likewise.
30330         * math/s_ctanf.c (__ctanf): Likewise.
30331         * math/s_ctanh.c (__ctanh): Likewise.
30332         * math/s_ctanhf.c (__ctanhf): Likewise.
30333         * math/s_ctanhl.c (__ctanhl): Likewise.
30334         * math/s_ctanl.c (__ctanl): Likewise.
30335         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
30336         csin, csinh, ctan and ctanh.
30337         * math/auto-libm-test-out: Regenerated.
30338         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
30339         * sysdeps/i386/fpu/libm-test-ulps: Update.
30340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30342 2015-06-24  Roland McGrath  <roland@hack.frob.com>
30344         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
30345         return value is wrong, print the expected value too.
30347 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
30349         [BZ #18585]
30350         * elf/readlib.c (is_gdb_python_file): New.
30351         (process_file): Don't issue errors on filenames with -gdb.py
30352         suffix.
30354 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
30356         * math/auto-libm-test-in: Add more tests of csin and csinh.
30357         * math/auto-libm-test-out: Regenerated.
30358         * math/libm-test.inc (csin_test_data): Remove tests moved to
30359         auto-libm-test-in.
30360         (csinh_test_data): Likewise.
30362         [BZ #18593]
30363         * math/s_csin.c (__csin): Negate before rather than after possibly
30364         overflowing multiplication.
30365         * math/s_csinf.c (__csinf): Likewise.
30366         * math/s_csinh.c (__csinh): Likewise.
30367         * math/s_csinhf.c (__csinhf): Likewise.
30368         * math/s_csinhl.c (__csinhl): Likewise.
30369         * math/s_csinl.c (__csinl): Likewise.
30370         * math/auto-libm-test-in: Add some tests of csin and csinh.
30371         * math/auto-libm-test-out: Regenerated.
30372         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
30373         (csinh_test_data): Likewise.
30374         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30376         [BZ #18586]
30377         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
30378         underflow exception for small results.
30380 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
30382         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
30383         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
30384         variable and included header.
30385         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
30386         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
30387         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
30388         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
30389         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
30390         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
30391         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
30392         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
30393         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
30394         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
30395         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
30396         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
30397         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
30398         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
30399         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
30400         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
30402 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
30404         [BZ #16526]
30405         [BZ #16538]
30406         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
30407         (__sin): Force underflow exception for arguments with small
30408         absolute value.
30409         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
30410         (__kernel_sinf): Force underflow exception for arguments with
30411         small absolute value.
30412         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
30413         (__kernel_sincosl): Force underflow exception for arguments with
30414         small absolute value.
30415         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
30416         (__kernel_sinl): Force underflow exception for arguments with
30417         small absolute value.
30418         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
30419         (__kernel_sincosl): Force underflow exception for arguments with
30420         small absolute value.
30421         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
30422         (__kernel_sinl): Force underflow exception for arguments with
30423         small absolute value.
30424         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
30425         (__kernel_sinl): Force underflow exception for arguments with
30426         small absolute value.
30427         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
30428         (__kernel_sinf): Force underflow exception for arguments with
30429         small absolute value.
30430         * math/auto-libm-test-in: Add more tests of sin and sincos.
30431         * math/auto-libm-test-out: Regenerated.
30433         [BZ #18245]
30434         [BZ #18583]
30435         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
30436         (__kernel_standard_l): Use feholdexcept and fesetenv around
30437         conversion to double instead of special-casing overflow and
30438         underflow.
30439         * math/libm-test.inc (fmod_test_data): Add more tests.
30440         (remainder_test_data): Likewise.
30441         (sqrt_test_data): Likewise.
30443 2015-06-23  Torvald Riegel  <triegel@redhat.com>
30445         [BZ #17403]
30446         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
30447         atomic_read_barrier, atomic_write_barrier): Define.
30448         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
30449         atomic_read_barrier, atomic_write_barrier): Define.
30451 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
30453         * math/Makefile [$(PERL) != no]
30454         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
30455         dependency on libm-test.stmp below the inclusion of Rules.
30457 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
30459         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
30460         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
30461         and included header.
30462         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
30463         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
30464         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
30465         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
30466         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
30467         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
30468         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
30469         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
30470         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
30471         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
30472         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
30473         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
30474         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
30475         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
30476         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
30477         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
30478         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
30479         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
30480         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
30482 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
30484         [BZ #18371]
30485         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
30486         intermediate but not final result might underflow.
30487         * math/s_csqrtf.c (__csqrtf): Likewise.
30488         * math/s_csqrtl.c (__csqrtl): Likewise.
30489         * math/auto-libm-test-in: Add more tests of csqrt.
30490         * math/auto-libm-test-out: Regenerated.
30491         * sysdeps/i386/fpu/libm-test-ulps: Update.
30493         [BZ #18219]
30494         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
30495         threshold on absolute value of exponent for which scaling is used.
30496         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
30497         * math/auto-libm-test-in: Add more tests of exp2.
30498         * math/auto-libm-test-out: Regenerated.
30500 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
30502         [BZ #17977]
30503         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
30504         when initializing interface list, based on the bug analysis
30505         and the patch proposed by Eric Newton.
30506         * resolv/tst-res_hconf_reorder.c: New test.
30507         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
30508         tst-res_hconf_reorder.
30509         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
30510         and $(shared-thread-library).
30511         (tst-res_hconf_reorder-ENV): New variable.
30513         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
30514         in comment.
30516 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
30518         [BZ #16353]
30519         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
30520         (__expm1): Force underflow exception for arguments with small
30521         absolute value.
30522         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
30523         (__expm1f): Force underflow exception for arguments with small
30524         absolute value.
30525         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
30526         (__expm1): Force underflow exception for arguments with small
30527         absolute value.
30528         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
30529         (__expm1f): Force underflow exception for arguments with small
30530         absolute value.
30531         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
30532         Check for small arguments before calling __expm1.
30533         * math/auto-libm-test-in: Do not mark underflow exceptions as
30534         possibly missing for bug 16353.
30535         * math/auto-libm-test-out: Regenerated.
30537 2015-06-22  Andreas Schwab  <schwab@suse.de>
30539         [BZ #18513]
30540         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
30541         PTR queries.
30543 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
30545         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
30547         * string/strcoll_l.c: Remove unused struct element idxnow.
30549 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
30551         [BZ #18569]
30552         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
30553         underflow and return argument in case of subnormal argument.
30554         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
30555         Likewise.
30556         * math/auto-libm-test-in: Add more tests of expm1.
30557         * math/auto-libm-test-out: Regenerated.
30559         [BZ #16361]
30560         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
30561         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
30562         tiny results.
30563         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
30564         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
30565         tiny results.
30566         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
30567         mark underflow exceptions as possibly missing for bug 16361.
30568         * math/auto-libm-test-out: Regenerated.
30570 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
30572         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
30573         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
30574         Remove variable.
30575         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
30576         (test-xfail-XOPEN2K8/utmpx.h/conform).
30578         * conform/conformtest.pl ($xerrors): New variable.
30579         (note_error): New function.
30580         (compiletest): New argument $xfail.  Use not_error.
30581         (runtest): Likewise.
30582         (top level): Handle xfail- lines.  Update calls to compiletest and
30583         runtest.  Handle xfail- and optional- in headers listed with
30584         allow-header.
30585         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
30586         (O_EXEC): Likewise.
30587         (O_SEARCH): Likewise.
30588         * conform/data/stropts.h-data (ioctl): Likewise.
30589         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
30590         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
30591         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
30592         (msghdr.msg_controllen): Likewise.
30593         (cmsghdr.cmsg_len): Likewise.
30594         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
30595         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
30596         variable.
30597         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
30598         (test-xfail-XPG4/stropts.h/conform): Likewise.
30599         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
30600         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
30601         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
30602         (test-xfail-UNIX98/stropts.h/conform): Likewise.
30603         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
30604         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
30605         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
30606         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
30607         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
30608         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
30609         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
30610         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
30611         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
30612         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
30613         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
30614         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
30615         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
30616         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
30617         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
30619 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
30621         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
30622         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
30623         definitions for proper unfolding of __MATHDECL_VEC.
30625 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
30627         * benchtests/bench-strcoll.c:
30628         Include string.h.
30629         (main): Remove unused variable res.
30631 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
30633         * timezone/Makefile (%/UTC %/Universal):
30634         Generate test-result files for UTC and Universal.
30636 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
30638         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
30640 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
30642         [BZ #16350]
30643         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
30644         for arguments with small absolute value.
30645         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
30646         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
30647         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
30648         (__asinh): Force underflow exception for arguments with small
30649         absolute value.
30650         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
30651         (__asinhf): Force underflow exception for arguments with small
30652         absolute value.
30653         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
30654         (__asinhl): Force underflow exception for arguments with small
30655         absolute value.
30656         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
30657         (__asinhl): Force underflow exception for arguments with small
30658         absolute value.
30659         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
30660         (__asinhl): Force underflow exception for arguments with small
30661         absolute value.
30662         * math/auto-libm-test-in: Do not mark underflow exceptions as
30663         possibly missing for bug 16350.
30664         * math/auto-libm-test-out: Regenerated.
30666         * include/bits/ipc.h: Remove file.
30667         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
30668         variable.
30669         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
30670         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
30671         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
30672         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
30673         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
30674         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
30675         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
30676         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
30677         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
30679         * math/auto-libm-test-in: Remove spurious underflow allowance for
30680         tests of cexp.
30681         * math/auto-libm-test-out: Regenerated.
30683         [BZ #18558]
30684         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
30685         unconditional definition.
30686         (MCAST_BLOCK_SOURCE): Likewise.
30687         (MCAST_UNBLOCK_SOURCE): Likewise.
30688         (MCAST_LEAVE_GROUP): Likewise.
30689         (MCAST_JOIN_SOURCE_GROUP): Likewise.
30690         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
30691         (MCAST_MSFILTER): Likewise.
30692         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
30693         Remove variable.
30694         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
30695         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
30696         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
30697         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
30698         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
30700 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
30702         * NEWS: Mention addition of x86_64 vector sincosf.
30703         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
30704         * math/test-float-vlen4.h: Likewise.
30705         * math/test-float-vlen8.h: Likewise.
30706         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
30707         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
30708         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
30709         * sysdeps/x86_64/fpu/Versions: New versions added.
30710         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
30711         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
30712         Added build of SSE, AVX2 and AVX512 IFUNC versions.
30713         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
30714         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
30715         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
30716         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
30717         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
30718         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
30719         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
30720         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
30721         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
30722         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
30723         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
30724         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
30725         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
30726         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
30727         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
30728         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
30729         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
30730         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
30731         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
30732         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
30733         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
30735         * NEWS: Mention addition of x86_64 vector sincos.
30736         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
30737         * math/math.h (__MATHDECL_VEC): New macro.
30738         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
30739         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
30740         declaration under condition.
30741         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
30742         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
30743         TEST_VEC_LOOP change.
30744         * math/test-double-vlen4.h: Likewise.
30745         * math/test-double-vlen8.h: Likewise.
30746         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
30747         * math/test-float-vlen4.h: Likewise.
30748         * math/test-float-vlen8.h: Likewise.
30749         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
30750         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
30751         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
30752         * sysdeps/x86_64/fpu/Versions: New versions added.
30753         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
30754         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
30755         Added build of SSE, AVX2 and AVX512 IFUNC versions.
30756         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
30757         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
30758         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
30759         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
30760         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
30761         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
30762         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
30763         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
30764         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
30765         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
30766         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
30767         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
30768         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
30769         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
30770         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
30771         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
30772         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
30773         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
30774         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
30775         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
30776         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
30778         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
30779         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
30780         redirections for powf.
30781         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
30782         * sysdeps/x86_64/fpu/Versions: New versions added.
30783         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
30784         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
30785         Added build of SSE, AVX2 and AVX512 IFUNC versions.
30786         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
30787         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
30788         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
30789         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
30790         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
30791         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
30792         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
30793         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
30794         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
30795         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
30796         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
30797         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
30798         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
30799         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
30800         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
30801         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
30802         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
30803         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
30804         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
30805         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
30806         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
30807         * math/test-float-vlen16.h: Fixed 2 argument macro.
30808         * math/test-float-vlen4.h: Likewise.
30809         * math/test-float-vlen8.h: Likewise.
30810         * NEWS: Mention addition of x86_64 vector powf.
30812 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
30814         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30815         and redefine.
30816         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30817         and redefine.
30818         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
30819         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
30820         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
30822         [BZ #18553]
30823         * resource/getpriority.c (getpriority): Rename to __getpriority
30824         and define as weak alias of __getpriority.
30825         * resource/setpriority.c (setpriority): Rename to __setpriority
30826         and define as weak alias of __setpriority.
30827         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
30828         __getpriority and define as weak alias of __getpriority.
30829         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
30830         __setpriority and define as weak alias of __setpriority.
30831         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
30832         strong name.
30833         (setpriority): Use __setpriority as strong name.
30834         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
30835         __getpriority and define as weak alias of __getpriority.
30836         * include/sys/resource.h (__getpriority): Declare.  Use
30837         libc_hidden_proto.
30838         (__setpriority): Likewise.
30839         (getpriority): Don't use libc_hidden_proto.
30840         (setpriority): Likewise.
30841         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
30842         getpriority.  Call __setpriority instead of setpriority.
30843         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
30844         Remove variable.
30846         [BZ #18547]
30847         * misc/getttyent.c (getttynam): Rename to __getttynam and define
30848         as weak alias of __getttynam.  Use prototype function definition.
30849         Call __setttyent, __getttyent and __endttyent instead of
30850         setttyent, getttyent and endttyent.
30851         (getttyent): Rename to __getttyent and define as weak alias of
30852         __getttyent.  Call __setttyent instead of setttyent.  Call
30853         __fgets_unlocked instead of fgets_unlocked.
30854         (setttyent): Rename to __setttyent and define as weak alias of
30855         __setttyent.
30856         (endttyent): Rename to __endttyent and define as weak alias of
30857         __endttyent.
30858         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
30859         (__setttyent): Likewise.
30860         (__endttyent): Likewise.
30861         (getttyent): Don't use libc_hidden_proto.
30862         (setttyent): Likewise.
30863         (endttyent): Likewise.
30864         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
30865         __endttyent instead of setttyent, getttyent and endttyent.
30866         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
30867         Remove variable.
30869         [BZ #18546]
30870         * socket/recv.c (__recv): Use libc_hidden_def.
30871         * socket/socket.c (__socket): Likewise.
30872         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
30873         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
30874         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
30875         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
30876         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
30877         libc_hidden_def.
30878         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
30879         libc_hidden_weak.
30880         * include/sys/socket.h (__socket): Do not use attribute_hidden.
30881         Use libc_hidden_proto.
30882         (__recv): Likewise.
30883         * socket/Versions (libc): Export __recv and __socket at version
30884         GLIBC_PRIVATE.
30885         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
30886         instead of recv.
30887         (init_mq_netlink): Call __socket instead of socket.
30888         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
30889         Remove variable.
30891         [BZ #18545]
30892         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
30893         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
30894         hidden_weak.
30895         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
30896         define as alias of __mq_timedsend.  Use hidden_weak.
30897         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
30898         __mq_timedsend as strong name.
30899         (mq_timedreceive): Use __mq_timedreceive as strong name.
30900         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
30901         (__mq_timedreceive): Likewise.
30902         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
30903         __mq_timedreceive instead of mq_timedreceive.
30904         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
30905         instead of mq_timedsend.
30906         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
30907         Remove variable.
30909         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
30910         hidden_def and hidden_weak instead of libc_hidden_def and
30911         libc_hidden_weak.
30912         (top level): Refer to hidden_def in comment.
30913         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
30914         macro.  Use it instead of libc_hidden_def.
30915         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
30916         specify __GI_* name explicitly.
30917         (mq_timedreceive): Likewise.
30918         (mq_setattr): Likewise.
30920         [BZ #18544]
30921         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
30922         __pthread_barrier_init and define as weak alias of
30923         __pthread_barrier_init.
30924         * sysdeps/sparc/nptl/pthread_barrier_init.c
30925         (pthread_barrier_init): Likewise.
30926         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
30927         __pthread_barrier_wait and define as weak alias of
30928         __pthread_barrier_wait.
30929         * sysdeps/sparc/nptl/pthread_barrier_wait.c
30930         (pthread_barrier_wait): Likewise.
30931         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
30932         (pthread_barrier_wait): Likewise.
30933         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
30934         (pthread_barrier_wait): Likewise.
30935         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
30936         (pthread_barrier_wait): Likewise.
30937         * nptl/Versions (libpthread): Export __pthread_barrier_init and
30938         __pthread_barrier_wait at version GLIBC_PRIVATE.
30939         * include/pthread.h (__pthread_barrier_init): Declare.
30940         (__pthread_barrier_wait): Likewise.
30941         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
30942         Call __pthread_barrier_wait instead of pthread_barrier_wait.
30943         (helper_thread): Likewise.
30944         (init_mq_netlink): Call __pthread_barrier_init instead of
30945         pthread_barrier_init.
30947         [BZ #18542]
30948         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
30949         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
30950         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
30951         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
30952         vswscanf.
30953         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
30954         Remove variable.
30956         [BZ #18540]
30957         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
30958         strong alias of _IO_fflush.  Use libc_hidden_def.
30959         * libio/iofflush_u.c (fflush_unlocked): Rename to
30960         __fflush_unlocked and define as weak alias of __fflush_unlocked.
30961         Use libc_hidden_weak.
30962         * include/stdio.h (__fflush_unlocked): Declare.  Use
30963         libc_hidden_proto.
30964         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
30965         fflush_unlocked.
30966         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
30967         Remove variable.
30969         [BZ #18539]
30970         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
30971         define as weak alias of __addseverity.
30972         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
30973         Remove variable.
30974         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
30975         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
30976         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
30978         [BZ #18536]
30979         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
30980         (__tfind): Likewise.
30981         (__tdelete): Likewise.
30982         (__twalk): Likewise.
30983         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
30984         __twalk to GLIBC_PRIVATE.
30985         * include/search.h (__tsearch): Use libc_hidden_proto.
30986         (__tfind): Likewise.
30987         (__tdelete): Likewise.
30988         (__twalk): Likewise.
30989         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
30990         Call __tdelete instead of tdelete.
30991         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
30992         tfind.  Call __tsearch instead of tsearch.
30993         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
30994         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
30995         Remove variable.
30996         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
30998         [BZ #18534]
30999         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
31000         (dprintf): Define as a weak alias of __dprintf, not a strong
31001         alias.
31002         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
31003         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
31004         dprintf.
31005         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
31006         Remove variable.
31007         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
31008         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
31010         [BZ #18533]
31011         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
31012         not a strong alias.
31013         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
31014         Remove variable.
31016         [BZ #18532]
31017         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
31018         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
31019         (in6addr_loopback): Rename to __in6addr_loopback and define as
31020         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
31021         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
31022         libc_hidden_proto.
31023         (__in6addr_any): Likewise.
31024         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
31025         in6addr_any.
31026         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
31027         variable.
31028         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
31030 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
31032         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
31033         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
31034         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
31035         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31036         redirections for pow.
31037         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31038         * sysdeps/x86_64/fpu/Versions: New versions added.
31039         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31040         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31041         build of SSE, AVX2 and AVX512 IFUNC versions.
31042         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
31043         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
31044         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
31045         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
31046         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
31047         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
31048         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
31049         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
31050         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
31051         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
31052         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
31053         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
31054         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
31055         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
31056         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
31057         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
31058         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
31059         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
31060         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
31061         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
31062         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
31063         * NEWS: Mention addition of x86_64 vector pow.
31065         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31066         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31067         redirections for expf.
31068         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31069         * sysdeps/x86_64/fpu/Versions: New versions added.
31070         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31071         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31072         build of SSE, AVX2 and AVX512 IFUNC versions.
31073         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
31074         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
31075         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
31076         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
31077         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
31078         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
31079         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
31080         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
31081         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
31082         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
31083         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
31084         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
31085         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
31086         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
31087         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
31088         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
31089         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
31090         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
31091         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
31092         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
31093         * NEWS: Mention addition of x86_64 vector expf.
31095         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
31096         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
31097         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
31098         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31099         redirections for exp.
31100         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31101         * sysdeps/x86_64/fpu/Versions: New versions added.
31102         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31103         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31104         build of SSE, AVX2 and AVX512 IFUNC versions.
31105         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
31106         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
31107         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
31108         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
31109         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
31110         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
31111         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
31112         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
31113         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
31114         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
31115         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
31116         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
31117         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
31118         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
31119         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
31120         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
31121         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
31122         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
31123         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
31124         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
31125         * NEWS: Mention addition of x86_64 vector exp.
31127         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31128         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31129         redirections for logf.
31130         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31131         * sysdeps/x86_64/fpu/Versions: New versions added.
31132         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31133         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31134         build of SSE, AVX2 and AVX512 IFUNC versions.
31135         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
31136         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
31137         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
31138         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
31139         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
31140         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
31141         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
31142         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
31143         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
31144         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
31145         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
31146         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
31147         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
31148         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
31149         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
31150         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
31151         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
31152         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
31153         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
31154         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
31155         * NEWS: Mention addition of x86_64 vector logf.
31157         * bits/libm-simd-decl-stubs.h: Added stubs for log.
31158         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
31159         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
31160         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31161         redirections for log.
31162         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31163         * sysdeps/x86_64/fpu/Versions: New versions added.
31164         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31165         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31166         build of SSE, AVX2 and AVX512 IFUNC versions.
31167         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
31168         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
31169         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
31170         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
31171         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
31172         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
31173         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
31174         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
31175         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
31176         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
31177         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
31178         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
31179         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
31180         test.
31181         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
31182         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
31183         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
31184         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
31185         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
31186         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
31187         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
31188         * NEWS: Mention addition of x86_64 vector log.
31190 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
31192         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
31193         cfi_adjust_cfa_offset argument.
31194         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
31195         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
31197         [BZ #18034]
31198         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
31199         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
31200         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
31201         ordering using ldar.
31202         (_dl_tlsdesc_dynamic): Likewise.
31203         (_dl_tlsdesc_return_lazy): Likewise.
31204         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
31205         relaxed atomics instead of volatile and synchronize with release store.
31206         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
31207         volatile.
31208         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31210 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
31212         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31213         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
31214         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31215         * sysdeps/x86_64/fpu/Versions: New versions added.
31216         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31217         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31218         build of SSE, AVX2 and AVX512 IFUNC versions.
31219         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
31220         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
31221         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
31222         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
31223         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
31224         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
31225         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
31226         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
31227         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
31228         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
31229         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
31230         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
31231         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
31232         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
31233         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
31234         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
31235         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
31236         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
31237         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
31238         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
31239         * NEWS: Mention addition of x86_64 vector sinf.
31241 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
31243         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
31244         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
31245         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
31246         Remove variable.
31247         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
31248         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
31250 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
31252         [BZ #18530]
31253         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
31254         strong alias of _IO_fputs.  Use libc_hidden_def.
31255         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
31256         and define as weak alias of __fputs_unlocked.  Use
31257         libc_hidden_weak.
31258         * include/stdio.h (__fputs_unlocked): Declare.  Use
31259         libc_hidden_proto.
31260         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
31261         fputs_unlocked.
31263         [BZ #18529]
31264         * resolv/netdb.h [__USE_POSIX]: Change condition to
31265         [__USE_XOPEN2K].
31266         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
31267         not expect.
31268         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
31269         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
31270         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
31271         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
31272         [XPG4 || UNIX98] (AI_ALL): Likewise.
31273         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
31274         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
31275         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
31276         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
31277         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
31278         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
31279         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
31280         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
31281         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
31282         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
31283         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
31284         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
31285         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
31286         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
31287         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
31288         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
31289         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
31290         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
31291         [XPG4 || UNIX98] (gai_strerror): Likewise.
31292         [XPG4 || UNIX98] (getaddrinfo): Likewise.
31293         [XPG4 || UNIX98] (getnameinfo): Likewise.
31295         [BZ #18528]
31296         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
31297         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
31298         __USE_XOPEN2K8].
31299         (getgrent): Likewise.
31300         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
31301         expect.
31302         [XPG3 || POSIX2008] (endgrent): Likewise.
31303         [XPG3] (setgrent): Likewise.
31304         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
31305         variable.
31306         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
31308         [BZ #18527]
31309         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
31310         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
31311         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
31312         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
31313         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
31314         * include/unistd.h (__getlogin_r): Declare.  Use
31315         libc_hidden_proto.
31316         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
31317         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
31318         variable.
31319         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
31320         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
31321         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
31323 2015-06-12  Martin Sebor  <msebor@redhat.com>
31325         [BZ #18512]
31326         * Makerules (check-install-supported): New target.
31327         (install): Add check-install-supported as a dependency.
31328         * manual/install.texi (Installing the C Library): Document
31329         that overriding prefix and exec_prefix is not supported.
31330         Mention DESTDIR.
31331         * INSTALL: Regenerate from the above.
31333 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
31335         [BZ #18519]
31336         * posix/Versions (libc): Export __libc_pread at version
31337         GLIBC_PRIVATE.
31338         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
31339         instead of pread.
31340         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
31341         variable.
31343         [BZ #18522]
31344         * misc/efgcvt_r.c
31345         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
31346         (cvt_symbol): Use weak_alias instead of strong_alias.
31347         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
31348         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
31349         Remove variable.
31350         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
31351         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
31353         [BZ #18520]
31354         * inet/herrno.c (h_errno): Rename to __h_errno.
31355         (__libc_h_errno): Define as alias of __h_errno not h_errno.
31356         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
31357         to __h_errno instead of h_errno.
31358         * nptl/herrno.c (h_errno): Rename to __h_errno.
31359         (__h_errno_location): Refer to __h_errno not h_errno.
31360         * resolv/Versions (h_errno): Rename to __h_errno.
31361         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
31362         Remove variable.
31363         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
31365 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
31367         * configure.ac: More strict check for AVX512 assembler support.
31368         * configure: Regenerated.
31370         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
31371         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
31372         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
31373         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
31374         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31375         * sysdeps/x86_64/fpu/Versions: New versions added.
31376         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31377         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
31378         Added build of SSE, AVX2 and AVX512 IFUNC versions.
31379         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
31380         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
31381         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
31382         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
31383         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
31384         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
31385         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
31386         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
31387         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
31388         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
31389         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
31390         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
31391         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
31392         test.
31393         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
31394         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
31395         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
31396         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
31397         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
31398         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
31399         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
31400         * NEWS: Mention addition of x86_64 vector sin.
31402 2015-06-11  Florian Weimer  <fweimer@redhat.com>
31404         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
31405         comment.
31407 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
31409         [BZ #18479]
31410         * nptl/pt-interp.c: New file.
31411         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
31412         Add pt-interp.
31413         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
31414         $(common-objpfx)runtime-linker.h.
31416 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
31418         * Makeconfig (+interp): Remove unused variable.
31419         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
31420         only.  Depend on $(common-objpfx)runtime-linker.h instead of
31421         $(elf-objpfx)runtime-linker.h.
31422         ($(elf-objpfx)runtime-linker.h): Rename to
31423         $(common-objpfx)runtime-linker.h and move ...
31424         * Makerules [$(build-shared) = yes]: ... here.
31425         * elf/interp.c: Include <runtime-linker.h> instead of
31426         <elf/runtime-linker.h>.
31428 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
31430         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
31431         (__gettimeofday_syscall): Remove vsyscall fallback.
31432         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
31433         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
31434         Add syscall fallback function.
31435         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
31436         if vDSO is not present.
31437         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
31438         fallback function.
31439         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
31440         present.
31441         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
31442         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
31444 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
31446         [BZ #18497]
31447         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
31448         of wcscmp.
31449         (wcscmp): Define as weak alias of WCSCMP.
31450         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
31451         wcscoll.
31452         (USE_HIDDEN_DEF): Define.
31453         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
31454         __wcscoll.  Don't use libc_hidden_weak.
31455         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
31456         wcscmp.
31457         * sysdeps/i386/i686/multiarch/wcscmp-c.c
31458         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
31459         __GI_wcscmp.
31460         (weak_alias): Undefine and redefine.
31461         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
31462         __wcscmp and define as weak alias of __wcscmp.
31463         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
31464         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
31465         (__wcscoll): Likewise.
31466         (wcscmp): Don't use libc_hidden_proto.
31467         (wcscoll): Likewise.
31468         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
31469         wcscoll.
31470         * posix/regexec.c (check_node_accept_bytes): Likewise.
31471         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
31472         variable.
31473         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
31474         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
31476         [BZ #18507]
31477         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
31478         __fstatvfs and define as weak alias of __fstatvfs.  Use
31479         libc_hidden_weak.
31480         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
31481         and define as weak alias of __statvfs.  Use libc_hidden_weak.
31482         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
31483         Define as alias of __fstatvfs, not fstatvfs.
31484         (fstatvfs64): Likewise.
31485         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
31486         Define as alias of __statvfs, not statvfs.
31487         (statvfs64): Likewise.
31488         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
31489         Remove variable.
31491 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
31493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31494         (HAVE_GETCPU_VSYSCALL): Define.
31495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31496         (HAVE_GETCPU_VSYSCALL): Likewise.
31497         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
31498         * sysdeps/unix/sysv/linux/sched_getcpu.c
31499         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
31500         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
31501         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
31502         prototype.
31503         * sysdeps/unix/sysv/linux/x86_64/init-first.c
31504         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
31505         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
31506         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
31507         Define.
31508         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
31509         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31510         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
31511         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
31513 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
31515         * sysdeps/x86_64/fpu/Makefile: New file.
31516         * sysdeps/x86_64/fpu/Versions: New file.
31517         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
31518         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
31519         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
31520         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
31521         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
31522         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
31523         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
31524         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
31525         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
31526         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
31527         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
31528         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
31529         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
31530         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
31531         Added build of SSE, AVX2 and AVX512 IFUNC versions.
31532         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
31533         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
31534         * sysdeps/x86_64/configure.ac: Options for libmvec build.
31535         * sysdeps/x86_64/configure: Regenerated.
31536         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
31537         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
31538         * manual/install.texi (Configuring and compiling): Document
31539         --disable-mathvec.
31540         * INSTALL: Regenerated.
31541         * NEWS: Mention addition of libmvec and x86_64 vector cos.
31543         * math/Makefile: Added rules for vector tests.
31544         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
31545         declaration under condition.
31546         * math/test-double-vlen2.h: New file.
31547         * math/test-double-vlen4.h: New file.
31548         * math/test-double-vlen8.h: New file.
31549         * math/test-vec-loop.h: Added initialization macro.
31550         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
31551         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
31552         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
31553         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
31554         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
31555         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
31556         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
31557         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
31558         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
31559         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
31560         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
31562         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31563         * sysdeps/x86_64/fpu/Versions: New versions added.
31564         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
31565         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
31566         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
31567         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
31568         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
31569         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
31570         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
31571         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
31572         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
31573         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
31574         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
31575         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
31576         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
31577         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
31578         Added build of SSE, AVX2 and AVX512 IFUNC versions.
31579         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
31580         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
31581         * NEWS: Mention addition of x86_64 vector cosf.
31583         * math/Makefile: Added CFLAGS for new tests.
31584         * math/test-float-vlen16.h: New file.
31585         * math/test-float-vlen4.h: New file.
31586         * math/test-float-vlen8.h: New file.
31587         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
31588         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
31589         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31590         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
31591         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
31592         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
31593         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
31594         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
31595         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
31596         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
31597         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
31599 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
31601         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
31602         * locale/programs/ld-ctype.c: Likewise.
31604 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
31606         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
31607         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
31608         bit_ZMM16_31_state): New macro.
31609         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31610         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
31612 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
31614         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
31616 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
31618         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
31620 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
31622         [BZ #18498]
31623         * libio/memstream.c (open_memstream): Rename to __open_memstream
31624         and define as weak alias of __open_memstream.
31625         * include/stdio.h (__open_memstream): Declare.  Use
31626         libc_hidden_proto.
31627         (open_memstream): Don't use libc_hidden_proto.
31628         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
31629         open_memstream.
31630         * posix/getopt.c (_getopt_internal_r): Likewise.
31631         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
31632         variable.
31633         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
31634         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
31635         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
31637         [BZ #18496]
31638         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
31639         instead of wcrtomb.
31641         [BZ #18483]
31642         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
31643         [__USE_XOPEN2K8].  Remove redundant #endif.
31644         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
31645         Remove redundant #if.
31646         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
31647         Remove variable.
31648         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
31649         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
31651         [BZ #18495]
31652         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
31653         (__iswlower): Likewise.
31654         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
31655         (__iswlower): Likewise.
31656         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
31657         instead of towlower.
31658         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
31659         instead of iswlower.  Call __towupper instead of towupper.
31660         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
31661         instead of iswalnum.
31663 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31665         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
31666         errors to stderr.
31668 2015-06-05  Florian Weimer  <fweimer@redhat.com>
31670         [BZ #15661]
31671         [BZ #17322]
31672         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
31673         Check for overflow properly.  Check for O_APPEND.  Ignore large
31674         file system block sizes.  Add comments about problems.
31675         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
31676         * manual/filesys.texi (Storage Allocation): New node.
31678 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
31680         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
31681         cancellable syscalls.
31682         (SYS_ify): Add guard to no redefine it.
31683         (INLINE_SYSCALL): Likewise.
31684         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
31685         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
31686         SYSCALL_CANCEL instead.
31687         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
31688         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
31689         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
31690         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
31691         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
31692         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
31693         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
31694         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
31695         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
31696         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
31697         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
31698         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
31699         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
31700         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
31701         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
31702         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
31703         Likewise.
31704         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
31705         (__libc_pread64): Likewise.
31706         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
31707         (__libc_preadv): Likewise.
31708         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
31709         (__libc_readv64): Likewise.
31710         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
31711         (__libc_pwrite): Likewise.
31712         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
31713         (__libc_pwrite64): Likewise.
31714         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
31715         (__libc_pwritev): Likewise.
31716         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
31717         (__libc_pwritev64): Likewise.
31718         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
31719         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
31720         (sync_file_range): Likewise.
31721         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
31722         Likewise.
31723         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
31724         Likewise.
31725         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
31726         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
31727         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
31728         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
31729         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
31730         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
31731         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
31732         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
31733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
31734         Likewise.
31735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
31736         (__libc_read64): Likewise.
31737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
31738         Likewise.
31739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
31740         Likewise.
31741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
31742         Likewise.
31743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
31744         Likewise.
31745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
31746         (__libc_pread64): Likewise.
31747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
31748         Likewise.
31749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
31750         (__libc_pwrite64): Likewise.
31751         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
31752         (sync_file_range): Likewise.
31753         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
31754         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
31755         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
31756         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
31757         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
31758         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
31759         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
31760         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
31761         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
31762         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
31763         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31764         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
31765         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
31766         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
31767         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
31768         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
31769         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
31770         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
31771         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
31772         Likewise.
31773         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
31774         Likewise.
31775         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
31776         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
31777         Likewise.
31778         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
31779         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
31780         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
31781         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
31782         Likewise.
31783         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
31784         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
31785         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
31786         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
31787         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
31789 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
31791         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
31792         Include dl-vdso.
31793         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
31794         Use VDSO routines for gettimeofday, clock_gettime if
31795         available.
31796         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
31797         Declare VDSO symbols.
31798         * sysdeps/unix/sysv/linux/arm/sysdep.h:
31799         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
31800         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
31801         * sysdeps/unix/sysv/linux/arm/Versions: Add
31802         __vdso_clock_gettime.
31804 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
31806         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
31807         be an inline implementation regardless of library is built within.
31808         (open_not_cancel_2): Likewise.
31809         (__read_nocancel): Likewise.
31810         (__write_nocancel): Likewise.
31811         (openat_not_cancel): Likewise.
31812         (openat_not_cancel_3): Likewise.
31813         (openat64_not_cancel): Likewise.
31814         (openat64_not_cancel_3): Likewise.
31815         (__close_nocancel): Likewise.
31816         (pause_not_cancel): Likewise.
31817         (nanosleep_not_cancel): Likewise.
31818         (sigsuspend_not_cancel): Likewise.
31820 2015-06-04  Torvald Riegel  <triegel@redhat.com>
31822         [BZ #14958]
31823         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
31824         wake-up.
31825         (__pthread_rwlock_rdlock_slow): Likewise.
31826         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
31827         Likewise.
31828         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
31829         Likewise.
31830         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
31831         * nptl/tst-rwlock16.c: New file.
31832         * nptl/Makefile (tests): Add new test.
31834 2015-06-04  Torvald Riegel  <triegel@redhat.com>
31836         [BZ #18324]
31837         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
31838         missing wake-up of readers.
31839         * nptl/tst-rwlock15.c: New file.
31840         * nptl/Makefile (tests): Add new test.
31842 2015-06-03  Roland McGrath  <roland@hack.frob.com>
31844         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
31845         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
31846         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
31847         and __nacl_supply_interface_rtld.
31848         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
31849         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
31850         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
31851         Add __nacl_supply_interface_rtld.
31852         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
31854 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
31856         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
31857         isfinite.
31858         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31859         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
31861 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
31863         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
31864         __signbit* with standard C99 macros.
31865         * math/e_exp10l.c: Likewise.
31866         * math/e_exp2l.c: Likewise.
31867         * math/e_scalb.c: Likewise.
31868         * math/e_scalbf.c: Likewise.
31869         * math/e_scalbl.c: Likewise.
31870         * math/s_ldexp.c: Likewise.
31871         * math/s_ldexpf.c: Likewise.
31872         * math/s_ldexpl.c: Likewise.
31873         * math/w_atan2.c: Likewise.
31874         * math/w_atan2f.c: Likewise.
31875         * math/w_atan2l.c: Likewise.
31876         * math/w_cosh.c: Likewise.
31877         * math/w_coshf.c: Likewise.
31878         * math/w_coshl.c: Likewise.
31879         * math/w_exp10.c: Likewise.
31880         * math/w_exp10f.c: Likewise.
31881         * math/w_exp10l.c: Likewise.
31882         * math/w_exp2.c: Likewise.
31883         * math/w_exp2f.c: Likewise.
31884         * math/w_exp2l.c: Likewise.
31885         * math/w_fmod.c: Likewise.
31886         * math/w_fmodf.c: Likewise.
31887         * math/w_fmodl.c: Likewise.
31888         * math/w_hypot.c: Likewise.
31889         * math/w_hypotf.c: Likewise.
31890         * math/w_hypotl.c: Likewise.
31891         * math/w_jnl.c: Likewise.
31892         * math/w_lgamma.c: Likewise.
31893         * math/w_lgamma_r.c: Likewise.
31894         * math/w_lgammaf.c: Likewise.
31895         * math/w_lgammaf_r.c: Likewise.
31896         * math/w_lgammal.c: Likewise.
31897         * math/w_lgammal_r.c: Likewise.
31898         * math/w_pow.c: Likewise.
31899         * math/w_powf.c: Likewise.
31900         * math/w_powl.c: Likewise.
31901         * math/w_remainder.c: Likewise.
31902         * math/w_remainderf.c: Likewise.
31903         * math/w_remainderl.c: Likewise.
31904         * math/w_scalb.c: Likewise.
31905         * math/w_scalbf.c: Likewise.
31906         * math/w_scalbl.c: Likewise.
31907         * math/w_scalbln.c: Likewise.
31908         * math/w_scalblnf.c: Likewise.
31909         * math/w_scalblnl.c: Likewise.
31910         * math/w_sinh.c: Likewise.
31911         * math/w_sinhf.c: Likewise.
31912         * math/w_sinhl.c: Likewise.
31913         * math/w_tgamma.c: Likewise.
31914         * math/w_tgammaf.c: Likewise.
31915         * math/w_tgammal.c: Likewise.
31916         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31917         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
31918         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
31919         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
31920         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
31921         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31922         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
31923         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
31924         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
31925         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
31926         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
31927         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
31928         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
31929         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
31930         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
31931         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
31932         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
31933         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
31934         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
31935         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
31936         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
31937         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
31938         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
31939         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
31940         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
31941         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
31942         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
31943         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
31944         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
31945         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
31946         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
31947         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
31948         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
31949         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
31950         * stdio-common/printf_fp.c: Likewise.
31951         * stdio-common/printf_fphex.c: Likewise.
31952         * stdio-common/printf_size.c: Likewise.
31954 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
31956         [BZ #18470]
31957         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
31958         strnlen.
31959         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
31960         Remove variable.
31961         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
31962         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
31963         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
31964         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
31965         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
31966         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
31967         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
31968         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
31969         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
31970         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
31972         [BZ #18468]
31973         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
31974         weak alias of __wmemchr.  Use libc_hidden_weak.
31975         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
31976         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
31977         instead of wmemchr.
31979 2015-06-02  Roland McGrath  <roland@hack.frob.com>
31981         [BZ #18383]
31982         * elf/tst-tlsalign-extern.c: New file.
31983         * elf/tst-tlsalign-extern-static.c: New file.
31984         * elf/tst-tlsalign-vars.c: New file.
31985         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
31986         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
31987         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
31988         ($(objpfx)tst-tlsalign-extern-static): Likewise.
31989         (test-xfail-tst-tlsalign-extern-static): New variable.
31991 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
31993         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
31994         Use variable name _sc_err instead of err.
31995         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
31996         instead of ret.
31997         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
31998         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
31999         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
32000         (INLINE_SYSCALL): Likewise.
32002         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
32003         * include/string.h (__strnlen): Use libc_hidden_proto.
32004         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
32005         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
32006         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
32007         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
32008         (libc_hidden_def): Undefine and redefine.
32009         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
32010         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
32011         __GI_strnlen.
32012         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
32013         libc_hidden_def.
32014         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
32016         [BZ #18469]
32017         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
32018         weak alias of __towlower.  Use libc_hidden_weak.
32019         (towupper): Rename to __towupper and define as weak alias of
32020         __towupper.  Use libc_hidden_weak.
32021         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
32022         (__towupper): Likewise.
32023         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
32024         __towlower instead of towlower.
32026 2015-06-02  Roland McGrath  <roland@hack.frob.com>
32028         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
32029         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
32031 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
32033         * sysdeps/aarch64/libm-test-ulps: Update.
32035 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32037         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
32038         Define.
32039         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32040         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
32041         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
32042         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32043         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
32044         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
32045         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
32047 2015-06-01  Martin Sebor  <msebor@redhat.com>
32049         [BZ #18116]
32050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32051         (__setcontext): Use extended four-operand version of mtsf whenever
32052         possible.
32053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32054         (__novec_swapcontext): Likewise.
32056 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32058         * benchtests/scripts/compare_bench.py: New file.
32059         * benchtests/scripts/import_bench.py (mean): New function.
32060         (split_list): Likewise.
32061         (do_for_all_timings): Likewise.
32062         (compress_timings): Likewise.
32064         * benchtests/scripts/import_bench.py: New file.
32065         * benchtests/scripts/validate_benchout.py: Import import_bench
32066         instead of jsonschema.
32067         (validate_bench): Remove function.
32068         (main): Use import_bench.
32070 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
32072         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
32073         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
32075 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32077         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32079 2015-05-28  Roland McGrath  <roland@hack.frob.com>
32081         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
32082         set THREAD_SELF->tid to a magic value and futex-wake it.
32083         Pass its address to the thread_exit system call.
32084         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
32085         bit is clear.
32086         * sysdeps/nacl/lowlevellock.h: New file.
32087         * sysdeps/nacl/lll_timedwait_tid.c: New file.
32089         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
32090         Add TIMEOUT to current time, don't subtract it.
32092 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
32094         [BZ #2981]
32095         [BZ #18422]
32096         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
32097         ($(objpfx)tst-audit2.out): Also depend on
32098         $(objpfx)tst-auditmod9b.so.
32099         * elf/tst-audit2.c: Include <dlfcn.h>.
32100         (calloc_called): New.
32101         (calloc): Allow to be called more than once.
32102         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
32104 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
32106         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
32107         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
32109 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
32111         * stdlib/monetary.h: Fix comment.
32113 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
32115         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
32116         Avoid using variables in #defines that might cause shadowing.
32117         (INTERNAL_VSYSCALL_CALL): Likewise.
32119 2015-05-26  Roland McGrath  <roland@hack.frob.com>
32121         * sysdeps/nacl/lll_timedlock_wait.c: New file.
32123         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
32124         * nptl/lll_timedlock_wait.c: ... to this new file.
32125         * nptl/Makefile (libpthread-routines): Add it.
32126         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
32127         * nptl/lll_timedwait_tid.c: ... to this new file.
32128         * nptl/Makefile (libpthread-routines): Add it.
32129         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
32130         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
32131         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
32132         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
32133         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
32134         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
32135         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
32136         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
32137         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
32138         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
32140 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32142         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
32143         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
32144         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
32145         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
32146         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
32147         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
32148         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32149         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
32150         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32151         * sysdeps/unix/sysv/linux/tile/sysdep.h
32152         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32153         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
32154         using vDSO syscall macro.
32156 2015-05-26  Andriy Rysin  <arysin@gmail.com>
32158         [BZ #17293]
32159         * uk_UA: Fix sorting order for Ukrainian locale
32161 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
32163         * stdlib/monetary.h: Fix comment.
32165 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
32167         [BZ #18234]
32168         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
32169         st_mtim and st_ctim members.
32170         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
32171         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
32172         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
32173         (struct stat64): Likewise.
32174         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
32175         (struct stat64): Likewise.
32176         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
32177         (struct stat64): Likewise.
32179 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32181         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
32182         Define and include sysdep-vdso.h.
32183         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
32184         Likewise.
32185         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
32186         Likewise.
32187         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
32188         Define with VDSO_SYMBOL and use PTR_MANGLE.
32189         (__vdso_clock_gettime): Likewise.
32190         (__vdso_clock_getres): Likewise.
32191         (_libc_vdso_platform_setup): Likewise.
32192         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
32193         Likewise.
32194         (_libc_vdso_platform_setup): Likewise.
32195         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
32196         Likewise.
32197         (__vdso_clock_gettime): Likewise.
32198         (__vdso_clock_getres): Likewise.
32199         (__vdso_get_tbfreq): Likewise.
32200         (__vdso_getcpu): Likewise.
32201         (__vdso_time): Likewise.
32202         (__vdso_sigtramp_rt64): Likewise.
32203         (__vdso_signtramp32): Likewise.
32204         (__vdso_sigtramp_rt32): Likewise.
32205         (_libc_vdso_platform_setup): Likewise.
32206         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
32207         Likewise.
32208         (__vdso_clock_gettime): Likewise.
32209         (__vdso_clock_getres): Likewise.
32210         (_libc_vdso_platform_setup): Likewise.
32211         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
32212         Likewise.
32213         (__vdso_clock_gettime): Likewise.
32214         (_libc_vdso_platform_setup): Likewise.
32215         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
32216         Likewise.
32217         (__vdso_getcpu): Likewise.
32218         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
32219         Use VDSO_SYMBOL macro to define.
32220         (__vdso_clock_gettime): Likewise.
32221         (__vdso_clock_getres): Likewise.
32222         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
32223         Likewise.
32224         (__vdso_clock_gettime): Likewise.
32225         (__vdso_clock_getres): Likewise.
32226         (__vdso_get_tbfreq): Likewise.
32227         (__vdso_getcpu): Likewise.
32228         (__vdso_time): Likewise.
32229         (__vdso_sigtramp_rt64): Likewise.
32230         (__vdso_signtramp32): Likewise.
32231         (__vdso_sigtramp_rt32): Likewise.
32232         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
32233         Likewise.
32234         (__vdso_clock_gettime): Likewise.
32235         (__vdso_clock_getres): Likewise.
32236         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
32237         Likewise.
32238         (__vdso_clock_gettime): Likewise.
32239         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
32240         Likewise.
32241         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
32242         macro.
32243         (INTERNAL_VSYSCALL): Likewise.
32244         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
32245         Remove macro.
32246         (INTERNAL_VSYSCALL): Likewise.
32247         (INTERNAL_VSYSCALL_NCS): Likewise.
32248         (INTERNAL_VSYSCALL_CALL): New macro.
32249         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
32250         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
32251         Likewise.
32252         (INTERNAL_VSYSCALL): Likewise.
32253         (INTERNAL_VSYSCALL_NCS): Likewise.
32254         (INTERNAL_VSYSCALL_CALL): New macro.
32255         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
32256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32257         (INLINE_VSYSCALL): Remove macro.
32258         (INTERNAL_VSYSCALL): Remove macro.
32259         (INTERNAL_VSYSCALL_NCS): Remove macro.
32260         (INTERNAL_VSYSCALL_CALL): New macro.
32261         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
32262         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
32263         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
32264         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
32265         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
32266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32267         (INLINE_VSYSCALL): Remove macro.
32268         (INTERNAL_VSYSCALL): Likewise.
32269         (INTERNAL_VSYSCALL_NCS): Likewise.
32270         (INTERNAL_VSYSCALL_CALL): New macro.
32271         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
32272         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
32273         PTR_DEMANGLE on vDSO pointer.
32274         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
32275         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
32276         macro.
32277         (INTERNAL_SYSCALL): Likewise.
32278         (INTERNAL_VSYSCALL_NCS): Remove macro.
32279         (INTERNAL_VSYSCALL_CALL): New macro.
32280         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
32281         Remove macro.
32282         (INTERNAL_VSYSCALL): Likewise.
32283         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
32284         sysdep-vdso.h instead of libc-vdso.h.
32285         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
32286         definition.
32287         (INLINE_VSYSCALL): Likewise.
32288         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
32289         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
32290         definition.
32291         (INLINE_VSYSCALL): Likewise.
32292         (INTERNAL_VSYSCALL): Likewise.
32293         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
32294         * sysdeps/unix/sysv/linux/timespec_get.c
32295         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
32296         (timespec_get): Use ANSI prototype.
32297         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
32298         and definition for Linux.
32300 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
32302         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
32303         * include/libc-symbols.h: libmvec_hidden_* macro series added.
32305 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
32307         [BZ #2981]
32308         [BZ #18410]
32309         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
32310         for missing DT_PLTRELSZ.
32312 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32314         Remove obsolete aliases that broke 'locale -a'
32315         [BZ #18412]
32316         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
32317         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
32318         breaking some applications that use 'locale -a' output.
32319         Change the encoding of this file from Latin-1 to ASCII to avoid
32320         other potential problems with people grepping this file.
32322 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32324         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
32325         -fasynchronous-unwind-tables.
32326         (CFLAGS-sendto.c): Likewise.
32327         (CFLAGS-sendmsg.c): Likewise.
32328         (CFLAGS-connect.c): Likewise.
32329         (CFLAGS-recvmsg.c): Likewise.
32330         (CFLAGS-recvfrom.c): Likewise.
32331         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
32332         (SOCKETCALL): New macro: non-cancellable socketcall.
32333         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
32334         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
32335         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
32336         * sysdeps/unix/sysv/linux/accept.c: New file.
32337         * sysdeps/unix/sysv/linux/bind.c: Likewise.
32338         * sysdeps/unix/sysv/linux/connect.c: Likewise.
32339         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
32340         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
32341         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
32342         * sysdeps/unix/sysv/linux/listen.c: Likewise.
32343         * sysdeps/unix/sysv/linux/recv.c: Likewise.
32344         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
32345         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
32346         * sysdeps/unix/sysv/linux/send.c: Likewise.
32347         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
32348         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
32349         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
32350         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
32351         * sysdeps/unix/sysv/linux/socket.c: Likewise.
32352         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
32353         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
32354         prototype.
32355         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
32356         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
32357         instead of __internal_xxx function.
32358         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
32359         prototype.
32360         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
32361         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
32362         instead of __internal_xxx function.
32363         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
32364         prototype.
32365         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
32366         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
32367         instead of __internal_xxx function.
32368         * sysdeps/unix/sysv/linux/accept.S: Remove file.
32369         * sysdeps/unix/sysv/linux/bind.S: Likewise.
32370         * sysdeps/unix/sysv/linux/connect.S: Likewise.
32371         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
32372         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
32373         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
32374         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
32375         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
32376         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
32377         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
32378         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
32379         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32380         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
32381         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
32382         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
32383         * sysdeps/unix/sysv/linux/listen.S: Likewise.
32384         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
32385         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
32386         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
32387         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
32388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
32389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
32390         * sysdeps/unix/sysv/linux/recv.S: Likewise.
32391         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
32392         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
32393         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
32394         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
32395         * sysdeps/unix/sysv/linux/send.S: Likewise.
32396         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
32397         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
32398         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
32399         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
32400         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
32401         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
32402         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
32403         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
32404         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
32405         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
32406         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
32407         socketcall is implemented in GLIBC.
32409 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
32411         * soft-fp/fmadf4.c: Include <libc-internal.h>.
32412         (__fma): Ignore uninitialized warnings around packing.
32413         * soft-fp/fmasf4.c: Include <libc-internal.h>.
32414         (__fmaf): Ignore uninitialized warnings around packing.
32415         * soft-fp/fmatf4.c: Include <libc-internal.h>.
32416         (__fmal): Ignore uninitialized warnings around packing.
32418         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
32419         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
32420         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
32421         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
32423         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
32424         switch statement into default case.
32425         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
32427         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
32428         a conditional in forcing "inexact".
32429         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
32430         Likewise.
32432 2015-05-22  Roland McGrath  <roland@hack.frob.com>
32434         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
32435         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
32436         for each INTERNAL_SYSCALL use.
32438 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
32440         [BZ #438]
32441         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
32442         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
32443         variable.
32445         [BZ #18444]
32446         * string/basename.c (basename): Rename to __basename and define as
32447         weak alias of __basename.  Use libc_hidden_weak.
32448         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
32449         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
32450         __basename instead of basename.
32451         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
32452         Remove variable.
32453         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
32455 2015-05-18  Florian Weimer  <fweimer@redhat.com>
32457         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
32458         (_IO_JUMPS_FILE_plus): New.
32459         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
32460         _IO_CAST_FIELD_ACCESS.
32461         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
32462         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
32463         * libio/freopen.c (freopen): Likewise.
32464         * libio/freopen64.c (freopen64): Likewise.
32465         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
32466         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
32467         * libio/iofwide.c (_IO_fwide): Likewise.
32468         * libio/memstream.c (open_memstream): Likewise.
32469         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
32470         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
32471         * libio/oldiopopen.c (_IO_old_popen): Likewise.
32473 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
32475         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
32476         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
32477         NADJ.
32478         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
32479         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
32480         NADJ.
32481         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
32482         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
32483         NADJ.
32485         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
32486         (p == 4) case.
32488         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
32489         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
32490         Remove variable.
32491         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
32492         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
32493         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
32495 2015-05-21  Florian Weimer  <fweimer@redhat.com>
32497         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
32498         Adjust jump table label generation macros.
32500 2015-05-21  Florian Weimer  <fweimer@redhat.com>
32502         * stdio-common/vfprintf.c (vfprintf): Move local variables
32503         args_malloced, specs, specs_malloced, and the code after
32504         do_positional to the printf_positional function.
32505         (printf_positional): New function.
32507 2015-05-21  Florian Weimer  <fweimer@redhat.com>
32509         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
32510         function.
32511         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
32512         STEP4_TABLE, process_arg): Move macro definitions
32513         out of the vfprintf function.  (Cosmetic change only.)
32515 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
32517         * benchtests/Makefile (stdio-common-bench): Define.
32518         (benchset): Add stdio-common-bench.
32519         * sprintf-inputs: New file.
32520         * sprintf-source.c: New file.
32522 2015-05-21  Andreas Schwab  <schwab@suse.de>
32524         [BZ #13028]
32525         [BZ #17053]
32526         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
32527         of struct __res_state.
32528         * resolv/res_send.c (__libc_res_nsend): Likewise.
32529         (get_nsaddr): New function.
32530         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
32531         statp directly.
32533 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
32535         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
32536         -D_POSIX_C_SOURCE=199506L.
32538         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
32540         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
32541         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
32542         Do not mention otherwise.
32543         [POSIX] (_XOPEN_VERSION): Do not expect.
32544         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
32545         [POSIX] (_POSIX2_C_BIND): Likewise.
32546         [POSIX] (_POSIX2_VERSION): Likewise.
32547         [POSIX] (_XOPEN_XPG2): Likewise.
32548         [POSIX] (_XOPEN_XPG3): Likewise.
32549         [POSIX] (_XOPEN_XPG4): Likewise.
32550         [POSIX] (_XOPEN_UNIX): Likewise.
32551         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
32552         [POSIX] (_POSIX_BARRIERS): Likewise.
32553         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
32554         [POSIX] (_POSIX_CPUTIME): Likewise.
32555         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
32556         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
32557         [POSIX] (_POSIX_SHELL): Likewise.
32558         [POSIX] (_POSIX_SPAWN): Likewise.
32559         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
32560         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
32561         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
32562         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
32563         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
32564         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
32565         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
32566         [POSIX] (_XBS5_LP64_OFF64): Likewise.
32567         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
32568         [POSIX] (_POSIX_TIMEOUTS): Likewise.
32569         [POSIX] (_POSIX2_PBS): Likewise.
32570         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
32571         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
32572         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
32573         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
32574         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
32575         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
32576         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
32577         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
32578         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
32579         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
32580         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
32581         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
32582         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
32583         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
32584         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
32585         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
32586         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
32587         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
32588         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
32589         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
32590         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
32591         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
32592         [POSIX] (_SC_2_C_BIND): Likewise.
32593         [POSIX] (_SC_2_C_VERSION): Likewise.
32594         [POSIX] (_SC_2_PBS): Likewise.
32595         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
32596         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
32597         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
32598         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
32599         [POSIX] (_SC_2_PBS_TRACK): Likewise.
32600         [POSIX] (_SC_ATEXIT_MAX): Likewise.
32601         [POSIX] (_SC_BARRIERS): Likewise.
32602         [POSIX] (_SC_BASE): Likewise.
32603         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
32604         [POSIX] (_SC_DEVICE_IO): Likewise.
32605         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
32606         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
32607         [POSIX] (_SC_FD_MGMT): Likewise.
32608         [POSIX] (_SC_FIFO): Likewise.
32609         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
32610         [POSIX] (_SC_FILE_LOCKING): Likewise.
32611         [POSIX] (_SC_FILE_SYSTEM): Likewise.
32612         [POSIX] (_SC_IOV_MAX): Likewise.
32613         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
32614         [POSIX] (_SC_NETWORKING): Likewise.
32615         [POSIX] (_SC_PAGE_SIZE): Likewise.
32616         [POSIX] (_SC_PASS_MAX): Likewise.
32617         [POSIX] (_SC_PIPE): Likewise.
32618         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
32619         [POSIX] (_SC_REGEXP): Likewise.
32620         [POSIX] (_SC_SHELL): Likewise.
32621         [POSIX] (_SC_SIGNALS): Likewise.
32622         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
32623         [POSIX] (_SC_SPIN_LOCKS): Likewise.
32624         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
32625         [POSIX] (_SC_USER_GROUPS): Likewise.
32626         [POSIX] (_SC_USER_GROUPS_R): Likewise.
32627         [POSIX] (_SC_STREAMS): Likewise.
32628         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
32629         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
32630         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
32631         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
32632         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
32633         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
32634         [POSIX] (_PC_FILESIZEBITS): Likewise.
32635         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
32636         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
32637         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
32638         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
32639         [POSIX] (uid_t): Likewise.
32640         [POSIX] (gid_t): Likewise.
32641         [POSIX] (off_t): Likewise.
32642         [POSIX] (pid_t): Likewise.
32643         [POSIX] (cuserid): Allow.
32644         (_SC_2_CHAR_TERM): Require constant.
32645         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
32646         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
32647         variable.
32649 2015-05-20  Roland McGrath  <roland@hack.frob.com>
32651         * sysdeps/nacl/pthread-pids.h: New file.
32652         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
32653         (create_thread): Use __nacl_get_tid to initialize PD->tid.
32655         * nptl/pthread-pids.h: New file.
32656         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
32657         * nptl/nptl-init.c: Include <pthread-pids.h>.
32658         (__pthread_initialize_minimal_internal):
32659         Call __pthread_initialize_pids instead of set_tid_address syscall.
32661         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
32662         * sysdeps/posix/usleep.c: ... here.
32664 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32666         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
32667         call_pselect6 object.
32668         [$(subdir) = io]: Remove call_sync_file_range object.
32669         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
32670         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
32671         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
32672         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
32674 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
32676         * math/s_cproj.c: Add include "math_private.h".
32677         * math/s_cprojf.c: Likewise.
32678         * math/s_cprojl.c: Likewise.
32680 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
32682         [BZ #18244]
32683         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
32684         high mantissa bit when testing whether P is a NaN.
32685         * math/libm-test.inc (remainder_test_data): Add more tests.
32686         (remquo_test_data): Likewise.
32688         [BZ #18049]
32689         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
32690         below -32, return the argument, with underflow if subnormal.
32691         * math/auto-libm-test-in: Add more tests of atanh.
32692         * math/auto-libm-test-out: Regenerated.
32694 2015-05-19  Roland McGrath  <roland@hack.frob.com>
32696         [BZ #18434]
32697         * nptl/tst-sem15.c: New file.
32698         * nptl/Makefile (tests): Add it.
32699         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
32700         s/<</>>/ to fix typo in EOVERFLOW check.
32701         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
32703 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32705         * manual/strings.texi (envz_remove): Fix typo in safety
32706         annotations.
32708 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32709             Steve Ellcey  <sellcey@imgtec.com>
32711         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
32712         in order to avoid strict alias warnings.
32713         (iruserok_af): Ditto for ra.
32715 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
32717         [BZ #17581]
32718         * malloc/hooks.c
32719         (magicbyte): Convert to a function and avoid returning 0x01.
32720         (mem2mem_check): Avoid using a length byte equal to the magic byte.
32721         (mem2chunk_check): Fix unsigned comparisons to zero.
32722         Hoist defs of sz and magic.
32724 2015-05-19  Richard Henderson  <rth@redhat.com>
32726         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
32728         * sysdeps/alpha/fpu/libm-test-ulps: Update.
32730 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32732         [BZ #16159]
32733         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
32734         * malloc/arena.c (arena_lock): Check if arena is corrupt.
32735         (reused_arena): Find a non-corrupt arena.
32736         (heap_trim): Pass arena to unlink.
32737         * malloc/hooks.c (malloc_check_get_size): Pass arena to
32738         malloc_printerr.
32739         (top_check): Likewise.
32740         (free_check): Likewise.
32741         (realloc_check): Likewise.
32742         * malloc/malloc.c (malloc_printerr): Add arena argument.
32743         (unlink): Likewise.
32744         (munmap_chunk): Adjust.
32745         (ARENA_CORRUPTION_BIT): New macro.
32746         (arena_is_corrupt): Likewise.
32747         (set_arena_corrupt): Likewise.
32748         (sysmalloc): Use mmap if there are no usable arenas.
32749         (_int_malloc): Likewise.
32750         (__libc_malloc): Don't fail if arena_get returns NULL.
32751         (_mid_memalign): Likewise.
32752         (__libc_calloc): Likewise.
32753         (__libc_realloc): Adjust for additional argument to
32754         malloc_printerr.
32755         (_int_free): Likewise.
32756         (malloc_consolidate): Likewise.
32757         (_int_realloc): Likewise.
32758         (_int_memalign): Don't touch corrupt arenas.
32759         * malloc/tst-malloc-backtrace.c: New test case.
32761         * Makefile (summarize-tests): Fix return value on success.
32763         * manual/string.texi (Envz Functions): Add envz_remove.
32765 2015-05-18  Roland McGrath  <roland@hack.frob.com>
32767         * sysdeps/posix/opendir.c: Include <stdbool.h>.
32768         (invalid_name): New function, broken out of ...
32769         (__opendirat): ... here.  Call it.
32770         (need_isdir_precheck): New function, broken out of ...
32771         (__opendirat): ... here.  Call it.
32772         Use __fxstatat64, not __xstatat64.
32773         (opendir_oflags): New function, broken out of ...
32774         (__opendirat): ... here.  Call it.
32775         (opendir_tail): New function, broken out of ...
32776         (__opendirat): ... here.  Call it.
32777         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
32778         opendir_tail, rather than punting to __opendirat.
32779         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
32781 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32783         * .gitignore: Ignore generated *.pyc.
32785 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
32787         * include/stdio.h: Define __need_wint_t.
32788         * test-skeleton.c: Avoid `for' loop initial declaration.
32789         * nptl/tst-initializers1.c: Use test-skeleton.c.
32791 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32793         [BZ #18418]
32794         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
32796 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
32798         [BZ #16352]
32799         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
32800         (__ieee754_atanh): Force underflow exception for results with
32801         small absolute value.
32802         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
32803         (__ieee754_atanhf): Force underflow exception for results with
32804         small absolute value.
32805         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
32806         (__ieee754_atanh): Force underflow exception for results with
32807         small absolute value.
32808         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
32809         (__ieee754_atanhf): Force underflow exception for results with
32810         small absolute value.
32811         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
32812         (__ieee754_atanhl): Force underflow exception for results with
32813         small absolute value.
32814         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
32815         (__ieee754_atanhl): Force underflow exception for results with
32816         small absolute value.
32817         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
32818         (__ieee754_atanhl): Force underflow exception for results with
32819         small absolute value.
32820         * math/auto-libm-test-in: Do not allow missing underflow
32821         exceptions from atanh.
32822         * math/auto-libm-test-out: Regenerated.
32824         [BZ #18221]
32825         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
32826         2**-28 as threshold for returning x or +/- 1/x.
32827         * math/auto-libm-test-in: Add more tests of tan.
32828         * math/auto-libm-test-out: Regenerated.
32830         [BZ #18220]
32831         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
32832         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
32833         * math/auto-libm-test-in: Add another test of lgamma.
32834         * math/auto-libm-test-out: Regenerated.
32836 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
32838         * stdio-common/printf_fp.c (___printf_fp): Use abs.
32839         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
32840         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
32841         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
32842         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
32843         (ADD2A): Use fabs.  (SUB2A): Use fabs.
32844         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
32845         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
32846         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
32847         (log1): Use fabs.  (my_log2): Use fabs.
32848         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
32849         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
32850         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
32851         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
32852         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
32853         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
32854         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
32855         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
32856         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
32857         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
32858         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
32860 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
32862         [BZ #18217]
32863         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
32864         as threshold for returning 1 - x.
32865         * math/auto-libm-test-in: Add more tests of erfc.
32866         * math/auto-libm-test-out: Regenerated.
32868 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
32870         [BZ #18196]
32871         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
32872         threshold for large arguments.
32873         * math/auto-libm-test-in: Add another test of atan.
32874         * math/auto-libm-test-out: Regenerated.
32876         [BZ #16339]
32877         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
32878         (__log1p): Force underflow exception for results with small
32879         absolute value.
32880         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
32881         (__log1pf): Force underflow exception for results with small
32882         absolute value.
32883         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
32884         (__log1p): Force underflow exception for results with small
32885         absolute value.
32886         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
32887         (__log1pf): Force underflow exception for results with small
32888         absolute value.
32889         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
32890         (__log1pl): Force underflow exception for results with small
32891         absolute value.
32892         * math/auto-libm-test-in: Do not allow missing underflow
32893         exceptions from log1p.
32894         * math/auto-libm-test-out: Regenerated.
32896 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
32897             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32899         [BZ #16704]
32900         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
32902 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
32904         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
32905         (libmvec): New variable.
32906         * configure.ac: Added option for mathvec build.
32907         * configure: Regenerated.
32908         * mathvec/Depend: New file.
32909         * mathvec/Makefile: New file.
32910         * shlib-versions: Added libmvec.
32911         * math/Makefile: Added rule for libm.so installation.
32913         * bits/math-vector.h: New file.
32914         * bits/libm-simd-decl-stubs.h: New header.
32915         * math/Makefile (headers): Added new header
32916         libm-simd-decl-stubs.h.
32917         * math/math.h (__MATHCALL_VEC): New macro.
32919         * math/gen-libm-have-vector-test.sh: Script generates series of macros
32920         for conditions in testing functions.
32921         * math/Makefile: Added call of libm-have-vector-test.sh.
32922         * math/libm-test.inc (HAVE_VECTOR): New macros.
32924         * math/libm-test.inc: START refactored.
32925         * math/test-double.c (TEST_MATHVEC): Add define.
32926         * math/test-float.c: Likewise.
32927         * math/test-idouble.c: Likewise.
32928         * math/test-ifloat.c: Likewise.
32929         * math/test-ildoubl.c: Likewise.
32930         * math/test-ldouble.c: Likewise.
32931         * sysdeps/generic/math-tests-arch.h
32932         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
32933         architecture check.
32935         * math/test-double.c (FUNC_TEST): New macro.
32936         * math/test-float.c: Likewise.
32937         * math/test-idouble.c: Likewise.
32938         * math/test-ifloat.c: Likewise.
32939         * math/test-ildoubl.c: Likewise.
32940         * math/test-ldouble.c: Likewise.
32941         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
32943 2015-05-13  Roland McGrath  <roland@hack.frob.com>
32945         * sysdeps/nacl/fdopendir.c: New file.
32947         * dirent/scandir-tail.c: New file.
32948         * dirent/scandir64-tail.c: New file.
32949         * dirent/Makefile (routines): Add them.
32950         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
32951         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
32952         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
32953         [!SCANDIR] (SCANDIR_TAIL): New macro.
32954         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
32955         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
32956         (SCANDIRAT): Macro removed.
32957         (SCANDIR_TAIL): New macro.
32958         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
32959         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
32960         (SCANDIRAT): Just call __opendirat and __scandir_tail.
32961         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
32962         (READDIR): Macro removed.
32963         (SCANDIR_TAIL): New macro.
32964         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
32965         (SCANDIR_TAIL): New macro.
32967         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
32968         * dirent/scandir-cancel.c: ... to this new file.
32969         * dirent/Makefile (routines): Add it.
32970         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
32971         * sysdeps/unix/sysv/linux/i386/scandir64.c
32972         (SKIP_SCANDIR_CANCEL): Macro removed.
32973         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
32975         * dirent/tst-scandir.c: New file.
32976         * dirent/tst-scandir64.c: New file.
32977         * dirent/Makefile (tests): Add them.
32979 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
32981         [BZ #18409]
32982         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
32984 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
32986         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
32987         list.
32989 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
32991         * benchtests/bench-strcoll.c: New benchmark.
32992         * benchtests/Makefile: Generate locales and run benchmark.
32993         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
32994         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
32995         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
32996         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
32997         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
32998         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
32999         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
33000         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
33001         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
33002         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
33003         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
33004         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
33005         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
33006         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
33007         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
33008         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
33009         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
33010         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
33011         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
33012         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
33013         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
33014         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
33015         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
33016         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
33018 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
33020         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
33021         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33023 2015-05-12  Roland McGrath  <roland@hack.frob.com>
33025         * posix/uname-values.h: New file.
33026         * posix/uname.c: Include that instead of <config-name.h>.
33027         * sysdeps/nacl/uname-values.h: New file.
33028         * sysdeps/arm/nacl/uname-values.h: New file.
33030 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
33032         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
33033         splitting into fields.
33035 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
33037         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
33038         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
33039         * locale/localeinfo.h: Add enum collation_encoding_type.
33040         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
33041         * programs/ld-collate.c (collate_output): Add encoding type info.
33042         * string/strcoll_l.c (STRDIFF): New function.
33043         * (STRCOLL): Use STRDIFF to skip over equal prefix.
33044         * wcsmbs/wcscoll_l.c: Define STRDIFF.
33046 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
33048         [BZ #18397]
33049         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
33050         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
33051         <fpu_control.h> instead of <math/fpu_control.c>.
33052         * sysdeps/mips/mips32/fpu/Makefile: New file.
33054 2015-05-11  Andreas Schwab  <schwab@suse.de>
33056         [BZ #18007]
33057         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
33058         nss_endgrent.
33059         (_nss_compat_endgrent): Call nss_endgrent.
33060         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
33061         nss_endpwent.
33062         (_nss_compat_endpwent): Call nss_endpwent.
33063         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
33064         needent, call nss_setspent only if non-zero.
33065         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
33066         (internal_endspent): Don't call nss_endspent.
33067         (_nss_compat_endspent): Call nss_endspent.
33068         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
33069         Remove.  All uses removed.
33070         (internal_setent): Remove parameter stayopen, add parameter
33071         stream.  Use it instead of global variable.
33072         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
33073         (internal_endent, internal_getent): Add parameter stream.  Use it
33074         instead of global variable.
33075         (CONCAT(_nss_files_end,ENTNAME))
33076         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
33077         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
33078         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
33079         uses removed.
33080         (internal_setent, internal_endent): Add parameter stream.  Use it
33081         instead of global variable.
33082         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
33083         stream.
33084         (get_next_alias): Add parameter stream.
33085         (_nss_files_getaliasent_r): Pass global stream.
33086         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
33087         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
33088         (_nss_files_gethostbyname4_r): Pass local stream to
33089         internal_setent, internal_getent and internal_endent.  Remove
33090         locking.
33092 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
33094         * tst-strfmon1.c (tests): Update expected currency symbol.
33096 2015-05-08  Roland McGrath  <roland@hack.frob.com>
33098         * sysdeps/nacl/gethostname.c: New file.
33100 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
33102         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
33103         and sinh.
33104         * math/auto-libm-test-out: Regenerated.
33105         * sysdeps/i386/fpu/libm-test-ulps: Update.
33106         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33108 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
33110         [BZ #18125]
33111         * stdlib/tst-setcontext3.c: New file.
33112         * stdlib/tst-setcontext3.sh: New file.
33113         * stdlib/Makefile (tests): Add tst-setcontext3.
33114         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
33115         to verify test program created output file.
33116         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
33117         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
33118         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
33119         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
33121 2015-05-06  Roland McGrath  <roland@hack.frob.com>
33123         [BZ #18383]
33124         * elf/tst-tlsalign.c: New file.
33125         * elf/tst-tlsalign-static.c: New file.
33126         * elf/tst-tlsalign-lib.c: New file.
33127         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
33128         (tests-static): Add tst-tlsalign-static.
33129         (modules-names): Add tst-tlsalign-lib.
33130         (test-xfail-tst-tlsalign): New variable.
33131         (test-xfail-tst-tlsalign-static): New variable.
33133         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
33134         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
33136 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
33138         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
33139         csqrt, erfc, sin and sincos.
33140         * math/auto-libm-test-out: Regenerated.
33141         * sysdeps/i386/fpu/libm-test-ulps: Update.
33142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33144 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
33146         * sysdeps/aarch64/libm-test-ulps: Update.
33148 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
33150         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
33151         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
33152         * math/auto-libm-test-out: Regenerated.
33153         * sysdeps/i386/fpu/libm-test-ulps: Update.
33154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33156 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
33158         [BZ #18265]
33159         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
33160         (wcsncpy): Likewise.
33162 2015-05-05  Florian Weimer  <fweimer@redhat.com>
33164         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
33165         Assume __ASSUME_FALLOCATE is always true.
33166         * sysdeps/unix/sysv/linux/posix_fallocate64.c
33167         (__posix_fallocate64_l64): Likewise.
33168         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
33169         (posix_fallocate): Likewise.
33170         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
33171         (__posix_fallocate64_l64): Likewise.
33172         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33173         [!__ASSUME_FALLOCATE]: Add comment.
33175 2015-05-05  Florian Weimer  <fweimer@redhat.com>
33177         * sysdeps/unix/sysv/linux/i386/Makefile
33178         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
33179         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
33180         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
33181         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
33182         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
33183         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
33184         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
33186 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
33188         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
33189         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
33190         tgamma.
33191         * math/auto-libm-test-out: Regenerated.
33192         * sysdeps/i386/fpu/libm-test-ulps: Update.
33193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33195 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
33197         * math/auto-libm-test-in: Add more tests of tgamma.
33198         * math/auto-libm-test-out: Regenerated.
33199         * sysdeps/i386/fpu/libm-test-ulps: Update.
33200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33202         * math/auto-libm-test-in: Add more tests of tanh.
33203         * math/auto-libm-test-out: Regenerated.
33204         * sysdeps/i386/fpu/libm-test-ulps: Update.
33205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33207         * math/auto-libm-test-in: Add more tests of tan.
33208         * math/auto-libm-test-out: Regenerated.
33209         * sysdeps/i386/fpu/libm-test-ulps: Update.
33210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33212         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
33213         * math/auto-libm-test-out: Regenerated.
33214         * sysdeps/i386/fpu/libm-test-ulps: Update.
33215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33217         * math/auto-libm-test-in: Add another test of pow.
33218         * math/auto-libm-test-out: Regenerated.
33219         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33221         * math/auto-libm-test-in: Add more tests of lgamma.
33222         * math/auto-libm-test-out: Regenerated.
33223         * sysdeps/i386/fpu/libm-test-ulps: Update.
33224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33226         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
33227         log1p.
33228         * math/auto-libm-test-out: Regenerated.
33229         * sysdeps/i386/fpu/libm-test-ulps: Update.
33230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33232 2015-05-01  Mark Wielaard  <mjw@redhat.com>
33234         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
33235         Elf64_Chdr structs and ELFCOMPRESS constants.
33237 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
33239         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
33240         expm1.
33241         * math/auto-libm-test-out: Regenerated.
33242         * sysdeps/i386/fpu/libm-test-ulps: Update.
33243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33245         * math/auto-libm-test-in: Add more tests of erf and erfc.
33246         * math/auto-libm-test-out: Regenerated.
33247         * sysdeps/i386/fpu/libm-test-ulps: Update.
33248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33250 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
33252         * config.h.in (HAVE_AARCH64_BE): Add.
33254 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
33256         * math/auto-libm-test-in: Add more tests of csqrt.
33257         * math/auto-libm-test-out: Regenerated.
33258         * sysdeps/i386/fpu/libm-test-ulps: Update.
33259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33261         * math/auto-libm-test-in: Add more tests of cosh and sinh.
33262         * math/auto-libm-test-out: Regenerated.
33263         * sysdeps/i386/fpu/libm-test-ulps: Update.
33264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33266         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
33268 2015-04-29  Roland McGrath  <roland@hack.frob.com>
33270         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
33271         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
33273         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
33274         (euidaccess, eaccess): Define as weak aliases.
33276         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
33277         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
33278         but __suseconds_t is often 'long int' so some sources assume that
33279         type is being used (e.g. they use %ld to print tv_usec).
33281 2015-04-29  Florian Weimer  <fweimer@redhat.com>
33283         [BZ #18007]
33284         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
33285         (CVE-2014-8121)
33286         * nss/tst-nss-getpwent.c: New file.
33287         * nss/Makefile (tests): Add new test.
33289 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
33291         [BZ #18346]
33292         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
33293         exponents less than 48 as cases where high part of mantissa needs
33294         examining to determine whether argument is integral.
33295         * math/libm-test.inc (round_test_data): Add more tests.
33297 2015-04-28  Mark Wielaard  <mjw@redhat.com>
33299         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
33301 2015-04-27  David S. Miller  <davem@davemloft.net>
33303         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
33304         __tls_get_addr.
33305         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
33307 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
33309         [BZ #18333]
33310         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
33312 2015-04-27  Florian Weimer  <fweimer@redhat.com>
33314         [BZ #18333]
33315         * time/tzset.c (parse_tzname): Return error on memory allocation
33316         failure.
33317         * test-skeleton.c (struct temp_name_list): Change type of name
33318         member to non-const.
33319         (add_temp_file): Create a copy of the file name.
33320         (delete_temp_files): Deallocate memory.
33321         (create_temp_file): Add comment.
33323 2015-04-24  Florian Weimer  <fweimer@redhat.com>
33325         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
33326         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
33328 2015-04-24  Roland McGrath  <roland@hack.frob.com>
33330         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
33331         * sysdeps/arm/configure: Regenerated.
33333 2015-04-24  Florian Weimer  <fweimer@redhat.com>
33335         [BZ #17715]
33336         * time/tzfile.c (__tzfile_read): Check for large values of
33337         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
33338         * time/tzset.c (__tzstring_len): New function, based on the old
33339         __tzstring function.
33340         (__tzstring): Call __tzstring_len.
33341         (parse_tzname): New helper function extracted from
33342         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
33343         the input string.
33344         (parse_offset): New helper function extracted from
33345         __tzset_parse_tz.  Replace switch with fallthrough with
33346         initialization before sscanf.
33347         (parse_rule): Likewise.
33348         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
33349         new-style function definition.
33350         * timezone/Makefile (tests): Add tst-tzset.
33351         (tst-tzset.out): Dependencies on time zone files.
33352         (tst-tzset-ENV): Set TZDIR.
33353         (testdata/XT%): Copy crafted time zone files.
33354         * timezone/README: Mention crafted time zone files.
33355         * timezone/testdata/XT1, timezone/testdata/XT2,
33356         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
33357         files.
33358         * timezone/tst-tzset.c: New test.
33360 2015-04-24  Florian Weimer  <fweimer@redhat.com>
33362         * Makeconfig (+gccwarn): Remove -Winline.
33364 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
33366         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
33368 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
33370         * NEWS: Mention sysconf() cache information support for s390.
33371         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
33373 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
33375         * math/k_casinh.c (__kernel_casinh): Use __copysign.
33376         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
33377         (__nearbyint): Likewise.
33378         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
33379         (copysignl): Likewise.
33381 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
33383         [BZ #18287]
33384         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
33385         based on padding.  (CVE-2015-1781)
33387 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
33389         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
33390         libc-vdso.h.
33391         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
33392         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
33393         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
33394         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
33395         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
33396         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
33397         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
33398         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
33399         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33400         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
33401         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
33402         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33403         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
33404         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
33405         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
33406         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
33407         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
33408         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
33409         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
33410         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
33411         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
33412         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
33413         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
33415 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
33417         * stdlib/setenv.c (__add_to_environ):
33418         Dump core quickly if setenv (..., NULL, ...) is called.
33419         This time, do it the right way, and pacify GCC with a pragma.
33421 2015-04-17  Roland McGrath  <roland@hack.frob.com>
33423         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
33424         IMAP->l_prev cannot be null, and #if out the code for the contrary
33425         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
33426         believe that NS (&_dl_ns[NSID]) could point outside the array.
33428         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
33429         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
33430         before using NSID as an index.
33432 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
33434         [BZ #17825]
33435         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
33436         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
33437         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
33439 2015-04-17  Roland McGrath  <roland@hack.frob.com>
33441         Add preliminary port to Google Native Client on ARM.
33442         * abi-tags (.*-.*-nacl.*): New entry.
33443         * sysdeps/arm/nacl: New directory.
33444         * sysdeps/nacl: New directory.
33446 2015-04-16  David S. Miller  <davem@davemloft.net>
33448         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
33449         lowlevellock-futex.h
33451 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
33453         * sysdeps/tile/configure.ac: New file.
33454         * sysdeps/tile/configure: Regenerated.
33456 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
33458         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
33459         conditionals for weak_alias and libc_hidden_weak.
33460         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
33461         libc_hidden_weak and weak_alias.
33462         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
33463         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
33464         and weak_alias for static one.
33466 2015-04-15  David S. Miller  <davem@davemloft.net>
33468         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
33470 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
33472         [BZ #18206]
33473         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
33474           Use signed comparision instead of substraction to avoid
33475           overflow bug.
33476         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
33477           Take the sign of ret.
33478         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
33479           Do not expect precise return values. Only the sign matters.
33480         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
33481         * wcsmbs/test-wcsncmp.c: New File.
33482         * string/test-strncmp.c: Add wcsncmp support.
33484 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
33486         [BZ #6792]
33487         * math/w_log1p.c: New file.
33488         * math/w_log1pf.c: Likewise.
33489         * math/w_log1pl.c: Likewise.
33490         * math/Makefile (libm-calls): Add w_log1p.
33491         * math/s_log1pl.c (log1pl): Remove weak_alias.
33492         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
33493         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
33494         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
33495         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
33496         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
33497         [NO_LONG_DOUBLE] (log1pl): Likewise.
33498         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
33499         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
33500         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
33501         (log1p): Remove long_double_symbol.
33502         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
33503         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
33504         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
33505         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
33506         remove weak_alias for corresponding log1p function.
33507         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
33508         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
33509         * sysdeps/ia64/fpu/w_log1p.c: New file.
33510         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
33511         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
33512         * math/libm-test.inc (log1p_test_data): Add errno expectations.
33514 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
33516         [BZ #18247]
33517         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
33518         decimal exponent by 1.
33519         * stdlib/tst-strtod-round-data: Add more tests.
33520         * stdlib/tst-strtod-round.c (tests): Regenerated.
33522 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
33524         * math/auto-libm-test-in: Add more tests of clog and clog10.
33525         * math/auto-libm-test-out: Regenerated.
33526         * sysdeps/i386/fpu/libm-test-ulps: Update.
33527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33529 2015-04-09  Roland McGrath  <roland@hack.frob.com>
33531         * Makeconfig (module-cppflags): Exclude all .v.i files.
33532         (skip-module-cppflags): Variable removed.
33534         * configure.ac (libc_config_ok): Initialize before reading
33535         preconfigure scripts, not after.
33536         * configure: Regenerated.
33538         * test-skeleton.c (TIMEOUT): Move #define to top level.
33539         (main): Grok environment variable TEST_DIRECT.  If set, print
33540         test expectation details into that file and then behave as if
33541         given --direct.
33543 2015-04-09  Florian Weimer  <fweimer@redhat.com>
33545         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
33546         warning on 32-bit.
33548 2015-04-08  David S. Miller  <davem@davemloft.net>
33550         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33552 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
33554         * math/auto-libm-test-in: Add more tests of atanh.
33555         * math/auto-libm-test-out: Regenerated.
33556         * sysdeps/i386/fpu/libm-test-ulps: Update.
33557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33559         * math/auto-libm-test-in: Add more tests of atan.
33560         * math/auto-libm-test-out: Regenerated.
33561         * sysdeps/i386/fpu/libm-test-ulps: Update.
33562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33564 2015-04-08  Florian Weimer  <fweimer@redhat.com>
33566         * elf/pldd.c (main): Rewrite to use struct
33567         scratch_buffer instead of extend_alloca.
33568         * elf/pldd-xx.c (find_maps): Likewise.
33569         * grp/initgroups.c: Include <scratch_buffer.h> instead of
33570         <alloca.h>.
33571         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
33572         scratch_buffer instead of extend_alloca.
33573         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
33574         grp/compat-initgroups.c.
33575         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
33576         Rewrite to use struct scratch_buffer instead of extend_alloca.
33577         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
33578         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
33580 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
33582         * math/auto-libm-test-in: Add more tests of cbrt.
33583         * math/auto-libm-test-out: Regenerated.
33584         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33586         * math/auto-libm-test-in: Add more tests of cabs.
33587         * math/auto-libm-test-out: Regenerated.
33588         * sysdeps/i386/fpu/libm-test-ulps: Update.
33589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33591         [BZ #18210]
33592         [BZ #18211]
33593         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
33594         (__ieee754_atan2): Set FE_TONEAREST mode for internal
33595         computations.
33596         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
33597         clog10.
33598         * math/auto-libm-test-out: Regenerated.
33599         * sysdeps/i386/fpu/libm-test-ulps: Update.
33600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33602         [BZ #18197]
33603         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
33604         (atan): Set FE_TONEAREST mode for internal computations.
33605         * math/auto-libm-test-in: Add more tests of atan.
33606         * math/auto-libm-test-out: Regenerated.
33608 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
33610         [BZ #17930]
33611         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
33613 2015-04-07  Florian Weimer  <fweimer@redhat.com>
33615         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
33617 2015-04-07  Florian Weimer  <fweimer@redhat.com>
33619         * include/scratch_buffer.h: New file.
33620         * malloc/scratch_buffer_grow.c: Likewise.
33621         * malloc/scratch_buffer_grow_preserve.c: Likewise.
33622         * malloc/scratch_buffer_set_array_size.c: Likewise.
33623         * malloc/tst-scratch_buffer.c: Likewise.
33624         * malloc/Makefile (routines): Add scratch_buffer_grow.
33625         (tests): Add test case.
33626         * malloc/Versions (GLIBC_PRIVATE): Export
33627         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
33628         __libc_scratch_buffer_set_array_size.
33630 2015-04-06  Richard Henderson  <rth@redhat.com>
33632         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
33633         * sysdeps/alpha/fpu/libm-test-ulps: Update.
33635         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
33636         unsigned int before printing.
33638 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
33640         [BZ #17596]
33641         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
33642         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
33644 2015-04-02  Florian Weimer  <fweimer@redhat.com>
33646         * include/libc-internal.h (libc_max_align_t): Define.
33648 2015-04-02  Andreas Schwab  <schwab@suse.de>
33650         [BZ #16850]
33651         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
33653 2015-04-02  Mel Gorman  <mgorman@suse.de>
33655         [BZ #17195]
33656         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
33657         as well as the main arena.
33659 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
33661         [BZ #18185]
33662         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
33663         sharing L2 cache to 2 for Silvermont/Knights Landing.
33665 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
33667         [BZ #17711]
33668         * config.make.in (have-protected-data): New.
33669         * configure.ac: Check linker support for protected data symbol.
33670         * configure: Regenerated.
33671         * elf/Makefile (modules-names): Add tst-protected1moda and
33672         tst-protected1modb if $(have-protected-data) is yes.
33673         (tests): Add tst-protected1a and tst-protected1b if
33674         $(have-protected-data) is yes.
33675         ($(objpfx)tst-protected1a): New.
33676         ($(objpfx)tst-protected1b): Likewise.
33677         (tst-protected1modb.so-no-z-defs): Likewise.
33678         * elf/tst-protected1a.c: New file.
33679         * elf/tst-protected1b.c: Likewise.
33680         * elf/tst-protected1mod.h: Likewise.
33681         * elf/tst-protected1moda.c: Likewise.
33682         * elf/tst-protected1modb.c: Likewise.
33684 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
33686         [BZ #17711]
33687         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
33688         indicates it is called from do_lookup_x on relocation against
33689         protected data, skip the data definion in the executable from
33690         copy reloc.
33691         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
33692         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
33693         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
33694         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
33695         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
33696         otherwise to 0.
33697         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
33698         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
33699         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
33700         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
33701         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
33702         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
33704 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
33706         * sysdeps/nptl/pthread.h: Remove duplicate definition of
33707         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
33709 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
33711         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
33712         THREAD_SETMEM_NC.
33713         * sysdeps/x86_64/nptl/tls.h: Ditto.
33715 2015-03-27  Roland McGrath  <roland@hack.frob.com>
33717         * dlfcn/tststatic.c (main): Converted to ...
33718         (do_test): ... this.
33719         (TEST_FUNCTION): New macro.
33720         Include test-skeleton.c.
33722 2015-03-26  Alan Modra  <amodra@gmail.com>
33724         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
33725         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
33726         zero for undefined weak.
33727         (elf_machine_plt_conflict): Similarly.
33729 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
33731         * math/auto-libm-test-in: Add more tests of acosh, asinh and
33732         atanh.
33733         * math/auto-libm-test-out: Regenerated.
33734         * sysdeps/i386/fpu/libm-test-ulps: Update.
33735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33737         * math/auto-libm-test-in: Add another test of asin.
33738         * math/auto-libm-test-out: Regenerated.
33739         * sysdeps/i386/fpu/libm-test-ulps: Update.
33740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33742         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
33743         Remove macro.
33744         (LLL_EBX_REG): Likewise.
33745         (LLL_ENTER_KERNEL): Likewise.
33747         * math/auto-libm-test-in: Add more tests of asin.
33748         * math/auto-libm-test-out: Regenerated.
33749         * sysdeps/i386/fpu/libm-test-ulps: Update.
33750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33752         [BZ #18138]
33753         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
33754         libc_do_syscall_args): New structure.
33755         (INTERNAL_SYSCALL_MAIN_0): New macro.
33756         (INTERNAL_SYSCALL_MAIN_1): Likewise.
33757         (INTERNAL_SYSCALL_MAIN_2): Likewise.
33758         (INTERNAL_SYSCALL_MAIN_3): Likewise.
33759         (INTERNAL_SYSCALL_MAIN_4): Likewise.
33760         (INTERNAL_SYSCALL_MAIN_5): Likewise.
33761         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
33762         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
33763         Replace conditional definitions by conditional definitions of ....
33764         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
33765         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
33766         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
33767         (libpthread-sysdep_routines): Add libc-do-syscall.
33768         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
33769         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
33770         to __NR_futex not 240.
33772 2015-03-25  Alan Modra  <amodra@gmail.com>
33774         * NEWS: Advertise TLS optimization.
33775         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
33776         (DT_PPC_NUM): Increment.
33777         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
33778         (CHECK_STATIC_TLS): Use here.
33779         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
33780         TLS descriptors.
33781         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
33782         * sysdeps/powerpc/dl-tls.c: New file.
33783         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
33784         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
33785         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
33786         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
33787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
33788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
33789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
33791 2015-03-25  Alan Modra  <amodra@gmail.com>
33793         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
33794         for overlapping .opd entries" to "support...".
33795         * sysdeps/powerpc/powerpc64/configure: Regenerate
33797 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
33799         * math/auto-libm-test-in: Add more tests of acos.
33800         * math/auto-libm-test-out: Regenerated.
33801         * sysdeps/i386/fpu/libm-test-ulps: Update.
33802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33804         * math/auto-libm-test-in: Add more tests of expm1.
33805         * math/auto-libm-test-out: Regenerated.
33806         * sysdeps/i386/fpu/libm-test-ulps: Update.
33807         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33809 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
33811         * math/auto-libm-test-in: Add more tests of cosh and sinh.
33812         * math/auto-libm-test-out: Regenerated.
33813         * sysdeps/i386/fpu/libm-test-ulps: Update.
33814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33816         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
33817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33819         * math/auto-libm-test-in: Add more tests of log2.
33820         * math/auto-libm-test-out: Regenerated.
33821         * sysdeps/i386/fpu/libm-test-ulps: Update.
33822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33824 2015-03-23  Roland McGrath  <roland@hack.frob.com>
33826         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
33827         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
33828         _IO_IS_APPENDING bit in READ_WRITE instead.
33830 2015-03-23  Florian Weimer  <fweimer@redhat.com>
33832         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
33833         (__determine_cpumask_size): Replace extend_alloca with a
33834         variable-length array.  Do not treat res == 0 as an error.
33836 2015-03-23  Florian Weimer  <fweimer@redhat.com>
33838         [BZ #18100]
33839         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
33840         and integer overflow.
33841         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
33842         (main): Add integer overflow tests.
33843         * manual/pattern.texi (Calling Wordexp): Document additional use
33844         for WRDE_SYNTAX.
33846 2015-03-23  Alan Modra  <amodra@gmail.com>
33848         * config.h.in: Remove HAVE_ASM_PPC_REL16.
33849         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
33850         and false branch of conditional.
33851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
33852         Likewise.
33854 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
33856         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
33857         libc-modules.h
33858         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
33859         unused declaration of _hurd_intr_rpc_msg_in_trap.
33860         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
33861         defined instead of whether it is non-zero.
33862         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
33863         input constraint instead of both input and output constraint.  Use ecx
33864         clobber instead of %ecx.
33865         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
33866         mutex_unlock): Use a statement expression instead of an expression list.
33867         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
33868         type to vm_size_t instead of vm_address_t.
33869         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
33870         defined instead of whether it is non-zero.
33871         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
33872         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
33873         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
33874         comparisons with mapaddr.
33875         * nscd/nscd-client.h: Include <time.h>.
33876         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
33877         9th parameter to __vm_region instead of int.
33878         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
33879         * scripts/check-local-headers.sh (exclude): Add device/,
33880         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
33881         cthreads.h.
33883 2015-03-19  Roland McGrath  <roland@hack.frob.com>
33885         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
33886         to account for alignment padding.
33887         * sysdeps/arm/memmove.S: Likewise.
33889 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
33891         * sysdeps/unix/sysv/linux/generic/README: New file.
33893 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
33895         [BZ #18138]
33896         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
33897         (futex_abstimed_wait)
33898         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
33899         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
33900         of lll_futex_timed_wait.
33902 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
33904         [BZ #17542]
33905         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
33907 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
33909         [BZ #17090]
33910         [BZ #17620]
33911         [BZ #17621]
33912         [BZ #17628]
33913         * NEWS: Update.
33914         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
33915         entries with Static TLS too.  Skip entries past the end of the
33916         allocated DTV, from Alan Modra.
33917         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
33918         Static TLS DTV entry set up from...
33919         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
33920         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
33921         * nptl/allocatestack.c (init_one_static_tls): ... and here...
33922         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
33923         for Static TLS.
33924         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
33925         that the slot we find is associated with the given map before
33926         using its generation count.
33927         * nptl_db/db_info.c: Include ldsodefs.h.
33928         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
33929         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
33930         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
33931         (link_map::l_tls_offset): New struct field.
33932         (dtv_t::counter): Likewise.
33933         (rtld_global): New struct.
33934         (_rtld_global): New rtld variable.
33935         (dl_tls_dtv_slotinfo_list): New rtld global field.
33936         (dtv_slotinfo_list): New struct.
33937         (dtv_slotinfo): Likewise.
33938         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
33939         (td_lookup): Rename to...
33940         (td_mod_lookup): ... this.  Use new mod parameter instead of
33941         LIBPTHREAD_SO.
33942         * nptl_db/td_thr_tlsbase.c: Include link.h.
33943         (dtv_slotinfo_list, dtv_slotinfo): New functions.
33944         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
33945         addresses even if the DTV is out of date or missing them.
33946         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
33947         index zero-length arrays.
33948         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
33949         (td_lookup): Make it a macro implemented in terms of...
33950         (td_mod_lookup): ... this declaration.
33951         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
33952         (DB_MAIN_VARIABLE): Likewise.
33954 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
33956         [BZ #18134]
33957         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
33959 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
33961         * stdlib/setenv.c (__add_to_environ): Revert previous change.
33963 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
33965         [BZ #18128]
33966         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
33967         (atomic_add, atomic_increment_and_test)
33968         (atomic_decrement_and_test): Fix 64-bit arithmetic.
33970 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
33972         * stdlib/setenv.c (__add_to_environ):
33973         Dump core quickly if setenv (..., NULL, ...) is called.
33975 2015-03-13  Roland McGrath  <roland@hack.frob.com>
33977         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
33978         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
33979         all the necessary asm magic in one place.
33980         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
33981         using those.
33983 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
33985         [BZ #14906]
33986         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
33987         traced file mtime. Use consistent log message.
33988         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
33989         (register_traced_file): Call install_watches. Always set mtime.
33990         (invalidate_cache): Iterate over all trace files. Call install_watches.
33991         (inotify_check_files): Don't inline. Handle watching parent
33992         directories and configuration file movement in and out.
33993         (handle_inotify_events): New function.
33994         (main_loop_poll): Call handle_inotify_events.
33995         (main_loop_epoll): Likewise.
33996         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
33997         (struct traced_file): Use array of inotify fds. Add parent directory,
33998         and basename.
33999         (struct database_dyn): Remove unused file_mtime.
34000         (init_traced_file): New inline function.
34001         (define_traced_file): New macro.
34002         * nss/nss_db/db-init.c: Use define_traced_file.
34003         (_nss_db_init): Use init_traced_file.
34004         * nss/nss_files/files-init.c: Use define_traced_file.
34005         (_nss_files_init): Use init_traced_file.
34007 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
34009         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
34010         [_LIBC]: Do not include <stdlib.h>.
34011         [!_LIBC] (abort): Remove declaration.
34012         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
34013         _FP_STATIC_ASSERT instead of conditionally calling abort.
34014         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
34015         (_FP_EXTEND_CNAN): Likewise.
34016         (FP_TRUNC): Likewise.
34017         (__FP_CLZ): Likewise.
34018         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
34020 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
34022         * manual/string.texi (XPG basename): Fix prototype.
34024 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
34026         [BZ #18080]
34027         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
34028         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
34029         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
34030         (__setcontext): Likewise.
34031         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
34032         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
34033         Call rt_sigprocmask syscall one time to set new signal mask
34034         and retrieve the current signal mask instead of two calls.
34035         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
34036         (__swapcontext): Likewise.
34037         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
34038         * stdlib/tst-setcontext2.c: New file.
34040 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
34042         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
34044 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
34046         [BZ #18093]
34047         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
34048         the wrong size.
34050 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
34052         [BZ #18043]
34053         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
34055 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
34057         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
34058         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
34059         Remove define.
34060         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
34061         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
34062         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
34063         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
34064         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
34065         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
34066         define.
34067         * nptl_db/td_symbol_list.c (td_lookup): Remove
34068         HAVE_ASM_GLOBAL_DOT_NAME code.
34069         * sysdeps/powerpc/powerpc64/configure.ac: Remove
34070         HAVE_ASM_GLOBAL_DOT_NAME check.
34071         * sysdeps/powerpc/powerpc64/configure: Regenerate.
34072         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
34073         (DOT_LABEL): Remove define.
34074         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
34075         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
34076         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
34077         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
34078         (__TLS_GET_ADDR): Likewise.
34079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
34080         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
34082 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
34084         [BZ #18111]
34085         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
34086         (_FPU_SETCW): Initialize cw from fpsr before storing.
34087         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
34088         (fesetexceptflag): Rewrite using fpu_control.h.
34089         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
34091 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
34093         [BZ #18110]
34094         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
34095         asms.
34096         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
34098 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
34100         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
34101         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
34102         abort.
34103         (_FP_FMA): Likewise.
34104         (_FP_DIV): Likewise.
34106 2015-03-10  Roland McGrath  <roland@hack.frob.com>
34108         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
34109         with 0 in that case.
34110         * Makefile (summarize-tests): New canned sequence, factored out of
34111         commands for targets tests and xtests.  Display summary lines that
34112         don't start with PASS: or XFAIL: rather than ones that do start with
34113         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
34114         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
34115         do start with ERROR: or FAIL:.
34116         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
34117         (except for [$(build-shared) = yes]).
34118         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
34119         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
34120         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
34121         * nptl/Makefile: Revert 2015-03-04 changes.
34122         [$(CXX) empty] (tests-unsupported): New variable.
34123         * debug/Makefile: Likewise.
34125         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
34126         gnulib file.  Replace __attribute with __attribute__ throughout.
34128 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
34130         * sysdeps/hppa/fpu/libm-test-ulps: Update.
34132 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
34134         [BZ #18104]
34135         * math/auto-libm-test-in: Add another test of pow.
34136         * math/auto-libm-test-out: Regenerated.
34138 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34140         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
34141         $(config-cflags-nofma).
34143 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
34145         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
34146         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
34147         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
34148         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
34149         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
34150         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
34151         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
34152         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
34153         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
34154         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
34155         Add comment on closing #endif.
34157 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
34159         * posix/wordexp.c (CHAR_IN_SET): New macro.
34160         (parse_param): Use it.
34162 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34164         * sysdeps/powerpc/fpu/libm-test-ulps: update.
34166 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
34168         [BZ #18043]
34169         * posix/wordexp.c (parse_param): Fix buffer overflow.
34170         * posix/wordexp-test.c (test_case): Add test case.
34172 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
34174         [BZ #18042]
34175         * posix/wordexp.c (parse_backtick): Fix off-by-one.
34176         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
34178 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
34180         [BZ #18043]
34181         * posix/wordexp-test.c (test_case): Add test for BZ #18043
34182         (do_bz18043): Delete.
34183         (at_page_end): New.
34184         (testit): Refactor to have words at the edge of unreadable page.
34186 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
34188         [BZ #16734]
34189         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
34190         Cleanup read-only streams as well.
34191         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
34193 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34195         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
34196         <bits/libc-lockP.h>
34198 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
34200         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
34201         on [__KERNEL__].
34202         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
34203         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
34204         * soft-fp/op-common.h (_FP_DECL): Likewise.
34206 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
34208         * elf/ifuncdep2.c (global): Replace
34209         __attribute__((visibility("protected"))) with
34210         asm (".protected global").
34211         * elf/ifuncmod1.c (global): Likewise.
34212         * elf/ifuncmod5.c (global): Likewise.
34214 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
34216         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
34217         <asm/sfp-machine.h> instead of <sfp-machine.h>.
34219 2015-03-06  Roland McGrath  <roland@hack.frob.com>
34221         * manual/install.texi (Configuring and compiling):
34222         Document test-wrapper-env-only.
34223         * INSTALL: Regenerated.
34225 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
34227         [BZ #18043]
34228         * posix/wordexp.c (parse_param): Fix buffer overflow.
34229         * posix/wordexp-test.c (do_bz18043): Add test case.
34231 2015-03-06  Vincent Bernat  <vincent@bernat.im>
34233         * time/tst-strptime2.c (do_test): Ensure failing tests are
34234         reported correctly.
34235         * time/tst-strptime3.c (do_test): Likewise.
34237 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
34239         Fix aio_error thread-safety.
34240         * sysdeps/pthread/aio_error.c: New file
34241         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
34242         synchronization.
34244 2015-03-06  Florian Weimer  <fweimer@redhat.com>
34246         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
34247         (group_number, vfprintf): Use it.
34248         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
34249         (JUMP, REF): Use it.
34250         (WORK_BUFFER_SIZE): New enum constant.
34251         (process_arg, vfprintf): Use it.
34253 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
34255         * manual/errno.texi (Error Messages): Complete example function
34256         by adding missing #define.
34257         (program_invocation_name): Add statement indicating GNU
34258         extension and reference which header file declares the variable.
34259         (program_invocation_short_name): Likewise.
34261 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
34263         * manual/errno.texi (Error Messages): Delete strerror ISO C89
34264         compatibility note.
34266 2015-03-05  Roland McGrath  <roland@hack.frob.com>
34268         * Makeconfig (test-wrapper-env-only): New variable.
34269         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
34270         then use that with $(test-wrapper-env-only) rather than using
34271         $(test-wrapper-env) $(run-program-env) $($*-ENV).
34273 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
34275         [BZ #18082]
34276         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
34277         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
34278         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
34279         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
34280         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
34281         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
34282         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
34283         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
34284         Likewise.
34285         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
34286         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
34287         Likewise.
34288         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
34289         Likewise.
34290         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
34291         Likewise.
34292         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
34293         Likewise.
34294         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
34295         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
34296         Likewise.
34297         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
34298         Likewise.
34299         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
34300         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
34302 2015-03-04  Roland McGrath  <roland@hack.frob.com>
34304         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
34305         (ETH_ALEN): New macro.
34306         (struct ether_addr): Use it for length of ether_addr_octet.
34308         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
34309         (setdb): Don't call __nss_configure_lookup for "rpc".
34310         (do_test): Don't call test_rpc.
34311         (output_rpcent, test_rpc): Functions moved ...
34312         * sunrpc/test-rpcent.c: ... to this new file.
34313         * sunrpc/Makefile (tests): Add it.
34315         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
34316         __xpg_sigpause.
34317         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
34318         * nptl/tst-signal6.c: Likewise.
34319         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
34320         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
34322         * configure.ac (libc_cv_cxx_link_ok): New check.
34323         Reset CXX to empty if it fails to link.
34324         * configure: Regenerated.
34325         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
34326         bug-atexit3-lib only if $(CXX) is nonempty.
34327         * nptl/Makefile (tests): Likewise for tst-cancel24.
34328         (tests, tests-static): Likewise for tst-cancel24-static.
34329         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
34330         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
34331         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
34332         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
34334 2015-03-04  Andreas Schwab  <schwab@suse.de>
34336         [BZ #17631]
34337         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
34338         for non-GCC compilers.
34339         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
34340         Likewise.
34342 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
34344         [BZ #17776]
34345         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
34346         integer before bitwise and assembly operations.
34347         (feclearexcept): Likewise.
34348         * math/test-fenvinline.c: New file.
34349         * math/Makefile: Add test-fenvinline test.
34351 2015-03-03  Alan Modra  <amodra@gmail.com>
34353         [BZ #16512]
34354         * scripts/localplt.awk: Strip off symbol version.
34355         * NEWS: Mention bug fix.
34357 2015-03-02  Roland McGrath  <roland@hack.frob.com>
34359         * sysdeps/pthread/timer_routines.c
34360         (timer_free_list, thread_free_list, thread_active_list): Make static.
34362 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
34364         [BZ #17779]
34365         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
34366         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
34367         Undefine.
34368         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
34369         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
34370         Likewise.
34371         * sysdeps/unix/sysv/linux/sh/kernel-features.h
34372         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
34373         Likewise.
34375 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
34377         [BZ #18036]
34378         * posix/fnmatch_loop.c (END): Detect invalid pattern.
34379         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
34381 2015-03-02  Andreas Schwab  <schwab@suse.de>
34383         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
34384         variable name.
34386 2015-03-02  Florian Weimer  <fweimer@redhat.com>
34388         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
34389         Return error status.
34391 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
34393         [BZ #15969]
34394         * locale/findlocale.c (_nl_find_locale): Introduce const
34395         version of loc_name and drop unsafe type casts.
34397 2015-02-27  Roland McGrath  <roland@hack.frob.com>
34399         * dlfcn/tststatic2.c (main): Converted to ...
34400         (do_test): ... this.
34401         (TEST_FUNCTION): New macro.
34402         Include test-skeleton.c.
34404 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
34406         [BZ #17711]
34407         * elf/Makefile (tests): Add vismain only if PIE is enabled.
34408         (tests-pie): Add vismain.
34409         (CFLAGS-vismain.c): New.
34410         * elf/vismain.c: Add comments for PIE requirement.
34412 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
34414         [BZ #18046]
34415         [BZ #18047]
34416         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
34417         0x1p-56L as threshold for just returning the argument.
34418         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
34419         0x1p-32L as threshold for just returning the argument.
34420         * math/auto-libm-test-in: Add more tests of atanh.
34421         * math/auto-libm-test-out: Regenerated.
34422         * sysdeps/i386/fpu/libm-test-ulps: Update.
34423         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
34425 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
34427         * string/bcopy.c (bcopy): Call memmove for performance.
34429 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
34431         * string/bzero.c (__bzero): Call memset for performance.
34433 2015-02-27  John David Anglin  <dave.anglin@bell.net>
34435         [BZ #18068]
34436         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
34437         to 00100000.
34439 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
34441         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
34443 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
34445         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
34446         (__kernel_standard): Use CSTR macro when setting exc.name.
34447         * sysdeps/ieee754/Makefile [$(subdir) = math]
34448         (CFLAGS-k_standard.c): Remove variable.
34450         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
34451         setting p and q from "else if" to "else".
34452         (qzero): Likewise.
34453         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
34454         (qone): Likewise.
34455         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
34456         (qzerof): Likewise.
34457         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
34458         (qonef): Likewise.
34459         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
34460         (qzero): Likewise.
34461         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
34462         (qone): Likewise.
34464         [BZ #18038]
34465         [BZ #18039]
34466         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
34467         return pi/2 for arguments below 0x1p-113L.
34468         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
34469         return pi/2 for arguments below 0x1p-106L.
34470         * math/auto-libm-test-in: Add more tests of acos.
34471         * math/auto-libm-test-out: Regenerated.
34473         [BZ #16351]
34474         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
34475         (MO): New macro.
34476         (__ieee754_asin): Force underflow exception for results with small
34477         absolute value.
34478         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
34479         (MO): New macro.
34480         (__ieee754_asinf): Force underflow exception for results with
34481         small absolute value.
34482         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
34483         (__ieee754_asin): Force underflow exception for results with small
34484         absolute value.
34485         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
34486         (__ieee754_asinf): Force underflow exception for results with
34487         small absolute value.
34488         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
34489         (__ieee754_asinl): Force underflow exception for results with
34490         small absolute value.
34491         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
34492         (__ieee754_asinl): Force underflow exception for results with
34493         small absolute value.
34494         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
34495         (__ieee754_asinl): Force underflow exception for results with
34496         small absolute value.
34497         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
34498         Include <math.h>.
34499         * math/auto-libm-test-in: Do not mark underflow exceptions as
34500         possibly missing for bug 16351.
34501         * math/auto-libm-test-out: Regenerated.
34503         [BZ #18030]
34504         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
34505         of power of 2 down when low part has opposite sign.
34506         * math/libm-test.inc (logb_test_data): Add more tests.
34508 2015-02-26  Andreas Schwab  <schwab@suse.de>
34510         [BZ #18032]
34511         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
34512         over collating symbol inside a bracket expression.  Minor cleanup.
34513         * posix/tst-fnmatch3.c (do_test): Add test case.
34515 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
34517         [BZ #18029]
34518         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
34519         Adjust exponent of power of 2 down when low part has opposite
34520         sign.
34521         * math/libm-test.inc (ilogb_test_data): Add more tests.
34523 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
34525         [BZ #15969]
34526         * locale/findlocale.c (_nl_find_locale): Fix constness error in
34527         the previous change.
34529         [BZ #15969]
34530         * locale/findlocale.c (_nl_find_locale): Retry archive search
34531         after alias expansion.
34533 2015-02-25  Roland McGrath  <roland@hack.frob.com>
34535         * iconv/tst-iconv3.c (main): Converted to ...
34536         (do_test): ... this.
34537         (TEST_FUNCTION): New macro.
34538         Include test-skeleton.c.
34540         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
34541         (convert): Make function static.
34542         (test_unalign): Likewise.  Add const to argument pointee types.
34543         (main): Replace with static function do_test.
34544         Print "Succeeded." only if RET is zero.
34545         (TEST_FUNCTION): New macro.
34546         Include test-skeleton.c.
34548         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
34549         returns a null pointer.
34551 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34553         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
34554         to __memcpy_ppc only for static builds.
34556 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
34558         [BZ #18020]
34559         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
34560         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
34561         * math/auto-libm-test-in: Add more tests of asinh.
34562         * math/auto-libm-test-out: Regenerated.
34563         * sysdeps/i386/fpu/libm-test-ulps: Update.
34564         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34566 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
34568         [BZ #15850]
34569         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
34570         and ip6_mtuinfo definitions here.
34571         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
34572         in this define too.  Update comment.
34574 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
34576         * elf/sprof.c (load_shobj): Tweak error message to match others.
34578 2015-02-24  Kevin Easton  <kevin@guarana.org>
34580         [BZ #16145] (partial fix)
34581         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
34582         to reduce lock contention.
34584 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
34586         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
34587         (struct timex): Update time comment.
34588         (ADJ_SETOFFSET): Define.
34590 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
34592         [BZ #18019]
34593         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
34594         2**56 not 2**28 as threshold for log (2x) formula.
34595         * math/auto-libm-test-in: Add more tests of acosh.
34596         * math/auto-libm-test-out: Regenerated.
34597         * sysdeps/i386/fpu/libm-test-ulps: Update.
34598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34600 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
34602         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
34603         parenthesis around the buf assignment.
34604         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
34606 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
34608         [BZ #16783]
34609         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
34610         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
34611         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
34612         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
34613         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
34614         * math/libm-test.inc (scalb_test_data): Add more tests.
34616 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
34618         [BZ #17916]
34619         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
34620         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
34622 2015-02-24  Eric Rannaud  <e@nanocritical.com>
34624         [BZ #17523]
34625         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
34626         * io/bits/fcntl2.h (open): Use it.
34627         (openat): Likewise.
34628         * io/open.c (__libc_open): Likewise.
34629         * io/open64.c (__libc_open64): Likewise.
34630         * io/open64_2.c (__open64_2): Likewise.
34631         * io/open_2.c (__open_2): Likewise.
34632         * io/openat.c (__openat): Likewise.
34633         * io/openat64.c (__openat64): Likewise.
34634         * io/openat64_2.c (__openat64_2): Likewise.
34635         * io/openat_2.c (__openat_2): Likewise.
34636         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
34637         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
34638         * sysdeps/posix/open64.c (__libc_open64): Likewise.
34639         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
34640         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
34641         (__open_nocancel): Likewise.
34642         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
34643         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
34644         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
34646 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
34648         [BZ #14841]
34649         * resolv/gethnamaddr.c (getanswer): Skip logging if
34650         RES_USE_DNSSEC is set.
34651         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
34653 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
34655         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
34657 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
34659         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
34660         201304L, for Unicode 7.
34662 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
34664         [BZ #17836]
34665         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
34666         shared library.  Add gmon-start.os otherwise.
34667         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
34668         $(objpfx)gmon-start.os if builing shared library.
34669         ($(objpfx)g$(static-start-installed-name)): Likewise.
34671 2015-02-23  Andreas Schwab  <schwab@suse.de>
34673         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
34675 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
34677         [BZ #17269]
34678         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
34679         (enlarge_userbuf): Likewise.
34681 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
34683         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
34684         * math/atest-exp.c (TIMEOUT): Adjust to 200.
34685         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
34686         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
34688 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
34690         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
34691         expression inside statement expression.
34693 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
34695         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
34696         <sysdeps/nptl/lowlevellock.h> and remove macros and
34697         functions that are now defined there.
34698         (SYS_futex): Remove.
34699         (lll_compare_and_swap): Remove.
34700         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
34702 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
34704         [BZ #17999]
34705         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
34706         instead of scandirat.
34707         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
34708         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
34709         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
34710         __scandirat.
34711         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
34712         (__scandirat): Declare.  Use libc_hidden_proto.
34713         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
34714         Remove variable.
34715         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
34717 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
34719         [BZ #15319]
34720         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
34721         (MO): New macro.
34722         (__ieee754_atan2): For results with small absolute value, force
34723         underflow exception and remove excess range and precision from
34724         return value.
34725         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
34726         (MO): New macro.
34727         (__ieee754_atan2f): For results with small absolute value, force
34728         underflow exception and remove excess range and precision from
34729         return value.
34730         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
34731         (MO): New macro.
34732         (__atan): For results with small absolute value, force underflow
34733         exception and remove excess range and precision from return value.
34734         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
34735         (MO): New macro.
34736         (__atanf): For results with small absolute value, force underflow
34737         exception and remove excess range and precision from return value.
34738         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
34739         <math.h>.
34740         (__ieee754_atan2): Force underflow exception for results with
34741         small absolute value.
34742         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
34743         <math_private.h>.
34744         (atan): Force underflow exception for results with small absolute
34745         value.
34746         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
34747         (__atanf): Force underflow exception for results with small
34748         absolute value.
34749         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
34750         <math.h>.
34751         (__atanl): Force underflow exception for results with small
34752         absolute value.
34753         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
34754         (__atanl): Force underflow exception for results with small
34755         absolute value.
34756         * sysdeps/x86/fpu/bits/mathinline.h
34757         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
34758         (__ieee754_atan2): Only define inline for long double.
34759         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
34760         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
34761         * math/auto-libm-test-in: Do not mark underflow exceptions as
34762         possibly missing for bug 15319.  Add more tests of atan2.
34763         * math/auto-libm-test-out: Regenerated.
34764         * math/libm-test.inc (casin_test_data): Do not mark underflow
34765         exceptions as possibly missing for bug 15319.
34766         (casinh_test_data): Likewise.
34767         * sysdeps/i386/fpu/libm-test-ulps: Update.
34769 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
34771         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
34772         * sysdeps/mips/bits/endian.h: Fix comments.
34774 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
34776         [BZ #17996]
34777         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
34778         (hdestroy_r): Likewise.
34779         (hsearch_r): Likewise.
34780         (__hcreate_r): Declare and use libc_hidden_proto.
34781         (__hdestroy_r): Likewise.
34782         (__hsearch_r): Likewise.
34783         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
34784         (hcreate): Call __hcreate_r instead of hcreate_r.
34785         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
34786         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
34787         as weak alias of __hcreate_r.
34788         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
34789         __hdestroy_r.
34790         (hsearch_r): Rename to __hsearch_r and define as weak alias of
34791         __hsearch_r.
34792         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
34793         Remove variable.
34794         (test-xfail-XPG4/search.h/linknamespace): Likewise.
34795         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
34796         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
34797         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
34799 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34801         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
34802         arena_lock into a single arena_get.
34804 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
34806         * dl-reloc.c: Inlucde libc-internal.h.
34807         (_dl_try_allocate_static_tls): Call ALIGN_UP.
34808         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
34809         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
34810         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
34811         (grow_heap): Likewise.
34812         * malloc/malloc.c: Include libc-internal.h.
34813         (do_check_malloc): Call powerof2.
34814         (sysmalloc): Use pagesize. Call ALIGN_UP.
34815         (systrim): Use pagesize.
34816         (mremap_chunk): Use pagesize. Call ALIGN_UP.
34817         (__libc_valloc): Use pagesize.
34818         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
34820 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
34822         [BZ #17991]
34823         * include/sys/resource.h (__getrlimit64): Declare.  Use
34824         libc_hidden_proto.
34825         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
34826         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
34827         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
34828         getrlimit64.
34829         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
34830         __getrlimit64.
34831         [!getrlimit64] (getrlimit64): Define as weak alias of
34832         __getrlimit64.  Use libc_hidden_weak.
34833         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
34834         using __getrlimit64 not __new_getrlimit64.
34835         (__GI_getrlimit64): Likewise.
34836         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
34837         Likewise.
34838         (__GI_getrlimit64): Likewise.
34839         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
34840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
34841         (getrlimit): Add __getrlimit64 alias.
34842         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
34843         Likewise.
34844         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
34845         Remove variable.
34846         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
34847         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
34849 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
34851         * libio/fileops.c: Add missing sys/mman.h
34852         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
34854 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
34856         * manual/math.texi (Errors in Math Functions): Clarify goals
34857         regarding inexact and underflow exceptions.
34859 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
34861         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
34862         * sysdeps/mips/memset.S: Ditto.
34864 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
34866         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
34868 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
34870         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
34871         (__v1longjmp): Remove versioned symbol.
34872         (__v1siglongjmp): Remove alias and versioned symbol.
34873         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
34874         (__v2siglongjmp): Likewise.
34876 2015-02-16  Torvald Riegel  <triegel@redhat.com>
34878         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
34880 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
34882         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
34884 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
34886         [BZ #17987]
34887         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
34888         zero result does not depend on the sign resulting from
34889         subtraction.
34890         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
34891         Likewise.
34892         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
34893         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
34894         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
34895         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
34896         * math/libm-test.inc (remquo_test_data): Add more tests.
34898 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
34900         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
34901         Problem reported by J William Piggott.
34903 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
34905         [BZ #17978]
34906         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
34907         products 4 * y and 2 * y where those would overflow.
34908         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
34909         Likewise.
34910         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
34911         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
34912         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
34913         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
34914         * math/libm-test.inc (remquo_test_data): Add more tests.
34916         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
34918         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
34919         [defined _COMPILING_NEWLIB].
34920         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
34921         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
34923         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
34924         [!defined __mips_isa_rev || __mips_isa_rev < 6].
34926 2015-02-16  Torvald Riegel  <triegel@redhat.com>
34928         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
34929         acquired.
34931 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
34933         [BZ #17792]
34934         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
34935         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
34936         HOST_STACK_END_ADDR): Likewise.
34938 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
34940         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
34941         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
34942         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
34944 2015-02-13  Roland McGrath  <roland@hack.frob.com>
34946         * sysdeps/generic/c++-types.data: New file.
34947         * sysdeps/generic/ld.abilist: New file.
34948         * sysdeps/generic/libBrokenLocale.abilist: New file.
34949         * sysdeps/generic/libanl.abilist: New file.
34950         * sysdeps/generic/libc.abilist: New file.
34951         * sysdeps/generic/libcrypt.abilist: New file.
34952         * sysdeps/generic/libdl.abilist: New file.
34953         * sysdeps/generic/libm.abilist: New file.
34954         * sysdeps/generic/libpthread.abilist: New file.
34955         * sysdeps/generic/libresolv.abilist: New file.
34956         * sysdeps/generic/librt.abilist: New file.
34958 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
34960         [BZ #17569]
34961         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
34962         Compute absolute value of x as modified by fmod, not original
34963         value of x.
34964         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
34965         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
34966         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
34967         RUN_TEST_ffI_f1_mod8.
34968         (remquo_test_data): Add more tests.
34970 2015-02-13  Roland McGrath  <roland@hack.frob.com>
34972         * sysdeps/init_array/pt-crti.S: New file.
34974 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
34976         [BZ #17967]
34977         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
34978         __builtin_fmaf instead of relying on contraction of a * b + c.
34980 2015-02-12  J William Piggott  <elseifthen@gmx.com>
34982         [BZ #17969]
34983         * manual/time.texi: correct the zoneinfo path in the TZ Variable
34984         node.
34986 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
34988         [BZ #17964]
34989         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
34990         __builtin_fma instead of relying on contraction of a * b + c.
34992 2015-02-12  Roland McGrath  <roland@hack.frob.com>
34994         * Makeconfig (ASFLAGS): Add -Werror=undef.
34995         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
34996         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
34997         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
34999         * Makeconfig (after-link): New variable.
35000         (+link-pie, +link-pie-tests): Use it.
35001         (+link-static, +link-static-tests): Likewise.
35002         (+link, +link-tests): Likewise.
35003         * Makerules (build-module, build-module-asneeded): Likewise.
35004         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
35005         Likewise.
35006         * elf/Makefile ($(objpfx)ld.so): Likewise.
35008 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
35010         [BZ #17965]
35011         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
35012         both struct timeval and struct timespec.
35014 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
35016         [BZ #16560]
35017         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
35018         and redefine.
35019         (__ieee754_exp2l): Do not multiply small fractional parts by
35020         M_LN2l.
35021         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
35022         small argument.
35023         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
35024         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
35025         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
35026         * math/auto-libm-test-in: Add more tests of exp2.
35027         * math/auto-libm-test-out: Regenerated.
35029 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
35031         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
35032         unaligned path.
35034 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35036         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
35037         little endian.
35039 2015-02-12  Andreas Schwab  <schwab@suse.de>
35041         [BZ #15790]
35042         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
35043         Filter out elision flags from value returned in kind.
35044         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
35045         * nptl/tst-pthread-mutexattr.c: New file.
35047 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35049         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
35050         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
35051         into gnu-gnu, and update comment to refer to abi-tags.
35053 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
35055         [BZ #15467]
35056         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
35057         (__sincos): Set errno to EDOM for infinite argument.
35058         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
35059         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
35060         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
35061         (__sincosl): Set errno to EDOM for infinite argument.
35062         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
35063         (__sincosl): Set errno to EDOM for infinite argument.
35064         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
35065         (__sincosl): Set errno to EDOM for infinite argument.
35066         * math/libm-test.inc (sincos_test_data): Test errno setting.
35068 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
35070         * string/strxfrm_l.c: Remove #define STRCMP.
35071         * string/strcoll_l.c: Remove #define STRLEN.
35072         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
35073         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
35075 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
35077         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
35078         * sysdeps/mips/mips32/sfp-machine.h: ... here.
35079         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
35080         * sysdeps/mips/mips64/Makefile: ... here.
35081         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
35082         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
35083         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
35084         * sysdeps/mips/mips64/sfp-machine.h: ... here.
35085         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
35086         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
35087         * sysdeps/mips/mips64/n64/Implies: Likewise.
35089 2015-02-10  Roland McGrath  <roland@hack.frob.com>
35091         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
35092         <sys/time.h>, <string.h>, and <errno.h>.
35093         (dest_offset, dest_address, value, zero): Remove unused variables.
35094         (ldouble): Remove typedef.
35095         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
35096         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
35097         1).  Fix code style.
35098         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
35099         (check): Function removed.
35100         (CHECK): New macro.
35101         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
35102         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
35103         Don't call set_sigaction_FP and remove_sigaction_FP here.
35104         (ldouble_test): Just use 'long double' as macro argument, no need for
35105         the 'ldouble' typedef.
35106         (do_test): Set up SIGFPE handler at start, using plain signal rather
35107         than sigaction.  Fix code style.
35109 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
35111         [BZ #17949]
35112         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
35113         jump label.
35115 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
35117         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
35118         * sysdeps/powerpc/powerpc32/configure: Regenerated.
35120         * sysdeps/powerpc/configure.ac: Remove file.
35121         * sysdeps/powerpc/configure: Likewise.
35123         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
35124         [sysdep_routines]: Remove wordcopy-power6 object.
35125         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
35126         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
35127         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
35128         (__memmove_ppc32): Likewise.
35129         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
35130         file.
35131         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
35132         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
35133         Remove preprocessor.
35135         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
35136         [sysdep_routines]: Remove wide chars objects.
35137         [wcsmbs]: New rule for wide char objects.
35139         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
35140         Remove wordcopy-power6 obejct.
35141         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
35142         Use local call for wordcopy and memcpy symbols.
35143         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
35144         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
35145         implementation for loader.
35146         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
35148         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
35149         Remove wordcopy-power7 object.
35150         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
35151         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
35152         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
35153         (_wordcopy_fwd_dest_aligned): Likewise.
35154         (_wordcopy_bwd_aligned): Likewise.
35155         (_wordcopy_bwd_dest_aligned): Likewise.
35157         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
35158         Rewrite to call __memmove_ppc instead of include default
35159         implementation.
35161         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
35162         Remove wide chars objects.
35163         [wcsmbs]: New rule for wide char objects.
35165 2015-02-09  Andreas Schwab  <schwab@suse.de>
35167         [BZ #17912]
35168         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
35169         in terms of __O_DIRECTORY.
35171 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35173         * time/getdate.c: Include <stdbool.h>.
35174         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
35175         call PTR_MANGLE.
35176         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
35177         PTR_DEMANGLE.
35179 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
35181         Add ersatz _Static_assert on older C hosts
35182         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
35183         pre-C11 C platform that is not known to support _Static_assert.
35185 2015-02-07  Richard Braun  <rbraun@sceen.net>
35187         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
35188         sigstate.
35189         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
35191 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35193         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
35194         priority against unexistent AIO_PRIO_DELTA_MAX.
35195         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
35196         instead of int.
35197         * misc/fchflags.c (fchflags): Likewise.
35198         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
35199         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
35200         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
35201         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
35202         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
35203         Declare macros.
35204         [__USE_MISC] (chflags, fchflags): Declare functions.
35205         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
35206         EINVAL when nfds is greater than FD_SETSIZE.
35207         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
35208         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
35209         45.
35210         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
35211         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
35212         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
35213         MACH_RCV_TIMED_OUT.
35214         * hurd/hurd/signal.h (_hurd_self_sigstate,
35215         _hurd_critical_section_lock, _hurd_critical_section_unlock):
35216         Explicit casts from void *.
35217         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
35218         * abi-tags: Rename gnu-gnu os into gnu.
35220         [BZ #4719]
35221         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
35222         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
35223         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
35224         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
35225         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
35226         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
35228         [BZ #17944]
35229         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
35230         duplicates ADDR->sun_path with sockaddr LEN limitation.
35231         * sysdeps/mach/hurd/connect.c: Include <string.h>
35232         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
35233         * sysdeps/mach/hurd/sendmsg.c: Likewise.
35234         * sysdeps/mach/hurd/sendto.c: Likewise.
35235         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
35236         implementing it by hand.
35238 2015-02-06  Roland McGrath  <roland@hack.frob.com>
35240         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
35241         Use sfi_breg on ldr.
35242         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
35243         Likewise.
35245         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
35246         it's defined.
35247         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
35248         Test SIGSETXID only if it's defined.
35250         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
35252         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
35253         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
35255         * nptl/tst-align2.c: Moved ...
35256         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
35257         * nptl/Makefile (tests): Remove tst-align2.
35258         * sysdeps/unix/sysv/linux/Makefile
35259         [$(subdir) = nptl] (tests): Add tst-align-clone.
35260         * nptl/tst-getpid1.c: Moved ...
35261         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
35262         * nptl/tst-getpid2.c: Moved ...
35263         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
35264         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
35265         * sysdeps/unix/sysv/linux/Makefile
35266         [$(subdir) = nptl] (tests): ... here.
35267         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
35268         * sysdeps/unix/sysv/linux/Makefile
35269         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
35271         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
35272         Drop trailing \n from perror argument.  Use return rather than exit.
35274         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
35275         on [SA_SIGINFO].
35276         * nptl/tst-cancel21.c (do_test): Likewise.
35277         * debug/tst-backtrace6.c: Include <signal.h> first thing.
35278         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
35279         [!SA_SIGINFO]: Make it a stub test.
35281         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
35282         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
35284         * posix/tst-getlogin.c: Move to ...
35285         * login/tst-getlogin.c: ... here.
35286         * posix/Makefile (tests): Move tst-getlogin to ...
35287         * login/Makefile (tests): ... here.
35289         * libio/tst-atime.c (do_test): Move local variables SV and E
35290         inside [ST_NOATIME] conditional.
35292         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
35294         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
35296         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
35297         (wait_code): New function replaces macro.
35298         Call nanosleep rather than syscall.
35300         * nptl/pt-system.c: Rewritten.  Put everything under
35301         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
35302         Use IFUNC to redirect when possible.
35304         * nptl/pt-longjmp.c: Rewritten.  Put everything under
35305         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
35306         Use IFUNC to redirect when possible.
35308         * nptl/pt-fork.c: Rewritten.  Put everything under
35309         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
35310         Use IFUNC to redirect when possible.
35311         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
35313         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
35314         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
35315         unconditionally nowadays.  This included the only reference to
35316         __vdso_clock_gettime that appears outside libc proper.
35317         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
35318         Remove version set (containing only __vdso_clock_gettime).
35319         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
35320         Add attribute_hidden.
35321         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
35322         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
35323         libc_hidden_data_def.
35324         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
35325         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
35327         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
35328         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
35329         setrpcent, and getrpcport to ...
35330         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
35331         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
35332         getrpcbynumber_r, and getrpcent_r to ...
35333         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
35334         * inet/getrpcbyname.c: Moved ...
35335         * sunrpc/getrpcbyname.c: ... here.
35336         * inet/getrpcbyname_r.c: Moved ...
35337         * sunrpc/getrpcbyname_r.c: ... here.
35338         * inet/getrpcbynumber.c: Moved ...
35339         * sunrpc/getrpcbynumber.c: ... here.
35340         * inet/getrpcbynumber_r.c: Moved ...
35341         * sunrpc/getrpcbynumber_r.c: ... here.
35342         * inet/getrpcent.c: Moved ...
35343         * sunrpc/getrpcent.c: ... here.
35344         * inet/getrpcent_r.c: Moved ...
35345         * sunrpc/getrpcent_r.c: ... here.
35346         * inet/Makefile (routines): Move those to ...
35347         * sunrpc/Makefile (routines): ... here.
35348         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
35349         the $(subdirs) list.
35350         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
35351         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
35352         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
35353         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
35355         * elf/Makefile (routines): Include $(all-dl-routines), not just
35356         $(dl-routines).
35357         (rtld-routines): Likewise.  Use = rather than :=.
35358         * sysdeps/aarch64/Makefile [$(subdir) = elf]
35359         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
35360         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
35361         * sysdeps/arm/Makefile: Likewise.
35362         * sysdeps/i386/Makefile: Likewise.
35363         * sysdeps/x86_64/Makefile: Likewise.
35364         * sysdeps/hppa/Makefile [$(subdir) = elf]
35365         (sysdep_routines, sysdep-rtld-routines): Don't add
35366         $(sysdep-dl-routines) to these.
35367         * sysdeps/ia64/Makefile: Likewise.
35368         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
35369         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
35370         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
35371         Don't add dl-static to these; sysdep-dl-routines alone is enough.
35372         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
35373         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
35374         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
35375         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
35376         * sysdeps/powerpc/Makefile [$(subdir) = elf]
35377         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
35378         these; sysdep-dl-routines alone is enough.
35380 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
35382         [BZ #17932]
35383         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
35384         where multiplication results in zero and third argument is finite
35385         and nonzero.
35386         * math/auto-libm-test-in: Add more tests of fma.
35387         * math/auto-libm-test-out: Regenerated.
35389         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
35390         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
35391         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
35392         (_FP_CMP_EQ): Likewise.
35393         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
35395         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
35396         extra argument CHECK_NAN.  Redefine as wrapper around
35397         _FP_EXTEND_CNAN.
35399 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
35401         * version.h (RELEASE): Set to "stable".
35402         (VERSION): Set to "2.21"
35403         * include/features.h (__GLIBC_MINOR__): Set to 21.
35405         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
35407 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
35408             Paul Eggert  <eggert@cs.ucla.edu>
35410         [BZ #16618]
35411         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
35412         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
35413         size in bytes. Store needed elements in wpmax. Use needed size
35414         in bytes for extend_alloca.
35416 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
35418         * manual/install.texi: Latest tested versions are GCC 4.9.2,
35419         binutls 2.25, and texinfo 5.2.
35420         * INSTALL: Regenerate.
35421         * sysdeps/nios2/configure: Regenerate.
35422         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
35423         * manual/contrib.texi: Update.
35424         * po/be.po: Update.
35425         * po/bg.po: Update.
35426         * po/ca.po: Update.
35427         * po/cs.po: Update.
35428         * po/da.po: Update.
35429         * po/de.po: Update.
35430         * po/el.po: Update.
35431         * po/eo.po: Update.
35432         * po/es.po: Update.
35433         * po/fi.po: Update.
35434         * po/fr.po: Update.
35435         * po/gl.po: Update.
35436         * po/hr.po: Update.
35437         * po/hu.po: Update.
35438         * po/ia.po: Update.
35439         * po/id.po: Update.
35440         * po/it.po: Update.
35441         * po/ja.po: Update.
35442         * po/ko.po: Update.
35443         * po/lt.po: Update.
35444         * po/nb.po: Update.
35445         * po/nl.po: Update.
35446         * po/pl.po: Update.
35447         * po/pt_BR.po: Update.
35448         * po/ru.po: Update.
35449         * po/rw.po: Update.
35450         * po/sk.po: Update.
35451         * po/sl.po: Update.
35452         * po/sv.po: Update.
35453         * po/tr.po: Update.
35454         * po/uk.po: Update.
35455         * po/vi.po: Update.
35456         * po/zh_CN.po: Update.
35457         * po/zh_TW.po: Update.
35459         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
35460         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
35461         * sysdeps/hppa/dl-irel.h: Remove #warning.
35462         * sysdeps/hppa/entry.h: Provide prototype for
35463         __canonicalize_funcptr_for_compare and cast argument.
35464         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
35465         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
35466         * sysdeps/hppa/sotruss-lib.c: New file.
35467         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
35468         (atomic_compare_and_exchange_val_acq): Use __typeof__.
35469         (atomic_compare_and_exchange_bool_acq): Likewise.
35470         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
35471         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
35473         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
35474         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
35475         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
35477 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
35479         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
35480         called function in non-PIC case.
35482 2015-01-31  David S. Miller  <davem@davemloft.net>
35484         * sysdeps/sparc/sparc32/bits/atomic.h
35485         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
35486         unlock not after it.
35487         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
35488         volatile register usage warnings from the compiler.
35490         * sysdeps/sparc/nptl/sem_init.c: Delete.
35491         * sysdeps/sparc/nptl/sem_post.c: Delete.
35492         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
35493         * sysdeps/sparc/nptl/sem_wait.c: Delete.
35494         * sysdeps/sparc/sparc32/sem_init.c: New file.
35495         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
35496         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
35497         padding explicitly initialized.
35498         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
35499         padding for in-semaphore spinlock.
35500         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
35501         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
35502         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
35503         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
35504         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
35505         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
35506         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
35507         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
35508         version.
35509         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
35510         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
35512 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
35514         [BZ #17801]
35515         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35516         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
35517         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
35518         New.
35519         (index_AVX_Fast_Unaligned_Load): Likewise.
35520         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
35521         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
35522         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
35523         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
35524         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
35525         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
35526         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
35527         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
35528         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
35530 2015-01-29  Andreas Schwab  <schwab@suse.de>
35532         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
35534 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
35536         [BZ #17892]
35537         * nscd/nscd_stat.c (send_stats): Initialize DATA.
35539 2015-01-28  Martin Sebor  <msebor@redhat.com>
35541         * math/README.libm-test: Clarify. Add "How to read the test output."
35543 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
35545         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
35546         Define to 0.
35548 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
35550         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
35551         (__HAVE_64B_ATOMICS): Define to 0.
35553 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
35555         [BZ #17885]
35556         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
35557         value to set as new flag.
35559         [BZ #16576]
35560         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
35561         and use _ARCH_PPCSQ instead.
35562         (__ieee754_sqrt): Likewise.
35563         (__ieee754_sqrtf): Likewise.
35564         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
35565         _ARCH_PPCSQ is defined.
35566         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
35567         fsqrt instruction.
35568         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
35569         _ARCH_PPCSQ is defined.
35570         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
35571         fsqrts instruction.
35572         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
35574 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35576         * iconv/loop.c: Suppress array out of bound warning caused by GCC
35577         bug (GCC BZ #64739).
35579 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
35581         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
35582         Mark _retval as used.
35583         (lll_futex_wake_unlock): Likewise.
35584         (lll_futex_timed_wait_requeue_pi): Likewise.
35586         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
35587         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
35588         register variables.
35590         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
35591         libm_hidden_def.
35593         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
35594         (__bswap_64): Mark as __always_inline.
35596 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
35598         [BZ #15378]
35599         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
35600         when none of the search directories exist.
35602 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
35604         [BZ #17869]
35605         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
35606         power8 in .machine directive.
35608         [BZ #17868]
35609         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
35610         set dependency from opd value.
35612 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
35614         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35615         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
35616         architecture.
35618 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
35620         [BZ #17870]
35621         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
35622         with uint64_t.
35623         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
35624         (uint64_t) 1.
35625         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
35626         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
35627         Replace 1UL with (uint64_t) 1.
35628         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
35629         int with uint64_t.
35631 2015-01-23  Roland McGrath  <roland@hack.frob.com>
35633         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
35634         (if_freenameindex): Likewise.
35636         * resource/getrlimit64.c: Add missing libc_hidden_def.
35638 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
35640         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
35641         __label__.
35642         (_FP_FMA): Likewise.
35643         (_FP_TO_INT_ROUND): Likewise.
35644         (_FP_FROM_INT): Likewise.
35646 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35648         [BZ #16418]
35649         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
35650         Make code racy and cancel safe.
35652 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
35654         * sysdeps/arm/unwind-resume.h: Fix copyright year.
35655         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
35656         attribution.
35658         * pwd/tst-getpw.c: Rewrite.
35660         [BZ #17702]
35661         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
35662         (modules-names): Add moddummy1 and moddummy2.
35663         ($(objpfx)tst-rec-dlopen): Define.
35664         * dlfcn/moddummy1.c: New file.
35665         * dlfcn/moddummy2.c: New file.
35666         * dlfcn/tst-rec-dlopen.c: New file.
35667         * elf/dl-cache.c (_dl_load_cache_lookup):
35668         Return char*. Copy result with alloca/strcpy/strdup.
35669         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
35670         returns char*. Free cached. If not saving realname
35671         free cached.
35672         * elf/dl-open.c (dl_open_worker): Do not assert that
35673         _r_debug->r_state is RT_CONSISTENT.
35674         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
35675         returns char*.
35677 2015-01-21  Torvald Riegel  <triegel@redhat.com>
35678             Carlos O'Donell  <carlos@redhat.com>
35680         [BZ #12674]
35681         * nptl/sem_waitcommon.c: New file.
35682         * nptl/sem_wait.c: Include sem_waitcommon.c.
35683         (__sem_wait_cleanup, do_futex_wait): Remove.
35684         (__new_sem_wait): Adapt.
35685         (__new_sem_trywait): New function.
35686         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
35687         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
35688         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
35689         (sem_timedwait): Adapt.
35690         * nptl/sem_post.c (__new_sem_post): Adapt.
35691         (futex_wake): New function.
35692         (__old_sem_post): Add release MO fence.
35693         * nptl/sem_open.c (sem_open): Adapt.
35694         * nptl/sem_init.c (__new_sem_init): Adapt.
35695         (futex_private_if_supported): New function.
35696         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
35697         (__old_sem_getvalue): Add using previous code.
35698         * sysdeps/nptl/internaltypes.h: Adapt.
35699         * nptl/tst-sem13.c (do_test): Adapt.
35700         * nptl/tst-sem11.c (main): Adapt.
35701         * nptl/sem_trywait.c: Remove.
35702         * nptl/DESIGN-sem.txt: Remove.
35703         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
35704         (gen-as-const-headers): Remove structsem.sym.
35705         * nptl/structsem.sym: Remove.
35706         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
35707         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
35708         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
35709         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
35710         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
35711         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
35712         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
35713         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
35714         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
35715         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
35716         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
35717         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
35718         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
35719         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
35720         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
35721         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
35722         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
35723         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
35724         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
35725         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
35726         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
35727         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
35729 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
35731         * INSTALL: Regenerated.
35733         * po/libc.pot: Regenerated.
35735 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
35736             Sandra Loosemore  <sandra@codesourcery.com>
35737             Andrew Jenner  <andrew@codesourcery.com>
35738             Joseph Myers  <joseph@codesourcery.com>
35739             Nathan Sidwell  <nathan@codesourcery.com>
35741         * NEWS: Mention new Nios II port.
35742         * sysdeps/nios2/Implies: New file.
35743         * sysdeps/nios2/Makefile: New file.
35744         * sysdeps/nios2/Subdirs: New file.
35745         * sysdeps/nios2/Versions: New file.
35746         * sysdeps/nios2/__longjmp.S: New file.
35747         * sysdeps/nios2/abort-instr.h: New file.
35748         * sysdeps/nios2/backtrace.c: New file.
35749         * sysdeps/nios2/bits/endian.h: New file.
35750         * sysdeps/nios2/bits/fenv.h: New file.
35751         * sysdeps/nios2/bits/link.h: New file.
35752         * sysdeps/nios2/bits/setjmp.h: New file.
35753         * sysdeps/nios2/bsd-_setjmp.S: New file.
35754         * sysdeps/nios2/bsd-setjmp.S: New file.
35755         * sysdeps/nios2/configure: New generated file.
35756         * sysdeps/nios2/configure.ac: New file.
35757         * sysdeps/nios2/crti.S: New file.
35758         * sysdeps/nios2/crtn.S: New file.
35759         * sysdeps/nios2/dl-init.c: New file.
35760         * sysdeps/nios2/dl-machine.h: New file.
35761         * sysdeps/nios2/dl-sysdep.h: New file.
35762         * sysdeps/nios2/dl-tls.h: New file.
35763         * sysdeps/nios2/dl-trampoline.S: New file.
35764         * sysdeps/nios2/gccframe.h: New file.
35765         * sysdeps/nios2/gmp-mparam.h: New file.
35766         * sysdeps/nios2/jmpbuf-offsets.h: New file.
35767         * sysdeps/nios2/jmpbuf-unwind.h: New file.
35768         * sysdeps/nios2/ldsodefs.h: New file.
35769         * sysdeps/nios2/libc-tls.c: New file.
35770         * sysdeps/nios2/libm-test-ulps: New file.
35771         * sysdeps/nios2/machine-gmon.h: New file.
35772         * sysdeps/nios2/math-tests.h: New file.
35773         * sysdeps/nios2/math_private.h: New file.
35774         * sysdeps/nios2/memusage.h: New file.
35775         * sysdeps/nios2/nptl/Makefile: New file.
35776         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
35777         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
35778         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
35779         * sysdeps/nios2/nptl/pthreaddef.h: New file.
35780         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
35781         * sysdeps/nios2/nptl/tls.h: New file.
35782         * sysdeps/nios2/preconfigure: New file.
35783         * sysdeps/nios2/s_fma.c: New file.
35784         * sysdeps/nios2/s_fmaf.c: New file.
35785         * sysdeps/nios2/setjmp.S: New file.
35786         * sysdeps/nios2/sfp-machine.h: New file.
35787         * sysdeps/nios2/sotruss-lib.c: New file.
35788         * sysdeps/nios2/stackguard-macros.h: New file.
35789         * sysdeps/nios2/stackinfo.h: New file.
35790         * sysdeps/nios2/start.S: New file.
35791         * sysdeps/nios2/sysdep.h: New file.
35792         * sysdeps/nios2/tls-macros.h: New file.
35793         * sysdeps/nios2/tst-audit.h: New file.
35794         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
35795         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
35796         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
35797         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
35798         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
35799         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
35800         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
35801         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
35802         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
35803         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
35804         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
35805         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
35806         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
35807         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
35808         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
35809         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
35810         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
35811         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
35812         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
35813         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
35814         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
35815         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
35816         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
35817         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
35818         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
35819         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
35820         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
35821         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
35822         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
35823         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
35824         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
35825         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
35826         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
35827         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
35828         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
35829         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
35830         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
35831         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
35832         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
35833         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
35834         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
35835         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
35836         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
35837         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
35839 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
35841         [BZ #17844]
35842         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
35843         (getutent): Use weak_alias in non SHARED case
35844         and default_symbol_version in SHARED case.
35845         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
35846         (getutent_r, pututline): Likewise.
35847         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
35848         (getutid): Likewise.
35849         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
35850         (getutid_r): Likewise.
35851         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
35852         (getutline): Likewise.
35853         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
35854         (getutline_r): Likewise.
35855         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
35856         (updwtmp): Likewise.
35858 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
35860         [BZ #17848]
35861         * sysdeps/s390/s390-32/memcmp.S
35862         (memcmp_g5): Rename to __memcmp_g5.
35863         * sysdeps/s390/s390-32/memcpy.S
35864         (memcpy_g5): Rename to __memcpy_g5.
35865         Jump to __memcpy_mvcle instead of memcpy_mvcle.
35866         (memcpy_mvcle) Rename to __memcpy_mvcle.
35867         * sysdeps/s390/s390-32/memset.S
35868         (memset_g5): Rename to __memset_g5.
35869         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35870         (IFUNC_RESOLVE): Prefix ifunc-resolve function
35871         and use prefixed functions.
35872         * sysdeps/s390/s390-32/multiarch/memcmp.S
35873         (memcmp_z196): Rename to __memcmp_z196.
35874         (memcmp_z10): Rename to __memcmp_z10.
35875         (memcmp): Set alias to __memcmp_g5.
35876         (bcmp): Set alias to __memcmp_g5.
35877         * sysdeps/s390/s390-32/multiarch/memcpy.S
35878         (memcpy_z196): Rename to __memcpy_z196.
35879         Jump to __memcpy_mvcle instead of memcpy_mvcle.
35880         (memcpy_z10): Rename to __memcpy_z10.
35881         Jump to __memcpy_mvcle instead of memcpy_mvcle.
35882         (memcpy): Set alias to __memcpy_g5.
35883         * sysdeps/s390/s390-32/multiarch/memset.S
35884         (memset_z196): Rename to __memset_z196.
35885         Jump to __memset_mvcle instead of memset_mvcle.
35886         (memset_z10): Rename to __memset_z10.
35887         Jump to __memset_mvcle instead of memset_mvcle.
35888         (memset_mvcle) Rename to __memset_mvcle.
35889         (memset): Set alias to __memset_g5.
35890         * sysdeps/s390/s390-64/memcmp.S
35891         (memcmp_z900): Rename to __memcmp_z900.
35892         * sysdeps/s390/s390-64/memcpy.S
35893         (memcpy_z900): Rename to __memcpy_z900.
35894         Jump to __memcpy_mvcle instead of memcpy_mvcle.
35895         (memcpy_mvcle) Rename to __memcpy_mvcle.
35896         * sysdeps/s390/s390-64/memset.S
35897         (memset_z900): Rename to __memset_z900.
35898         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
35899         (IFUNC_RESOLVE): Prefix ifunc-resolve function
35900         and use prefixed functions.
35901         * sysdeps/s390/s390-64/multiarch/memcmp.S
35902         (memcmp_z196): Rename to __memcmp_z196.
35903         (memcmp_z10): Rename to __memcmp_z10.
35904         (memcmp): Set alias to __memcmp_z900.
35905         (bcmp): Set alias to __memcmp_z900.
35906         * sysdeps/s390/s390-64/multiarch/memcpy.S
35907         (memcpy_z196): Rename to __memcpy_z196.
35908         Jump to __memcpy_mvcle instead of memcpy_mvcle.
35909         (memcpy_z10): Rename to __memcpy_z10.
35910         Jump to __memcpy_mvcle instead of memcpy_mvcle.
35911         (memcpy): Set alias to __memcpy_z900.
35912         * sysdeps/s390/s390-64/multiarch/memset.S
35913         (memset_z196): Rename to __memset_z196.
35914         Jump to __memset_mvcle instead of memset_mvcle.
35915         (memset_z10): Rename to __memset_z10.
35916         Jump to __memset_mvcle instead of memset_mvcle.
35917         (memset_mvcle) Rename to __memset_mvcle.
35918         (memset): Set alias to __memset_z900.
35920 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
35922         [BZ #17748]
35923         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
35924         __fesetenv instead of fesetenv.
35926 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
35928         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
35929         macro.
35931 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35933         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
35934         regression on LE.
35936         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
35937         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
35938         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
35939         strncmp-power8 object.
35940         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35941         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
35942         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
35943         * NEWS: Update.
35945 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
35946             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35948         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
35949         trailing byte check.
35951 2015-01-13  David S. Miller  <davem@davemloft.net>
35953         * include/signal.h (__sigreturn): Guard with __USE_MISC.
35955 2015-01-13  Roland McGrath  <roland@hack.frob.com>
35957         * login/logout.c (logout): Use memset rather than bzero.
35958         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
35959         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
35960         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
35961         (_gethtbyaddr): Likewise.
35962         * locale/programs/simple-hash.c (bcopy): Macro removed.
35964 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35966         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
35967         Add strcmp-power8 object.
35968         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35969         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
35970         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
35971         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
35972         __strcmp_power8 implementation.
35973         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
35974         * NEWS: Update.
35976         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
35977         Add strncpy-power8 and stpncpy-power8 objects.
35978         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
35979         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
35980         implementations.
35981         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
35982         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
35983         __stpncpy_power8 implementation.
35984         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
35985         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
35986         __strncpy_power8 implementation.
35987         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
35988         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
35989         * NEWS: Update.
35991         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
35992         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
35993         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
35995         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
35996         strncat-power8 object.
35997         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
35998         __strcat_power8 implementation.
35999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
36000         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
36001         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
36002         optimized strcat for power8.
36004         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
36005         strcpy-power8 and stpcpy-power8 objects.
36006         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
36007         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
36008         implementations.
36009         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
36010         multiarch stpcpy implementation for POWER8.
36011         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
36012         multiarch strcpy implementation for POWER8.
36013         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
36014         __strcpy_power8 function.
36015         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
36016         stpcpy for POWER8.
36017         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
36018         strcpy for POWER8.
36019         * NEWS: Update.
36021 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
36023         [BZ #16009]
36024         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
36025         weights and rules. Use do_xfrm_cached if data fits in cache,
36026         do_xfrm otherwise.  Moved former main loop to...
36027         * (do_xfrm_cached): New function.
36028         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
36029         find_idx, find_position and stack_push.
36030         * (find_idx): New function.
36031         * (find_position): Likewise.
36032         * localedata/sort-test.sh: Added test run for do_xfrm.
36033         * localedata/xfrm-test.c (main): Added command line option
36034         -nocache to run the test with strings that are too large for
36035         the STRXFRM cache.
36037 2015-01-13  Torvald Riegel  <triegel@redhat.com>
36039         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
36040         variable to lll_futex_wake call, not the value itself.
36042 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
36044         [BZ #17803]
36045         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
36046         twom64.  Adjust value to 0x1p-64L.
36047         (__scalblnl): Only return standard underflowing result for K <=
36048         -64 not K <= -63; adjust exponent for underflowing result by 64
36049         not 63.
36050         * math/libm-test.inc (scalbn_test_data): Add more tests.
36051         (scalbln_test_data): Likewise.
36053         [BZ #17834]
36054         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
36055         0x1p63L.
36056         (__scalblnl): Get new exponent of adjusted subnormal value from ES
36057         not HX.
36058         * math/libm-test.inc (scalbn_test_data): Add more tests.
36059         (scalbln_test_data): Likewise.
36061 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36062             Stefani Seibold  <stefani@seibold.net>
36064         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
36065         (sysdep_routines): Add dl-vdso here, ...
36066         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
36067         (sysdep_routines): ... not here.
36068         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
36069         fallback when vDSO is not presented.
36070         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
36071         Define with libc_hidden_proto/libc_hidden_data_def definitions.
36072         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
36073         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
36074         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
36075         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
36076         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
36077         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
36078         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
36079         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
36080         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
36081         fallback configurable symbol when vDSO is not available.
36082         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
36083         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
36084         be able to redefine fallback symbol when vDSO is not available.
36085         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
36086         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
36088 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36090         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
36091         (TLS_INIT_TP): Add tm_capable initialization.
36092         (TLS_DEFINE_INIT_TP): Likewise.
36093         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
36094         TCB.
36095         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
36096         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
36097         calculation.
36098         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
36099         transactoion is lock elision is built and TCB tm_capable is set.
36100         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
36101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
36102         (INTERNAL_SYSCALL_NCS): Likewise.
36103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
36104         (INTERNAL_SYSCALL_NCS): Likewise.
36105         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
36107         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
36108         for powerpc.
36109         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
36110         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
36111         and remove it for 32 bits case.
36112         [pthread_rwlock_t] (__rwelision): New field for lock elision.
36113         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
36114         initialization.
36115         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
36116         Disable lock elision with rdlocks if elision is not available.
36118         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
36119         (sysdep_routines): Add lock elision objects.
36120         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
36121         [pthread_mutex_t] (__spins): Rework to add lock elision field.
36122         [pthread_mutex_t] (__elision): Add field.
36123         [__PTHREAD_SPINS]: Adjust to init lock elision field.
36124         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
36125         elision definitions for powerpc.
36126         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
36127         implementation of lock elision for powerpc.
36128         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
36129         implementation of timed lock elision for powerpc.
36130         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
36131         implementation of trylock with lock elision for powerpc.
36132         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
36133         implementaion of unlock for lock elision for powerpc.
36134         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
36135         automatic enable lock elision for mutexes.
36136         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
36137         transaction execution definitions for powerpc.
36138         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
36139         definitions.
36140         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
36141         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
36142         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
36143         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
36144         * NEWS: Update.
36146 2015-01-09  Roland McGrath  <roland@hack.frob.com>
36148         * sysdeps/posix/shm-directory.c: Use <> rather than ""
36149         for #include of <shm-directory.h>.
36151 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
36153         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
36154         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
36156 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
36158         [BZ #17791]
36159         * NEWS: Mention bug fix.
36160         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
36161         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
36162         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
36164 2015-01-09  Torvald Riegel <triegel@redhat.com>
36166         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
36168 2015-01-09  Torvald Riegel <triegel@redhat.com>
36170         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
36172 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
36174         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
36175         pointer and cast to uintptr_t.
36177 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
36179         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
36180         removed.
36181         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
36183 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
36185         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
36186         of 0.
36188 2015-01-08  Roland McGrath  <roland@hack.frob.com>
36190         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
36191         <nptl/pthreadP.h> instead.
36192         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
36194         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
36195         already defined.
36196         [__SIGRTMIN] (init): Function removed.
36197         [__SIGRTMIN] (initialized): Variable removed.
36198         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
36199         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
36200         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
36201         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
36202         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
36203         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
36204         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
36205         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
36206         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
36207         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
36208         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
36209         * sysdeps/nptl/allocrtsig.c: New file.
36210         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
36211         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
36212         * sysdeps/generic/testrtsig.h: File removed.
36214         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
36215         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
36217         * nptl/nptl-init.c (pthread_functions): Conditionalize
36218         .ptr__nptl_setxid initialization on [SIGSETXID].
36220         * sysdeps/nptl/sys/procfs.h: New file.
36221         * nptl_db/Makefile (headers): Add it.
36222         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
36224         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
36225         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
36226         * nptl/pthread_attr_setaffinity.c: Include it.
36227         * nptl/pthread_setattr_default_np.c: Likewise.
36228         * nptl/check-cpuset.h: New file.
36230 2015-01-08  Richard Henderson  <rth@redhat.com>
36232         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
36233         (CFLAGS-tst-execstack-prog.c): Likewise.
36234         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
36236 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
36237             Sandra Loosemore  <sandra@codesourcery.com>
36238             Andrew Jenner  <andrew@codesourcery.com>
36239             Joseph Myers  <joseph@codesourcery.com>
36240             Nathan Sidwell  <nathan@codesourcery.com>
36242         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
36243         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
36244         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
36245         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
36246         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
36247         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
36248         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
36249         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
36250         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
36251         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
36252         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
36253         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
36254         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
36255         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
36256         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
36257         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
36258         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
36260 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36262         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
36263         timespec struct member in syscall macro.
36264         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
36265         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
36266         first timeval struct member in syscall macro.
36267         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
36269 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
36271         [BZ #17748]
36272         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
36273         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
36274         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
36275         __feupdateenv and define as weak alias of __feupdateenv.  Use
36276         libm_hidden_weak.
36277         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
36278         libm_hidden_def.
36279         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
36280         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
36281         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
36282         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
36283         libm_hidden_def.
36284         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
36285         __feupdateenv and define as weak alias of __feupdateenv.  Use
36286         libm_hidden_weak.
36287         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
36288         libm_hidden_def.
36289         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
36290         __feupdateenv and define as weak alias of __feupdateenv.  Use
36291         libm_hidden_weak.
36292         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
36293         libm_hidden_def.
36294         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
36295         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
36296         (__feupdateenv): Likewise.
36297         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
36298         __feupdateenv and define as weak alias of __feupdateenv.  Use
36299         libm_hidden_weak.
36300         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
36301         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
36302         libm_hidden_def.
36303         * sysdeps/tile/math_private.h (__feupdateenv): New inline
36304         function.
36305         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
36306         libm_hidden_def.
36307         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
36308         __feupdateenv instead of feupdateenv.
36309         (default_libc_feupdateenv_test): Likewise.
36310         (libc_feresetround_ctx): Likewise.
36312 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36314         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
36315         prototype.
36317 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
36319         * posix/regcomp.c (parse_bracket_exp): Initialize type to
36320         COLL_SYM in a couple of places to avoid uninitialized variable
36321         wanings on tilegx gcc 4.8.2.
36323 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
36325         * sysdeps/aarch64/strcpy.S: New file.
36326         * sysdeps/aarch64/stpcpy.S: New file.
36327         * NEWS: Updated.
36329 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
36331         * sysdeps/aarch64/strrchr.S: New file.
36332         * NEWS: Updated.
36334 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
36336         [BZ #17658]
36337         * stdlib/setenv.c: Fix memory leak when setting large,
36338         duplicate string.
36340 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
36342         [BZ #17273]
36343         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
36344         and tabs from buffer before parsing fstab entry.
36345         * misc/tst-mntent.c (main): Add test for mount entry with
36346         trailing spaces and tabs.
36348 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
36350         [BZ #17748]
36351         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
36352         * math/fesetround.c (fesetround): Rename to __fesetround and
36353         define as weak alias of __fesetround.  Use libm_hidden_weak.
36354         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
36355         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
36356         * sysdeps/arm/fesetround.c (fesetround): Likewise.
36357         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
36358         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
36359         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
36360         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
36361         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
36362         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
36363         __fesetround_inline.
36364         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
36365         __fesetround_inline instead of __fesetround.
36366         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
36367         __fesetround and define as weak alias of __fesetround.  Use
36368         libm_hidden_weak.  Call __fesetround_inline instead of
36369         __fesetround.
36370         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
36371         __fesetround and define as weak alias of __fesetround.  Use
36372         libm_hidden_weak.
36373         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
36374         Likewise.
36375         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
36376         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
36377         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
36378         * sysdeps/tile/math_private.h (__fesetround): New inline function.
36379         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
36380         __fesetround and define as weak alias of __fesetround.  Use
36381         libm_hidden_weak.
36382         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
36383         __fesetround instead of fesetround.
36384         (default_libc_feholdexcept_setround): Likewise.
36385         (libc_feholdsetround_ctx): Likewise.
36386         (libc_feholdsetround_noex_ctx): Likewise.
36388         [BZ #17748]
36389         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
36390         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
36391         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
36392         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
36393         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
36394         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
36395         define as weak alias of __fesetenv.  Use libm_hidden_weak.
36396         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
36397         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
36398         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
36399         define as weak alias of __fesetenv.  Use libm_hidden_weak.
36400         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
36401         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
36402         define as weak alias of __fesetenv.  Use libm_hidden_weak.
36403         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
36404         libm_hidden_def.
36405         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
36406         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
36407         Likewise.
36408         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
36409         define as weak alias of __fesetenv.  Use libm_hidden_weak.
36410         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
36411         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
36412         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
36413         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
36414         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
36415         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
36416         __fesetenv instead of fesetenv.
36417         (libc_feresetround_noex_ctx): Likewise.
36418         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
36419         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
36420         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
36421         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
36422         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
36423         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
36424         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
36425         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
36426         (__feupdateenv): Likewise.
36427         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
36428         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
36429         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
36430         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
36432 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
36434         [BZ #17806]
36435         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
36436         addresses have been freed.
36438 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
36440         * resolv/res_init.c (__res_vinit): Improve comments about nserv
36441         and nservall.
36443 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
36445         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
36446         Clean up check_pf allocation pattern. addresses
36448 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36450         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
36451         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
36452         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
36453         * nptl/pthread_exit.c (__pthread_exit): Likewise.
36454         * nptl/pthread_join.c (pthread_join): Likewise.
36455         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
36456         * sysdeps/posix/waitid.c (__waitid): Likewise.
36457         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
36458         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
36459         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
36460         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
36461         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
36462         Likewise.
36463         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
36464         (__libc_pread64): Likewise.
36465         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
36466         (__libc_pwrite): Likewise.
36467         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
36468         (__libc_pwrite64): Likewsie.
36469         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
36470         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
36471         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
36472         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
36473         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
36474         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
36475         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
36476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
36477         Likewise.
36478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36479         (__libc_pread64): Likewise.
36480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
36481         Likewise.
36482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36483         (__libc_pwrite64): Likewise.
36484         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
36485         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
36486         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
36487         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
36488         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
36489         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
36490         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
36491         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
36492         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
36493         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
36494         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
36495         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
36496         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
36497         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
36498         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
36499         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
36500         Likewise.
36502 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
36504         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
36505         (CFLAGS-test-double.c): Likewise.
36506         (CFLAGS-test-ldouble.c): Likewise.
36507         (CPPFLAGS-test-ifloat.c): Likewise.
36508         (CPPFLAGS-test-idouble.c): Likewise.
36509         (CPPFLAGS-test-ildoubl.c): Likewise.
36510         (CFLAGS-test-test-fenv.c): Remove variable.
36511         (CFLAGS-test-misc.c): Likewise.
36513 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
36515         [BZ #17797]
36516         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
36517         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
36518         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
36519         CLOCKS_PER_SEC == 1000000.
36520         * time/clocktest.c (main): Replace %ld with %jd and cast to
36521         intmax_t.
36523 2015-01-05  Roland McGrath  <roland@hack.frob.com>
36525         * sysdeps/generic/unwind-resume.h: New file.
36526         * sysdeps/gnu/unwind-resume.c: Include it.
36527         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
36528         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
36529         argument list.
36530         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
36531         global rather than static.
36532         (_Unwind_Resume): Update user.
36533         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
36534         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
36535         rather than static.  Add __attribute__ ((cold)).
36536         (_Unwind_Resume, __gcc_personality_v0): Update callers.
36537         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
36538         * sysdeps/arm/arm-unwind-resume.S: New file.
36539         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
36540         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
36541         * sysdeps/arm/Makefile [$(subdir) = csu]
36542         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
36543         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
36544         Add rt-arm-unwind-resume.
36545         [$(subdir) = nptl]
36546         (libpthread-sysdep_routines, libpthread-shared-only-routines):
36547         Add pt-arm-unwind-resume.
36548         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
36549         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
36551 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
36553         [BZ #17748]
36554         * include/fenv.h (__feholdexcept): Declare.  Use
36555         libm_hidden_proto.
36556         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
36557         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
36558         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
36559         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
36560         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
36561         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
36562         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
36563         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
36564         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
36565         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
36566         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
36567         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
36568         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
36569         (feholdexcept): Likewise.
36570         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36571         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
36572         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
36573         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
36574         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
36575         __feholdexcept instead of feholdexcept.
36576         (default_libc_feholdexcept_setround): Likewise.
36578 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
36580         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
36581         to avoid using stl/str to align destination.
36583 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
36585         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
36587 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
36589         [BZ #17796]
36590         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
36591         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
36592         Define as weak alias not strong alias.
36594 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
36596         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
36597         bltzal with addiupc.
36598         (RTLD_START): Ditto.
36600 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
36602         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
36603         for __vdso_* functions in declarations.
36604         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
36605         definitions.
36606         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
36607         INTERNAL_VSYSCALL): Use struct return types to check for error.
36609         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
36610         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
36611         function with cast from llround().
36612         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
36613         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
36614         Define.
36616 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
36618         [BZ #17793]
36619         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
36620         Define as weak alias not strong alias.
36622         [BZ #17635]
36623         * ctype/ctype-c99.c: New file.  isblank implementation moved from
36624         ...
36625         * ctype/ctype-extn.c: ... here.
36626         (__isblank_l): Move to ...
36627         * ctype/ctype-c99_l.c: ... here.  New file.
36628         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
36629         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
36630         Remove variable.
36631         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
36632         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
36633         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
36634         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
36635         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
36637         [BZ #17777]
36638         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
36639         (posix_fadvise64): Define as weak alias not strong alias.
36640         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36641         (posix_fallocate64): Likewise.
36642         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
36643         Remove variable.
36644         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
36645         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
36646         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
36647         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
36648         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
36650 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
36652         [BZ #16191]
36653         * NEWS: Mention bug fix.
36654         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
36655         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
36656         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
36657         (HOST_STACK_END_ADDR): Likewise.
36659 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
36661         [BZ #17748]
36662         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
36663         * math/fegetround.c (fegetround): Rename to __fegetround and
36664         define as weak alias of __fegetround.  Use libm_hidden_weak.
36665         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
36666         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
36667         * sysdeps/arm/fegetround.c (fegetround): Likewise.
36668         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
36669         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
36670         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
36671         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
36672         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
36673         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
36674         Undefine after rather than before function definition; use
36675         parentheses around function name in definition.
36676         (__fegetround): Also undefine macro after function definition.
36677         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
36678         __fegetround and define as weak alias of __fegetround.  Use
36679         libm_hidden_weak.  Do not undefine as macro.
36680         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
36681         Likewise.
36682         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
36683         __fegetround and define as weak alias of __fegetround.  Use
36684         libm_hidden_weak.
36685         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
36686         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
36687         * sysdeps/tile/math_private.h (__fegetround): New inline function.
36688         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
36689         __fegetround and define as weak alias of __fegetround.  Use
36690         libm_hidden_weak.
36691         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
36692         __fegetround instead of fegetround.
36694         [BZ #17782]
36695         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
36696         Condition macro definition on [__USE_MISC].
36698         [BZ #17781]
36699         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
36700         (struct sigaction): Change type of sa_flags field to int.
36702         [BZ #17780]
36703         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
36704         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
36705         __glibc_reserved0.
36707         * nptl/version.c (banner): Use single year in copyright notice.
36709         * NEWS: Update copyright dates.
36710         * catgets/gencat.c (print_version): Likewise.
36711         * csu/version.c (banner): Likewise.
36712         * debug/catchsegv.sh: Likewise.
36713         * debug/pcprofiledump.c (print_version): Likewise.
36714         * debug/xtrace.sh (do_version): Likewise.
36715         * elf/ldconfig.c (print_version): Likewise.
36716         * elf/ldd.bash.in: Likewise.
36717         * elf/pldd.c (print_version): Likewise.
36718         * elf/sotruss.sh: Likewise.
36719         * elf/sprof.c (print_version): Likewise.
36720         * iconv/iconv_prog.c (print_version): Likewise.
36721         * iconv/iconvconfig.c (print_version): Likewise.
36722         * locale/programs/locale.c (print_version): Likewise.
36723         * locale/programs/localedef.c (print_version): Likewise.
36724         * login/programs/pt_chown.c (print_version): Likewise.
36725         * malloc/memusage.sh (do_version): Likewise.
36726         * malloc/memusagestat.c (print_version): Likewise.
36727         * malloc/mtrace.pl: Likewise.
36728         * manual/libc.texinfo: Likewise.
36729         * nptl/version.c (banner): Likewise.
36730         * nscd/nscd.c (print_version): Likewise.
36731         * nss/getent.c (print_version): Likewise.
36732         * nss/makedb.c (print_version): Likewise.
36733         * posix/getconf.c (main): Likewise.
36734         * scripts/test-installation.pl: Likewise.
36735         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
36737 2015-01-02  Will Newton  <will.newton@linaro.org>
36739         * sysdeps/arm/armv7/configure: Removed.
36740         * sysdeps/arm/armv7/configure.ac: Likewise.
36742 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
36744         * All files with FSF copyright notices: Update copyright dates
36745         using scripts/update-copyrights.
36746         * intl/plural.c: Regenerated.
36747         * locale/programs/charmap-kw.h: Likewise.
36748         * locale/programs/locfile-kw.h: Likewise.
36750 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
36752         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
36754 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
36756         [BZ #17748]
36757         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
36758         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
36759         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
36760         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
36761         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
36762         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
36763         define as weak alias of __fegetenv.  Use libm_hidden_weak.
36764         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
36765         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
36766         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
36767         define as weak alias of __fegetenv.  Use libm_hidden_weak.
36768         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
36769         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
36770         define as weak alias of __fegetenv.  Use libm_hidden_weak.
36771         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
36772         libm_hidden_def.
36773         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
36774         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
36775         Likewise.
36776         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
36777         define as weak alias of __fegetenv.  Use libm_hidden_weak.
36778         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
36779         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
36780         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
36781         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
36782         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
36783         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
36784         __fegetenv instead of fegetenv.
36785         (libc_feholdsetround_noex_ctx): Likewise.
36787 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
36789         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
36790         (Elf_MIPS_ABIFlags_v0): New structure.
36791         (EF_MIPS_FP64): Define.
36792         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
36793         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
36794         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
36795         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
36796         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
36797         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
36798         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
36799         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
36800         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
36801         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
36802         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
36803         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
36804         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
36805         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
36806         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
36807         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
36808         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
36809         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
36810         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
36811         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
36812         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
36813         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
36814         field.
36815         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
36816         EF_MIPS_FP64.
36817         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
36818         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
36819         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
36820         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
36821         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
36822         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
36823         * sysdeps/mips/tst-abi-interlink.c: Likewise.
36824         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
36825         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
36826         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
36827         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
36828         record the current FP ABI extension.
36829         (mips-mode-switch): Define to show if kernel headers support mode
36830         switching.
36831         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
36832         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
36833         supported SYSV ABI version to 3.
36834         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
36835         feature.
36837 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
36838             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36840         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
36841         path.
36842         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
36844 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
36846         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
36847         __fegetround and redefine to call __fegetround.  Remove condition
36848         on [!__NO_MATH_INLINES].
36849         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
36850         function.
36851         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
36852         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
36853         Remove macro.
36854         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
36855         instead of <fenv_libc.h>.
36856         (__llrintl): Call fegetround instead of __fegetround.
36857         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
36858         instead of <fenv_libc.h>.
36859         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
36860         (__lrintl): Call fegetround instead of __fegetround.
36861         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
36862         instead of <fenv_libc.h>.
36863         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
36864         (__rintl): Call fegetround instead of __fegetround.
36866 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
36868         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
36869         arrays.
36871 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
36873         [BZ #17775]
36874         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
36875         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
36876         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
36878 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
36880         * sysdeps/i386/tls-macros.h: Include <features.h>.
36881         (TLS_LE): Use non-PIC version for GCC >= 5.0.
36882         (TLS_IE): Likewise.
36883         (TLS_LD): Likewise.
36884         (TLS_GD): Likewise.
36885         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
36886         define for GCC >= 5.0.
36888 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
36890         * math/test-fenv.c (test_single_exception, set_single_exc,
36891         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
36892         feexcp_mask_test, feenable_test, fe_single_test): Add
36893         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
36894         case where they are not used.
36895         * math/libm-test.inc: Likewise.
36896         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
36897         unused in the absence of FP rounding/exception support.
36898         * stdio-common/tst-printf-round.c: Likewise.
36899         * stdlib/tst-strtod-round.c: Likewise.
36900         * stdlib/tst-strtod-underflow.c: Likewise.
36902 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
36904         [BZ #17723]
36905         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
36906         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
36907         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
36908         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
36909         libm_hidden_weak.
36910         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
36911         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
36912         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
36913         libm_hidden_def.
36914         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
36915         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
36916         libm_hidden_weak.
36917         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
36918         Likewise.
36919         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
36920         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
36921         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
36922         libm_hidden_weak.
36923         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
36924         libm_hidden_def.
36925         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
36926         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
36927         (__feraiseexcept): Likewise.
36928         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
36929         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
36930         libm_hidden_weak.
36931         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
36932         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
36933         libm_hidden_def.
36934         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
36935         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
36936         Use libm_hidden_def.
36937         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
36938         libm_hidden_def.
36939         (feraiseexcept): Define as weak not strong alias.  Use
36940         libm_hidden_weak.
36941         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
36942         New inline function.  Factored out of ...
36943         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
36944         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
36945         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
36946         feraiseexcept.
36947         * math/w_acos.c (__acos): Likewise.
36948         * math/w_asin.c (__asin): Likewise.
36949         * math/w_ilogb.c (__ilogb): Likewise.
36950         * math/w_j0.c (y0): Likewise.
36951         * math/w_j1.c (y1): Likewise.
36952         * math/w_jn.c (yn): Likewise.
36953         * math/w_log.c (__log): Likewise.
36954         * math/w_log10.c (__log10): Likewise.
36955         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
36956         * sysdeps/aarch64/fpu/math_private.h
36957         (libc_feupdateenv_test_aarch64): Likewise.
36958         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
36959         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
36960         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
36961         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
36962         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
36963         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
36964         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
36965         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
36966         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
36967         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
36969 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
36971         [BZ #17732]
36972         * io/test-utime.c (main): Replace %ld with %jd and cast to
36973         intmax_t.
36974         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
36975         * nptl/tst-mutex5.c: Include <stdint.h>.
36976         (do_test): Replace %ld with %jd and cast to intmax_t.
36977         * posix/tst-regex.c (run_test): Likewise.
36978         (run_test_backwards): Likewise.
36979         * rt/tst-clock.c: Include <stdint.h>.
36980         (clock_test): Replace %ld with %jd and cast to intmax_t.
36981         * rt/tst-cpuclock1.c: Include <stdint.h>.
36982         (do_test): Replace %lu with %ju and cast to uintmax_t.
36983         * rt/tst-cpuclock2.c: Include <stdint.h>.
36984         (do_test): Replace %lu with %ju and cast to uintmax_t.
36985         * rt/tst-mqueue1.c: Include <stdint.h>.
36986         (check_attrs): Replace %ld with %jd and cast to intmax_t.
36987         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
36988         intmax_t.
36989         * rt/tst-mqueue4.c (do_test): Likewise.
36990         * rt/tst-timer4.c: Include <stdint.h>.
36991         (check_ts): Replace %ld with %jd and cast to intmax_t.
36992         (do_test): Likewise.
36993         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
36994         and cast to intmax_t.
36995         * sysdeps/pthread/tst-timer.c (main): Likewise.
36996         * time/clocktest.c (main): Likewise.
36997         * time/tst-posixtz.c (do_test): Likewise.
36998         * timezone/tst-timezone.c (main): Likewise.
37000 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
37001             H.J. Lu  <hongjiu.lu@intel.com>
37003         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
37004         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
37005         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
37006         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
37007         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
37008         version if bit_Fast_Unaligned_Load is set.
37009         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37010         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37011         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37012         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37013         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37014         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37015         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
37016         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
37017         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
37018         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
37019         to 4.
37020         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
37021         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
37022         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
37023         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
37025 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
37027         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
37028         instead of #if to avoid a Wundef warning.
37029         * stdlib/tst-limits.c (do_test): Likewise.
37031         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
37032         parallel other exception macros.
37033         (fegetenv): Convert from macro to extern inline so that it applies
37034         retroactively to inline functions already seen by the compiler.
37035         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
37037         * posix/Makefile (before-compile): Use $(objpfx) for
37038         posix-conf-vars-def.h.
37040 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37042         * posix/getconf.c (main): Use size_t for type of I.
37043         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
37044         NSPEC.
37046         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
37047         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
37048         * posix/posix-envs.def: Likewise.
37049         * sysdeps/posix/sysconf.c: Likewise.
37050         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
37051         (specs): Remove array.
37052         * scripts/gen-posix-conf-vars.awk: Support generation of specs
37053         array.
37055         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
37056         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
37057         (__sysconf): Use CONF_IS_* macros.
37059         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
37060         ($(objpfx)posix-conf-vars-def.h): New target.
37061         * posix/posix-conf-vars.list: New file.
37062         * posix/posix-conf-vars.h: New file.
37063         * posix/confstr.c: Include posix-conf-vars.h.
37064         (confstr): Use CONF_IS_* macros.
37065         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
37066         CONF_IS_* macros.
37067         * scripts/gen-posix-conf-vars.awk: New file.
37069 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
37071         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
37072         fegetround): Add no-op macros to avoid linknamespace issues.
37074         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
37075         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
37077         * sysdeps/unix/sysv/linux/tile/sysdep.h
37078         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
37079         assembly-specific section to avoid a redefinition warning.
37081         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
37082         long before casting to pointer to avoid a cast warning.
37084 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
37086         * sysdeps/tile/tilegx/Implies: New file.
37088 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
37090         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
37092 2014-12-23  Florian Weimer  <fweimer@redhat.com>
37094         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
37096 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
37098         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
37099         not define.
37100         * sysdeps/unix/sysv/linux/utimes.c: Do not include
37101         <kernel-features.h>.
37102         (__utimes) [__NR_utimes]: Make code unconditional.
37103         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
37104         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
37105         (__ASSUME_UTIMES): Do not undefine.
37106         * sysdeps/unix/sysv/linux/tile/kernel-features.h
37107         (__ASSUME_UTIMES): Likewise.
37108         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
37109         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
37110         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
37111         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
37113 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
37115         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
37117 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
37119         [BZ #17747]
37120         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
37121         alias to weak alias for j0l, y0l.
37122         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
37123         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
37125         [BZ #17746]
37126         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
37127         conversion.
37129 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
37131         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
37132         to zero if not already defined.
37134 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
37136         [BZ #17724]
37137         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
37138         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
37139         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
37140         (char *) casts added.
37141         * sysdeps/ieee754/k_standardf.c: New file.
37142         * sysdeps/ieee754/k_standardl.c: Likewise.
37143         * math/Makefile (libm-support): Remove k_standard.
37144         (libm-calls): Add k_standard.
37146 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
37148         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
37149         Optimize to avoid an unnecessary FPCR read.
37151 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
37153         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
37154         Optimize to reduce FPCR/FPSR accesses.
37156 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
37158         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
37159         Call libc_fetestexcept_aarch64.
37161 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
37163         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
37164         Call libc_fesetround_aarch64.
37166 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
37168         [BZ #17733]
37169         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
37170         (__bind): Do not define as weak alias.
37171         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
37172         define.
37173         (__getsockname): Do not define as weak alias.
37175 2014-12-22  Will Newton  <will.newton@linaro.org>
37177         * manual/install.texi: Document that we require bison 2.7
37178         or above.
37179         * INSTALL: Regenerate.
37180         * configure.ac: Use AC_CHECK_PROG_VER instead of
37181         AC_PATH_PROG when checking for bison and check for
37182         version 2.7 or above.
37183         * configure: Regenerate.
37185 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
37187         [BZ #17745]
37188         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
37189         * sysdeps/tile/ffsll.c (ffsll): To here.
37191         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
37193 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
37195         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
37196         if not defined.
37197         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
37198         definition.
37199         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
37200         hidden ___tls_get_addr.
37201         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
37202         hidden __tls_get_addr.
37203         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
37204         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
37205         Likewise.
37207 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
37209         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
37210         _dl_init call.
37212 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
37214         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
37215         from "call _dl_init@PLT".
37216         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
37218 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
37220         * manual/search.texi: (Array Sort Function): Clarify stable sorting
37221         guarantees.
37223 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
37225         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
37227 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
37229         [BZ #17744]
37230         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
37231         strnlen.
37233 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
37235         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
37236         of multu on MIPSr6.
37237         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
37238         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
37239         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
37240         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
37241         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
37243 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
37245         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
37246         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
37247         (PTR_SUBU): Use subu for mips32r6/mips64r6.
37248         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
37249         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
37250         mips32r6/mips64r6.
37251         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
37253 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
37255         * string/strncat.c (STRNCAT): Simplify implementation.
37257 2014-12-19  David S. Miller  <davem@davemloft.net>
37259         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
37260         access the quad as both a long double and as a series of 4 words.
37262         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
37263         link_map->l_info array access.
37265 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
37267         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
37269         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
37270         * math/atest-exp2.c (TIMEOUT): Likewise.
37271         * math/atest-sincos.c (TIMEOUT): Likewise.
37273 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
37275         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
37276         -Wno-error with -fno-builtin-lround.
37278 2014-12-19  Torvald Riegel  <triegel@redhat.com>
37280         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
37281         Contains futex constants and functions moved over from ...
37282         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
37283         <lowlevellock-futex.h>.
37284         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
37285         (lll_timedwait_tid): Add comments and parentheses around macro
37286         arguments.
37288 2014-12-19  Torvald Riegel  <triegel@redhat.com>
37290         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
37291         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
37292         (__lll_private_flag): Remove.
37293         (lll_futex_wait): Likewise.
37294         (lll_futex_timed_wait): Likewise.
37295         (lll_futex_wake): Likewise.
37296         (lll_futex_requeue): Likewise.
37297         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
37298         (__lll_timedwait_tid): Spell out argument names.
37299         (lll_timedwait_tid): Add comments and parentheses around macro
37300         arguments.
37301         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
37302         LLL_SHARED and LLL_PRIVATE usable from assembly code.
37304 2014-12-19  Torvald Riegel  <triegel@redhat.com>
37306         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
37307         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
37308         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
37309         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
37310         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
37311         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
37312         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
37313         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
37314         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
37315         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
37316         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
37317         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
37318         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
37319         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
37320         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
37321         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
37322         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
37323         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
37324         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
37326 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
37328         * sysdeps/x86_64/x32/Makefile: New file.
37330 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
37332         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
37333         1L with (mp_limb_t) 1.
37335 2014-12-17  Roland McGrath  <roland@hack.frob.com>
37337         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
37338         * nptl/libc_pthread_init.c: ... here.
37339         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
37340         * nptl/register-atfork.c: ... here.
37342         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
37343         Use pthread_sigmask rather than INTERNAL_SYSCALL.
37344         Use assert_perror to check its return value.
37345         (__gai_create_helper_thread): Likewise.
37347         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
37349         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
37351 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
37353         [BZ #17725]
37354         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
37355         __profil_counter.
37356         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
37357         Likewise.
37358         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
37359         Likewise.
37360         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
37361         Likewise.
37362         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
37363         (profil_counter): Likewise.
37364         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
37365         (profil_counter): Likewise.
37366         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
37367         Likewise.
37368         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
37369         Likewise.
37370         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
37371         (profil_counter): Likewise.
37372         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
37373         Likewise.
37374         [!__profil_counter] (profil_counter): Define as weak alias of
37375         __profil_counter.
37376         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
37377         (profil_counter): Rename to __profil_counter.
37378         [!__profil_counter] (profil_counter): Define as weak alias of
37379         __profil_counter.
37380         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
37381         (profil_counter): Rename to __profil_counter.
37382         [!__profil_counter] (profil_counter): Define as weak alias of
37383         __profil_counter.
37384         * sysdeps/posix/profil.c: Update comment referring to
37385         profil_counter.
37386         (__profil): Use __profil_counter instead of profil_counter.
37387         * sysdeps/posix/sprofil.c (profil_counter): Rename to
37388         __profil_counter.  Use __profil_counter_ushort and
37389         __profil_counter_uint in definitions.
37390         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
37391         instead of profil_counter_uint and profil_counter_ushort.
37393         [BZ #17722]
37394         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
37395         define as weak alias of __inet_makeaddr.
37396         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
37397         as weak alias of __inet_addr.
37398         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
37399         as weak alias of __inet_pton.  Use libc_hidden_weak.
37400         * include/arpa/inet.h (__inet_pton): Declare.  Use
37401         libc_hidden_proto.
37402         (inet_makeaddr): Don't use libc_hidden_proto.
37403         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
37404         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
37405         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
37406         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
37407         Remove variable.
37408         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
37409         (test-xfail-POSIX/time.h/linknamespace): Likewise.
37411 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
37413         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
37415 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
37417         * stdio-common/bug-vfprintf-nargs.c (do_test):
37418         Cast value to intptr_t to avoid format warning
37419         for usage with PRIdPTR printing macro.
37421 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
37423         * libio/tst-widetext.c (do_test):
37424         Use format type %td instead of %Zd for ptrdiff_t
37425         in order to avoid format warning.
37427 2014-12-17  Andreas Schwab  <schwab@suse.de>
37429         * nscd/mem.c (gc): Add size_t cast to match printf format.
37431 2014-12-16  Roland McGrath  <roland@hack.frob.com>
37433         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
37434         (init): Apply PTR_MANGLE to pointers before storing them.
37435         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
37436         before using them.
37438 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
37440         [BZ #17719]
37441         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
37442         define as weak alias of __memrchr.
37443         (__memrchr): Do not define as strong alias of memrchr.
37444         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
37445         Remove variable.
37446         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
37447         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
37448         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
37450         [BZ #17717]
37451         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
37452         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
37453         (if_indextoname): Rename to __if_indextoname and define as weak
37454         alias of __if_indextoname.  Use libc_hidden_weak.
37455         (if_freenameindex): Rename to __if_freenameindex and define as
37456         weak alias of __if_freenameindex.
37457         (if_nameindex): Rename to __if_nameindex and define as weak alias
37458         of __if_nameindex.
37459         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
37460         __if_nametoindex and define as weak alias of __if_nametoindex.
37461         Use libc_hidden_weak.
37462         (if_freenameindex): Rename to __if_freenameindex and define as
37463         weak alias of __if_freenameindex.
37464         (if_nameindex): Rename to __if_nameindex and define as weak alias
37465         of __if_nameindex.
37466         (if_indextoname): Rename to __if_indextoname and define as weak
37467         alias of __if_indextoname.  Use libc_hidden_weak.
37468         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
37469         __if_nametoindex and define as weak alias of __if_nametoindex.
37470         Use libc_hidden_weak.
37471         (if_freenameindex): Rename to __if_freenameindex and define as
37472         weak alias of __if_freenameindex.  Use libc_hidden_weak.
37473         (if_nameindex_netlink): Use __if_freenameindex instead of
37474         if_freenameindex.
37475         (if_nameindex): Rename to __if_nameindex and define as weak alias
37476         of __if_nameindex.  Use libc_hidden_weak.
37477         (if_indextoname): Rename to __if_indextoname and define as weak
37478         alias of __if_indextoname.  Use libc_hidden_weak.
37479         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
37480         libc_hidden_proto.
37481         [!_ISOMAC] (__if_freenameindex): Likewise.
37482         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
37483         if_nametoindex.
37484         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
37485         variable.
37486         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
37487         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
37488         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
37489         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
37490         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
37491         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
37492         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
37494         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
37495         Remove variable.
37496         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
37497         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
37499 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
37501         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
37502         subscript above bounds'
37504         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
37505         bounds.
37507 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
37509         * libio/tst-fopenloc.c: Use test-skeleton.c.
37511         * stdlib/tst-bsearch.c: Use test-skeleton.c.
37512         (entry): Rename to ITEM.
37513         (do_test, comp): Adjust.
37515         * stdio-common/tst-fseek.c: Use test-skeleton.c.
37517 2014-12-16  Torvald Riegel  <triegel@redhat.com>
37519         * string/tester.c: Include <libc-internal.h>.
37520         (test_memset): Ignore -Wmemset-transposed-args.
37522 2014-12-16  Torvald Riegel  <triegel@redhat.com>
37524         * misc/tst-mntent2.c (do_test): Fix warning.
37526 2014-12-16  Torvald Riegel  <triegel@redhat.com>
37528         * elf/tst-unique4lib.cc(a): Mark as used.
37530 2014-12-16  Florian Weimer  <fweimer@redhat.com>
37532         [BZ #17630]
37533         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
37534         names.
37536 2014-12-16  Allan McRae  <allan@archlinux.org>
37538         * stdio-common/Makefile (tests): Re-add bug26.
37540 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
37542         [BZ #17657]
37543         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
37544         static array.
37546 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
37548         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
37549         (__lll_lock_wait): Likewise.
37550         (__lll_timedlock_wait): Likewise.
37551         (__lll_timedwait_tid): Likewise.
37552         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
37553         (__lll_robust_timedlock_wait): Likewise.
37554         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
37555         (lll_cond_trylock): Likewise.
37556         (__lll_lock): Likewise.
37557         (__lll_robust_lock): Likewise.
37558         (__lll_cond_lock): Likewise.
37559         (lll_robust_cond_lock): Likewise.
37560         (__lll_timedlock): Likewise.
37561         (__lll_robust_timedlock): Likewise.
37562         (__lll_unlock): Likewise.
37563         (__lll_robust_unlock): Likewise.
37564         (lll_wait_tid): Likewise.
37565         (lll_timedwait_tid): Likewise.
37567 2014-12-15  Torvald Riegel  <triegel@redhat.com>
37569         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
37571 2014-12-15  Torvald Riegel  <triegel@redhat.com>
37573         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
37575 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
37577         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
37578         * stdio-common/tst-sprintf.c: Likewise.
37580 2014-12-15  Torvald Riegel  <triegel@redhat.com>
37582         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
37584 2014-12-15  Jeff Law  <law@redhat.com>
37586         [BZ #16617]
37587         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
37588         on the heap.  (CVE-2012-3406)
37589         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
37590         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
37591         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
37593 2014-12-15  Will Newton  <will.newton@linaro.org>
37595         * manual/install.texi: Bump required version of texinfo
37596         to 4.7 from 4.5.
37597         * INSTALL: Regenerated.
37598         * configure.ac: Check for makeinfo version 4.7 and above.
37599         * configure: Regenerated.
37601 2014-12-12  Roland McGrath  <roland@hack.frob.com>
37603         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
37604         PREFIX, string constant to insert between directory and name.
37605         * sysdeps/posix/shm_open.c: Update caller.
37606         * sysdeps/posix/shm_unlink.c: Likewise.
37607         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
37608         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
37609         (SEM_SHM_PREFIX): New macro.
37610         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
37611         [$(have-thread-library) = no].
37612         * nptl/Makefile (libpthread-routines): Add shm-directory.
37613         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
37614         * sysdeps/nptl/shm-directory.h: New file.
37615         * sysdeps/posix/shm-directory.c
37616         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
37617         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
37618         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
37619         INTERNAL_SYSCALL.
37620         (__where_is_shmfs): Function removed.
37621         (mountpoint, defaultmount, defaultdir, __namedsem_once):
37622         Variables removed.
37623         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
37624         Use SHM_GET_NAME.
37625         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
37627         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
37628         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
37629         unconditional for use inside libpthread.
37630         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
37632 2014-12-12  Roland McGrath  <roland@hack.frob.com>
37634         * nptl/pthread_getaffinity.c: New file.
37635         * nptl/pthread_setaffinity.c: New file.
37636         * nptl/pthread_getname.c: New file.
37637         * nptl/pthread_setname.c: New file.
37639         * nptl/pthread_create.c (START_THREAD_DEFN)
37640         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
37642 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
37643             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37645         * resolv/res_send.c (send_vc): Disable warning resplen may
37646         be used uninitialized.
37648 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
37650         * nptl/tst-mutex6.c
37651         (ATTR_NULL): New define checks ATTR against NULL.
37652         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
37653         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
37655 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
37657         [BZ #17581]
37658         * malloc/hooks.c
37659         (mem2mem_check): Revert my previous change.
37660         (malloc_check_get_size): Revert my previous change.
37661         (mem2chunk_check): Revert my previous change.
37663 2014-12-11  Roland McGrath  <roland@hack.frob.com>
37665         * sysdeps/posix/shm-directory.c: New file.
37666         * sysdeps/posix/shm-directory.h: New file.
37667         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
37668         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
37669         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
37670         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
37671         Transmute EPERM to EACCES.
37672         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
37673         from ...
37674         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
37675         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
37677 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37679         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
37680         pointer and cast to uintptr_t.
37681         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
37682         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
37683         Add cast to avoid warning.
37684         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
37686 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
37688         * nptl/semaphore.h: Move to ...
37689         * sysdeps/pthread/semaphore.h: ... here.
37690         * Makefile (installed-headers): Change nptl/semaphore.h to
37691         sysdeps/pthread/semaphore.h.
37693 2014-12-11  Roland McGrath  <roland@hack.frob.com>
37695         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
37696         generated error format strings.
37698         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
37699         -Wformat-extra-args warnings for scanf formats.
37700         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
37701         test of zero-length format (duh).
37702         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
37703         corner-case scanf format test.
37704         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
37705         generated fprintf format string.
37706         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
37707         corner-case sprintf format tests.
37708         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
37709         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
37710         -Wformat-extra-args warnings throughout.
37711         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
37712         (CFLAGS-scanf4.c): Likewise.
37713         (CFLAGS-scanf7.c): Likewise.
37714         (CFLAGS-tst-sprintf.c): Likewise.
37715         (CFLAGS-tst-printf.c): Likewise.
37716         (CFLAGS-tst-printfsz.c): Likewise.
37718 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
37720         * include/cpio.h: New file.
37721         * include/fmtmsg.h: Likewise.
37723         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
37724         corresponding format argument to size_t.
37725         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
37726         arguments.
37727         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
37728         corresponding format argument to size_t.
37729         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
37730         arguments.
37731         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
37732         corresponding format argument to size_t.
37733         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
37734         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
37735         (CFLAGS-tst-mbswcs2.c): Likewise.
37736         (CFLAGS-tst-mbswcs3.c): Likewise.
37737         (CFLAGS-tst-mbswcs4.c): Likewise.
37738         (CFLAGS-tst-mbswcs5.c): Likewise.
37739         (CFLAGS-tst-trans.c): Likewise.
37741 2014-12-11  Roland McGrath  <roland@hack.frob.com>
37743         * posix/regexbug1.c (main): Use "%s" format with regerror results,
37744         rather than assuming they won't contain any '%'s.
37746 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
37748         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
37749         inhibit_loop_to_libcall to avoid recursive calls.
37750         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
37751         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
37753 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
37755         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
37756         prototype.
37758 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
37760         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
37761         integer value instead of boolean.
37763 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
37765         * malloc/malloc.c: Fix powerof2 check.
37767 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
37769         * locale/programs/locfile.h (maybe_swap_uint32):
37770         Remove inline and add unused attribute.
37772 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
37774         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
37775         Truncating assembler expression to a .long expression.
37777 2014-12-11  Andreas Schwab  <schwab@suse.de>
37779         * elf/rtld.c (struct map_args): Constify str member.
37780         (do_preload): Constify fname argument.
37782 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37784         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
37785         constants definition.
37787 2014-12-11  Andreas Schwab  <schwab@suse.de>
37789         [BZ #16657]
37790         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
37791         FORCE_ELISION instead of DO_ELISION.
37792         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
37793         Remove.
37794         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
37795         Likewise.
37797         * iconvdata/gconv-modules: Remove duplicate entry.
37799 2014-12-11  Will Newton  <will.newton@linaro.org>
37801         Merge gettext 0.19.3 into intl/.
37803         This involves a number of cosmetic changes to comments
37804         and ANSI function definitions and prototypes throughout
37805         all the files. The gettext copyright header is used but
37806         with the date ranges taken from the glibc copy.
37808         * NEWS: Add gettext merge to 2.21.
37809         * intl/bindtextdom.c: Switch to gettext copyright.
37810         Use ANSI definitions and prototypes.
37811         Use gl_* locking primitives rather than __libc_* ones.
37812         Use __builtin_expect rather than __glibc_likely/unlikely.
37813         * intl/dcgettext.c: Switch to gettext copyright.
37814         Use ANSI definitions and prototypes.
37815         * intl/dcigettext.c: Switch to gettext copyright.
37816         Use ANSI definitions and prototypes.
37817         (INTDIV0_RAISES_SIGFPE): New define.
37818         Use gl_* locking primitives rather than __libc_* ones.
37819         Include eval-plural.h instead of plural-eval.c.
37820         Use __builtin_expect rather than __glibc_likely/unlikely.
37821         * intl/dcngettext.c: Switch to gettext copyright.
37822         Use ANSI definitions and prototypes.
37823         * intl/dgettext.c: Likewise.
37824         * intl/dngettext.c: Likewise.
37825         * intl/plural-eval.c: Renamed to...
37826         * intl/eval-plural.h: ...this.
37827         * intl/explodename.c: Switch to gettext copyright.
37828         Use ANSI definitions and prototypes.
37829         (_nl_explode_name): Use strchr instead of __rawmemchr.
37830         * intl/finddomain.c: Switch to gettext copyright.
37831         Use ANSI definitions and prototypes.
37832         Use gl_* locking primitives rather than __libc_* ones.
37833         (_nl_find_domain): Use malloc rather than alloca for
37834         allocation of temporary locale name.
37835         * intl/gettext.c: Switch to gettext copyright.
37836         Use ANSI definitions and prototypes.
37837         * intl/gettextP.h: Switch to gettext copyright.
37838         Use ANSI definitions and prototypes.
37839         Use gl_* locking primitives rather than __libc_* ones.
37840         * intl/gmo.h: Switch to gettext copyright.
37841         (struct sysdep_string): Move struct segment_pair outside of
37842         struct definition.
37843         * intl/hash-string.c: Use ANSI definitions and prototypes.
37844         * intl/hash-string.h: Switch to gettext copyright.
37845         Use ANSI definitions and prototypes.
37846         * intl/l10nflist.c: Switch to gettext copyright.
37847         Use ANSI definitions and prototypes.
37848         (_nl_normalize_codeset): Avoid integer overflow.
37849         * intl/loadinfo.h: Switch to gettext copyright.
37850         Use ANSI definitions and prototypes.
37851         (LIBINTL_DLL_EXPORTED): New define.
37852         (PATH_SEPARATOR): New define.
37853         * intl/loadmsgcat.c: Switch to gettext copyright.
37854         * intl/localealias.c: Switch to gettext copyright.
37855         Use ANSI definitions and prototypes.
37856         (_nl_expand_alias): Use PATH_SEPARATOR.
37857         * intl/ngettext.c: Switch to gettext copyright.
37858         Use ANSI definitions and prototypes.
37859         * intl/plural-exp.c: Likewise.
37860         * intl/plural-exp.h: Switch to gettext copyright.
37861         Use ANSI definitions and prototypes.
37862         (struct expression): Move definition of enum operator outside
37863         of struct definition.
37864         * intl/plural.c: Regenerate.
37865         * intl/plural.y: Switch to gettext copyright.
37866         Use ANSI definitions and prototypes.
37867         Port to bison 3.0.
37868         * intl/textdomain.c: Switch to gettext copyright.
37869         Use ANSI definitions and prototypes.
37870         Use gl_* locking primitives rather than __libc_* ones.
37872 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
37874         * debug/warning-nop.c: Add used atrribute.
37876 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
37878         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
37880         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
37881         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
37882         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
37884 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
37885             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37887         [BZ #17634]
37888         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
37889         Undefine after defining function.  Define as weak alias of
37890         __wcschr.  Use libc_hidden_weak.
37891         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
37892         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
37893         (libc_hidden_def): Also define __GI___wcschr alias.
37894         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
37895         __wcschr and define as weak alias of __wcschr.
37896         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
37897         __wcschr.
37898         [!WCSCHR] (DEFAULT_WCSCHR): Define.
37899         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
37900         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
37901         libc_hidden_weak.  Do not use libc_hidden_def.
37902         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
37903         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
37904         __GI___wcschr alias.
37905         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
37906         [IS_IN (libc)] (wcschr): Define as macro expanding to
37907         __redirect_wcschr.
37908         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
37909         [IS_IN (libc)] (__wcschr_power6): Likewise.
37910         [IS_IN (libc)] (__wcschr_power7): Likewise.
37911         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
37912         instead of wcschr.
37913         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
37914         __libc_wcschr.
37915         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
37916         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
37917         __wcschr and define as weak alias of __wcschr.  Use
37918         libc_hidden_builtin_def.
37919         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
37920         as weak alias of __wcschr.  Use libc_hidden_weak.
37921         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
37922         wcschr.
37923         * time/era.c (_nl_init_era_entries): Likewise.
37924         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
37925         variable.
37926         (test-xfail-XPG3/time.h/linknamespace): Likewise.
37927         (test-xfail-XPG4/time.h/linknamespace): Likewise.
37929 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
37931         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
37932         format for long int variable.
37934 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
37936         [BZ #10672]
37937         * manual/search.texi: (Array Sort Function): Remove claim how to make
37938         qsort stable.
37940 2014-12-10  Andreas Schwab  <schwab@suse.de>
37942         [BZ #12847]
37943         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
37944         user-controlled locks.
37946 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
37948         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
37949         register.
37951 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
37953         * configure.ac (--disable-werror): New configure option.
37954         (enable_werror): New AC_SUBST.
37955         * configure: Regenerated.
37956         * config.make.in (enable-werror): New variable.
37957         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
37958         -Wno-error=undef.
37959         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
37960         * manual/install.texi (Configuring and compiling): Document
37961         --disable-werror.
37962         * INSTALL: Regenerated.
37963         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
37964         (CFLAGS-tst-chk2.c): Likewise.
37965         (CFLAGS-tst-chk3.c): Likewise.
37966         (CFLAGS-tst-chk4.cc): Likewise.
37967         (CFLAGS-tst-chk5.cc): Likewise.
37968         (CFLAGS-tst-chk6.cc): Likewise.
37969         (CFLAGS-tst-lfschk1.c): Likewise.
37970         (CFLAGS-tst-lfschk2.c): Likewise.
37971         (CFLAGS-tst-lfschk3.c): Likewise.
37972         (CFLAGS-tst-lfschk4.cc): Likewise.
37973         (CFLAGS-tst-lfschk5.cc): Likewise.
37974         (CFLAGS-tst-lfschk6.cc): Likewise.
37976         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
37977         (main): Disable -Wdeprecated-declarations around calls to
37978         register_printf_function.
37980         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
37981         (do_test): Disable -Wdiv-by-zero around some calls to
37982         fwrite_unlocked and fread_unlocked.
37984         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
37985         (DIAG_POP_NEEDS_COMMENT): Likewise.
37986         (_DIAG_STR1): Likewise.
37987         (_DIAG_STR): Likewise.
37988         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
37989         * stdio-common/bug21.c: Include <libc-internal.h>.
37990         (do_test): Disable -Wformat around call to sscanf.
37991         * stdio-common/scanf14.c: Include <libc-internal.h>.
37992         (main): Disable -Wformat around some calls to scanf functions.
37994 2014-12-09  Torvald Riegel  <triegel@redhat.com>
37996         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
37998 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38000         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
38001         stack variable alignment.
38003 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
38005         [BZ #17682]
38006         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
38007         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
38008         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
38009         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
38010         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
38011         __getrlimit instead of getrlimit.
38012         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
38013         __gettimeofday instead of gettimeofday.
38014         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
38015         Likewise.
38016         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
38017         Likewise.
38018         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
38019         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
38020         Remove variable.
38021         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
38022         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
38024 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38026         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
38027         for wide-character tests.
38029 2014-12-04  Roland McGrath  <roland@hack.frob.com>
38031         * io/openat64.c: #include <libc-internal.h>
38032         (__openat64): Prototypify.  Use ignore_value on MODE.
38033         * io/openat.c: Likewise.
38034         * misc/reboot.c: #include <libc-internal.h>
38035         (reboot): Prototypify.  Use ignore_value on HOWTO.
38036         * misc/ptrace.c: #include <libc-internal.h>
38037         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
38039 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
38041         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
38042         XPG4, UNIX98 and XOPEN2K.
38043         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
38044         Remove variable.
38045         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
38047 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38049         * libio/fileops.c: Use ISO C style for function definitions.
38050         * libio/iofopen.c: Likewise.
38051         * libio/wfileops.c: Likewise.
38053         [BZ #17653]
38054         * libio/fileops.c (_IO_new_file_underflow): Unset cached
38055         offset on EOF.
38056         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
38057         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
38058         (fgets_func): Function pointer to fgets and fgetws.
38059         (do_ftell_test): Add test to verify ftell value after read
38060         EOF.
38061         (do_test): Set fgets_func.
38063         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
38064         O_TRUNC flag for w and w+ modes.
38065         (do_rewind_test): Likewise.
38066         (do_ftell_test): Likewise.
38067         (do_write_test): Likewise.
38069         [BZ #17647]
38070         * libio/fileops.c (do_ftell): Seek only when there are
38071         unflushed writes.
38072         * libio/wfileops.c (do_ftell_wide): Likewise.
38073         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
38074         test case.
38075         (do_one_test): Call it.
38077 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
38079         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
38080         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
38081         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
38082         Remove variable.
38083         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
38084         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
38085         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
38087 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
38089         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
38090         Remove variable.
38091         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
38093         [BZ #17668]
38094         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
38095         as weak alias of __getifaddrs.  Use libc_hidden_weak.
38096         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
38097         __freeifaddrs.  Use libc_hidden_weak.
38098         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
38099         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
38100         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
38101         __freeifaddrs.  Use libc_hidden_weak.
38102         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
38103         __getifaddrs and define as weak alias of __getifaddrs.  Use
38104         libc_hidden_weak.
38105         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
38106         __freeifaddrs.  Use libc_hidden_weak.
38107         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
38108         Remove variable.
38109         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
38110         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
38112 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
38114         [BZ #17601]
38115         * sysdeps/mips/start.S (__start): Use indirect jump to call
38116         __libc_start_main.
38118 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
38120         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
38122         * nptl/tst-mutex1.c: Include <stdbool.h>.
38123         [!ATTR] (ATTR_NULL): New macro.
38124         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
38125         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
38126         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
38128         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
38129         to char *.
38131         [BZ #17665]
38132         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
38133         Change conditional to [__USE_MISC].
38135         [BZ #17664]
38136         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
38137         fgets_unlocked.
38138         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
38139         __fgets_unlocked.
38140         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
38141         fgets_unlocked.
38142         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
38143         Remove variable.
38144         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
38145         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
38146         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
38147         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
38148         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
38149         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
38150         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
38151         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
38152         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
38154         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
38156 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38158         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
38159         Remove strpbrk objects.
38160         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
38161         (__libc_ifunc_impl_list): Remove strpbrk implementation.
38162         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
38163         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
38164         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
38165         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
38167         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
38168         Remove strcspn objects.
38169         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
38170         (__libc_ifunc_impl_list): Remove strcspn implementation.
38171         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
38172         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
38173         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
38174         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
38176         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
38177         Remove strspn objetcs.
38178         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
38179         (__libc_ifunc_impl_list): Remove strspn implementation.
38180         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
38181         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
38182         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
38183         * sysdeps/powerpc/powerpc64/strspn.S: New file.
38185 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
38187         [BZ #17581]
38188         * malloc/hooks.c
38189         (mem2mem_check): Add a terminator to the chain of checking blocks.
38190         (malloc_check_get_size): Use it here.
38191         (mem2chunk_check): Ditto.
38193 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
38195         * sysdeps/powerpc/powerpc64/strtok.S: New file.
38196         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
38198 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
38200         * bits/ioctl-types.h: Indent preprocessor directives correctly.
38202         * nptl/nptl-init.c: Include libc-internal.h.
38203         (__pthread_initialize_minimal_internal): Use ROUND_UP.
38205         * elf/ldconfig.c (search_dir): Expand comment.
38207 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
38209         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
38210         variable.
38211         (linknamespace-symlist-stdlibs-tests): Likewise.
38212         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
38213         instead of $(objpfx)symlist-stdlibs.
38214         (linknamespace-libs-isoc): New variable.
38215         (linknamespace-libs): Use $(linknamespace-libs-isoc).
38216         (linknamespace-libs-ISO): New variable.
38217         (linknamespace-libs-ISO99): Likewise.
38218         (linknamespace-libs-ISO11): Likewise.
38219         (linknamespace-libs-XPG3): Likewise.
38220         (linknamespace-libs-XPG4): Likewise.
38221         (linknamespace-libs-POSIX): Likewise.
38222         (linknamespace-libs-UNIX98): Likewise.
38223         (linknamespace-libs-XOPEN2K): Likewise.
38224         (linknamespace-libs-POSIX2008): Likewise.
38225         (linknamespace-libs-XOPEN2K8): Likewise.
38226         ($(objpfx)symlist-stdlibs): Replace by
38227         $(linknamespace-symlist-stdlibs-tests).  Use
38228         $(linknamespace-libs-$*) as set of libraries.
38229         ($(linknamespace-header-tests)): Update dependencies.  Use
38230         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
38231         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
38232         * conform/linknamespace.pl: Remove comment about considering
38233         definitions of symbols from irrelevant libraries.
38235 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
38237         [BZ #13862]
38238         * elf/dl-tls.c: Include <atomic.h>.
38239         (oom): Remove #ifdef SHARED/#endif.
38240         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
38241         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
38242         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
38243         big enough.
38244         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
38245         * nptl/Makefile (tests): Add tst-stack4.
38246         (modules-names): Add tst-stack4mod.
38247         ($(objpfx)tst-stack4): New.
38248         (tst-stack4mod.sos): Likewise.
38249         ($(objpfx)tst-stack4.out): Likewise.
38250         ($(tst-stack4mod.sos)): Likewise.
38251         (clean): Likewise.
38252         * nptl/tst-stack4.c: New file.
38253         * nptl/tst-stack4mod.c: Likewise.
38255 2014-11-27  J. Brown  <jb999@gmx.de>
38257         * sysdeps/x86/bits/string.h: Add recent CPUs.
38259 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
38261         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
38262         sigblock.
38264         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
38265         feof.
38267         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
38268         variable.
38270 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
38272         * nscd/connections.c: Include libc-internal.h because of macro
38273         usage ignore_value.
38275 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
38277         * string/bits/string3.h (__warn_memset_zero_len): Don't
38278         declare for gcc newer than 5.0.
38279         (memset): Don't test for zero-length __LEN for gcc newer than
38280         5.0.
38282 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
38284         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
38285         size_t for %zu format.
38287         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
38288         difference, not %ju.
38290 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
38292         * include/libc-internal.h (ignore_value): New macro.
38293         * nscd/connections.c (restart): Wrap calls to setuid and setgid
38294         with ignore_value.
38296         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
38297         definition.
38299         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
38300         pthread_cleanup_push to void *.
38302         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
38303         Undefine.
38305         [BZ #16619]
38306         [BZ #16740]
38307         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
38308         instead of 1L << 52.
38310         * libio/bug-rewind.c (do_test): Check fwscanf return values.
38311         * libio/bug-rewind2.c (do_test): Likewise.
38313         * debug/test-stpcpy_chk-ifunc.c: Remove file.
38314         * debug/test-strcpy_chk-ifunc.c: Likewise.
38315         * wcsmbs/test-wcschr-ifunc.c: Likewise.
38316         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38317         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38318         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38319         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38320         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38321         * Rules [$(multi-arch) = no] (tests): Do not filter out
38322         $(tests-ifunc).
38323         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
38324         * debug/Makefile (tests-ifunc): Remove variable.
38325         (tests): Do not add $(tests-ifunc).
38326         * wcsmbs/Makefile (tests-ifunc): Remove variable.
38327         (tests): Do not add $(tests-ifunc).
38328         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
38329         [TEST_IFUNC]: Remove conditionals.
38330         * string/test-string.h (TEST_IFUNC): Remove macro.
38331         [TEST_IFUNC]: Remove conditionals.
38333         * string/test-strchr.c [!WIDE] (L): New macro.
38334         [WIDE] (L): Likewise.
38335         (check1): Use CHAR instead of char.  Use L on string and character
38336         constants.
38338 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
38340         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
38341         tests.
38342         * sysdeps/powerpc/bits/atomic.h
38343         (__arch_atomic_exchange_and_add_32_acq): Add definition.
38344         (__arch_atomic_exchange_and_add_32_rel): Likewise.
38345         (atomic_exchange_and_add_acq): Likewise.
38346         (atomic_exchange_and_add_rel): Likewise.
38347         * sysdeps/powerpc/powerpc32/bits/atomic.h
38348         (__arch_atomic_exchange_and_add_64_acq): Add definition.
38349         (__arch_atomic_exchange_and_add_64_rel): Likewise.
38350         * sysdeps/powerpc/powerpc64/bits/atomic.h
38351         (__arch_atomic_exchange_and_add_64_acq): Add definition.
38352         (__arch_atomic_exchange_and_add_64_rel): Likewise.
38354 2014-11-26  Torvald Riegel  <triegel@redhat.com>
38356         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
38357         Change synchronization of __sched_fifo_min_prio and
38358         __sched_fifo_max_prio.
38359         * nptl/pthread_mutexattr_getprioceiling.c
38360         (pthread_mutexattr_getprioceiling): Likewise.
38361         * nptl/pthread_mutexattr_setprioceiling.c
38362         (pthread_mutexattr_setprioceiling): Likewise.
38363         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
38364         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
38365         Likewise.
38367 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
38369         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
38370         void.
38372 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
38374         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
38375         third argument const.
38377 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
38379         fnmatch: work around GCC compiler warning bug with uninit var
38380         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
38381         This works around a bug with x86-64 GCC 4.9.2 and earlier
38382         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
38383         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
38384         used uninitialized in this function [-Wmaybe-uninitialized]".
38386 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
38388         * posix/bug-regex31.c (main): Return RES not 0.
38390 2014-11-25  Anton Blanchard <anton@samba.org>
38392         * sysdeps/powerpc/bits/atomic.h
38393         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
38395 2014-11-24  Sterling Augustine  <saugustine@google.com>
38397         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
38399 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
38401         [BZ #17608]
38402         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
38404 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
38406         [BZ #17633]
38407         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
38408         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
38409         variable.
38410         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
38411         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
38413 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
38415         * string/strncpy.c (strncpy): Improve performance by using memset.
38417 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
38419         * string/strcpy.c (strcpy):
38420         Improve performance by using strlen and memcpy.
38422 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
38424         * string/strcoll_l.c (get_next_seq): __always_inline.
38425         * string/strcoll_l.c (do_compare): __always_inline.
38427 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
38429         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
38430         defined.
38431         * include/mqueue.h: Likewise.
38432         * include/stdlib.h: Likewise.
38434         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
38435         (get_null_defines): Adjust.
38436         * sunrpc/Makefile: Adjust comment.
38437         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
38438         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
38439         (CFLAGS-interp.c): Likewise.
38440         (CFLAGS-ldconfig.c): Likewise.
38441         (CPPFLAGS-.os): Likewise.
38442         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38443         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
38444         * extra-modules.mk (extra-modules.mk): Likewise.
38445         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
38446         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
38447         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
38448         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
38449         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
38450         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
38451         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
38452         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
38453         * iconvdata/Makefile (CPPFLAGS): Likewise.
38454         (cpp-srcs-left): Add libof for all iconvdata routines.
38455         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
38456         * include/assert.h: Likewise.
38457         * include/ctype.h: Likewise.
38458         * include/errno.h: Likewise.
38459         * include/libc-symbols.h: Likewise.
38460         * include/math.h: Likewise.
38461         * include/netdb.h: Likewise.
38462         * include/resolv.h: Likewise.
38463         * include/stdio.h: Likewise.
38464         * include/stdlib.h: Likewise.
38465         * include/string.h: Likewise.
38466         * include/sys/stat.h: Likewise.
38467         * include/wctype.h: Likewise.
38468         * intl/l10nflist.c: Likewise.
38469         * libidn/idn-stub.c: Likewise.
38470         * libio/libioP.h: Likewise.
38471         * nptl/libc_multiple_threads.c: Likewise.
38472         * nptl/pthreadP.h: Likewise.
38473         * posix/regex_internal.h: Likewise.
38474         * resolv/res_hconf.c: Likewise.
38475         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
38476         * sysdeps/arm/memmove.S: Likewise.
38477         * sysdeps/arm/sysdep.h: Likewise.
38478         * sysdeps/generic/_itoa.h: Likewise.
38479         * sysdeps/generic/symbol-hacks.h: Likewise.
38480         * sysdeps/gnu/errlist.awk: Likewise.
38481         * sysdeps/gnu/errlist.c: Likewise.
38482         * sysdeps/i386/i586/memcpy.S: Likewise.
38483         * sysdeps/i386/i586/memset.S: Likewise.
38484         * sysdeps/i386/i686/memcpy.S: Likewise.
38485         * sysdeps/i386/i686/memmove.S: Likewise.
38486         * sysdeps/i386/i686/mempcpy.S: Likewise.
38487         * sysdeps/i386/i686/memset.S: Likewise.
38488         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
38489         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38490         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
38491         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
38492         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38493         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
38494         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
38495         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38496         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
38497         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
38498         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38499         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38500         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38501         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38502         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38503         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38504         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
38505         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
38506         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
38507         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38508         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
38509         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
38510         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38511         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38512         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38513         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
38514         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
38515         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38516         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
38517         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
38518         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38519         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
38520         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
38521         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38522         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
38523         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
38524         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38525         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38526         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
38527         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
38528         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38529         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38530         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
38531         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
38532         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38533         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38534         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
38535         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
38536         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38537         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
38538         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38539         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
38540         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
38541         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38542         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
38543         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
38544         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38545         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
38546         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
38547         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38548         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
38549         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38550         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
38551         * sysdeps/nptl/bits/libc-lock.h: Likewise.
38552         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
38553         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
38554         * sysdeps/posix/closedir.c: Likewise.
38555         * sysdeps/posix/opendir.c: Likewise.
38556         * sysdeps/posix/readdir.c: Likewise.
38557         * sysdeps/posix/rewinddir.c: Likewise.
38558         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
38559         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
38560         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
38561         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
38562         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
38563         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
38564         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
38565         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
38566         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
38567         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
38568         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
38569         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
38570         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
38571         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
38572         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
38573         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
38574         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
38575         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
38576         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
38577         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
38578         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
38579         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
38580         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
38581         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
38582         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
38583         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
38584         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
38585         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
38586         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
38587         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
38588         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
38589         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
38590         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
38591         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
38592         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
38593         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
38594         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
38595         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
38596         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
38597         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
38598         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
38599         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
38600         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
38601         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
38602         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
38603         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
38604         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
38605         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
38606         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
38607         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
38608         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
38609         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
38610         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
38611         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
38612         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
38613         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
38614         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
38615         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
38616         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
38617         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
38618         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
38619         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
38620         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
38621         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
38622         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
38623         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
38624         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
38625         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
38626         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
38627         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
38628         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
38629         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
38630         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
38631         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
38632         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
38633         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
38634         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
38635         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
38636         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
38637         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
38638         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
38639         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
38640         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
38641         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
38642         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
38643         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
38644         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
38645         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38646         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38647         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38648         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
38649         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
38650         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
38651         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
38652         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38653         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
38654         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
38655         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38656         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
38657         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
38658         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
38659         * sysdeps/unix/alpha/sysdep.S: Likewise.
38660         * sysdeps/unix/alpha/sysdep.h: Likewise.
38661         * sysdeps/unix/make-syscalls.sh: Likewise.
38662         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
38663         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
38664         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
38665         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
38666         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
38667         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
38668         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
38669         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
38670         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
38671         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
38672         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
38673         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
38674         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
38675         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
38676         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
38677         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
38678         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
38679         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
38680         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
38681         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
38682         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
38683         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
38684         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
38685         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
38686         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
38687         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
38688         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
38689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
38690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
38691         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
38692         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
38693         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
38694         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
38695         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
38696         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
38697         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
38698         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
38699         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
38700         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
38701         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
38702         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
38703         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
38704         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
38705         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
38706         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
38707         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
38708         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
38709         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
38710         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
38711         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38712         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
38713         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
38714         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
38715         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
38716         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
38717         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
38718         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
38719         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
38720         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
38721         * sysdeps/x86_64/memcpy.S: Likewise.
38722         * sysdeps/x86_64/memmove.c: Likewise.
38723         * sysdeps/x86_64/memset.S: Likewise.
38724         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
38725         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
38726         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
38727         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
38728         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
38729         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
38730         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
38731         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38732         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38733         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38734         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38735         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38736         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
38737         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38738         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38739         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
38740         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
38741         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38742         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
38743         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38744         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
38745         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38746         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
38747         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
38748         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38749         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38750         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38751         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
38752         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
38753         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38754         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
38755         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38756         * sysdeps/x86_64/strcmp.S: Likewise.
38758         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
38760         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
38761         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
38762         * elf/rtld-Rules: Likewise.
38763         * elf/setup-vdso.h: Likewise.
38764         * include/assert.h: Likewise.
38765         * include/bits/stdlib-float.h: Likewise.
38766         * include/errno.h: Likewise.
38767         * include/sys/stat.h: Likewise.
38768         * include/unistd.h: Likewise.
38769         * sysdeps/aarch64/setjmp.S: Likewise.
38770         * sysdeps/alpha/setjmp.S: Likewise.
38771         * sysdeps/arm/__longjmp.S: Likewise.
38772         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
38773         * sysdeps/arm/setjmp.S: Likewise.
38774         * sysdeps/arm/sysdep.h: Likewise.
38775         * sysdeps/generic/_itoa.h: Likewise.
38776         * sysdeps/generic/dl-sysdep.h: Likewise.
38777         * sysdeps/generic/ldsodefs.h: Likewise.
38778         * sysdeps/i386/dl-tls.h: Likewise.
38779         * sysdeps/i386/setjmp.S: Likewise.
38780         * sysdeps/m68k/setjmp.c: Likewise.
38781         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
38782         * sysdeps/mach/hurd/opendir.c: Likewise.
38783         * sysdeps/posix/getcwd.c: Likewise.
38784         * sysdeps/posix/opendir.c: Likewise.
38785         * sysdeps/posix/profil.c: Likewise.
38786         * sysdeps/powerpc/dl-procinfo.h: Likewise.
38787         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
38788         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
38789         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
38790         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
38791         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
38792         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
38793         * sysdeps/s390/dl-tls.h: Likewise.
38794         * sysdeps/s390/s390-32/setjmp.S: Likewise.
38795         * sysdeps/s390/s390-64/setjmp.S: Likewise.
38796         * sysdeps/sh/sh3/setjmp.S: Likewise.
38797         * sysdeps/sh/sh4/setjmp.S: Likewise.
38798         * sysdeps/unix/alpha/sysdep.h: Likewise.
38799         * sysdeps/unix/arm/sysdep.S: Likewise.
38800         * sysdeps/unix/i386/sysdep.S: Likewise.
38801         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
38802         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
38803         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
38804         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
38805         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
38806         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
38807         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
38808         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
38809         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
38810         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
38811         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
38812         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
38813         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
38814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
38815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
38816         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
38817         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
38818         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
38819         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
38820         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
38821         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
38822         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
38823         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38824         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
38825         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
38826         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
38827         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
38828         * sysdeps/unix/x86_64/sysdep.S: Likewise.
38829         * sysdeps/x86_64/setjmp.S: Likewise.
38831         * include/math.h: Use IS_IN instead of IS_IN_libm.
38832         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
38833         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
38834         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
38835         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
38836         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
38837         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
38838         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
38839         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
38840         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
38841         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
38842         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
38843         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
38844         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
38845         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
38846         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
38847         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
38848         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
38849         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
38850         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
38851         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
38852         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
38853         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
38854         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
38855         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
38856         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
38857         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
38858         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
38859         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
38860         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
38861         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
38862         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
38863         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
38864         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
38865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
38866         Likewise.
38867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
38868         Likewise.
38869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
38870         Likewise.
38871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
38872         Likewise.
38873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
38874         Likewise.
38875         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
38876         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
38877         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
38878         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
38879         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
38880         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
38881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
38882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
38883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
38884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
38885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
38886         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
38887         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
38888         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
38889         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
38890         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38891         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
38892         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
38893         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38894         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
38895         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
38896         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
38897         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
38898         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
38899         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
38900         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38901         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
38903         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
38904         * nptl/pthreadP.h: Likewise.
38905         * nptl_db/structs.def: Likewise.
38906         * sysdeps/arm/sysdep.h: Likewise.
38907         * sysdeps/nptl/bits/libc-lock.h: Likewise.
38908         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
38909         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
38910         * sysdeps/unix/alpha/sysdep.h: Likewise.
38911         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
38912         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
38913         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
38914         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
38915         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
38916         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
38917         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
38918         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
38919         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
38920         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
38921         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
38922         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
38923         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
38924         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
38925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
38926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
38927         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
38928         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
38929         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
38930         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
38931         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
38932         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
38933         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
38934         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
38935         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
38936         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
38938         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
38939         * nptl/pthreadP.h: Likewise.
38940         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
38941         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
38942         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
38943         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
38944         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
38945         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
38946         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
38947         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
38948         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
38949         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
38950         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
38951         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
38952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
38953         Likewise.
38954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
38955         Likewise.
38956         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
38957         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
38958         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
38959         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
38960         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
38961         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
38962         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
38963         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
38965         * dlfcn/dladdr.c: Use IS_IN.
38966         * dlfcn/dladdr1.c: Likewise.
38967         * dlfcn/dlclose.c: Likewise.
38968         * dlfcn/dlerror.c: Likewise.
38969         * dlfcn/dlinfo.c: Likewise.
38970         * dlfcn/dlmopen.c: Likewise.
38971         * dlfcn/dlopen.c: Likewise.
38972         * dlfcn/dlsym.c: Likewise.
38973         * dlfcn/dlvsym.c: Likewise.
38975         * include/ifaddrs.h: Use IS_IN.
38976         * inet/check_pf.c: Likewise.
38977         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
38978         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
38980         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
38981         IS_IN_ldconfig.
38982         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
38983         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
38985         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
38986         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
38987         IS_IN (libc).
38989         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
38991         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
38992         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38993         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
38994         * include/libc-symbols.h (IS_IN_LIB): New macro.
38995         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
38996         * include/netdb.h: Likewise.
38997         * include/stap-probe.h: Remove all uses of IN_LIB.
38999         * Makeconfig (module-cppflags-real): Define MODULE_NAME
39000         instead of IN_MODULE.
39001         * include/libc-symbols.h (IN_MODULE): Define using
39002         MODULE_NAME.
39003         (PASTE_NAME, PASTE_NAME1): New macros.
39004         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
39005         of IN_LIB.
39006         (STAP_PROBE_ASM): Likewise.
39008 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39010         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
39011         __mach_init in dlopened libc.
39013 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
39015         * sysdeps/arm/preconfigure.ac: Delete EABI check.
39016         * sysdeps/arm/preconfigure: Regenerate.
39018 2014-11-21  Roland McGrath  <roland@hack.frob.com>
39020         * nptl/pthread_create.c (__pthread_create_2_1): Set
39021         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
39022         when copying values from IATTR into PD.
39024 2014-11-21  Will Newton  <will.newton@linaro.org>
39025             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
39027         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
39028         Refactor inline-asm.  Also add comment.
39030         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
39031         ElfW macro instead of hardcoded Elf64 types.
39032         (la_aarch64_gnu_pltenter): Likewise.
39033         * sysdeps/aarch64/dl-machine.h
39034         (elf_machine_runtime_setup): Use ElfW(Addr).
39036         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
39037         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
39038         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
39039         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
39040         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
39041         (R_AARCH64_TLS_DTPMOD64): Rename to ..
39042         (R_AARCH64_TLS_DTPMOD): This.
39043         (R_AARCH64_TLS_DTPREL64): Rename to ...
39044         (R_AARCH64_TLS_DTPREL): This.
39045         (R_AARCH64_TLS_TPREL64): Rename to ...
39046         (R_AARCH64_TLS_TPREL): This.
39047         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
39048         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
39049         R_AARCH64_TLS_TPREL64.
39050         (elf_machine_rela): Likewise.
39052 2014-11-21  Torvald Riegel  <triegel@redhat.com>
39054         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
39055         by setting it to 0.  64b atomics are not supported currently.
39057 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39059         [BZ #16469]
39060         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
39061         search domain names.
39063 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39065         [BZ #16469]
39066         * NEWS: Update.
39067         * resolv/res_query.c (__libc_res_nquerydomain): Retain
39068         trailing dot.
39069         * posix/tst-getaddrinfo5.c: New.
39070         * posix/Makefile (tests): Add it.
39072 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39074         [BZ #14498]
39075         * NEWS: Fixed.
39076         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
39077         after parsing line but before break_if_match.
39078         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
39079         if there is a protocol mismatch.
39081 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
39083         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
39084         because the potential race is on the user-supplied stream.
39086 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39088         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
39089         string literal if not passed a buffer.
39090         * manual/job.texi (ctermid): Update reasoning, note deviation
39091         from posix, suggest mtasurace when not passed a buffer, for
39092         future non-preliminary safety notes.
39094 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39096         * manual/users.texi (cuserid): Fix MT-Safety note for the case
39097         of not passing it a buffer.
39098         Reported by Peng Haitao.
39100 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39102         * manual/Makefile ($(objpfx)stamp-summary): Require
39103         check-safety.sh to pass.
39104         * manual/check-safety.sh: Wish for verification that every
39105         @deftypefn and @deftypefun is followed by a @safety remark.
39107 2014-11-20  Roland McGrath  <roland@hack.frob.com>
39109         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
39111         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
39112         PTHREAD_CANCEL_ASYNCHRONOUS.
39113         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
39114         send SIGCANCEL.
39116         * nptl/default-sched.h: New file.
39117         * sysdeps/unix/sysv/linux/default-sched.h: New file.
39118         * nptl/pthread_create.c: Include it.
39119         (__pthread_create_2_1): Use collect_default_sched instead of making
39120         Linux syscalls here directly.
39122 2014-11-20  Torvald Riegel  <triegel@redhat.com>
39124         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
39125         __pthread_once): Use C11 atomics.
39127 2014-11-20  Torvald Riegel  <triegel@redhat.com>
39129         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
39131 2014-11-20  Torvald Riegel  <triegel@redhat.com>
39133         * include/atomic.h (__atomic_link_error, __atomic_check_size,
39134         atomic_thread_fence_acquire, atomic_thread_fence_release,
39135         atomic_thread_fence_seq_cst, atomic_load_relaxed,
39136         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
39137         atomic_compare_exchange_weak_relaxed,
39138         atomic_compare_exchange_weak_acquire,
39139         atomic_compare_exchange_weak_release,
39140         atomic_exchange_acquire, atomic_exchange_release,
39141         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
39142         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
39143         atomic_fetch_and_acquire,
39144         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
39146 2014-11-20  Torvald Riegel  <triegel@redhat.com>
39148         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
39149         USE_ATOMIC_COMPILER_BUILTINS): Define.
39150         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
39151         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39152         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
39153         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39154         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
39155         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39156         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
39157         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39158         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
39159         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39160         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
39161         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39162         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
39163         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39164         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
39165         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39166         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
39167         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39168         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
39169         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39170         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
39171         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39172         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
39173         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39174         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
39175         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39176         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
39177         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39178         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
39179         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39180         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
39181         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39182         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
39183         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39184         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
39185         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39186         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
39187         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39188         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
39189         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39191 2014-11-19  Roland McGrath  <roland@hack.frob.com>
39193         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
39194         the sched_priority value here.  It was already checked when the user
39195         called pthread_attr_setschedparam.
39197         * nptl/tst-bad-schedattr.c: New file.
39198         * nptl/Makefile (tests): Add it.
39200 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
39201             Florian Weimer  <fweimer@redhat.com>
39202             Joseph Myers  <joseph@codesourcery.com>
39203             Adam Conrad  <adconrad@0c3.net>
39204             Andreas Schwab  <schwab@suse.de>
39205             Brooks  <bmoses@google.com>
39207         [BZ #17625]
39208         * wordexp-test.c (__dso_handle): Add prototype.
39209         (__register_atfork): Likewise.
39210         (__app_register_atfork): New function.
39211         (registered_forks): New global.
39212         (register_fork): New function.
39213         (test_case): Add 3 new tests for WRDE_CMDSUB.
39214         (main): Call __app_register_atfork.
39215         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
39216         fork count is non-zero fail the test.
39217         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
39218         is set.
39219         (parse_dollars): Remove check for WRDE_NOCMD.
39220         (parse_dquote): Likewise.
39222 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
39224         * Makeconfig (built-modules): List non-library modules to be
39225         built.
39226         (module-cppflags): Include libc-modules.h for
39227         everything except shlib-versions.v.i.
39228         (CPPFLAGS): Use it.
39229         (before-compile): Add libc-modules.h.
39230         ($(common-objpfx)libc-modules.h,
39231         $(common-objpfx)libc-modules.stmp): New targets.
39232         (common-generated): Add libc-modules.h and libc-modules.stmp.
39233         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
39234         * include/libc-symbols.h: Don't include libc-modules.h.
39235         * include/libc-modules.h: Remove file.
39236         * scripts/gen-libc-modules.awk: New script to generate
39237         libc-modules.h.
39238         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
39239         Depend on libc-modules.stmp.
39241         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
39243         * Makeconfig (in-module): Get value of libof set for the
39244         translation unit.
39245         (CPPFLAGS): Use $(in-module).
39246         * Makerules: Don't suffix routine names for nonlib.
39247         * include/libc-modules.h: New file.
39248         * include/libc-symbols.h: Include libc-modules.h
39249         (IS_IN): New macro to replace IS_IN_* macros.
39250         * elf/Makefile: Set libof-* for each routine.
39251         * elf/rtld-Rules: Likewise.
39252         * extra-modules.mk: Likewise.
39253         * iconv/Makefile: Likewise.
39254         * iconvdata/Makefile: Likewise.
39255         * locale/Makefile: Likewise.
39256         * malloc/Makefile: Likewise.
39257         * nss/Makefile: Likewise.
39258         * sysdeps/gnu/Makefile: Likewise.
39259         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
39260         * sysdeps/unix/sysv/linux/Makefile: Likewise.
39261         * sysdeps/s390/s390-64/Makefile: Likewise.
39262         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
39263         CPPFLAGS for nscd instead of nonlib.
39265 2014-11-18  Roland McGrath  <roland@hack.frob.com>
39267         * nptl/createthread.c: New file.
39269         * nptl/createthread.c: Moved ...
39270         * sysdeps/unix/sysv/linux/createthread.c: ... here.
39272         * nptl/createthread.c: Add proper top-line comment.
39273         (do_clone): Folded into ...
39274         (create_thread): ... here.  Take new arguments STOPPED_START and
39275         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
39276         increment __nptl_threads, do event-reporting logic, do
39277         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
39278         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
39279         resource cleanup if sched_setaffinity or sched_setscheduler fails,
39280         just send SIGCANCEL.
39281         * nptl/pthread_create.c: Forward-declare create_thread before
39282         including createthread.c.
39283         (start_thread): Use new macro START_THREAD_DEFN to replace defining
39284         declaration, and new macro START_THREAD_SELF to replace argument.
39285         Remove return statement.
39286         (report_thread_creation): New function.
39287         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
39288         synchronization logic, and __nptl_nthreads increment here, around
39289         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
39290         PD->parent_cancelhandling here, before create_thread.  When
39291         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
39292         __deallocate_stack, and ENOMEM translation here.
39294 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
39296         [BZ #17616]
39297         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
39298         (mptwo): Rename to __mptwo.
39299         (__inv): Use __mptwo instead of mptwo.
39300         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
39301         (mptwo): Rename to __mptwo.
39302         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
39303         of mpone and __mptwo instead of mptwo.
39304         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
39305         instead of mpone.
39306         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
39307         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
39308         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
39309         of mpone and __mptwo instead of mptwo.
39310         (__mpranred): Use __mpone instead of mpone.
39311         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
39312         variable.
39313         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
39314         (test-xfail-ISO99/math.h/linknamespace): Likewise.
39315         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
39316         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
39317         (test-xfail-ISO11/math.h/linknamespace): Likewise.
39318         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
39319         (test-xfail-XPG3/math.h/linknamespace): Likewise.
39320         (test-xfail-XPG4/math.h/linknamespace): Likewise.
39321         (test-xfail-POSIX/math.h/linknamespace): Likewise.
39322         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
39323         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
39324         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
39325         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
39326         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
39327         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
39328         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
39329         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
39330         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
39331         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
39333 2014-11-18  Tom de Vries  <tom@codesoucery.com>
39335         * manual/signal.texi (Primitives Interrupted by Signals): In section,
39336         replace BSD Handler xref with BSD Signal Handling.
39338 2014-11-17  Richard Henderson  <rth@redhat.com>
39340         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
39341         (_FP_PACK_RAW_2): Remove.
39342         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
39343         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
39344         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
39345         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
39346         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
39347         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
39348         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
39349         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
39350         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
39351         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
39352         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
39353         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
39354         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
39355         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
39356         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
39357         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
39359 2014-11-14  Roland McGrath  <roland@hack.frob.com>
39361         * signal/signal.h [__USE_MISC]
39362         (struct sigvec): Remove type.
39363         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
39364         (sigvec): Remove declaration.
39365         * sysdeps/posix/sigvec.c: Moved ...
39366         * signal/sigvec.c: ... here, replacing old file.
39367         (struct sigvec): New type, copied from old signal.h definition.
39368         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
39369         (__sigvec): Convert definition to prototype.
39370         (sigvec): Replace weak_alias with compat_symbol.
39371         * signal/Versions (libc: GLIBC_2.21): New version set.
39372         * include/signal.h: Remove __sigvec declaration.
39373         * sysdeps/unix/bsd/sigvec.c: Remove file.
39374         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
39375         * manual/signal.texi (BSD Handler): Remove subsection.
39376         Move siginterrupt up to ...
39377         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
39378         (Blocking in BSD): Fold subsection into its parent.
39379         * NEWS: Mention sigvec removal.
39381 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
39383         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
39384         (DLA_FMS): Make definition conditional only on [__FMA4__].
39385         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
39386         definition.
39388         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
39389         Make definition conditional only on [PROF].
39390         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
39391         definition.
39392         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
39393         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
39395         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
39396         !__GNUC__].
39397         * include/signal.h (__sigpause): Move declaration above call to
39398         libc_hidden_proto.
39399         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
39400         variable.
39401         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
39402         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
39404 2014-11-14  David S. Miller  <davem@davemloft.net>
39406         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
39407         Define before including <string/memcpy.c> and <string/mempcpy.c>.
39409 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
39411         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
39412         * configure: Regenerated.
39413         * manual/install.texi (Tools for Compilation): Document a
39414         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
39415         compiler verified to work.
39416         * INSTALL: Regenerated.
39418         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
39419         redeclare with asm name.
39420         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
39421         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
39422         including <string.h>.
39423         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
39424         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
39425         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
39426         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
39427         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
39428         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
39429         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
39431 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
39433         * stdlib/strtol.c (__strtol): Use prototype definition.
39435         [BZ #17594]
39436         * stdlib/strtol.c (SYM__): New macro.
39437         (SYM__1): Likewise.
39438         (__strtol): Likewise.
39439         (strtol): Rename to __strtol and define as weak alias of
39440         __strtol.  Use libc_hidden_weak.
39442 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
39444         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
39445         Use numbered labels in inline assembly.
39447 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
39449         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
39450         Add setjmp LIBC_PROBE.
39451         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
39452         Likewise.
39453         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
39454         Add longjmp, longjmp_target LIBC_PROBE.
39455         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
39456         Likewise.
39458 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
39460         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
39461         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
39462         to get rid of unused variable warning.
39464 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
39466         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
39467         Check for unwind_backtrace ==  NULL only in SHARED case.
39468         (__backchain_backtrace): Compile only in SHARED case.
39469         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
39470         Likewise.
39471         (__backchain_backtrace): Declare as static.
39473 2014-11-12  Roland McGrath  <roland@hack.frob.com>
39475         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
39476         (__libc_multiple_threads_ptr): Variable moved ...
39477         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
39479 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
39481         * conform/GlibcConform.pm: New file.
39482         * conform/conformtest.pl: Use GlibcConform module.
39483         * conform/linknamespace.pl: New file.
39484         * conform/list-header-symbols.pl: Likewise.
39485         * conform/Makefile (linknamespace-symlists-base): New variable.
39486         (linknamespace-symlists-tests): Likewise.
39487         (linknamespace-header-base): Likewise.
39488         (linknamespace-header-tests): Likewise.
39489         (tests-special): Add new tests.
39490         ($(linknamespace-symlists-tests)): New rule.
39491         (linknamespace-libs): New variable.
39492         ($(objpfx)symlist-stdlibs): New rule.
39493         ($(linknamespace-header-tests)): Likewise.
39494         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
39495         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
39496         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
39497         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
39498         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
39499         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
39500         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
39501         (test-xfail-ISO/math.h/linknamespace): Likewise.
39502         (test-xfail-ISO/signal.h/linknamespace): Likewise.
39503         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
39504         (test-xfail-ISO/time.h/linknamespace): Likewise.
39505         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
39506         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
39507         (test-xfail-ISO99/math.h/linknamespace): Likewise.
39508         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
39509         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
39510         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
39511         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
39512         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
39513         (test-xfail-ISO11/math.h/linknamespace): Likewise.
39514         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
39515         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
39516         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
39517         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
39518         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
39519         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
39520         (test-xfail-XPG3/math.h/linknamespace): Likewise.
39521         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
39522         (test-xfail-XPG3/search.h/linknamespace): Likewise.
39523         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
39524         (test-xfail-XPG3/time.h/linknamespace): Likewise.
39525         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
39526         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
39527         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
39528         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
39529         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
39530         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
39531         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
39532         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
39533         (test-xfail-XPG4/math.h/linknamespace): Likewise.
39534         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
39535         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
39536         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
39537         (test-xfail-XPG4/search.h/linknamespace): Likewise.
39538         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
39539         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
39540         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
39541         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
39542         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
39543         (test-xfail-XPG4/time.h/linknamespace): Likewise.
39544         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
39545         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
39546         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
39547         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
39548         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
39549         (test-xfail-POSIX/math.h/linknamespace): Likewise.
39550         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
39551         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
39552         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
39553         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
39554         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
39555         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
39556         (test-xfail-POSIX/time.h/linknamespace): Likewise.
39557         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
39558         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
39559         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
39560         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
39561         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
39562         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
39563         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
39564         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
39565         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
39566         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
39567         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
39568         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
39569         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
39570         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
39571         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
39572         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
39573         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
39574         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
39575         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
39576         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
39577         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
39578         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
39579         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
39580         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
39581         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
39582         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
39583         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
39584         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
39585         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
39586         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
39587         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
39588         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
39589         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
39590         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
39591         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
39592         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
39593         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
39594         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
39595         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
39596         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
39597         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
39598         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
39599         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
39600         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
39601         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
39602         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
39603         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
39604         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
39605         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
39606         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
39607         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
39608         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
39609         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
39610         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
39611         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
39612         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
39613         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
39614         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
39615         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
39616         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
39617         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
39618         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
39619         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
39620         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
39621         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
39622         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
39623         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
39624         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
39625         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
39626         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
39627         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
39628         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
39629         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
39630         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
39631         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
39632         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
39633         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
39634         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
39635         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
39636         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
39637         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
39638         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
39639         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
39640         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
39641         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
39642         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
39643         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
39644         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
39645         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
39646         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
39647         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
39648         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
39649         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
39650         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
39651         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
39652         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
39653         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
39654         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
39656         [BZ #17589]
39657         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
39658         of fgets_unlocked.
39660         [BZ #17585]
39661         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
39662         (memmem): Rename to __memmem and define as weak alias of
39663         __memmem.  Use libc_hidden_weak.
39664         (__memmem): Use libc_hidden_def.
39665         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
39666         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
39667         memmem.
39669         [BZ #17582]
39670         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
39671         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
39672         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
39673         and define as weak alias of __fgets_unlocked.  Use
39674         libc_hidden_weak.
39675         (__fgets_unlocked): Use libc_hidden_def.
39676         * include/stdio.h (__fgets_unlocked): Declare.  Use
39677         libc_hidden_proto.
39678         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
39679         __fgets_unlocked instead of fgets_unlocked.
39680         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
39681         (GET_NPROCS_CONF_PARSER): Likewise.
39682         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
39683         (GET_NPROCS_CONF_PARSER): Likewise.
39685         [BZ #17574]
39686         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
39687         weak alias of __wmemset.  Use libc_hidden_weak.
39688         (__wmemset): Use libc_hidden_def.
39689         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
39690         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
39691         of wmemset.
39693         [BZ #17573]
39694         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
39695         with asm name __mempcpy.
39696         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
39698         [BZ #17572]
39699         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
39700         and define as weak alias of __rawmemchr.
39701         (__rawmemchr): Do not define as strong alias of rawmemchr.
39703         [BZ #17571]
39704         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
39705         alias of __qsort_r.
39706         (qsort): Call __qsort_r instead of qsort_r.
39707         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
39708         (__qsort_r): Declare.  Call libc_hidden_proto.
39709         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
39710         instead of qsort_r.
39711         * nscd/gai.c (__qsort_r): Define to qsort_r.
39712         * posix/tst-rfc3484.c (__qsort_r): Likewise.
39713         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
39714         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
39716         [BZ #17570]
39717         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
39718         define as weak alias of __malloc_info.
39720         [BZ #17584]
39721         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
39722         as weak alias of __rewinddir.  Don't use libc_hidden_def.
39723         (__rewinddir): Use libc_hidden_def.
39724         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
39725         as weak alias of __rewinddir.  Don't use libc_hidden_def.
39726         (__rewinddir): Use libc_hidden_def.
39727         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
39728         weak alias of __rewinddir.  Don't use libc_hidden_def.
39729         (__rewinddir): Use libc_hidden_def.
39730         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
39731         (__rewinddir): Use libc_hidden_proto.
39732         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
39733         rewinddir.
39734         (__getcwd): Use __rewinddir instead of rewinddir.
39736         [BZ #17583]
39737         * libio/fileno.c (fileno): Rename to __fileno and define as weak
39738         alias of __fileno.  Use libc_hidden_weak.
39739         (__fileno): Use libc_hidden_def.
39740         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
39741         * libio/ftello.c (ftello): Rename to __ftello and define as weak
39742         alias of __ftello.
39743         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
39744         __ftello.
39745         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
39746         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
39747         libc_hidden_def.
39748         (fread_unlocked): Don't use libc_hidden_ver.
39749         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
39750         and define as weak alias of __fread_unlocked.  Don't use
39751         libc_hidden_def.
39752         (__fread_unlocked): Use libc_hidden_def.
39753         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
39754         (ftello): Don't use libc_hidden_proto.
39755         (__ftello): Declare.  Use libc_hidden_proto.
39756         (fread_unlocked): Don't use libc_hidden_proto.
39757         (__fread_unlocked): Declare.  Use libc_hidden_proto.
39758         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
39759         and __ftello instead of fileno, fread_unlocked and ftello.
39761 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
39763         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
39764         GOT12.
39765         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
39766         Likewise.
39767         (_dl_start_user): Likewise.
39768         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
39770 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
39771             Siddhesh Poyarekar  <siddhesh@redhat.com>
39773         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
39774         Move argv and envp down instead of moving argc up.
39775         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
39777 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
39779         [BZ #17506]
39780         * test-skeleton.c (main): Return successful if one of
39781         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
39782         * string/tst-strcoll-overflow.c: Define expected status.
39784 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
39786         [BZ #17475]
39787         * locale/iso-639.def: Define Bhili and Tulu language codes.
39789 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
39791         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
39793 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
39795         [BZ #17555]
39796         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
39798 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
39800         * configure.ac: Updated check of minimal required version to
39801         2.22.
39802         * manual/install.texi (Tools for Compilation): Updated version
39803         number.
39804         * configure: Regenerated.
39805         * INSTALL: Likewise.
39807 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
39809         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
39810         __tls_get_addr.
39812 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
39814         * include/sys/wait.h (__libc_waitpid): Remove declaration.
39815         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
39816         (__waitpid): Don't define as alias.  Use libc_hidden_def not
39817         libc_hidden_weak.
39818         (waitpid): Define as alias of __waitpid.
39819         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
39820         __waitpid.
39821         (__waitpid): Don't define as alias.  Use libc_hidden_def not
39822         libc_hidden_weak.
39823         (waitpid): Define as alias of __waitpid.
39824         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
39825         __libc_waitpid alias.
39826         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
39827         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
39828         Likewise.
39829         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
39830         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
39831         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
39832         alias.
39833         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
39834         __waitpid.
39835         (__waitpid): Don't define as alias.  Use libc_hidden_def not
39836         libc_hidden_weak.
39837         (waitpid): Define as alias of __waitpid.
39839 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
39841         * manual/llio.texi: Add comment that write safety has been
39842         fixed in Linux.
39844         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
39845         (localplt-build-dso): Add elf/ld.so.
39846         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
39847         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
39848         and free for ld.so.
39849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
39850         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
39851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
39852         Likewise.
39853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
39854         Likewise.
39855         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
39856         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
39857         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
39858         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
39859         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
39860         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
39861         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
39862         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
39863         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
39864         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
39865         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
39867 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
39869         [BZ #14132]
39870         * include/libc-symbols.h (INTUSE): Remove macro.
39871         (INTDEF): Likewise.
39872         (INTVARDEF): Likewise.
39873         (_INTVARDEF): Likewise.
39874         (INTDEF2): Likewise.
39875         (INTVARDEF2): Likewise.
39876         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
39877         rtld_hidden_def instead of INTVARDEF.
39878         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
39879         (_dl_starting_up_internal): Remove declaration.
39880         (_dl_starting_up): Use rtld_hidden_proto.
39881         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
39882         declaration.
39883         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
39884         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
39885         _dl_starting_up.
39886         * elf/dl-writev.h (_dl_writev): Likewise.
39887         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
39888         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
39889         _dl_starting_up_internal.
39891 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39893         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
39894         test-skeleton.c.
39896 2014-11-05  Will Newton  <will.newton@linaro.org>
39898         * benchtests/Makefile: (bench-malloc): Add malloc thread
39899         scalability benchmark.
39900         * benchtests/bench-malloc-threads.c: New file.
39902 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
39904         * sysdeps/aarch64/strchrnul.S: New file.
39906 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39908         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
39909         definition.
39910         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
39911         Likewise.
39912         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
39913         Likewise.
39914         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
39915         Likewise.
39916         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
39917         Likewise.
39918         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
39919         Likewise.
39921 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
39923         * catgets/test-gencat.c: Use test-skeleton.c.
39924         * catgets/tst-catgets.c: Likewise.
39925         * csu/tst-empty.c: Likewise.
39926         * elf/tst-audit2.c: Likewise.
39927         * elf/tst-global1.c: Likewise.
39928         * elf/tst-pathopt.c: Likewise.
39929         * elf/tst-piemod1.c: Likewise.
39930         * elf/tst-tls10.c: Likewise.
39931         * elf/tst-tls11.c: Likewise.
39932         * elf/tst-tls12.c: Likewise.
39933         * gnulib/tst-gcc.c: Likewise.
39934         * iconvdata/tst-e2big.c: Likewise.
39935         * iconvdata/tst-loading.c: Likewise.
39936         * iconv/tst-iconv1.c: Likewise.
39937         * iconv/tst-iconv2.c: Likewise.
39938         * inet/test-inet6_opt.c: Likewise.
39939         * inet/tst-gethnm.c: Likewise.
39940         * inet/tst-network.c: Likewise.
39941         * inet/tst-ntoa.c: Likewise.
39942         * intl/tst-codeset.c: Likewise.
39943         * intl/tst-gettext2.c: Likewise.
39944         * intl/tst-gettext3.c: Likewise.
39945         * intl/tst-ngettext.c: Likewise.
39946         * intl/tst-translit.c: Likewise.
39947         * io/test-stat.c: Likewise.
39948         * libio/test-fmemopen.c: Likewise.
39949         * libio/tst-freopen.c: Likewise.
39950         * libio/tst-sscanf.c: Likewise.
39951         * libio/tst-ungetwc1.c: Likewise.
39952         * libio/tst-ungetwc2.c: Likewise.
39953         * libio/tst-widetext.c: Likewise.
39954         * localedata/tst-ctype.c: Likewise.
39955         * localedata/tst-digits.c: Likewise.
39956         * localedata/tst-leaks.c: Likewise.
39957         * localedata/tst-mbswcs1.c: Likewise.
39958         * localedata/tst-mbswcs2.c: Likewise.
39959         * localedata/tst-mbswcs3.c: Likewise.
39960         * localedata/tst-mbswcs4.c: Likewise.
39961         * localedata/tst-mbswcs5.c: Likewise.
39962         * localedata/tst-setlocale.c: Likewise.
39963         * localedata/tst-trans.c: Likewise.
39964         * localedata/tst-wctype.c: Likewise.
39965         * localedata/tst-xlocale1.c: Likewise.
39966         * login/tst-grantpt.c: Likewise.
39967         * malloc/tst-calloc.c: Likewise.
39968         * malloc/tst-malloc.c: Likewise.
39969         * malloc/tst-mallocstate.c: Likewise.
39970         * malloc/tst-mcheck.c: Likewise.
39971         * malloc/tst-mtrace.c: Likewise.
39972         * malloc/tst-obstack.c: Likewise.
39973         * math/atest-exp2.c: Likewise.
39974         * math/atest-exp.c: Likewise.
39975         * math/atest-sincos.c: Likewise.
39976         * math/test-matherr.c: Likewise.
39977         * math/test-misc.c: Likewise.
39978         * math/test-powl.c: Likewise.
39979         * math/tst-definitions.c: Likewise.
39980         * misc/tst-dirname.c: Likewise.
39981         * misc/tst-efgcvt.c: Likewise.
39982         * misc/tst-fdset.c: Likewise.
39983         * misc/tst-hsearch.c: Likewise.
39984         * misc/tst-mntent2.c: Likewise.
39985         * nptl/tst-sem7.c: Likewise.
39986         * nptl/tst-sem8.c: Likewise.
39987         * nptl/tst-sem9.c: Likewise.
39988         * nss/test-netdb.c: Likewise.
39989         * posix/tst-fnmatch.c: Likewise.
39990         * posix/tst-getlogin.c: Likewise.
39991         * posix/tst-gnuglob.c: Likewise.
39992         * posix/tst-mmap.c: Likewise.
39993         * pwd/tst-getpw.c: Likewise.
39994         * resolv/tst-inet_ntop.c: Likewise.
39995         * rt/tst-timer.c: Likewise.
39996         * stdio-common/test-fseek.c: Likewise.
39997         * stdio-common/test-popen.c: Likewise.
39998         * stdio-common/test-vfprintf.c: Likewise.
39999         * stdio-common/tst-cookie.c: Likewise.
40000         * stdio-common/tst-fileno.c: Likewise.
40001         * stdio-common/tst-gets.c: Likewise.
40002         * stdio-common/tst-obprintf.c: Likewise.
40003         * stdio-common/tst-perror.c: Likewise.
40004         * stdio-common/tst-sprintf2.c: Likewise.
40005         * stdio-common/tst-sprintf3.c: Likewise.
40006         * stdio-common/tst-sprintf.c: Likewise.
40007         * stdio-common/tst-swprintf.c: Likewise.
40008         * stdio-common/tst-tmpnam.c: Likewise.
40009         * stdio-common/tst-unbputc.c: Likewise.
40010         * stdio-common/tst-wc-printf.c: Likewise.
40011         * stdlib/tst-environ.c: Likewise.
40012         * stdlib/tst-fmtmsg.c: Likewise.
40013         * stdlib/tst-limits.c: Likewise.
40014         * stdlib/tst-rand48-2.c: Likewise.
40015         * stdlib/tst-rand48.c: Likewise.
40016         * stdlib/tst-random2.c: Likewise.
40017         * stdlib/tst-random.c: Likewise.
40018         * stdlib/tst-strtol.c: Likewise.
40019         * stdlib/tst-strtoll.c: Likewise.
40020         * stdlib/tst-tls-atexit.c: Likewise.
40021         * stdlib/tst-xpg-basename.c: Likewise.
40022         * string/test-ffs.c: Likewise.
40023         * string/tst-bswap.c: Likewise.
40024         * string/tst-inlcall.c: Likewise.
40025         * string/tst-strtok.c: Likewise.
40026         * string/tst-strxfrm.c: Likewise.
40027         * sysdeps/x86_64/tst-audit10.c: Likewise.
40028         * sysdeps/x86_64/tst-audit3.c: Likewise.
40029         * sysdeps/x86_64/tst-audit4.c: Likewise.
40030         * sysdeps/x86_64/tst-audit5.c: Likewise.
40031         * time/tst-ftime_l.c: Likewise.
40032         * time/tst-getdate.c: Likewise.
40033         * time/tst-mktime3.c: Likewise.
40034         * time/tst-mktime.c: Likewise.
40035         * time/tst-posixtz.c: Likewise.
40036         * time/tst-strptime2.c: Likewise.
40037         * time/tst-strptime3.c: Likewise.
40038         * wcsmbs/tst-btowc.c: Likewise.
40039         * wcsmbs/tst-mbrtowc.c: Likewise.
40040         * wcsmbs/tst-mbsrtowcs.c: Likewise.
40041         * wcsmbs/tst-wchar-h.c: Likewise.
40042         * wcsmbs/tst-wcpncpy.c: Likewise.
40043         * wcsmbs/tst-wcrtomb.c: Likewise.
40044         * wcsmbs/tst-wcsnlen.c: Likewise.
40045         * wcsmbs/tst-wcstof.c: Likewise.
40047 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
40049         [BZ #14132]
40050         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
40051         INTDEF.
40052         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
40053         declaration.
40054         (_dl_mcount): Use rtld_hidden_proto.
40055         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
40056         _dl_mcount.
40057         * elf/rtld.c (_rtld_global_ro): Likewise.
40059         [BZ #14132]
40060         * elf/dl-init.c (_dl_init): Don't use INTDEF.
40061         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
40062         of _dl_init_internal.
40063         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
40064         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
40065         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
40066         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
40067         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
40068         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
40069         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
40070         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
40071         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
40072         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
40073         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
40074         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
40075         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
40076         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
40077         * sysdeps/tile/dl-start.S (_start): Likewise.
40078         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
40079         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
40081         [BZ #14132]
40082         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
40083         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
40084         (rtld_progname): Make macro definition unconditional.
40085         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
40086         INTDEF.
40087         (dlmopen_doit): Do not use INTUSE with _dl_argv.
40088         (dl_main): Likewise.
40089         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
40090         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
40091         instead of _dl_argv_internal.
40092         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
40093         __GI__dl_argv instead of INTUSE(_dl_argv).
40094         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
40095         __GI__dl_argv instead of _dl_argv_internal.
40097         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
40098         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
40099         macro.
40100         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
40101         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
40102         New macro.
40103         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
40104         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
40105         macro.
40106         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
40107         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
40109 2014-11-04  Andreas Schwab  <schwab@suse.de>
40111         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
40113 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40115         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
40116         mtvsrd instruction in binary form.
40118 2014-11-03  Andreas Schwab  <schwab@suse.de>
40120         [BZ #17522]
40121         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
40122         for less than MB_LEN_MAX use a local buffer of that size.
40123         * libio/tst-fputws.c: New file.
40124         * libio/Makefile (tests): Add tst-fputws.
40126 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
40128         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
40129         the size of the fpu_fr.fpu_dregs[] array.
40131 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
40133         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
40134         (__nanosleep): Do not define as alias.
40135         (nanosleep): Define as alias of __nanosleep.
40136         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
40137         __libc_nanosleep name.
40139 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
40141         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
40142         install.texi in comment.
40144 2014-10-31  Torvald Riegel  <triegel@redhat.com>
40146         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
40147         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
40148         ... add here and use lwsync or sync ...
40149         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
40150         ... and add here using lwsync.
40152 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
40154         * elf/dl-machine-reject-phdr.h: New file.
40155         * elf/dl-load.c: #include that.
40156         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
40157         if that returned true.
40159 2014-10-31  Roland McGrath  <roland@hack.frob.com>
40161         [BZ #17496]
40162         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
40163         gen-as-const-headers chunk.  Add a big scare comment after the last
40164         safe place to touch before-compile.
40166 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
40168         * manual/install.texi (Tools for Compilation): Update autoconf
40169         version requirements.
40170         * INSTALL: Regenerated.
40172         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
40173         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
40174         (__libc_pselect): Likewise.
40176         [BZ #14138]
40177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
40178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
40179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
40180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
40182 2014-10-31  Torvald Riegel  <triegel@redhat.com>
40184         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
40185         correct barrier instruction.
40186         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
40187         Likewise.
40188         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
40189         Likewise.
40191 2014-10-30  Roland McGrath  <roland@hack.frob.com>
40193         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
40194         after defining inlines.  Instead, just use parens to defeat macro
40195         expansion of __isctype in its declaration.
40197 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
40199         * include/sys/uio.h (__libc_readv): Remove declaration.
40200         (__libc_writev): Likewise.
40201         * misc/readv.c (__libc_readv): Rename to __readv.
40202         (__readv): Do not define as alias.
40203         (readv): Define as alias of __readv.
40204         * misc/writev.c (__libc_writev): Rename to __writev.
40205         (__writev): Do not define as alias.
40206         (writev): Define as alias of __writev.
40207         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
40208         (__readv): Do not define as alias.
40209         (readv): Define unconditionally as alias of __readv.
40210         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
40211         (__writev): Do not define as alias.
40212         (writev): Define unconditionally as alias of __writev.
40213         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
40214         name.
40215         (writev): Do not define __libc_writev name.
40217 2014-10-30  Roland McGrath  <roland@hack.frob.com>
40219         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
40220         (convert_charseq): New function, broken out of ...
40221         (use_from_charmap): ... here.  Call it.
40222         (use_to_charmap): Use convert_charseq and free instead of duplicating
40223         its code with a variable-length stack struct.
40225 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
40227         * include/fcntl.h (__libc_creat): Remove declaration.
40228         * io/creat.c (__libc_creat): Rename to creat.
40229         (creat): Do not define as alias.
40230         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
40231         of creat instead of __libc_creat.
40232         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
40233         to creat.
40234         (creat): Do not define as alias.
40235         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
40236         __libc_creat.
40237         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
40238         __libc_creat name.
40239         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
40240         Likewise.
40242 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
40244         * manual/llio.texi: Add comments discussing why write() may be
40245         considered MT-unsafe on Linux.
40247 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
40249         * dl-load.c (local_strdup): Remove.
40250         (expand_dynamic_string_token): Use __strdup.
40251         (decompose_rpath): Likewise.
40252         (_dl_map_object): Likewise.
40254 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
40256         [BZ #14132]
40257         * sysdeps/generic/unwind-dw2-fde.c
40258         (__register_frame_info_bases_internal): Do not declare.
40259         (__register_frame_info_table_bases_internal): Likewise.
40260         (__deregister_frame_info_bases_internal): Likewise.
40261         (__register_frame_info_bases): Declare and use hidden_proto before
40262         definition.  Use hidden_def instead of INTDEF.
40263         (__register_frame_info_table_bases): Likewise.
40264         (__deregister_frame_info_bases): Likewise.
40265         (__register_frame_info): Do not use INTUSE.
40266         (__register_frame): Likewise.
40267         (__register_frame_info_table): Likewise.
40268         (__register_frame_table): Likewise.
40269         (__deregister_frame_info): Likewise.
40270         (__deregister_frame): Likewise.
40272 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
40274         * sysdeps/unix/sysv/linux/arm/kernel-features.h
40275         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
40276         not undefine.
40277         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
40278         Likewise.
40279         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
40280         Likewise.
40282 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
40284         [BZ #14138]
40285         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
40286         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
40287         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
40288         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
40289         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
40290         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
40291         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
40292         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
40293         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
40294         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
40295         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
40296         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
40297         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
40298         syscall.
40299         (setfsuid): Likewise.
40300         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
40301         (setfsuid): Likewise.
40302         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
40303         (setfsuid): Likewise.
40304         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
40305         Likewise.
40306         (setfsuid): Likewise.
40307         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
40308         (setfsuid): Likewise.
40309         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
40310         Likewise.
40311         (setfsuid): Likewise.
40313 2014-10-27  Andreas Schwab  <schwab@suse.de>
40315         [BZ #17501]
40316         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
40317         check for Slow_SSE4_2 feature bit.
40318         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
40319         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
40320         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
40321         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
40323 2014-10-24  Roland McGrath  <roland@hack.frob.com>
40325         * configure.ac: Validate compiler version with a empirical test of
40326         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
40327         $CC -v output.
40328         * configure: Regenerated.
40330         * inet/htons.c (htons): Prototypify.
40331         * inet/htonl.c (htonl): Likewise.
40333 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
40335         * string/strncat.c (strncat): Improve performance by using strlen.
40337 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
40339         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
40341 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
40343         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
40344         Call libc_fetestexcept_aarch64.
40346 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
40348         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
40349         Call libc_feholdexcept_aarch64.
40351 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
40353         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
40354         Call get_rounding_mode.
40356 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
40358         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
40359         Simplify logic.
40361 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
40363         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
40364         Simplify logic.
40366 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
40368         [BZ #14138]
40369         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
40370         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
40371         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
40372         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
40373         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
40374         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
40375         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
40376         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
40377         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
40378         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
40379         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
40380         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
40381         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
40382         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
40383         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
40384         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
40385         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
40386         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
40387         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
40388         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
40389         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
40390         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
40391         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
40392         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
40393         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
40394         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
40395         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
40396         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
40397         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
40398         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
40399         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
40400         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
40401         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
40402         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
40403         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
40404         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
40405         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
40406         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
40407         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
40408         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
40409         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
40410         syscall.
40411         (geteuid): Likewise.
40412         (getgid): Likewise.
40413         (getuid): Likewise.
40414         (getresgid): Likewise.
40415         (getresuid): Likewise.
40416         (getgroups): Likewise.
40417         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
40418         (geteuid): Likewise.
40419         (getgid): Likewise.
40420         (getuid): Likewise.
40421         (getresgid): Likewise.
40422         (getresuid): Likewise.
40423         (getgroups): Likewise.
40424         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
40425         (geteuid): Likewise.
40426         (getgid): Likewise.
40427         (getuid): Likewise.
40428         (getresgid): Likewise.
40429         (getresuid): Likewise.
40430         (getgroups): Likewise.
40431         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
40432         Likewise.
40433         (geteuid): Likewise.
40434         (getgid): Likewise.
40435         (getuid): Likewise.
40436         (getresgid): Likewise.
40437         (getresuid): Likewise.
40438         (getgroups): Likewise.
40439         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
40440         (geteuid): Likewise.
40441         (getgid): Likewise.
40442         (getuid): Likewise.
40443         (getresgid): Likewise.
40444         (getresuid): Likewise.
40445         (getgroups): Likewise.
40446         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
40447         Likewise.
40448         (geteuid): Likewise.
40449         (getgid): Likewise.
40450         (getuid): Likewise.
40451         (getgroups): Likewise.
40453         [BZ #14138]
40454         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
40455         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
40456         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
40457         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
40458         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
40459         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
40460         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
40461         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
40462         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
40463         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
40464         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
40465         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
40466         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
40467         __chown.
40468         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
40469         (lchown): Likewise.
40470         (fchown): Likewise.
40471         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
40472         Likewise.
40473         (lchown): Likewise.
40474         (fchown): Likewise.
40475         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
40476         (lchown): Likewise.
40477         (fchown): Likewise.
40478         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
40479         Likewise.
40480         (lchown): Likewise.
40481         (fchown): Likewise.
40483 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
40485         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
40486         Simplify logic.
40488 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
40490         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
40491         Cleanup logic.
40493 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
40495         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
40496         Remove unused include.
40498 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
40500         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
40501         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
40502         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
40503         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
40505 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
40506             Helge Deller <deller@gmx.de>
40508         [BZ #17508]
40509         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
40510         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
40511         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
40513 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
40515         [BZ #14132]
40516         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
40517         Remove macro definition.
40518         (__ashrdi3_v_glibc20): Likewise.
40519         (__lshrdi3_v_glibc20): Likewise.
40520         (__cmpdi2_v_glibc20): Likewise.
40521         (__ucmpdi2_v_glibc20): Likewise.
40522         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
40523         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
40524         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
40525         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
40526         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
40527         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
40529 2014-10-22  Roland McGrath  <roland@hack.frob.com>
40531         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
40532         old GNU extension [0] syntax.
40533         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
40534         alloca rather than an array member with variable length.
40535         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
40536         * nscd/nscd.c (invalidate_db): New function, broken out of ...
40537         (parse_opt): ... here.  Likewise use alloca there.
40538         Validate the -i argument before checking for rootness.
40539         (send_shutdown): New function, broken out of ...
40540         (parse_opt): ... here.
40542 2014-10-22  Roland McGrath  <roland@hack.frob.com>
40544         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
40545         macro to get at the _rt_local_ro field.
40546         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
40547         ([PIC] case) or _dl_hwcap ([!PIC] case).
40548         * sysdeps/arm/setjmp.S: Likewise.
40550         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
40551         * sysdeps/arm/configure.ac: New check to define it.
40552         * sysdeps/arm/configure: Regenerated.
40553         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
40554         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
40555         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
40556         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
40557         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
40558         Use move/movt pair instead of a load.
40559         (LDST_GLOBAL): Macro removed.
40560         (LDR_GLOBAL): New macro replaces it.
40561         (LDR_HIDDEN): New macro.
40562         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
40563         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
40565         * setjmp/tst-setjmp-static.c: New file.
40566         * setjmp/Makefile (tests): Add it.
40567         (tests-static): New variable.
40569 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
40571         [BZ #17485]
40572         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
40574 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
40576         [BZ #14132]
40577         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
40579 2014-10-21  Roland McGrath  <roland@hack.frob.com>
40581         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
40583 2014-10-20  Roland McGrath  <roland@hack.frob.com>
40585         * io/fts.c (dirent_not_directory): New function.
40586         (fts_build): Call it.
40588 2014-10-20  Roland McGrath  <roland@hack.frob.com>
40590         * nptl/version.c (__nptl_main): Use normal __write rather than
40591         INTERNAL_SYSCALL.
40592         (banner): Update copyright years.
40594         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
40595         gettimeofday.
40596         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
40597         * nptl/pthread_cond_timedwait.c: Likewise.
40598         * nptl/pthread_mutex_timedlock.c: Likewise.
40599         * nptl/sem_timedwait.c: Likewise.
40601         * sysdeps/nptl/bits/libc-lock.h
40602         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
40603         (__libc_lock_init_recursive): Return void, not 0.
40604         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
40605         (__libc_rwlock_init): Likewise.
40606         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
40608 2014-10-20  Torvald Riegel  <triegel@redhat.com>
40610         [BZ #15215]
40611         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
40612         (__pthread_once_slow): ... here.
40613         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
40614         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
40616 2014-10-20  Torvald Riegel  <triegel@redhat.com>
40618         [BZ #15215]
40619         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
40620         __PTHREAD_ONCE_FORK_GEN_INCR): New.
40621         * sysdeps/nptl/fork.c (__libc_fork): Use them.
40622         * nptl/pthread_once.c (__pthread_once): Likewise.
40623         Update comments.
40625 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
40627         [BZ #14138]
40628         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
40629         name.
40630         (writev): Use __libc_writev as strong name.
40631         * sysdeps/unix/sysv/linux/readv.c: Remove file.
40632         * sysdeps/unix/sysv/linux/writev.c: Likewise.
40634 2014-10-17  Roland McGrath  <roland@hack.frob.com>
40636         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
40638         * sysdeps/i386/nptl/tls.h
40639         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
40640         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
40641         New macros.
40642         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
40643         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
40644         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
40645         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
40646         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
40647         Call CHECK_THREAD_SYSINFO instead of doing an assert.
40649         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
40650         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
40651         on [__NR_futex].
40652         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
40653         broken out of ...
40654         (__pthread_mutex_init): ... here.  Call it.
40655         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
40656         Conditionalize PI cases on [__NR_futex].
40657         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
40658         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
40659         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
40661         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
40662         conditional on [SIGSETXID].
40663         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
40664         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
40665         is defined.  Likewise for SIGSETXID.
40666         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
40667         Conditionalize definitions on [SIGSETXID].
40668         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
40669         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
40670         unblocking on [SIGCANCEL].
40672         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
40673         [__NR_set_robust_list].
40675 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
40677         * string/strcoll_l.c (get_next_seq): Fix up formatting.
40678         (do_compare): Likewise.
40680 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
40682         [BZ #15884]
40683         * string/strcoll_l.c: Don't include stdio.h.
40684         (coll_seq): Remove members idxarr and rulearr.
40685         (get_next_seq_cached): Remove function.
40686         (get_next_seq): Likewise.
40687         (get_next_seq_nocache): Rename to get_next_seq.
40688         (do_compare): Remove function.
40689         (do_compare_nocache): Rename to do_compare.
40690         (STRCOLL): Remove weight and rules cache.
40692 2014-10-16  Roland McGrath  <roland@hack.frob.com>
40694         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
40695         * sysdeps/arm/sfp-machine.h: ... to here.
40696         * sysdeps/arm/Implies: Remove arm/soft-fp.
40698 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
40700         * conform/data/sys/utsname.h-data (*_t): Allow.
40701         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
40702         [POSIX] (WEXITED): Do not expect constant.
40703         [POSIX] (WSTOPPED): Likewise.
40704         [POSIX] (WNOHANG): Likewise.
40705         [POSIX] (WNOWAIT): Likewise.
40706         [POSIX] (siginfo_t): Do not expect type or elements.
40707         [POSIX] (pid_t): Do not expect type.
40708         [POSIX] (signal.h): Do not allow header.
40709         [POSIX] (sys/resource.h): Likewise.
40710         [POSIX] (si_*): Do not allow pattern.
40711         [POSIX] (W*): Likewise.
40712         [POSIX] (P_*): Likewise.
40713         [POSIX] (BUS_*): Likewise.
40714         [POSIX] (CLD_*): Likewise.
40715         [POSIX] (FPE_*): Likewise.
40716         [POSIX] (ILL_*): Likewise.
40717         [POSIX] (POLL_*): Likewise.
40718         [POSIX] (SEGV_*): Likewise.
40719         [POSIX] (SI_*): Likewise.
40720         [POSIX] (TRAP_*): Likewise.
40721         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
40722         variable.
40724 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
40726         [BZ #12926]
40727         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
40728         infinite loop when __recvmsg returns 0.
40730 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
40732         * CANCEL-FCT-WAIVE: Remove file.
40733         * CANCEL-FILE-WAIVE: Likewise.
40735         [BZ #14132]
40736         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
40737         instead of INTVARDEF.
40738         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
40739         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
40740         rtld_hidden_data_def instead of INTVARDEF.
40741         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
40742         * elf/dl-deps.c (expand_dst): Likewise.
40743         * elf/dl-load.c (_dl_dst_count): Likewise.
40744         (_dl_dst_substitute): Likewise.
40745         (decompose_rpath): Likewise.
40746         (_dl_init_paths): Likewise.
40747         (open_path): Likewise.
40748         (_dl_map_object): Likewise.
40749         * elf/rtld.c (dl_main): Likewise.
40750         (process_dl_audit): Likewise.
40751         (process_envvars): Likewise.
40752         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
40753         Remove declaration.
40754         (__libc_enable_secure): Use rtld_hidden_proto.
40756 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
40758         * elf/dl-load.c
40759         (add_path): New function broken out of _dl_rtld_di_serinfo.
40760         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
40762 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
40764         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
40765         parentheses around macro arguments.
40766         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
40767         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
40768         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
40769         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
40770         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
40771         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
40772         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
40773         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
40774         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
40775         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
40776         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
40777         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
40778         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
40779         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
40780         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
40781         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
40782         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
40783         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
40784         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
40785         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
40786         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
40787         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
40788         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
40789         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
40790         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
40791         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
40792         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
40793         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
40794         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
40795         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
40796         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
40797         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
40798         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
40799         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
40800         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
40801         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
40802         Likewise.
40803         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
40804         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
40805         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
40806         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
40807         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
40808         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
40809         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
40810         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
40811         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
40812         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
40813         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
40814         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
40815         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
40816         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
40817         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
40818         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
40819         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
40820         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
40821         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
40822         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
40823         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
40824         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
40825         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
40826         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
40827         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
40828         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
40829         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
40830         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
40831         (_FP_FRAC_SRS_1): Likewise.
40832         (_FP_FRAC_CLZ_1): Likewise.
40833         (_FP_MUL_MEAT_1_imm): Likewise.
40834         (_FP_MUL_MEAT_1_wide): Likewise.
40835         (_FP_MUL_MEAT_1_hard): Likewise.
40836         (_FP_SQRT_MEAT_1): Likewise.
40837         (_FP_FRAC_ASSEMBLE_1): Likewise.
40838         (_FP_FRAC_DISASSEMBLE_1): Likewise.
40839         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
40840         (__FP_CLZ_2): Likewise.
40841         (_FP_MUL_MEAT_2_wide): Likewise.
40842         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
40843         (_FP_MUL_MEAT_2_gmp): Likewise.
40844         (_FP_MUL_MEAT_2_120_240_double): Likewise.
40845         (_FP_SQRT_MEAT_2): Likewise.
40846         (_FP_FRAC_ASSEMBLE_2): Likewise.
40847         (_FP_FRAC_DISASSEMBLE_2): Likewise.
40848         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
40849         (_FP_FRAC_CLZ_4): Likewise.
40850         (_FP_MUL_MEAT_4_wide): Likewise.
40851         (_FP_MUL_MEAT_4_gmp): Likewise.
40852         (_FP_SQRT_MEAT_4): Likewise.
40853         (_FP_FRAC_ASSEMBLE_4): Likewise.
40854         (_FP_FRAC_DISASSEMBLE_4): Likewise.
40855         * soft-fp/op-common.h (_FP_CMP): Likewise.
40856         (_FP_CMP_EQ): Likewise.
40857         (_FP_CMP_UNORD): Likewise.
40858         (_FP_TO_INT): Likewise.
40859         (_FP_FROM_INT): Likewise.
40860         [!__FP_CLZ] (__FP_CLZ): Likewise.
40861         (_FP_DIV_HELP_imm): Likewise.
40862         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
40863         Likewise.
40864         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
40865         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
40866         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
40867         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
40868         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
40869         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
40870         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
40871         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
40872         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
40873         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
40874         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
40875         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
40876         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
40877         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
40878         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
40879         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
40880         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
40881         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
40882         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
40883         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
40884         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
40885         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
40886         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
40887         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
40888         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
40889         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
40890         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
40891         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
40892         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
40893         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
40894         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
40895         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
40896         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
40897         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
40898         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
40899         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
40900         (FP_UNPACK_RAW_SP): Likewise.
40901         (FP_PACK_RAW_S): Likewise.
40902         (FP_PACK_RAW_SP): Likewise.
40903         (FP_UNPACK_S): Likewise.
40904         (FP_UNPACK_SP): Likewise.
40905         (FP_UNPACK_SEMIRAW_S): Likewise.
40906         (FP_UNPACK_SEMIRAW_SP): Likewise.
40907         (FP_PACK_S): Likewise.
40908         (FP_PACK_SP): Likewise.
40909         (FP_PACK_SEMIRAW_S): Likewise.
40910         (FP_PACK_SEMIRAW_SP): Likewise.
40911         (_FP_SQRT_MEAT_S): Likewise.
40912         (FP_CMP_S): Likewise.
40913         (FP_CMP_EQ_S): Likewise.
40914         (FP_CMP_UNORD_S): Likewise.
40915         (FP_TO_INT_S): Likewise.
40916         (FP_FROM_INT_S): Likewise.
40918         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
40920         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
40921         (FP_EX_INVALID_IMZ): Likewise.
40922         (FP_EX_INVALID_IMZ_FMA): Likewise.
40923         (FP_EX_INVALID_ISI): Likewise.
40924         (FP_EX_INVALID_ZDZ): Likewise.
40925         (FP_EX_INVALID_IDI): Likewise.
40926         (FP_EX_INVALID_SQRT): Likewise.
40927         (FP_EX_INVALID_CVI): Likewise.
40928         (FP_EX_INVALID_VC): Likewise.
40929         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
40930         "invalid" exceptions.
40931         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
40932         (_FP_ADD_INTERNAL): Likewise.
40933         (_FP_MUL): Likewise.
40934         (_FP_FMA): Likewise.
40935         (_FP_DIV): Likewise.
40936         (_FP_CMP_CHECK_NAN): Likewise.
40937         (_FP_SQRT): Likewise.
40938         (_FP_TO_INT): Likewise.
40939         (FP_EXTEND): Likewise.
40941 2014-10-09  Allan McRae  <allan@archlinux.org>
40943         * po/fr.po: Update French translation from translation project.
40945 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
40947         [BZ #14132]
40948         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
40949         of INTDEF.
40950         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
40951         (__cxa_atexit): Use libc_hidden_proto.
40952         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
40954         [BZ #14132]
40955         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
40956         declaration.
40957         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
40958         [!_ISOMAC] (__iswspace_l_internal): Likewise.
40959         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
40960         [!_ISOMAC] (__iswctype_internal): Likewise.
40961         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
40962         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
40963         alias.
40964         (fcntl): Remove __fcntl_internal alias.
40965         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
40966         __connect_internal alias.
40967         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
40968         Likewise.
40970         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
40971         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
40972         FP_DENORM_ZERO.
40973         (_FP_CHECK_FLUSH_ZERO): New macro.
40974         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
40975         (_FP_CMP): Likewise.
40976         (_FP_CMP_EQ): Likewise.
40977         (_FP_TO_INT): Do not set inexact for subnormal arguments if
40978         FP_DENORM_ZERO.
40979         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
40980         (FP_TRUNC): Likewise.
40982         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
40983         treated as invalid conversion, not as normal exponent.
40985         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
40986         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
40987         (_FP_CMP_EQ): Likewise.
40988         (_FP_CMP_UNORD): Likewise.
40989         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
40990         (FP_CMP_EQ_D): Likewise.
40991         (FP_CMP_UNORD_D): Likewise.
40992         * soft-fp/extended.h (FP_CMP_E): Likewise.
40993         (FP_CMP_EQ_E): Likewise.
40994         (FP_CMP_UNORD_E): Likewise.
40995         * soft-fp/quad.h (FP_CMP_Q): Likewise.
40996         (FP_CMP_EQ_Q): Likewise.
40997         (FP_CMP_UNORD_Q): Likewise.
40998         * soft-fp/single.h (FP_CMP_S): Likewise.
40999         (FP_CMP_EQ_S): Likewise.
41000         (FP_CMP_UNORD_S): Likewise.
41001         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
41002         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
41003         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
41004         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
41005         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
41006         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
41007         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
41008         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
41009         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
41010         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
41011         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
41012         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
41013         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
41014         to FP_CMP_Q.
41015         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
41016         FP_CMP_Q.
41017         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
41018         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
41019         FP_CMP_EQ_Q.
41020         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
41021         FP_CMP_Q.
41022         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
41023         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
41024         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
41025         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
41026         FP_CMP_EQ_Q.
41027         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
41028         FP_CMP_Q.
41029         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
41030         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
41031         FP_CMP_EQ_Q.
41032         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
41033         FP_CMP_Q.
41034         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
41035         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
41036         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
41037         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
41038         FP_CMP_EQ_Q.
41040         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
41041         a subnormal result, set the underflow exception if trapping on
41042         underflow is enabled.
41043         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
41044         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
41045         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
41046         redefine to 0.
41047         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
41048         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
41049         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
41050         * soft-fp/extendxftf2.c (__extendxftf2): Use
41051         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
41053         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
41054         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
41055         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
41056         FP_HANDLE_EXCEPTIONS.
41057         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
41058         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
41059         FP_HANDLE_EXCEPTIONS.
41060         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
41061         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
41062         FP_HANDLE_EXCEPTIONS.
41063         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
41064         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
41065         FP_HANDLE_EXCEPTIONS.
41067 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
41069         [BZ #14132]
41070         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
41071         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
41072         use INTUSE.
41073         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
41074         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
41075         Remove alias.
41076         (__adjtimex): Define using libc_hidden_ver.
41077         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
41078         Remove declaration.
41079         (ntp_gettime): Call __adjtimex directly.
41080         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
41081         Remove declaration.
41082         (ntp_gettimex): Call __adjtimex directly.
41083         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
41084         __adjtimex_internal alias.
41086 2014-10-08  Roland McGrath  <roland@hack.frob.com>
41088         [BZ #17460]
41089         * nscd/nscd.c (more_help): Rewrite list of tables collection
41090         using xstrdup and asprintf.
41092         * nscd/nscd_conf.c: Remove local xstrdup declaration.
41094 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
41095             Roland McGrath  <roland@hack.frob.com>
41097         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
41098         (do_lookup_unique): ... local function 'enter' here; update callers.
41100 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
41102         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
41103         compat_symbol calls on [SHARED].
41104         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
41105         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
41106         Remove.
41107         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
41108         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
41109         (oldsetrlimit): Remove.
41110         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
41111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
41112         (lchown): New syscall entry.
41113         (oldsetrlimit): Remove.
41114         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
41115         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
41116         (oldsetrlimit): Remove.
41117         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
41119         [BZ #14138]
41120         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
41121         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
41122         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
41123         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
41124         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
41125         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
41126         (fchown): Likewise.
41127         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
41128         (fchown): Likewise.
41129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
41130         Likewise.
41132 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41134         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
41135         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
41136         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
41137         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
41138         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
41139         Likewise.
41140         (__old_sem_post): Likewise.
41142 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
41144         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
41145         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
41146         HAVE_CLOCK_GETTIME_VSYSCALL macros.
41147         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
41148         Use INLINE_VSYSCALL macro.
41149         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
41150         __vdso_clock_gettime.
41151         * sysdeps/unix/sysv/linux/tile/init-first.c
41152         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
41153         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
41154         __vdso_clock_gettime.
41156         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
41157         to set up frame more cleanly.
41159         * sysdeps/tile/memcmp.c: New file.
41161         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
41163         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
41164         * sysdeps/tile/tilegx/strcasestr.c: New file.
41165         * sysdeps/tile/tilegx/strnlen.c: New file.
41166         * sysdeps/tile/tilegx/strstr.c: New file.
41168         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
41170 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
41172         * nptl/tst-setuid3.c: Write errors to stdout.
41174 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
41176         * elf/dl-deps.c
41177         (preload): New functions broken out of _dl_map_object_deps.
41178         (_dl_map_object_deps):  Remove a nested function. Update call sites.
41180 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
41182         [BZ #14138]
41183         * sysdeps/unix/sysv/linux/execve.c: Remove file.
41184         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
41186 2014-10-01  Steve Ellcey  <sellcey@mips.com>
41188         * sysdeps/mips/strcmp.S: New.
41190 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
41192         [BZ #14138]
41193         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
41194         (linkat): Likewise.
41195         (mkdirat): Likewise.
41196         (readlinkat): Likewise.
41197         (renameat): Likewise.
41198         (symlinkat): Likewise.
41199         (unlinkat): Likewise.
41200         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
41201         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
41202         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
41203         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
41204         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
41205         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
41206         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
41208 2014-09-30  Will Newton  <will.newton@linaro.org>
41210         * math/math.h: Define long double math functions if
41211         _LIBC_TEST is defined.
41212         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
41214         * localedata/Makefile: Move assignment to tests-special
41215         into an ifdef testing run-built-tests.
41216         * timezone/Makefile: Likewise.
41218 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
41220         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
41221         with $(BASH) not $(SHELL).
41223 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
41224             Matthew LeGendre  <legendre1@llnl.gov>
41226         [BZ #17411]
41227         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
41228         l_reloc_result.
41230 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
41232         * stdio-common/printf_fp.c
41233         (hack_digit): New function, broken out of ...
41234         (__printf_fp): ... local function here.  Update call sites.
41235         hack_digit now takes an additional parameter that is a pointer
41236         to a struct of the referenced locals.  Those locals moved inside
41237         the struct and references updated.
41239 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
41241         * aclocal.m4: Require autoconf 2.69.
41242         * configure: Regenerated.
41243         * sysdeps/aarch64/configure: Likewise.
41244         * sysdeps/alpha/configure: Likewise.
41245         * sysdeps/arm/armv7/configure: Likewise.
41246         * sysdeps/arm/configure: Likewise.
41247         * sysdeps/ia64/configure: Likewise.
41248         * sysdeps/mach/configure: Likewise.
41249         * sysdeps/mips/configure: Likewise.
41250         * sysdeps/s390/configure: Likewise.
41251         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
41252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
41254         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
41255         file.
41256         * sysdeps/ia64/configure.ac: Likewise.
41258 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
41260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
41261         specify symbol version for ld.so.  Do not include entry for
41262         libpthread.
41263         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
41264         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
41265         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
41267         [BZ #14171]
41268         * Makeconfig [$(build-shared) = yes]
41269         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
41270         makefiles.
41271         [$(build-shared) = yes && $(soversions.mk-done) = t]
41272         ($(common-objpfx)gnu/lib-names.h): Remove rule.
41273         [$(build-shared) = yes && $(soversions.mk-done) = t]
41274         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
41275         to Makerules.
41276         [$(build-shared) = yes && $(soversions.mk-done) = t]
41277         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
41278         here.
41279         [$(build-shared) = yes && $(soversions.mk-done) = t]
41280         (common-generated): Don't append gnu/lib-names.h and
41281         gnu/lib-names.stmp here.
41282         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
41283         (lib-names-h-abi): New variable.
41284         [$(build-shared) = yes && $(soversions.mk-done) = t]
41285         (lib-names-stmp-abi): Likewise.
41286         [$(build-shared) = yes && $(soversions.mk-done) = t &&
41287         abi-variants] (before-compile): Append
41288         $(common-objpfx)$(lib-names-h-abi).
41289         [$(build-shared) = yes && $(soversions.mk-done) = t &&
41290         abi-variants] (common-generated): Append gnu/lib-names.h.
41291         [$(build-shared) = yes && $(soversions.mk-done) = t &&
41292         abi-variants] (install-others-nosubdir): Depend on
41293         $(inst_includedir)/$(lib-names-h-abi).
41294         [$(build-shared) = yes && $(soversions.mk-done) = t &&
41295         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
41296         [$(build-shared) = yes && $(soversions.mk-done) = t]
41297         ($(common-objpfx)$(lib-names-h-abi)): New rule.
41298         [$(build-shared) = yes && $(soversions.mk-done) = t]
41299         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
41300         [$(build-shared) = yes && $(soversions.mk-done) = t]
41301         (common-generated): Append $(lib-names-h-abi) and
41302         $(lib-names-stmp-abi).
41303         * scripts/lib-names.awk: Do not handle multi being set.
41304         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
41305         Remove variable.
41306         (abi-lp64_be-ld-soname): Likewise.
41307         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
41308         Likewise.
41309         (abi-hard-ld-soname): Likewise.
41310         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
41311         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
41312         Remove variable.
41313         (abi-o32_hard-ld-soname): Likewise.
41314         (abi-o32_soft_2008-ld-soname): Likewise.
41315         (abi-o32_hard_2008-ld-soname): Likewise.
41316         (abi-n32_soft-ld-soname): Likewise.
41317         (abi-n32_hard-ld-soname): Likewise.
41318         (abi-n32_soft_2008-ld-soname): Likewise.
41319         (abi-n32_hard_2008-ld-soname): Likewise.
41320         (abi-n64_soft-ld-soname): Likewise.
41321         (abi-n64_hard-ld-soname): Likewise.
41322         (abi-n64_soft_2008-ld-soname): Likewise.
41323         (abi-n64_hard_2008-ld-soname): Likewise.
41324         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
41325         Likewise.
41326         (abi-64-v2-ld-soname): Likewise.
41327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
41328         ld.so entries.
41329         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
41330         variable.
41331         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
41332         entry.
41333         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
41334         variable.
41335         (abi-64-ld-soname): Likewise.
41336         (abi-x32-ld-soname): Likewise.
41337         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
41338         entry.
41339         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
41341 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
41343         [BZ #14138]
41344         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
41345         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
41346         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
41347         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
41348         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
41349         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
41350         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
41351         syscall entry for GLIBC_2.2 symbol version.
41352         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
41353         Likewise.
41354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
41355         (setrlimit): Likewise.
41356         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
41357         Likewise.
41359 2014-09-23  Will Newton  <will.newton@linaro.org>
41361         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
41362         _LINUX_ARM_SYSDEP_H include guard too.
41363         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
41364         define.
41366 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
41368         * sysdeps/unix/sysv/linux/eventfd.c:
41369         Make first argument unsigned.
41370         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
41371         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
41373 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
41375         [BZ #16852]
41376         * socket/recvmmsg.c (recvmmsg): Drop const argument.
41377         * socket/sys/socket.h: Likewise.
41378         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
41380 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41382         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
41384 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
41386         * time/tst-ftime.c: New test.
41387         * time/Makefile (tests): Add tst-ftime.
41389 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
41391         * soft-fp/extended.h: Fix comment formatting.
41392         * soft-fp/op-1.h: Likewise.
41393         * soft-fp/op-2.h: Likewise.
41394         * soft-fp/op-4.h: Likewise.
41395         * soft-fp/op-8.h: Likewise.
41396         * soft-fp/op-common.h: Likewise.
41397         * soft-fp/soft-fp.h: Likewise.
41399         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
41401 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
41403         [BZ #6652]
41404         * Makeconfig (soversions-default-setname): Remove variable.
41405         ($(common-objpfx)soversions.i): Don't pass default_setname to
41406         soversions.awk.
41407         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
41408         oldest_abi to abi-versions.awk.
41409         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
41410         * config.make.in (oldest-abi): Remove variable.
41411         * configure.ac (--enable-oldest-abi): Remove configure option.
41412         * configure: Regenerated.
41413         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
41414         text.
41415         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
41416         * scripts/soversions.awk: Do not handle default_setname variable.
41417         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
41418         variable.
41419         * sysdeps/mach/hurd/configure: Regenerated.
41420         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
41421         variable.
41422         * sysdeps/unix/sysv/linux/configure: Regenerated.
41424 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
41426         * elf/Makefile (CFLAGS-interp.c): Remove.
41427         ($(elf-objpfx)runtime-linker.h): Generate header with linker
41428         path string.
41429         * elf/interp.c: Include generated runtime-linker.h
41431         * Makerules (lib%.so): Don't include $(+interp) in
41432         prerequisites.
41433         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
41434         * dlfcn/eval.c: Remove file.
41436         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
41437         macros.
41439         [BZ #17266]
41440         * misc/sys/cdefs.h: Define __extern_always_inline for clang
41441         4.2 and newer.
41443         [BZ #17370]
41444         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
41446 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
41447             Jakub Jelinek  <jakub@redhat.com>
41449         [BZ #17266]
41450         * libio/stdio.h: Check definition of __fortify_function
41451         instead of __extern_always_inline to include bits/stdio2.h.
41452         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
41453         check if __extern_always_inline is defined.
41454         [__USE_MISC || __USE_XOPEN]: Likewise.
41455         [__USE_ISOC99] Likewise.
41456         * misc/sys/cdefs.h (__fortify_function): Define only if
41457         __extern_always_inline is defined.
41458         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
41459         __extern_always_inline and __extern_inline only for g++-4.3
41460         and newer or a compatible gcc.
41462 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
41464         [BZ #17371]
41465         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
41466         last change to handle zero prefix length.
41468 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
41470         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
41471         _SC_REGEX_VERSION.
41473         * posix/getconf.c (vars): Add _POSIX_IPV6 and
41474         _POSIX_RAW_SOCKETS.
41476 2014-09-13  Allan McRae  <allan@archlinux.org>
41478         * po/ru.po: Update Russian translation from translation project.
41480 2014-09-12  Roland McGrath  <roland@hack.frob.com>
41482         * locale/programs/locale.c (show_locale_vars): Inline local function
41483         into its sole call site.  Clean up some style nits.
41484         (print_item): New function, broken out of ...
41485         (show_info): ... local function here.  Clean up style nits.
41487         * locale/programs/ld-ctype.c (set_one_default): New function, broken
41488         out of ...
41489         (set_class_defaults): ... local function set_default here.
41490         Define set_default as a macro locally to pass constant parameters.
41491         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
41492         rather than a shared local.
41494         * stdlib/rpmatch.c (try): New function, broken out of ...
41495         (rpmatch): ... local function here.  Also, prototypify definition.
41497 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
41499         * scripts/soversions.awk: Do not handle configuration names.
41500         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
41501         vendor and os variables to soversions.awk.
41502         * configure.ac: Do not modify gnu-* host_os.
41503         * configure: Regenerated
41504         * shlib-versions: Remove first column with configuration names.
41505         * nptl/shlib-versions: Likewise.
41506         * nptl_db/shlib-versions: Likewise.
41507         * sysdeps/hppa/shlib-versions: Likewise.
41508         * sysdeps/m68k/shlib-versions: Likewise.
41509         * sysdeps/mach/hurd/shlib-versions: Likewise.
41510         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
41511         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
41512         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
41513         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
41514         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
41515         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
41516         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
41517         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
41518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
41519         Likewise.
41520         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
41521         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
41522         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
41523         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
41524         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
41525         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
41526         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
41527         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
41529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
41530         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
41531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
41532         Regenerated.
41533         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
41534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
41535         Condition symbol version definitions on [HAVE_ELFV2_ABI].
41537         * shlib-versions: Remove OS-specific entries.  Moved to files in
41538         sysdeps.
41539         * sysdeps/mach/hurd/shlib-versions: New file.
41540         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
41542         * nptl/shlib-versions: Remove architecture-specific entries.
41543         Moved to files in sysdeps.
41544         * shlib-versions: Likewise.
41545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
41546         file.
41547         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
41548         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
41549         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
41550         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
41552         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
41553         (UDP_NO_CHECK6_RX): Likewise.
41555 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
41557         * sysdeps/posix/sysconf.c (__sysconf): Spell
41558         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
41560 2014-08-12  Florian Weimer  <fweimer@redhat.com>
41562         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
41563         loading.
41564         * iconv/Versions (__gconv_transliterate): Export for use from
41565         gconv modules.
41566         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
41567         (struct __gconv_trans_data, __gconv_trans_fct,
41568         __gconv_trans_context_fct, __gconv_trans_query_fct,
41569         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
41570         definitions.
41571         (struct __gconv_step_data): Remove __trans member.
41572         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
41573         longer hidden.  Remove unused trans_data argument.
41574         * iconv/gconv_int.h (struct trans_struct): Remove definition.
41575         (__gconv_translit_find): Remove declaration.
41576         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
41577         prototype.
41578         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
41579         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
41580         trans_data argument.  Add hidden definition.
41581         (__gconv_translit_find): Remove.
41582         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
41583         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
41584         * iconv/skeleton.c: Remove transliteration initialization.
41585         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
41586         __gconv_step_data initialization.
41587         * libio/iofwide.c (__libio_translit_): Remove.
41588         (_IO_fwide): Adjust struct __gconv_step_data initialization.
41589         * wcsmbs/btowc.c (__btowc): Likewise.
41590         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
41591         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
41592         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
41593         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
41594         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
41595         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
41596         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
41597         * wcsmbs/wctob.c (wctob): Likewise.
41599 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
41601         [BZ #16194]
41602         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
41603         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
41604         register usage.
41605         * sysdeps/x86/Makefile: Adjust.
41607 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
41608             Roland McGrath  <roland@hack.frob.com>
41610         * locale/weight.h: Add include guard.
41611         (findidx): Make static rather than auto; take new parameters
41612         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
41613         * locale/weightwc.h: Likewise.
41614         * posix/fnmatch_loop.c
41615         (FCT): Change type of EXTRA from int32_t to wint_t.
41616         Don't include either header inside the function.
41617         Call FINDIDX rather than findidx, and pass new arguments.
41618         #undef FINDIDX at the end of the file.
41619         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
41620         FINDIDX before including fnmatch_loop.c for the non-wide version.
41621         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
41622         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
41623         for the wide version.
41624         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
41625         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
41626         Pass new arguments to findidx.
41627         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
41628         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
41629         Don't #include it inside the function.  Pass new arguments to findidx.
41630         * posix/regex_internal.h
41631         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
41632         (re_string_elem_size_at): Don't #include it inside the function.
41633         Pass new arguments to findidx.
41634         * string/strcoll_l.c: #include WEIGHT_H at top level.
41635         (get_next_seq): Don't #include it inside the function.
41636         Pass new arguments to findidx.
41637         (get_next_seq_nocache): Likewise.
41638         * string/strxfrm_l.c: #include WEIGHT_H at top level.
41639         (STRXFRM): Don't #include it inside the function.
41640         Pass new arguments to findidx.
41642 2014-09-11  Florian Weimer  <fweimer@redhat.com>
41644         [BZ #17344]
41645         * malloc/malloc.c (unlink): Turn asserts into a call to
41646         malloc_printerr.
41648 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
41650         [BZ #17370]
41651         * libio/wfileops (do_ftell_wide): Free OUT.
41653 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
41655         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
41657 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
41659         [BZ #17363]
41660         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
41661         group if the current group is empty.
41663 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41665         * benchtests/bench-memset.c (test_main): Add more test from size
41666         from 32 to 512 bytes.
41667         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
41668         Add POWER8 memset object.
41669         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
41670         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
41671         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
41672         implementation.
41673         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
41674         Likewise.
41675         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
41676         multiarch POWER8 memset optimization.
41677         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
41678         POWER8 memset optimization.
41680         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
41681         Remove bzero multiarch objects.
41682         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
41683         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
41684         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
41685         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
41686         Remove define.
41687         [__bzero]: Redefine to specific name.
41688         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
41689         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
41690         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
41691         define.
41692         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
41693         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
41695 2014-09-10  Florian Weimer  <fweimer@redhat.com>
41697         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
41698         warnings into errors.
41700         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
41701         __cxa_thread_atexit_impl prototype.
41703 2014-09-09  Steve Ellcey  <sellcey@mips.com>
41705         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
41706         Fix capitalization of error message.
41708 2014-09-09  Steve Ellcey  <sellcey@mips.com>
41710         * sysdeps/mips/preconfigure: Modify ABI tests.
41712 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
41714         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
41716 2014-09-07  Roland McGrath  <roland@hack.frob.com>
41717             Carlos O'Donell  <carlos@systemhalted.org>
41719         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
41720         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
41721         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
41722         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
41723         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
41724         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
41725         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
41726         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
41727         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
41728         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
41729         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
41730         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
41731         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
41732         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
41733         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
41734         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
41735         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
41736         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
41737         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
41738         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
41739         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
41740         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
41741         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
41742         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
41743         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
41744         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
41745         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
41746         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
41747         Deconditionalize the code that was previously under [RESET_PID].
41748         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
41749         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
41750         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
41751         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
41752         include sysdep.h.
41754 2014-09-08  Allan McRae  <allan@archlinux.org>
41756         * version.h (RELEASE): Set to "development".
41757         (VERSION): Set to "2.20.90"
41759 2014-09-07  Allan McRae  <allan@archlinux.org
41761         * version.h (RELEASE): Set to "stable".
41762         (VERSION): Set to "2.20"
41763         * include/features.h (__GLIBC_MINOR__): Set to 20.
41765         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
41766         Liebler.
41768         * po/ko.po: Update Korean translation from translation project.
41770 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
41772         [BZ #17354]
41773         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
41774         macro for handling signed relocations.
41776 2014-09-03  Florian Weimer  <fweimer@redhat.com>
41778         [BZ #17325]
41779         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
41780         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
41781         assert.
41782         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
41783         * iconvdata/ibm935.c (BODY): Likewise.
41784         * iconvdata/ibm937.c (BODY): Likewise.
41785         * iconvdata/ibm939.c (BODY): Likewise.
41786         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
41787         assert.
41788         * iconvdata/Makefile (iconv-test.out): Pass module list to test
41789         script.
41790         * iconvdata/run-iconv-test.sh: New test loop for checking for
41791         decoder crashers.
41793 2014-09-02  Khem Raj  <raj.khem@gmail.com>
41795         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
41796         libm_hidden_ver.
41798 2014-09-01  Allan McRae  <allan@archlinux.org>
41800         * po/eo.po: Update Esperanto translation from translation project.
41802         * po/ca.po: Update Catalan translation from translation project.
41804 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41806         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
41807         __proc_dostop call.
41809 2014-08-27  Mark Wielaard  <mjw@redhat.com>
41811         [BZ #17319]
41812         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
41813         to call set_thread_area instead of hand written asm.
41814         (__NR_set_thread_area): Removed define.
41815         (TLS_FLAG_WRITABLE): Likewise.
41816         (__ASSUME_SET_THREAD_AREA): Remove check.
41817         (TLS_EBX_ARG): Remove define.
41818         (TLS_LOAD_EBX): Likewise.
41820 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
41822         Simplify atomicity of socket creation in bind.
41824         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
41825         looking up the name after linking the file.
41827 2014-08-27  Allan McRae  <allan@archlinux.org>
41829         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41831 2014-08-26  Florian Weimer  <fweimer@redhat.com>
41833         [BZ #17187]
41834         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
41835         trans_compare, open_translit, __gconv_translit_find):
41836         Remove module loading code.
41838 2014-08-26  Allan McRae  <allan@archlinux.org>
41840         * po/vi.po: Update Vietnamese translation from translation project.
41842         * po/uk.po: Update Ukrainian translation from translation project.
41844         * po/fr.po: Update French translation from translation project.
41846         * po/ru.po: Update Russian translation from translation project.
41848         * po/pl.po: Update Polish translation from translation project.
41850         * po/cs.po: Update Czech translation from translation project.
41852         * po/de.po: Update German translation from translation project.
41854         * po/bg.po: Update Bulgarian translation from translation project.
41856         * po/sv.po: Update Sweedish translation from translation project.
41858         * po/nl.po: Update Dutch translation from translation project.
41860         * po/es.po: Update Spanish translation from translation project.
41862 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
41864         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
41866         * catgets/Makefile (CPPFLAGS-gencat): Remove.
41867         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
41868         (CPPFLAGS-iconvconfig): Likewise.
41869         * timezone/Makefile (CPPFLAGS-zic): Likewise.
41871         * include/libc-symbols.h: Remove unnecessary check for
41872         NOT_IN_libc.
41873         * nptl/pthreadP.h: Likewise.
41874         * sysdeps/aarch64/setjmp.S: Likewise.
41875         * sysdeps/alpha/setjmp.S: Likewise.
41876         * sysdeps/arm/sysdep.h: Likewise.
41877         * sysdeps/i386/setjmp.S: Likewise.
41878         * sysdeps/m68k/setjmp.c: Likewise.
41879         * sysdeps/posix/getcwd.c: Likewise.
41880         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
41881         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
41882         * sysdeps/s390/s390-32/setjmp.S: Likewise.
41883         * sysdeps/s390/s390-64/setjmp.S: Likewise.
41884         * sysdeps/sh/sh3/setjmp.S: Likewise.
41885         * sysdeps/sh/sh4/setjmp.S: Likewise.
41886         * sysdeps/unix/alpha/sysdep.h: Likewise.
41887         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
41888         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
41889         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
41890         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
41891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
41892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
41893         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
41894         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
41895         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
41896         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41897         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41898         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
41899         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
41900         * sysdeps/x86_64/setjmp.S: Likewise.
41902 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
41904         [BZ #17263]
41905         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
41906         <stdint.h>.
41907         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
41908         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
41910 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
41912         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
41914         [BZ #17262]
41915         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
41916         and __x86_64__ when disabling x87 inline functions.
41918 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
41920         [BZ #17259]
41921         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
41922         asm statement with __cpuid_count.
41924 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
41926         * configure.ac: Change __ehdr_start code to dereference the struct.
41927         Run readelf on the output to look for relocations.
41928         * configure: Regenerated.
41930 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
41932         [BZ #17261]
41933         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
41934         value to 0.
41935         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
41937 2014-08-12  Roland McGrath  <roland@hack.frob.com>
41939         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
41941 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
41943         [BZ #16892]
41944         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
41945         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
41947 2014-08-12  Sean Anderson  <seanga2@gmail.com>
41949         * malloc/malloc.c: Fix typo in comment.
41951 2014-08-09  Allan McRae  <allan@archlinux.org>
41953         * Regenerate libc.po.
41955 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
41957         * intl/tst-gettext2.sh: Check every lang file for creation.
41959 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
41961         * sysdeps/aarch64/fpu/math_private.h
41962         (libc_feholdsetround_noex_aarch64_ctx): New function.
41964 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
41966         * sysdeps/arm/armv6/strcpy.S (strcpy):
41967         Fix performance issue in misaligned cases.
41969 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41971         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
41972         Move definition from termios.h.
41973         (struct termio): Likewise.
41974         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
41975         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
41976         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
41977         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
41978         Likewise.
41979         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
41980         Move definition to ioctl-types.h
41981         (struct termio): Likewise.
41982         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
41983         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
41984         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
41985         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
41986         Likewise.
41988 2014-08-05  Richard Henderson  <rth@redhat.com>
41990         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
41991         exceptions.
41992         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
41993         Add fraiseexcpt.
41994         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
41995         Use __feraiseexcept.
41996         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
41997         Protect libm symbols with IS_IN_libm.
41999         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
42001 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
42003         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
42005 2014-08-04  Will Newton  <will.newton@linaro.org>
42007         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
42008         file.
42010 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
42012         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
42013         variants for each function.
42015 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42017         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
42018         appended ...
42019         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
42020         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
42021         appended ...
42022         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
42023         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
42024         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
42025         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
42026         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
42027         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
42028         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
42029         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
42030         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
42031         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
42032         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
42033         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
42034         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
42035         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
42036         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
42037         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
42038         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
42039         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
42040         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
42041         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
42042         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
42043         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
42044         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
42045         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
42046         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
42047         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
42048         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
42049         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
42050         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
42051         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
42052         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
42053         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
42054         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
42055         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
42056         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
42057         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
42058         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
42059         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
42060         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
42061         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
42062         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
42063         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
42064         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
42065         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
42066         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
42067         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
42068         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
42069         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
42070         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
42071         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
42072         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
42073         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
42074         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
42075         Update #include.
42076         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
42077         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
42079 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42081         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
42082         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
42083         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
42084         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
42085         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
42086         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
42088 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42090         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
42091         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
42092         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
42093         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
42095 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42097         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
42098         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
42099         (__libc_vfork): Define function under this name.
42100         (__vfork): Define as an alias.
42101         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
42102         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
42104 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42106         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
42107         that was previously under [RESET_PID].
42108         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
42110 2014-08-04  Andreas Schwab  <schwab@suse.de>
42112         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
42114 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
42116         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
42117         (main): Likewise.
42119 2014-08-01  Roland McGrath  <roland@hack.frob.com>
42121         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
42123 2014-08-01  Richard Henderon  <rth@redhat.com>
42125         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
42126         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
42127         typo in exact zero test.
42128         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
42129         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
42130         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42132 2014-08-01  Roland McGrath  <roland@hack.frob.com>
42134         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
42135         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
42136         * sysdeps/arm/sysdep.h: ... here.
42137         [!__ASSEMBLER__]: Include <stdint.h>.
42139 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
42141         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
42142         (HAVE_WCTYPE_H): Likewise.
42143         (HAVE_ISWCTYPE): Likewise.
42144         (ENABLE_NLS): Likewise.
42145         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
42146         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
42148         * posix/regex_internal.c: Check if DEBUG is defined and is
42149         set.
42151         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
42152         (HAVE_MBSRTOWCS): Likewise.
42153         * posix/fnmatch.c: Include string.h unconditionally.
42155 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
42157         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
42158         reversal.
42160 2014-07-31  Roland McGrath  <roland@hack.frob.com>
42162         * sysdeps/generic/safe-fatal.h: New file.
42163         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
42164         * nptl/forward.c: Include it.
42165         (__pthread_unwind): Use __safe_fatal as default action, rather
42166         than a bogus use of INTERNAL_SYSCALL that could never work.
42168         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
42169         * configure.ac (libc_cv_builtin_trap): New test.
42170         * configure: Regenerated.
42171         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
42172         (ABORT_INSTRUCTION): Define using __builtin_trap.
42174         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
42175         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
42176         * sysdeps/nptl/nptl-signals.h: New file.
42177         * nptl/pthreadP.h: Include <nptl-signals.h>.
42179 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
42181         * sysdeps/s390/s390-64/utf16-utf32-z9.c
42182         (ONE_DIRECTION): Define.
42183         * sysdeps/s390/s390-64/utf8-utf16-z9.c
42184         (ONE_DIRECTION): Define.
42185         * sysdeps/s390/s390-64/utf8-utf32-z9.c
42186         (ONE_DIRECTION): Define.
42188 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
42190         * sysdeps/s390/Makefile: Delete file.
42191         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
42192         * sysdeps/s390/__longjmp.c: Delete file.
42193         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
42194         Remove fields __flags and __reserved.
42195         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
42196         and add versioning.
42197         * sysdeps/s390/rtld-__longjmp.c: Delete file.
42198         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
42199         * sysdeps/s390/rtld-setjmp.S: Likewise.
42200         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
42201         * sysdeps/s390/s390-32/__longjmp.c: ... here.
42202         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
42203         * sysdeps/s390/s390-32/setjmp.S: ... here.
42204         Add versioning.
42205         (__sigsetjmp): Remove setting __flags field.
42206         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
42207         * sysdeps/s390/s390-64/__longjmp.c: ... here.
42208         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
42209         * sysdeps/s390/s390-64/setjmp.S: ... here.
42210         Add versioning.
42211         (__sigsetjmp): Remove setting __flags field.
42212         * sysdeps/s390/setjmp.S: Delete file.
42213         * sysdeps/s390/sigjmp.c: Likewise.
42214         * sysdeps/s390/v1-longjmp.c: Likewise.
42215         * sysdeps/s390/v1-setjmp.h: Likewise.
42216         * sysdeps/s390/v1-sigjmp.c: Likewise.
42217         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
42218         Remove v1-longjmp_chk.
42219         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
42220         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
42221         Include debug/longjmp_chk.c and add versioning.
42222         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
42223         Include nptl/pt-longjmp.c and add versioning.
42224         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
42225         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
42226         Include __longjmp.c.
42227         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
42228         Move to ...
42229         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
42230         (__getcontext): Remove setting __flags field.
42231         Add versioning.
42232         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
42233         Don't restore upper high grps.
42234         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
42235         Likewise.
42236         (__swapcontext): Remove setting uc_flags field.
42237         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
42238         Delete file.
42239         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
42240         Include __longjmp.c.
42241         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
42242         Move to ...
42243         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
42244         (__getcontext): Remove setting __flags field.
42245         Add versioning.
42246         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
42247         (__swapcontext): Remove setting uc_flags field.
42248         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
42249         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
42250         Remove fields uc_high_gprs and __reserved.
42251         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
42252         New file with reverted content.
42253         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
42254         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
42255         Regenerated.
42256         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
42257         Regenerated.
42259 2014-07-31  Andreas Schwab  <schwab@suse.de>
42261         * config.h.in (HAVE_IFUNC): Define to 0.
42262         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
42263         definedness.
42265 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
42267         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
42268         memmove-avx-unaligned, memcpy-avx-unaligned and
42269         mempcpy-avx-unaligned.
42270         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
42271         Add tests for AVX memcpy functions.
42272         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
42273         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
42274         memcpy_chk.
42275         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
42276         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
42277         memmove_chk.
42278         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
42279         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
42280         mempcpy_chk.
42281         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
42282         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
42283         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
42285 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42287         [BZ #17213]
42288         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
42289         powerpc64le.
42291 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
42293         [BZ #16839]
42294         * manual/llio.texi: Add section about open file description locks.
42295         * manual/examples/ofdlocks.c: Example of open file description
42296         lock usage.
42297         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
42298         F_OFD_SETLK, and F_OFD_SETLKW.
42300 2014-07-23  Allan McRae  <allan@archlinux.org>
42302         * po/es.po: Update Spanish translation from translation project.
42304 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
42306         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
42308 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
42310         [BZ #17078]
42311         * sysdeps/arm/dl-machine.h (elf_machine_rela)
42312         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
42313         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
42315 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
42317         [BZ #17088]
42318         * math/fesetenv.c (__fesetenv)
42319         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
42320         * math/feupdateenv.c (__feupdateenv)
42321         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
42323         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
42324         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
42325         (__ASSUME_SOCKETCALL): Do not define.
42327         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
42328         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
42329         (__ASSUME_SOCKETCALL): Do not define.
42330         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
42331         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
42332         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
42333         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
42334         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
42335         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
42336         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
42337         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
42339         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
42340         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
42341         (__ASSUME_SOCKETCALL): Do not define.
42342         (__ASSUME_IPC64): Define unconditionally.
42343         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
42344         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
42345         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
42346         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
42347         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
42348         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
42349         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
42350         Likewise.
42352         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
42353         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
42354         (__ASSUME_SOCKETCALL): Do not define.
42355         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
42356         (__ASSUME_FUTEX_LOCK_PI): Likewise.
42357         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
42358         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
42359         (__ASSUME_REQUEUE_PI): Define unconditionally.
42360         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
42361         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
42362         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
42363         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
42364         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
42365         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
42367         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
42368         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
42369         (__ASSUME_SOCKETCALL): Do not define.
42370         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
42371         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
42372         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
42373         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
42374         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
42375         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
42377         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
42378         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
42379         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
42380         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
42381         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
42382         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
42383         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
42384         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
42385         (__ASSUME_GETCPU_SYSCALL): Likewise.
42387         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
42388         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
42389         cases for individual architectures.
42390         * sysdeps/gnu/configure: Regenerated.
42391         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
42392         LIBC_SLIBDIR_RTLDDIR.
42393         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
42394         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
42395         LIBC_SLIBDIR_RTLDDIR.
42396         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
42397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
42398         LIBC_SLIBDIR_RTLDDIR.
42399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
42400         Regenerated.
42401         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
42402         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
42403         file.
42404         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
42405         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
42406         file.
42407         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
42408         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
42409         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
42410         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
42412         * sysdeps/aarch64/shlib-versions: Move to ...
42413         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
42414         * sysdeps/alpha/shlib-versions: Move to ...
42415         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
42416         * sysdeps/arm/shlib-versions: Move to ...
42417         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
42418         * sysdeps/hppa/shlib-versions: Move all contents except for
42419         libgcc_s entry to ...
42420         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
42421         entry from ...
42422         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
42423         * sysdeps/ia64/shlib-versions: Move to ...
42424         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
42425         entry from ...
42426         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
42427         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
42428         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
42429         * sysdeps/microblaze/shlib-versions: Move to ...
42430         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
42431         * sysdeps/mips/shlib-versions: Move to ...
42432         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
42433         entry from ...
42434         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
42435         * sysdeps/tile/shlib-versions: Move to ...
42436         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
42437         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
42438         from ...
42439         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
42440         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
42441         entry from ...
42442         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
42444 2014-07-17  Will Newton  <will.newton@linaro.org>
42446         * sysdeps/arm/bits/atomic.h
42447         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
42448         (__arch_compare_and_exchange_bool_16_int): Likewise.
42449         (__arch_compare_and_exchange_bool_64_int): Likewise.
42451         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
42452         into an #else block.
42454 2014-07-16  Roland McGrath  <roland@hack.frob.com>
42456         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
42457         just Linux configurations.  Test empirically that the compiler sets
42458         __ARM_EABI__, rather than using the tuple to decide.
42459         * sysdeps/arm/preconfigure: Regenerated.
42460         * sysdeps/unix/sysv/linux/arm/configure: File removed.
42461         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
42462         contents appended ...
42463         * sysdeps/arm/configure.ac: ... here.
42464         * sysdeps/arm/configure: Regenerated.
42466 2014-07-15  Roland McGrath  <roland@hack.frob.com>
42468         * nptl/pthread_kill.c: New file.
42469         * nptl/pthread_sigmask.c: New file.
42470         * nptl/pthread_sigqueue.c: New file.
42472         * sysdeps/nptl/lowlevellock.h: New file.
42473         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
42474         * sysdeps/nptl/lowlevellock-futex.h: New file.
42476         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
42477         Remove dead declarations.
42479 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
42481         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
42482         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
42483         config-cflags-avx2.
42484         * sysdeps/x86_64/configure.ac: Likewise.
42485         * sysdeps/i386/configure: Regenerated.
42486         * sysdeps/x86_64/configure: Likewise.
42487         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
42488         memset-avx2 only if config-cflags-avx2 is yes.
42489         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
42490         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
42491         defined.
42492         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
42493         only if HAVE_AVX2_SUPPORT is defined.
42494         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
42496 2014-07-14  Alan Modra  <amodra@gmail.com>
42498         [BZ #17153]
42499         * elf/elf.h (DT_PPC64_NUM): Correct value.
42500         * NEWS: Add to fixed bug list.
42502 2014-07-13  Jim Meyering  <meyering@fb.com>
42504         [BZ 17150]
42505         regex: don't deref NULL upon heap allocation failure
42506         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
42507         failure in one more place.
42508         To trigger the segfault, configure grep -with-included-regex,
42509         build it, and run these commands:
42510         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
42512 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
42514         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
42516 2014-07-11  Richard Henderson  <rth@redhat.com>
42518         * sysdeps/aarch64/libm-test-ulps: Update.
42520 2014-07-10  Florian Weimer  <fweimer@redhat.com>
42522         [BZ #17135]
42523         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
42524         * nptl/allocatestack.c (__nptl_setxid_error): New function.
42525         (__nptl_setxid): Initialize error member.  Call
42526         __nptl_setxid_error.
42527         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
42528         * nptl/descr.h (struct xid_command): Add error member.
42529         * nptl/tst-setuid3.c: New file.
42530         * nptl/Makefile (tests): Add it.
42532 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42534         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
42535         New define.
42536         (__lll_trylock): Use __lll_base_trylock.
42537         (__lll_cond_trylock): Likewise.
42539 2014-07-10  Roland McGrath  <roland@hack.frob.com>
42541         * nptl/pthread_create.c (start_thread): Use atomic_or and
42542         lll_futex_wake directly rather than lll_robust_dead.
42543         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
42544         (lll_robust_dead): Macro removed.
42545         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
42546         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
42547         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
42548         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
42549         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
42550         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
42551         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
42552         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
42553         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
42554         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
42555         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
42556         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
42557         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
42558         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
42559         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
42561         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
42562         Use atomic_compare_and_exchange_val_acq directly rather than
42563         lll_robust_trylock.
42564         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
42565         (__lll_robust_trylock, lll_robust_trylock): Removed.
42566         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
42567         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
42568         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
42569         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
42570         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
42571         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
42572         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
42573         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
42574         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
42575         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
42576         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
42577         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
42578         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
42579         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
42581 2014-07-02  Florian Weimer  <fweimer@redhat.com>
42583         * manual/locale.texi (Locale Names): New section documenting
42584         locale name syntax.  Adjust menu and node chaining accordingly.
42585         (Choosing Locale): Reference Locale Names, Locale Categories.
42586         Mention setting LC_ALL=C.  Reflect that name syntax is now
42587         documented.
42588         (Locale Categories): New section title.  Reference Locale Names.
42589         LC_ALL is an environment variable, but not a category.
42590         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
42591         description, now in Locale Name.  Reference that section.  Locale
42592         name syntax is now documented.
42594 2014-07-02  Florian Weimer  <fweimer@redhat.com>
42596         [BZ #17137]
42597         * locale/findlocale.c (name_present, valid_locale_name): New
42598         functions.
42599         (_nl_find_locale): Use the loc_name variable to store name
42600         candidates.  Call name_present and valid_locale_name to check and
42601         validate locale names.  Return an error if the locale is invalid.
42603 2014-07-02  Florian Weimer  <fweimer@redhat.com>
42605         * locale/setlocale.c (setlocale): Use strdup for allocating
42606         composite name copy.
42608 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42610         Sync up with gnulib.
42611         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
42612         [!_LIBC && ENABLE_NLS]: Include gettext.h.
42613         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
42614         and _GL_ARG_NONNULL.
42615         [USE_UNLOCKED_IO]: Include unlocked-io.h.
42616         [!_LIBC]: Include code for Windows and Cygwin.
42617         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
42618         Include prototype for int strerror_r.
42619         [!_LIBC] (is_open): New function.
42620         (flush_stdout): New function.
42621         (print_errno_message): Use it.
42622         (error): Likewise.
42623         (error_at_line): Likewise.
42624         (error_tail) Add function attribute macros.  Use
42625         __builtin_expect.
42627         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
42629         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
42631         * io/ftw.c: Include sys/param.h unconditionally.
42633         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
42635         [BZ #17125]
42636         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
42637         libc_freeres_ptr.
42638         (freecache): New function to free CACHE on exit.
42640         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
42641         initialization.
42643 2014-07-09  David S. Miller  <davem@davemloft.net>
42645         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42647         * sysdeps/sparc/nptl/internaltypes.h: Delete.
42648         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
42649         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
42650         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
42651         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
42652         * sysdeps/sparc/nptl/sem_init.c: Likewise.
42653         * sysdeps/sparc/nptl/sem_post.c: Likewise.
42654         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
42655         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
42656         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
42657         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
42658         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
42659         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
42661 2014-07-09  Andreas Schwab  <schwab@suse.de>
42663         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
42664         output.
42665         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
42666         (do_test): Likewise.
42668         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
42670 2014-07-09  Will Newton  <will.newton@linaro.org>
42672         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
42673         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
42674         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
42675         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
42676         * sysdeps/hppa/start.S (_start): Likewise.
42678 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
42680         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
42682         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
42683         defined.
42685 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
42687         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
42688         after checking that it is non-NULL.
42690         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
42692 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42694         * sysdeps/powerpc/memmove.c: Remove file.
42695         * sysdeps/powerpc/powerpc32/power4/memcopy.h
42696         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
42697         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
42698         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
42699         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
42700         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
42701         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
42702         string memmove instead of removed powerpc one.
42704         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
42705         [weak_alias]: Fix compiler warning due trailing data.
42706         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
42707         [weak_alias]: Likewise.
42708         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
42709         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
42711         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
42712         (__libc_ifunc_impl_list): Add memmove functions.
42714 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
42716         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
42717         Remove code.
42718         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
42719         Likewise.
42720         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
42721         Likewise.
42722         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
42723         Likewise.
42724         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
42725         Likewise.
42726         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
42727         Likewise.
42728         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
42729         Likewise.
42730         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
42731         Likewise.
42732         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
42733         Likewise.
42734         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
42735         Likewise.
42736         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
42737         Likewise.
42738         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
42739         Likewise.
42740         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
42741         Likewise.
42742         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
42743         Likewise.
42744         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
42745         Likewise.
42746         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
42747         Likewise.
42748         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
42749         Likewise.
42751 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42753         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
42754         to avoid alignment traps in non-cacheable memory.
42755         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
42757         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
42758         multiarch objects.
42759         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
42760         file: multiarch power7 memmove.
42761         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
42762         multiarch default memmove.
42763         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
42764         multiarch memove for powerpc32/power4.
42766         * string/bcopy.c: Use full path to include memmove.c.
42767         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
42768         multiarch objects.
42769         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
42770         bcopy for powerpc64.
42771         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
42772         bcopy for powerpc64.
42773         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
42774         and memmove implementations.
42775         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
42776         optimized multiarch memmove for POWER7/powerpc64.
42777         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
42778         default multiarch memmove for powerpc64.
42779         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
42780         multiarch for powerpc64.
42781         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
42782         for POWER7/powerpc64.
42783         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
42784         memmove for POWER7/powerpc64.
42786         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
42787         glibc default one.
42789         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
42790         __ELF_NATIVE_CLASS equal to 64.
42792 2014-07-07  Roland McGrath  <roland@hack.frob.com>
42794         * sysdeps/nptl/lowlevellock.h: File removed.
42796         * NEWS: NPTL is no longer an add-on!
42797         * nptl/internaltypes.h: Moved ...
42798         * sysdeps/nptl/internaltypes.h: ... here.
42799         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
42800         * sysdeps/nptl/fork.c: Likewise.
42801         * sysdeps/nptl/gai_misc.h: Likewise.
42802         * sysdeps/nptl/librt-cancellation.c: Likewise.
42803         * sysdeps/nptl/jmp-unwind.c: Likewise.
42804         * sysdeps/nptl/setxid.h: Likewise.
42805         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
42806         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
42807         * sysdeps/unix/sysv/linux/arm/Implies: New file.
42808         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
42809         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
42810         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
42811         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
42812         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
42813         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
42814         * sysdeps/unix/sysv/linux/mips/Implies: New file.
42815         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
42816         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
42817         * sysdeps/unix/sysv/linux/sh/Implies: New file.
42818         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
42819         * sysdeps/unix/sysv/linux/tile/Implies: New file.
42820         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
42821         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
42822         * nptl/Makeconfig: Moved ...
42823         * sysdeps/nptl/Makeconfig: ... here.
42824         * nptl/configure: File removed.
42825         * nptl/ANNOUNCE: File removed.
42826         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
42827         * sysdeps/unix/sysv/linux/configure: Regenerated.
42829         * nptl/Makefile (routines): Add libc_pthread_init,
42830         libc_multiple_threads, register-atfork and unregister-atfork.
42831         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
42832         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
42833         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
42834         pthread-pi-defines.sym, structsem.sym.
42835         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
42836         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
42837         [$(subdir) = nptl] (tests): Add tst-setgetname.
42838         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
42839         * sysdeps/unix/sysv/linux/sigaction.c: Just include
42840         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
42841         [!LIBC_SIGACTION]: Remove aliases.
42842         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
42843         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
42844         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
42845         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
42846         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
42847         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
42848         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42849         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42850         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
42851         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
42852         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
42853         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
42854         __libc_allocate_rtsig_private.
42855         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
42856         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
42857         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
42858         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
42859         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
42860         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
42861         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
42862         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
42863         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
42864         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
42865         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
42866         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
42867         * nptl/internaltypes.h: ... here.
42868         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
42869         * sysdeps/nptl/jmp-unwind.c: ... here.
42870         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
42871         * nptl/libc-lowlevellock.c: ... here.
42872         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
42873         * nptl/libc_multiple_threads.c: ... here.
42874         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
42875         * nptl/libc_pthread_init.c: ... here.
42876         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
42877         * nptl/lowlevelbarrier.sym: ... here.
42878         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
42879         * nptl/lowlevelcond.sym: ... here.
42880         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
42881         * nptl/lowlevellock.c: ... here.
42882         * nptl/lowlevellock.h: Moved ...
42883         * sysdeps/nptl/lowlevellock.h: ... here.
42884         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
42885         * nptl/lowlevelrobustlock.c: ... here.
42886         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
42887         * nptl/lowlevelrobustlock.sym: ... here.
42888         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
42889         * nptl/lowlevelrwlock.sym: ... here.
42890         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
42891         * nptl/pt-fork.c: ... here.
42892         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
42893         * nptl/pthread-pi-defines.sym: ... here.
42894         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
42895         * nptl/pthread_attr_getaffinity.c: ... here.
42896         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
42897         * nptl/pthread_attr_setaffinity.c: ... here.
42898         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
42899         * nptl/pthread_mutex_cond_lock.c: ... here.
42900         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
42901         Update #include.
42902         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
42903         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
42904         * nptl/pthread_once.c: ... here, replacing old file.
42905         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
42906         * nptl/pthread_yield.c: ... here.
42907         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
42908         * nptl/register-atfork.c: ... here.
42909         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
42910         * nptl/sem_post.c: ... here.
42911         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
42912         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
42913         * nptl/sem_timedwait.c: ... here.
42914         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
42915         * nptl/sem_trywait.c: ... here.
42916         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
42917         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
42918         * nptl/sem_wait.c: ... here.
42919         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
42920         * nptl/structsem.sym: ... here.
42921         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
42922         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
42923         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
42924         * nptl/unregister-atfork.c: ... here.
42925         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
42926         * nptl/unwindbuf.sym: ... here.
42927         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
42928         * sysdeps/nptl/fork.c: ... here.
42929         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
42930         * sysdeps/nptl/fork.h: ... here.
42931         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
42932         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
42933         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
42934         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
42935         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
42936         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
42937         * sysdeps/unix/sysv/linux/getpid.c: ... here.
42938         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
42939         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
42940         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
42941         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
42942         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
42943         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
42944         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
42945         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
42946         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
42947         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
42948         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
42949         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
42950         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
42951         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
42952         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
42953         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
42954         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
42955         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
42956         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
42957         * sysdeps/unix/sysv/linux/raise.c: ... here.
42958         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
42959         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
42960         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
42961         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
42962         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
42963         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
42964         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
42965         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
42966         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
42967         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
42968         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
42969         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
42970         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
42971         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
42972         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
42974 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42976         * sysdeps/generic/memcopy.h: Add comment for
42977         MEMCPY_OK_FOR_FWD_MEMMOVE.
42979 2014-07-04  Will Newton  <will.newton@linaro.org>
42981         * string/memchr.c: Merge from gnulib.
42982         [_LIBC]: Remove conditionals.
42983         (__ptr_t): Remove define.
42984         (LONG_MAX_32_BITS): Likewise.
42985         (LONG_MAX): Likewise.
42986         (MEMCHR): Use ANSI prototype and optimize algorithm.
42988         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
42990 2014-07-03  Roland McGrath  <roland@hack.frob.com>
42992         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
42993         (lll_futex_timed_wait_bitset): Fix syscall argument count.
42995         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
42996         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
42997         in a bare environment with no <stdlib.h> installed.
42998         * sysdeps/nptl/configure: Regenerated.
43000         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
43002         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
43003         AC_EGREP_CPP for kernel header checks, so they only succeed if
43004         including <linux/version.h> actually works right.
43005         * sysdeps/unix/sysv/linux/configure: Regenerated.
43007         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
43008         value so it's not diagnosed as unused.
43010         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
43011         thing) with "ifeq ($(subdir),rt)".
43013 2014-07-03  Richard Henderson  <rth@redhat.com>
43015         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
43016         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
43017         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
43019         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
43020         (math_force_eval): New.
43022         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
43023         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
43025         * sysdeps/alpha/fpu/s_round.c: Remove file.
43026         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
43028         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
43029         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
43030         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
43031         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
43032         (_dl_start, print_statistics): Likewise.
43033         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
43034         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
43036         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43037         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43038         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43039         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43040         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
43041         (HP_SMALL_TIMING_AVAIL): Define.
43042         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43043         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
43044         (HP_SMALL_TIMING_AVAIL): Define.
43045         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43046         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43048         * sysdeps/aarch64/hp-timing.h: New file.
43050         * sysdeps/generic/hp-timing.h: Remove dead comment.
43051         * sysdeps/generic/hp-timing-common.h: New file.
43052         * sysdeps/alpha/hp-timing.h: Include it.
43053         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
43054         * sysdeps/i386/i686/hp-timing.h: Likewise.
43055         * sysdeps/ia64/hp-timing.h: Likewise.
43056         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43057         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43058         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43059         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43060         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
43061         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
43062         (hp_timing_t): New.
43064         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
43065         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
43066         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
43067         * elf/rtld.c (_dl_start_final): Likewise.
43068         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
43069         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43070         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43071         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43072         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43073         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
43074         (HP_TIMING_DIFF_INIT): Remove.
43075         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43076         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
43077         (HP_TIMING_DIFF_INIT): Remove.
43078         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43079         * sysdeps/i386/i686/hp-timing.c: Remove file.
43080         * sysdeps/x86_64/hp-timing.c: Remove file.
43081         * sysdeps/ia64/hp-timing.c: Remove file.
43082         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
43083         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
43084         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
43085         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
43087         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
43088         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
43089         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
43090         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
43091         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
43092         (HP_TIMING_ACCUM): Remove.
43093         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
43094         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
43095         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
43097         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
43098         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
43099         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
43100         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
43101         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
43102         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
43103         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
43104         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
43106         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
43108 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
43110         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
43112 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43114         Sync up with gettext.
43115         * intl/loadmsgcat.c: Define O_BINARY if not defined.
43116         [_MSC_VER]: Include malloc.h
43117         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
43118         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
43119         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
43120         TEMP_FAILURE_RETRY.  Cast return of alloca.
43121         [!_LIBC] Call gl_rwlock_init.
43122         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
43124 2014-07-02  Roland McGrath  <roland@hack.frob.com>
43126         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
43127         before checking its value.
43129 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43131         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
43133         * debug/memcpy_chk.c: Don't include pagecopy.h.
43134         * debug/mempcpy_chk.c: Likewise.
43135         * string/memcpy.c: Likewise.
43136         * string/memmove.c: Likewise.
43137         * sysdeps/powerpc/memmove.c: Likewise.
43138         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
43139         definition of PAGE_COPY_FWD_MAYBE here...
43140         * sysdeps/generic/pagecopy.h: ... from here.
43141         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
43143 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
43144             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43146         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
43147         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
43148         optimizations.
43149         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
43150         (__libc_ifunc_impl_list): Likewise.
43151         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
43152         multiarch strcat for PPC64.
43153         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
43154         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
43156 2014-07-02  Roland McGrath  <roland@hack.frob.com>
43158         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
43160 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43162         * intl/loadmsgcat.c: Remove declaration of
43163         get_sysdep_segment_value.
43164         (get_sysdep_segment_value): Use ISO C style.
43165         (_nl_load_domain): Use ISO C style.  Get rid of redundant
43166         semicolon.  Fix typo and formatting in comment.
43167         (_nl_unload_domain): Use ISO C style.
43169         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
43171 2014-07-02  Will Newton  <will.newton@linaro.org>
43173         * malloc/obstack.c: Merge from gnulib master.
43174         [HAVE_CONFIG_H]: Remove conditional code.
43175         [!_LIBC]: Include config.h.
43176         [!ELIDE_CODE]: Don't include inttypes.h, include
43177         stdint.h unconditionally.
43178         (print_and_abort): Mark as _Noreturn.
43179         (_obstack_allocated_p): Mark as __attribute_pure__.
43180         (obstack_free): Rename to __obstack_free.
43181         [!__attribute__]: Remove conditional code.
43182         * malloc/obstack.h: Merge from gnulib master.
43183         [__cplusplus]: Move conditional down.
43184         [!__attribute_pure__]: Define __attribute_pure__ here
43185         if it is not already defined.
43186         (_obstack_memory_used): Mark as __attribute_pure__.
43187         [!__obstack_free]: Define as obstack_free.
43188         [__GNUC__]: Remove check for ancient NeXT gcc.
43190 2014-07-02  Will Newton  <will.newton@linaro.org>
43191             Paul Eggert  <eggert@cs.ucla.edu>
43193         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
43195 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43197         * resolv/gethnamaddr.c: Add comment warning that the file is
43198         not maintained.
43200 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
43202         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
43203         entries.
43205         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
43206         entry for aio_cancel and aio_cancel64.
43207         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
43208         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
43209         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
43210         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
43211         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
43212         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
43213         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
43214         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
43215         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
43216         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
43217         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
43218         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
43219         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
43221 2014-07-01  Roland McGrath  <roland@hack.frob.com>
43223         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
43224         * nptl/pthread_mutex_lock.c: Likewise.
43225         * nptl/pthread_mutex_timedlock.c: Likewise.
43226         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
43228 2014-07-01  Richard henderson  <rth@redhat.com>
43230         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
43231         (__isnan, __isnanl): Remove.
43232         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
43234         * sysdeps/alpha/fpu/libm-test-ulps: Update.
43236 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
43238         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
43240 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
43242         * resolv/nss_dns/dns-host.c (getanswer_r)
43243         [MULTI_PTRS_ARE_ALIASES]: Remove code.
43245 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
43247         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
43248         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
43249         undefine.
43250         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
43251         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
43253 2014-07-01  Roland McGrath <roland@hack.frob.com>
43255         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
43256         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
43258         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
43259         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
43261         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
43262         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
43263         ... here.
43264         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
43265         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
43267         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
43268         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
43269         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
43270         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
43272         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
43273         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
43274         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
43275         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
43276         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
43277         Moved ...
43278         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
43279         ... here.
43280         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
43281         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
43282         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
43283         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
43284         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
43285         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
43286         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
43287         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
43288         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
43289         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
43290         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
43291         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
43292         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
43293         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
43294         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
43295         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
43296         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
43297         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
43298         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
43299         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
43300         ... here.
43301         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
43302         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
43303         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
43304         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
43305         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
43306         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
43307         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
43308         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
43310 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
43312         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
43313         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
43314         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
43315         Add sysdep.
43317 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43319         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43321 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
43323         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
43324         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
43326         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
43328         * sysdeps/arm/libm-test-ulps: Regenerated.
43330 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
43331             Roland McGrath <roland@hack.frob.com>
43333         * test-skeleton.c (signal_handler): Kill the whole process group
43334         before killing the child individually.
43335         (main): Report any failure on `setpgid'.
43337 2014-06-30  Roland McGrath  <roland@hack.frob.com>
43339         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
43340         from _TLS_H to _ARM_NPTL_TLS_H.
43341         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
43342         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
43344 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
43346         [BZ #16539]
43347         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
43348         (__expm1l): Return argument unchanged when small but not
43349         subnormal.
43351         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
43352         include macro name.
43353         (_FP_UNPACK_RAW_1_P): Likewise.
43354         (_FP_PACK_RAW_1): Likewise.
43355         (_FP_PACK_RAW_1_P): Likewise.
43356         (_FP_MUL_MEAT_1_wide): Likewise.
43357         (_FP_MUL_MEAT_DW_1_hard): Likewise.
43358         (_FP_MUL_MEAT_1_hard): Likewise.
43359         (_FP_DIV_MEAT_1_imm): Likewise.
43360         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
43361         (_FP_DIV_MEAT_1_udiv): Likewise.
43362         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
43363         (_FP_UNPACK_RAW_2): Likewise.
43364         (_FP_UNPACK_RAW_2_P): Likewise.
43365         (_FP_PACK_RAW_2): Likewise.
43366         (_FP_PACK_RAW_2_P): Likewise.
43367         (_FP_MUL_MEAT_DW_2_wide): Likewise.
43368         (_FP_MUL_MEAT_2_wide): Likewise.
43369         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
43370         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
43371         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
43372         (_FP_MUL_MEAT_2_gmp): Likewise.
43373         (_FP_DIV_MEAT_2_udiv): Likewise.
43374         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
43375         (_FP_FRAC_SRL_4): Likewise.
43376         (_FP_FRAC_SRST_4): Likewise.
43377         (_FP_FRAC_SRS_4): Likewise.
43378         (_FP_UNPACK_RAW_4): Likewise.
43379         (_FP_UNPACK_RAW_4_P): Likewise.
43380         (_FP_PACK_RAW_4): Likewise.
43381         (_FP_PACK_RAW_4_P): Likewise.
43382         (_FP_MUL_MEAT_DW_4_wide): Likewise.
43383         (_FP_MUL_MEAT_4_wide): Likewise.
43384         (_FP_MUL_MEAT_4_gmp): Likewise.
43385         (umul_ppppmnnn): Likewise.
43386         (_FP_DIV_MEAT_4_udiv): Likewise.
43387         (__FP_FRAC_ADD_4): Likewise.
43388         (__FP_FRAC_SUB_3): Likewise.
43389         (__FP_FRAC_SUB_4): Likewise.
43390         (__FP_FRAC_DEC_3): Likewise.
43391         (__FP_FRAC_DEC_4): Likewise.
43392         (__FP_FRAC_ADDI_4): Likewise.
43393         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
43394         (_FP_FRAC_SRL_8): Likewise.
43395         (_FP_FRAC_SRS_8): Likewise.
43397         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
43398         include macro name.
43399         (FP_UNPACK_RAW_EP): Likewise.
43400         (FP_PACK_RAW_E): Likewise.
43401         (FP_PACK_RAW_EP): Likewise.
43402         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
43403         (_FP_ISSIGNAN): Likewise.
43404         (_FP_ADD_INTERNAL): Likewise.
43405         (_FP_FMA): Likewise.
43406         (_FP_CMP): Likewise.
43407         (_FP_SQRT): Likewise.
43408         (_FP_TO_INT): Likewise.
43409         (_FP_FROM_INT): Likewise.
43410         (FP_EXTEND): Likewise.
43411         (_FP_DIV_MEAT_N_loop): Likewise.
43413 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
43415         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
43416         throughout.
43418 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
43420         [BZ #17097]
43421         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
43422         result with correct sign in case of exponents that produce
43423         overflow except for X very close to 1.
43425 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
43427         mktime: merge #if/#ifdef usage from glibc
43428         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
43429         as that works with both Glibc's and Gnulib's style.
43430         See thread starting at Siddhesh Poyarekar's bug report at:
43431         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
43433 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43435         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
43436         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
43437         * sysdeps/tile/tilegx/memmove.c: Remove file.
43439 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
43441         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
43442         abi-name definition.
43443         * scripts/soversions.awk: Do not handle or generate ABI lines.
43444         * shlib-versions: Remove ABI entries.
43445         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
43446         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
43448 2014-06-27  Roland McGrath  <roland@hack.frob.com>
43450         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
43451         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
43452         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
43453         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
43454         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
43455         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
43456         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
43457         Moved ...
43458         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
43459         ... here.
43460         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
43461         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
43462         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
43463         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
43464         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
43465         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
43466         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
43467         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
43468         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
43469         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
43470         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
43471         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
43472         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
43473         Moved ...
43474         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
43475         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
43476         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
43477         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
43478         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
43479         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
43480         Moved ...
43481         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
43482         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
43483         Moved ...
43484         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
43485         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
43486         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
43487         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
43488         Moved ...
43489         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
43490         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
43491         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
43492         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
43493         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
43494         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
43495         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
43496         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
43497         Moved ...
43498         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
43499         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
43500         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
43501         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
43502         Moved ...
43503         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
43504         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
43505         Moved ...
43506         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
43507         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
43508         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
43509         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
43510         Moved ...
43511         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
43512         ... here.
43513         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
43514         Identical file removed.
43515         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
43516         Moved ...
43517         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
43518         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
43519         Identical file removed.
43520         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
43521         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
43522         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
43523         Moved ...
43524         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
43525         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
43526         Identical file removed.
43527         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
43528         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
43529         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
43530         Identical file removed.
43531         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
43532         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
43533         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
43534         Identical file removed.
43535         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
43536         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
43537         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
43538         Identical file removed.
43539         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
43540         Moved ...
43541         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
43542         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
43543         Identical file removed.
43544         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
43545         Moved ...
43546         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
43547         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
43548         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
43549         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
43550         Identical file removed.
43551         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
43552         Moved ...
43553         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
43554         ... here.
43555         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
43556         Identical file removed.
43557         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
43558         Moved ...
43559         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
43560         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
43561         Identical file removed.
43562         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
43563         Moved ...
43564         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
43565         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
43566         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
43567         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
43568         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
43569         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
43570         Moved ...
43571         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
43572         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
43573         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
43575         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
43576         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
43577         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
43578         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
43579         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
43581 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
43583         [BZ #17092]
43584         * nscd/nscd.c (monitor_child): Return exit status of child
43585         instead of return value from wait syscall.
43587 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
43589         * configure.ac (libc_commonpagesize): Remove variable.
43590         (libc_relro_required): Likewise.
43591         (libc_cv_z_relro): Remove configure test.
43592         * configure: Regenerated.
43593         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
43594         variable.
43595         (libc_relro_required): Likewise.
43596         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
43597         (libc_relro_required): Likewise.
43598         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
43599         (libc_relro_required): Likewise.
43600         * sysdeps/arm/preconfigure: Regenerated.
43601         * sysdeps/ia64/preconfigure: Remove file.
43602         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
43603         variable.
43604         (libc_relro_required): Likewise.
43606         [BZ #16561]
43607         [BZ #16562]
43608         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
43609         (__ieee754_yn): Set FE_TONEAREST mode internally and then
43610         recompute overflowing results in original rounding mode.
43611         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
43612         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
43613         recompute overflowing results in original rounding mode.
43614         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
43615         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
43616         recompute overflowing results in original rounding mode.
43617         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
43618         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
43619         recompute overflowing results in original rounding mode.
43620         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
43621         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
43622         recompute overflowing results in original rounding mode.
43623         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
43624         (libc_feholdsetround_ctx): New macro.
43625         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
43626         * sysdeps/i386/fpu/libm-test-ulps: Update.
43627         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
43629 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
43631         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
43632         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
43633         corresponding .cpsetup call.
43635 2014-06-26  Roland McGrath  <roland@hack.frob.com>
43637         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
43638         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
43639         * sysdeps/arm/Makefile [$(subdir) = csu]
43640         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
43641         (static-only-routines): Add aeabi_read_tp here.
43642         (shared-only-routines): Add libc-aeabi_read_tp here.
43643         (CFLAGS-libc-start.c): Add -fexceptions here.
43644         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
43645         (sysdep_routines, static-only-routines, shared-only-routines):
43646         Don't add to these here.
43647         (CFLAGS-libc-start.c): Likewise.
43649         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
43650         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
43651         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
43652         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
43653         * sysdeps/arm/Makefile [$(subdir) = rt]
43654         (librt-sysdep_routines, librt-shared-only-routines):
43655         Append rt-aeabi_unwind_cpp_pr1 here.
43656         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
43657         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
43658         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
43659         (libpthread-sysdep_routines, libpthread-shared-only-routines):
43660         Append nptl-aeabi_unwind_cpp_pr1 here.
43661         (tests): Filter out tst-cleanupx4 here.
43662         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
43663         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
43664         Don't do those here.
43666 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
43668         * scripts/list-sources.sh: Do not handle ports specially.
43670 2014-06-26  Roland McGrath  <roland@hack.frob.com>
43672         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
43673         * sysdeps/arm/feupdateenv.c: Likewise.
43675         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
43677 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
43679         * manual/texinfo.tex: Update to version 2014-05-05.10 with
43680         trailing whitespace removed.
43681         * scripts/config.guess: Update to version 2014-03-23.
43682         * scripts/config.sub: Update to version 2014-05-01
43683         * scripts/install-sh: Update to version 2013-12-25.23.
43684         * scripts/move-if-change: Update from gnulib.
43686 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43688         * debug/memmove_chk.c: Remove pagecopy.h include.
43690 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
43692         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
43693         identical to gnulib mktime.
43695 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
43697         * configure.ac: Do not test for machine being rs6000.  Do not test
43698         for powerpc*-*soft.
43699         * configure: Regenerated.
43701         [BZ #11505]
43702         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
43703         test.
43704         * configure: Regenerated.
43705         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
43706         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
43707         Remove configure test.
43708         * sysdeps/arm/configure: Regenerated.
43709         * sysdeps/nptl/configure.ac: Do not check
43710         libc_cv_asm_cfi_directives.
43711         * sysdeps/nptl/configure: Regenerated.
43712         * sysdeps/x86_64/nptl/configure.ac: Remove file.
43713         * sysdeps/x86_64/nptl/configure: Remove generated file.
43714         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
43715         unconditional.
43716         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
43718 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
43720         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
43721         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
43722         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
43723         it is defined.
43725         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
43726         instead of whether it is defined.
43727         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
43728         * sysdeps/hppa/dl-machine.h: Likewise.
43729         * sysdeps/ia64/dl-machine.h: Likewise.
43730         * sysdeps/m68k/dl-machine.h: Likewise.
43731         * sysdeps/microblaze/dl-machine.h: Likewise.
43732         * sysdeps/mips/dl-machine.: Likewise.
43733         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
43734         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
43735         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
43736         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
43737         * sysdeps/sh/dl-machine.h: Likewise.
43738         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
43739         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
43740         * sysdeps/tile/dl-machine.h: Likewise.
43741         * sysdeps/x86_64/dl-machine.h: Likewise.
43743         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
43744         code.
43745         (verify_persistent_db): Likewise.
43747 2014-06-26  Roland McGrath  <roland@hack.frob.com>
43749         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
43750         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
43751         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
43752         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
43753         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
43754         Moved ...
43755         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
43756         ... here.
43757         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
43758         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
43759         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
43760         Identical file removed.
43761         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
43762         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
43763         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
43764         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
43765         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
43766         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
43767         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
43768         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
43769         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
43770         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
43771         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
43772         Moved ...
43773         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
43774         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
43775         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
43776         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
43777         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
43778         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
43779         Moved ...
43780         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
43781         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
43782         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
43783         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
43784         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
43785         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
43786         Identical file removed.
43787         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
43788         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
43789         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
43790         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
43791         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
43792         Moved ...
43793         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
43794         ... here.
43795         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
43796         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
43797         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
43798         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
43799         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
43800         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
43801         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
43802         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
43803         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
43804         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
43805         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
43806         Moved ...
43807         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
43808         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
43809         Moved ...
43810         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
43811         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
43812         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
43813         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
43814         Moved ...
43815         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
43816         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
43817         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
43819         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
43820         folded into ...
43821         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
43822         * sysdeps/unix/sysv/linux/s390/Versions
43823         (libpthread: GLIBC_2.19): New version set.
43824         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
43825         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
43826         (librt: GLIBC_2.3.3): New version set.
43827         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
43828         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
43829         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
43830         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
43831         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
43832         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
43833         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
43834         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
43835         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
43836         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
43837         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
43838         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
43839         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
43840         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
43841         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
43842         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
43843         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
43844         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
43845         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
43846         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
43847         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
43848         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
43849         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
43850         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
43851         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
43852         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
43853         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
43854         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
43855         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
43856         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
43857         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
43858         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
43859         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
43860         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
43861         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
43862         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
43863         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
43864         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
43865         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
43866         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
43867         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
43868         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
43869         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
43870         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
43871         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
43873         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
43874         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
43875         (__libc_vfork): Define the function under this name.
43876         [!NOT_IN_libc] (__vfork): Make this an alias.
43877         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
43878         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
43879         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
43880         (__libc_vfork): Define the function under this name.
43881         [!NOT_IN_libc] (__vfork): Make this an alias.
43882         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
43883         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
43884         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
43885         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
43886         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
43887         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
43889         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
43890         code that was previously under [RESET_PID].
43891         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
43892         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
43893         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
43895         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
43896         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
43897         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
43898         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
43899         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
43900         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
43901         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
43902         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
43903         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
43904         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
43905         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
43906         Moved ...
43907         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
43908         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
43909         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
43910         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
43911         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
43912         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
43913         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
43914         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
43915         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
43916         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
43917         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
43918         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
43919         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
43920         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
43921         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
43922         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
43923         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
43924         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
43925         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
43926         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
43927         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
43928         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
43929         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
43930         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
43931         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
43932         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
43933         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
43934         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
43935         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
43937 2014-06-25  Roland McGrath  <roland@hack.frob.com>
43939         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
43940         that was previously under [RESET_PID].
43941         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
43943 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
43945         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
43946         not undefine and redefine.
43947         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
43948         [O_CLOEXEC]: Make code unconditional.
43949         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
43950         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
43951         <kernel-features.h>.
43952         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
43953         conditional variable definition.
43954         (shm_open) [O_CLOEXEC]: Make code unconditional.
43955         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
43956         code.
43958         * configure.ac (USE_REGPARMS): Don't define here.
43959         * configure: Regenerated.
43960         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
43961         * sysdeps/i386/configure: Regenerated.
43963         * nptl/createthread.c: Don't include kernel-features.h.
43964         * nptl/pthread_cancel.c: Likewise.
43965         * nptl/pthread_condattr_setclock.c: Likewise.
43966         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
43967         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
43968         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
43969         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
43970         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
43971         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
43972         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
43973         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
43974         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
43975         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
43976         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
43977         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
43978         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
43979         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
43980         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
43981         * nscd/gai.c: Likewise.
43982         * nss/nss_db/db-open.c: Likewise.
43983         * sysdeps/generic/ldsodefs.h: Likewise.
43984         * sysdeps/sh/nptl/tls.h: Likewise.
43985         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
43986         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
43987         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
43988         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
43989         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
43990         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
43991         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
43992         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
43993         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
43994         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
43995         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
43996         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
43997         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
43998         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
43999         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
44000         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
44001         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
44002         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
44003         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
44004         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
44005         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
44006         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
44007         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
44008         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
44009         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
44010         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
44011         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
44012         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
44013         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
44014         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
44015         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
44016         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
44017         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
44018         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
44019         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
44020         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
44021         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
44022         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
44023         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
44024         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
44025         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
44026         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
44027         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
44028         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
44029         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
44030         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
44031         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
44032         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
44033         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
44034         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
44035         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
44036         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
44037         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
44038         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
44039         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
44040         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
44041         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
44042         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
44043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
44044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
44045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
44046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
44047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
44048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
44049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
44050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
44051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
44052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
44053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
44054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
44055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
44056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
44057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
44058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
44059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
44060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
44061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
44062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
44063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
44064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
44065         * sysdeps/unix/sysv/linux/pread.c: Likewise.
44066         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
44067         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
44068         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
44069         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
44070         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
44071         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
44072         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
44073         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
44074         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
44075         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
44076         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
44077         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
44078         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
44079         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
44080         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
44081         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
44082         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
44083         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
44084         * sysdeps/unix/sysv/linux/system.c: Likewise.
44085         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
44086         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
44087         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44088         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44089         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
44090         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
44091         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
44093         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
44094         * configure: Regenerated.
44095         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
44097         * configure.ac (base_machine): Do not set specially for particular
44098         machines here.
44099         * configure: Regenerated.
44100         * sysdeps/powerpc/preconfigure: Move machine and base_machine
44101         settings from configure.ac.
44102         * sysdeps/i386/preconfigure: New file.
44103         * sysdeps/s390/preconfigure: Likewise.
44104         * sysdeps/sh/preconfigure: Likewise.
44105         * sysdeps/sparc/preconfigure: Likewise.
44107 2014-06-25  Roland McGrath  <roland@hack.frob.com>
44109         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
44110         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
44111         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
44112         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
44113         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
44114         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
44115         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
44116         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
44117         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
44118         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
44119         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
44120         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
44121         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
44122         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
44123         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
44124         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
44125         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
44126         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
44127         * sysdeps/sparc/sparc64/Makefile: ... appended here.
44129         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
44130         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
44131         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
44132         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
44133         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
44134         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
44135         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
44136         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
44137         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
44138         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
44139         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
44140         * sysdeps/sparc/sparc32/sem_post.c: ... here.
44141         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
44142         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
44143         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
44144         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
44145         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
44146         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
44147         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
44148         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
44149         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
44150         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
44151         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
44152         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
44153         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
44154         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
44155         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
44156         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
44157         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
44158         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
44159         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
44160         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
44161         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
44162         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
44163         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
44164         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
44165         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
44166         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
44168         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
44169         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
44170         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
44171         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
44172         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44173         Moved ...
44174         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
44175         ... here.
44176         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
44177         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
44178         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
44179         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
44180         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
44181         Moved ...
44182         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
44183         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
44184         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
44185         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
44186         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
44187         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
44188         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
44189         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44190         Moved ...
44191         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
44192         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44193         Moved ...
44194         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
44195         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
44196         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
44197         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44198         Moved ...
44199         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
44200         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
44201         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
44202         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
44203         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
44204         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
44205         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
44206         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
44207         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
44208         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44209         Moved ...
44210         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
44211         ... here.
44212         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
44213         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
44214         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
44215         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
44216         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
44217         Moved ...
44218         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
44219         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
44220         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
44221         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
44222         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
44223         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
44224         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
44225         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44226         Moved ...
44227         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
44228         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44229         Moved ...
44230         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
44231         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
44232         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
44233         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44234         Moved ...
44235         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
44236         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
44237         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
44238         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
44239         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
44241 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
44243         * timezone/checktab.awk: Update from tzcode 2014e.
44244         * timezone/private.h: Likewise.
44245         * timezone/tzfile.h: Likewise.
44246         * timezone/zdump.c: Likewise.
44247         * timezone/zic.c: Likewise.
44249         * sysdeps/unix/sysv/linux/kernel-features.h
44250         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
44251         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
44252         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
44253         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
44254         Remove conditional code.
44256 2014-06-25  Will Newton  <will.newton@linaro.org>
44258         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
44259         (_dl_arm_cap_flags): Add HWCAP2 values.
44260         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
44261         (_DL_HWCAP_COUNT): Increase to 37.
44262         (_DL_HWCAP_LAST): New define.
44263         (_DL_HWCAP2_LAST): New define.
44264         (_dl_procinfo): Add support for printing
44265         AT_HWCAP2 entries.
44266         (_dl_string_hwcap): Use _dl_hwcap_string.
44268 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44272 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
44274         * README: Do not mention ports directory.
44276         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
44277         Remove macro.
44278         * sysdeps/unix/sysv/linux/futimes.c: Do not include
44279         <kernel-features.h>.
44280         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
44281         conditional variable definition.
44282         (__futimes): Update comment.
44283         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
44284         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
44286         [BZ #16560]
44287         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
44288         arguments close to 0.
44289         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
44290         Likewise.
44291         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
44292         Likewise.
44293         * math/auto-libm-test-in: Add more tests of exp10.
44294         * math/auto-libm-test-out: Regenerated.
44295         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44297         * sysdeps/unix/sysv/linux/kernel-features.h
44298         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
44299         * sysdeps/unix/sysv/linux/readv.c: Do not include
44300         <kernel-features.h>.
44301         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
44302         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
44303         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
44304         unconditional.
44305         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
44306         conditional code.
44307         * sysdeps/unix/sysv/linux/writev.c: Do not include
44308         <kernel-features.h>.
44309         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
44310         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
44311         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
44312         unconditional.
44313         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
44314         conditional code.
44316 2014-06-25  Will Newton  <will.newton@linaro.org>
44318         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
44319         comment changes throughout the file.  Remove checks
44320         for HAVE_*_H definitions that are not required.
44321         (__gen_tempname): Call abort if an unknown kind value is
44322         passed.
44324 2014-06-25  Andreas Schwab  <schwab@suse.de>
44326         [BZ #17086]
44327         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
44328         scalbln, scalblnf, scalblnl in libc.
44330 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44332         [BZ #17086]
44333         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
44334         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
44335         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
44337 2014-06-24  Roland McGrath  <roland@hack.frob.com>
44339         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
44340         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
44341         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
44342         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
44343         Update #include.
44344         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
44345         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
44346         Update #include.
44347         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
44348         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
44349         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
44350         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
44351         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
44352         * sysdeps/x86/bits/pthreadtypes.h: ... here.
44353         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
44354         * sysdeps/x86/bits/semaphore.h: ... here.
44355         * sysdeps/x86/nptl/elide.h: Moved ...
44356         * sysdeps/x86/elide.h: ... here.
44357         * sysdeps/x86_64/nptl/Implies: File removed.
44358         * sysdeps/i386/nptl/Implies: File removed.
44360 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
44362         [BZ #16539]
44363         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
44364         return the argument for normal arguments with exponent below -64.
44365         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
44366         Likewise.
44367         * math/auto-libm-test-in: Add another test of expm1.
44368         * math/auto-libm-test-out: Regenerated.
44370         [BZ #16287]
44371         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
44372         calling __erfcl for arguments at least 16.
44373         * math/auto-libm-test-in: Add more tests of erf.
44374         * math/auto-libm-test-out: Regenerated.
44376         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
44377         individual architectures.
44378         * sysdeps/unix/sysv/linux/configure: Regenerated.
44379         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
44380         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
44381         * sysdeps/unix/sysv/linux/powerpc/configure.ac
44382         (ldd_rewrite_script): Define variable.
44383         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
44384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
44385         file.
44386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
44387         generated file.
44388         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
44389         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
44390         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
44391         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
44392         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
44393         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
44394         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
44395         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
44397 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
44399         [BZ #17084]
44400         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
44401         Rename member __data.d to __data.__elision_data.
44403 2014-06-24  Wilco  <wdijkstr@arm.com>
44405         * NEWS: Add 16918 to fixed bug list.
44407 2014-06-24  Wilco  <wdijkstr@arm.com>
44409         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
44411 2014-06-24  Wilco  <wdijkstr@arm.com>
44413         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
44414         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
44415         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
44416         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
44417         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
44418         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
44419         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
44420         Use _FPU_MASK_RM.
44422 2014-06-24  Wilco  <wdijkstr@arm.com>
44424         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
44426 2014-06-24  Wilco  <wdijkstr@arm.com>
44428         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
44429         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
44430         * sysdeps/arm/fesetround.c (fesetround): Remove space.
44431         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
44433 2014-06-24  Wilco  <wdijkstr@arm.com>
44435         [BZ #16918]
44436         * sysdeps/arm/feupdateenv.c (feupdateenv):
44437         Rewrite to reduce FPSCR accesses and fix return value.
44439 2014-06-24  Wilco  <wdijkstr@arm.com>
44441         * sysdeps/arm/fclrexcpt.c (feclearexcept):
44442         Optimize to avoid unnecessary FPSCR writes.
44443         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
44444         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
44445         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
44446         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
44448 2014-06-24  Wilco  <wdijkstr@arm.com>
44450         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
44451         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
44452         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
44453         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
44454         Call libc_fetestexcept_vfp.
44455         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
44456         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
44457         __SOFTFP__ ifdef so that they can be built for softfp.
44459 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
44461         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
44462         argument type signed char.
44464         * Makerules (check-abi): Dump diff of symlist if the test
44465         fails.
44467 2014-06-23  Roland McGrath  <roland@hack.frob.com>
44469         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
44470         using abort.
44472         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
44473         Remove unused variable ST.
44475 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
44477         [BZ #16354]
44478         [BZ #17061]
44479         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
44480         small arguments before calling __expm1.
44481         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
44482         small arguments before calling __expm1f.
44483         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
44484         small arguments before calling __expm1l.
44485         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
44486         Likewise.
44487         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
44488         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
44489         spurious underflow for some cosh tests.
44490         * math/auto-libm-test-out: Regenerated.
44491         * sysdeps/i386/fpu/libm-test-ulps: Update.
44493         [BZ #17050]
44494         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
44495         (__ieee754_y1): Set errno if return value overflows.
44496         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
44497         (__ieee754_y1f): Set errno if return value overflows.
44498         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
44499         (__ieee754_y1l): Set errno if return value overflows.
44500         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
44501         (__ieee754_y1l): Set errno if return value overflows.
44502         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
44503         * math/auto-libm-test-out: Regenerated.
44505         * math/gen-auto-libm-tests.c: Document use of
44506         ignore-zero-inf-sign.
44507         (input_flag_type): Add value flag_ignore_zero_inf_sign.
44508         (input_flags): Add ignore-zero-inf-sign.
44509         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
44510         * math/gen-libm-test.pl (generate_testfile): Handle
44511         ignore-zero-inf-sign.
44512         * math/auto-libm-test-in: Mark some cpow tests with
44513         ignore-zero-inf-sign and some with xfail-rounding.
44514         * math/auto-libm-test-out: Regenerated.
44515         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
44516         * sysdeps/i386/fpu/libm-test-ulps: Update.
44517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44519         [BZ #16315]
44520         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
44521         overflowing or underflowing operations take place with sign of
44522         result.
44523         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
44524         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
44525         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
44526         (__ieee754_pow): Recompute overflowing and underflowing results in
44527         original rounding mode.
44528         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
44529         (__powl_helper): Allow negative argument X and scale negated value
44530         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
44531         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
44532         overflowing or underflowing operations take place with sign of
44533         result.
44534         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
44535         Include <math.h>.
44536         * math/auto-libm-test-in: Add more tests of pow.
44537         * math/auto-libm-test-out: Regenerated.
44538         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
44539         (pow_tonearest_test_data): Remove.
44540         (pow_test_tonearest): Likewise.
44541         (pow_towardzero_test_data): Likewise.
44542         (pow_test_towardzero): Likewise.
44543         (pow_downward_test_data): Likewise.
44544         (pow_test_downward): Likewise.
44545         (pow_upward_test_data): Likewise.
44546         (pow_test_upward): Likewise.
44547         (main): Don't call removed functions.
44548         * sysdeps/i386/fpu/libm-test-ulps: Update.
44549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44551 2014-06-23  Roland McGrath  <roland@hack.frob.com>
44553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
44554         Moved ...
44555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
44556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44557         Moved ...
44558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
44559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44560         Moved ...
44561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
44562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
44563         Moved ...
44564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
44565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
44566         File removed.
44567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44568         File removed.
44569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
44570         File removed.
44571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
44572         File removed.
44573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
44574         File removed.
44575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
44576         File removed.
44577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
44578         File removed.
44579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44580         File removed.
44581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
44582         File removed.
44583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44584         File removed.
44585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
44586         File removed.
44587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
44588         File removed.
44589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
44590         Moved ...
44591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
44592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
44593         Moved ...
44594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
44595         ... here.
44596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
44597         Moved ...
44598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
44599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
44600         Moved ...
44601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
44602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
44603         Moved ...
44604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
44605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
44606         Moved ...
44607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
44608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
44609         Moved ...
44610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
44611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
44612         Moved ...
44613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
44614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
44615         Moved ...
44616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
44617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
44618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
44619         ... here.
44620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
44621         Moved ...
44622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
44623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
44624         Moved ...
44625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
44626         ... here.
44627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
44628         Moved ...
44629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
44630         ... here.
44631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
44632         Moved ...
44633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
44634         ... here.
44635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
44636         Moved ...
44637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
44638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
44639         Moved ...
44640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
44641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
44642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
44643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
44644         Moved ...
44645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
44646         ... here.
44647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44648         Moved ...
44649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
44650         ... here.
44651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
44652         Moved ...
44653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
44654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44655         Moved ...
44656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
44657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
44658         Moved ...
44659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
44660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44661         Moved ...
44662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
44663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
44664         Moved ...
44665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
44666         ... here.
44667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44668         Moved ...
44669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
44670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
44671         Moved ...
44672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
44673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44674         Moved ...
44675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
44676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
44677         Moved ...
44678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
44679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
44680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
44681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
44682         Moved ...
44683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
44684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44685         Moved ...
44686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
44687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
44688         Moved ...
44689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
44690         ... here.
44691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44692         Moved ...
44693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
44694         ... here.
44695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
44696         Moved ...
44697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
44698         ... here.
44699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44700         Moved ...
44701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
44702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
44703         Moved ...
44704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
44705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44706         Moved ...
44707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
44708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
44709         Moved ...
44710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
44711         ... here.
44712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44713         Moved ...
44714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
44715         ... here.
44716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
44717         Moved ...
44718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
44719         ... here.
44720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44721         Moved ...
44722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
44723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
44724         Moved ...
44725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
44727 2014-06-23  Will Newton  <will.newton@linaro.org>
44728             Wilco  <wdijkstr@arm.com>
44730         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
44731         implementation.  Include get-rounding-mode.h.
44732         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
44733         [!libc_feholdsetround_noex_ctx]: Define
44734         libc_feholdsetround_noex_ctx.
44735         [!libc_feholdsetround_noexf_ctx]: Define
44736         libc_feholdsetround_noexf_ctx.
44737         [!libc_feholdsetround_noexl_ctx]: Define
44738         libc_feholdsetround_noexl_ctx.
44739         (libc_feholdsetround_ctx): New function.
44740         (libc_feresetround_ctx): New function.
44741         (libc_feholdsetround_noex_ctx): New function.
44742         (libc_feresetround_noex_ctx): New function.
44744 2014-06-23  Roland McGrath  <roland@hack.frob.com>
44746         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
44747         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
44748         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
44749         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
44750         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
44751         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
44753         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
44754         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
44755         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
44756         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
44757         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
44758         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
44759         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
44760         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
44761         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
44762         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
44763         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
44764         Moved ...
44765         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
44766         ... here.
44767         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
44768         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
44769         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
44770         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
44771         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
44772         Moved ...
44773         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
44774         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
44775         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
44776         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
44777         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
44778         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
44779         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
44780         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
44781         Moved ...
44782         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
44783         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
44784         Moved ...
44785         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
44786         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
44787         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
44788         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
44789         Moved ...
44790         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
44791         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
44792         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
44793         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
44794         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
44795         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
44796         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
44797         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
44798         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
44799         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
44800         Moved ...
44801         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
44802         ... here.
44803         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
44804         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
44805         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
44806         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
44807         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
44808         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
44809         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
44810         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
44811         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
44812         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
44813         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
44814         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
44815         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
44816         Moved ...
44817         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
44818         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
44819         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
44820         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
44821         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
44822         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
44823         Moved ...
44824         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
44825         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
44826         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
44827         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
44828         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
44830         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
44831         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
44832         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
44833         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
44834         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
44835         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
44836         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
44837         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
44838         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
44839         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
44840         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
44841         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
44842         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
44843         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
44844         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
44845         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
44846         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
44847         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
44848         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
44849         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
44850         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
44851         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
44852         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
44853         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
44854         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
44855         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
44856         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
44857         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
44859 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
44861         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
44862         (FALLOC_FL_COLLAPSE_RANGE): New macro.
44863         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
44864         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
44865         (IPV6_PMTUDISC_INTERFACE): Likewise.
44866         (IPV6_PMTUDISC_OMIT): Likewise.
44868 2014-06-23  Andreas Schwab  <schwab@suse.de>
44870         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
44871         Remove unused errout label.
44873 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44875         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
44876         macro: hardware supports Vector Crypto instructions.
44878 2014-06-23  Will Newton  <will.newton@linaro.org>
44880         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
44881         rather than __builtin_expect.
44883         * elf/dl-lookup.c (undefined_msg): Remove variable.
44884         (_dl_lookup_symbol_x): Replace undefined_msg with string
44885         literal.
44887         * elf/dl-lookup.c (do_lookup_unique): New function.
44888         (do_lookup_x): Move STB_GNU_UNIQUE handling code
44889         to a separate function.
44891 2014-06-23  Andreas Schwab  <schwab@suse.de>
44893         [BZ #17079]
44894         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
44895         before reading the next line.
44897 2014-06-23  Will Newton  <will.newton@linaro.org>
44899         * test-skeleton.c (signal_handler): Use printf and %m
44900         rather than perror.  Use printf rather than fprintf to
44901         stderr.  Use puts rather than fputs to stderr.
44902         (main): Likewise.
44904 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
44906         * nscd/nscd.c (thread_info_t): Remove typedef.
44907         (thread_info): Remove variable.
44909 2014-06-21  Allan McRae  <allan@archlinux.org>
44911         * NEWS: Mention CVE-2014-4043.
44913 2014-06-20  Roland McGrath  <roland@hack.frob.com>
44915         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
44916         * nptl/smp.h: ... here.
44918         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
44920         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
44921         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
44922         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
44923         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
44925         * nptl/allocatestack.c: Include <stack-aliasing.h>.
44926         * nptl/stack-aliasing.h: New file.
44927         * sysdeps/i386/i686/stack-aliasing.h: New file.
44928         * sysdeps/i386/i686/nptl/Makefile: File removed.
44929         * sysdeps/x86_64/stack-aliasing.h: New file.
44930         * sysdeps/x86_64/nptl/Makefile
44931         (CFLAGS-pthread_create.c): Variable removed.
44933         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
44934         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
44935         old file.
44936         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
44937         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
44938         old file.
44940 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
44942         * sysdeps/unix/sysv/linux/arm/kernel-features.h
44943         (__ASSUME_SIGFRAME_V2): Remove macro.
44944         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
44945         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
44946         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
44947         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
44948         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
44949         Declare as function.  Remove conditional macro definitions.
44950         (__default_rt_sa_restorer): Likewise.
44951         (__default_sa_restorer_v1): Remove declaration.
44952         (__default_sa_restorer_v2): Likewise.
44953         (__default_rt_sa_restorer_v1): Likewise.
44954         (__default_rt_sa_restorer_v2): Likewise.
44955         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
44956         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
44957         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
44959 2014-06-20  Roland McGrath  <roland@hack.frob.com>
44961         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
44962         (libpthread-routines): Add sysdep.
44963         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
44964         * sysdeps/unix/sysv/linux/sparc/Versions
44965         (libpthread: GLIBC_2.3.3): New version set.
44966         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
44967         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
44968         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
44969         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
44970         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
44971         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
44972         Moved ...
44973         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
44974         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
44975         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
44976         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
44977         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
44978         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
44979         * sysdeps/sparc/nptl/sem_init.c: ... here.
44980         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
44981         * sysdeps/sparc/nptl/sem_post.c: ... here.
44982         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
44983         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
44984         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
44985         * sysdeps/sparc/nptl/sem_wait.c: ... here.
44986         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
44987         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
44988         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
44989         (libpthread-routines): Add cpu_relax.
44990         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
44991         File removed.
44992         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
44993         (librt: GLIBC_2.3.3): New version set.
44994         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
44995         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
44996         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
44997         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
44998         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
44999         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
45000         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
45001         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
45002         Moved ...
45003         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
45004         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
45005         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
45006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
45007         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
45008         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
45009         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
45010         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
45011         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
45012         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
45013         Moved ...
45014         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
45015         Update #include.
45016         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
45017         Moved ...
45018         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
45019         Update #include.
45020         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
45021         Moved ...
45022         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
45023         Update #include.
45024         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
45025         Moved ...
45026         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
45027         Update #include.
45028         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
45029         Moved ...
45030         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
45031         Update #include.
45032         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
45033         Moved ...
45034         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
45035         Update #include.
45036         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
45037         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
45038         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
45039         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
45040         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
45041         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
45042         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
45043         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
45044         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
45045         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
45046         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
45047         Moved ...
45048         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
45049         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
45050         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
45051         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
45052         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
45054 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
45056         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
45057         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
45058         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
45059         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
45060         * nscd/nscd.c: Likewise.
45061         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
45062         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
45063         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
45064         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
45066         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
45067         <kernel-features.h>.
45068         (init_mq_netlink): Remove conditional have_sock_cloexec
45069         definitions.  Remove code conditional on have_sock_cloexec < 0.
45070         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
45071         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
45072         * sysdeps/unix/sysv/linux/opensock.c: Do not include
45073         <kernel-features.h>.
45074         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
45075         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
45077 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
45079         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
45080         Add tests for memset_chk and memset.
45082         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
45083         with AVX2_Usable.
45085 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
45087         [BZ #16046]
45088         * elf/tst-dl-iter-static.c: New file.
45089         * elf/Makefile (tests-static): Add tst-dl-iter-static.
45091         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
45092         error.
45094 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
45096         * sysdeps/unix/sysv/linux/kernel-features.h
45097         (__ASSUME_F_GETOWN_EX): Remove macro.
45098         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
45099         <kernel-features.h>.
45100         (miss_F_GETOWN_EX): Remove variable or macro.
45101         (do_fcntl): Do not check miss_F_GETOWN_EX.
45102         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
45104         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
45105         Remove macro.
45106         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
45107         [!__ASSUME_AT_RANDOM]: Remove conditional code.
45108         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
45110         * sysdeps/unix/sysv/linux/kernel-features.h
45111         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
45112         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
45113         [ADJ_OFFSET_SS_READ]: Make code unconditional.
45114         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
45116 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
45118         [BZ #17075]
45119         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
45120         Fix calculation of the symbol's value.
45121         * sysdeps/arm/tst-armtlsdescloc.c: New file.
45122         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
45123         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
45124         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
45125         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
45126         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
45127         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
45128         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
45129         (modules-names): Add `tst-armtlsdescmod',
45130         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
45131         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
45132         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
45133         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
45134         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
45135         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
45136         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
45137         ($(objpfx)tst-armtlsdescloc): New dependency.
45138         ($(objpfx)tst-armtlsdescextnow): Likewise.
45139         ($(objpfx)tst-armtlsdescextlazy): Likewise.
45140         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
45141         TLS scheme support.
45142         * sysdeps/arm/configure: Regenerate.
45144 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
45146         * include/fcntl.h (__atfct_seterrno): Remove prototype.
45147         (__atfct_seterrno_2): Likewise.
45148         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
45149         <kernel-features.h>.
45150         (__ASSUME_ATFCTS): Do not undefine and redefine.
45151         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
45152         (__have_atfcts): Remove conditional definition.
45153         (__fxstatat([__NR_fstatat64]: Make code unconditional.
45154         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
45155         unreachable if [__ASSUME_ATFCTS].
45156         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
45157         not undefine and redefine.
45158         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
45159         <kernel-features.h>.
45160         (faccessat) [__NR_faccessat]: Make code unconditional.
45161         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
45162         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
45163         <kernel-features.h>.
45164         (fchmodat) [__NR_fchmodat]: Make code unconditional.
45165         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
45166         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
45167         <kernel-features.h>.
45168         (fchownat) [__NR_fchownat]: Make code unconditional.
45169         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
45170         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
45171         <kernel-features.h>.
45172         (futimesat) [__NR_futimesat]: Make code unconditional.
45173         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
45174         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
45175         <kernel-features.h>.
45176         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
45177         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
45178         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
45179         <kernel-features.h>.
45180         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
45181         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
45182         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
45183         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
45184         <kernel-features.h>.
45185         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
45186         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
45187         * sysdeps/unix/sysv/linux/linkat.c: Do not include
45188         <kernel-features.h>.
45189         (linkat) [__NR_linkat]: Make code unconditional.
45190         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
45191         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
45192         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
45193         <kernel-features.h>.
45194         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
45195         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
45196         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
45197         <kernel-features.h>.
45198         (mkdirat) [__NR_mkdirat]: Make code unconditional.
45199         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
45200         * sysdeps/unix/sysv/linux/openat.c: Do not include
45201         <kernel-features.h>.
45202         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
45203         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
45204         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
45205         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
45206         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
45207         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
45208         <kernel-features.h>.
45209         (readlinkat) [__NR_readlinkat]: Make code unconditional.
45210         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
45211         result of INLINE_SYSCALL directly, not via int variable.
45212         * sysdeps/unix/sysv/linux/renameat.c: Do not include
45213         <kernel-features.h>.
45214         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
45215         (renameat) [__NR_renameat]: Make code unconditional.
45216         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
45217         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
45218         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
45219         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
45220         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
45221         (__ASSUME_ATFCTS): Do not undefine and redefine.
45222         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
45223         <kernel-features.h>.
45224         (symlinkat) [__NR_symlinkat]: Make code unconditional.
45225         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
45226         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
45227         <kernel-features.h>.
45228         (unlinkat) [__NR_unlinkat]: Make code unconditional.
45229         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
45230         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
45231         (__ASSUME_ATFCTS): Do not undefine and redefine.
45232         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
45233         <kernel-features.h>.
45234         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
45235         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
45236         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
45237         <kernel-features.h>.
45238         (__xmknodat) [__NR_mknodat]: Make code unconditional.
45239         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
45241 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
45243         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
45245 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
45247         [BZ #17069]
45248         * posix/regcomp.c (parse_reg_exp): Deallocate partially
45249         constructed tree before returning error.
45250         * posix/bug-regexp36.c: Expand test case.
45252 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
45254         [BZ #6803]
45255         * math/libm-test.inc (scalbln_test_date):
45256         Add errno expectations.
45257         * math/w_scalblnf.c: New File.
45258         Add wrapper which checks for setting errno to ERANGE.
45259         Add weak_alias for corresponding scalbln function.
45260         * math/w_scalbln.c: Likewise.
45261         * math/w_scalblnl.c: Likewise.
45262         * math/Makefile (libm-calls): Add w_scalbln.
45263         * sysdeps/ieee754/flt-32/s_scalblnf.c:
45264         Remove weak_alias for corresponding scalbln function.
45265         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45266         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45267         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45268         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45269         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
45270         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
45271         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
45272         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
45273         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
45274         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
45275         Remove long_double_symbol for scalblnl function in libm, libc.
45276         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
45277         Add wrapper which checks for setting errno to ERANGE.
45278         Add long_double_symbol for scalblnl function in libm, libc.
45279         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
45280         Remove long_double_symbol for scalblnl in libm.
45281         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
45282         Add wrapper which checks for setting errno to ERANGE.
45283         Add long_double_symbol for scalblnl function in libm.
45284         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
45285         Do not use wrapper because of own implementation.
45287 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
45289         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
45290         3 bytes for __pad1 for x32.
45291         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
45293 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
45294             H.J. Lu  <hongjiu.lu@intel.com>
45296         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
45297         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
45298         * sysdeps/x86_64/multiarch/memset.S: Likewise.
45299         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
45300         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
45302 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
45304         [BZ #17069]
45305         * posix/regcomp.c (parse_expression): Deallocate partially
45306         constructed tree before returning error.
45307         * posix/Makefile.c (tests): Add bug-regex36.
45308         (generated): Add bug-regex36.mtrace.
45309         (tests-special): Add $(objpfx)bug-regex36-mem.out
45310         (bug-regex36-ENV): New variable.
45311         ($(objpfx)bug-regex36-mem.out): New rule.
45312         * posix/bug-regex36.c: New file.
45314 2014-06-19  Will Newton  <will.newton@linaro.org>
45316         * malloc/malloc.c (systrim): If extra is zero then return
45317         early.
45319 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
45321         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
45323 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
45325         * sysdeps/aarch64/strchr.S: New file.
45327 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
45329         [BZ #17022]
45330         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
45331         from arguments -2 or below.
45332         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
45333         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
45335 2014-06-18  Andreas Schwab  <schwab@suse.de>
45337         [BZ #17062]
45338         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
45339         of a bracket expr not to run off the end of the string.
45340         * posix/Makefile (tests): Add tst-fnmatch3.
45341         * posix/tst-fnmatch3.c: New file.
45343 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
45345         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
45346         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
45347         [$(cross-compiling) = no]: Likewise.
45348         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
45349         [$(cross-compiling) = no]: Likewise.
45351 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
45353         [BZ #17031]
45354         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
45355         double, adjusted for any remainder from the high double.
45356         * math/libm-test.inc (nearbyint): Add tests.
45357         (rint): Likewise.
45359 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45361         * nptl/sysdeps/powerpc/Makefile: Moved ...
45362         * sysdeps/powerpc/nptl/Makefile: ... here.
45363         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
45364         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
45365         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
45366         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
45367         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
45368         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
45369         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
45370         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
45371         * nptl/sysdeps/powerpc/tls.h: Moved ...
45372         * sysdeps/powerpc/nptl/tls.h: ... here.
45374 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
45376         [BZ #16681]
45377         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
45378         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
45379         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
45380         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
45381         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
45382         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
45383         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
45384         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
45385         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
45387 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
45389         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
45391 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
45393         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
45394         defined operator.
45396         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
45397         $TIMEOUTFACTOR.
45399 2014-06-16  Florian Weimer  <fweimer@redhat.com>
45401         [BZ #17058]
45402         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
45403         non-executed part of the test.
45405 2014-06-16  Andreas Schwab  <schwab@suse.de>
45407         * string/bits/string2.h (strdup, strndup): Update feature guard.
45409 2014-06-14  David S. Miller  <davem@davemloft.net>
45411         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45413 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
45415         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
45416         that was previously under [RESET_PID].
45417         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
45419         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
45420         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
45421         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
45422         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
45423         (__libc_vfork): New strong alias.
45424         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
45426 2014-06-14 Andi Kleen  <ak@linux.intel.com>
45428         * sysdeps/generic/elide.h: New file.
45430 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
45432         * Makefile (installed-headers): Adjust path of pthread.h header.
45434 2014-06-13  Roland McGrath  <roland@hack.frob.com>
45436         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
45437         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
45438         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
45439         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
45441         * nptl/sysdeps/s390/Makefile: Moved ...
45442         * sysdeps/s390/nptl/Makefile: ... here.
45443         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
45444         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
45445         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
45446         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
45447         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
45448         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
45449         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
45450         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
45451         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
45452         * sysdeps/s390/nptl/pthreaddef.h: ... here.
45453         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
45454         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
45455         * nptl/sysdeps/s390/tls.h: Moved ...
45456         * sysdeps/s390/nptl/tls.h: ... here.
45458         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
45459         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
45461 2014-06-13  David S. Miller  <davem@davemloft.net>
45463         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
45464         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
45465         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
45466         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
45467         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
45468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
45469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
45470         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
45471         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
45472         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
45473         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
45474         Remove RESET_PID cpp guards.
45475         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
45476         Remove RESET_PID cpp guards.
45477         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
45479 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
45481         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
45482         __sp to uintptr_t.
45484 2014-06-13  Andi Kleen  <ak@linux.intel.com>
45486         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
45487         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
45488         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
45489         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
45490         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
45491         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
45492         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
45493         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
45494         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
45495         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
45496         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
45497         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
45498         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
45499         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
45500         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
45501         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
45502         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
45503         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
45504         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
45505         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
45507         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
45508         (pthread_rwlock_rdlock): Add elision.
45509         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
45510         (pthread_rwlock_wrlock): Add elision.
45511         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
45512         (pthread_rwlock_trywrlock): Add elision.
45513         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
45514         (pthread_rwlock_tryrdlock): Add elision.
45515         * nptl/pthread_rwlock_unlock.c: Include elide.h.
45516         (pthread_rwlock_tryrdlock): Add elision unlock.
45517         * nptl/sysdeps/pthread/pthread.h:
45518         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
45519         (PTHREAD_RWLOCK_INITIALIZER,
45520         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
45521         Handle new elision field.
45522         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
45523         * sysdeps/arm/nptl/bits/pthreadtypes.h
45524         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45525         * sysdeps/sh/nptl/bits/pthreadtypes.h
45526         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45527         * sysdeps/tile/nptl/bits/pthreadtypes.h
45528         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45529         * sysdeps/a/nptl/bits/pthreadtypes.h
45530         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45531         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
45532         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45533         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
45534         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45535         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
45536         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45537         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
45538         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45539         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
45540         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45541         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
45542         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45543         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
45544         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45545         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
45546         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45547         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
45548         (elision_init): Set try_xbegin to zero when no RTM.
45549         * sysdeps/x86/nptl/bits/pthreadtypes.h
45550         (pthread_rwlock_t): Change __pad1 to __rwelision.
45551         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
45553 2014-06-13  Andi Kleen  <ak@linux.intel.com>
45555         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
45556         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
45557         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
45558         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
45560 2014-06-13  Meador Inge  <meadori@codesourcery.com>
45562         [BZ #16996]
45563         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
45564         that the cached result has been set before returning it.
45566 2014-06-12  Roland McGrath  <roland@hack.frob.com>
45568         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
45569         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
45570         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
45571         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
45572         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
45573         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
45575         * nptl/sysdeps/sparc/Makefile: Moved ...
45576         * sysdeps/sparc/nptl/Makefile: ... here.
45577         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
45578         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
45579         * nptl/sysdeps/sparc/tls.h: Moved ...
45580         * sysdeps/sparc/nptl/tls.h: ... here.
45581         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
45582         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
45583         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
45584         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
45585         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
45586         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
45587         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
45588         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
45589         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
45590         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
45591         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
45592         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
45593         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
45594         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
45595         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
45596         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
45597         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
45598         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
45599         Update #include.
45600         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
45601         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
45602         Update #include.
45603         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
45604         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
45605         Update #include.
45606         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
45607         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
45608         Update #include.
45610         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
45612         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
45613         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
45615         * sysdeps/pthread/posix-timer.h: Include <list.h>.
45616         (struct list_links): Type removed.
45617         (struct thread_node, struct timer_node): Replace struct list_links
45618         with struct list_head.
45619         (list_unlink_ip): Likewise.
45620         * sysdeps/pthread/timer_routines.c
45621         (timer_free_list, thread_free_list, thread_active_list): Likewise.
45622         (list_append, list_insbefore): Likewise.
45623         (list_init): Function removed.
45624         (thread_init, init_module): Use INIT_LIST_HEAD instead.
45625         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
45626         * sysdeps/pthread/Makefile: ... here, new file.
45628         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
45629         * sysdeps/nptl/Implies: ... here.
45630         * sysdeps/unix/sysv/linux/Implies: Add nptl.
45631         * nptl/sysdeps/pthread/list.h: Moved ...
45632         * include/list.h: ... here.
45633         * nptl/sysdeps/pthread/createthread.c: Moved ...
45634         * nptl/createthread.c: ... here.
45635         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
45636         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
45637         * nptl/pt-longjmp.c: ... here.
45638         * nptl/sysdeps/pthread/Makefile: Moved ...
45639         * sysdeps/nptl/Makefile: ... here.
45640         * nptl/sysdeps/pthread/Subdirs: Moved ...
45641         * sysdeps/nptl/Subdirs: ... here.
45642         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
45643         * sysdeps/nptl/aio_misc.h: ... here.
45644         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
45645         * sysdeps/nptl/bits/libc-lock.h: ... here.
45646         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
45647         * sysdeps/nptl/bits/libc-lockP.h: ... here.
45648         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
45649         * sysdeps/nptl/bits/stdio-lock.h: ... here.
45650         * nptl/sysdeps/pthread/configure: Moved ...
45651         * sysdeps/nptl/configure: ... here.
45652         * nptl/sysdeps/pthread/configure.ac: Moved ...
45653         * sysdeps/nptl/configure.ac: ... here.
45654         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
45655         * sysdeps/nptl/gai_misc.h: ... here.
45656         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
45657         * sysdeps/nptl/librt-cancellation.c: ... here.
45658         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
45659         * sysdeps/nptl/malloc-machine.h: ... here.
45660         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
45661         * sysdeps/nptl/pthread-functions.h: ... here.
45662         * nptl/sysdeps/pthread/pthread.h: Moved ...
45663         * sysdeps/nptl/pthread.h: ... here.
45664         * nptl/sysdeps/pthread/setxid.h: Moved ...
45665         * sysdeps/nptl/setxid.h: ... here.
45666         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
45667         * sysdeps/nptl/sigfillset.c: ... here.
45668         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
45669         * sysdeps/nptl/tcb-offsets.h: ... here.
45670         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
45671         * sysdeps/nptl/tst-mqueue8x.c: ... here.
45672         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
45673         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
45674         * nptl/sysdeps/pthread/allocalim.h: Moved ...
45675         * sysdeps/pthread/allocalim.h: ... here.
45676         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
45677         * sysdeps/pthread/bits/sigthread.h: ... here.
45678         * nptl/sysdeps/pthread/flockfile.c: Moved ...
45679         * sysdeps/pthread/flockfile.c: ... here.
45680         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
45681         * sysdeps/pthread/ftrylockfile.c: ... here.
45682         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
45683         * sysdeps/pthread/funlockfile.c: ... here.
45684         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
45685         * sysdeps/pthread/posix-timer.h: ... here.
45686         * nptl/sysdeps/pthread/timer_create.c: Moved ...
45687         * sysdeps/pthread/timer_create.c: ... here.
45688         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
45689         * sysdeps/pthread/timer_delete.c: ... here.
45690         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
45691         * sysdeps/pthread/timer_getoverr.c: ... here.
45692         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
45693         * sysdeps/pthread/timer_gettime.c: ... here.
45694         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
45695         * sysdeps/pthread/timer_routines.c: ... here.
45696         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
45697         * sysdeps/pthread/timer_settime.c: ... here.
45698         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
45699         * sysdeps/pthread/tst-timer.c: ... here.
45700         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
45701         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
45703         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
45704         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
45706         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
45707         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
45708         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
45709         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
45710         Update #include target.
45711         * nptl/sysdeps/i386/i686/Makefile: Moved ...
45712         * sysdeps/i386/i686/nptl/Makefile: ... here.
45713         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
45714         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
45715         Update #include target.
45716         * nptl/sysdeps/i386/i686/tls.h: Moved ...
45717         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
45718         * nptl/sysdeps/i386/Makefile: Moved ...
45719         * sysdeps/i386/nptl/Makefile: ... here.
45720         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
45721         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
45722         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
45723         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
45724         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
45725         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
45726         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
45727         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
45728         * sysdeps/i386/nptl/pthreaddef.h: ... here.
45729         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
45730         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
45731         * nptl/sysdeps/i386/tls.h: Moved ...
45732         * sysdeps/i386/nptl/tls.h: ... here.
45734         * sysdeps/sh/Makefile [$(subdir) = csu]
45735         (gen-as-const-headers): Add tcb-offsets.sym.
45736         * nptl/sysdeps/sh/Makefile: File removed.
45737         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
45738         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
45739         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
45740         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
45741         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
45742         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
45743         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
45744         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
45745         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
45746         * sysdeps/sh/nptl/pthreaddef.h: ... here.
45747         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
45748         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
45749         * nptl/sysdeps/sh/tls.h: Moved ...
45750         * sysdeps/sh/nptl/tls.h: ... here.
45751         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
45752         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
45753         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
45754         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
45755         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
45756         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
45757         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
45758         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
45759         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
45760         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
45761         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
45762         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
45763         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
45764         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
45765         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
45766         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
45767         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
45768         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
45769         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
45770         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
45771         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
45772         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
45773         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
45774         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
45775         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
45776         Moved ...
45777         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
45778         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
45779         Moved ...
45780         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
45781         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
45782         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
45783         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
45784         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
45785         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
45786         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
45787         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
45788         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
45789         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
45790         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
45791         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
45792         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
45793         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
45794         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
45795         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
45796         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
45797         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
45798         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
45800 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
45802         * posix/spawn_faction_addopen.c: Include string.h.
45804 2014-06-11  Roland McGrath  <roland@hack.frob.com>
45806         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
45807         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
45808         * nptl/sysdeps/x86_64/Makefile: Moved ...
45809         * sysdeps/x86_64/nptl/Makefile: ... here.
45810         * nptl/sysdeps/x86_64/configure: Moved ...
45811         * sysdeps/x86_64/nptl/configure: ... here.
45812         * nptl/sysdeps/x86_64/configure.ac: Moved ...
45813         * sysdeps/x86_64/nptl/configure.ac: ... here.
45814         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
45815         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
45816         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
45817         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
45818         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
45819         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
45820         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
45821         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
45822         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
45823         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
45824         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
45825         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
45826         * nptl/sysdeps/x86_64/tls.h: Moved ...
45827         * sysdeps/x86_64/nptl/tls.h: ... here.
45828         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
45829         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
45830         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
45831         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
45833         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
45835 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45837         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45839 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
45841         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
45842         type.
45843         [POSIX] (off_t): Likewise.
45844         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
45845         [POSIX] (S_ISBLK): Require macro.
45846         [POSIX] (S_ISCHR): Likewise.
45847         [POSIX] (S_ISDIR): Likewise.
45848         [POSIX] (S_ISFIFO): Likewise.
45849         [POSIX] (S_ISREG): Likewise.
45850         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
45851         optional-macro.
45852         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
45853         type.
45854         [POSIX] (time_t): Likewise.
45855         [POSIX] (timer_t): Likewise.
45857 2014-06-11  Florian Weimer  <fweimer@redhat.com>
45859         [BZ #17048]
45860         * posix/spawn_int.h (struct __spawn_action): Make the path string
45861         non-const to support deallocation.
45862         * posix/spawn_faction_addopen.c
45863         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
45864         * posix/spawn_faction_destroy.c
45865         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
45866         path in all spawn_do_open actions.
45867         * posix/tst-spawn.c (do_test): Exercise the copy operation in
45868         posix_spawn_file_actions_addopen.
45870 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
45872         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
45873         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
45874         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
45875         conditional code always true.
45876         (__libc_vfork): New alias.
45878 2014-06-11  Roland McGrath  <roland@hack.frob.com>
45880         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
45881         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
45883         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
45885         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
45886         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
45888         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
45889         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
45891         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
45892         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
45894 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
45896         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
45897         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
45898         multiarch strcmp for PPC64.
45899         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
45900         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
45901         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
45902         multiarch optimizations.
45903         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
45904         (__libc_ifunc_impl_list): Likewise.
45906 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
45908         * benchtests/scripts/validate_benchout.py: New script.
45909         * benchtests/Makefile (bench-func): Call it.
45910         * benchtests/scripts/benchout.schema.json: New file.
45912 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
45914         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
45915         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
45916         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
45917         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
45918         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
45919         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
45920         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
45921         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
45922         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
45923         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
45924         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
45925         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
45926         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
45927         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
45928         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
45929         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
45930         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
45931         Moved ...
45932         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
45933         ... here.
45934         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
45935         Moved ...
45936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
45937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
45938         Moved ...
45939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
45940         ... here.
45941         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
45942         Moved ...
45943         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
45944         ... here.
45945         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
45946         Moved ...
45947         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
45948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
45949         Moved ...
45950         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
45951         ... here.
45952         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
45953         Moved ...
45954         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
45955         ... here.
45956         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
45957         Moved ...
45958         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
45959         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
45960         Moved ...
45961         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
45962         ... here.
45963         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
45964         Moved ...
45965         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
45966         ... here.
45967         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
45968         Moved ...
45969         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
45970         ... here.
45971         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
45972         Moved ...
45973         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
45974         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
45975         Moved ...
45976         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
45977         ... here.
45978         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
45979         Moved ...
45980         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
45981         ... here.
45982         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
45983         Moved ...
45984         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
45985         ... here.
45986         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
45987         Moved ...
45988         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
45989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
45990         Moved ...
45991         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
45992         ... here.
45993         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
45994         Moved ...
45995         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
45996         ... here.
45997         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
45998         Moved ...
45999         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
46000         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
46001         Moved ...
46002         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
46003         ... here.
46004         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
46005         Moved ...
46006         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
46007         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
46008         Moved ...
46009         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
46010         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
46011         Moved ...
46012         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
46013         ... here.
46014         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
46015         Moved ...
46016         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
46017         ... here.
46018         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
46019         Moved ...
46020         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
46021         ... here.
46022         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
46023         Moved ...
46024         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
46025         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
46026         Moved ...
46027         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
46028         ... here.
46029         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
46030         Moved ...
46031         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
46032         ... here.
46033         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
46034         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
46035         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
46036         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
46037         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
46038         Moved ...
46039         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
46040         ... here.
46041         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
46042         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
46043         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
46044         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
46045         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
46046         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
46047         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
46048         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
46049         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
46050         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
46051         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
46052         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
46053         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
46054         Moved ...
46055         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
46056         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
46057         Moved ...
46058         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
46059         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
46060         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
46061         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
46062         Moved ...
46063         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
46064         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
46065         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
46066         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
46067         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
46068         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
46069         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
46071 2014-06-10  Wilco  <wdijkstr@arm.com>
46073         * math/test-fenv-return.c: New file.
46074         * math/Makefile: Add new test test-fenv-return.
46076 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
46078         [BZ #17042]
46079         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
46080         when x - 1 is zero.
46081         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
46082         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
46083         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
46084         0.0L for an argument of 1.0L.
46085         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
46086         Likewise.
46087         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
46088         value when x - 1 is zero.
46089         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
46090         * sysdeps/i386/fpu/libm-test-ulps: Update.
46091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46093 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
46095         [BZ #15119]
46096         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
46098 2014-06-09  Roland McGrath  <roland@hack.frob.com>
46100         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
46101         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
46103 2014-06-09  Roland McGrath  <roland@hack.frob.com>
46105         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46106         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
46108         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46109         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
46111         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46112         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
46114         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46115         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
46117         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
46118         if not already defined.
46119         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
46120         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
46121         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
46122         (TLS_INIT_TP): Use it.
46123         (TLS_DEFINE_INIT_TP): New macro.
46124         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
46126 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
46128         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
46129         constant.
46130         [POSIX] (IXANY): Likewise.
46131         [POSIX] (OLCUC): Likewise.
46132         [POSIX || POSIX2008] (CBAUD): Do not allow.
46133         [POSIX || POSIX2008] (DEFECHO): Likewise.
46134         [POSIX || POSIX2008] (ECHOCTL): Likewise.
46135         [POSIX || POSIX2008] (ECHOKE): Likewise.
46136         [POSIX || POSIX2008] (ECHOPRT): Likewise.
46137         [POSIX || POSIX2008] (EXTA): Likewise.
46138         [POSIX || POSIX2008] (EXTB): Likewise.
46139         [POSIX || POSIX2008] (FLUSHO): Likewise.
46140         [POSIX || POSIX2008] (LOBLK): Likewise.
46141         [POSIX || POSIX2008] (PENDIN): Likewise.
46142         [POSIX || POSIX2008] (SWTCH): Likewise.
46143         [POSIX || POSIX2008] (VDISCARD): Likewise.
46144         [POSIX || POSIX2008] (VDSUSP): Likewise.
46145         [POSIX || POSIX2008] (VLNEXT): Likewise.
46146         [POSIX || POSIX2008] (VREPRINT): Likewise.
46147         [POSIX || POSIX2008] (VSTATUS): Likewise.
46148         [POSIX || POSIX2008] (VWERASE): Likewise.
46149         (B*): Change to B[0123456789]*.
46150         * conform/data/time.h-data [POSIX || UNIX98]
46151         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
46152         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
46153         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
46154         [POSIX] (tm_*): Do not allow.
46156 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
46158         * Makefile (install): Don't set LANGUAGE.
46159         * Makefile.in (install): Likewise.
46160         * assert/Makefile (test-assert-ENV): Remove variable.
46161         (test-assert-perr-ENV): Likewise.
46162         * elf/Makefile (neededtest4-ENV): Likewise.
46163         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
46164         [$(cross-compiling) = no]: Don't set LANGUAGE.
46165         * io/ftwtest-sh (LANG): Remove variable.
46166         * libio/Makefile (tst-widetext-ENV): Likewise.
46167         * manual/install.texi (Running make install): Don't refer to
46168         environment settings for make install.
46169         * INSTALL: Regenerated.
46170         * nptl/tst-tls6.sh: Don't set LANG.
46171         * posix/globtest.sh (LANG): Remove variable.
46172         * string/Makefile (tester-ENV): Likewise.
46173         (inl-tester-ENV): Likewise.
46174         (noinl-tester-ENV): Likewise.
46175         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
46176         [$(cross-compiling) = no]: Don't set LANGUAGE.
46177         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
46178         without explicit environment settings.
46180 2014-06-06  Roland McGrath  <roland@hack.frob.com>
46182         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
46183         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
46184         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
46185         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
46187 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
46189         * crypt/crypt-private.h [DOS]: Add some includes taken from the
46190         other files in the crypt directory.
46191         * crypt/crypt.c: Remove duplicate includes.
46192         * crypt/crypt-entry.c: Likewise.
46193         * crypt/crypt_util.c: Likewise.
46195 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
46197         * Makeconfig (run-program-env): New variable.
46198         (run-program-prefix-before-env): Likewise.
46199         (run-program-prefix-after-env): Likewise.
46200         (run-program-prefix): Define in terms of new variables.
46201         (built-program-cmd-before-env): New variable.
46202         (built-program-cmd-after-env): Likewise.
46203         (built-program-cmd): Define in terms of new variables.
46204         (test-program-prefix-before-env): New variable.
46205         (test-program-prefix-after-env): Likewise.
46206         (test-program-prefix): Define in terms of new variables.
46207         (test-program-cmd-before-env): New variable.
46208         (test-program-cmd-after-env): Likewise.
46209         (test-program-cmd): Define in terms of new variables.
46210         * Rules (make-test-out): Use $(run-program-env).
46211         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
46212         (help): Do not mention environment variables.  Mention
46213         --timeoutfactor option.
46214         (timeoutfactor): New variable.
46215         (blacklist_exports): Remove function.
46216         (exports): Remove variable.
46217         (command): Do not include ${exports}.
46218         * manual/install.texi (Configuring and compiling): Do not mention
46219         test wrappers preserving environment variables.  Mention that last
46220         assignment to a variable must take precedence.
46221         * INSTALL: Regenerated.
46222         * benchtests/Makefile (run-bench): Use $(run-program-env).
46223         * catgets/Makefile ($(objpfx)test1.cat): Use
46224         $(built-program-cmd-before-env), $(run-program-env) and
46225         $(built-program-cmd-after-env).
46226         ($(objpfx)test2.cat): Do not specify environment variables
46227         explicitly.
46228         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
46229         $(run-program-env) and $(built-program-cmd-after-env).
46230         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
46231         $(run-program-env) and $(test-program-cmd-after-env).
46232         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
46233         explicitly.
46234         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
46235         run_program_env and test_program_cmd_after_env arguments.
46236         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
46237         * elf/tst-pathopt.sh: Use run_program_env argument.
46238         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
46239         $(test-wrapper-env) and $(run-program-env).
46240         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
46241         run_program_env arguments.
46242         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
46243         * intl/Makefile ($(objpfx)tst-gettext.out): Use
46244         $(test-program-prefix-before-env), $(run-program-env) and
46245         $(test-program-prefix-after-env).
46246         ($(objpfx)tst-gettext2.out): Likewise.
46247         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
46248         run_program_env and test_program_prefix_after_env arguments.
46249         * intl/tst-gettext2.sh: Likewise.
46250         * intl/tst-gettext4.sh: Do not set environment variables
46251         explicitly.
46252         * intl/tst-gettext6.sh: Likewise.
46253         * intl/tst-translit.sh: Likewise.
46254         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
46255         $(test-program-prefix-before-env), $(run-program-env) and
46256         $(test-program-prefix-after-env).
46257         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
46258         run_program_env and test_program_prefix_after_env arguments.
46259         * math/Makefile (run-regen-ulps): Use $(run-program-env).
46260         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
46261         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
46262         explicitly with each use of ${test_wrapper_env}.
46263         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
46264         $(test-program-prefix-before-env), $(run-program-env) and
46265         $(test-program-prefix-after-env).
46266         * posix/tst-getconf.sh: Do not set environment variables
46267         explicitly.
46268         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
46269         run_program_env and test_program_prefix_after_env arguments.
46270         * stdio-common/tst-printf.sh: Do not set environment variables
46271         explicitly.
46272         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
46273         $(test-program-prefix-before-env), $(run-program-env) and
46274         $(test-program-prefix-after-env).
46275         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
46276         run_program_env and test_program_prefix_after_env arguments.
46277         Split $test calls into $test_pre and $test.
46278         * timezone/Makefile (build-testdata): Use
46279         $(built-program-cmd-before-env), $(run-program-env) and
46280         $(built-program-cmd-after-env).
46282 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46284         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
46285         strlen for non SHARED builds.
46287 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
46289         * nptl/allocatestack.c (check_list): Inlined function...
46290         (__reclaim_stacks): ... here.
46292 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
46294         [BZ #15698]
46295         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
46296         memory overrun.
46298 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
46300         * Rules (make-test-out): Include
46301         LOCPATH=$(common-objpfx)localedata in default environment.
46302         * debug/Makefile (tst-chk1-ENV): Remove variable.
46303         (tst-chk2-ENV): Likewise.
46304         (tst-chk3-ENV): Likewise.
46305         (tst-chk4-ENV): Likewise.
46306         (tst-chk5-ENV): Likewise.
46307         (tst-chk6-ENV): Likewise.
46308         (tst-lfschk1-ENV): Likewise.
46309         (tst-lfschk2-ENV): Likewise.
46310         (tst-lfschk3-ENV): Likewise.
46311         (tst-lfschk4-ENV): Likewise.
46312         (tst-lfschk5-ENV): Likewise.
46313         (tst-lfschk6-ENV): Likewise.
46314         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
46315         (tst-iconv7-ENV): Likewise.
46316         * intl/Makefile (LOCPATH-ENV): Likewise.
46317         (tst-codeset-ENV): Likewise.
46318         (tst-gettext3-ENV): Likewise.
46319         (tst-gettext5-ENV): Likewise.
46320         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
46321         (tst-fopenloc-ENV): Likewise.
46322         (tst-fgetws-ENV): Remove variable.
46323         (tst-ungetwc1-ENV): Likewise.
46324         (tst-ungetwc2-ENV): Likewise.
46325         (bug-ungetwc2-ENV): Likewise.
46326         (tst-swscanf-ENV): Likewise.
46327         (bug-ftell-ENV): Likewise.
46328         (tst-fgetwc-ENV): Likewise.
46329         (tst-fseek-ENV): Likewise.
46330         (tst-ftell-partial-wide-ENV): Likewise.
46331         (tst-ftell-active-handler-ENV): Likewise.
46332         (tst-ftell-append-ENV): Likewise.
46333         * posix/Makefile (tst-fnmatch-ENV): Likewise.
46334         (tst-regexloc-ENV): Likewise.
46335         (bug-regex1-ENV): Likewise.
46336         (tst-regex-ENV): Likewise.
46337         (tst-regex2-ENV): Likewise.
46338         (bug-regex5-ENV): Likewise.
46339         (bug-regex6-ENV): Likewise.
46340         (bug-regex17-ENV): Likewise.
46341         (bug-regex18-ENV): Likewise.
46342         (bug-regex19-ENV): Likewise.
46343         (bug-regex20-ENV): Likewise.
46344         (bug-regex22-ENV): Likewise.
46345         (bug-regex23-ENV): Likewise.
46346         (bug-regex25-ENV): Likewise.
46347         (bug-regex26-ENV): Likewise.
46348         (bug-regex30-ENV): Likewise.
46349         (bug-regex32-ENV): Likewise.
46350         (bug-regex33-ENV): Likewise.
46351         (bug-regex34-ENV): Likewise.
46352         (bug-regex35-ENV): Likewise.
46353         (tst-rxspencer-ENV): Likewise.
46354         (tst-rxspencer-no-utf8-ENV): Likewise.
46355         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
46356         (tst-sscanf-ENV): Likewise.
46357         (tst-swprintf-ENV): Likewise.
46358         (tst-swscanf-ENV): Likewise.
46359         (test-vfprintf-ENV): Likewise.
46360         (scanf13-ENV): Likewise.
46361         (bug14-ENV): Likewise.
46362         (tst-grouping-ENV): Likewise.
46363         * stdlib/Makefile (tst-strtod-ENV): Likewise.
46364         (tst-strtod3-ENV): Likewise.
46365         (tst-strtod4-ENV): Likewise.
46366         (tst-strtod5-ENV): Likewise.
46367         (testmb2-ENV): Likewise./
46368         * string/Makefile (tst-strxfrm-ENV): Likewise.
46369         (tst-strxfrm2-ENV): Likewise.
46370         (bug-strcoll1-ENV): Likewise.
46371         (test-strcasecmp-ENV): Likewise.
46372         (test-strncasecmp-ENV): Likewise.
46373         * time/Makefile (tst-strptime-ENV): Likewise.
46374         (tst-ftime_l-ENV): Likewise.
46375         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
46376         (tst-mbrtowc-ENV): Likewise.
46377         (tst-wcrtomb-ENV): Likewise.
46378         (tst-mbrtowc2-ENV): Likewise.
46379         (tst-c16c32-1-ENV): Likewise.
46380         (tst-mbsnrtowcs-ENV): Likewise.
46382 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
46384         * manual/resource.texi (How to get information about the memory
46385         subsystem?): Fix typo.
46386         Reported by Peon de la Parra Ivan <peon@keba.com>
46388 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
46390         [BZ #16882]
46391         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
46392         (pthread_spin_lock): Branch out of spin loop to proper location.
46393         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
46394         (pthread_spin_lock): Likewise.
46396         * nptl/tst-spin4.c: New test.
46397         * nptl/Makefile (tests): Add tst-spin4.
46399 2014-06-03  Andreas Schwab  <schwab@suse.de>
46401         [BZ #15946]
46402         * resolv/res_send.c (send_dg): Reload file descriptor after
46403         calling reopen.
46405 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
46407         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
46409 2014-06-03  Richard Henderson  <rth@redhat.com>
46411         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
46412         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
46413         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
46414         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
46415         in the SAVE_PID block.
46416         (__libc_vfork): New alias.
46417         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
46419         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
46420         child in registers, not on the stack.  Remove RESET_PID conditionals.
46421         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
46423 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
46425         * sysdeps/aarch64/libm-test-ulps: Regenerate.
46427 2014-06-03  Wilco  <wdijkstr@arm.com>
46429         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
46430         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
46431         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
46432         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
46433         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
46434         Likewise.
46436 2014-06-03  Wilco  <wdijkstr@arm.com>
46438         * sysdeps/aarch64/fpu/math_private.h
46439         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
46440         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
46441         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
46442         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
46443         Fix declarations.
46445 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
46447         * crypt/crypt-private.h: Include ufc-crypt.h.
46448         (__b64_from_24bit): Declare extern.
46449         * crypt/crypt_util.c(__b64_from_24bit): New function.
46450         (b64t): New static const variable.
46451         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
46452         (b64t): Remove variable.
46453         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
46454         * crypt/sha256-crypt.c: Include crypt-private.h.
46455         (b64t): Remove variable.
46456         (__sha256_crypt_r): Remove b64_from_24bit and replace
46457         with __b64_from_24bit.
46458         * crypt/sha512-crypt.c: Likewise.
46460 2014-06-02  Roland McGrath  <roland@hack.frob.com>
46462         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
46463         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
46464         Label the code __libc_vfork rather than __vfork.
46465         [!NOT_IN_libc] (vfork): Define as weak alias.
46466         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
46467         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
46468         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
46470 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
46472         * malloc/malloc.c (malloc_info): Fix format specifier for
46473         n_mmaps.
46475 2014-06-02  Wilco  <wdijkstr@arm.com>
46477         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
46478         FPCR write.
46480 2014-06-02  Wilco  <wdijkstr@arm.com>
46482         [BZ #17009]
46483         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
46484         Rewrite to reduce FPCR/FPSR accesses.
46486 2014-06-01  David S. Miller  <davem@davemloft.net>
46488         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46490 2014-05-31  David S. Miller  <davem@davemloft.net>
46492         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
46493         to occur in round to nearest mode when |x| >= 2.0
46495 2014-05-30  Richard Henderson  <rth@twiddle.net>
46497         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
46498         (PSEUDO_RET_NOERRNO): Remove.
46499         (ret): Don't redefine.
46500         (ret_NOERRNO): Define in terms of ret.
46501         (ret_ERRVAL): Likewise.
46503         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
46504         use of PSEUDO_RET; perform the error check directly.
46506 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
46508         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
46509         with __int128_t.
46511 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46513         * malloc/malloc (malloc_info): Fix formatting.
46515 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46516             Roland McGrath  <roland@hack.frob.com>
46518         * malloc/malloc (malloc_info): Also print mmapped statistics.
46520 2014-05-30  Roland McGrath  <roland@hack.frob.com>
46522         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
46523         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
46525 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
46527         * malloc/malloc.c (malloc_info): Inline mi_arena.
46529 2014-05-29  Richard Henderson  <rth@twiddle.net>
46531         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
46532         Remove comma before expanding ASM_ARGS_##nr.
46533         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
46534         Make _x0 a strict output; make _x8 a strict input; adjust expansion
46535         of ASM_ARGS_##nr.
46536         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
46537         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
46538         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
46539         (ASM_ARGS_1): Add leading comma.
46541         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
46542         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
46543         to __errno_location.
46544         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
46545         Remove the expected plt for __errno_location.
46547         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
46548         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
46549         call to __read_tp.
46551         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
46552         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
46553         it and break it down.
46554         (DOCARGS_0, DOCARGS_1): Do nothing.
46555         (DOCARGS_2): Update to store into the new stack frame.
46556         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
46557         (UNDOCARGS_1): Update to restore from the new stack frame.
46558         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
46559         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
46561         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
46562         (SINGLE_THREAD_P): New parameter for result regno.
46563         (PSEUDO): Update to match; use cbz instead of beq.
46565         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
46566         Use ENTRY to define the _nocancel entry point.  Share the syscall
46567         and syscall error check paths with the cancel path.
46568         (PSEUDO_END): New.
46570         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
46571         whitespace; tabs before and after asm mnemonics.
46573 2014-05-29  Eric Wong  <normalperson@yhbt.net>
46575         [BZ #15132]
46576         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46577         Call fstat64 or stat64 internally, depending on arguments passed.
46578         Replace stat buffer argument with file descriptor argument.
46579         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
46580         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
46581         Pass fd to __internal_statvfs instead of calling fstat64.
46582         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
46583         Pass fd to __internal_statvfs64 instead of calling fstat64.
46584         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
46585         Pass -1 to __internal_statvfs instead of calling stat64.
46586         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
46587         Pass -1 to __internal_statvfs64 instead of calling stat64.
46589 2014-05-28  Roland McGrath  <roland@hack.frob.com>
46591         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
46592         that was previously under [RESET_PID].
46593         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
46595         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
46596         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
46598 2014-05-27  Roland McGrath  <roland@hack.frob.com>
46600         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
46602         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
46603         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
46605 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
46607         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
46609 2014-05-27  Andreas Schwab  <schwab@suse.de>
46611         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
46612         TLS_INIT_TP macro.
46613         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
46614         * elf/rtld.c (init_tls, dl_main): Likewise.
46615         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
46616         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
46617         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
46618         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
46619         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
46620         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
46621         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
46622         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
46623         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
46624         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
46625         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
46626         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
46627         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
46628         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
46629         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
46630         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
46631         * sysdeps/generic/tls.h: Update description.
46633 2014-05-27  Will Newton  <will.newton@linaro.org>
46635         [BZ #16990]
46636         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
46637         and restore r2 rather than just restoring.
46639 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
46641         [BZ #16724]
46642         * libio/tst-ftell-append.c: New test case.
46643         * libio/Makefile (tests): Add test case.
46644         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
46645         append mode.
46646         * libio/wfileops.c (do_ftell_wide): Likewise.
46648 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46650         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46652         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
46653         ...
46654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
46655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
46656         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
46657         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
46658         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
46659         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
46660         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
46661         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
46662         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
46663         Moved ...
46664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
46665         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
46666         Moved ...
46667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
46668         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
46669         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
46670         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
46671         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
46672         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
46673         ...
46674         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
46675         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
46676         Moved ...
46677         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
46678         here.
46679         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
46680         ...
46681         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
46682         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
46683         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
46685         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
46686         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
46687         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
46688         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
46690         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
46691         merge into ...
46692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
46693         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
46694         ...
46695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
46696         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
46697         ...
46698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
46699         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
46700         Moved ...
46701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
46702         here.
46703         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
46704         Moved ...
46705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
46706         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
46707         Moved ...
46708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
46710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
46711         conditional [RESET_PID].
46712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
46713         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
46714         removed.
46715         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
46716         removed.
46718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
46719         <tcb-offsets.h>.
46720         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
46721         (__libc_vfork): New strong alias.
46722         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
46723         removed.
46724         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
46725         Removed.
46727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
46728         <tcb-offsets.h>.
46729         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
46730         (__libc_vfork): New strong alias.
46731         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
46732         removed.
46733         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
46734         removed.
46736 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
46738         * malloc/malloc.c (mi_arena): New function.
46739         (malloc_info): Remove nested function mi_arena. Call non-nosted
46740         function mi_arena.
46742 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46744         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
46745         by insrwi.
46746         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
46747         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
46748         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
46749         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
46750         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
46751         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
46752         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
46754 2014-05-26  Andreas Schwab  <schwab@suse.de>
46756         [BZ #16984]
46757         * locale/programs/repertoire.c (repertoire_read): Add slash
46758         between I18NPATH element and file name.
46759         * locale/programs/locfile.c (locfile_read): Likewise.
46761 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
46763         * nptl/pthread_mutexattr_settype.c
46764         (__pthread_mutexattr_settype):
46765         Disable lock elision for PTHREAD_MUTEX_NORMAL.
46767 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
46769         * nptl/tst-mutex5 (do_test):
46770         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
46772 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46774         * benchtests/README: Document 'init' directive.
46775         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
46776         BENCH_INIT.
46777         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
46778         (parse_file): Recognize 'init' directive.
46780 2014-05-26  Kyle McMartin  <kyle@redhat.com>
46782         [BZ #16796]
46783         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
46784         alignment of struct pthread.
46786 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46788         [BZ #16878]
46789         * nscd/netgroupcache.c (addgetnetgrentX): Look for
46790         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
46791         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
46792         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
46794 2014-05-25  Richard Henderson  <rth@twiddle.net>
46796         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
46797         (SINGLE_THREAD_P_PIC): Remove.
46798         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
46799         (SINGLE_THREAD_P_PIC): Remove.
46801         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
46802         branch to syscall error ...
46803         (PSEUDO): ... here.
46804         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
46805         from __local_syscall_error to .Lsyscall_error.
46806         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
46807         (SYSCALL_ERROR): Update label name.
46809         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
46810         Do not use DOARGS/UNDOARGS.
46811         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
46812         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
46813         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
46814         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
46815         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
46817         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
46818         block comment.
46820         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
46821         define if !NOT_IN_libc.
46822         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
46823         define with non-default symbol versions.
46825 2014-05-23  Richard Henderson  <rth@twiddle.net>
46827         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
46828         (vfork, __vfork): Define via compat_symbol.
46830         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
46831         [!HAVE_IFUNC] (vfork_compat): Remove.
46832         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
46834 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
46836         [BZ #16978]
46837         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
46838         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
46839         variable.
46841 2014-05-23  Richard Henderson  <rth@twiddle.net>
46843         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
46844         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
46845         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
46846         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
46848         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
46849         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
46850         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
46851         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
46852         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
46853         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
46854         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
46855         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
46856         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
46857         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
46858         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
46859         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
46860         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
46861         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
46862         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
46863         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
46864         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
46865         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
46866         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
46867         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
46868         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
46869         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
46870         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
46871         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
46872         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
46873         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
46874         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
46875         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
46876         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
46877         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
46878         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
46879         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
46880         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
46881         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
46882         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
46883         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
46884         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
46885         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
46886         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
46887         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
46888         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
46889         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
46890         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
46891         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
46892         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
46893         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
46894         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
46895         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
46896         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
46897         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
46898         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
46899         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
46900         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
46901         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
46902         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
46903         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
46905         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
46906         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
46907         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
46908         before exiting on error.
46909         (__libc_vfork): New strong alias.
46910         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
46911         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
46913         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
46914         that was previously under [RESET_PID].
46915         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
46917         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
46919 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
46921         [BZ #16977]
46922         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
46923         value when x - 1 is zero.
46924         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
46925         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
46926         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
46927         0.0L for an argument of 1.0L.
46928         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
46929         Likewise.
46930         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
46931         value when x - 1 is zero.
46932         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
46933         * sysdeps/i386/fpu/libm-test-ulps: Update.
46934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46936 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
46938         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
46939         alphasort and versionsort.
46941 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46943         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
46944         macro.
46945         [copysignf]: Likewise.
46947 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46949         * crypt/md5-crypt.c: Fix formatting.
46951 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
46953         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
46954         (b64_from_24bit): New function.
46956 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46958         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
46959         libc_hidden_builtin_def to ifunc.
46960         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
46961         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
46963 2014-05-21  Roland McGrath  <roland@hack.frob.com>
46965         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
46966         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
46968 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
46970         * nscd/Depend (linuxthreads): Remove.
46971         (nptl): Add.
46972         * resolv/Depend (linuxthreads): Remove.
46973         * rt/Depend (linuxthreads): Remove.
46975         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
46976         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
46977         $(common-objpfx)elf/.
46978         (link-libc-before-gnulib): Likewise.
46979         (elfobjdir): Remove variable.
46980         * Makefile (install): Use $(elf-objpfx) instead of
46981         $(common-objpfx)elf/.
46982         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
46983         $(elfobjdir)/.
46984         (link-libc-deps): Likewise.
46985         ($(common-objpfx)libc.so): Likewise.
46986         ($(common-objpfx)linkobj/libc.so): Likewise.
46987         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
46988         instead of $(common-objpfx)elf/.
46989         (symbolic-link-list): Likewise.
46990         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
46991         [$(cross-compiling) = no]: Likewise.
46992         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
46993         $(elfobjdir)/.
46994         (static-gnulib-arch): Likewise.
46995         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
46996         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
46997         $(common-objpfx)elf/.
46999 2014-05-21  Richard Henderson  <rth@redhat.com>
47001         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
47002         (SINGLE_THREAD_P): Use the correct width load.  Fold
47003         into the ldr offset.
47005         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
47006         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
47008 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
47010         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
47011         (libgcc_s_resume): Use __attribute_used__.
47012         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
47013         Likewise.
47015 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47017         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
47018         optimization when used with float constants.
47020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47022 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
47024         [BZ #16915]
47025         * locale/nl_langinfo_l.c: Make direct reference to every
47026         _nl_current_CATEGORY symbol.
47027         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
47028         (tests-static): Add tst-langinfo-static.
47029         (tests-special): Add tst-langinfo-static.out.
47030         ($(objpfx)tst-langinfo.out): Redirect output.
47031         ($(objpfx)tst-langinfo-static.out): New.
47032         * localedata/tst-langinfo.sh: Send output to stdout.
47033         * localedata/tst-langinfo-static.c: New file.
47035         [BZ #16965]
47036         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
47037         when the shift amount is modulo the limb size.
47039 2014-05-20  Richard Henderson  <rth@redhat.com>
47041         [BZ #16967]
47042         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
47043         Change type of sa_flags from unsigned int to int.
47045         [BZ #16966]
47046         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
47048         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
47050 2014-05-20  Will Newton  <will.newton@linaro.org>
47052         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
47053         Test the return value of the system call in the nocancel case.
47055 2014-05-20  Will Newton  <will.newton@linaro.org>
47056             Yvan Roux  <yvan.roux@linaro.org>
47058         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
47059         #include of asm/ptrace.h.
47060         (PTRACE_GET_THREAD_AREA): Remove #undef.
47061         (PTRACE_GETHBPREGS): Likewise.
47062         (PTRACE_SETHBPREGS): Likewise.
47063         (struct user_regs_struct): New structure.
47064         (struct user_fpsimd_struct): New structure.
47065         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
47066         #include of asm/ptrace.h and second #include of sys/user.h.
47067         (PTRACE_GET_THREAD_AREA): Remove #undef.
47068         (PTRACE_GETHBPREGS): Likewise.
47069         (PTRACE_SETHBPREGS): Likewise.
47070         (ELF_NGREG): Use new struct user_regs_struct.
47071         (elf_fpregset_t): Use new struct user_fpsimd_struct.
47073 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47075         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
47076         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
47078 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
47080         [BZ #16958]
47081         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
47082         membar to avoid block loads/stores to overlap previous stores.
47084 2014-05-17  Richard Henderson  <rth@redhat.com>
47086         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
47087         Create the __##syscall_name##_nocancel entry point.
47088         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
47089         Remove; let the sysdep-cancel.h code create it.
47091 2014-05-17  David S. Miller  <davem@davemloft.net>
47093         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
47094         Protect with __USE_GNU.
47095         (TIOCSET_TEMPT): Likewise.
47096         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
47097         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
47098         these are already provided in bits/ioctl-types.h
47100 2014-05-16  Roland McGrath  <roland@hack.frob.com>
47102         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
47103         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
47105         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
47106         Use wait4 regardless of [__NR_waitpid].
47108 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
47110         PR libgcc/60166
47111         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
47112         (_FP_NANSIGN_Q): Set the quiet bit.
47114 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
47116         * benchtests/Makefile
47117         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
47118         not $(common-objpfx)math/libm.so.
47119         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
47120         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
47121         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
47122         $(common-objpfx)dlfcn/libdl.so.
47123         ($(objpfx)tst-audit8): Depend on $(libm), not
47124         $(common-objpfx)math/libm.so.
47125         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
47126         not $(common-objpfx)dlfcn/libdl.so.
47127         * math/Makefile
47128         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
47129         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
47130         [$(build-shared) = yes].
47131         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
47132         $(common-objpfx)nptl/libpthread.so.
47133         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
47134         $(common-objpfx)math/libm.so$(libm.so-version) or
47135         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
47136         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
47137         $(common-objpfx)dlfcn/libdl.so.
47138         * setjmp/Makefile (link-libm): Remove variable.
47139         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
47140         * stdio-common/Makefile (link-libm): Remove variable.
47141         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
47142         * stdlib/Makefile (link-libm): Remove variable.
47143         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
47144         ($(objpfx)tst-strtod-round): Likewise.
47145         ($(objpfx)tst-tininess): Likewise.
47146         ($(objpfx)tst-strtod-underflow): Likewise.
47147         ($(objpfx)tst-strtod6): Likewise.
47148         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
47149         $(libdl), not $(common-objpfx)nptl/libpthread.so and
47150         $(common-objpfx)dlfcn/libdl.so.
47152 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47154         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
47155         BSD terminal modes definitions.
47157 2014-05-16  Roland McGrath  <roland@hack.frob.com>
47159         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
47160         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
47162         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
47163         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
47164         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
47165         Don't do #include_next.
47166         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
47167         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
47168         Don't do #include_next.
47169         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
47170         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
47171         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
47172         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
47174 2014-05-16  Allan McRae  <allan@archlinux.org>
47176         * po/sv.po: Update Swedish translation from translation project.
47178         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
47179         in sed expression.
47181 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
47183         [BZ #16917]
47184         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
47185         errno if the TIOCGPTN ioctl fails with an error different than
47186         EINVAL.
47187         * login/tst-ptsname.c: New file.
47188         * login/Makefile (tests): Add tst-ptsname.
47190         [BZ #16943]
47191         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
47192         and prlimit64.
47194 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
47196         [BZ #16849]
47197         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
47198         herrno to return EAI_AGAIN.
47200 2014-05-14  Roland McGrath  <roland@hack.frob.com>
47202         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
47203         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
47204         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
47205         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
47206         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
47207         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
47208         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
47209         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
47210         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
47211         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
47212         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
47213         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
47214         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
47215         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
47216         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
47217         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
47218         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
47219         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
47220         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
47221         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
47222         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
47223         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
47224         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
47225         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
47226         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
47227         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
47228         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
47229         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
47230         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
47231         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
47232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
47233         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
47234         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
47235         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
47236         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
47237         Moved ...
47238         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
47239         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
47240         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
47241         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
47242         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
47243         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
47244         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
47245         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
47246         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
47247         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
47248         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
47249         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
47250         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
47251         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
47252         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
47253         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
47254         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
47255         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
47256         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
47257         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
47258         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
47259         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
47260         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
47261         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
47262         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
47263         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
47264         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
47265         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
47266         Moved ...
47267         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
47268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
47269         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
47270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
47271         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
47272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
47273         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
47274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
47275         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
47276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
47277         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
47278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
47279         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
47280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
47281         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
47282         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
47283         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
47284         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
47285         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
47286         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
47287         Moved ...
47288         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
47289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
47290         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
47292         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
47293         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
47294         (libpthread-sysdep_routines): Add elision-related stuff here instead.
47295         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
47296         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
47297         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
47298         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
47299         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
47300         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
47301         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
47302         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
47303         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
47304         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
47305         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
47306         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
47307         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
47308         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
47309         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
47310         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
47311         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
47312         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
47313         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
47314         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
47315         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
47316         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
47317         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
47318         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
47319         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
47320         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
47321         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
47322         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
47324         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
47325         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
47327         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
47328         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
47329         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
47330         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
47331         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
47332         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
47333         Moved ...
47334         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
47335         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
47336         Moved ...
47337         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
47338         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
47339         Moved ...
47340         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
47341         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
47342         Moved ...
47343         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
47344         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
47345         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
47346         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
47347         Moved ...
47348         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
47349         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
47350         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
47351         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
47352         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
47353         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
47354         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
47355         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
47356         Moved ...
47357         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
47358         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
47359         Moved ...
47360         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
47361         ... here.
47362         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
47363         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
47364         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
47365         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
47366         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
47367         Moved ...
47368         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
47369         ... here.
47370         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
47371         Moved ...
47372         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
47373         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
47374         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
47375         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
47376         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
47377         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
47378         Moved ...
47379         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
47380         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
47381         Moved ...
47382         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
47383         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
47384         Moved ...
47385         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
47386         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
47387         Moved ...
47388         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
47389         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
47390         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
47391         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
47392         Moved ...
47393         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
47394         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
47395         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
47396         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
47397         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
47398         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
47399         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
47400         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
47401         Moved ...
47402         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
47403         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
47404         Moved ...
47405         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
47406         ... here.
47407         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
47408         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
47409         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
47410         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
47411         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
47412         Moved ...
47413         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
47414         ... here.
47415         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
47416         Moved ...
47417         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
47418         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
47419         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
47420         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
47421         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
47422         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
47423         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
47424         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
47425         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
47426         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
47427         Moved ...
47428         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
47429         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
47430         Moved ...
47431         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
47432         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
47433         Moved ...
47434         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
47435         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
47436         Moved ...
47437         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
47438         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
47439         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
47440         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
47441         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
47442         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
47443         Moved ...
47444         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
47445         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
47446         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
47447         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
47448         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
47449         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
47450         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
47451         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
47452         Moved ...
47453         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
47454         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
47455         Moved ...
47456         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
47457         ... here.
47458         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
47459         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
47460         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
47461         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
47462         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
47463         Moved ...
47464         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
47465         ... here.
47466         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
47467         Moved ...
47468         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
47469         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
47470         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
47471         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
47472         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
47473         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
47474         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
47475         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
47476         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
47477         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
47478         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
47480         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
47481         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
47483         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
47484         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
47486         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
47487         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
47488         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
47489         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
47490         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
47491         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
47492         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
47493         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
47494         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
47495         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
47496         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
47497         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
47498         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
47499         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
47500         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
47501         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
47502         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
47503         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
47504         Moved ...
47505         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
47506         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
47507         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
47508         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
47509         Moved ...
47510         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
47511         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
47512         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
47513         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
47514         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
47515         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
47516         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
47517         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
47518         Moved ...
47519         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
47520         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
47521         Moved ...
47522         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
47523         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
47524         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
47525         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
47526         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
47527         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
47528         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
47529         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
47530         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
47531         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
47532         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
47533         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
47534         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
47535         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
47536         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
47537         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
47538         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
47540         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
47541         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
47542         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
47543         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
47544         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
47546         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
47547         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
47548         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
47549         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
47550         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
47551         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
47552         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
47553         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
47554         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
47555         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
47557         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
47558         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
47560         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
47561         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
47562         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
47563         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
47564         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
47565         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
47566         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
47567         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
47568         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
47569         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
47570         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
47571         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
47572         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
47573         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
47574         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
47575         Update #include.
47576         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
47577         Likewise.
47578         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
47579         Likewise.
47580         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
47581         Likewise.
47582         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
47583         Likewise.
47584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
47585         Likewise.
47586         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
47587         Likewise.
47588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
47589         Likewise.
47590         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
47591         Likewise.
47592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
47593         Likewise.
47594         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
47595         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
47596         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
47597         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
47598         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
47599         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
47600         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
47601         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
47602         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
47603         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
47604         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
47605         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
47606         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
47607         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
47608         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
47610         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
47611         that was previously under [RESET_PID].
47612         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
47613         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
47614         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
47616         * sysdeps/i386/nptl/Implies: New file.
47617         * sysdeps/x86_64/nptl/Implies: New file.
47618         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
47619         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
47620         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
47621         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
47623         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
47624         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
47625         (__libc_vfork): New strong alias.
47626         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
47627         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
47629         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
47630         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
47631         (__libc_vfork): New strong alias.
47632         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
47633         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
47635         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
47636         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
47637         (__libc_vfork): New strong alias.
47638         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
47639         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
47640         * nptl/pt-vfork.c: New file.
47641         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
47642         (libpthread: GLIBC_2.20): New version set (empty).
47644 2014-05-14  Will Newton  <will.newton@linaro.org>
47646         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
47647         rather than #if.
47649 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
47651         [BZ #16564]
47652         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
47653         arguments with exponent 65 or above.
47654         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
47655         arguments 0x1p113L or above.
47656         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
47657         to arguments 0x1p107L or above.
47658         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
47659         positive arguments with exponent 65 or above.
47660         * math/auto-libm-test-in: Add more tests of log1p.
47661         * math/auto-libm-test-out: Regenerated.
47663         [BZ #16928]
47664         * math/s_cacos.c (__cacos): Ensure zero real part of result from
47665         non-finite arguments is +0.
47666         * math/s_cacosf.c (__cacosf): Likewise.
47667         * math/s_cacosl.c (__cacosl): Likewise.
47668         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
47669         * sysdeps/i386/fpu/libm-test-ulps: Update.
47670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47672         [BZ #16927]
47673         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
47674         value.
47675         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
47676         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
47677         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
47678         for explicit high bit of mantissa when testing for argument equal
47679         to 1.
47680         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
47681         * sysdeps/i386/fpu/libm-test-ulps: Update.
47682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47684         [BZ #16516]
47685         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
47686         (__erf): Scale by 16 instead of 8 in potentially underflowing
47687         case.  Ensure exception if result actually underflows.
47688         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
47689         (__erff): Scale by 16 instead of 8 in potentially underflowing
47690         case.  Ensure exception if result actually underflows.
47691         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
47692         (efx8): Remove variable.
47693         (__erfl): Scale by 16 instead of 8 in potentially underflowing
47694         case.  Ensure exception if result actually underflows.
47695         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
47696         (efx8): Remove variable.
47697         (__erfl): Scale by 16 instead of 8 in potentially underflowing
47698         case.  Ensure exception if result actually underflows.
47699         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
47700         (efx8): Remove variable.
47701         (__erfl): Scale by 16 instead of 8 in potentially underflowing
47702         case.  Ensure exception if result actually underflows.
47703         * math/auto-libm-test-in: Add more tests of erf.
47704         * math/auto-libm-test-out: Regenerated.
47706 2014-05-14  Andreas Schwab  <schwab@suse.de>
47708         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
47709         Remove code conditionalized on USE___THREAD.
47711         * config.h.in (HAVE_PT_CHOWN): Define as 0.
47712         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
47713         not definedness.
47715 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
47717         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
47718         Define unconditionally.
47719         (__ASSUME_O_CLOEXEC): Likewise.
47720         (__ASSUME_SOCK_CLOEXEC): Likewise.
47721         (__ASSUME_IN_NONBLOCK): Likewise.
47722         (__ASSUME_PIPE2): Likewise.
47723         (__ASSUME_EVENTFD2): Likewise.
47724         (__ASSUME_SIGNALFD4): Likewise.
47725         (__ASSUME_DUP3): Likewise.
47726         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
47727         (__ASSUME_DUP3): Do not define.
47728         (__ASSUME_EVENTFD2): Likewise.
47729         (__ASSUME_IN_NONBLOCK): Likewise.
47730         (__ASSUME_O_CLOEXEC): Likewise.
47731         (__ASSUME_PIPE2): Likewise.
47732         (__ASSUME_SIGNALFD4): Likewise.
47733         (__ASSUME_SOCK_CLOEXEC): Likewise.
47734         (__ASSUME_UTIMES): Undefine.
47735         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
47736         (__ASSUME_UTIMES): Do not define.
47737         (__ASSUME_O_CLOEXEC): Likewise.
47738         (__ASSUME_SOCK_CLOEXEC): Likewise.
47739         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
47740         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
47741         0x020621].
47742         (__ASSUME_PIPE2): Likewise.
47743         (__ASSUME_EVENTFD2): Likewise.
47744         (__ASSUME_SIGNALFD4): Likewise.
47745         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
47746         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
47747         Do not define.
47748         (__ASSUME_EVENTFD2): Likewise.
47749         (__ASSUME_SIGNALFD4): Likewise.
47750         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
47751         (__ASSUME_32BITUIDS): Likewise.
47752         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
47753         (__ASSUME_IPC64): Likewise.
47754         (__ASSUME_ST_INO_64_BIT): Likewise.
47755         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
47756         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
47757         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
47758         (__ASSUME_UTIMES): Do not define.
47759         (__ASSUME_PSELECT): Likewise.
47760         (__ASSUME_PPOLL): Likewise.
47761         (__ASSUME_O_CLOEXEC): Likewise.
47762         (__ASSUME_SOCK_CLOEXEC): Likewise.
47763         (__ASSUME_IN_NONBLOCK): Likewise.
47764         (__ASSUME_PIPE2): Likewise.
47765         (__ASSUME_EVENTFD2): Likewise.
47766         (__ASSUME_SIGNALFD4): Likewise.
47767         (__ASSUME_DUP3): Likewise.
47768         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
47769         (__ASSUME_UTIMES): Likewise.
47770         (__ASSUME_O_CLOEXEC): Likewise.
47771         (__ASSUME_SOCK_CLOEXEC): Likewise.
47772         (__ASSUME_IN_NONBLOCK): Likewise.
47773         (__ASSUME_PIPE2): Likewise.
47774         (__ASSUME_EVENTFD2): Likewise.
47775         (__ASSUME_SIGNALFD4): Likewise.
47776         (__ASSUME_DUP3): Likewise.
47777         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
47778         (__ASSUME_UTIMES): Likewise.
47779         (__ASSUME_O_CLOEXEC): Likewise.
47780         (__ASSUME_SOCK_CLOEXEC): Likewise.
47781         (__ASSUME_IN_NONBLOCK): Likewise.
47782         (__ASSUME_PIPE2): Likewise.
47783         (__ASSUME_EVENTFD2): Likewise.
47784         (__ASSUME_SIGNALFD4): Likewise.
47785         (__ASSUME_DUP3): Likewise.
47786         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
47787         Likewise.
47788         (__ASSUME_UTIMES): Likewise.
47789         (__ASSUME_EVENTFD2): Likewise.
47790         (__ASSUME_SIGNALFD4): Likewise.
47791         * sysdeps/unix/sysv/linux/tile/kernel-features.h
47792         (__ASSUME_O_CLOEXEC): Likewise.
47793         (__ASSUME_SOCK_CLOEXEC): Likewise.
47794         (__ASSUME_IN_NONBLOCK): Likewise.
47795         (__ASSUME_PIPE2): Likewise.
47796         (__ASSUME_EVENTFD2): Likewise.
47797         (__ASSUME_SIGNALFD4): Likewise.
47798         (__ASSUME_DUP3): Likewise.
47799         (__ASSUME_UTIMES): Undefine.
47801         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
47802         feclearexcept.  Remove symbol versioning code.
47803         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
47804         symbol versioning code.
47805         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
47806         symbol versioning code.
47807         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
47808         feupdateenv.  Remove symbol versioning code.
47809         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
47810         fegetexceptflag.  Remove symbol versioning code.
47811         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
47812         fesetexceptflag.  Remove symbol versioning code.
47813         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
47814         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
47815         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
47816         (__posix_fadvise64_l32): Remove prototype.
47817         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
47818         code.
47820 2014-05-13  Roland McGrath  <roland@hack.frob.com>
47822         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
47823         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
47824         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
47825         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
47827 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
47829         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
47830         current working directory
47832 2014-05-13  Roland McGrath  <roland@hack.frob.com>
47834         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
47835         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
47836         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
47837         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
47838         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
47839         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
47840         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
47841         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
47842         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
47843         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
47844         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
47845         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
47846         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
47847         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
47848         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
47849         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
47850         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
47851         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
47852         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
47853         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
47854         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
47855         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
47856         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
47857         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
47858         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
47859         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
47860         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
47861         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
47862         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
47863         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
47864         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
47865         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
47866         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
47867         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
47868         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
47869         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
47870         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
47871         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
47872         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
47873         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
47874         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
47875         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
47877         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
47878         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
47880         * sysdeps/unix/sysv/linux/arm/Makefile
47881         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
47882         Add rt-aeabi_unwind_cpp_pr1.
47883         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
47884         Add nptl-aeabi_unwind_cpp_pr1.
47885         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
47886         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
47887         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
47888         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
47889         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
47890         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
47892         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
47893         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
47894         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
47895         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
47897         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
47898         Deconditionalize the code that was previously under [RESET_PID].
47899         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
47901         * sysdeps/generic/exit-thread.h: New file.
47902         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
47903         * include/unistd.h (__exit_thread): Remove declaration.
47904         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
47905         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
47906         * csu/libc-start.c: Include <exit-thread.h>.
47907         (LIBC_START_MAIN): Pass no argument to __exit_thread.
47908         * nptl/pthread_create.c: Include <exit-thread.h>.
47909         (start_thread): Call __exit_thread in place of __exit_thread_inline.
47910         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
47911         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
47912         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
47913         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
47914         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
47915         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
47916         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
47917         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
47918         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
47919         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
47920         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
47921         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
47922         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
47923         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
47924         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
47925         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
47927 2014-05-13  Andreas Schwab  <schwab@suse.de>
47929         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
47931 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
47933         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
47934         (__ASSUME_UTIMES): Do not condition on kernel version.
47935         (__ASSUME_PSELECT): Define unconditionally.
47936         (__ASSUME_PPOLL): Likewise.
47937         (__ASSUME_ATFCTS): Likewise.
47938         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
47939         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
47940         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
47941         (__ASSUME_UTIMENSAT): Define unconditionally.
47942         (__ASSUME_PRIVATE_FUTEX): Likewise.
47943         (__ASSUME_FALLOCATE): Likewise.
47944         (__ASSUME_O_CLOEXEC): Likewise.
47945         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
47946         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
47947         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
47948         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
47949         (__ASSUME_IN_NONBLOCK): Likewise.
47950         (__ASSUME_PIPE2): Likewise.
47951         (__ASSUME_EVENTFD2): Likewise.
47952         (__ASSUME_SIGNALFD4): Likewise.
47953         (__ASSUME_DUP3): Likewise.
47954         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
47955         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
47956         (__ASSUME_AT_RANDOM): Likewise.
47957         (__ASSUME_PREADV): Likewise.
47958         (__ASSUME_PWRITEV): Likewise.
47959         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
47960         (__ASSUME_F_GETOWN_EX): Define unconditionally.
47961         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
47962         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
47963         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
47964         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
47965         (__ASSUME_O_CLOEXEC): Define unconditionally.
47966         (__ASSUME_PSELECT): Do not undefine conditionally.
47967         (__ASSUME_PPOLL): Likewise.
47968         (__ASSUME_ATFCTS): Likewise.
47969         (__ASSUME_SET_ROBUST_LIST): Likewise.
47970         (__ASSUME_UTIMENSAT): Likewise.
47971         (__ASSUME_FDATASYNC): Define unconditionally.
47972         * sysdeps/unix/sysv/linux/arm/kernel-features.h
47973         (__ASSUME_SIGFRAME_V2): Likewise.
47974         )__ASSUME_EVENTFD2): Likewise.
47975         (__ASSUME_SIGNALFD4): Likewise.
47976         (__ASSUME_PSELECT): Do not undefine conditionally.
47977         (__ASSUME_PPOLL): Likewise.
47978         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
47979         (__ASSUME_PSELECT): Define unconditionally.
47980         (__ASSUME_PPOLL): Likewise.
47981         (__ASSUME_O_CLOEXEC): Likewise.
47982         (__ASSUME_SOCK_CLOEXEC): Likewise.
47983         (__ASSUME_IN_NONBLOCK): Likewise.
47984         (__ASSUME_PIPE2): Likewise.
47985         (__ASSUME_EVENTFD2): Likewise.
47986         (__ASSUME_SIGNALFD4): Likewise.
47987         (__ASSUME_DUP3): Likewise.
47988         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
47989         (__ASSUME_O_CLOEXEC): Likewise.
47990         (__ASSUME_SOCK_CLOEXEC): Likewise.
47991         (__ASSUME_IN_NONBLOCK): Likewise.
47992         (__ASSUME_PIPE2): Likewise.
47993         (__ASSUME_EVENTFD2): Likewise.
47994         (__ASSUME_SIGNALFD4): Likewise.
47995         (__ASSUME_DUP3): Likewise.
47996         * sysdeps/unix/sysv/linux/mips/kernel-features.h
47997         (__ASSUME_EVENTFD2): Likewise.
47998         (__ASSUME_SIGNALFD4): Likewise.
47999         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
48001 2014-05-12  Andreas Schwab  <schwab@suse.de>
48003         [BZ #16932]
48004         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
48005         (_nss_nis_gethostbyname4_r): Return error if item length is larger
48006         than maximum RPC packet size.
48007         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
48008         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
48009         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
48010         (_nss_nis_getservbyport_r): Likewise.
48012 2014-05-12  Will Newton  <will.newton@linaro.org>
48014         * malloc/Makefile (tests): Add tst-mallopt.
48015         * malloc/tst-mallopt.c: New file.
48017 2014-05-09  Roland McGrath  <roland@hack.frob.com>
48019         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
48020         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
48022 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48024         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
48025         (tst-tlsmod6.so): Likewise.
48027 2014-05-09  Roland McGrath  <roland@hack.frob.com>
48029         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
48031 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
48033         [BZ #16064]
48034         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
48035         and <dl-procinfo.h>.
48036         (__fegetenv): Save SSE state in envp->__eip if supported.
48037         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
48038         envp->__eip if supported.
48039         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
48040         and <dl-procinfo.h>.
48041         (__fesetenv): Always set __eip, __cs_selector, __opcode,
48042         __data_offset and __data_selector in environment to 0.  Set SSE
48043         state if supported.
48044         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
48045         test-fenv-sse.
48046         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
48047         -mfpmath=sse.
48048         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
48050 2014-05-09  Will Newton  <will.newton@linaro.org>
48052         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
48053         and libc_relro_required for ARM.
48054         * sysdeps/arm/preconfigure: Regenerate.
48056 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
48057             Stefan Liebler  <stli@linux.vnet.ibm.com>
48059         * config.make.in (enable-lock-elision): New Makefile variable.
48060         * configure.ac: Likewise.
48061         * configure: Regenerate.
48062         * sysdeps/s390/configure.ac:
48063         Add check for gcc transactions support.
48064         * sysdeps/s390/configure: Regenerate.
48065         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
48066         Build elision files if enabled.
48067         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
48068         Add lock elision support for s390.
48069         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
48070         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
48071         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
48072         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
48073         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
48074         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
48075         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
48076         Likewise.
48077         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
48078         Likewise.
48079         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
48080         Likewise.
48081         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
48082         Likewise.
48083         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
48084         (__lll_timedlock_elision, __lll_lock_elision)
48085         (__lll_unlock_elision, __lll_trylock_elision)
48086         (lll_timedlock_elision, lll_lock_elision)
48087         (lll_unlock_elision, lll_trylock_elision): Add.
48088         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
48089         (pthread_mutex_t): Add lock elision support for s390.
48091 2014-05-14  Wilco  <wdijkstr@arm.com>
48093         * sysdeps/arm/fclrexcpt.c: Cleanup.
48094         * sysdeps/arm/fedisblxcpt.c: Cleanup.
48095         * sysdeps/arm/feenablxcpt.c: Cleanup.
48096         * sysdeps/arm/fegetenv.c: Cleanup.
48097         * sysdeps/arm/fegetexcept.c: Cleanup.
48098         * sysdeps/arm/fegetround.c: Cleanup.
48099         * sysdeps/arm/feholdexcpt.c: Cleanup.
48100         * sysdeps/arm/fesetenv.c: Cleanup.
48101         * sysdeps/arm/fesetround.c: Cleanup.
48102         * sysdeps/arm/feupdateenv.c: Cleanup.
48103         * sysdeps/arm/fgetexcptflg.c: Cleanup.
48104         * sysdeps/arm/fraiseexcpt.c: Cleanup.
48105         * sysdeps/arm/fsetexcptflg.c: Cleanup.
48106         * sysdeps/arm/ftestexcept.c: Cleanup.
48107         * sysdeps/arm/get-rounding-mode.h: Cleanup.
48108         * sysdeps/arm/setfpucw.c: Cleanup.
48110 2014-05-09  Will Newton  <will.newton@linaro.org>
48112         * sysdeps/arm/armv7/strcmp.S: New file.
48113         * NEWS: Mention addition of ARMv7 optimized strcmp.
48115 2014-05-08  Roland McGrath  <roland@hack.frob.com>
48117         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
48118         look for %.ac rather than %.in.
48120         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
48121         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
48122         * sysdeps/mach/hurd/configure: Regenerated.
48123         * sysdeps/unix/sysv/linux/configure: Regenerated.
48125         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
48127 2014-05-07  Steve Ellcey  <sellcey@mips.com>
48129         [BZ #16922]
48130         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
48131         (LONG_SUB): Ditto.
48132         (PTR_SUB): Ditto.
48134 2014-05-07  Andreas Schwab  <schwab@suse.de>
48136         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
48137         when skipping over non-matching result from nscd.
48139 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
48141         [BZ #16876]
48142         * nptl/sockperf.c (client): Check socket return value.
48144         [BZ #16877]
48145         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
48146         nscd security class.
48148 2014-05-06  Roland McGrath  <roland@hack.frob.com>
48150         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
48151         * sysdeps/arm/unwind.h: ... here.
48153 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
48155         [BZ #16916]
48156         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
48157         Define.
48159 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
48161         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
48162         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
48163         multiarch strncpy for PPC64.
48164         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
48165         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
48166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
48167         multiarch optimizations.
48168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
48169         (__libc_ifunc_impl_list): Likewise.
48170         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
48171         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
48172         multiarch stpncpy for PPC64.
48173         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
48174         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
48176 2014-05-06  Andreas Schwab  <schwab@suse.de>
48178         [BZ #16912]
48179         * gmon/mcount.c (_MCOUNT_DECL): Use
48180         atomic_compare_and_exchange_bool_acq instead of
48181         catomic_compare_and_exchange_bool_acq.
48183 2014-05-05  Roland McGrath  <roland@hack.frob.com>
48185         * elf/Makefile (others, install-bin): Remove pldd.
48186         (pldd-modules): Variable removed.
48187         ($(objpfx)pldd): Target removed.
48188         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
48189         (others, install-bin): Append pldd here.
48190         ($(objpfx)pldd): New target.
48192         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
48193         to 0, so the first #if test emitted later doesn't see it undefined.
48194         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
48195         * sysdeps/gnu/errlist.c: Regenerated.
48197 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48199         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
48200         [libc_hidden_builtin_def]: Define to empty value.
48201         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
48202         [libc_hidden_builtin_def]: Likewise.
48203         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
48204         [libc_hidden_builtin_def]: Likewise.
48205         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
48206         [libc_hidden_builtin_def]: Likewise.
48207         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
48208         __redirect_memcpy and define ifunc as default hidden symbol.
48209         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
48210         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
48212 2014-05-04  Adam Conrad  <adconrad@0c3.net>
48214         * locale/iso-4217.def: Reintroduce XDR currency.
48216 2014-05-04  Allan McRae  <allan@archlinux.org>
48218         * po/eo.po: Update Esperanto translation from translation project.
48220 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
48222         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
48223         and FEATURE_INDEX_MAX to 1.
48224         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
48226 2014-05-01  Steve Ellcey  <sellcey@mips.com>
48228         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
48229         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
48230         * iconvdata/big5.c (ONE_DIRECTION): Define.
48231         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
48232         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
48233         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
48234         * iconvdata/cp932.c (ONE_DIRECTION): Define.
48235         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
48236         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
48237         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
48238         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
48239         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
48240         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
48241         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
48242         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
48243         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
48244         * iconvdata/gbk.c (ONE_DIRECTION): Define.
48245         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
48246         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
48247         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
48248         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
48249         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
48250         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
48251         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
48252         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
48253         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
48254         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
48255         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
48256         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
48257         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
48258         * iconvdata/iso646.c (ONE_DIRECTION): Define.
48259         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
48260         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
48261         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
48262         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
48263         * iconvdata/johab.c (ONE_DIRECTION): Define.
48264         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
48265         * iconvdata/sjis.c (ONE_DIRECTION): Define.
48266         * iconvdata/t.61.c (ONE_DIRECTION): Define.
48267         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
48268         * iconvdata/tscii.c (ONE_DIRECTION): Define.
48269         * iconvdata/uhc.c (ONE_DIRECTION): Define.
48270         * iconvdata/unicode.c (ONE_DIRECTION): Define.
48271         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
48272         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
48273         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
48275 2014-05-01  Roland McGrath  <roland@hack.frob.com>
48277         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
48278         (_IO_JUMPS_OFFSET): Define to 0.
48280         * nptl/sysdeps/pthread/bits/libc-lock.h
48281         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
48282         (__libc_lock_define_initialized_recursive): Always define using
48283         initializer.  Modern compilers treat uninitialized (implicit zero) and
48284         explicit zero initializers the same (i.e. put the datum in bss).
48286 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
48288         * nscd/nscd-client.h: Include <string.h>.
48290 2014-05-01  David S. Miller  <davem@davemloft.net>
48292         [BZ #16885]
48293         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
48294         multiple zero bytes exist at the end of a string.
48295         Reported by Aurelien Jarno <aurelien@aurel32.net>
48297         * string/test-strcmp.c (check): Add explicit test for situations where
48298         there are multiple zero bytes after the first.
48300 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
48302         [BZ #16890]
48303         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
48304         when compiling wprintf.
48305         * stdio-common/tstdiomisc.c (t3): New function.
48306         (main): Call it.
48308 2014-05-01  Steve Ellcey  <sellcey@mips.com>
48310         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
48311         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
48312         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
48313         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
48315 2014-05-01  Steve Ellcey  <sellcey@mips.com>
48317         * stdlib/longlong.h: Updated from GCC.
48319 2014-05-01  Will Newton  <will.newton@linaro.org>
48320             Bernard Ogden  <bernie.ogden@linaro.org>
48322         * NEWS: Update fixed bug list.
48324         [BZ #15119]
48325         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
48327 2014-04-30  David S. Miller  <davem@davemloft.net>
48329         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
48330         (libc_feholdexcept_setround_sparc_ctx): New function.
48331         (libc_fesetenv_sparc_ctx): Likewise.
48332         (libc_feupdateenv_sparc_ctx): Likewise.
48333         (libc_feholdsetround_sparc_ctx): Likewise.
48334         (libc_feholdexcept_setround_ctx): Define.
48335         (libc_feholdexcept_setroundf_ctx): Likewise.
48336         (libc_feholdexcept_setroundl_ctx): Likewise.
48337         (libc_fesetenv_ctx): Likewise.
48338         (libc_fesetenvf_ctx): Likewise.
48339         (libc_fesetenvl_ctx): Likewise.
48340         (libc_feupdateenv_ctx): Likewise.
48341         (libc_feupdateenvf_ctx): Likewise.
48342         (libc_feupdateenvl_ctx): Likewise.
48343         (libc_feresetround_ctx): Likewise.
48344         (libc_feresetroundf_ctx): Likewise.
48345         (libc_feresetroundl_ctx): Likewise.
48346         (libc_feholdsetround_ctx): Likewise.
48347         (libc_feholdsetroundf_ctx): Likewise.
48348         (libc_feholdsetroundl_ctx): Likewise.
48350         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
48351         with __USE_GNU instead of XOPEN cpp guards.
48353         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
48354         0.
48356         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
48357         with XOPEN cpp guards.
48359 2014-04-30  Julian Brown  <julian@codesourcery.com>
48361         [BZ #16888]
48362         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
48363         handling.
48365 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
48367         [BZ #9894]
48368         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
48369         Change to 2.6.32.
48370         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
48371         * sysdeps/unix/sysv/linux/configure: Regenerated.
48372         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
48373         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
48374         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
48375         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
48376         * README: Update reference to required Linux kernel version.
48377         * manual/install.texi (Linux): Update reference to required Linux
48378         kernel headers version.
48379         * INSTALL: Regenerated.
48381         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
48382         header inclusion.
48383         [POSIX] (limits.h): Likewise.
48384         [POSIX] (math.h): Likewise.
48385         [POSIX] (sys/wait.h): Likewise.
48386         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
48387         function.
48388         [POSIX] (stddef.h): Do not allow header inclusion.
48390 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48392         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
48394 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
48396         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
48397         Return immediately after lll_futex_wake.
48399 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
48401         [BZ #16791]
48402         * nscd/nscd-client.h (datahead_init_common): Initialize entire
48403         structure.
48404         (datahead_init_pos): Call datahead_init_common early.
48405         (datahead_init_neg): Likewise.
48407         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
48408         datahead_init_neg): New functions.
48409         * nscd/aicache.c (addhstaiX): Use them.
48410         * nscd/grpcache.c (cache_addgr): Likewise.
48411         * nscd/hstcache.c (cache_addhst): Likewise.
48412         * nscd/initgrcache.c (addinitgroupsX): Likewise.
48413         * nscd/netgroupcache.c (do_notfound): Likewise.
48414         (addgetnetgrentX): Likewise.
48415         (addinnetgrX): Likewise.
48416         * nscd/pwdcache.c (cache_addpw): Likewise.
48417         * nscd/servicescache.c (cache_addserv): Likewise.
48419 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
48420             Atsushi Onoe  <atsushi@onoe.org>
48422         [BZ #14308]
48423         [BZ #12994]
48424         [BZ #13651]
48425         * resolv/res_query.c (__libc_res_nsearch): Return if at least
48426         one response is valid.
48427         * resolv/res_send.c (send_dg): Check for validity of other
48428         response if the current response is a referral.
48430 2014-04-29  Steve Ellcey  <sellcey@mips.com>
48432         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
48434 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
48436         [BZ #16823]
48437         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
48438         Always divide by positive zero when computing -Inf result.
48439         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
48440         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
48442 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48444         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
48445         FPSCR if value do not change.
48446         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
48447         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
48448         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
48449         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
48450         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
48451         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
48452         function.
48454 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
48456         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
48457         * sysdeps/unix/sysv/linux/hppa: Move directory from
48458         ports/systeps/unix/sysv/linux/hppa.
48459         * README: Update listing for hppa-*-linux-gnu.
48461 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
48463         [BZ #16754]
48464         * manual/stdio.texi (Hook functions): Fix types of stream hook
48465         functions.
48466         [BZ #16854]
48467         * socket/sys/socket.h: Fix typo in comment.
48469 2014-04-28  Wilco  <wdijkstr@arm.com>
48471         * sysdeps/arm/fenv_private.h: New file.
48472         * sysdeps/arm/math_private.h: New file.
48473         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
48475 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
48477         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
48478         with __int128_t.
48479         (La_x86_64_retval): Likewise.
48481 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
48483         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
48484         fpsr if value didn't change.
48485         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
48486         to fpcr if value didn't change.
48487         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
48488         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
48489         fpsr or fpcr if value didn't change.
48490         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
48491         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
48492         fpcr if value didn't change.
48493         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
48494         to fpsr if value didn't change.
48496 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
48498         * nptl/tst-sem3.c: Use test-skeleton.c
48499         (main): Rename to do_test.  Use return instead of
48500         exit.
48501         * nptl/tst-sem4.c: Use test-skeleton.c
48502         (main): Rename to do_test.
48504 2014-04-22  David S. Miller  <davem@davemloft.net>
48506         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
48507         (struct sigaction): New struct member __glibc_reserved0, change
48508         type of sa_flags to int.
48510 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
48512         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
48513         (COUNT_LEADING_ZEROS_0): Define for AArch64.
48515 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
48517         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
48518         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
48520 2014-04-22  Will Newton  <will.newton@linaro.org>
48521             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
48523         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
48524         (__longjmp): Add longjmp and longjmp_target SystemTap
48525         probes.
48526         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
48527         (__sigsetjmp): Add setjmp SystemTap probe.
48529 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
48531         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
48532         match manual order.
48534 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48536         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
48538         * sysdeps/powerpc/fpu/fenv_private.h
48539         (libc_feholdexcept_setroundl_ctx): Define to
48540         libc_feholdexcept_setround_ppc_ctx.
48541         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
48542         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
48543         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
48544         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
48546 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
48548         * sysdeps/aarch64/math-tests.h: New file.
48550 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
48552         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
48553         New.
48554         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48555         Check and set bit_AVX2_Usable.
48556         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
48557         macro.
48558         (bit_AVX2): Likewise.
48559         (index_AVX2_Usable): Likewise.
48560         (CPUID_AVX2): Likewise.
48561         (HAS_AVX2): Likewise.
48563 2014-04-17  Will Newton  <will.newton@linaro.org>
48565         * manual/setjmp.texi (System V contexts): Add note that
48566         calling setcontext on a context created by a call to a
48567         signal handler is undefined.  Update text to note that
48568         setcontext from a signal handler is possible but not
48569         recommended.
48571         [BZ #16629]
48572         * stdlib/tst-setcontext.c: Include signal.h.
48573         (main): Check that the signal stack before and
48574         after swapcontext is the same.
48576         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
48577         Re-implement to restore registers in user code and avoid
48578         rt_sigreturn system call.
48580 2014-04-17  Wilco  <wdijkstr@arm.com>
48582         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
48583         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
48584         * math/test-fenv.c: Skip exception trap tests on targets which only
48585         support non-stop mode.
48587 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
48588             Wilco Dijkstra  <wilco.dijkstra@arm.com>
48590         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
48591         (libc_feholdsetround_aarch64_ctx)
48592         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
48593         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
48594         (libc_feresetround_ctx, libc_feresetroundf_ctx)
48595         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
48596         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
48597         (libc_feresetround_noexl_ctx): Define.
48599 2014-04-16  Richard Henderson  <rth@redhat.com>
48601         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
48603         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
48604         unwind tables.
48606         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
48607         const from the non-libc, non-ldso copy.
48609         * sysdeps/alpha/libm-test-ulps: Regenerate.
48611 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
48612             Wilco Dijkstra  <wilco.dijkstra@arm.com>
48614         * sysdeps/aarch64/fpu/math_private.h: New file.
48616 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
48618         * sysdeps/aarch64/libm-test-ulps: Regenerate.
48620 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
48622         [BZ #16275]
48623         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
48624         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
48625         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
48626         Intel MPX bound registers before _dl_profile_fixup.
48627         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
48628         registers after _dl_profile_fixup.  Save and restore bound
48629         registers bnd0/bnd1 when calling _dl_call_pltexit.
48630         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
48631         (LR_BND_OFFSET): Likewise.
48632         (LRV_BND0_OFFSET): Likewise.
48633         (LRV_BND1_OFFSET): Likewise.
48635 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48637         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
48638         to...
48639         * sysdeps/mach/hurd/i386/tls.h: ... here.
48640         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
48641         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
48642         fields.
48644 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48646         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
48648 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
48650         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
48652 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
48654         [BZ #14770]
48655         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
48656         * sysdeps/s390/configure: Regenerate.
48658         [BZ #16824]
48659         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
48660         Set round-to-nearest internally to reduce error accumulation.
48662 2014-04-16  Alan Modra  <amodra@gmail.com>
48664         [BZ #16740]
48665         [BZ #16619]
48666         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
48667         * math/libm-test.inc (frexp_test_data): Add tests.
48668         * NEWS: Update fixed bug list.
48670 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
48672         * benchtests/Makefile: Depend on libraries in build directory.
48673         (bench-math): Separate out math tests.
48674         (bench-pthread): Separate out pthread tests.
48675         (bench): Include math and pthread tests.
48677 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
48679         [BZ #16831]
48680         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
48681         _dl_debug_initialize.
48683         * configure.ac: Remove SELinux header check.
48684         * configure: Regenerate.
48685         * nscd/selinux.c (perms): Array of const char* to permission names.
48686         (nscd_request_avc_has_perm): Call security_deny_unknown to find
48687         default policy. Call string_to_security_class and string_to_av_perm to
48688         translate strings. Enforce default policy and call avs_has_perm with
48689         results of translated strings.
48691 2014-04-13  David S. Miller  <davem@davemloft.net>
48693         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48695 2014-04-12  Allan McRae  <allan@archlinux.org>
48697         [BZ #16838]
48698         * manual/string.texi (Collation Functions): Fix qsort argument
48699         order in example.
48700         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
48702 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
48704         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
48705         Make the test a no-op if there are no exceptions defined.
48707 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
48709         * elf/Makefile (tests): make tst-dlopen-aout conditional on
48710         enable-hardcoded-path-in-tests
48712 2014-04-11  Will Newton  <will.newton@linaro.org>
48714         * benchtests/Makefile (extra-objs): Add json-lib.o.
48715         (bench-func): Tidy up JSON output.
48716         * benchtests/bench-skeleton.c: Include json-lib.h.
48717         (main): Use JSON library functions to do output of
48718         benchmark results.
48719         * benchtests/bench-timing-type.c (main): Output the
48720         timing type simply, leaving formatting to the user.
48721         * benchtests/json-lib.c: New file.
48722         * benchtests/json-lib.h: Likewise.
48724 2014-04-11  Torvald Riegel  <triegel@redhat.com>
48726         [BZ #15215]
48727         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
48728         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
48729         memory barriers.  Add comments.
48730         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
48731         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
48732         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
48733         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
48734         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
48735         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
48737 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
48739         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
48740         * sysdeps/s390/s390-64/configure.ac: ... this ...
48741         * sysdeps/s390/configure.ac: ... to here.
48742         * sysdeps/s390/s390-32/configure: Delete file.
48743         * sysdeps/s390/s390-64/configure: Delete file.
48744         * sysdeps/s390/configure: Regenerate.
48746 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
48748         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
48750 2014-04-11  Will Newton  <will.newton@linaro.org>
48752         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
48753         to zero if it is not defined elsewhere.  (mtrim): Test
48754         the value of MALLOC_DEBUG with #if rather than #ifdef.
48756 2014-04-10 Torvald Riegel  <triegel@redhat.com>
48758         * benchtests/pthread_once-inputs: New file.
48759         * benchtests/pthread_once-source.c: New file.
48760         * benchtests/README: Update documentation.
48762 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
48763             H.J. Lu  <hongjiu.lu@intel.com>
48765         [BZ #16275]
48766         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
48767         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
48768         * sysdeps/x86_64/configure: Regenerated.
48769         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
48770         macro.
48771         (REGISTER_SAVE_RAX): Likewise.
48772         (REGISTER_SAVE_RCX): Likewise.
48773         (REGISTER_SAVE_RDX): Likewise.
48774         (REGISTER_SAVE_RSI): Likewise.
48775         (REGISTER_SAVE_RDI): Likewise.
48776         (REGISTER_SAVE_R8): Likewise.
48777         (REGISTER_SAVE_R9): Likewise.
48778         (REGISTER_SAVE_BND0): Likewise.
48779         (REGISTER_SAVE_BND1): Likewise.
48780         (REGISTER_SAVE_BND2): Likewise.
48781         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
48782         bound registers when calling _dl_fixup.
48784 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48786         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
48787         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
48788         of its definition.
48789         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
48790         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
48791         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
48792         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
48793         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
48794         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
48795         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
48797 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
48799         [BZ #15514]
48800         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
48801         pathconf(_PC_NAME_MAX).
48803 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48805         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
48806         Remove macro usage.
48807         (__PTHREAD_SPINS): Move definition to ...
48808         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
48809         (__PTHREAD_SPINS): ... here.
48810         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
48811         (__PTHREAD_SPIN): Likewise.
48812         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
48813         (__PTHREAD_SPIN): Likewise.
48814         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
48815         (__PTHREAD_SPIN): Likewise.
48816         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
48817         (__PTHREAD_SPIN): Likewise.
48818         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
48819         (__PTHREAD_SPIN): Likewise.
48820         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
48821         (__PTHREAD_SPIN): Likewise.
48822         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
48823         (__PTHREAD_SPIN): Likewise.
48824         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
48825         (__PTHREAD_SPIN): Likewise.
48826         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
48827         (__PTHREAD_SPIN): Likewise.
48828         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
48829         (__PTHREAD_SPIN): Likewise.
48830         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
48831         (__PTHREAD_SPIN): Likewise.
48832         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
48833         (__PTHREAD_SPIN): Likewise.
48835         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
48836         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
48837         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
48838         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
48839         imply folder.
48840         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
48841         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
48842         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
48843         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
48844         correct imply path.
48845         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
48846         strlen symbol for non multi-arch builds.
48847         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
48848         missing hidden_def and weak_alias.
48850 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
48852         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
48854 2014-04-07  Will Newton  <will.newton@linaro.org>
48856         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
48857         and contents.  [!_LIBC] Remove #ifndef and contents.
48858         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
48859         * string/memccpy.c (__memccpy): Use ANSI prototype.
48860         * string/memfrob.c (memfrob): Likewise.
48861         * string/strcoll.c (STRCOLL): Likewise.
48862         * string/strlen.c (strlen): Likewise.
48863         * string/strtok.c (STRTOK): Likewise.
48864         * string/strcat.c: Remove unused #include of memcopy.h.
48865         (strcat): Use ANSI prototype.
48866         * string/strchr.c: Remove unused #include of memcopy.h.
48867         (strchr): Use ANSI prototype.
48868         * string/strcmp.c: Remove unused #include of memcopy.h.
48869         (strcmp): Use ANSI prototype.
48870         * string/strcpy.c: Remove unused #include of memcopy.h.
48871         (strcpy): Use ANSI prototype.
48873 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48875         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
48876         * config.make.in (config-extra-cppflags): Set it from
48877         libc_extra_cppflags.
48878         * configure.ac (libc_extra_cflags): Make it accumulate over
48879         configure fragments.
48880         (libc_extra_cppflags): New flag.
48881         * configure. Regenerate.
48882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
48883         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
48884         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
48885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
48887         [BZ #16815]
48888         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
48889         result for FE_DOWNWARD rounding mode.
48890         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
48891         Likewise.
48892         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48894 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
48896         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
48897         in function argument name.
48899 2014-04-03  David Svoboda  <svoboda@cert.org>
48901         [BZ #5666]
48902         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
48903         explicitly.
48905 2014-04-03  Roland McGrath  <roland@hack.frob.com>
48907         * elf/dl-unmap-segments.h: New file.
48908         * sysdeps/generic/ldsodefs.h
48909         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
48910         * elf/dl-close.c: Include <dl-unmap-segments.h>.
48911         * elf/dl-fptr.c: Likewise.
48912         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
48913         * sysdeps/aarch64/tlsdesc.c: Likewise.
48914         * sysdeps/arm/tlsdesc.c: Likewise.
48915         * sysdeps/i386/tlsdesc.c: Likewise.
48916         * sysdeps/tile/dl-runtime.c: Likewise.
48917         * sysdeps/x86_64/tlsdesc.c: Likewise.
48918         * elf/dl-load.h: New file.
48919         * elf/dl-load.c: Include it.
48920         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
48921         Macros moved to dl-load.h.
48922         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
48923         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
48924         Use _dl_unmap_segments in place of __munmap.
48925         Break out segment-mapping loop into ...
48926         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
48928 2014-04-03  Will Newton  <will.newton@linaro.org>
48930         * elf/dl-lookup.c (do_lookup_x): Remove comment
48931         referring to nested function and move variable
48932         declarations down to before first use.
48934 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
48936         [BZ #16799]
48937         [BZ #16800]
48938         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
48939         with 0 numerator.
48940         * math/s_catanf.c (__catanf): Likewise.
48941         * math/s_catanh.c (__catanh): Likewise.
48942         * math/s_catanhf.c (__catanhf): Likewise.
48943         * math/s_catanhl.c (__catanhl): Likewise.
48944         * math/s_catanl.c (__catanl): Likewise.
48945         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
48946         by positive zero when computing -Inf result.
48947         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
48948         (catanh_test): Likewise.
48949         * sysdeps/i386/fpu/libm-test-ulps: Update.
48950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48952         [BZ #16789]
48953         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
48954         instead of using underflowing value in computing result.
48955         * math/s_clog10.c (__clog10): Likewise.
48956         * math/s_clog10f.c (__clog10f): Likewise.
48957         * math/s_clog10l.c (__clog10l): Likewise.
48958         * math/s_clogf.c (__clogf): Likewise.
48959         * math/s_clogl.c (__clogl): Likewise.
48960         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
48961         (clog10_test): Likewise.
48962         * sysdeps/i386/fpu/libm-test-ulps: Update.
48963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48965 2014-04-02  Alan Modra  <amodra@gmail.com>
48967         [BZ #16739]
48968         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
48969         output when value is near a power of two.  Use int64_t for lx and
48970         remove casts.  Use decimal rather than hex exponent constants.
48971         Don't use long double multiplication when double will suffice.
48972         * math/libm-test.inc (nextafter_test_data): Add tests.
48973         * NEWS: Add 16739 and 16786 to bug list.
48975         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
48977         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
48979 2014-04-01  Will Newton  <will.newton@linaro.org>
48981         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
48982         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
48984 2014-04-01  Florian Weimer  <fweimer@redhat.com>
48986         [BZ #13347]
48987         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
48988         * nptl/tst-setuid2.c: New file.
48989         * nptl/Makefile (xtests): Add tst-setuid2.
48991 2014-04-01  Alan Modra  <amodra@gmail.com>
48993         [BZ #16786]
48994         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
48996 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
48998         [BZ #6803]
48999         [BZ #6804]
49000         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
49001         set errno as appropriate.
49002         * math/w_scalbf.c (__scalbf): Likewise.
49003         * math/w_scalbl.c (__scalbl): Likewise.
49004         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
49005         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
49006         * math/libm-test.inc (scalb_test_data): Add errno expectations.
49007         Add more NaN tests.
49009         [BZ #16349]
49010         * math/w_atan2.c: Include <errno.h>.
49011         (__atan2): Set errno for result underflowing to zero.
49012         * math/w_atan2f.c: Include <errno.h>.
49013         (__atan2f): Set errno for result underflowing to zero.
49014         * math/w_atan2l.c: Include <errno.h>.
49015         (__atan2l): Set errno for result underflowing to zero.
49016         * math/auto-libm-test-in: Don't allow missing errno for some atan2
49017         tests.
49018         * math/auto-libm-test-out: Regenerated.
49020 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49022         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
49023         Encode instruction correctly in little endian.
49024         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
49025         Likewise.
49026         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
49027         Likewise.
49028         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
49029         Likewise.
49030         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
49031         Likewise.
49033 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
49035         [BZ #9894]
49036         * sysdeps/unix/sysv/linux/kernel-features.h
49037         [__sparc__ && !__arch64__ && !__sparc_v9__]
49038         (__ASSUME_SET_ROBUST_LIST): Do not define.
49039         [__sparc__ && !__arch64__ && !__sparc_v9__]
49040         (__ASSUME_FUTEX_LOCK_PI): Likewise.
49041         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
49042         Likewise.
49043         * sysdeps/unix/sysv/linux/arm/kernel-features.h
49044         (__ASSUME_FUTEX_LOCK_PI): Undefine.
49045         (__ASSUME_REQUEUE_PI): Likewise.
49046         (__ASSUME_SET_ROBUST_LIST): Likewise.
49047         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
49048         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
49049         Undefine.
49050         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
49051         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
49052         Likewise.
49053         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
49054         Likewise.
49055         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
49056         Likewise.
49057         * sysdeps/unix/sysv/linux/mips/kernel-features.h
49058         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
49059         Undefine.
49060         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
49061         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
49062         Likewise.
49064         [BZ #16648]
49065         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
49066         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
49067         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
49069 2014-03-31  Will Newton  <will.newton@linaro.org>
49071         * benchtests/Makefile (bench): Add ffs and ffsll to list
49072         of tests.
49073         * benchtests/ffs-inputs: New file.
49074         * benchtests/ffsll-inputs: Likewise.
49076 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
49078         [BZ #16770]
49079         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
49080         too large before casting to int.
49081         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
49082         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
49083         * math/libm-test.inc (scalb_test_data): Add more tests.
49085 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
49087         * benchtests/Makefile (DETAILED_OPT): New make option.
49088         (bench-func): Run benchmark program with -d if DETAILED_OPT is
49089         set.
49090         * benchtests/bench-skeleton.c: Include stdbool.h.
49091         (main): Store and print timings per input.
49092         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
49093         member to each argument value.
49094         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
49095         (_print_arg_data): Initialize per-input timing to 0.
49097         * benchtests/Makefile (timing-type): New binary.
49098         (bench-clean): Also remove bench-timing-type.
49099         (bench): New target for timing-type.
49100         (bench-func): Print output in JSON format.
49101         * benchtests/bench-skeleton.c (main): Print output in JSON
49102         format.
49103         * benchtests/bench-timing-type.c: New file.
49104         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
49105         (TIMING_PRINT_STATS): Remove.
49106         * benchtests/scripts/bench.py (_print_arg_data): Store variant
49107         name separately.
49109         * benchtests/bench-modf.c: Remove.
49110         * benchtests/modf-inputs: New inputs file.
49112 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
49114         [BZ #16362]
49115         * math/s_clog10.c (M_PI_LOG10E): New macro.
49116         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
49117         imaginary parts are 0.
49118         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
49119         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
49120         imaginary parts are 0.
49121         * math/s_clog10l.c (M_PI_LOG10El): New macro.
49122         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
49123         imaginary parts are 0.
49124         * math/libm-test.inc (clog10_test_data): Update expected results
49125         for when real and imaginary parts are 0.
49127 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
49129         * elf/dl-load.c: Finish conversion of __builtin_expect into
49130         __glibc_{un}likely.
49132 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
49134         [BZ #16348]
49135         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
49136         1+x for argument with exponent below -67.
49137         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
49138         Likewise.
49139         * math/auto-libm-test-in: Add more tests of exp.
49140         * math/auto-libm-test-out: Regenerated.
49142 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
49144         [BZ #16759]
49145         * inet/getnetgrent_r.c (get_nonempty_val): New function.
49146         (nscd_getnetgrent): Use it.
49148         [BZ #16760]
49149         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
49150         of stpcpy.
49152 2014-03-27  Andi Kleen  <ak@linux.intel.com>
49154         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
49155         (lll_robust_lock, lll_cond_lock, lll_timedlock)
49156         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
49157         (lll_robust_unlock): Remove out of line section. Use cfi
49158         intrinsics.
49159         (LLL_STUB_UNWIND_INFO*): Remove.
49160         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
49161         (lll_robust_lock, lll_cond_lock, lll_timedlock)
49162         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
49163         (lll_robust_unlock): Remove out of line section. Use cfi
49164         intrinsics.
49165         (LLL_STUB_UNWIND_INFO*): Remove.
49167 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
49169         [BZ #16758]
49170         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
49171         blank values.
49173 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
49175         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
49177 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
49179         [BZ #16198]
49180         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
49181         fnstenv.
49182         * math/test-fenv-preserve.c: New file.
49183         * math/Makefile (tests): Add test-fenv-preserve.
49185 2014-03-26  Will Newton <will.newton@linaro.org>
49187         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
49189 2014-03-25  Roland McGrath  <roland@hack.frob.com>
49191         * scripts/versionlist.awk: Partition the version sets and emit all
49192         GLIBC_* (sorted) before all others (sorted).
49194 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
49196         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
49197         GLIBC_2.2.5 version.
49199 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49201         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
49202         calls.
49204         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
49205         previous change.
49207         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49209 2014-03-25  Andreas Schwab  <schwab@suse.de>
49211         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
49212         label to be used after in6ailist is initialized.
49214 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49216         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
49217         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
49219 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
49221         [BZ #16357]
49222         [BZ #16599]
49223         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
49224         min_plus_half.
49225         (fp_formats): Update initializers.
49226         (init_fp_formats): Initialize new field.
49227         (output_for_one_input_case): Allow underflow for results up to
49228         min_plus_half.
49229         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
49230         * math/auto-libm-test-in: Don't mark some underflows from asin and
49231         atanh as spurious.
49232         * math/auto-libm-test-out: Regenerated.
49233         * sysdeps/i386/fpu/libm-test-ulps: Update.
49234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49236 2014-03-25  Andreas Schwab  <schwab@suse.de>
49238         * libio/Makefile (tst-ftell-partial-wide-ENV)
49239         (tst-ftell-active-handler-ENV): Define.
49241 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
49243         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
49245 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
49247         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
49249 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
49251         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
49252         * sysdeps/x86_64/fpu/multiarch/e_exp.c
49253         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
49255 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
49257         [BZ #16634]
49258         * elf/dl-load.c (open_verify): Add mode parameter.
49259         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
49260         (open_path): Change from boolean 'secure' to complete flag 'mode'
49261         (_dl_map_object): Adjust.
49262         * elf/Makefile (tests): Add tst-dlopen-aout.
49263         * elf/tst-dlopen-aout.c: New test.
49265 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
49267         [BZ #16714]
49268         * sysdeps/unix/sysv/linux/s390/bits/stat.h
49269         (struct stat): Rename member pad0 to __glibc_reserved0.
49271         [BZ #16712]
49272         * sysdeps/s390/s390-32/bits/wordsize.h
49273         (__WORDSIZE32_SIZE_ULONG): New define.
49274         * sysdeps/s390/s390-64/bits/wordsize.h
49275         (__WORDSIZE32_SIZE_ULONG): Likewise.
49276         * sysdeps/generic/stdint.h (SIZE_MAX):
49277         Define as UL if __WORDSIZE32_SIZE_ULONG.
49279         [BZ #16713]
49280         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
49281         (__glibc_reserved0): New variable.
49282         (sa_flags): Change type to int.
49284         * posix/Makefile (before-compile): Use += before-compile instead
49285         of a :=.
49287         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
49288         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
49290 2014-03-20  Andreas Schwab  <schwab@suse.de>
49292         [BZ #16743]
49293         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
49294         non-matching result from nscd.
49296 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
49298         * scripts/bench.py: Moved to ...
49299         * benchtests/scripts/bench.py: ... here.
49300         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
49302 2014-03-24  Andreas Schwab  <schwab@suse.de>
49304         [BZ #16002]
49305         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
49306         alloca_account and account alloca use for struct in6ailist.
49308 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
49310         [BZ #16284]
49311         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
49312         rounding mode to recompute results that overflow to infinity or
49313         underflow to zero.
49314         * math/auto-libm-test-in: Don't mark tests as expected to fail for
49315         bug 16284.
49316         * math/auto-libm-test-out: Regenerated.
49317         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
49318         (ccosh_test): Likewise.
49319         (csin_test_data): Use plus_oflow.
49320         (csin_test): Use ALL_RM_TEST.
49321         (csinh_test_data): Use plus_oflow.
49322         (csinh_test): Use ALL_RM_TEST.
49323         * sysdeps/i386/fpu/libm-test-ulps: Update.
49324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49326 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
49328         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
49329         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
49330         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
49332         [BZ #16731]
49333         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
49334         when x - 1 is zero.
49335         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
49336         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
49337         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
49338         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
49339         argument is 1.
49340         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
49341         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
49342         zero.
49343         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
49344         * sysdeps/i386/fpu/libm-test-ulps: Update.
49345         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49347 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
49349         * scripts/bench.pl: Remove file.
49350         * scripts/bench.py: New benchmark script.
49351         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
49352         * benchtests/README: Mention python dependency.
49353         * scripts/pylintrc: New file.
49354         * scripts/pylint: New file.
49356         * bits/mathdef.h: Use #ifdef instead of #if.
49357         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
49358         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
49359         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
49360         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
49361         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
49362         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
49364 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49365             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
49367         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
49368         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
49369         and strpbrk-ppc64 objects.
49370         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
49371         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
49372         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
49373         multiarch strpbrk for POWER7.
49374         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
49375         multiarch strpbrk for PPC64.
49376         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
49377         ifunc selector.
49378         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
49379         strpbrk for POWER7.
49381 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
49383         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
49384         (atan_test): Likewise.
49385         (atanh_test_data): Use NO_TEST_INLINE for two tests.
49386         (atanh_test): Use ALL_RM_TEST.
49387         (atan2_test_data): Likewise.
49388         (cabs_test): Likewise.
49389         (cacosh_test): Likewise.
49390         (carg_test): Likewise.
49391         (casin_test): Likewise.
49392         (casinh_test): Likewise.
49393         (cbrt_test): Likewise.
49394         (csqrt_test): Likewise.
49395         (erf_test): Likewise.
49396         (erfc_test): Likewise.
49397         (pow10_test): Likewise.
49398         (exp2_test): Likewise.
49399         (hypot_test): Likewise.
49400         (j0_test): Likewise.
49401         (j1_test): Likewise.
49402         (lgamma_test): Likewise.
49403         (gamma_test): Likewise.
49404         (sincos_test): Likewise.
49405         (tanh_test): Likewise.
49406         (y0_test): Likewise.
49407         (y1_test): Likewise.
49408         * sysdeps/i386/fpu/libm-test-ulps: Update.
49409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49411 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49413         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
49414         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
49415         and strcspn-ppc64 objects.
49416         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
49417         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
49418         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
49419         multiarch strcspn for POWER7.
49420         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
49421         multiarch strcspn for PPC64.
49422         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
49423         ifunc selector.
49424         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
49425         strcspn for POWER7.
49427 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
49429         * math/gen-libm-test.pl (generate_testfile): Expect only function
49430         name as argument to AUTO_TESTS_* and pass results for all rounding
49431         modes to parse_args.
49432         (parse_auto_input): Separate inputs of automatic tests from
49433         outputs before storing in %auto_tests.
49434         * math/libm-test.inc (acos_test_data): Update call to
49435         AUTO_TESTS_f_f.
49436         (acos_test): Use ALL_RM_TEST.
49437         (acos_tonearest_test_data): Remove.
49438         (acos_test_tonearest): Likewise.
49439         (acos_towardzero_test_data): Likewise.
49440         (acos_test_towardzero): Likewise.
49441         (acos_downward_test_data): Likewise.
49442         (acos_test_downward): Likewise.
49443         (acos_upward_test_data): Likewise.
49444         (acos_test_upward): Likewise.
49445         (acosh_test_data): Update call to AUTO_TESTS_f_f.
49446         (asin_test_data): Likewise.
49447         (asin_test): Use ALL_RM_TEST.
49448         (asin_tonearest_test_data): Remove.
49449         (asin_test_tonearest): Likewise.
49450         (asin_towardzero_test_data): Likewise.
49451         (asin_test_towardzero): Likewise.
49452         (asin_downward_test_data): Likewise.
49453         (asin_test_downward): Likewise.
49454         (asin_upward_test_data): Likewise.
49455         (asin_test_upward): Likewise.
49456         (asinh_test_data): Update call to AUTO_TESTS_f_f.
49457         (atan_test_data): Likewise.
49458         (atanh_test_data): Likewise.
49459         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
49460         (cabs_test_data): Update call to AUTO_TESTS_c_f.
49461         (carg_test_data): Likewise.
49462         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
49463         (ccos_test_data): Update call to AUTO_TESTS_c_c.
49464         (ccosh_test_data): Likewise.
49465         (cexp_test_data): Likewise.
49466         (clog_test_data): Likewise.
49467         (clog10_test_data): Likewise.
49468         (cos_test_data): Update call to AUTO_TESTS_f_f.
49469         (cos_test): Use ALL_RM_TEST.
49470         (cos_tonearest_test_data): Remove.
49471         (cos_test_tonearest): Likewise.
49472         (cos_towardzero_test_data): Likewise.
49473         (cos_test_towardzero): Likewise.
49474         (cos_downward_test_data): Likewise.
49475         (cos_test_downward): Likewise.
49476         (cos_upward_test_data): Likewise.
49477         (cos_test_upward): Likewise.
49478         (cosh_test_data): Update call to AUTO_TESTS_f_f.
49479         (cosh_test): Use ALL_RM_TEST.
49480         (cosh_tonearest_test_data): Remove.
49481         (cosh_test_tonearest): Likewise.
49482         (cosh_towardzero_test_data): Likewise.
49483         (cosh_test_towardzero): Likewise.
49484         (cosh_downward_test_data): Likewise.
49485         (cosh_test_downward): Likewise.
49486         (cosh_upward_test_data): Likewise.
49487         (cosh_test_upward): Likewise.
49488         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
49489         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
49490         (ctan_test_data): Likewise.
49491         (ctan_test): Use ALL_RM_TEST.
49492         (ctan_tonearest_test_data): Remove.
49493         (ctan_test_tonearest): Likewise.
49494         (ctan_towardzero_test_data): Likewise.
49495         (ctan_test_towardzero): Likewise.
49496         (ctan_downward_test_data): Likewise.
49497         (ctan_test_downward): Likewise.
49498         (ctan_upward_test_data): Likewise.
49499         (ctan_test_upward): Likewise.
49500         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
49501         (ctanh_test): Use ALL_RM_TEST.
49502         (ctanh_tonearest_test_data): Remove.
49503         (ctanh_test_tonearest): Likewise.
49504         (ctanh_towardzero_test_data): Likewise.
49505         (ctanh_test_towardzero): Likewise.
49506         (ctanh_downward_test_data): Likewise.
49507         (ctanh_test_downward): Likewise.
49508         (ctanh_upward_test_data): Likewise.
49509         (ctanh_test_upward): Likewise.
49510         (erf_test_data): Update call to AUTO_TESTS_f_f.
49511         (erfc_test_data): Likewise.
49512         (exp_test_data): Likewise.
49513         (exp_test): Use ALL_RM_TEST.
49514         (exp_tonearest_test_data): Remove.
49515         (exp_test_tonearest): Likewise.
49516         (exp_towardzero_test_data): Likewise.
49517         (exp_test_towardzero): Likewise.
49518         (exp_downward_test_data): Likewise.
49519         (exp_test_downward): Likewise.
49520         (exp_upward_test_data): Likewise.
49521         (exp_test_upward): Likewise.
49522         (exp10_test_data): Update call to AUTO_TESTS_f_f.
49523         (exp10_test): Use ALL_RM_TEST.
49524         (exp10_tonearest_test_data): Remove.
49525         (exp10_test_tonearest): Likewise.
49526         (exp10_towardzero_test_data): Likewise.
49527         (exp10_test_towardzero): Likewise.
49528         (exp10_downward_test_data): Likewise.
49529         (exp10_test_downward): Likewise.
49530         (exp10_upward_test_data): Likewise.
49531         (exp10_test_upward): Likewise.
49532         (exp2_test_data): Update call to AUTO_TESTS_f_f.
49533         (expm1_test_data): Likewise.
49534         (expm1_test): Use ALL_RM_TEST.
49535         (expm1_tonearest_test_data): Remove.
49536         (expm1_test_tonearest): Likewise.
49537         (expm1_towardzero_test_data): Likewise.
49538         (expm1_test_towardzero): Likewise.
49539         (expm1_downward_test_data): Likewise.
49540         (expm1_test_downward): Likewise.
49541         (expm1_upward_test_data): Likewise.
49542         (expm1_test_upward): Likewise.
49543         (fma_test_data): Update call to AUTO_TESTS_fff_f.
49544         (fma_test): Use ALL_RM_TEST.
49545         (fma_towardzero_test_data): Remove.
49546         (fma_test_towardzero): Likewise.
49547         (fma_downward_test_data): Likewise.
49548         (fma_test_downward): Likewise.
49549         (fma_upward_test_data): Likewise.
49550         (fma_test_upward): Likewise.
49551         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
49552         (j0_test_data): Update call to AUTO_TESTS_f_f.
49553         (j1_test_data): Likewise.
49554         (jn_test_data): Update call to AUTO_TESTS_if_f.
49555         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
49556         (log_test_data): Update call to AUTO_TESTS_f_f.
49557         (log10_test_data): Likewise.
49558         (log1p_test_data): Likewise.
49559         (log2_test_data): Likewise.
49560         (pow_test_data): Update call to AUTO_TESTS_ff_f.
49561         (pow_tonearest_test_data): Likewise.
49562         (sin_test_data): Update call to AUTO_TESTS_f_f.
49563         (sin_test): Use ALL_RM_TEST.
49564         (sin_tonearest_test_data): Remove.
49565         (sin_test_tonearest): Likewise.
49566         (sin_towardzero_test_data): Likewise.
49567         (sin_test_towardzero): Likewise.
49568         (sin_downward_test_data): Likewise.
49569         (sin_test_downward): Likewise.
49570         (sin_upward_test_data): Likewise.
49571         (sin_test_upward): Likewise.
49572         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
49573         (sinh_test_data): Update call to AUTO_TESTS_f_f.
49574         (sinh_test): Use ALL_RM_TEST.
49575         (sinh_tonearest_test_data): Remove.
49576         (sinh_test_tonearest): Likewise.
49577         (sinh_towardzero_test_data): Likewise.
49578         (sinh_test_towardzero): Likewise.
49579         (sinh_downward_test_data): Likewise.
49580         (sinh_test_downward): Likewise.
49581         (sinh_upward_test_data): Likewise.
49582         (sinh_test_upward): Likewise.
49583         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
49584         (sqrt_test): Use ALL_RM_TEST.
49585         (sqrt_tonearest_test_data): Remove.
49586         (sqrt_test_tonearest): Likewise.
49587         (sqrt_towardzero_test_data): Likewise.
49588         (sqrt_test_towardzero): Likewise.
49589         (sqrt_downward_test_data): Likewise.
49590         (sqrt_test_downward): Likewise.
49591         (sqrt_upward_test_data): Likewise.
49592         (sqrt_test_upward): Likewise.
49593         (tan_test_data): Update call to AUTO_TESTS_f_f.
49594         (tan_test): Use ALL_RM_TEST.
49595         (tan_tonearest_test_data): Remove.
49596         (tan_test_tonearest): Likewise.
49597         (tan_towardzero_test_data): Likewise.
49598         (tan_test_towardzero): Likewise.
49599         (tan_downward_test_data): Likewise.
49600         (tan_test_downward): Likewise.
49601         (tan_upward_test_data): Likewise.
49602         (tan_test_upward): Likewise.
49603         (tanh_test_data): Update call to AUTO_TESTS_f_f.
49604         (tgamma_test_data): Likewise.
49605         (y0_test_data): Likewise.
49606         (y1_test_data): Likewise.
49607         (yn_test_data): Update call to AUTO_TESTS_if_f.
49608         (main): Do not call removed functions.
49610 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
49612         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
49613         (ldexp_test_data): Remove.
49614         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
49615         scalbn_test_data.
49616         (scalb_test): Use ALL_RM_TEST.
49618 2014-03-19  Andreas Schwab  <schwab@suse.de>
49620         * nscd/nscd.service: Also invalidate netgroup cache on reload.
49622 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
49624         [BZ #16649]
49625         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
49626         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
49627         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
49628         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
49629         (__ASSUME_PREADV): Undefine.
49630         (__ASSUME_PWRITEV): Likewise.
49632 2014-03-18  Roland McGrath  <roland@hack.frob.com>
49634         * bits/mman-linux.h: Add comment about non-Linux use.
49635         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
49636         bits/mman-linux.h resting place.
49638         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
49639         * bits/mman-linux.h: ... here.
49641 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49643         * conform/conformtest.pl: Add standard definition when calling C
49644         preprocessor on data files.
49645         (checknamespace): Remove unused variable.
49647 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
49649         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
49650         minus_oflow, plus_uflow and minus_uflow in expected results.
49651         * math/libm-test.inc (scalbn_test_data): Add more tests of
49652         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
49653         minus_uflow.
49654         (scalbn_test): Use ALL_RM_TEST.
49655         (scalbln_test_data): Add more tests of negative arguments.  Use
49656         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
49657         (scalbln_test): Use ALL_RM_TEST.
49659 2014-03-18  Roland McGrath  <roland@hack.frob.com>
49661         * scripts/abilist.awk: Ignore symbols marked with .hidden.
49663 2014-03-18  Will Newton  <will.newton@linaro.org>
49665         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
49666         inaccurate comment.
49668 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
49670         * Makerules [!subdir] (check-abi): Exit with error status if a
49671         test failed.
49673 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
49675         * math/libm-test.inc (nearbyint_test_data): Include all tests used
49676         for rint.  Include results for all rounding modes.
49677         (nearbyint_test): Use ALL_RM_TEST.
49678         (rint_test_data): Include all tests used for nearbyint.
49680 2014-03-17  Will Newton  <will.newton@linaro.org>
49682         * nptl/sysdeps/pthread/pthread.h: Revert previous
49683         change.
49685         * sysdeps/generic/ldsodefs.h: Revert previous
49686         change.
49688         * libio/genops.c: Revert previous change.
49689         * libio/libioP.h: Likewise.
49690         * stdio-common/vfprintf.c: Likewise.
49692         * sysdeps/generic/math_private.h: Revert previous
49693         change.
49695         * sysdeps/generic/math_private.h: Check whether
49696         HAVE_RM_CTX is defined with #ifdef rather
49697         than #if.
49699         * argp/argp-fmtstream.h: Check whether
49700         __STRICT_ANSI__ is defined with #ifdef rather
49701         than #if.
49702         * argp/argp.h: Likewise.
49704         * libio/genops.c: Check whether
49705         _IO_JUMPS_OFFSET is defined with #ifdef rather
49706         than #if.
49707         * libio/libioP.h: Likewise.
49708         * stdio-common/vfprintf.c: Likewise.
49710         * sysdeps/generic/ldsodefs.h: Check whether
49711         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
49712         than #if.
49714         * nptl/sysdeps/pthread/pthread.h: Check
49715         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
49716         its value.
49718 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
49720         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
49721         setting O_APPEND.
49722         * libio/tst-ftell-active-handler.c (do_append_test): Add a
49723         test case.
49725         [BZ #16680]
49726         * libio/fileops.c (_IO_file_open): Seek to end of file but
49727         don't cache the offset.
49728         (get_file_offset): Remove function.
49729         (do_ftell): Use cached offset when available.
49730         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
49731         don't cache the offset.
49732         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
49733         case.
49734         (do_one_test): Call it.
49735         (do_ftell_test): Fix up expected old offset for a+ mode.
49736         * libio/wfileops.c (do_ftell_wide): Used cached offset when
49737         available.
49739         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
49740         up test status with function return status.
49741         (do_write_test): Likewise.
49742         (do_append_test): Likewise.
49744         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
49745         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
49746         Remove.
49748 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
49750         * math/gen-libm-test.pl (parse_args): Handle results specified for
49751         each rounding mode separately.
49752         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
49753         tests and results from lrint_tonearest_test_data,
49754         lrint_towardzero_test_data, lrint_downward_test_data and
49755         lrint_upward_test_data.
49756         (lrint_test): Use ALL_RM_TEST.
49757         (lrint_tonearest_test_data): Remove.
49758         (lrint_test_tonearest): Likewise.
49759         (lrint_towardzero_test_data): Likewise.
49760         (lrint_test_towardzero): Likewise.
49761         (lrint_downward_test_data): Likewise.
49762         (lrint_test_downward): Likewise.
49763         (lrint_upward_test_data): Likewise.
49764         (lrint_test_upward): Likewise.
49765         (llrint_test_data): Merge in per-rounding-mode tests and results
49766         from llrint_tonearest_test_data, llrint_towardzero_test_data,
49767         llrint_downward_test_data and llrint_upward_test_data.
49768         (llrint_test): Use ALL_RM_TEST.
49769         (llrint_tonearest_test_data): Remove.
49770         (llrint_test_tonearest): Likewise.
49771         (llrint_towardzero_test_data): Likewise.
49772         (llrint_test_towardzero): Likewise.
49773         (llrint_downward_test_data): Likewise.
49774         (llrint_test_downward): Likewise.
49775         (llrint_upward_test_data): Likewise.
49776         (llrint_test_upward): Likewise.
49777         (rint_test_data): Merge in per-rounding-mode tests and results
49778         from rint_tonearest_test_data, rint_towardzero_test_data,
49779         rint_downward_test_data and rint_upward_test_data.  Add
49780         per-rounding-mode results for tests not in those arrays.
49781         (rint_test): Use ALL_RM_TEST.
49782         (rint_tonearest_test_data): Remove.
49783         (rint_test_tonearest): Likewise.
49784         (rint_towardzero_test_data): Likewise.
49785         (rint_test_towardzero): Likewise.
49786         (rint_downward_test_data): Likewise.
49787         (rint_test_downward): Likewise.
49788         (rint_upward_test_data): Likewise.
49789         (rint_test_upward): Likewise.
49790         (main): Don't call removed functions.
49792 2014-03-14  Roland McGrath  <roland@hack.frob.com>
49794         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
49795         "Compiled on ..." crapola.  It is anti-useful.
49797 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
49799         * scripts/evaluate-test.sh: Handle fourth argument to determine
49800         whether test run should stop on failure.
49801         * Makeconfig (stop-on-test-failure): New variable.
49802         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
49803         $(stop-on-test-failure).
49804         * Makefile (tests): Give a summary of results from testing and
49805         exit with failure status if they include an ERROR or FAIL.
49806         (xtests): Likewise.
49807         * manual/install.texi (Configuring and compiling): Mention
49808         stop-on-test-failure=y.
49809         * INSTALL: Regenerated.
49811 2014-03-14  Roland McGrath  <roland@hack.frob.com>
49813         * scripts/versionlist.awk: New file.
49814         * Makerules [$(build-shared) = yes]
49815         (postclean-generated): Add Versions.def, not Versions.def.v and
49816         Versions.def.v.i.
49817         ($(common-objpfx)Versions.def.v.i): Target removed.
49818         ($(common-objpfx)Versions.def): New target.
49819         ($(common-objpfx)Versions.all): Depend on that rather that
49820         $(common-objpfx)Versions.def.v.
49821         * Versions.def: File removed.
49823         * Makeconfig (+gccwarn): Add -Wundef.
49824         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
49825         a dl-sysdep.h breaking its contract.
49826         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
49827         * include/stackinfo.h: New file.
49828         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
49829         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
49830         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
49831         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
49832         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
49833         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
49834         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
49835         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
49836         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
49837         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
49838         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
49839         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
49840         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
49841         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
49842         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
49844 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49846         [BZ #16707]
49847         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
49848         implementation.
49849         * math/libm-test.inc (round_test_data): Add more tests.
49851         [BZ #16706]
49852         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
49853         implementation.
49854         * math/libm-test.inc (nearbyint_test_data): Add more tests.
49856         [BZ #16701]
49857         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
49858         implementation.
49859         * math/libm-test.inc (ceil_test_data): Add more tests.
49861         * math/libm-test.inc (trunc_test_data): Add more tests related to
49862         BZ#16414.
49864 2014-03-14  Roland McGrath  <roland@hack.frob.com>
49866         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
49867         with #if rather than #ifdef.
49868         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
49870 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
49872         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
49873         first.  Disable AVX-512 GCC support if assembler doesn't support
49874         it.
49875         * sysdeps/x86_64/configure: Regenerated.
49877 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
49879         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
49880         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
49881         (__old_pthread_attr_setstack): Likewise.
49882         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
49883         [!_STACK_GROWS_DOWN]: Likewise.
49885 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
49887         * config.make.in (have-bash2): Delete.
49888         * configure.ac (libc_cv_have_bash2): Delete.
49889         * configure: Regenerate.
49890         * elf/Makefile (common-ldd-rewrite): Rename to ...
49891         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
49892         (sh-ldd-rewrite): Delete.
49893         (bash-ldd-rewrite): Delete.
49894         (have-bash2): Delete checks.
49895         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
49896         ldd-rewrite.
49898         * config.make.in (have-ksh): Delete.
49899         (KSH): Delete.
49900         * configure.ac (libc_cv_have_ksh): Delete.
49901         * configure: Regenerate.
49903         * elf/Makefile: Delete $(have-ksh) check.
49904         ($(objpfx)sotruss): Change KSH to BASH.
49905         * elf/sotruss.ksh: Rename to ...
49906         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
49907         function style to match POSIX.  Drop ksh vim mode setting.
49909         * manual/time.texi (Specifying the Time Zone with TZ): Change
49910         Tuesday to Thursday.
49912         * debug/tst-longjmp_chk2.c: Update header comment.
49913         (stackoverflow_handler): Add comment.  Call assert on pass value.
49915 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
49917         [BZ #16194]
49918         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
49919         (HAVE_AVX512_ASM_SUPPORT): Likewise.
49920         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
49921         (La_x86_64_vector): Add zmm.
49922         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
49923         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
49924         ($(objpfx)tst-audit10): New target.
49925         ($(objpfx)tst-audit10.out): Likewise.
49926         (tst-audit10-ENV): New.
49927         (AVX512-CFLAGS): Likewise.
49928         (CFLAGS-tst-audit10.c): Likewise.
49929         (CFLAGS-tst-auditmod10a.c): Likewise.
49930         (CFLAGS-tst-auditmod10b.c): Likewise.
49931         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
49932         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
49933         * sysdeps/x86_64/configure: Regenerated.
49934         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
49935         AVX-512 zmm register support.
49936         (_dl_x86_64_save_sse): Likewise.
49937         (_dl_x86_64_restore_sse): Likewise.
49938         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
49939         size vector registers.
49940         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
49941         (ZMM_SIZE): Likewise.
49942         * sysdeps/x86_64/tst-audit10.c: New file.
49943         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
49944         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
49946 2014-03-13  Roland McGrath  <roland@hack.frob.com>
49948         * configure.ac (HAVE_EHDR_START): New check.
49949         * configure: Regenerated.
49950         * config.h.in (HAVE_EHDR_START): New #undef.
49951         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
49952         assuming the lowest-addressed segment maps the start of the file.
49954 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
49956         * INSTALL: Regenerated.
49958 2014-03-13  Will Newton  <will.newton@linaro.org>
49960         * manual/setjmp.texi (System V contexts): Improve
49961         clarity and grammar of documentation.
49963 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
49965         [BZ #16381]
49966         * elf/Makefile (tests): Add tst-pie2.
49967         (tests-pie): Add tst-pie2.
49968         * elf/tst-pie2.c: New file.
49969         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
49970         for ET_EXEC.
49971         * elf/rtld.c (map_doit): Load executable as lt_executable.
49972         (dl_main): Likewise.
49974 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
49976         [BZ #16642]
49977         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
49978         (__ASSUME_PSELECT): Undefine.
49980 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49982         [BZ #16689]
49983         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
49984         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
49985         static build.
49986         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
49987         selector for static builds.
49989 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
49991         [BZ #16695]
49992         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
49993         key in the buffer.
49995 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49997         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
49998         IFUNC selector for static builds.
50000 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
50002         * sysdeps/mips/math_private.h [__mips_hard_float]
50003         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
50004         libc_feresetround_mips_ctx.
50005         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
50006         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
50007         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
50009         [BZ #16677]
50010         * math/s_nextafter.c (__nextafter): Do not return value from
50011         overflowing computation.
50012         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
50013         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
50014         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
50015         Likewise.
50016         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
50017         Likewise.
50018         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
50019         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
50021 2014-03-11  Roland McGrath  <roland@hack.frob.com>
50023         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
50024         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
50025         Move sfi_sp use from the load-multiple (that no longer sets sp) to
50026         the new mov targetting sp.
50028 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50030         [BZ #16683]
50031         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
50032         Define it for static builds as well.
50033         (NO_BZERO_IMPL): Likewise.
50035 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
50037         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
50038         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
50039         multiarch strspn for PPC64.
50040         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
50041         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
50042         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
50043         (__libc_ifunc_impl_list): Likewise.
50044         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
50045         multiarch optimizations
50046         * string/strspn.c (strspn): Using macro to redefine symbol name.
50048 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
50049             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50051         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
50052         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
50053         multiarch strncat for PPC64.
50054         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
50055         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
50056         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
50057         (__libc_ifunc_impl_list): Likewise.
50058         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
50059         multiarch optimizations
50061 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
50063         [BZ #16639]
50064         * nscd/nscd.service: Make service type forking.
50066 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50068         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
50069         sign in non default rounding modes.
50070         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
50072 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
50074         * math/libm-test.inc (ALL_RM_TEST): New macro.
50075         (ceil_test): Use ALL_RM_TEST.
50076         (cimag_test): Likewise.
50077         (conj_test): Likewise.
50078         (copysign_test): Likewise.
50079         (cproj_test): Likewise.
50080         (creal_test): Likewise.
50081         (fabs_test): Likewise.
50082         (floor_test): Likewise.
50083         (fmax_test): Likewise.
50084         (fmin_test): Likewise.
50085         (fmod_test): Likewise.
50086         (fpclassify_test): Likewise.
50087         (frexp_test): Likewise.
50088         (ilogb_test): Likewise.
50089         (isfinite_test): Likewise.
50090         (finite_test): Likewise.
50091         (isgreater_test): Likewise.
50092         (isgreaterequal_test): Likewise.
50093         (isinf_test): Likewise.
50094         (isless_test): Likewise.
50095         (islessequal_test): Likewise.
50096         (islessgreater_test): Likewise.
50097         (isnan_test): Likewise.
50098         (isnormal_test): Likewise.
50099         (issignaling_test): Likewise.
50100         (isunordered_test): Likewise.
50101         (logb_test): Likewise.
50102         (logb_downward_test_data): Remove.
50103         (logb_test_downward): Likewise.
50104         (lround_test): Use ALL_RM_TEST.
50105         (llround_test): Likewise.
50106         (modf_test): Likewise.
50107         (nexttoward_test): Likewise.
50108         (remainder_test): Likewise.
50109         (drem_test): Likewise.
50110         (remainder_tonearest_test_data): Likewise.
50111         (remainder_test_tonearest): Likewise.
50112         (drem_test_tonearest): Likewise.
50113         (remainder_towardzero_test_data): Likewise.
50114         (remainder_test_towardzero): Likewise.
50115         (drem_test_towardzero): Likewise.
50116         (remainder_downward_test_data): Likewise.
50117         (remainder_test_downward): Likewise.
50118         (drem_test_downward): Likewise.
50119         (remainder_upward_test_data): Likewise.
50120         (remainder_test_upward): Likewise.
50121         (drem_test_upward): Likewise.
50122         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
50123         (round_test): Use ALL_RM_TEST.
50124         (signbit_test): Likewise.
50125         (trunc_test): Likewise.
50126         (significand_test): Likewise.
50127         (main): Don't call removed functions.
50129 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
50131         [BZ #16674]
50132         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
50133         || __USE_XOPEN2K8].
50134         (ILL_ILLOPN): Likewise.
50135         (ILL_ILLADR): Likewise.
50136         (ILL_ILLTRP): Likewise.
50137         (ILL_PRVOPC): Likewise.
50138         (ILL_PRVREG): Likewise.
50139         (ILL_COPROC): Likewise.
50140         (ILL_BADSTK): Likewise.
50141         (FPE_INTDIV): Likewise.
50142         (FPE_INTOVF): Likewise.
50143         (FPE_FLTDIV): Likewise.
50144         (FPE_FLTOVF): Likewise.
50145         (FPE_FLTUND): Likewise.
50146         (FPE_FLTRES): Likewise.
50147         (FPE_FLTINV): Likewise.
50148         (FPE_FLTSUB): Likewise.
50149         (SEGV_MAPERR): Likewise.
50150         (SEGV_ACCERR): Likewise.
50151         (BUS_ADRALN): Likewise.
50152         (BUS_ADRERR): Likewise.
50153         (BUS_OBJERR): Likewise.
50154         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50155         (TRAP_TRACE): Likewise.
50156         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50157         __USE_XOPEN2K8].
50158         (CLD_KILLED): Likewise.
50159         (CLD_DUMPED): Likewise.
50160         (CLD_TRAPPED): Likewise.
50161         (CLD_STOPPED): Likewise.
50162         (CLD_CONTINUED): Likewise.
50163         (POLL_IN): Likewise.
50164         (POLL_OUT): Likewise.
50165         (POLL_MSG): Likewise.
50166         (POLL_ERR): Likewise.
50167         (POLL_PRI): Likewise.
50168         (POLL_HUP): Likewise.
50169         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
50170         Likewise.
50171         (ILL_ILLOPN): Likewise.
50172         (ILL_ILLADR): Likewise.
50173         (ILL_ILLTRP): Likewise.
50174         (ILL_PRVOPC): Likewise.
50175         (ILL_PRVREG): Likewise.
50176         (ILL_COPROC): Likewise.
50177         (ILL_BADSTK): Likewise.
50178         (FPE_INTDIV): Likewise.
50179         (FPE_INTOVF): Likewise.
50180         (FPE_FLTDIV): Likewise.
50181         (FPE_FLTOVF): Likewise.
50182         (FPE_FLTUND): Likewise.
50183         (FPE_FLTRES): Likewise.
50184         (FPE_FLTINV): Likewise.
50185         (FPE_FLTSUB): Likewise.
50186         (SEGV_MAPERR): Likewise.
50187         (SEGV_ACCERR): Likewise.
50188         (BUS_ADRALN): Likewise.
50189         (BUS_ADRERR): Likewise.
50190         (BUS_OBJERR): Likewise.
50191         (BUS_MCEERR_AR): Likewise.
50192         (BUS_MCEERR_AO): Likewise.
50193         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50194         (TRAP_TRACE): Likewise.
50195         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50196         __USE_XOPEN2K8].
50197         (CLD_KILLED): Likewise.
50198         (CLD_DUMPED): Likewise.
50199         (CLD_TRAPPED): Likewise.
50200         (CLD_STOPPED): Likewise.
50201         (CLD_CONTINUED): Likewise.
50202         (POLL_IN): Likewise.
50203         (POLL_OUT): Likewise.
50204         (POLL_MSG): Likewise.
50205         (POLL_ERR): Likewise.
50206         (POLL_PRI): Likewise.
50207         (POLL_HUP): Likewise.
50208         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
50209         (ILL_ILLOPN): Likewise.
50210         (ILL_ILLADR): Likewise.
50211         (ILL_ILLTRP): Likewise.
50212         (ILL_PRVOPC): Likewise.
50213         (ILL_PRVREG): Likewise.
50214         (ILL_COPROC): Likewise.
50215         (ILL_BADSTK): Likewise.
50216         (FPE_INTDIV): Likewise.
50217         (FPE_INTOVF): Likewise.
50218         (FPE_FLTDIV): Likewise.
50219         (FPE_FLTOVF): Likewise.
50220         (FPE_FLTUND): Likewise.
50221         (FPE_FLTRES): Likewise.
50222         (FPE_FLTINV): Likewise.
50223         (FPE_FLTSUB): Likewise.
50224         (SEGV_MAPERR): Likewise.
50225         (SEGV_ACCERR): Likewise.
50226         (BUS_ADRALN): Likewise.
50227         (BUS_ADRERR): Likewise.
50228         (BUS_OBJERR): Likewise.
50229         (BUS_MCEERR_AR): Likewise.
50230         (BUS_MCEERR_AO): Likewise.
50231         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50232         (TRAP_TRACE): Likewise.
50233         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50234         __USE_XOPEN2K8].
50235         (CLD_KILLED): Likewise.
50236         (CLD_DUMPED): Likewise.
50237         (CLD_TRAPPED): Likewise.
50238         (CLD_STOPPED): Likewise.
50239         (CLD_CONTINUED): Likewise.
50240         (POLL_IN): Likewise.
50241         (POLL_OUT): Likewise.
50242         (POLL_MSG): Likewise.
50243         (POLL_ERR): Likewise.
50244         (POLL_PRI): Likewise.
50245         (POLL_HUP): Likewise.
50246         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
50247         Likewise.
50248         (ILL_ILLOPN): Likewise.
50249         (ILL_ILLADR): Likewise.
50250         (ILL_ILLTRP): Likewise.
50251         (ILL_PRVOPC): Likewise.
50252         (ILL_PRVREG): Likewise.
50253         (ILL_COPROC): Likewise.
50254         (ILL_BADSTK): Likewise.
50255         (ILL_BADIADDR): Likewise.
50256         (ILL_BREAK): Likewise.
50257         (FPE_INTDIV): Likewise.
50258         (FPE_INTOVF): Likewise.
50259         (FPE_FLTDIV): Likewise.
50260         (FPE_FLTOVF): Likewise.
50261         (FPE_FLTUND): Likewise.
50262         (FPE_FLTRES): Likewise.
50263         (FPE_FLTINV): Likewise.
50264         (FPE_FLTSUB): Likewise.
50265         (FPE_DECOVF): Likewise.
50266         (FPE_DECDIV): Likewise.
50267         (FPE_DECERR): Likewise.
50268         (FPE_INVASC): Likewise.
50269         (FPE_INVDEC): Likewise.
50270         (SEGV_MAPERR): Likewise.
50271         (SEGV_ACCERR): Likewise.
50272         (SEGV_PSTKOVF): Likewise.
50273         (BUS_ADRALN): Likewise.
50274         (BUS_ADRERR): Likewise.
50275         (BUS_OBJERR): Likewise.
50276         (BUS_MCEERR_AR): Likewise.
50277         (BUS_MCEERR_AO): Likewise.
50278         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50279         (TRAP_TRACE): Likewise.
50280         (TRAP_BRANCH): Likewise.
50281         (TRAP_HWBKPT): Likewise.
50282         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50283         __USE_XOPEN2K8].
50284         (CLD_KILLED): Likewise.
50285         (CLD_DUMPED): Likewise.
50286         (CLD_TRAPPED): Likewise.
50287         (CLD_STOPPED): Likewise.
50288         (CLD_CONTINUED): Likewise.
50289         (POLL_IN): Likewise.
50290         (POLL_OUT): Likewise.
50291         (POLL_MSG): Likewise.
50292         (POLL_ERR): Likewise.
50293         (POLL_PRI): Likewise.
50294         (POLL_HUP): Likewise.
50295         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
50296         (ILL_ILLOPN): Likewise.
50297         (ILL_ILLADR): Likewise.
50298         (ILL_ILLTRP): Likewise.
50299         (ILL_PRVOPC): Likewise.
50300         (ILL_PRVREG): Likewise.
50301         (ILL_COPROC): Likewise.
50302         (ILL_BADSTK): Likewise.
50303         (FPE_INTDIV): Likewise.
50304         (FPE_INTOVF): Likewise.
50305         (FPE_FLTDIV): Likewise.
50306         (FPE_FLTOVF): Likewise.
50307         (FPE_FLTUND): Likewise.
50308         (FPE_FLTRES): Likewise.
50309         (FPE_FLTINV): Likewise.
50310         (FPE_FLTSUB): Likewise.
50311         (SEGV_MAPERR): Likewise.
50312         (SEGV_ACCERR): Likewise.
50313         (BUS_ADRALN): Likewise.
50314         (BUS_ADRERR): Likewise.
50315         (BUS_OBJERR): Likewise.
50316         (BUS_MCEERR_AR): Likewise.
50317         (BUS_MCEERR_AO): Likewise.
50318         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50319         (TRAP_TRACE): Likewise.
50320         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50321         __USE_XOPEN2K8].
50322         (CLD_KILLED): Likewise.
50323         (CLD_DUMPED): Likewise.
50324         (CLD_TRAPPED): Likewise.
50325         (CLD_STOPPED): Likewise.
50326         (CLD_CONTINUED): Likewise.
50327         (POLL_IN): Likewise.
50328         (POLL_OUT): Likewise.
50329         (POLL_MSG): Likewise.
50330         (POLL_ERR): Likewise.
50331         (POLL_PRI): Likewise.
50332         (POLL_HUP): Likewise.
50333         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
50334         (ILL_ILLOPN): Likewise.
50335         (ILL_ILLADR): Likewise.
50336         (ILL_ILLTRP): Likewise.
50337         (ILL_PRVOPC): Likewise.
50338         (ILL_PRVREG): Likewise.
50339         (ILL_COPROC): Likewise.
50340         (ILL_BADSTK): Likewise.
50341         (FPE_INTDIV): Likewise.
50342         (FPE_INTOVF): Likewise.
50343         (FPE_FLTDIV): Likewise.
50344         (FPE_FLTOVF): Likewise.
50345         (FPE_FLTUND): Likewise.
50346         (FPE_FLTRES): Likewise.
50347         (FPE_FLTINV): Likewise.
50348         (FPE_FLTSUB): Likewise.
50349         (SEGV_MAPERR): Likewise.
50350         (SEGV_ACCERR): Likewise.
50351         (BUS_ADRALN): Likewise.
50352         (BUS_ADRERR): Likewise.
50353         (BUS_OBJERR): Likewise.
50354         (BUS_MCEERR_AR): Likewise.
50355         (BUS_MCEERR_AO): Likewise.
50356         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50357         (TRAP_TRACE): Likewise.
50358         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50359         __USE_XOPEN2K8].
50360         (CLD_KILLED): Likewise.
50361         (CLD_DUMPED): Likewise.
50362         (CLD_TRAPPED): Likewise.
50363         (CLD_STOPPED): Likewise.
50364         (CLD_CONTINUED): Likewise.
50365         (POLL_IN): Likewise.
50366         (POLL_OUT): Likewise.
50367         (POLL_MSG): Likewise.
50368         (POLL_ERR): Likewise.
50369         (POLL_PRI): Likewise.
50370         (POLL_HUP): Likewise.
50371         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
50372         (ILL_ILLOPN): Likewise.
50373         (ILL_ILLADR): Likewise.
50374         (ILL_ILLTRP): Likewise.
50375         (ILL_PRVOPC): Likewise.
50376         (ILL_PRVREG): Likewise.
50377         (ILL_COPROC): Likewise.
50378         (ILL_BADSTK): Likewise.
50379         (FPE_INTDIV): Likewise.
50380         (FPE_INTOVF): Likewise.
50381         (FPE_FLTDIV): Likewise.
50382         (FPE_FLTOVF): Likewise.
50383         (FPE_FLTUND): Likewise.
50384         (FPE_FLTRES): Likewise.
50385         (FPE_FLTINV): Likewise.
50386         (FPE_FLTSUB): Likewise.
50387         (SEGV_MAPERR): Likewise.
50388         (SEGV_ACCERR): Likewise.
50389         (BUS_ADRALN): Likewise.
50390         (BUS_ADRERR): Likewise.
50391         (BUS_OBJERR): Likewise.
50392         (BUS_MCEERR_AR): Likewise.
50393         (BUS_MCEERR_AO): Likewise.
50394         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50395         (TRAP_TRACE): Likewise.
50396         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50397         __USE_XOPEN2K8].
50398         (CLD_KILLED): Likewise.
50399         (CLD_DUMPED): Likewise.
50400         (CLD_TRAPPED): Likewise.
50401         (CLD_STOPPED): Likewise.
50402         (CLD_CONTINUED): Likewise.
50403         (POLL_IN): Likewise.
50404         (POLL_OUT): Likewise.
50405         (POLL_MSG): Likewise.
50406         (POLL_ERR): Likewise.
50407         (POLL_PRI): Likewise.
50408         (POLL_HUP): Likewise.
50409         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
50410         (ILL_ILLOPN): Likewise.
50411         (ILL_ILLADR): Likewise.
50412         (ILL_ILLTRP): Likewise.
50413         (ILL_PRVOPC): Likewise.
50414         (ILL_PRVREG): Likewise.
50415         (ILL_COPROC): Likewise.
50416         (ILL_BADSTK): Likewise.
50417         (ILL_DBLFLT): Likewise.
50418         (ILL_HARDWALL): Likewise.
50419         (FPE_INTDIV): Likewise.
50420         (FPE_INTOVF): Likewise.
50421         (FPE_FLTDIV): Likewise.
50422         (FPE_FLTOVF): Likewise.
50423         (FPE_FLTUND): Likewise.
50424         (FPE_FLTRES): Likewise.
50425         (FPE_FLTINV): Likewise.
50426         (FPE_FLTSUB): Likewise.
50427         (SEGV_MAPERR): Likewise.
50428         (SEGV_ACCERR): Likewise.
50429         (BUS_ADRALN): Likewise.
50430         (BUS_ADRERR): Likewise.
50431         (BUS_OBJERR): Likewise.
50432         (BUS_MCEERR_AR): Likewise.
50433         (BUS_MCEERR_AO): Likewise.
50434         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50435         (TRAP_TRACE): Likewise.
50436         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50437         __USE_XOPEN2K8].
50438         (CLD_KILLED): Likewise.
50439         (CLD_DUMPED): Likewise.
50440         (CLD_TRAPPED): Likewise.
50441         (CLD_STOPPED): Likewise.
50442         (CLD_CONTINUED): Likewise.
50443         (POLL_IN): Likewise.
50444         (POLL_OUT): Likewise.
50445         (POLL_MSG): Likewise.
50446         (POLL_ERR): Likewise.
50447         (POLL_PRI): Likewise.
50448         (POLL_HUP): Likewise.
50449         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
50450         (ILL_ILLOPN): Likewise.
50451         (ILL_ILLADR): Likewise.
50452         (ILL_ILLTRP): Likewise.
50453         (ILL_PRVOPC): Likewise.
50454         (ILL_PRVREG): Likewise.
50455         (ILL_COPROC): Likewise.
50456         (ILL_BADSTK): Likewise.
50457         (FPE_INTDIV): Likewise.
50458         (FPE_INTOVF): Likewise.
50459         (FPE_FLTDIV): Likewise.
50460         (FPE_FLTOVF): Likewise.
50461         (FPE_FLTUND): Likewise.
50462         (FPE_FLTRES): Likewise.
50463         (FPE_FLTINV): Likewise.
50464         (FPE_FLTSUB): Likewise.
50465         (SEGV_MAPERR): Likewise.
50466         (SEGV_ACCERR): Likewise.
50467         (BUS_ADRALN): Likewise.
50468         (BUS_ADRERR): Likewise.
50469         (BUS_OBJERR): Likewise.
50470         (BUS_MCEERR_AR): Likewise.
50471         (BUS_MCEERR_AO): Likewise.
50472         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50473         (TRAP_TRACE): Likewise.
50474         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50475         __USE_XOPEN2K8].
50476         (CLD_KILLED): Likewise.
50477         (CLD_DUMPED): Likewise.
50478         (CLD_TRAPPED): Likewise.
50479         (CLD_STOPPED): Likewise.
50480         (CLD_CONTINUED): Likewise.
50481         (POLL_IN): Likewise.
50482         (POLL_OUT): Likewise.
50483         (POLL_MSG): Likewise.
50484         (POLL_ERR): Likewise.
50485         (POLL_PRI): Likewise.
50486         (POLL_HUP): Likewise.
50487         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
50488         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
50490         [BZ #16670]
50491         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
50492         before #include of <time.h>.
50493         [!__USE_XOPEN2K] (__need_timespec): Likewise.
50494         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
50495         (test-xfail-UNIX98/sched.h/conform): Likewise.
50497 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
50499         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
50500         error absence of trapping exception support.
50501         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
50503 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
50505         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
50506         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
50507         * timezone/Makefile (testdata): Move definition above include of
50508         Rules.
50509         (test-zones): New variable.
50510         (tests-special): Add zone files.
50511         (build-testdata): Use $(evaluate-test).
50513         * elf/Makefile (tests-special): Rename tests to end with .out.
50514         ($(objpfx)noload-mem): Likewise.
50515         ($(objpfx)tst-leaks1-mem): Likewise.
50516         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
50517         * iconv/Makefile (xtests-special): Change test-iconvconfig to
50518         $(objpfx)test-iconvconfig.out.
50519         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
50520         set -e inside subshell and redirect output to file.
50521         * iconvdata/Makefile (generated): Rename tests to end with .out.
50522         Correct type.
50523         (tests-special): Rename tests to end with .out.
50524         ($(objpfx)mtrace-tst-loading): Likewise.
50525         * intl/Makefile (generated): Likewise.
50526         (tests-special): Likewise.
50527         ($(objpfx)mtrace-tst-gettext): Likewise.
50528         * misc/Makefile (generated): Likewise.
50529         (tests-special): Likewise.
50530         ($(objpfx)tst-error1-mem): Likewise.
50531         * nptl/Makefile (tests-special): Likewise.
50532         ($(objpfx)tst-stack3-mem): Likewise.
50533         (generated): Likewise.
50534         * posix/Makefile (generated): Likewise.
50535         (tests-special): Likewise.
50536         (xtests-special): Likewise.
50537         ($(objpfx)tst-fnmatch-mem): Likewise.
50538         ($(objpfx)bug-regex2-mem): Likewise.
50539         ($(objpfx)bug-regex14-mem): Likewise.
50540         ($(objpfx)bug-regex21-mem): Likewise.
50541         ($(objpfx)bug-regex31-mem): Likewise.
50542         ($(objpfx)tst-vfork3-mem): Likewise.
50543         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
50544         ($(objpfx)tst-pcre-mem): Likewise.
50545         ($(objpfx)tst-boost-mem): Likewise.
50546         ($(objpfx)bug-ga2-mem): Likewise.
50547         ($(objpfx)bug-glob2-mem): Likewise.
50548         * resolv/Makefile (generate): Likewise.
50549         (tests-special): Likewise.
50550         (xtests-special): Likewise.
50551         (generated): Likewise.
50552         ($(objpfx)mtrace-tst-leaks): Likewise.
50553         ($(objpfx)mtrace-tst-leaks2): Likewise.
50555         * scripts/merge-test-results.sh: New file.
50556         * Makefile (tests-special-notdir): New variable.
50557         (tests): Run merge-test-results.sh.
50558         (xtests): Likewise.
50559         * Rules (tests-special-notdir): New variable.
50560         (xtests-special-notdir): Likewise.
50561         (tests): Run merge-test-results.sh
50562         (xtests): Likewise.
50564         * Makeconfig (test-xfail-name): New variable.
50565         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
50566         compute variable name for expected failures.
50567         * conform/Makefile (conformtest-headers-data): New variable.
50568         (conformtest-standards): Likewise.
50569         (conformtest-headers-ISO): Likewise.
50570         (conformtest-headers-ISO99): Likewise.
50571         (conformtest-headers-ISO11): Likewise.
50572         (conformtest-headers-POSIX): Likewise.
50573         (conformtest-headers-XPG3): Likewise.
50574         (conformtest-headers-XPG4): Likewise.
50575         (conformtest-headers-UNIX98): Likewise.
50576         (conformtest-headers-XOPEN2K): Likewise.
50577         (conformtest-headers-POSIX2008): Likewise.
50578         (conformtest-headers-XOPEN2K8): Likewise.
50579         (conformtest-header-list-base): Likewise.
50580         (conformtest-header-list-tests): Likewise.
50581         (conformtest-header-base): Likewise.
50582         (conformtest-header-tests): Likewise.
50583         (tests-special): Add $(conformtest-header-list-tests).  If
50584         [$(fast-check) && !$(cross-compiling)], add
50585         $(conformtest-header-tests) instead of
50586         $(objpfx)run-conformtest.out.
50587         (generated): Add $(conformtest-header-list-base).  If
50588         [$(fast-check) && !$(cross-compiling)], add
50589         $(conformtest-header-base).  Remove previous setting.
50590         ($(conformtest-header-list-tests)): New target.
50591         (test-xfail-run-conformtest): Remove variable.
50592         ($(objpfx)run-conformtest.out): Remove target.
50593         (test-xfail-ISO11/complex.h/conform): New variable.
50594         (test-xfail-ISO11/stdalign.h/conform): Likewise.
50595         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
50596         (test-xfail-XPG3/varargs.h/conform): Likewise.
50597         (test-xfail-XPG4/varargs.h/conform): Likewise.
50598         (test-xfail-UNIX98/varargs.h/conform): Likewise.
50599         (test-xfail-XPG4/ndbm.h/conform): Likewise.
50600         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
50601         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
50602         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
50603         (test-xfail-XPG3/fcntl.h/conform): Likewise.
50604         (test-xfail-XPG3/ftw.h/conform): Likewise.
50605         (test-xfail-XPG3/grp.h/conform): Likewise.
50606         (test-xfail-XPG3/langinfo.h/conform): Likewise.
50607         (test-xfail-XPG3/limits.h/conform): Likewise.
50608         (test-xfail-XPG3/pwd.h/conform): Likewise.
50609         (test-xfail-XPG3/search.h/conform): Likewise.
50610         (test-xfail-XPG3/signal.h/conform): Likewise.
50611         (test-xfail-XPG3/stdio.h/conform): Likewise.
50612         (test-xfail-XPG3/stdlib.h/conform): Likewise.
50613         (test-xfail-XPG3/string.h/conform): Likewise.
50614         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
50615         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
50616         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
50617         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
50618         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
50619         (test-xfail-XPG3/sys/types.h/conform): Likewise.
50620         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
50621         (test-xfail-XPG3/termios.h/conform): Likewise.
50622         (test-xfail-XPG3/time.h/conform): Likewise.
50623         (test-xfail-XPG3/unistd.h/conform): Likewise.
50624         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
50625         (test-xfail-XPG4/fcntl.h/conform): Likewise.
50626         (test-xfail-XPG4/langinfo.h/conform): Likewise.
50627         (test-xfail-XPG4/netdb.h/conform): Likewise.
50628         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
50629         (test-xfail-XPG4/signal.h/conform): Likewise.
50630         (test-xfail-XPG4/stdio.h/conform): Likewise.
50631         (test-xfail-XPG4/stdlib.h/conform): Likewise.
50632         (test-xfail-XPG4/stropts.h/conform): Likewise.
50633         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
50634         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
50635         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
50636         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
50637         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
50638         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
50639         (test-xfail-XPG4/sys/time.h/conform): Likewise.
50640         (test-xfail-XPG4/sys/types.h/conform): Likewise.
50641         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
50642         (test-xfail-XPG4/termios.h/conform): Likewise.
50643         (test-xfail-XPG4/ucontext.h/conform): Likewise.
50644         (test-xfail-XPG4/unistd.h/conform): Likewise.
50645         (test-xfail-XPG4/utmpx.h/conform): Likewise.
50646         (test-xfail-POSIX/sched.h/conform): Likewise.
50647         (test-xfail-POSIX/signal.h/conform): Likewise.
50648         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
50649         (test-xfail-POSIX/tar.h/conform): Likewise.
50650         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
50651         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
50652         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
50653         (test-xfail-UNIX98/netdb.h/conform): Likewise.
50654         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
50655         (test-xfail-UNIX98/sched.h/conform): Likewise.
50656         (test-xfail-UNIX98/signal.h/conform): Likewise.
50657         (test-xfail-UNIX98/stdio.h/conform): Likewise.
50658         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
50659         (test-xfail-UNIX98/stropts.h/conform): Likewise.
50660         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
50661         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
50662         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
50663         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
50664         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
50665         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
50666         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
50667         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
50668         (test-xfail-UNIX98/unistd.h/conform): Likewise.
50669         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
50670         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
50671         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
50672         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
50673         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
50674         (test-xfail-XOPEN2K/math.h/conform): Likewise.
50675         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
50676         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
50677         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
50678         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
50679         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
50680         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
50681         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
50682         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
50683         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
50684         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
50685         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
50686         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
50687         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
50688         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
50689         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
50690         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
50691         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
50692         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
50693         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
50694         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
50695         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
50696         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
50697         (test-xfail-POSIX2008/signal.h/conform): Likewise.
50698         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
50699         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
50700         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
50701         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
50702         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
50703         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
50704         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
50705         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
50706         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
50707         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
50708         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
50709         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
50710         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
50711         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
50712         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
50713         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
50714         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
50715         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
50716         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
50717         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
50718         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
50719         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
50720         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
50721         (conformtest-cc-flags): Likewise.
50722         ($(conformtest-header-tests): New target.
50723         * conform/check-header-lists.sh: New file.
50724         * conform/run-conformtest.sh: Remove.
50726         * conform/conformtest.pl: Allow ' and \ in values given for
50727         constants.
50728         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
50729         inclusion.
50730         [POSIX] (sys/types.h): Likewise.
50731         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
50732         inclusion.
50733         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
50734         inclusion.
50735         * conform/data/signal.h-data (SIGIO): Remove expectation.
50736         [XPG3] (SIGBUS): Do not expect.
50737         [POSIX || XPG3] (SIGPOLL): Likewise.
50738         [POSIX || XPG3] (SIGPROF): Likewise.
50739         [POSIX || XPG3] (SIGSYS): Likewise.
50740         [XPG3] (SIGTRAP): Likewise.
50741         [POSIX || XPG3] (SIGURG): Likewise.
50742         [POSIX || XPG3] (SIGVTALRM): Likewise.
50743         [POSIX || XPG3] (SIGXCPU): Likewise.
50744         [POSIX || XPG3] (SIGXFSZ): Likewise.
50745         [POSIX] (SA_SIGINFO): Expect.
50746         [XPG3] (siginfo_t): Do not expect type or contents.
50747         [POSIX] (si_pid): Do not expect element.
50748         [POSIX] (si_uid): Likewise.
50749         [POSIX] (si_addr): Likewise.
50750         [POSIX] (si_status): Likewise.
50751         [POSIX] (si_band): Likewise.
50752         [XPG4] (si_value): Likewise.
50753         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
50754         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
50755         [POSIX || XPG3] (ILL_ILLADR): Likewise.
50756         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
50757         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
50758         [POSIX || XPG3] (ILL_PRVREG): Likewise.
50759         [POSIX || XPG3] (ILL_COPROC): Likewise.
50760         [POSIX || XPG3] (ILL_BADSTK): Likewise.
50761         [POSIX || XPG3] (FPE_INTDIV): Likewise.
50762         [POSIX || XPG3] (FPE_INTOVF): Likewise.
50763         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
50764         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
50765         [POSIX || XPG3] (FPE_FLTUND): Likewise.
50766         [POSIX || XPG3] (FPE_FLTRES): Likewise.
50767         [POSIX || XPG3] (FPE_FLTINV): Likewise.
50768         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
50769         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
50770         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
50771         [POSIX || XPG3] (BUS_ADRALN): Likewise.
50772         [POSIX || XPG3] (BUS_ADRERR): Likewise.
50773         [POSIX || XPG3] (BUS_OBJERR): Likewise.
50774         [POSIX || XPG3] (CLD_EXITED): Likewise.
50775         [POSIX || XPG3] (CLD_KILLED): Likewise.
50776         [POSIX || XPG3] (CLD_DUMPED): Likewise.
50777         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
50778         [POSIX || XPG3] (CLD_STOPPED): Likewise.
50779         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
50780         [POSIX || XPG3] (POLL_IN): Likewise.
50781         [POSIX || XPG3] (POLL_OUT): Likewise.
50782         [POSIX || XPG3] (POLL_MSG): Likewise.
50783         [POSIX || XPG3] (POLL_ERR): Likewise.
50784         [POSIX || XPG3] (POLL_PRI): Likewise.
50785         [POSIX || XPG3] (POLL_HUP): Likewise.
50786         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
50787         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
50788         (SIG*): Do not allow.
50789         [XPG3] (si_*): Likewise.
50790         [XPG3] (SI_*): Likewise.
50791         [XPG3 || XPG4] (sigev_*): Likewise.
50792         [XPG3 || XPG4] (SIGEV_*): Likewise.
50793         [XPG3 || XPG4] (sival_*): Likewise.
50794         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
50795         [POSIX || XPG3] (BUS_*): Likewise.
50796         [POSIX || XPG3] (CLD_*): Likewise.
50797         [POSIX || XPG3] (FPE_*): Likewise.
50798         [POSIX || XPG3] (ILL_*): Likewise.
50799         [POSIX || XPG3] (POLL_*): Likewise.
50800         [POSIX || XPG3] (SEGV_*): Likewise.
50801         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
50802         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
50803         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
50804         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
50805         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
50806         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
50807         Specify type and value.
50808         (TVERSLEN): Likewise.
50809         (REGTYPE): Likewise.
50810         (AREGTYPE): Likewise.
50811         (LNKTYPE): Likewise.
50812         (SYMTYPE): Likewise.
50813         (CHRTYPE): Likewise.
50814         (BLKTYPE): Likewise.
50815         (DIRTYPE): Likewise.
50816         (FIFOTYPE): Likewise.
50817         (CONTTYPE): Likewise.
50818         (TSUID): Likewise.
50819         (TSGID): Likewise.
50820         (TSVTX): Likewise.
50821         (TUREAD): Likewise.
50822         (TUWRITE): Likewise.
50823         (TUEXEC): Likewise.
50824         (TGREAD): Likewise.
50825         (TGWRITE): Likewise.
50826         (TGEXEC): Likewise.
50827         (TOREAD): Likewise.
50828         (TOWRITE): Likewise.
50829         (TOEXEC): Likewise.
50830         [POSIX] (TSVTX): Expect constant.
50832 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
50834         * Makefile (tests): Change dependencies to ....
50835         (tests-special): ... additions to this variable.
50836         (tests): Depend on $(tests-special).
50837         * Makerules (check-abi-list): New variable.
50838         (check-abi): Depend on $(check-abi-list).
50839         [$(subdir) = elf] (tests-special): Add
50840         $(objpfx)check-abi-libc.out.
50841         [$(build-shared) = yes && subdir] (tests-special): Add
50842         $(check-abi-list).
50843         [$(build-shared) = yes && subdir] (tests): Do not depend on
50844         check-abi.
50845         * Rules (tests): Depend on $(tests-special).
50846         (xtests): Depend on $(xtests-special).
50847         * catgets/Makefile (tests): Change dependencies to ....
50848         (tests-special): ... additions to this variable.
50849         * conform/Makefile (tests): Change dependencies to ....
50850         (tests-special): ... additions to this variable.
50851         * elf/Makefile (tests): Change dependencies to ....
50852         (tests-special): ... additions to this variable.
50853         * grp/Makefile (tests): Change dependencies to ....
50854         (tests-special): ... additions to this variable.
50855         * iconv/Makefile (xtests): Change dependencies to ....
50856         (xtests-special): ... additions to this variable.
50857         * iconvdata/Makefile (tests): Change dependencies to ....
50858         (tests-special): ... additions to this variable.
50859         * intl/Makefile (tests): Change dependencies to ....
50860         (tests-special): ... additions to this variable.  Also add
50861         $(objpfx)tst-gettext.out.
50862         * io/Makefile (tests): Change dependencies to ....
50863         (tests-special): ... additions to this variable.
50864         * libio/Makefile (tests): Change dependencies to ....
50865         (tests-special): ... additions to this variable.
50866         * malloc/Makefile (tests): Change dependencies to ....
50867         (tests-special): ... additions to this variable.
50868         * misc/Makefile (tests): Change dependencies to ....
50869         (tests-special): ... additions to this variable.
50870         * nptl/Makefile (tests): Change dependencies to ....
50871         (tests-special): ... additions to this variable.
50872         * nptl_db/Makefile (tests): Change dependencies to ....
50873         (tests-special): ... additions to this variable.
50874         * posix/Makefile (tests): Change dependencies to ....
50875         (tests-special): ... additions to this variable.
50876         (xtests): Change dependencies to ....
50877         (xtests-special): ... additions to this variable.
50878         * resolv/Makefile (tests): Change dependencies to ....
50879         (tests-special): ... additions to this variable.
50880         (xtests): Change dependencies to ....
50881         (xtests-special): ... additions to this variable.
50882         * stdio-common/Makefile (tests): Change dependencies to ....
50883         (tests-special): ... additions to this variable.
50884         (do-tst-unbputc): Remove target.
50885         (do-tst-printf): Likewise.
50886         * stdlib/Makefile (tests): Change dependencies to ....
50887         (tests-special): ... additions to this variable.
50888         * string/Makefile (tests): Change dependencies to ....
50889         (tests-special): ... additions to this variable.
50890         * sysdeps/x86/Makefile (tests): Change dependencies to ....
50891         (tests-special): ... additions to this variable.
50893         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
50894         whole file.
50895         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
50896         whole file.
50897         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
50898         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
50900         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
50901         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
50902         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
50903         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
50904         * conform/data/libgen.h-data [XPG3]: Likewise.
50905         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
50906         * conform/data/ndbm.h-data [XPG3]: Likewise.
50907         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
50908         * conform/data/netdb.h-data [XPG3]: Likewise.
50909         * conform/data/netinet/in.h-data [XPG3]: Likewise.
50910         * conform/data/poll.h-data [XPG3]: Likewise.
50911         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
50912         * conform/data/strings.h-data [XPG3]: Likewise.
50913         * conform/data/stropts.h-data [XPG3]: Likewise.
50914         * conform/data/sys/mman.h-data [XPG3]: Likewise.
50915         * conform/data/sys/resource.h-data [XPG3]: Likewise.
50916         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
50917         Likewise.
50918         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
50919         * conform/data/sys/time.h-data [XPG3]: Likewise.
50920         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
50921         * conform/data/sys/uio.h-data [XPG3]: Likewise.
50922         * conform/data/sys/un.h-data [XPG3]: Likewise.
50923         * conform/data/syslog.h-data [XPG3]: Likewise.
50924         * conform/data/ucontext.h-data [XPG3]: Likewise.
50925         * conform/data/utmpx.h-data [XPG3]: Likewise.
50926         * conform/data/varargs.h-data [UNIX98]: Enable file.
50928         * manual/Makefile (INSTALL_INFO): Remove variable setting.
50930         * math/libm-test.inc (struct test_f_f_data): Move expected results
50931         into structure for each rounding mode.
50932         (struct test_ff_f_data): Likewise.
50933         (struct test_ff_f_data_nexttoward): Likewise.
50934         (struct test_fi_f_data): Likewise.
50935         (struct test_fl_f_data): Likewise.
50936         (struct test_if_f_data): Likewise.
50937         (struct test_fff_f_data): Likewise.
50938         (struct test_c_f_data): Likewise.
50939         (struct test_f_f1_data): Likewise.
50940         (struct test_fF_f1_data): Likewise.
50941         (struct test_ffI_f1_data): Likewise.
50942         (struct test_c_c_data): Likewise.
50943         (struct test_cc_c_data): Likewise.
50944         (struct test_f_i_data): Likewise.
50945         (struct test_ff_i_data): Likewise.
50946         (struct test_f_l_data): Likewise.
50947         (struct test_f_L_data): Likewise.
50948         (struct test_fFF_11_data): Likewise.
50949         (RM_): New macro.
50950         (RM_FE_DOWNWARD): Likewise.
50951         (RM_FE_TONEAREST): Likewise.
50952         (RM_FE_TOWARDZERO): Likewise.
50953         (RM_FE_UPWARD): Likewise.
50954         (RUN_TEST_LOOP_f_f): Update references to expected results.
50955         (RUN_TEST_LOOP_2_f): Likewise.
50956         (RUN_TEST_LOOP_fff_f): Likewise.
50957         (RUN_TEST_LOOP_c_f): Likewise.
50958         (RUN_TEST_LOOP_f_f1): Likewise.
50959         (RUN_TEST_LOOP_fF_f1): Likewise.
50960         (RUN_TEST_LOOP_fI_f1): Likewise.
50961         (RUN_TEST_LOOP_ffI_f1): Likewise.
50962         (RUN_TEST_LOOP_c_c): Likewise.
50963         (RUN_TEST_LOOP_cc_c): Likewise.
50964         (RUN_TEST_LOOP_f_i): Likewise.
50965         (RUN_TEST_LOOP_f_i_tg): Likewise.
50966         (RUN_TEST_LOOP_ff_i_tg): Likewise.
50967         (RUN_TEST_LOOP_f_b): Likewise.
50968         (RUN_TEST_LOOP_f_b_tg): Likewise.
50969         (RUN_TEST_LOOP_f_l): Likewise.
50970         (RUN_TEST_LOOP_f_L): Likewise.
50971         (RUN_TEST_LOOP_fFF_11): Likewise.
50972         * math/gen-libm-test.pl (parse_args): Output four copies of
50973         expected results for each test.
50975         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
50976         (__ASSUME_UTIMES): Remove.
50977         * sysdeps/unix/sysv/linux/tile/kernel-features.h
50978         (__ASSUME_UTIMES): Likewise.
50980         * math/gen-auto-libm-tests.c: Update comment on output format.
50981         (output_for_one_input_case): Generate before-rounding and
50982         after-rounding information as conditions on output flags not
50983         floating-point format.
50984         * math/auto-libm-test-out: Regenerated.
50985         * math/gen-libm-test.pl (cond_value): New function.
50986         (or_cond_value): Use cond_value.
50987         (generate_testfile): Handle conditional exceptions.
50989 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
50991         * math/libm-test.inc (max_valid_error): New variable.
50992         (init_max_error): Take new argument specifying whether function
50993         results are exactly determined.  Set max_valid_error and bound
50994         other variables for errors based on this argument.
50995         (set_max_error): Do not record results above max_valid_error.
50996         (check_float_internal): Only accept errors of up to 0.5ulps if
50997         also at most max_valid_error.
50998         (START): Take new argument EXACT and pass it to init_max_error.
50999         (acos_test): Update call to START.
51000         (acos_test_tonearest): Likewise.
51001         (acos_test_towardzero): Likewise.
51002         (acos_test_downward): Likewise.
51003         (acos_test_upward): Likewise.
51004         (acosh_test): Likewise.
51005         (asin_test): Likewise.
51006         (asin_test_tonearest): Likewise.
51007         (asin_test_towardzero): Likewise.
51008         (asin_test_downward): Likewise.
51009         (asin_test_upward): Likewise.
51010         (asinh_test): Likewise.
51011         (atan_test): Likewise.
51012         (atanh_test): Likewise.
51013         (atan2_test): Likewise.
51014         (cabs_test): Likewise.
51015         (cacos_test): Likewise.
51016         (cacosh_test): Likewise.
51017         (carg_test): Likewise.
51018         (casin_test): Likewise.
51019         (casinh_test): Likewise.
51020         (catan_test): Likewise.
51021         (catanh_test): Likewise.
51022         (cbrt_test): Likewise.
51023         (ccos_test): Likewise.
51024         (ccosh_test): Likewise.
51025         (ceil_test): Likewise.
51026         (cexp_test): Likewise.
51027         (cimag_test): Likewise.
51028         (clog_test): Likewise.
51029         (clog10_test): Likewise.
51030         (conj_test): Likewise.
51031         (copysign_test): Likewise.
51032         (cos_test): Likewise.
51033         (cos_test_tonearest): Likewise.
51034         (cos_test_towardzero): Likewise.
51035         (cos_test_downward): Likewise.
51036         (cos_test_upward): Likewise.
51037         (cosh_test): Likewise.
51038         (cosh_test_tonearest): Likewise.
51039         (cosh_test_towardzero): Likewise.
51040         (cosh_test_downward): Likewise.
51041         (cosh_test_upward): Likewise.
51042         (cpow_test): Likewise.
51043         (cproj_test): Likewise.
51044         (creal_test): Likewise.
51045         (csin_test): Likewise.
51046         (csinh_test): Likewise.
51047         (csqrt_test): Likewise.
51048         (ctan_test): Likewise.
51049         (ctan_test_tonearest): Likewise.
51050         (ctan_test_towardzero): Likewise.
51051         (ctan_test_downward): Likewise.
51052         (ctan_test_upward): Likewise.
51053         (ctanh_test): Likewise.
51054         (ctanh_test_tonearest): Likewise.
51055         (ctanh_test_towardzero): Likewise.
51056         (ctanh_test_downward): Likewise.
51057         (ctanh_test_upward): Likewise.
51058         (erf_test): Likewise.
51059         (erfc_test): Likewise.
51060         (exp_test): Likewise.
51061         (exp_test_tonearest): Likewise.
51062         (exp_test_towardzero): Likewise.
51063         (exp_test_downward): Likewise.
51064         (exp_test_upward): Likewise.
51065         (exp10_test): Likewise.
51066         (exp10_test_tonearest): Likewise.
51067         (exp10_test_towardzero): Likewise.
51068         (exp10_test_downward): Likewise.
51069         (exp10_test_upward): Likewise.
51070         (pow10_test): Likewise.
51071         (exp2_test): Likewise.
51072         (expm1_test): Likewise.
51073         (expm1_test_tonearest): Likewise.
51074         (expm1_test_towardzero): Likewise.
51075         (expm1_test_downward): Likewise.
51076         (expm1_test_upward): Likewise.
51077         (fabs_test): Likewise.
51078         (fdim_test): Likewise.
51079         (floor_test): Likewise.
51080         (fma_test): Likewise.
51081         (fma_test_towardzero): Likewise.
51082         (fma_test_downward): Likewise.
51083         (fma_test_upward): Likewise.
51084         (fmax_test): Likewise.
51085         (fmin_test): Likewise.
51086         (fmod_test): Likewise.
51087         (fpclassify_test): Likewise.
51088         (frexp_test): Likewise.
51089         (hypot_test): Likewise.
51090         (ilogb_test): Likewise.
51091         (isfinite_test): Likewise.
51092         (finite_test): Likewise.
51093         (isgreater_test): Likewise.
51094         (isgreaterequal_test): Likewise.
51095         (isinf_test): Likewise.
51096         (isless_test): Likewise.
51097         (islessequal_test): Likewise.
51098         (islessgreater_test): Likewise.
51099         (isnan_test): Likewise.
51100         (isnormal_test): Likewise.
51101         (issignaling_test): Likewise.
51102         (isunordered_test): Likewise.
51103         (j0_test): Likewise.
51104         (j1_test): Likewise.
51105         (jn_test): Likewise.
51106         (ldexp_test): Likewise.
51107         (lgamma_test): Likewise.
51108         (gamma_test): Likewise.
51109         (lrint_test): Likewise.
51110         (lrint_test_tonearest): Likewise.
51111         (lrint_test_towardzero): Likewise.
51112         (lrint_test_downward): Likewise.
51113         (lrint_test_upward): Likewise.
51114         (llrint_test): Likewise.
51115         (llrint_test_tonearest): Likewise.
51116         (llrint_test_towardzero): Likewise.
51117         (llrint_test_downward): Likewise.
51118         (llrint_test_upward): Likewise.
51119         (log_test): Likewise.
51120         (log10_test): Likewise.
51121         (log1p_test): Likewise.
51122         (log2_test): Likewise.
51123         (logb_test): Likewise.
51124         (logb_test_downward): Likewise.
51125         (lround_test): Likewise.
51126         (llround_test): Likewise.
51127         (modf_test): Likewise.
51128         (nearbyint_test): Likewise.
51129         (nextafter_test): Likewise.
51130         (nexttoward_test): Likewise.
51131         (pow_test): Likewise.
51132         (pow_test_tonearest): Likewise.
51133         (pow_test_towardzero): Likewise.
51134         (pow_test_downward): Likewise.
51135         (pow_test_upward): Likewise.
51136         (remainder_test): Likewise.
51137         (drem_test): Likewise.
51138         (remainder_test_tonearest): Likewise.
51139         (drem_test_tonearest): Likewise.
51140         (remainder_test_towardzero): Likewise.
51141         (drem_test_towardzero): Likewise.
51142         (remainder_test_downward): Likewise.
51143         (drem_test_downward): Likewise.
51144         (remainder_test_upward): Likewise.
51145         (drem_test_upward): Likewise.
51146         (remquo_test): Likewise.
51147         (rint_test): Likewise.
51148         (rint_test_tonearest): Likewise.
51149         (rint_test_towardzero): Likewise.
51150         (rint_test_downward): Likewise.
51151         (rint_test_upward): Likewise.
51152         (round_test): Likewise.
51153         (scalb_test): Likewise.
51154         (scalbn_test): Likewise.
51155         (scalbln_test): Likewise.
51156         (signbit_test): Likewise.
51157         (sin_test): Likewise.
51158         (sin_test_tonearest): Likewise.
51159         (sin_test_towardzero): Likewise.
51160         (sin_test_downward): Likewise.
51161         (sin_test_upward): Likewise.
51162         (sincos_test): Likewise.
51163         (sinh_test): Likewise.
51164         (sinh_test_tonearest): Likewise.
51165         (sinh_test_towardzero): Likewise.
51166         (sinh_test_downward): Likewise.
51167         (sinh_test_upward): Likewise.
51168         (sqrt_test): Likewise.
51169         (sqrt_test_tonearest): Likewise.
51170         (sqrt_test_towardzero): Likewise.
51171         (sqrt_test_downward): Likewise.
51172         (sqrt_test_upward): Likewise.
51173         (tan_test): Likewise.
51174         (tan_test_tonearest): Likewise.
51175         (tan_test_towardzero): Likewise.
51176         (tan_test_downward): Likewise.
51177         (tan_test_upward): Likewise.
51178         (tanh_test): Likewise.
51179         (tgamma_test): Likewise.
51180         (trunc_test): Likewise.
51181         (y0_test): Likewise.
51182         (y1_test): Likewise.
51183         (yn_test): Likewise.
51184         (significand_test): Likewise.
51186         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
51187         individual tests in comment.
51188         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
51189         (prev_max_error): New variable.
51190         (prev_real_max_error): Likewise.
51191         (prev_imag_max_error): Likewise.
51192         (compare_ulp_data): Don't refer to test names in comment.
51193         (find_test_ulps): Remove function.
51194         (find_function_ulps): Likewise.
51195         (find_complex_function_ulps): Likewise.
51196         (init_max_error): Take function name as argument.  Look up ulps
51197         for that function.
51198         (print_ulps): Remove function.
51199         (print_max_error): Use prev_max_error instead of calling
51200         find_function_ulps.
51201         (print_complex_max_error): Use prev_real_max_error and
51202         prev_imag_max_error instead of calling find_complex_function_ulps.
51203         (check_float_internal): Take max_ulp parameter instead of calling
51204         find_test_ulps.  Don't call print_ulps.
51205         (check_float): Update call to check_float_internal.
51206         (check_complex): Update calls to check_float_internal.
51207         (START): Pass argument to init_max_error.
51208         * math/gen-libm-test.pl (%results): Don't include "kind"
51209         information.
51210         (parse_ulps): Don't handle ulps of individual tests.
51211         (print_ulps_file): Likewise.
51212         (output_ulps): Likewise.
51213         * math/README.libm-test: Update.
51214         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
51215         individual tests.
51216         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
51217         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
51218         * sysdeps/arm/libm-test-ulps: Likewise.
51219         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
51220         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
51221         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
51222         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
51223         * sysdeps/microblaze/libm-test-ulps: Likewise.
51224         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
51225         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
51226         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
51227         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
51228         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
51229         * sysdeps/sh/libm-test-ulps: Likewise.
51230         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
51231         * sysdeps/tile/libm-test-ulps: Likewise.
51232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51234 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
51236         * math/libm-test.inc (print_complex_max_error): Check separately
51237         whether real and imaginary errors are within allowed range and
51238         pass 0 to print_complex_function_ulps instead of value within
51239         allowed range.
51241 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
51243         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
51244         formatting.
51245         (get_handles_fopen): Likewise.
51246         (do_write_test): Likewise.
51248         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
51250         * libio/fileops.c (do_ftell): Use cached offset when
51251         available.
51252         * libio/iofwide.c (do_ftell_wide): Likewise.
51253         * libio/iofdopen.c (_IO_new_fdopen): Don't use
51254         _IO_file_attach.
51255         * libio/wfileops.c (_IO_fwide): Don't cache offset.
51257         [BZ #16532]
51258         * libio/libioP.h (get_file_offset): New function.
51259         * libio/fileops.c (get_file_offset): Likewise.
51260         (do_ftell): Likewise.
51261         (_IO_new_file_seekoff): Split out ftell logic.
51262         * libio/wfileops.c (do_ftell_wide): Likewise.
51263         (_IO_wfile_seekoff): Split out ftell logic.
51264         * libio/tst-ftell-active-handler.c: New test case.
51265         * libio/Makefile (tests): Add it.
51267 2014-03-03  Roland McGrath  <roland@hack.frob.com>
51269         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
51270         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
51272 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
51274         [BZ #16639]
51275         * nscd/connections.c (nscd_init): Call do_exit.
51276         (start_threads): Call do_exit and notify_parent.
51277         (begin_drop_privileges): Call do_exit.
51278         (finish_drop_privileges): Likewise.
51279         * nscd/selinux.c (preserve_capabilities): Likewise.
51280         (install_real_capabilities): Likewise.
51281         (nscd_selinux_enabled): Likewise.
51282         (avc_create_thread): Likewise.
51283         (avc_alloc_lock): Likewise.
51284         (nscd_avc_init): Likewise.
51285         * nscd/nscd.c (parent_fd): New static variable.
51286         (main): Create a pipe between parent and child processes.
51287         Skip closing parent_fd.
51288         (monitor_child): New function.
51289         (do_exit): Likewise.
51290         (notify_parent): Likewise.
51291         * nscd/nscd.h (notify_parent): Likewise.
51292         (do_exit): Likewise.
51294 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
51296         * malloc/malloc.c (__libc_calloc): Revert last change.
51298 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51302 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
51304         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
51305         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
51306         implementation.
51307         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
51308         (__libc_ifunc_impl_list): Likewise.
51309         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
51310         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
51311         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
51312         * string/strrchr.c: Define STRRCHR.
51314 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
51316         * benchtest/bench-strtok.c (simple_strtok): Delete.
51317         (strtok_string): Use as benchmark.
51318         * string/strtok (STRTOK): New macro.
51320 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
51322         * manual/threads.texi: Add header and standard comments to all
51323         functions.
51325         * elf/dl-lookup.c (check_match): New function.
51326         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
51327         (do_lookup_x): Remove nested function check_match. Use non-nested
51328         function check_match.
51330 2014-02-28  Roland McGrath  <roland@hack.frob.com>
51332         * csu/Makefile (generated, before-compile): Use += rather than =.
51333         * catgets/Makefile (generated, generated-dirs): Likewise.
51334         * debug/Makefile (generated): Likewise.
51335         * dlfcn/Makefile (generated): Likewise.
51336         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
51337         * iconvdata/Makefile (before-compile, generated): Likewise.
51338         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
51339         * libio/Makefile (generated): Likewise.
51340         * malloc/Makefile (generated): Likewise.
51341         * manual/Makefile (generated, generated-dirs): Likewise.
51342         * misc/Makefile (generated): Likewise.
51343         * posix/Makefile (generated): Likewise.
51344         * resolv/Makefile (generated): Likewise.
51345         * sunrpc/Makefile (generated, generated-dirs): Likewise.
51346         * timezone/Makefile (generated, generated-dirs): Likewise.
51348         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
51350 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51352         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
51353         power8 implementation.
51354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
51355         file: POWER8 llround ifunc implementation.
51356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
51357         (__lllround): Add POWER8 implementation.
51358         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
51359         POWER8 llround implementation.
51361         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
51362         power8 implementation.
51363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
51364         file: POWER8 llrint ifunc implementation.
51365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
51366         Add POWER8 implementation.
51367         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
51368         POWER8 llrint implementation.
51370         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
51371         power8 implementation.
51372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
51373         file: POWER8 finite ifunc implementation.
51374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
51375         Add POWER8 implementation.
51376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
51377         Likewise.
51378         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
51379         POWER8 finite implementation.
51380         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
51382         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
51383         power8 implementation.
51384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
51385         file: POWER8 isinf ifunc implementation.
51386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
51387         POWER8 implementation.
51388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
51389         Likewise.
51390         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
51391         isinf implementation.
51392         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
51394         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
51395         (INIT_ARCH): Add hwcap2 initialization.
51396         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
51397         power8 implementation.
51398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
51399         file: POWER8 isnan ifunc implementation.
51400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
51401         POWER8 implementation.
51402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
51403         Likewise.
51404         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
51405         isnan implementation.
51406         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
51408 2014-02-27  Joey Ye  <joey.ye@arm.com>
51410         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
51411         (_FP_NANFRAC_Q): Set to zero.
51413 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
51415         [BZ #16623]
51416         * math/auto-libm-test-in: New test inputs.
51417         * math/auto-libm-test-out: Regenerate.
51418         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
51419         and DA.
51420         (__cos): Likewise.
51421         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
51423 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
51425         * scripts/evaluate-test.sh: Take new argument indicating whether
51426         failure is expected.
51427         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
51428         indicating whether failure is expected.
51429         * conform/Makefile (test-xfail-run-conformtest): New variable.
51430         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
51431         level.
51432         * posix/Makefile (test-xfail-annexc): New variable.
51433         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
51435 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
51437         * argp/Makefile: Include Makeconfig immediately after defining
51438         subdir.
51439         * assert/Makefile: Likewise.
51440         * benchtests/Makefile: Likewise.
51441         * catgets/Makefile: Likewise.
51442         * conform/Makefile: Likewise.
51443         * crypt/Makefile: Likewise.
51444         * csu/Makefile: Likewise.
51445         (all): Remove target.
51446         * ctype/Makefile: Include Makeconfig immediately after defining
51447         subdir.
51448         * debug/Makefile: Likewise.
51449         * dirent/Makefile: Likewise.
51450         * dlfcn/Makefile: Likewise.
51451         * gmon/Makefile: Likewise.
51452         * gnulib/Makefile: Likewise.
51453         * grp/Makefile: Likewise.
51454         * gshadow/Makefile: Likewise.
51455         * hesiod/Makefile: Likewise.
51456         * hurd/Makefile: Likewise.
51457         (all): Remove target.
51458         * iconvdata/Makefile: Include Makeconfig immediately after
51459         defining subdir.
51460         * inet/Makefile: Likewise.
51461         * intl/Makefile: Likewise.
51462         * io/Makefile: Likewise.
51463         * libio/Makefile: Likewise.
51464         (all): Remove target.
51465         * locale/Makefile: Include Makeconfig immediately after defining
51466         subdir.
51467         * login/Makefile: Likewise.
51468         * mach/Makefile: Likewise.
51469         (all): Remove target.
51470         * malloc/Makefile: Include Makeconfig immediately after defining
51471         subdir.
51472         (all): Remove target.
51473         * manual/Makefile: Include Makeconfig immediately after defining
51474         subdir.
51475         * math/Makefile: Likewise.
51476         * misc/Makefile: Likewise.
51477         * nis/Makefile: Likewise.
51478         * nss/Makefile: Likewise.
51479         * po/Makefile: Likewise.
51480         (all): Remove target.
51481         * posix/Makefile: Include Makeconfig immediately after defining
51482         subdir.
51483         * pwd/Makefile: Likewise.
51484         * resolv/Makefile: Likewise.
51485         * resource/Makefile: Likewise.
51486         * rt/Makefile: Likewise.
51487         * setjmp/Makefile: Likewise.
51488         * shadow/Makefile: Likewise.
51489         * signal/Makefile: Likewise.
51490         * socket/Makefile: Likewise.
51491         * soft-fp/Makefile: Likewise.
51492         * stdio-common/Makefile: Likewise.
51493         * stdlib/Makefile: Likewise.
51494         * streams/Makefile: Likewise.
51495         * string/Makefile: Likewise.
51496         * sunrpc/Makefile: Likewise.
51497         (all): Remove target.
51498         * sysvipc/Makefile: Include Makeconfig immediately after defining
51499         subdir.
51500         * termios/Makefile: Likewise.
51501         * time/Makefile: Likewise.
51502         * timezone/Makefile: Likewise.
51503         (all): Remove target.
51504         * wcsmbs/Makefile: Include Makeconfig immediately after defining
51505         subdir.
51506         * wctype/Makefile: Likewise.
51508 2014-02-26  Steve Ellcey  <sellcey@mips.com>
51510         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
51511         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
51512         (libc_feholdexcept_setround_mips): Ditto.
51513         (libc_feholdsetround): New.
51514         (libc_feholdsetroundf): New.
51515         (libc_feholdsetroundl): New.
51516         (libc_feupdateenv_test_mips): New.
51517         (libc_feupdateenv_test): New.
51518         (libc_feupdateenv_testf): New.
51519         (libc_feupdateenv_testl): New.
51520         (libc_feresetround): New.
51521         (libc_feresetroundf): New.
51522         (libc_feresetroundl): New.
51523         (libc_fetestexcept_mips): New.
51524         (libc_fetestexcept): New.
51525         (libc_fetestexceptf): New.
51526         (libc_fetestexceptl): New.
51527         (HAVE_RM_CTX): New.
51528         (libc_feholdexcept_setround_mips_ctx): New.
51529         (libc_feholdexcept_setround_ctx): New.
51530         (libc_feholdexcept_setroundf_ctx): New.
51531         (libc_feholdexcept_setroundl_ctx): New.
51532         (libc_fesetenv_mips_ctx): New.
51533         (libc_fesetenv_ctx): New.
51534         (libc_fesetenv_ctxf): New.
51535         (libc_fesetenv_ctxl): New.
51536         (libc_feupdateenv_mips_ctx): New.
51537         (libc_feupdateenv_ctx): New.
51538         (libc_feupdateenvf_ctx): New.
51539         (libc_feupdateenvl_ctx): New.
51540         (libc_feholdsetround_mips_ctx): New.
51541         (libc_feholdsetround_ctx): New.
51542         (libc_feholdsetroundf_ctx): New.
51543         (libc_feholdsetroundl_ctx): New.
51544         (libc_feresetround_mips_ctx): New.
51545         (libc_feresetround_ctx): New.
51546         (libc_feresetroundf_ctx): New.
51547         (libc_feresetroundl_ctx): New.
51549 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
51551         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
51553         * manual/ipc.texi: New file.
51554         * manual/Makefile (chapters): Add ipc.
51555         * manual/job.texi: Add "Inter-Process Communication" to next.
51556         * manual/process.texi: Add "Inter-Process Communication" to prev.
51558 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51562 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
51564         * malloc/malloc.c (__libc_calloc): Simplify implementation.
51566         * manual/arith.texi: Fix spaces after sentences.
51567         * manual/charset.texi: Likewise.
51568         * manual/errno.texi: Likewise.
51569         * manual/install.texi: Likewise.
51570         * manual/llio.texi: Likewise.
51571         * manual/locale.texi: Likewise.
51572         * manual/maint.texi: Likewise.
51573         * manual/math.texi: Likewise.
51574         * manual/memory.texi: Likewise.
51575         * manual/message.texi: Likewise.
51576         * manual/probes.texi: Likewise.
51577         * manual/resource.texi: Likewise.
51578         * manual/signal.texi: Likewise.
51579         * manual/socket.texi: Likewise.
51580         * manual/stdio.texi: Likewise.
51581         * manual/string.texi: Likewise.
51582         * manual/time.texi: Likewise.
51583         * manual/users.texi: Likewise.
51585 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
51587         [BZ #16632]
51588         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
51589         _DEFAULT_SOURCE is defined.
51591 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
51592             Carlos O'Donell  <carlos@redhat.com>
51594         [BZ #16613]
51595         * elf/dl-tls.c (_dl_count_modids): New function.
51596         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
51597         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
51598         audit library and increment generation counter.
51599         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
51600         * elf/tst-audit9.c: New file.
51601         * elf/tst-auditmod9a.c: New file.
51602         * elf/tst-auditmod9b.c: New file.
51603         * elf/Makefile: Add rules to build and run tst-audit9.
51605 2014-02-25  Florian Weimer  <fweimer@redhat.com>
51607         [BZ #15347]
51608         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
51610 2014-02-25  Will Newton  <will.newton@linaro.org>
51612         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
51613         (__longjmp): Restore sp and lr before restoring callee
51614         saved registers.  Add longjmp and longjmp_target
51615         SystemTap probe point.
51616         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
51617         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
51618         Define to zero to match jmpbuf layout.
51619         * sysdeps/arm/setjmp.S: Include stap-probe.h.
51620         (__sigsetjmp): Save sp and lr before saving callee
51621         saved registers.  Add setjmp SystemTap probe point.
51623 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
51625         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
51627 2014-02-24  Andreas Schwab  <schwab@suse.de>
51629         [BZ #15804]
51630         * elf/pldd.c (wait_for_ptrace_stop): New function.
51631         (main): Call it after attaching.
51633 2014-02-22  Roland McGrath  <roland@hack.frob.com>
51635         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
51636         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
51637         Versions files is now verboten.
51638         * hurd/Versions (libc: GLIBC_2.0):
51639         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
51640         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
51641         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
51642         * mach/Versions: Likewise.
51644         * csu/Versions: Remove unused %include.
51645         * resolv/Versions: Likewise.
51647 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
51649         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
51650         ($(objpfx)check-local-headers.out): Likewise.
51651         ($(objpfx)begin-end-check.out): Likewise.
51652         * Makerules (check-abi-%.out): Likewise.
51653         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
51654         ($(objpfx)test2.cat): Likewise.
51655         ($(objpfx)de/libc.cat): Likewise.
51656         ($(objpfx)test-gencat.out): Likewise.
51657         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
51658         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
51659         ($(objpfx)noload-mem): Likewise.
51660         ($(objpfx)tst-pathopt.out): Likewise.
51661         ($(objpfx)tst-rtld-load-self.out): Likewise.
51662         ($(objpfx)tst-array1-cmp.out): Likewise.
51663         ($(objpfx)tst-array1-static-cmp.out): Likewise.
51664         ($(objpfx)tst-array2-cmp.out): Likewise.
51665         ($(objpfx)tst-array3-cmp.out): Likewise.
51666         ($(objpfx)tst-array4-cmp.out): Likewise.
51667         ($(objpfx)tst-array5-cmp.out): Likewise.
51668         ($(objpfx)tst-array5-static-cmp.out): Likewise.
51669         ($(objpfx)check-textrel.out): Likewise.
51670         ($(objpfx)check-execstack.out): Likewise.
51671         ($(objpfx)check-localplt.out): Likewise.
51672         ($(objpfx)order2-cmp.out): Likewise.
51673         ($(objpfx)tst-leaks1-mem): Likewise.
51674         ($(objpfx)tst-leaks1-static-mem): Likewise.
51675         ($(objpfx)tst-initorder-cmp.out): Likewise.
51676         ($(objpfx)tst-initorder2-cmp.out): Likewise.
51677         ($(objpfx)tst-unused-dep.out): Likewise.
51678         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
51679         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
51680         * iconv/Makefile (test-iconvconfig): Likewise.
51681         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
51682         ($(objpfx)iconv-test.out): Likewise.
51683         ($(objpfx)tst-tables.out): Likewise.
51684         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
51685         ($(objpfx)tst-gettext.out): Likewise.
51686         ($(objpfx)tst-translit.out): Likewise.
51687         ($(objpfx)tst-gettext2.out): Likewise.
51688         ($(objpfx)tst-gettext4.out): Likewise.
51689         ($(objpfx)tst-gettext6.out): Likewise.
51690         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
51691         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
51692         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
51693         ($(objpfx)tst-fopenloc-mem.out): Likewise.
51694         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
51695         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
51696         * posix/Makefile ($(objpfx)globtest.out): Likewise.
51697         ($(objpfx)wordexp-tst.out): Likewise.
51698         ($(objpfx)annexc.out): Likewise.
51699         ($(objpfx)tst-fnmatch-mem): Likewise.
51700         ($(objpfx)bug-regex2-mem): Likewise.
51701         ($(objpfx)bug-regex14-mem): Likewise.
51702         ($(objpfx)bug-regex21-mem): Likewise.
51703         ($(objpfx)bug-regex31-mem): Likewise.
51704         ($(objpfx)tst-vfork3-mem): Likewise.
51705         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
51706         ($(objpfx)tst-pcre-mem): Likewise.
51707         ($(objpfx)tst-boost-mem): Likewise.
51708         ($(objpfx)tst-getconf.out): Likewise.
51709         ($(objpfx)bug-ga2-mem): Likewise.
51710         ($(objpfx)bug-glob2-mem): Likewise.
51711         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
51712         ($(objpfx)mtrace-tst-leaks2): Likewise.
51713         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
51714         ($(objpfx)tst-printf.out): Likewise.
51715         ($(objpfx)tst-setvbuf1.out): Likewise.
51716         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
51717         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
51718         ($(objpfx)tst-fmtmsg.out): Likewise.
51719         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
51720         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
51722         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
51723         * bits/sigaction.h [__USE_MISC]: Likewise.
51724         * bits/waitstatus.h: Update #endif comments.
51725         * ctype/ctype.h: Likewise.
51726         * dirent/dirent.h: Likewise.
51727         [__USE_MISC]: Remove redundant conditionals.
51728         * grp/grp.h: Update #endif comments.
51729         [__USE_GNU]: Remove redundant conditionals.
51730         [__USE_MISC]: Likewise.
51731         * inet/netinet/in.h [__USE_GNU]: Likewise.
51732         * io/sys/stat.h [__USE_MISC]: Likewise.
51733         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
51734         * libio/bits/stdio.h: Update #endif comments.
51735         [__USE_MISC]: Remove redundant conditionals.
51736         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
51737         * libio/stdio.h: Update #endif comments.
51738         [__USE_MISC]: Remove redundant conditionals.
51739         * math/bits/math-finite.h [__USE_MISC]: Likewise.
51740         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
51741         * math/math.h: Update #else and #endif comments.
51742         [__USE_MISC]: Remove redundant conditionals.
51743         * misc/sys/uio.h: Update #endif comments.
51744         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
51745         * posix/glob.h [__USE_MISC]: Likewise.
51746         * posix/sys/types.h: Update #endif comments.
51747         [__USE_MISC]: Remove redundant conditionals.
51748         * posix/sys/wait.h: Update #endif comments.
51749         [__USE_MISC]: Remove redundant conditionals.
51750         * posix/unistd.h: Update #endif comments.
51751         [__USE_MISC]: Remove redundant conditionals.
51752         * pwd/pwd.h [__USE_GNU]: Likewise.
51753         [__USE_MISC]: Likewise.
51754         * resolv/netdb.h [__USE_GNU]: Likewise.
51755         * signal/signal.h: Update #endif comments.
51756         [__USE_MISC]: Remove redundant conditionals.
51757         * stdlib/stdlib.h: Update #else and #endif comments.
51758         [__USE_MISC]: Remove redundant conditionals.
51759         [__USE_GNU]: Likewise.
51760         * string/bits/string2.h [__USE_MISC]: Likewise.
51761         * string/string.h: Update #endif comments.
51762         [__USE_MISC]: Remove redundant conditionals.
51763         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
51764         Likewise.
51765         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
51766         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
51767         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
51768         Likewise.
51769         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
51770         Likewise.
51771         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
51772         comments.
51773         [__USE_MISC]: Remove redundant conditionals.
51774         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
51775         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
51776         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
51777         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
51778         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
51779         Likewise.
51780         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
51781         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
51782         Likewise.
51783         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
51784         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
51785         Likewise.
51786         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
51787         Likewise.
51788         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
51789         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
51790         Likewise.
51791         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
51792         Likewise.
51793         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
51794         * sysdeps/x86/bits/string.h: Update #endif comments.
51795         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
51796         conditionals.
51797         * time/sys/time.h: Update #endif comments.
51798         * time/time.h: Likewise.
51799         [__USE_MISC]: Remove redundant conditionals.
51801 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
51803         [BZ #16600]
51804         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
51806 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
51808         * Versions.def (librt): Add GLIBC_2.17.
51810 2014-02-21  Adam Conrad  <adconrad@0c3.net>
51812         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
51813         synonym for _SYS_AUXV_H to allow direct inclusion.
51814         * sysdeps/sparc/bits/hwcap.h: Likewise.
51815         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
51816         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
51817         * sysdeps/sparc/sysdep.h: Likewise.
51819 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
51821         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
51823 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
51825         * benchtests/bench-strrchr.c: Print length instead of position.
51827 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
51829         [BZ #16611]
51830         * sysdeps/unix/sysv/linux/kernel-features.h
51831         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
51832         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
51833         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
51834         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
51835         Likewise.
51836         [__i386__ || __powerpc__ || __sh__ || __sparc__]
51837         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
51838         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
51839         (__ASSUME_SENDMMSG): Define instead of using previous
51840         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
51841         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
51842         (__ASSUME_SENDMMSG_SYSCALL): Define.
51843         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
51844         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
51845         Likewise.
51846         * sysdeps/unix/sysv/linux/arm/kernel-features.h
51847         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
51848         Likewise.
51849         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
51850         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
51851         Likewise.
51852         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
51853         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
51854         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
51855         [__ASSUME_SENDMMSG]: Change conditionals to
51856         [__ASSUME_SENDMMSG_SOCKETCALL].
51857         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
51858         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
51859         Define.
51860         * sysdeps/unix/sysv/linux/mips/kernel-features.h
51861         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
51862         Likewise.
51863         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
51864         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
51865         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
51866         [!__ASSUME_SENDMMSG]: Change conditional to
51867         [!__ASSUME_SENDMMSG_SOCKETCALL].
51868         * sysdeps/unix/sysv/linux/tile/kernel-features.h
51869         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
51870         Define.
51872         [BZ #16610]
51873         * sysdeps/unix/sysv/linux/kernel-features.h
51874         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
51875         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
51876         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
51877         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
51878         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
51879         [__i386__ || __sparc__]
51880         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
51881         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
51882         (__ASSUME_RECVMMSG): Define instead of using previous
51883         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
51884         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
51885         (__ASSUME_RECVMMSG_SYSCALL): Define.
51886         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
51887         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
51888         Likewise.
51889         * sysdeps/unix/sysv/linux/arm/kernel-features.h
51890         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
51891         Likewise.
51892         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
51893         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
51894         Likewise.
51895         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
51896         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
51897         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
51898         [__ASSUME_RECVMMSG]: Change condition to
51899         [__ASSUME_RECVMMSG_SOCKETCALL].
51900         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
51901         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
51902         Define.
51903         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
51904         * sysdeps/unix/sysv/linux/mips/kernel-features.h
51905         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
51906         Likewise.
51907         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
51908         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
51909         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
51910         [!__ASSUME_RECVMMSG]: Change condition to
51911         [!__ASSUME_RECVMMSG_SOCKETCALL].
51912         * sysdeps/unix/sysv/linux/tile/kernel-features.h
51913         (__ASSUME_RECVMMSG_SYSCALL): Define.
51915         [BZ #16609]
51916         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
51917         __powerpc__ || __s390__ || __sh__ || __sparc__]
51918         (__ASSUME_SOCKETCALL): Define.
51919         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
51920         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
51921         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
51922         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
51923         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
51924         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
51925         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
51926         (__ASSUME_ACCEPT4): Define instead of using previous
51927         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
51928         __powerpc__ || __sparc__ || __s390__)] condition.
51929         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
51930         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
51931         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
51932         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
51933         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
51934         [!__ASSUME_ACCEPT4]: Change condition to
51935         [!__ASSUME_ACCEPT4_SOCKETCALL].
51936         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
51937         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
51938         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
51939         * sysdeps/unix/sysv/linux/arm/kernel-features.h
51940         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
51941         __ASSUME_ACCEPT4_SYSCALL.
51942         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
51943         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
51944         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
51945         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
51946         __ASSUME_ACCEPT4_SYSCALL.
51947         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
51948         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
51949         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
51950         [__ASSUME_ACCEPT4]: Change condition to
51951         [__ASSUME_ACCEPT4_SOCKETCALL].
51952         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
51953         (__ASSUME_SOCKETCALL): Define.
51954         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
51955         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
51956         (__ASSUME_SOCKETCALL): Define.
51957         (__ASSUME_ACCEPT4): Remove.
51958         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
51959         Define.
51960         * sysdeps/unix/sysv/linux/mips/kernel-features.h
51961         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
51962         Likewise.
51963         * sysdeps/unix/sysv/linux/tile/kernel-features.h
51964         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
51966         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
51967         macro.
51968         (HWCAP_ARM_LPAE): Likewise.
51969         (HWCAP_ARM_EVTSTRM): Likewise.
51970         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
51971         Add vpfd32, lpae and evtstrm.
51972         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
51973         Increase to 22.
51975 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
51977         * math/auto-libm-test-in: Add tests of clog10.
51978         * math/auto-libm-test-out: Regenerated.
51979         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
51980         * sysdeps/i386/fpu/libm-test-ulps: Update.
51981         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51983 2014-02-18  Andreas Schwab  <schwab@suse.de>
51985         [BZ #16574]
51986         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
51987         Store non-zero if the second buffer was newly allocated.
51988         (send_dg): Likewise.
51989         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
51990         to send_vc and send_dg.
51991         (res_nsend): Pass NULL for ansp2_malloced.
51992         * resolv/res_query.c (__libc_res_nquery): Add parameter
51993         answerp2_malloced and pass it down to __libc_res_nsend.
51994         (res_nquery): Pass additional NULL to __libc_res_nquery.
51995         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
51996         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
51997         second answer buffer if answerp2_malloced was set.
51998         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
51999         (__libc_res_nquerydomain): Add parameter
52000         answerp2_malloced and pass it down to __libc_res_nquery.
52001         (res_nquerydomain): Pass additional NULL to
52002         __libc_res_nquerydomain.
52003         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
52004         additional NULL to __libc_res_nsend and __libc_res_nquery.
52005         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
52006         additional NULL to __libc_res_nsearch.
52007         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
52008         parameter of __libc_res_nsearch to check for separately allocated
52009         second buffer.
52010         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
52011         __libc_res_nquery.
52012         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
52013         additional NULL to __libc_res_nquery.
52014         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
52015         __libc_res_nsearch.
52016         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
52017         * include/resolv.h: Update prototypes of __libc_res_nquery,
52018         __libc_res_nsearch, __libc_res_nsend.
52020 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
52022         * math/auto-libm-test-in: Add tests of fma.
52023         * math/auto-libm-test-out: Regenerated.
52024         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
52025         (fma_towardzero_test_data): Likewise.
52026         (fma_downward_test_data): Likewise.
52027         (fma_upward_test_data): Likewise.
52028         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
52029         mpc_mode.
52030         (rounding_modes): Add values for new field.
52031         (func_calc_method): Add value mpfr_fff_f.
52032         (func_calc_desc): Add mpfr_fff_f union field.
52033         (test_function): Add field exact_args.
52034         (FUNC): Add macro argument EXACT_ARGS.
52035         (FUNC_mpfr_f_f): Update call to FUNC.
52036         (FUNC_mpfr_f_f): Likewise.
52037         (FUNC_mpfr_ff_f): Likewise.
52038         (FUNC_mpfr_if_f): Likewise.
52039         (FUNC_mpc_c_f): Likewise.
52040         (FUNC_mpc_c_c): Likewise.
52041         (test_functions): Add fma.  Update calls to FUNC.
52042         (handle_input_arg): Add argument exact_args.
52043         (add_test): Update call to handle_input_arg.
52044         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
52045         (output_for_one_input_case): Update call to calc_generic_results.
52046         Recalculate exact zero results in each rounding mode.
52048         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
52049         non-negative before setting low bit.
52050         * math/auto-libm-test-in: Mark one asin test possibly having
52051         spurious underflow.
52052         * math/auto-libm-test-out: Regenerated.
52053         * sysdeps/i386/fpu/libm-test-ulps: Update.
52054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52056 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
52058         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
52059         * sysdeps/unix/sysv/linux/microblaze: Move directory from
52060         ports/sysdeps/unix/sysv/linux/microblaze.
52061         * README: Add missing listing for microblaze*-*-linux-gnu.
52063 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
52065         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
52066         duplicate code
52068 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
52070         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
52071         * sysdeps/unix/sysv/linux/ia64: Move directory from
52072         ports/sysdeps/unix/sysv/linux/ia64.
52073         * README: Update listing for ia64-*-linux-gnu.
52075 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
52076             Joseph Myers  <joseph@codesourcery.com>
52078         * Makeconfig (test-name): New variable.
52079         (evaluate-test): Likewise.
52080         * Makerules (do-test-clean): Remove .test-result files.
52081         (common-mostlyclean): Likewise.
52082         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
52083         * scripts/evaluate-test.sh: New file.
52085 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
52087         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
52088         separate $(objpfx)tst-fopenloc-cmp.out and
52089         $(objpfx)tst-fopenloc-mem.out targets.
52090         (tests): Update dependencies.
52091         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
52092         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
52093         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
52094         (tst-rxspencer-no-utf8-ARGS): New variable.
52095         (tst-rxspencer-no-utf8-ENV): Likewise.
52096         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
52097         instead of $(objpfx)tst-rxspencer-mem.
52098         ($(objpfx)tst-rxspencer-mem): Change target to
52099         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
52100         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
52101         * posix/tst-rxspencer-no-utf8.c: New file.
52103         * elf/Makefile ($(objpfx)order.out): Remove rule.
52104         [$(run-built-tests) = yes] (tests): Depend on
52105         $(objpfx)order-cmp.out.
52106         ($(objpfx)order-cmp.out): New rule.
52107         [$(run-built-tests) = yes] (tests): Depend on
52108         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
52109         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
52110         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
52111         $(objpfx)tst-array5-static-cmp.out.
52112         ($(objpfx)tst-array1.out): Remove rule.
52113         ($(objpfx)tst-array1-cmp.out): New rule.
52114         ($(objpfx)tst-array1-static.out): Remove rule.
52115         ($(objpfx)tst-array1-static-cmp.out): New rule.
52116         ($(objpfx)tst-array2.out): Remove rule.
52117         ($(objpfx)tst-array2-cmp.out): New rule.
52118         ($(objpfx)tst-array3.out): Remove rule.
52119         ($(objpfx)tst-array3-cmp.out): New rule.
52120         ($(objpfx)tst-array4.out): Remove rule.
52121         ($(objpfx)tst-array4-cmp.out): New rule.
52122         ($(objpfx)tst-array5.out): Remove rule.
52123         ($(objpfx)tst-array5-cmp.out): New rule.
52124         ($(objpfx)tst-array5-static.out): Remove rule.
52125         ($(objpfx)tst-array5-static-cmp.out): New rule.
52126         [$(run-built-tests) = yes] (tests): Depend on
52127         $(objpfx)order2-cmp.out.
52128         ($(objpfx)order2.out): Remove rule.
52129         ($(objpfx)order2-cmp.out): New rule.
52130         ($(objpfx)tst-initorder.out): Remove rule.
52131         [$(run-built-tests) = yes] (tests): Depend on
52132         $(objpfx)tst-initorder-cmp.out.
52133         ($(objpfx)tst-initorder-cmp.out): New rule.
52134         ($(objpfx)tst-initorder2.out): Remove rule.
52135         [$(run-built-tests) = yes] (tests): Depend on
52136         $(objpfx)tst-initorder2-cmp.out.
52137         ($(objpfx)tst-initorder2-cmp.out): New rule.
52138         [$(run-built-tests) = yes] (tests): Depend on
52139         $(objpfx)tst-unused-dep-cmp.out.
52140         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
52141         ($(objpfx)tst-unused-dep-cmp.out): New rule.
52142         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
52143         on $(objpfx)tst-setvbuf1-cmp.out.
52144         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
52145         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
52146         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
52147         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
52148         ($(objpfx)tst-svc.out): Remove rule.
52149         ($(objpfx)tst-svc-cmp.out): New rule.
52151 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
52153         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
52154         * ctype/ctype.h [__USE_MISC]: Likewise.
52155         * dirent/dirent.h [__USE_MISC]: Likewise.
52156         * grp/grp.h [__USE_MISC]: Likewise.
52157         * io/fcntl.h [__USE_MISC]: Likewise.
52158         * io/sys/stat.h [__USE_MISC]: Likewise.
52159         * libio/stdio.h [__USE_MISC]: Likewise.
52160         * posix/unistd.h [__USE_MISC]: Likewise.
52161         * pwd/pwd.h [__USE_MISC]: Likewise.
52162         * stdlib.h [__USE_MISC]: Likewise.
52163         * string/bits/string2.h [__USE_MISC]: Likewise.
52164         * string/string.h [__USE_MISC]: Likewise.
52165         * time/time.h [__USE_MISC]: Likewise.
52167 2014-02-13  Andreas Schwab  <schwab@suse.de>
52169         [BZ #16574]
52170         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
52171         second answer buffer if it was separately allocated.
52173 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
52175         * sysdeps/mips/math-tests.h: Include <features.h>.
52176         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
52177         (ROUNDING_TESTS_long_double): Do not define.
52178         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
52179         (EXCEPTION_TESTS_long_double): Likewise.
52180         * sysdeps/mips/mips64/libm-test-ulps: Update.
52182         * include/features.h (__USE_BSD): Remove macro definitions.
52183         (__USE_SVID): Likewise.
52184         (_BSD_SOURCE): Likewise.
52185         (_SVID_SOURCE): Likewise.
52186         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
52187         from definition of _DEFAULT_SOURCE.
52188         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
52189         [_DEFAULT_SOURCE].
52190         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
52191         * bits/mman.h [__USE_BSD]: Likewise.
52192         * bits/termios.h [__USE_BSD]: Likewise.
52193         * bits/waitstatus.h [__USE_BSD]: Likewise.
52194         * ctype/ctype.h [__USE_SVID]: Likewise.
52195         * dirent/dirent.h [__USE_BSD]: Likewise.
52196         * grp/grp.h [__USE_SVID]: Likewise.
52197         [__USE_BSD]: Likewise.
52198         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
52199         * io/fcntl.h [__USE_BSD]: Likewise.
52200         * io/ftw.h [__USE_BSD]: Likewise.
52201         * io/sys/stat.h [__USE_BSD]: Likewise.
52202         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
52203         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
52204         * libio/stdio.h [__USE_SVID]: Likewise.
52205         [__USE_BSD]: Likewise.
52206         * math/math.h [__USE_SVID]: Likewise.
52207         [__USE_BSD]: Likewise.
52208         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
52209         * misc/bits/syslog.h [__USE_BSD]: Likewise.
52210         * misc/search.h [__USE_SVID]: Likewise.
52211         * misc/sys/mman.h [__USE_BSD]: Likewise.
52212         * misc/sys/syslog.h [__USE_BSD]: Likewise.
52213         * misc/sys/uio.h [__USE_BSD]: Likewise.
52214         * posix/bits/unistd.h [__USE_BSD]: Likewise.
52215         * posix/glob.h [__USE_BSD]: Likewise.
52216         * posix/regex.h [__USE_BSD]: Likewise.
52217         * posix/sys/types.h [__USE_BSD]: Likewise.
52218         [__USE_SVID]: Likewise.
52219         * posix/sys/utsname.h [__USE_SVID]: Likewise.
52220         * posix/sys/wait.h [__USE_BSD]: Likewise.
52221         [__USE_SVID]: Likewise.
52222         * posix/unistd.h [__USE_BSD]: Likewise.
52223         [__USE_SVID]: Likewise.
52224         * pwd/pwd.h [__USE_SVID]: Likewise.
52225         * resolv/netdb.h [__USE_BSD]: Likewise.
52226         * setjmp/setjmp.h [__USE_BSD]: Likewise.
52227         * signal/signal.h [__USE_BSD]: Likewise.
52228         [__USE_SVID]: Likewise.
52229         * socket/sys/socket.h [__USE_BSD]: Likewise.
52230         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
52231         * stdlib/stdlib.h [__USE_BSD]: Likewise.
52232         [__USE_SVID]: Likewise.
52233         * string/bits/string2.h [__USE_BSD]: Likewise.
52234         [__USE_SVID]: Likewise.
52235         * string/bits/string3.h [__USE_BSD]: Likewise.
52236         * string/endian.h [__USE_BSD]: Likewise.
52237         * string/string.h [__USE_SVID]: Likewise.
52238         [__USE_BSD]: Likewise.
52239         * string/strings.h [__USE_BSD]: Likewise.
52240         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
52241         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
52242         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
52243         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
52244         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
52245         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
52246         Likewise.
52247         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
52248         Likewise.
52249         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
52250         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
52251         Likewise.
52252         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
52253         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
52254         Likewise.
52255         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
52256         Likewise.
52257         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
52258         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
52259         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
52260         Likewise.
52261         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
52262         Likewise.
52263         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
52264         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
52265         * termios/termios.h [__USE_BSD]: Likewise.
52266         * time/sys/time.h [__USE_BSD]: Likewise.
52267         * time/time.h [__USE_BSD]: Likewise.
52268         [__USE_SVID]: Likewise.
52270         * Makefile (subdir_targets): Remove subdir_lint.out.
52272         * stdio-common/Makefile (do-tst-unbputc): Remove target.
52273         (do-tst-printf): Likewise.
52274         (tests): Depend directly on $(objpfx)tst-unbputc.out and
52275         $(objpfx)tst-printf.out.
52277         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
52279         * Makerules (check-abi-%): Change target to
52280         $(objpfx)check-abi-%.out.
52281         (check-abi target): Update dependencies.
52282         (check-abi-pattern variable): Redirect output of diff to $@.
52283         (check-abi variable): Likewise.
52284         * elf/Makefile (check-abi): Update dependencies.
52286         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
52287         unused.
52288         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
52289         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
52290         subnormal range.
52291         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
52292         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
52293         value has largest subnormal exponent.
52294         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
52295         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
52296         * sysdeps/aarch64/soft-fp/sfp-machine.h
52297         (_FP_TININESS_AFTER_ROUNDING): New macro.
52298         * sysdeps/alpha/soft-fp/sfp-machine.h
52299         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52300         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
52301         Likewise.
52302         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
52303         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52304         * sysdeps/mips/soft-fp/sfp-machine.h
52305         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52306         * sysdeps/powerpc/soft-fp/sfp-machine.h
52307         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52308         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
52309         Likewise.
52310         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
52311         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52312         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
52313         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52314         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
52315         Likewise.
52317 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
52319         [BZ #16545]
52320         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
52321         model 1.
52323 2014-02-12  Richard Henderson  <rth@redhat.com>
52325         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
52326         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
52327         * sysdeps/unix/sysv/linux/alpha: Move directory from
52328         ports/sysdeps/unix/sysv/linux/alpha.
52329         * README: Update listing for alpha-*-linux-gnu.
52331 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
52333         * include/features.h: Update comment documenting feature test
52334         macros.
52335         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
52336         _DEFAULT_SOURCE.
52337         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
52338         (_SVID_SOURCE): Likewise.
52339         (_DEFAULT_SOURCE): Update description of default features.
52340         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
52341         with _GNU_SOURCE.
52342         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
52343         (S_ISVTX): Likewise.
52344         * manual/math.texi (Mathematical Constants): Likewise.
52345         * manual/signal.texi (Interrupted Primitives): Likewise.
52346         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
52347         * math/test-matherr.c (_SVID_SOURCE): Do not define.
52348         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
52349         Don't refer to _SVID_SOURCE in warning text.
52351         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52353         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
52354         already defined.
52355         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
52356         * sysdeps/mips/dl-lookup.c: Remove.
52357         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
52359 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
52361         [BZ #16447]
52362         * math/auto-libm-test-in: Add testcase for expl.
52363         * math/auto-libm-test-out: Regenerate.
52364         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
52365         calculation of unsafe.
52366         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
52368 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
52370         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
52371         * sysdeps/unix/sysv/linux/aarch64: Move directory from
52372         ports/sysdeps/unix/sysv/linux/aarch64.
52373         * README: Update listing for aarch64*-*-linux-gnu.
52375 2014-02-11  Will Newton  <will.newton@linaro.org>
52377         * manual/probes.texi (Mathematical Function Probes): Use
52378         "triggered" instead of "hit".
52380         * manual/probes.texi (Internal Probes): Add documentation
52381         of setjmp, longjmp and longjmp_target probes.
52383         * include/stap-probe.h: Add comment about probe argument
52384         format.
52386         * malloc/mtrace.c (attribute_hidden): Remove unused macro
52387         definition.  (tr_where, tr_freehook, tr_mallochook,
52388         tr_reallochook, tr_memalignhook): Use ANSI protoype.
52390 2014-02-11  David S. Miller  <davem@davemloft.net>
52392         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
52393         processing int_tests.
52395 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
52397         * sysdeps/mips: Move directory from ports/sysdeps/mips.
52398         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
52399         * sysdeps/unix/sysv/linux/mips: Move directory from
52400         ports/sysdeps/unix/sysv/linux/mips.
52401         * README: Update listing for mips-*-linux-gnu and
52402         mips64-*-linux-gnu.
52404 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
52406         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
52407         * sysdeps/unix/sysv/linux/m68k: Move directory from
52408         ports/sysdeps/unix/sysv/linux/m68k.
52409         * README: Update listing for m68k-*-linux-gnu.
52411 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
52413         * sysdeps/tile: Move directory from ports/sysdeps/tile.
52414         * sysdeps/unix/sysv/linux/generic: Move directory from
52415         ports/sysdeps/unix/sysv/linux/generic.
52416         * sysdeps/unix/sysv/linux/tile: Move directory from
52417         ports/sysdeps/unix/sysv/linux/tile.
52418         * README: Update listing for tile*-*-linux-gnu.
52420 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
52422         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
52423         __builtin_expect.
52424         * benchtests/bench-memmem.c (simple_memmem): Likewise.
52425         * catgets/open_catalog.c (__open_catalog): Likewise.
52426         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
52427         * debug/confstr_chk.c: Likewise.
52428         * debug/fread_chk.c (__fread_chk): Likewise.
52429         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
52430         * debug/getgroups_chk.c: Likewise.
52431         * debug/mbsnrtowcs_chk.c: Likewise.
52432         * debug/mbsrtowcs_chk.c: Likewise.
52433         * debug/mbstowcs_chk.c: Likewise.
52434         * debug/memcpy_chk.c: Likewise.
52435         * debug/memmove_chk.c: Likewise.
52436         * debug/mempcpy_chk.c: Likewise.
52437         * debug/memset_chk.c: Likewise.
52438         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
52439         * debug/strcat_chk.c (__strcat_chk): Likewise.
52440         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
52441         * debug/strncat_chk.c (__strncat_chk): Likewise.
52442         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
52443         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
52444         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
52445         * debug/wcpncpy_chk.c: Likewise.
52446         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
52447         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
52448         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
52449         * debug/wcsncpy_chk.c: Likewise.
52450         * debug/wcsnrtombs_chk.c: Likewise.
52451         * debug/wcsrtombs_chk.c: Likewise.
52452         * debug/wcstombs_chk.c: Likewise.
52453         * debug/wmemcpy_chk.c: Likewise.
52454         * debug/wmemmove_chk.c: Likewise.
52455         * debug/wmempcpy_chk.c: Likewise.
52456         * debug/wmemset_chk.c: Likewise.
52457         * dirent/scandirat.c (SCANDIRAT): Likewise.
52458         * dlfcn/dladdr1.c (dladdr1): Likewise.
52459         * dlfcn/dladdr.c (dladdr): Likewise.
52460         * dlfcn/dlclose.c (dlclose_doit): Likewise.
52461         * dlfcn/dlerror.c (__dlerror): Likewise.
52462         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
52463         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
52464         * dlfcn/dlopen.c (dlopen_doit): Likewise.
52465         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
52466         * dlfcn/dlsym.c (dlsym_doit): Likewise.
52467         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
52468         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
52469         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
52470         Likewise.
52471         * elf/dl-conflict.c: Likewise.
52472         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
52473         * elf/dl-dst.h: Likewise.
52474         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
52475         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
52476         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
52477         * elf/dl-init.c (call_init, _dl_init): Likewise.
52478         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
52479         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
52480         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
52481         Likewise.
52482         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
52483         Likewise.
52484         * elf/dl-minimal.c (__libc_memalign): Likewise.
52485         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
52486         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
52487         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
52488         * elf/dl-sym.c (do_sym): Likewise.
52489         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
52490         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
52491         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
52492         * elf/dl-writev.h (_dl_writev): Likewise.
52493         * elf/ldconfig.c (search_dir): Likewise.
52494         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
52495         (dl_main): Likewise.
52496         * elf/setup-vdso.h (setup_vdso): Likewise.
52497         * grp/compat-initgroups.c (compat_call): Likewise.
52498         * grp/fgetgrent.c (fgetgrent): Likewise.
52499         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
52500         * grp/putgrent.c (putgrent): Likewise.
52501         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
52502         Likewise.
52503         * hurd/hurdinit.c: Likewise.
52504         * iconvdata/8bit-gap.c (struct): Likewise.
52505         * iconvdata/ansi_x3.110.c : Likewise.
52506         * iconvdata/big5.c : Likewise.
52507         * iconvdata/big5hkscs.c : Likewise.
52508         * iconvdata/cp1255.c: Likewise.
52509         * iconvdata/cp1258.c : Likewise.
52510         * iconvdata/cp932.c : Likewise.
52511         * iconvdata/euc-cn.c: Likewise.
52512         * iconvdata/euc-jisx0213.c : Likewise.
52513         * iconvdata/euc-jp.c: Likewise.
52514         * iconvdata/euc-jp-ms.c : Likewise.
52515         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
52516         * iconvdata/gb18030.c : Likewise.
52517         * iconvdata/gbbig5.c (const): Likewise.
52518         * iconvdata/gbgbk.c: Likewise.
52519         * iconvdata/gbk.c : Likewise.
52520         * iconvdata/ibm1364.c : Likewise.
52521         * iconvdata/ibm930.c : Likewise.
52522         * iconvdata/ibm932.c: Likewise.
52523         * iconvdata/ibm933.c : Likewise.
52524         * iconvdata/ibm935.c : Likewise.
52525         * iconvdata/ibm937.c : Likewise.
52526         * iconvdata/ibm939.c : Likewise.
52527         * iconvdata/ibm943.c: Likewise.
52528         * iconvdata/iso_11548-1.c: Likewise.
52529         * iconvdata/iso-2022-cn.c : Likewise.
52530         * iconvdata/iso-2022-cn-ext.c : Likewise.
52531         * iconvdata/iso-2022-jp-3.c: Likewise.
52532         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
52533         * iconvdata/iso-2022-kr.c : Likewise.
52534         * iconvdata/iso646.c (gconv_end): Likewise.
52535         * iconvdata/iso_6937-2.c : Likewise.
52536         * iconvdata/iso_6937.c : Likewise.
52537         * iconvdata/iso8859-1.c: Likewise.
52538         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
52539         * iconvdata/shift_jisx0213.c : Likewise.
52540         * iconvdata/sjis.c : Likewise.
52541         * iconvdata/t.61.c : Likewise.
52542         * iconvdata/tcvn5712-1.c : Likewise.
52543         * iconvdata/tscii.c: Likewise.
52544         * iconvdata/uhc.c : Likewise.
52545         * iconvdata/unicode.c (gconv_end): Likewise.
52546         * iconvdata/utf-16.c (gconv_end): Likewise.
52547         * iconvdata/utf-32.c (gconv_end): Likewise.
52548         * iconvdata/utf-7.c (base64): Likewise.
52549         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
52550         * iconv/gconv_close.c (__gconv_close): Likewise.
52551         * iconv/gconv_open.c (__gconv_open): Likewise.
52552         * iconv/gconv_simple.c (internal_ucs4_loop_single)
52553         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
52554         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
52555         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
52556         (ucs4le_internal_loop_single): Likewise.
52557         * iconv/iconv.c (iconv): Likewise.
52558         * iconv/iconv_close.c: Likewise.
52559         * iconv/loop.c (SINGLE): Likewise.
52560         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
52561         * include/atomic.h: Likewise.
52562         * inet/inet6_option.c (option_alloc): Likewise.
52563         * intl/bindtextdom.c (set_binding_values): Likewise.
52564         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
52565         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
52566         * intl/localealias.c (read_alias_file): Likewise.
52567         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
52568         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
52569         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
52570         * libio/fmemopen.c (fmemopen): Likewise.
52571         * libio/iofgets.c (_IO_fgets): Likewise.
52572         * libio/iofgets_u.c (fgets_unlocked): Likewise.
52573         * libio/iofgetws.c (fgetws): Likewise.
52574         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
52575         * libio/iogetdelim.c (_IO_getdelim): Likewise.
52576         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
52577         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
52578         * locale/findlocale.c (_nl_find_locale): Likewise.
52579         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
52580         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
52581         Likewise.
52582         * locale/setlocale.c (setlocale): Likewise.
52583         * login/programs/pt_chown.c (main): Likewise.
52584         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
52585         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
52586         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
52587         (mmap, mmap64, mremap, munmap): Likewise.
52588         * math/e_exp2l.c: Likewise.
52589         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
52590         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
52591         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
52592         * math/s_catan.c (__catan): Likewise.
52593         * math/s_catanf.c (__catanf): Likewise.
52594         * math/s_catanh.c (__catanh): Likewise.
52595         * math/s_catanhf.c (__catanhf): Likewise.
52596         * math/s_catanhl.c (__catanhl): Likewise.
52597         * math/s_catanl.c (__catanl): Likewise.
52598         * math/s_ccosh.c (__ccosh): Likewise.
52599         * math/s_ccoshf.c (__ccoshf): Likewise.
52600         * math/s_ccoshl.c (__ccoshl): Likewise.
52601         * math/s_cexp.c (__cexp): Likewise.
52602         * math/s_cexpf.c (__cexpf): Likewise.
52603         * math/s_cexpl.c (__cexpl): Likewise.
52604         * math/s_clog10.c (__clog10): Likewise.
52605         * math/s_clog10f.c (__clog10f): Likewise.
52606         * math/s_clog10l.c (__clog10l): Likewise.
52607         * math/s_clog.c (__clog): Likewise.
52608         * math/s_clogf.c (__clogf): Likewise.
52609         * math/s_clogl.c (__clogl): Likewise.
52610         * math/s_csin.c (__csin): Likewise.
52611         * math/s_csinf.c (__csinf): Likewise.
52612         * math/s_csinh.c (__csinh): Likewise.
52613         * math/s_csinhf.c (__csinhf): Likewise.
52614         * math/s_csinhl.c (__csinhl): Likewise.
52615         * math/s_csinl.c (__csinl): Likewise.
52616         * math/s_csqrt.c (__csqrt): Likewise.
52617         * math/s_csqrtf.c (__csqrtf): Likewise.
52618         * math/s_csqrtl.c (__csqrtl): Likewise.
52619         * math/s_ctan.c (__ctan): Likewise.
52620         * math/s_ctanf.c (__ctanf): Likewise.
52621         * math/s_ctanh.c (__ctanh): Likewise.
52622         * math/s_ctanhf.c (__ctanhf): Likewise.
52623         * math/s_ctanhl.c (__ctanhl): Likewise.
52624         * math/s_ctanl.c (__ctanl): Likewise.
52625         * math/w_pow.c: Likewise.
52626         * math/w_powf.c: Likewise.
52627         * math/w_powl.c: Likewise.
52628         * math/w_scalb.c (sysv_scalb): Likewise.
52629         * math/w_scalbf.c (sysv_scalbf): Likewise.
52630         * math/w_scalbl.c (sysv_scalbl): Likewise.
52631         * misc/error.c (error_tail): Likewise.
52632         * misc/pselect.c (__pselect): Likewise.
52633         * nis/nis_callback.c (__nis_create_callback): Likewise.
52634         * nis/nis_call.c (__nisfind_server): Likewise.
52635         * nis/nis_creategroup.c (nis_creategroup): Likewise.
52636         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
52637         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
52638         * nis/nis_getservlist.c (nis_getservlist): Likewise.
52639         * nis/nis_lookup.c (nis_lookup): Likewise.
52640         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
52641         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
52642         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
52643         * nis/nis_xdr.c (xdr_endpoint): Likewise.
52644         * nis/nss_compat/compat-grp.c (getgrent_next_file)
52645         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
52646         * nis/nss_compat/compat-initgroups.c (add_group)
52647         (internal_getgrent_r): Likewise.
52648         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
52649         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
52650         * nis/nss_compat/compat-spwd.c (getspent_next_file)
52651         (internal_getspnam_r): Likewise.
52652         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
52653         (_nss_nis_getaliasbyname_r): Likewise.
52654         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
52655         (_nss_nis_getntohost_r): Likewise.
52656         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
52657         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
52658         (_nss_nis_getgrgid_r): Likewise.
52659         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
52660         (internal_nis_gethostent_r, internal_gethostbyname2_r)
52661         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
52662         (_nss_nis_gethostbyname4_r): Likewise.
52663         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
52664         (initgroups_netid): Likewise.
52665         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
52666         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
52667         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
52668         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
52669         (_nss_nis_getprotobynumber_r): Likewise.
52670         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
52671         (_nss_nis_getsecretkey): Likewise.
52672         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
52673         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
52674         (_nss_nis_getpwuid_r): Likewise.
52675         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
52676         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
52677         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
52678         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
52679         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
52680         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
52681         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
52682         Likewise.
52683         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
52684         (_nss_nisplus_getntohost_r): Likewise.
52685         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
52686         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
52687         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
52688         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
52689         Likewise.
52690         * nis/nss_nisplus/nisplus-initgroups.c
52691         (_nss_nisplus_initgroups_dyn): Likewise.
52692         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
52693         (_nss_nisplus_getnetbyaddr_r): Likewise.
52694         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
52695         (_nss_nisplus_getprotobynumber_r): Likewise.
52696         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
52697         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
52698         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
52699         Likewise.
52700         * nis/nss_nisplus/nisplus-service.c
52701         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
52702         (_nss_nisplus_getservbyport_r): Likewise.
52703         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
52704         (_nss_nisplus_getspnam_r): Likewise.
52705         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
52706         Likewise.
52707         * nscd/aicache.c (addhstaiX): Likewise.
52708         * nscd/cache.c (cache_search, prune_cache): Likewise.
52709         * nscd/connections.c (register_traced_file, send_ro_fd)
52710         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
52711         (main_loop_epoll): Likewise.
52712         * nscd/grpcache.c (addgrbyX): Likewise.
52713         * nscd/hstcache.c (addhstbyX): Likewise.
52714         * nscd/initgrcache.c (addinitgroupsX): Likewise.
52715         * nscd/mem.c (gc, mempool_alloc): Likewise.
52716         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
52717         (addinnetgrX): Likewise.
52718         * nscd/nscd-client.h (__nscd_acquire_maplock)
52719         (__nscd_drop_map_ref): Likewise.
52720         * nscd/nscd_getai.c (__nscd_getai): Likewise.
52721         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
52722         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
52723         Likewise.
52724         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
52725         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
52726         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
52727         (__nscd_get_map_ref): Likewise.
52728         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
52729         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
52730         Likewise.
52731         * nscd/pwdcache.c (addpwbyX): Likewise.
52732         * nscd/selinux.c (preserve_capabilities): Likewise.
52733         * nscd/servicescache.c (addservbyX): Likewise.
52734         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
52735         * posix/fnmatch.c (fnmatch): Likewise.
52736         * posix/getopt.c (_getopt_internal_r): Likewise.
52737         * posix/glob.c (glob, glob_in_dir): Likewise.
52738         * posix/wordexp.c (exec_comm_child): Likewise.
52739         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
52740         (getanswer_r, gaih_getanswer_slice): Likewise.
52741         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
52742         * resolv/res_init.c: Likewise.
52743         * resolv/res_mkquery.c (res_nmkquery): Likewise.
52744         * resolv/res_query.c (__libc_res_nquery): Likewise.
52745         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
52746         Likewise.
52747         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
52748         * stdio-common/perror.c (perror): Likewise.
52749         * stdio-common/printf_fp.c (___printf_fp): Likewise.
52750         * stdio-common/tmpnam.c (tmpnam): Likewise.
52751         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
52752         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
52753         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
52754         Likewise.
52755         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
52756         * stdlib/putenv.c (putenv): Likewise.
52757         * stdlib/setenv.c (__add_to_environ): Likewise.
52758         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
52759         * stdlib/strtol_l.c (INTERNAL): Likewise.
52760         * string/memmem.c (memmem): Likewise.
52761         * string/strerror.c (strerror): Likewise.
52762         * string/strnlen.c (__strnlen): Likewise.
52763         * string/test-memmem.c (simple_memmem): Likewise.
52764         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
52765         * sunrpc/pm_getport.c (__get_socket): Likewise.
52766         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
52767         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
52768         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
52769         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
52770         Likewise.
52771         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
52772         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
52773         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
52774         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
52775         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
52776         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
52777         Likewise.
52778         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
52779         Likewise.
52780         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
52781         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
52782         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
52783         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
52784         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
52785         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
52786         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
52787         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
52788         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
52789         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
52790         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
52791         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
52792         Likewise.
52793         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
52794         Likewise.
52795         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
52796         Likewise.
52797         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
52798         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
52799         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
52800         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
52801         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
52802         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
52803         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
52804         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
52805         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
52806         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
52807         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
52808         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
52809         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
52810         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
52811         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
52812         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
52813         Likewise.
52814         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
52815         Likewise.
52816         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
52817         Likewise.
52818         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
52819         Likewise.
52820         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
52821         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
52822         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
52823         Likewise.
52824         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
52825         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
52826         * sysdeps/posix/opendir.c (__opendirat): Likewise.
52827         * sysdeps/posix/sleep.c: Likewise.
52828         * sysdeps/posix/tempname.c: Likewise.
52829         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
52830         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
52831         Likewise.
52832         * sysdeps/powerpc/powerpc32/dl-machine.h
52833         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
52834         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
52835         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
52836         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
52837         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
52838         Likewise.
52839         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
52840         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
52841         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
52842         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
52843         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
52844         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
52845         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
52846         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
52847         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52848         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
52849         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
52850         (elf_machine_lazy_rel): Likewise.
52851         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
52852         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
52853         (elf_machine_lazy_rel): Likewise.
52854         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
52855         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
52856         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
52857         * sysdeps/unix/grantpt.c (grantpt): Likewise.
52858         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
52859         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
52860         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
52861         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52862         Likewise.
52863         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
52864         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
52865         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
52866         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
52867         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
52868         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
52869         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
52870         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
52871         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
52872         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
52873         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
52874         Likewise.
52875         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
52876         (__posix_fallocate64_l64): Likewise.
52877         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
52878         (posix_fallocate): Likewise.
52879         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
52880         Likewise.
52881         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52882         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
52883         (getifaddrs_internal): Likewise.
52884         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
52885         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
52886         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
52887         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
52888         * sysdeps/unix/sysv/linux/posix_fallocate64.c
52889         (__posix_fallocate64_l64): Likewise.
52890         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
52891         Likewise.
52892         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
52893         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
52894         (__get_clockfreq): Likewise.
52895         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
52896         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
52897         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
52898         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52899         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52900         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
52901         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
52902         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
52903         Likewise.
52904         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
52905         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
52906         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
52907         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
52908         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52909         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
52910         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
52911         Likewise.
52912         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
52913         (posix_fallocate): Likewise.
52914         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52915         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
52916         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
52917         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
52918         (elf_machine_rela, elf_machine_rela_relative)
52919         (elf_machine_lazy_rel): Likewise.
52920         * time/asctime.c (asctime_internal): Likewise.
52921         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
52922         * time/tzset.c (__tzset_parse_tz): Likewise.
52923         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
52924         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
52925         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
52926         * wcsmbs/wcsmbsload.h: Likewise.
52928         [BZ #15894]
52929         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
52931         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
52932         (arena_get2): Remove THREAD_STATS conditionals.
52933         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
52934         (__malloc_stats, int): Likewise.
52936 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
52938         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
52939         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
52941         * manual/setjmp.texi: Fix typos/grammar errors.
52943         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
52944         Only return early when n is <= 0.  Delete unused return statement.
52946         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
52947         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
52948         * debug/tst-longjmp_chk3.c: New file.
52950         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
52951         (test_main): Replace code with set_fortify_handler call.
52952         * debug/test-strcpy_chk.c: Likewise.
52953         * debug/tst-chk1.c: Likewise.
52954         * debug/tst-longjmp_chk.c: Likewise.
52955         * test-skeleton.c: Include fcntl.h & paths.h
52956         (set_fortify_handler): Define.
52958         * debug/tst-longjmp_chk.c: Add header comment and include
52959         ../test-skeleton.c.
52960         (do_test): Mark static.
52961         (TEST_FUNCTION): Define.
52963         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
52964         (IP_PMTUDISC_INTERFACE): Likewise.
52965         (IP_MULTICAST_IF): Likewise.
52966         (IP_MULTICAST_TTL): Likewise.
52967         (IP_MULTICAST_LOOP): Likewise.
52968         (IP_ADD_MEMBERSHIP): Likewise.
52969         (IP_DROP_MEMBERSHIP): Likewise.
52970         (IP_UNBLOCK_SOURCE): Likewise.
52971         (IP_BLOCK_SOURCE): Likewise.
52972         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
52973         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
52974         (IP_MSFILTER): Likewise.
52975         (MCAST_JOIN_GROUP): Likewise.
52976         (MCAST_BLOCK_SOURCE): Likewise.
52977         (MCAST_UNBLOCK_SOURCE): Likewise.
52978         (MCAST_LEAVE_GROUP): Likewise.
52979         (MCAST_JOIN_SOURCE_GROUP): Likewise.
52980         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
52981         (MCAST_MSFILTER): Likewise.
52982         (IP_MULTICAST_ALL): Likewise.
52983         (IP_UNICAST_IF): Likewise.
52985         * timezone/Makefile: Delete $(have-ksh) check.
52986         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
52987         * timezone/tzselect.ksh: Add +x mode bits.
52989         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
52990         (ANON_INODE_FS_MAGIC): Likewise.
52991         (BDEVFS_MAGIC): Likewise.
52992         (BINFMTFS_MAGIC): Likewise.
52993         (BTRFS_TEST_MAGIC): Likewise.
52994         (CRAMFS_MAGIC_WEND): Likewise.
52995         (DEBUGFS_MAGIC): Likewise.
52996         (ECRYPTFS_SUPER_MAGIC): Likewise.
52997         (EXT3_SUPER_MAGIC): Likewise.
52998         (EXT4_SUPER_MAGIC): Likewise.
52999         (FUTEXFS_SUPER_MAGIC): Likewise.
53000         (HOSTFS_SUPER_MAGIC): Likewise.
53001         (HUGETLBFS_MAGIC): Likewise.
53002         (MINIX3_SUPER_MAGIC): Likewise.
53003         (MTD_INODE_FS_MAGIC): Likewise.
53004         (NILFS_SUPER_MAGIC): Likewise.
53005         (OPENPROM_SUPER_MAGIC): Likewise.
53006         (PIPEFS_MAGIC): Likewise.
53007         (PSTOREFS_MAGIC): Likewise.
53008         (QNX6_SUPER_MAGIC): Likewise.
53009         (RAMFS_MAGIC): Likewise.
53010         (REISERFS_SUPER_MAGIC_STRING): Likewise.
53011         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
53012         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
53013         (SECURITYFS_MAGIC): Likewise.
53014         (SELINUX_MAGIC): Likewise.
53015         (SMACK_MAGIC): Likewise.
53016         (SOCKFS_MAGIC): Likewise.
53017         (SQUASHFS_MAGIC): Likewise.
53018         (STACK_END_MAGIC): Likewise.
53019         (TMPFS_MAGIC): Likewise.
53020         (USBDEVICE_SUPER_MAGIC): Likewise.
53021         (V9FS_MAGIC): Likewise.
53022         (XENFS_SUPER_MAGIC): Likewise.
53023         (CRAMFS_MAGIC): Fix typo in comment.
53024         (EXT2_SUPER_MAGIC): Update comment.
53025         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
53027 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
53029         * sysdeps/arm: Move directory from ports/sysdeps/arm.
53030         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
53031         * sysdeps/unix/sysv/linux/arm: Move directory from
53032         ports/sysdeps/unix/sysv/linux/arm.
53033         * README: Update listing for arm-*-linux-gnueabi.
53035         * README: Remove mention of am33.
53037 2014-02-07  Roland McGrath  <roland@hack.frob.com>
53039         * bits/sigset.h (__sigemptyset): Use a statement expression rather
53040         than the comma operator, to avoid "rhs of comma has no effect"
53041         compiler warnings.
53042         (__sigfillset, __sigandset, __sigorset): Likewise.
53043         * include/signal.h (__sigemptyset): Likewise.
53044         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
53046 2014-02-07  Allan McRae  <allan@archlinux.org>
53048         * version.h (RELEASE): Set to "development".
53049         (VERSION): Set to "2.19.90"
53050         * NEWS: Add 2.20 section.
53052 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
53054         [BZ #16529]
53055         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
53057 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
53059         * manual/contrib.texi: Update entry for Carlos O'Donell,
53060         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
53062 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
53064         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
53066         * sysdeps/unix/sysv/linux/kernel-features.h
53067         [__LINUX_KERNEL_VERSION >= 0x020621]
53068         (__ASSUME_PROC_PID_TASK_COMM): Define.
53070 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
53072         [BZ #16398]
53073         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
53074         conversion when destination buffer does not have enough space.
53075         * libio/tst-ftell-partial-wide.c: New test case.
53076         * libio/Makefile (tests): Add tst-ftell-partial-wide.
53078         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
53079         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
53080         Leonard and Allan McRae.
53082 2014-02-04  David S. Miller  <davem@davemloft.net>
53084         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
53085         32-bit.
53087 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
53090         New file
53091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
53092         New file
53093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
53094         New file.
53095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
53096         New file.
53097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
53098         New file.
53099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
53100         New file.
53101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
53102         New file.
53103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
53104         New file.
53105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
53106         New file.
53107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
53108         New file.
53109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
53110         New file.
53111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
53112         New file.
53113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
53114         New file.
53116 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53118         * nptl/shlib-versions: Change powerpc*le start to 2.17.
53119         * shlib-versions: Likewise.
53121 2014-02-04  Roland McGrath  <roland@hack.frob.com>
53122             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53124         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
53125         (abilist-pattern): New variable, set to %-le.abilist.
53127         * Makerules (abilist-pattern): New variable.
53128         (vpath): Use $(abilist-pattern) in place of %.abilist.
53129         (check-abi-% pattern rule): Likewise.
53130         (check-abi, update-abi): Likewise.
53132 2014-02-04  Eric Wong  <normalperson@yhbt.net>
53134         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53136 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
53138         * manual/startup.texi: Add next, previous, and top entries for
53139         the `Program Arguments' and `Environment Variables' nodes.
53141 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
53143         * manual/macros.texi: Add comments before MTASC-safety macros.
53145         * manual/users.texi: Document MTASC-safety properties.
53147         * manual/threads.texi (pthread_key_create, pthread_key_delete)
53148         (pthread_getspecific, pthread_setspecific): Format with
53149         @deftypefun, and add @safety note.
53150         * manual/signal.texi: Move comments that analyze the above
53151         functions to their home place.
53153 2014-02-03  Allan McRae  <allan@archlinux.org>
53155         * po/sl.po: Update Slovenian translation from translation project.
53157 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
53159         * manual/time.texi (timegm): Add missing blank after @c.
53160         Reported by Joseph Myers <joseph@codesourcery.com>.
53162 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
53164         * manual/check-safety.sh: New.
53165         * manual/Makefile ($(objpfx)stamp-summary): Run it.
53167         * manual/terminal.texi: Document MTASC-safety properties.
53169         * manual/filesys.texi: Document MTASC-safety properties.
53171         * manual/errno.texi: Document MTASC-safety properties.
53173         * manual/intro.texi: Document safety identifiers and
53174         conditionals.
53176         * manual/string.texi (wcstok): Fix prototype.
53177         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
53179         * manual/time.texi: Document MTASC-safety properties.
53181         * manual/string.texi: Document MTASC-safety properties.
53183         * manual/threads.texi: Document MTASC-safety properties.
53185         * manual/stdio.texi: Document MTASC-safety properties.
53187         * manual/syslog.texi: Document MTASC-safety properties.
53189         * manual/sysinfo.texi: Document MTASC-safety properties.
53191         * manual/startup.texi: Document MTASC-safety properties.
53193         * manual/socket.texi: Document MTASC-safety properties.
53195         * manual/signal.texi: Document MTASC-safety properties.
53197 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
53199         * manual/setjmp.texi: Document MTASC-safety properties.
53201         * manual/search.texi: Document MTASC-safety properties.
53203         * manual/resource.texi: Document MTASC-safety properties.
53205         * manual/process.texi: Document MTASC-safety properties.
53207         * manual/platform.texi: Document MTASC-safety properties.
53209         * manual/pipe.texi: Document MTASC-safety properties.
53211         * manual/pattern.texi: Document MTASC-safety properties.
53213         * manual/message.texi: Document MTASC-safety properties.
53215         [BZ #12751]
53216         * manual/memory.texi: Document MTASC-safety properties.
53218         * manual/math.texi: Document MTASC-safety properties.
53220         * manual/locale.texi: Document MTASC-safety properties.
53222         * manual/llio.texi: Document MTASC-safety properties.
53224         * manual/libdl.texi: New.
53226         * manual/lang.texi: Document MTASC-safety properties.
53228         * manual/job.texi: Document MTASC-safety properties.
53230         * manual/getopt.texi: Document MTASC-safety properties.
53232         * manual/ctype.texi: Document MTASC-safety properties.
53234 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
53236         [BZ #16046]
53237         * csu/libc-tls.c (static_map): Remove variable.
53238         (__libc_setup_tls): Use main executable's link map for TLS data.
53239         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
53240         casing for LM_ID_BASE and GL(dl_nns).
53241         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
53242         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
53243         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
53244         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
53245         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
53246         member.
53247         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
53248         l_phnum members.
53250 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
53252         * manual/debug.texi: Document MTASC-safety properties.
53254 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
53256         [BZ #16510]
53257         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
53258         of __x86_64__ when disabling x87 inline functions.
53260 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
53262         * manual/charset.texi: Document MTASC-safety properties.
53264         * manual/crypt.texi: Document MTASC-safety properties.
53266         * manual/conf.texi: Document MTASC-safety properties.
53268         * manual/arith.texi: Document MTASC-safety properties.
53270         * manual/argp.texi: Document MTASC-safety properties.
53272         * manual/macros.texi: Introduce macros to document multi
53273         thread, asynchronous signal and asynchronous cancellation
53274         safety properties.
53275         * manual/intro.texi: Introduce the properties themselves.
53277 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53279         * sysdeps/sh/sh4/Makefile: New file.
53281 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
53283         * math/gen-libm-test.pl ($srcdir): New variable.
53284         ($auto_input): Use it.
53286 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
53288         [BZ #16506]
53289         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
53290         access beyond array bounds when parsing netgroups file.
53292         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
53293         the old buffer before realloc.
53295 2014-01-27  Allan McRae  <allan@archlinux.org>
53297         * po/fr.po: Update French translation from translation project.
53299 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53301         * sysdeps/sh/libm-test-ulps: Regenerate.
53303 2014-01-24  David S. Miller  <davem@davemloft.net>
53305         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
53307 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53309         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
53310         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
53312 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
53314         [BZ #16474]
53315         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
53316         string pointers after reallocation.
53318 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53320         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
53321         __SH4A__ instead of __SH_FPU_ANY__.
53323 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53325         * sysdeps/sh/fpu_control.h: New file.
53326         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
53327         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
53328         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
53329         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
53330         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
53331         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
53332         * sysdeps/sh/sys/ucontext.h: Remove.
53333         * sysdeps/sh/sys: Remove directory.
53335 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53337         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
53338         s390/sys/ucontext.h.
53339         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
53340         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
53342 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
53344         [BZ #15605]
53345         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
53347 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53349         [BZ #16431]
53350         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
53351         Adjust the vDSO correctly for internal calls.
53352         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
53354 2014-01-20  Allan McRae  <allan@archlinux.org>
53356         * po/ca.po: Update Catalan translation from translation project.
53358 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
53360         * sysdeps/s390/sotruss-lib.c: New file.
53362 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53364         [BZ #16430]
53365         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
53366         (__GI___gettimeofday): Alias for a different internal symbol to avoid
53367         local calls issues by not having a PLT stub required for IFUNC calls.
53368         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
53370 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
53372         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
53373         * math/test-fpucw-static.c: Likewise.
53375 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
53377         [BZ #16453]
53378         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
53380 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53382         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
53383         implementation for powerpc.
53385 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
53387         [BZ #14782]
53388         * sysdeps/posix/system.c (__libc_system): Do not enable
53389         asynchronous cancellation.
53391 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53393         [BZ #16427]
53394         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
53395         handling only for numbers special also in the IEEE case.
53397 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53399         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
53401 2014-01-11  Allan McRae  <allan@archlinux.org>
53403         * po/bg.po: Update Bulgarian translation from translation project.
53405         * po/de.po: Update German translation from translation project.
53407 2014-01-10  Roland McGrath  <roland@hack.frob.com>
53409         * sysdeps/generic/gcc-compat.h: New file.
53411 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
53413         * benchtests/asin-inputs: Correct slow inputs.
53414         * benchtests/acos-inputs: Likewise.
53416 2014-01-10  Allan McRae  <allan@archlinux.org>
53418         * po:sv.po: Update Swedish translation from translation project.
53420         * po/vi.po: Update Vietnamese translation from translation project.
53422         * po/eo.po: Update Esperanto translation from translation project.
53424         * po/cs.po: Update Czech translation from translation project.
53426         * po/nl.po: Update Dutch translation from translation project.
53428         * po/pl.po: Update Polish translation from translation project.
53430         * po/ru.po: Update Russian translation from translation project.
53432         * po/uk.po: Update Ukrainian translation from translation project.
53434 2014-01-08  Brooks Moses  <bmoses@google.com>
53436         * elf/dl-load.c: Fix comment typo.
53438 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
53440         * po/header.pot: Rename to...
53441         * po/pot.header: ... this.
53442         * po/Makefile: Use pot.header.
53444 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
53445             Maxim Kuvyrkov  <maxim@kugelworks.com>
53447         [BZ #16394]
53448         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
53449         SRC and DEST against LEN.
53451 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53453         [BZ #16414]
53454         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
53455         implementation.
53456         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
53458 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53460         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
53462 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
53464         [BZ #16408]
53465         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
53466         for large positive arguments.
53468 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
53470         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
53472         * math/auto-libm-test-in: Mark various tests with
53473         xfail-rounding:ldbl-128ibm.
53474         * math/auto-libm-test-out: Regenerated.
53476         [BZ #16407]
53477         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
53478         Increase overflow threshold.
53480 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
53482         [BZ #14286]
53483         * stdio-common/vfprintf.c: Check for integer overflow.
53485 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53487         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
53488         the first argument and return value of __tls_get_addr_internal.
53490 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53492         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
53493         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
53495 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53497         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
53498         * sysdeps/s390/rtld-global-offsets.sym: New file.
53499         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
53500         GLIBC_2.19 symbol.
53501         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
53502         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
53503         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
53504         ... this.
53505         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
53506         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
53507         ... this.
53508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
53509         Regenerate.
53510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
53511         Regenerate.
53512         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
53513         halfs of GPRs for high_gprs contexts.
53514         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
53515         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
53516         field.
53517         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
53518         uc_flags field.
53519         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
53520         64 bit versions:
53521         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
53522         for high GPRs (uc_high_gprs) and for future extensions
53523         (__reserved).
53524         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
53525         for future extensions (__reserved).
53526         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
53527         64 bit versions:
53528         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
53529         SC_HIGHGPRS offset definition.
53530         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
53531         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
53533         * Versions.def: Add GLIBC_2.19 for libpthread.
53534         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
53535         siglongjmp for libpthread with GLIBC_2.19 symver.
53536         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
53537         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
53538         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
53539         * sysdeps/s390/__longjmp.c: New file.
53540         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
53541         * sysdeps/s390/longjmp.c: New file.
53542         * sysdeps/s390/setjmp.S: New file.
53543         * sysdeps/s390/sigjmp.S: New file.
53544         * sysdeps/s390/v1-longjmp.c: New file.
53545         * sysdeps/s390/v1-setjmp.h: New file.
53546         * sysdeps/s390/v1-sigjmp.c: New file.
53547         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
53548         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
53549         GLIBC_2.19 version.
53550         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
53551         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
53552         versioned symbols for ____longjmp_chk.
53553         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
53554         Likewise.
53555         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
53556         Regenerate.
53557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
53558         Regenerate.
53559         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
53560         Regenerate.
53561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
53562         Regenerate.
53563         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
53564         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
53565         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
53566         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
53567         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
53568         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
53569         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
53570         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
53571         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
53572         * sysdeps/s390/rtld-__longjmp.c: New file.
53573         * sysdeps/s390/rtld-setjmp.S: New file.
53575 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
53577         [BZ #16400]
53578         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
53579         Return -__logl (x) for small positive arguments without evaluating
53580         a polynomial.
53582 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
53584         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
53585         Rename to ...
53586         (__ptrace_peeksiginfo_args): ... this.
53587         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53588         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53589         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53591 2014-01-06  Allan McRae  <allan@archlinux.org>
53593         * inet/netinet/in.h: Fix typo in comment.
53595 2014-01-05  Andreas Jaeger  <aj@suse.de>
53597         * sysdeps/i386/fpu/libm-test-ulps: Update.
53599 2014-01-05  Allan McRae  <allan@archlinux.org>
53601         * po/libc.pot: Regenerated.
53603         * malloc/memusagestat.c: Fix gettext call formatting.
53605 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
53607         * nscd/nscd.c: Improve usage() output.
53609 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
53611         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
53612         * sysdeps/unix/sysv/linux/configure: Regenerated.
53613         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
53614         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
53616 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
53618         [BZ #16390]
53619         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
53620         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
53622 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53624         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
53625         extra tokens at end of #undef directive.
53626         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
53627         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
53628         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
53630 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
53632         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
53634         * math/auto-libm-test-in: Mark various tests with
53635         xfail-rounding:ldbl-128ibm.
53636         * math/auto-libm-test-out: Regenerated.
53638 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
53640         [BZ #16386]
53641         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
53642         numbers with subnormal high part when calculating exponent.
53644         [BZ #16385]
53645         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
53646         fabs.
53648         [BZ #16384]
53649         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
53650         M_LN2l.
53651         (__ieee754_acoshl): Use __log1pl not __log1p.
53653 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
53655         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
53656         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
53657         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
53658         (grow_heap, heap_trim, _int_new_arena, get_free_list)
53659         (reused_arena, arena_get2): Convert to GNU style.
53660         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
53661         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
53662         (memalign_check, __malloc_set_state): Likewise.
53663         * malloc/mallocbug.c (main): Likewise.
53664         * malloc/malloc.c (__malloc_assert, malloc_init_state)
53665         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
53666         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
53667         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
53668         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
53669         (__posix_memalign, malloc_info): Likewise.
53670         * malloc/malloc.h: Likewise.
53671         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
53672         (mallochook, memalignhook, reallochook, mabort): Likewise.
53673         * malloc/mcheck.h: Likewise.
53674         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
53675         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
53676         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
53677         * malloc/morecore.c (__default_morecore): Likewise.
53678         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
53679         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
53680         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
53681         (print_and_abort): Likewise.
53682         * malloc/obstack.h: Likewise.
53683         * malloc/set-freeres.c (__libc_freeres): Likewise.
53684         * malloc/tst-mallocstate.c (main): Likewise.
53685         * malloc/tst-mtrace.c (main): Likewise.
53686         * malloc/tst-realloc.c (do_test): Likewise.
53688 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
53690         [BZ #16366]
53691         * nscd/netgroupcache.c (do_notfound): New function.
53692         (addgetnetgrentX): Use it.
53694         [BZ # 16365]
53695         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
53696         NSS_STATUS_NOTFOUND.
53698 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
53700         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
53701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53703 2014-01-01  Allan McRae  <allan@archlinux.org>
53705         * scripts/update-copyrights: Update configure input file suffix.
53707         * NEWS: Update copyright year.
53708         * catgets/gencat.c: Likewise.
53709         * csu/version.c: Likewise.
53710         * debug/catchsegv.sh: Likewise.
53711         * debug/pcprofiledump.c: Likewise.
53712         * debug/xtrace.sh: Likewise.
53713         * elf/ldconfig.c: Likewise.
53714         * elf/ldd.bash.in: Likewise.
53715         * elf/pldd.c: Likewise.
53716         * elf/sotruss.ksh: Likewise.
53717         * elf/sprof.c: Likewise.
53718         * iconv/iconv_prog.c: Likewise.
53719         * iconv/iconvconfig.c: Likewise.
53720         * locale/programs/locale.c: Likewise.
53721         * locale/programs/localedef.c: Likewise.
53722         * login/programs/pt_chown.c: Likewise.
53723         * malloc/memusage.sh: Likewise.
53724         * malloc/memusagestat.c: Likewise.
53725         * malloc/mtrace.pl: Likewise.
53726         * manual/libc.texinfo: Likewise.
53727         * nscd/nscd.c: Likewise.
53728         * nss/getent.c: Likewise.
53729         * nss/makedb.c: Likewise.
53730         * posix/getconf.c: Likewise.
53731         * scripts/test-installation.pl: Likewise.
53733         * All files with FSF copyright notices: Update copyright dates
53734         using scripts/update-copyrights.
53735         * intl/plural.c: Regenerated.
53736         * locale/programs/charmap-kw.h: Likewise.
53737         * locale/programs/locfile-kw.h: Likewise.
53739 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
53741         * sysdeps/unix/sysv/linux/configure: Regenerated.
53742         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
53743         the linux/fanotify.h header.
53744         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
53745         HAVE_LINUX_FANOTIFY_H is defined.
53747 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
53749         * benchtests/cos-inputs: New inputs.
53750         * benchtests/sin-inputs: Likewise.
53752         * benchtests/atan-inputs: New inputs. Fix name of multiple
53753         precision fallback inputs.
53755         * benchtests/atanh-inputs: New inputs.
53756         * benchtests/tanh-inputs: Likewise.
53758         * benchtests/acosh-inputs: New inputs.
53759         * benchtests/asinh-inputs: Likewise.
53761         * benchtests/cosh-inputs: New inputs.
53762         * benchtests/sinh-inputs: Likewise.
53764         * benchtests/acos-inputs: Add more inputs.
53765         * benchtests/asin-inputs: Likewise.
53767 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
53769         [BZ #16375]
53770         * manual/arith.texi: Fix spelling.
53771         * manual/charset.texi: Likewise.
53772         * manual/errno.texi: Likewise.
53773         * manual/filesys.texi: Likewise.
53774         * manual/lang.texi: Likewise.
53775         * manual/llio.texi: Likewise.
53776         * manual/locale.texi: Likewise.
53777         * manual/message.texi: Likewise.
53778         * manual/resource.texi: Likewise.
53779         * manual/search.texi: Likewise.
53780         * manual/setjmp.texi: Likewise.
53781         * manual/stdio.texi: Likewise.
53782         * manual/string.texi: Likewise.
53783         * manual/sysinfo.texi: Likewise.
53784         * manual/time.texi: Likewise.
53786 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
53788         * po/sl.po: New file.
53790 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
53792         * .gitignore: Add core/.gdbinit/.gdb_history.
53794 2013-12-27  Allan McRae  <allan@archlinux.org>
53796         [BZ #16369]
53797         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
53798         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
53800 2013-12-24  Brooks Moses  <bmoses@google.com>
53802         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
53803         all compilers that claim C++98 compliance, not just GCC.
53804         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
53805         Likewise.
53807 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
53809         * NEWS: Restore accidentally deleted bug-fix entries.
53811 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
53812             Ondřej Bílka  <neleai@seznam.cz>
53814         [BZ #15073]
53815         * malloc/malloc.c (_int_free): Perform sanity check only if we
53816         have_lock.
53818 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
53820         [BZ #12986]
53821         * manual/stdio.texi (String Input Conversions): Clarify that character
53822         classes are not supported.
53824 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53826         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
53828 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
53830         [BZ #16337]
53831         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
53832         Calculate results for small negative arguments directly rather
53833         than using reflection formula with special underflow handling.
53835         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
53836         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
53837         sysdeps/unix/bsd/bsd4.4/syscalls.list.
53838         (fchflags): Likewise.
53839         (revoke): Likewise.
53840         (setlogin): Likewise.
53841         (sigaltstack): Likewise.
53842         (wait4): Likewise.
53843         (sigblock): Remove.
53844         (sigsetmask): Likewise.
53845         (wait3): Likewise.
53846         (waitpid): Likewise.
53847         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
53848         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
53849         file.
53850         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
53851         * sysdeps/unix/bsd/Makefile: ... here.
53852         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
53853         * sysdeps/unix/bsd/Versions: ... here.
53854         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
53855         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
53856         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
53857         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
53858         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
53859         * sysdeps/unix/bsd/sigblock.c: ... here.
53860         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
53861         * sysdeps/unix/bsd/sigsetmask.c: ... here.
53862         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
53863         * sysdeps/unix/bsd/sigvec.c: ... here.
53864         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
53865         * sysdeps/unix/bsd/tcdrain.c: ... here.
53866         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
53867         * sysdeps/unix/bsd/tcgetattr.c: ... here.
53868         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
53869         * sysdeps/unix/bsd/tcsetattr.c: ... here.
53870         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
53871         * sysdeps/unix/bsd/wait.c: ... here.
53872         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
53873         * sysdeps/unix/bsd/wait3.c: ... here.
53874         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
53875         * sysdeps/unix/bsd/waitpid.c: ... here.
53877 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
53879         [BZ #16356]
53880         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
53881         round-to-nearest for [!USE_AS_EXPM1L].
53882         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
53883         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
53884         more tests of exp and exp10.  Expect some exp10 tests to miss
53885         exceptions or fail in directed rounding modes.
53886         * math/auto-libm-test-out: Regenerated.
53887         * math/libm-test.inc (exp10_tonearest_test_data): New array.
53888         (exp10_test_tonearest): New function.
53889         (exp10_towardzero_test_data): New array.
53890         (exp10_test_towardzero): New function.
53891         (exp10_downward_test_data): New array.
53892         (exp10_test_downward): New function.
53893         (exp10_upward_test_data): New array.
53894         (exp10_test_upward): New function.
53895         (main): Call the new functions.
53896         * sysdeps/i386/fpu/libm-test-ulps: Update.
53897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53899 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
53901         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
53902         asinh, atan, atan2, atanh, cbrt, cos and cosh.
53903         * math/auto-libm-test-out: Regenerated.
53904         * math/libm-test.inc (acosh_test_data): Add more tests.
53905         (atanh_test_data): Likewise.
53906         (ceil_test_data): Likewise.
53907         (copysign_test_data): Likewise.
53908         * sysdeps/i386/fpu/libm-test-ulps: Update.
53909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53911         * timezone/checktab.awk: Update from tzcode 2013i.
53912         * timezone/private.h: Likewise.
53913         * timezone/scheck.c: Likewise.
53914         * timezone/tzfile.h: Likewise.
53915         * timezone/tzselect.ksh: Likewise.
53916         * timezone/zdump.c: Likewise.
53917         * timezone/zic.c: Likewise.
53919         * math/auto-libm-test-in: Add tests of cpow.
53920         * math/auto-libm-test-out: Regenerated.
53921         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
53922         * math/gen-auto-libm-tests.c (func_calc_method): Add value
53923         mpc_cc_c.
53924         (func_calc_desc): Add mpc_cc_c union field.
53925         (test_functions): Add cpow.
53926         (special_fill_2pi): New function.
53927         (special_real_inputs): Add 2pi.
53928         (calc_generic_results): Handle mpc_cc_c.
53929         * sysdeps/i386/fpu/libm-test-ulps: Update.
53930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53932         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
53933         csqrt, ctan and ctanh.
53934         * math/auto-libm-test-out: Regenerated.
53935         * math/libm-test.inc (TEST_COND_x86_64): New macro.
53936         (TEST_COND_x86): Likewise.
53937         (ccos_test_data): Use AUTO_TESTS_c_c.
53938         (ccosh_test_data): Likewise.
53939         (cexp_test_data): Likewise.
53940         (clog_test_data): Likewise.
53941         (csqrt_test_data): Likewise.
53942         (ctan_test_data): Likewise.
53943         (ctan_tonearest_test_data): Likewise.
53944         (ctan_towardzero_test_data): Likewise.
53945         (ctan_downward_test_data): Likewise.
53946         (ctan_upward_test_data): Likewise.
53947         (ctanh_test_data): Likewise.
53948         (ctanh_tonearest_test_data): Likewise.
53949         (ctanh_towardzero_test_data): Likewise.
53950         (ctanh_downward_test_data): Likewise.
53951         (ctanh_upward_test_data): Likewise.
53952         * math/gen-auto-libm-tests.c (func_calc_method): Add value
53953         mpc_c_c.
53954         (func_calc_desc): Add mpc_c_c union field.
53955         (FUNC_mpc_c_c): New macro.
53956         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
53957         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
53958         ctanh.
53959         (special_fill_min_subnorm_p120): New function.
53960         (special_real_inputs): Add min_subnorm_p120.
53961         (calc_generic_results): Handle mpc_c_c.
53962         * sysdeps/i386/fpu/libm-test-ulps: Update.
53963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53965 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
53967         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
53968         (do_sin_slow): New functions.
53969         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
53970         (cslow2, csloww1, csloww2): Use the new functions.
53972         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
53973         Use M to change sign of result instead of X.  Assume X is
53974         positive.
53975         (csloww1): Likewise.
53976         (__sin): Adjust.
53977         (__cos): Adjust.
53979         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
53980         arguments A and DA.
53981         (__sin): Adjust.
53982         (__cos): Likewise.
53984         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
53985         (__cos): Likewise.
53986         (sloww1): Don't adjust sign of DX.
53987         (csloww1): Likewise.
53988         (sloww2): Use X directly and don't adjust sign of DX.
53989         (csloww2): Likewise.
53991 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
53993         * math/auto-libm-test-in: Add tests of cabs and carg.
53994         * math/auto-libm-test-out: Regenerated.
53995         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
53996         (carg_test_data): Likewise.
53997         * math/gen-auto-libm-tests.c (func_calc_method): Add value
53998         mpc_c_f.
53999         (func_calc_desc): Add mpc_c_f union field.
54000         (test_functions): Add cabs and carg.
54001         (calc_generic_results): Handle mpc_c_f.
54003         * sysdeps/powerpc/powerpc32/libgcc-compat.S
54004         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
54005         as a macro and a compat symbol.
54006         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
54007         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
54008         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
54009         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
54010         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
54011         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
54012         not use .hidden.
54013         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
54014         Likewise.
54015         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
54016         Likewise.
54017         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
54018         Likewise.
54019         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
54020         Likewise.
54021         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
54022         Likewise.
54023         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
54024         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
54025         from GLIBC_2.3.2.
54027 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54029         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54031 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
54033         * manual/texinfo.tex: Update to version 2013-11-26.10 with
54034         trailing whitespace removed.
54035         * scripts/config.guess: Update to version 2013-11-29.
54036         * scripts/config.sub: Update to version 2013-10-01.
54038         * math/auto-libm-test-in: Add tests of sincos.
54039         * math/auto-libm-test-out: Regenerated.
54040         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
54041         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54042         mpfr_f_11.
54043         (func_calc_desc): Add mpfr_f_11 union field.
54044         (test_functions): Add sincos.
54045         (calc_generic_results): Handle mpfr_f_11.
54046         * sysdeps/i386/fpu/libm-test-ulps: Update.
54047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54049 2013-12-19  Andreas Schwab  <schwab@suse.de>
54051         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
54052         CALL_MCOUNT.
54053         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
54054         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
54055         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
54057 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
54059         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
54060         * sysdeps/i386/fpu/libm-test-ulps: Update.
54061         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54063         [BZ #16293]
54064         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
54065         round-to-nearest mode when using frndint.
54066         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
54067         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
54068         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
54069         Likewise.
54070         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
54071         sinh test to fail.
54072         * math/auto-libm-test-out: Regenerated.
54073         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
54074         (TEST_COND_x86): Likewise.
54075         (expm1_tonearest_test_data): New array.
54076         (expm1_test_tonearest): New function.
54077         (expm1_towardzero_test_data): New array.
54078         (expm1_test_towardzero): New function.
54079         (expm1_downward_test_data): New array.
54080         (expm1_test_downward): New function.
54081         (expm1_upward_test_data): New array.
54082         (expm1_test_upward): New function.
54083         (main): Run the new test functions.
54084         * sysdeps/i386/fpu/libm-test-ulps: Update.
54085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54087         * include/features.h: Update comment documenting feature test
54088         macros.  Mention _DEFAULT_SOURCE in comment.
54089         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
54090         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
54091         _BSD_SOURCE and _SVID_SOURCE.
54092         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
54093         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
54094         !_SVID_SOURCE]: Likewise.
54095         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
54096         (__USE_POSIX_IMPLICITLY): Define.
54097         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
54098         (_POSIX_SOURCE): Undefine and redefine.
54099         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
54100         (_POSIX_C_SOURCE): Likewise.
54101         * manual/creature.texi (_DEFAULT_SOURCE): Document.
54102         (Feature Test Macros): Update documentation of default features.
54104 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
54106         * benchtests/Makefile: Add bench-strtok.
54107         * benchtests/bench-strtok.c: New file: strtok benchtest.
54109 2013-12-19  Allan McRae  <allan@archlinux.org>
54111         * manual/install.texi: Suppress menu for plain text output.
54112         * INSTALL: Regenerated.
54114 2013-12-18  Brooks Moses  <bmoses@google.com>
54116         [BZ #15846]
54117         * misc/getauxval.c: Include errno.h.
54118         (__getauxval): Set errno to ENOENT if the requested type is not
54119         found.
54120         * misc/sys/auxv.h (getauxval): Document that it may set errno;
54121         don't declare with __attribute_const__.
54122         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
54123         * manual/startup.texi: Document that getauxval sets errno.
54125 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
54127         * math/auto-libm-test-in: Add tests of jn and yn.
54128         * math/auto-libm-test-out: Regenerated.
54129         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
54130         (yn_test_data): Likewise.
54131         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54132         mpfr_if_f.
54133         (func_calc_desc): Add mpfr_if_f union field.
54134         (FUNC_mpfr_if_f): New macro.
54135         (test_functions): Add jn and yn.
54136         (calc_generic_results): Assert type of second input for
54137         mpfr_ff_f.  Handle mpfr_if_f.
54138         (output_for_one_input_case): Disable all checking for arguments
54139         fitting floating-point types in case of an integer argument.
54140         * sysdeps/i386/fpu/libm-test-ulps: Update.
54141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
54144         Don't expect fegetround reference in libm.so.
54146 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
54148         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
54149         $(config-cflags-nofma).
54151 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
54153         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
54154         * math/auto-libm-test-out: Regenerated.
54156         [BZ #16338]
54157         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
54158         to determine exponent and adjust argument to have exponent of -1.
54159         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
54160         log2.
54161         * math/auto-libm-test-out: Regenerated.
54162         * sysdeps/i386/fpu/libm-test-ulps: Update.
54163         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54165 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
54167         * manual/probes.texi: Remove cases when per-thread arenas are
54168         disabled.
54170 2013-12-18  Andreas Schwab  <schwab@suse.de>
54172         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
54173         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
54174         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
54175         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
54176         * sysdeps/i386/i686/multiarch/Makefile: Update.
54177         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
54179 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
54181         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
54182         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
54184 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
54186         [BZ #15968]
54187         Support TZ transition times < 00:00:00.
54188         This is needed for version-3 tz-format files; it supports time
54189         stamps past 2037 for America/Godthab (the only entry in the tz
54190         database for which this change is relevant).
54191         * manual/time.texi (TZ Variable): Document transition times
54192         from -167:59:59 through -00:00:01.
54193         * time/tzset.c (tz_rule): Time of day is now signed.
54194         (__tzset_parse_tz): Parse negative time of day.
54196         Document TZ transition times >= 25:00:00.
54197         * manual/time.texi (TZ Variable): Document transition times from
54198         25:00:00 through 167:59:59.  These are already supported, and this
54199         support will help with version-3 tz-format files.
54201         * manual/time.texi (TZ Variable): Modernize North America example
54202         to reflect current (i.e., 2007-and-later) daylight saving rules.
54204         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
54206 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
54208         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
54209         * sysdeps/unix/bsd/bits/stat.h: Likewise.
54210         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
54211         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
54212         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
54213         * sysdeps/unix/bsd/bsdstat.h: Likewise.
54214         * sysdeps/unix/bsd/clock.c: Likewise.
54215         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
54216         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
54217         * sysdeps/unix/bsd/init-posix.c: Likewise.
54218         * sysdeps/unix/bsd/poll.c: Likewise.
54219         * sysdeps/unix/bsd/ptsname.c: Likewise.
54220         * sysdeps/unix/bsd/seekdir.c: Likewise.
54221         * sysdeps/unix/bsd/setegid.c: Likewise.
54222         * sysdeps/unix/bsd/seteuid.c: Likewise.
54223         * sysdeps/unix/bsd/setgid.c: Likewise.
54224         * sysdeps/unix/bsd/setrgid.c: Likewise.
54225         * sysdeps/unix/bsd/setruid.c: Likewise.
54226         * sysdeps/unix/bsd/setsid.c: Likewise.
54227         * sysdeps/unix/bsd/setuid.c: Likewise.
54228         * sysdeps/unix/bsd/sigaction.c: Likewise.
54229         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
54230         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
54231         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
54232         * sysdeps/unix/bsd/telldir.c: Likewise.
54233         * sysdeps/unix/bsd/times.c: Likewise.
54234         * sysdeps/unix/bsd/usleep.c: Likewise.
54236         * misc/Makefile (install-lib): Remove libbsd-compat.a.
54237         ($(objpfx)libbsd-compat.a): Remove rule.
54239         * include/features.h (__FAVOR_BSD): Do not define.
54240         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
54241         features conflicting with POSIX.
54242         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
54243         (_BSD_SOURCE): Remove description of not being a subset of other
54244         feature test macros.
54245         * manual/job.texi (getpgrp): Do not document BSD version.
54246         (getpgid): Do not document by reference to BSD getpgrp.
54247         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
54248         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
54249         * signal/signal.h [__FAVOR_BSD]: Likewise.
54250         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
54251         instead of making contents conditional on [__FAVOR_BSD].
54252         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
54254 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54256         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54258 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
54260         [BZ #16314]
54261         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
54262         values below 2**-450, not 2**-500.
54263         * math/auto-libm-test-in: Don't allow spurious underflow from
54264         hypot.
54265         * math/auto-libm-test-out: Regenerated.
54267         [BZ #16316]
54268         [BZ #16330]
54269         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
54270         values of ha and hb and sort them after adjusting subnormal
54271         arguments.
54272         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
54273         Likewise.
54274         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
54275         values of ea and eb and sort them after adjusting subnormal
54276         arguments.
54277         * math/auto-libm-test-in: Do not expect some hypot tests of
54278         subnormals to fail.  Add more hypot tests.
54279         * math/auto-libm-test-out: Regenerated.
54281 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
54283         [BZ #13304]
54284         * sysdeps/sh/s_fma.c: New file.
54285         * sysdeps/sh/s_fmaf.c: New file.
54286         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
54287         version.
54288         * sysdeps/sh/Implies: Add sh/soft-fp.
54290 2013-12-16  Roland McGrath  <roland@hack.frob.com>
54292         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
54293         level of indirection to members `objname', `errstring', `malloced'.
54294         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
54295         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
54296         it as the __longjmp argument (just pass 1 instead).
54297         (_dl_catch_error): Initialize C with argument pointers and address of
54298         volatile local ERRCODE rather than copying values out of C at return.
54300 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
54302         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
54303         * math/auto-libm-test-out: Regenerated.
54304         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
54305         (hypot_test_data): Likewise.
54306         (pow_test_data): Likewise.
54307         (pow_tonearest_test_data): Likewise.
54308         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54309         mpfr_ff_f.
54310         (func_calc_desc): Add mpfr_ff_f union field.
54311         (FUNC_mpfr_ff_f): New macro.
54312         (test_functions): Add atan2, hypot and pow.
54313         (special_fill_min): New function.
54314         (special_fill_minus_min): Likewise.
54315         (special_fill_min_subnorm): Likewise.
54316         (special_fill_minus_min_subnorm): Likewise.
54317         (special_real_inputs): Add min, -min, min_subnorm and
54318         -min_subnorm.
54319         (calc_generic_results): Handle mpfr_ff_f.
54320         * sysdeps/i386/fpu/libm-test-ulps: Update.
54321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54323 2013-12-16  Will Newton  <will.newton@linaro.org>
54325         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
54326         (Aligned Memory Blocks): Add documentation for aligned_alloc
54327         and suggest it as an alternative to posix_memalign.
54328         (Hooks for Malloc): Document __memalign_hook is also called
54329         for aligned_alloc.  (Summary of Malloc): Add summary for
54330         aligned alloc.  Document __memalign_hook is also called
54331         for aligned_alloc.
54333 2013-12-16  Will Newton  <will.newton@linaro.org>
54335         * manual/memory.texi (Malloc Examples): Clarify default
54336         alignment documentation.  Suggest posix_memalign rather
54337         than memalign or valloc.
54338         (Aligned Memory Blocks): Remove suggestion to use memalign
54339         or valloc.  Remove obsolete comment about BSD.
54340         Document memalign errno values and mark the function obsolete.
54341         Document posix_memalign returned error codes.  Mark valloc
54342         as obsolete.  (Hooks for Malloc): __memalign_hook is also
54343         called for posix_memalign and valloc.
54344         (Summary of Malloc): Add posix_memalign to function summary.
54345         __memalign_hook is also called for posix_memalign and valloc.
54347 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
54349         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
54350         TAYLOR_SIN.
54351         (__sin): Adjust.
54352         (__cos): Likewise.
54353         (sloww): Use mynumber union.  Expand ternary operator into
54354         if-else statements.
54355         (cslow): use mynumber union.
54357 2013-12-16  Allan McRae  <allan@archlinux.org>
54359         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
54360         * configure: Regenerated.
54362         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
54364         [BZ #14120]
54365         * configure.ac: Added --enable-maintainer-mode. Check for
54366         autoconf when enabled.
54367         * configure: Regenerated.
54369         * nscd/nscd.service: New file.
54370         * nscd/nscd.tmpfiles: New file.
54372 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
54374         [BZ #12100]
54375         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
54376         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
54377         * sysdeps/x86_64/multiarch/strstr.c: ... here.
54378         (strstr): Add __strstr_sse2_unaligned ifunc.
54379         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
54380         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
54381         (strcasestr): Remove __strcasestr_sse42 ifunc.
54382         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
54383         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
54384         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
54386 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
54388         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
54389         * sysdeps/sh/bits/fenv.h: ... here.
54390         * sysdeps/sh/sh4/fpu/bits: Remove directory.
54392 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54394         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
54396         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
54397         hypotf multiarch implementations.
54398         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
54399         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
54400         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
54401         multiarch hypot for PPC64.
54402         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
54403         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
54404         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
54405         multiarch hypotf for PPC64.
54407         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
54408         modff multiarch implementations.
54409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
54410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
54411         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
54412         multiarch modf for PPC64.
54413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
54414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
54415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
54416         multiarch modff for PPC64.
54418         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
54419         and logl multiarch implementations.
54420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
54421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
54422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
54423         multiarch logb for PPC64.
54424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
54425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
54426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
54427         multiarch logb for PPC64.
54428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
54429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
54430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
54431         multiarch logb for PPC64.
54433         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
54434         isinff multiarch implementation.
54435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
54436         file.
54437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
54438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
54439         multiarch isinf for PPC64.
54440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
54441         file.
54442         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
54443         multiarch isinff for PPC64.
54445         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
54446         finitef multiarch implementation.
54447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
54448         file.
54449         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
54450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
54451         multiarch finite for PPC64.
54452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
54453         file.
54454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
54455         multiarch finitef for PPC64.
54457         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
54458         lrint multiarch implementation.
54459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
54460         file.
54461         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
54462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
54463         multiarch llrint for PPC64.
54464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
54465         multiarch lrint for PPC64.
54467         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
54468         copysignf multiarch implementation.
54469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
54470         file.
54471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
54472         file.
54473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
54474         multiarch copysign for PPC64.
54475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
54476         multiarch copysignf for PPC64.
54478         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
54479         multiarch implementation.
54480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
54481         file.
54482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
54483         file.
54484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
54485         file.
54486         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
54487         file.
54488         multiarch llround for PPC64.
54489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
54490         multiarch trunc for PPC64.
54491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
54492         multiarch truncf for PPC64.
54494         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
54495         multiarch implementation.
54496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
54497         file.
54498         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
54499         file.
54500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
54501         file.
54502         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
54503         file.
54504         multiarch llround for PPC64.
54505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
54506         multiarch round for PPC64.
54507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
54508         multiarch roundf for PPC64.
54510         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
54511         multiarch implementation.
54512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
54513         file.
54514         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
54515         file.
54516         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
54517         file.
54518         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
54519         file.
54520         multiarch llround for PPC64.
54521         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
54522         multiarch floor for PPC64.
54523         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
54524         multiarch floorf for PPC64.
54526         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
54527         multiarch implementation.
54528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
54529         file.
54530         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
54531         file.
54532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
54533         file.
54534         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
54535         file.
54536         multiarch llround for PPC64.
54537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
54538         multiarch ceil for PPC64.
54539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
54540         multiarch ceilf for PPC64.
54542         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
54543         multiarch implementation.
54544         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
54545         file.
54546         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
54547         file.
54548         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
54549         file.
54550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
54551         multiarch llround for PPC64.
54552         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
54553         multiarch lround for PPC64.
54555         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
54556         multiarch implementation.
54557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
54558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
54559         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
54560         file.
54561         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
54562         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
54563         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
54564         multiarch isnan for PPC64.
54565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
54566         multiarch isnanf for PPC64.
54568         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
54569         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
54570         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
54571         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
54572         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
54573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
54575         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
54576         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
54577         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
54578         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
54580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
54581         multiarch implementations.
54582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54583         (__libc_ifunc_impl_list): Likewise.
54584         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
54585         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
54586         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
54587         multiarch stpcpy for PPC64.
54589         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
54590         multiarch implementations.
54591         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54592         (__libc_ifunc_impl_list): Likewise.
54593         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
54594         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
54595         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
54596         multiarch strcpy for PPC64.
54598         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
54599         redefine function name.
54600         (_wordcopy_fwd_dest_aligned): Likewise.
54601         (_wordcopy_bwd_aligned): Likewise.
54602         (_wordcopy_bwd_dest_aligned): Likewise.
54603         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
54604         multiarch implementations.
54605         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54606         (__libc_ifunc_impl_list): Likewise.
54607         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
54608         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
54609         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
54610         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
54611         multiarch wcscpy for PPC64.
54613         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
54614         multiarch implementations.
54615         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54616         (__libc_ifunc_impl_list): Likewise.
54617         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
54618         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
54619         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
54620         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
54621         multiarch wcscpy for PPC64.
54623         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
54624         multiarch implementations.
54625         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54626         (__libc_ifunc_impl_list): Likewise.
54627         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
54628         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
54629         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
54630         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
54631         multiarch wcsrchr for PPC64.
54633         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
54634         multiarch implementations.
54635         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54636         (__libc_ifunc_impl_list): Likewise.
54637         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
54638         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
54639         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
54640         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
54641         multiarch wcschr for PPC64.
54643         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
54644         multiarch implementations.
54645         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54646         (__libc_ifunc_impl_list): Likewise.
54647         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
54648         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
54649         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
54650         multiarch strchrnul for PPC64.
54652         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
54653         implementations.
54654         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54655         (__libc_ifunc_impl_list): Likewise.
54656         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
54657         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
54658         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
54659         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
54660         strchr for PPC64.
54662         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
54663         implementations.
54664         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54665         (__libc_ifunc_impl_list): Likewise.
54666         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
54667         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
54668         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
54669         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
54670         strncmp for PPC64.
54672         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
54673         multiarch implementations.
54674         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54675         (__libc_ifunc_impl_list): Likewise.
54676         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
54677         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
54678         strncasecmp for PPC64.
54679         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
54680         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
54681         multiarch strncasecmp_l for PPC64.
54683         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
54684         multiarch implementations.
54685         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
54686         (__libc_ifunc_impl_list): Likewise.
54687         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
54688         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
54689         multiarch strcasecmp for PPC64.
54690         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
54691         file.
54692         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
54693         multiarch strcasecmp_l for PPC64.
54695         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
54696         implementations.
54697         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54698         (__libc_ifunc_impl_list): Likewise.
54699         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
54700         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
54701         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
54702         strnlen for PPC64.
54704         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
54705         implementations.
54706         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54707         (__libc_ifunc_impl_list): Likewise.
54708         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
54709         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
54710         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
54711         strlen for PPC64.
54713         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
54714         implementations.
54715         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54716         (__libc_ifunc_impl_list): Likewise.
54717         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
54718         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
54719         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
54720         rawmemrchr for PPC64.
54722         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
54723         implementation.
54724         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54725         (__libc_ifunc_impl_list): Likewise.
54726         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
54727         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
54728         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
54729         memrchr for PPC64.
54731         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
54732         implementation.
54733         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54734         (__libc_ifunc_impl_list): Likewise.
54735         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
54736         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
54737         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
54738         memchr for PPC64.
54740         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
54741         implementation.
54742         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54743         (__libc_ifunc_impl_list): Likewise.
54744         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
54745         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
54746         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
54747         mempcpy for PPC64.
54749         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
54750         avoid cretion of __bzero symbol.
54751         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
54752         Likewise.
54753         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
54754         Likewise.
54755         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
54756         Likewise.
54757         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
54758         multiarch implementations.
54759         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54760         (__libc_ifunc_impl_list): Likewise.
54761         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
54762         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
54763         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
54764         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
54765         bzero for PPC32.
54766         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
54767         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
54768         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
54769         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
54770         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
54771         memset for PPC64.
54772         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
54774         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
54775         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
54776         implementations.
54777         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
54778         (__libc_ifunc_impl_list): Likewise.
54779         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
54780         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
54781         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
54782         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
54783         memcmp for PPC64.
54785         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
54786         multiarch for POWER/PPC64.
54787         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
54788         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
54789         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
54790         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
54791         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
54792         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
54793         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
54794         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
54795         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
54796         memcpy for PPC64.
54798         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
54799         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
54800         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
54801         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
54802         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
54803         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
54804         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
54805         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
54806         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
54807         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
54808         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
54809         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
54810         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
54811         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
54812         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
54813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
54814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
54815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
54816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
54817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
54818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
54819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
54821 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
54823         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
54825 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
54827         * benchtests/Makefile (bench): Add exp2 and log2.
54828         (LDLIBS-bench-exp2): Add -lm.
54829         (LDLIBS-bench-log2): Likewise.
54830         * benchtests/exp2-inputs: New inputs file.
54831         * benchtests/log2-inputs: New inputs file.
54832         * benchtests/log-inputs: Add new inputs.
54833         * benchtests/tan-inputs: Likewise.
54835 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
54837         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
54838         definition...
54839         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
54840         (csloww2): ... from here.
54842         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
54843         instead of structures.
54844         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
54845         (POLYNOMIAL): Likewise.
54846         (TAYLOR_SLOW): Likewise.
54847         (__sin): Likewise.
54848         (__cos): Likewise.
54849         (slow1): Likewise.
54850         (slow2): Likewise.
54851         (sloww): Likewise.
54852         (sloww1); Likewise.
54853         (sloww2): Likewise.
54854         (bsloww1): Likewise.
54855         (bsloww2): Likewise.
54856         (cslow2): Likewise.
54857         (csloww): Likewise.
54858         (csloww1): Likewise.
54859         (csloww2): Likewise.
54861 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
54863         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
54864         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
54865         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
54866         * malloc/hooks.c (realloc_check): Likewise.
54868         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
54869         * malloc/arena.c: Remove PER_THREAD conditional.
54870         [!PER_THREAD]: Remove code.
54871         (ptmalloc_unlock_all2): Likewise.
54872         (ptmalloc_init): Likewise.
54873         (_int_new_arena): Likewise.
54874         (arena_get2): Likewise.
54875         * malloc/hooks.c (__malloc_get_state): Likewise.
54876         (__malloc_set_state): Likewise.
54877         * malloc/malloc.c: Likewise.
54878         (struct malloc_state): Likewise.
54879         (struct malloc_par): Likewise.
54880         (__libc_realloc): Likewise.
54881         (__libc_mallopt): Likewise.
54883 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54885         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
54887 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
54889         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
54890         macro to a function.  Check for zero perturb_byte.
54891         (_int_malloc, _int_free): Remove zero perturb_byte checks.
54893         * malloc/malloc.c: (force_reg): Remove.
54894         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
54895         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
54896         force_reg by atomic_forced_read.
54897         * malloc/arena.c (ptmalloc_init): Likewise.
54898         * malloc/hooks.c (top_check): Likewise.
54900 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54902         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54904 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
54906         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
54908 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
54910         * math/auto-libm-test-in: Add tests of lgamma.
54911         * math/auto-libm-test-out: Regenerated.
54912         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
54913         (M_LOG_2_SQRT_PIl): Likewise.
54914         (lgamma_test_data): Use AUTO_TESTS_f_f1.
54915         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54916         mpfr_f_f1.
54917         (func_calc_desc): Add mpfr_f_f1 union field.
54918         (ARGS1): New macro.
54919         (ARGS2): Likewise.
54920         (ARGS3): Likewise.
54921         (ARGS4): Likewise.
54922         (RET1): Likewise.
54923         (RET2): Likewise.
54924         (CALC): Likewise.
54925         (FUNC): Likewise.
54926         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
54927         (test_functions): Add lgamma.
54928         (calc_generic_results): Handle mpfr_f_f1.
54929         * sysdeps/i386/fpu/libm-test-ulps: Update.
54930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54932 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54934         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
54935         __mpn_add_n for PowerPC64/POWER7.
54936         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
54937         __mpn_sub_n for PowerPC64/POWER7.
54939         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
54940         __mpn_addmul_1 for PowerPC64.
54941         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
54942         __mpn_submul_1 for PowerPC64.
54943         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
54944         for PowerPC64.
54945         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
54946         for PowerPC64.
54948 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
54950         [BZ #15089]
54951         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
54953 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54955         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
54957         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
54958         add multiarch folders.
54959         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
54960         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
54961         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
54962         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
54963         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
54964         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
54965         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
54966         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
54967         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
54968         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
54969         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
54970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
54971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
54972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
54973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
54974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
54975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
54977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
54978         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
54979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
54980         New file.
54981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
54982         New file.
54983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
54984         multiarch __ieee754_hypot for PowerPC32.
54985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
54986         New file.
54987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
54988         New file.
54989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
54990         multiarch __ieee754_hypotf for PowerPC32.
54992         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
54993         long_double_symbol only if __logbl is defined.
54994         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
54995         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
54996         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
54997         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
54998         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
54999         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
55000         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
55001         path for implementation.
55002         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
55003         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
55004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
55005         logb, and logbl multiarch implementations for PowerPC32.
55006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
55007         file.
55008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
55009         file.
55010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
55011         multiarch logb for PowerPC32.
55012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
55013         file.
55014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
55015         file.
55016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
55017         multiarch logbf for PowerPC32.
55018         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
55019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
55020         file.
55021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
55022         multiarch logbl implementation for PowerPC32.
55024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
55025         and modff multiarch implementations.
55026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
55027         New file.
55028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
55029         New file.
55030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
55031         multiarch modf for PowerPC32.
55032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
55033         New file.
55034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
55035         New file.
55036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
55037         multiarch modff for PowerPC32.
55039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
55040         and lrintf multiarch implementations.
55041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
55042         New file.
55043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
55044         New file.
55045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
55046         multiarch lrint for PowerPC32.
55047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
55048         file: multiarch lrintf for PowerPC32.
55050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
55051         and lroundf multiarch implementations.
55052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
55053         New file.
55054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
55055         New file.
55056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
55057         New file.
55058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
55059         multiarch lround for PowerPC32.
55060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
55061         file: multiarch lroundf for PowerPC32.
55063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
55064         copysign and copysignf multiarch implementations.
55065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
55066         New file.
55067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
55068         New file.
55069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
55070         file: multiarch copysign for PowerPC32.
55071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
55072         file: multiarch copysignf for PowerPC32.
55074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
55075         and truncf multiarch implementations.
55076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
55077         New file.
55078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
55079         file.
55080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
55081         multiarch trunc for PowerPC32.
55082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
55083         New file.
55084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
55085         New file.
55086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
55087         multiarch truncf for PowerPC32.
55089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
55090         and roundf multiarch implementations.
55091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
55092         New file.
55093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
55094         file.
55095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
55096         multiarch round for PowerPC32.
55097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
55098         New file.
55099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
55100         New file.
55101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
55102         multiarch roundf for PowerPC32.
55104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
55105         and floorf multiarch implementations.
55106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
55107         New file.
55108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
55109         file.
55110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
55111         multiarch floor for PowerPC32.
55112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
55113         New file.
55114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
55115         New file.
55116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
55117         multiarch floorf for PowerPC32.
55119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
55120         and ceilf multiarch implementations.
55121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
55122         New file.
55123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
55124         file.
55125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
55126         multiarch ceil for PowerPC32.
55127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
55128         New file.
55129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
55130         file.
55131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
55132         multiarch ceilf for PowerPC32.
55134         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
55135         is defined.
55136         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
55137         FINITEF is defined.
55138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
55139         and finitef multiarch implementations.
55140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
55141         New file.
55142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
55143         file.
55144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
55145         multiarch finite for PowerPC32.
55146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
55147         New file.
55148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
55149         file: multiarch finitef for PowerPC32.
55151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
55152         and isinff multiarch implementations.
55153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
55154         file.
55155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
55156         file.
55157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
55158         multiarch isinf for PowerPC32.
55159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
55160         New file.
55161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
55162         multiarch isinff for PowerPC32.
55164         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
55165         alias when __isnan is defined.
55166         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
55167         and isnanf multiarch implementations.
55168         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
55169         file.
55170         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
55171         file.
55172         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
55173         file.
55174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
55175         file.
55176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
55177         multiarch isnan for PowerPC32.
55178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
55179         New file.
55180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
55181         New file.
55182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
55183         multiarch isnanf for PowerPC32.
55185         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
55186         and sqrtf multiarch implementations.
55187         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
55188         file.
55189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
55190         file.
55191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
55192         multiarch sqrt for PowerPC32.
55193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
55194         file.
55195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
55196         file.
55197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
55198         multiarch sqrtf for PowerPC32.
55200         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
55201         and llroundf multiarch implementations.
55202         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
55203         New file.
55204         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
55205         New file.
55206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
55207         New file.
55208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
55209         file: multiarch llround for PowerPC32.
55210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
55211         file: multiarch llroundf for PowerPC32.
55213         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
55214         multiarch PowerPC32 fpu implementations.
55215         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
55216         New file.
55217         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
55218         New file.
55219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
55220         multiarch llrint for PowerPC32.
55221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
55222         New file.
55223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
55224         New file.
55225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
55226         file.
55228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
55230         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
55231         file.
55232         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
55233         file.
55234         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
55235         file.
55236         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
55237         multiarch wordcopy for PPC32.
55238         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
55239         wordcopy objects.
55240         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55241         (__libc_ifunc_impl_list): Likewise.
55242         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
55243         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
55244         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
55245         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
55246         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
55247         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
55249         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
55250         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
55251         file.
55252         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
55253         file.
55254         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
55255         file.
55256         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
55257         multiarch wcscpy for PPC32.
55258         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
55259         multiarch objects.
55260         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55261         (__libc_ifunc_impl_list): Likewise.
55262         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
55263         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
55264         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
55265         sysdeps/powerpc/power6/wcscpy.c.
55267         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
55268         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
55269         file.
55270         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
55271         file.
55272         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
55273         file.
55274         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
55275         multiarch wcsrchr for PPC32.
55276         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
55277         multiarch objects.
55278         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55279         (__libc_ifunc_impl_list): Likewise.
55280         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
55281         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
55282         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
55283         sysdeps/powerpc/power6/wcsrchr.c.
55285         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
55286         file.
55287         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
55288         file.
55289         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
55290         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
55291         multiarch wcschr for PPc32.
55292         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
55293         multiarch objects.
55294         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55295         (__libc_ifunc_impl_list): Likewise.
55296         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
55297         * sysdeps/powerpc/power6/wcschr.c: ... to here.
55298         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
55299         sysdeps/powerpc/power6/wcschr.c.
55301         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
55302         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
55303         file.
55304         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
55305         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
55306         file: multiarch strchr for PPC32.
55307         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
55308         multiarch objects.
55309         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55310         (__libc_ifunc_impl_list): Likewise.
55312         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
55313         name.
55314         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
55315         file.
55316         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
55317         file.
55318         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
55319         multiarch strchrnul for PPC32.
55320         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
55321         multiarch objects.
55322         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55323         (__libc_ifunc_impl_list): Likewise.
55325         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
55326         file.
55327         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
55328         multiarch strncasecmp for PPC32.
55329         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
55330         file.
55331         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
55332         multiarch strncasecmp_l for PPC32.
55333         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
55334         strncasecmp multiarch objects.
55335         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55336         (__libc_ifunc_impl_list): Likewise.
55338         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
55339         file.
55340         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
55341         multiarch strncasecmp for PPC32.
55342         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
55343         New file.
55344         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
55345         multiarch strcasecmp_l for PPC32.
55346         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
55347         multiarch objects.
55348         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55349         (__libc_ifunc_impl_list): Likewise.
55351         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
55352         file.
55353         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
55354         file.
55355         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
55356         multiarch strncmp for PPC32.
55357         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
55358         multiarch objects.
55359         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55360         (__libc_ifunc_impl_list): Likewise.
55362         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
55363         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
55364         file.
55365         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
55366         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
55367         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
55368         multiarch objects.
55369         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55370         (__libc_ifunc_impl_list): Likewise.
55372         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
55373         file.
55374         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
55375         file.
55376         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
55377         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
55378         multiarch objects.
55379         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55380         (__libc_ifunc_impl_list): Likewise.
55382         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
55383         file.
55384         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
55385         file.
55386         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
55387         multiarch rawmemchr for PPC32.
55388         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
55389         multiarch objects.
55390         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55391         (__libc_ifunc_impl_list): Likewise.
55393         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
55394         file.
55395         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
55396         file.
55397         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
55398         file: memrchr multiarch for PPC32.
55399         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
55400         multiarch objects.
55401         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55402         (__libc_ifunc_impl_list): Likewise.
55404         * string/memchr.c (__memchr): Using macro to redefine symbol name.
55405         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
55406         file.
55407         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
55408         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
55409         multiarch memchr for PPC32.
55410         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
55411         multiarch objects.
55412         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
55413         (__libc_ifunc_impl_list): Likewise.
55415         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
55416         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
55417         file.
55418         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
55419         file.
55420         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
55421         file: multiarch mempcpy for PPC32.
55422         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
55423         multiarch objects.
55424         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
55425         (__libc_ifunc_impl_list): Likewise.
55427         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
55428         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
55429         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
55430         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
55431         multiarch bzero for PPC32.
55432         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
55433         file.
55434         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
55435         file.
55436         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
55437         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
55438         file: multiarch memset for PPC32.
55439         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
55440         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
55441         memset multiarch objects.
55442         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
55443         (__libc_ifunc_impl_list): Likewise.
55445         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
55446         file.
55447         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
55448         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
55449         memcmp for PPC32.
55450         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
55451         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
55452         multiarch objects.
55453         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
55454         (__libc_ifunc_impl_list): Likewise.
55456         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
55457         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
55458         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
55459         file.
55460         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
55461         file.
55462         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
55463         file.
55464         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
55465         multiarch memcpy for PPC32.
55466         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
55467         multiarch objects.
55468         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
55469         (__libc_ifunc_impl_list): Likewise.
55471         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
55472         support multiarch for POWER/PPC32.
55473         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
55474         Likewise.
55475         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
55476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
55477         Implies file to make multiarch folder appers before the fpu and
55478         default folder for power4 configuration.
55480 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
55482         * scripts/bench.pl: Append volatile keyword to type.
55484 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55486         * sysdeps/sh/sotruss-lib.c: New file.
55487         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
55489 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
55493 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
55495         [BZ #6810]
55496         * math/w_tgamma.c: Include <errno.h>.
55497         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
55498         * math/w_tgammaf.c: Include <errno.h>.
55499         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
55500         * math/w_tgammal.c: Include <errno.h>.
55501         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
55502         * math/auto-libm-test-in: Do not allow missing errno on tgamma
55503         underflow.  Add more tgamma tests.
55504         * math/auto-libm-test-out: Regenerated.
55505         * sysdeps/i386/fpu/libm-test-ulps: Update.
55506         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55508         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
55509         sin, sinh, tan, tanh, tgamma, y0 and y1.
55510         * math/auto-libm-test-out: Regenerated.
55511         * math/libm-test.inc (TEST_COND_x86_64): New macro.
55512         (TEST_COND_x86): Likewise.
55513         (M_E2l): Remove macro.
55514         (M_E3l): Likewise.
55515         (M_2_SQRT_PIl): Likewise.
55516         (M_SQRT_PIl): Likewise.
55517         (M_1_DIV_El): Likewise.
55518         (log_test_data): Use AUTO_TESTS_f_f.
55519         (log10_test_data): Likewise.
55520         (log1p_test_data): Likewise.
55521         (log2_test_data): Likewise.
55522         (sin_test_data): Likewise.
55523         (sin_tonearest_test_data): Likewise.
55524         (sin_towardzero_test_data): Likewise.
55525         (sin_downward_test_data): Likewise.
55526         (sin_upward_test_data): Likewise.
55527         (sinh_test_data): Likewise.
55528         (sinh_tonearest_test_data): Likewise.
55529         (sinh_towardzero_test_data): Likewise.
55530         (sinh_downward_test_data): Likewise.
55531         (sinh_upward_test_data): Likewise.
55532         (tan_test_data): Likewise.
55533         (tan_tonearest_test_data): Likewise.
55534         (tan_towardzero_test_data): Likewise.
55535         (tan_downward_test_data): Likewise.
55536         (tan_upward_test_data): Likewise.
55537         (tanh_test_data): Likewise.
55538         (tgamma_test_data): Likewise.
55539         (y0_test_data): Likewise.
55540         (y1_test_data): Likewise.
55541         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
55542         (special_real_inputs): Add pi/4.
55543         * sysdeps/i386/fpu/libm-test-ulps: Update.
55544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55546 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55548         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
55549         "longjmp_target" static probes.
55550         (__longjmp): Rename to __longjmp_symbol.
55551         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
55552         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
55553         on which longjmp to generate.
55554         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
55555         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
55556         probe.
55557         (__sigsetjmp): Rename to __sigsetjmp_symbol.
55558         (__sigjmp_save): Rename to __sigjmp_save_symbol.
55559         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
55560         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
55561         and __sigjmp_save_symbol based on which sigsetjmp to generated.
55562         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
55563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
55564         __longjmp_symbol based on which __longjmp to generate.
55565         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
55566         probe.
55567         (setjmp): Rename to setjmp_symbol.
55568         (__sigsetjmp): Rename to __sigsetjmp_symbol.
55569         (_setjmp): Rename to _setjmp_symbol.
55570         (__sigsetjmp): Rename to __sigsetjmp_symbol.
55571         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
55572         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
55573         which setjmp to generate.
55574         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
55575         "longjmp_target" static probes.
55577 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
55579         * benchtests/README: Add note about output arguments.
55580         * benchtests/bench-sincos.c: Remove file.
55581         * benchtests/sincos-inputs: New file.
55582         * scripts/bench.pl: Identify output arguments and define
55583         static variables for them.
55585         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
55587         [BZ #15941]
55588         * Makefile (INSTALL): Add install-plain.texi as the primary
55589         dependency.
55590         * manual/install-plain.texi: New file.
55591         * manual/install.texi: Include node directive only for
55592         non-plaintext output.
55594 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
55596         * stdlib/longlong.h: Update from GCC.
55598         [BZ #6807]
55599         [BZ #15901]
55600         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
55601         * math/w_j0f.c (y0f): Likewise.
55602         * math/w_j0l.c (__y0l): Likewise.
55603         * math/w_j1.c (y1): Likewise.
55604         * math/w_j1f.c (y1f): Likewise.
55605         * math/w_j1l.c (__y1l): Likewise.
55606         * math/w_jn.c (yn): Likewise.
55607         * math/w_jnf.c (ynf): Likewise.
55608         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
55609         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
55610         value for Bessel function domain errors outside _SVID_ mode.
55611         Adjust sign of return value for yn (negative integer, 0).
55612         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
55613         by zero in return for negative x and set sign appropriately for
55614         negative n.
55615         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
55616         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
55617         * math/libm-test.inc (y0_test_data): Add more tests and adjust
55618         expectations in error cases.
55619         (y1_test_data): Likewise.
55620         (yn_test_data): Likewise.
55621         * sysdeps/i386/fpu/libm-test-ulps: Update.
55622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55624 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
55626         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
55627         "64" to "64-v1".  Add "64-v2".
55628         (abi-64-options): Rename to ...
55629         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
55630         (abi-64-condition): Rename to ...
55631         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
55632         (abi-64-ld-soname): Rename to ...
55633         (abi-64-v1-ld-soname): ... this.
55634         (abi-64-v2-options): Define.
55635         (abi-64-v2-condition): Likewise.
55636         (abi-64-v2-ld-soname): Likewise.
55637         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
55638         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
55639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
55640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
55641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
55643 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
55644             Alan Modra  <amodra@gmail.com>
55646         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
55647         New versions for use with the ELFv2 ABI.
55648         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
55649         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
55650         declaration.
55651         (struct La_ppc64v2_retval): Likewise.
55652         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
55653         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
55654         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
55655         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
55656         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
55657         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55658         Do not save or restore CR.
55659         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
55660         (_dl_profile_resolve): Do no save or restore CR.  Support extended
55661         return values for ELFv2 ABI.  Fix location of FPR return registers.
55662         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
55663         updated values for _CALL_ELF == 2.
55664         (La_regs, La_retval, int_retval): Likewise.
55666 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
55668         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
55669         (FRAME_MIN_SIZE_PARM): Likewise.
55670         (FRAME_BACKCHAIN): Likewise.
55671         (FRAME_CR_SAVE): Likewise.
55672         (FRAME_LR_SAVE): Likewise.
55673         (FRAME_TOC_SAVE): Likewise.
55674         (FRAME_PARM_SAVE): Likewise.
55675         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
55676         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
55677         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
55678         (call_mcount_parm_offset): New macro.
55679         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
55680         (PROF): Use symbolic stack frame offsets.
55681         (TAIL_CALL_SYSCALL_ERROR): Likewise.
55682         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
55683         Redefine in terms of FRAME_MIN_SIZE.
55684         (_dl_runtime_resolve): Use symbolic stack frame offsets.
55685         (_dl_profile_resolve): Likewise.  Update comment.
55686         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
55687         symbols stack frame offsets.
55688         (__sigsetjmp): Likewise.
55689         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
55690         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
55691         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
55692         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
55694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
55695         (FRAME_BACKCHAIN): Remove.
55696         (FRAME_CR_SAVE): Likewise.
55697         (FRAME_LR_SAVE): Likewise.
55698         (FRAME_COMPILER_DW): Likewise.
55699         (FRAME_LINKER_DW): Likewise.
55700         (FRAME_TOC_SAVE): Likewise.
55701         (FRAME_PARM_SAVE): Likewise.
55702         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
55703         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
55704         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
55705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
55706         (CHECK_SP): Use symbolic stack frame offsets.
55707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
55708         zone" instead of caller's parameter save area for temp storage.
55709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55710         Likewise.  Also, use symbolic stack frame offsets.
55711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
55712         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
55713         our own stack frame instead of the caller's.
55714         (__socket): Use symbolic stack frame offsets.
55716 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
55717             Alan Modra  <amodra@gmail.com>
55719         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
55720         Define.
55721         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
55722         (PPC64_LOCAL_ENTRY_OFFSET): Define.
55723         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
55724         New function.
55725         (elf_machine_fixup_plt): Call it.
55726         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
55727         reloc arguments.
55728         (elf_machine_rela): Update call to elf_machine_plt_conflict.
55729         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
55730         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
55731         r2 before calling target.
55733 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
55734             Alan Modra  <amodra@gmail.com>
55736         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
55737         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
55738         versions of macros to support ELFv2 ABI.
55739         (LOCALENTRY): New macro.
55740         (ENTRY, EALIGN): Use it.
55741         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
55742         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
55743         fall through into ENTRY entry point.
55744         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
55745         Only define if _CALL_ELF != 2.
55747         (elf_machine_matches_host): Verify ABI version matches.
55748         (RTLD_START): Use LOCALENTRY.
55749         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
55750         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
55751         (PLT_ENTRY_WORDS): New macro.
55752         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
55753         (elf_machine_runtime_setup): Support ELFv2 ABI.
55754         (elf_machine_fixup_plt): Likewise.
55755         (elf_machine_plt_conflict): Likewise.
55756         (resolve_ifunc): Likewise.
55757         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
55758         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
55759         Likewise.
55760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
55761         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
55762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55763         (makecontext): Support ELFv2 ABI.
55764         * elf/elf.h (EF_PPC64_ABI): Define.
55766 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
55768         * sysdeps/powerpc/powerpc64/sysdep.h
55769         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
55770         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
55771         (ENTRY) [ASSEMBLER]: ... but instead here ...
55772         (EALIGN) [ASSEMBLER]: ... and here.
55773         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
55774         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
55775         (ENTRY_2) [!ASSEMBLER]: Use it.
55776         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
55777         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
55778         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
55779         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
55780         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
55781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
55782         Use PPC64_LOAD_FUNCPTR.
55784         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
55786 2013-12-04  Alan Modra  <amodra@gmail.com>
55788         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
55789         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
55790         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
55791         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
55793         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
55794         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
55795         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
55796         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
55797         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
55798         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
55800 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
55802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55803         (__makecontext): Fix incorrect CFI when backtracing out of
55804         context created via makecontext.
55805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
55806         (__setcontext): Fix incorrect CFI during switch to new context.
55807         (__novec_setcontext): Likewise.
55809 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
55811         [BZ #4772]
55812         * time/strptime_l.c (__strptime_internal): Allow modifiers
55813         in strptime.
55814         * time/tst-strptime.c (day_tests): Add testcase.
55816 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
55818         * scripts/bench.pl: Skip over blank lines.
55820 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
55822         [BZ #926]
55823         * manual/time.texi (Calendar Time): Clarify what timezone functions
55824         use.
55826 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
55830 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
55832         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
55833         implementation.
55834         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
55835         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
55836         * debug/memset_chk.c (__memset_chk): Likewise.
55837         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
55838         * debug/strncpy_chk.c: Likewise.
55840 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
55842         [BZ #15268]
55843         [BZ #15425]
55844         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
55845         (__ieee754_exp): For possibly underflowing results, check size of
55846         result and force underflow exception if required.
55847         * math/auto-libm-test-in: Add more tests of exp.
55848         * math/auto-libm-test-out: Regenerated.
55849         * sysdeps/i386/fpu/libm-test-ulps: Update.
55850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55852         [BZ #16283]
55853         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
55854         * math/w_exp2f.c (__exp2f): Likewise.
55855         * math/w_exp2l.c (__exp2l): Likewise.
55856         * math/auto-libm-test-in: Do not allow missing errno on exp2
55857         underflow.
55858         * math/auto-libm-test-out: Regenerated.
55860 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
55862         [BZ #16274]
55863         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
55864         handle filename validation.
55865         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
55866         (do_open): Delete.
55868 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
55870         [BZ #6786]
55871         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
55872         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
55873         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
55874         <float.h>.
55875         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
55876         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
55877         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
55878         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
55879         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
55880         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
55881         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
55882         * math/auto-libm-test-in: Don't allow missing errno from erfc.
55883         Add more erfc tests.
55884         * math/auto-libm-test-out: Regenerated.
55885         * sysdeps/i386/fpu/libm-test-ulps: Update.
55886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55888         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
55889         exp2, expm1, j0 and j1.
55890         * math/auto-libm-test-out: Regenerated.
55891         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
55892         (erfc_test_data): Likewise.
55893         (exp_test_data): Likewise.
55894         (exp_tonearest_test_data): Likewise.
55895         (exp_towardzero_test_data): Likewise.
55896         (exp_downward_test_data): Likewise.
55897         (exp_upward_test_data): Likewise.
55898         (exp10_test_data): Likewise.
55899         (exp2_test_data): Likewise.
55900         (expm1_test_data): Likewise.
55901         (j0_test_data): Likewise.
55902         (j1_test_data): Likewise.
55903         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
55904         (input_flag_type): Add flag_xfail_rounding.
55905         (input_flags): Add xfail-rounding.
55906         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
55907         (output_for_one_input_case): Handle flag_xfail_rounding.
55908         * sysdeps/i386/fpu/libm-test-ulps: Update.
55909         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55911 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
55913         [BZ #16289]
55914         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
55915         division by 0.
55917 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
55919         [BZ #16195]
55920         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
55921         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
55922         (STAP_PROBE0): New macro.
55923         (STAP_PROBE1): Likewise.
55924         (STAP_PROBE2): Likewise.
55925         (STAP_PROBE3): Likewise.
55926         (STAP_PROBE4): Likewise.
55928 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
55930         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
55932 2013-12-02  Steve Ellcey  <sellcey@mips.com>
55934         * benchtests/Makefile (bench): Add sqrt.
55935         (LDLIBS-bench-sqrt): New.
55936         * benchtests/sqrt-input: New.
55938 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
55940         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
55941         (GAIH_EAI): Likewise.
55942         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
55943         (gaih_inet): Likewise.
55944         (getaddrinfo): Don't use GAIH_EAI.
55946         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
55947         (struct gaih): Remove definition.
55949 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
55951         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
55952         Use HERRNOP directly.
55954 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55956         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
55958 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
55960         * math/gen-auto-libm-tests.c (test_functions): Add more
55961         single-argument functions.
55962         (special_fill_pi_2): New function.
55963         (special_fill_minus_pi_2): Likewise.
55964         (special_fill_pi_6): Likewise.
55965         (special_fill_minus_pi_6): Likewise.
55966         (special_fill_pi_3): Likewise.
55967         (special_fill_2pi_3): Likewise.
55968         (special_fill_e): Likewise.
55969         (special_fill_1_e): Likewise.
55970         (special_fill_e_minus_1): Likewise.
55971         (special_real_inputs): Add more special inputs.
55972         (output_for_one_input_case): Do not require ERANGE on underflow to
55973         zero if round-to-nearest result does not underflow to zero, unless
55974         exact results required.
55975         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
55976         atan, atanh, cbrt, cos and cosh.
55977         * math/auto-libm-test-out: Regenerated.
55978         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
55979         (acos_tonearest_test_data): Likewise.
55980         (acos_towardzero_test_data): Likewise.
55981         (acos_downward_test_data): Likewise.
55982         (acos_upward_test_data): Likewise.
55983         (acosh_test_data): Likewise.
55984         (asin_test_data): Likewise.
55985         (asin_tonearest_test_data): Likewise.
55986         (asin_towardzero_test_data): Likewise.
55987         (asin_upward_test_data): Likewise.
55988         (asinh_test_data): Likewise.
55989         (atan_test_data): Likewise.
55990         (atanh_test_data): Likewise.
55991         (cbrt_test_data): Likewise.
55992         (cos_test_data): Likewise.
55993         (cos_tonearest_test_data): Likewise.
55994         (cos_towardzero_test_data): Likewise.
55995         (cos_downward_test_data): Likewise.
55996         (cos_upward_test_data): Likewise.
55997         (cosh_test_data): Likewise.
55998         (cosh_tonearest_test_data): Likewise.
55999         (cosh_towardzero_test_data): Likewise.
56000         (cosh_downward_test_data): Likewise.
56001         (cosh_upward_test_data): Likewise.
56002         * sysdeps/i386/fpu/libm-test-ulps: Update.
56003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56005 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
56007         [BZ #6787]
56008         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
56009         * math/w_exp10f.c (__exp10f): Likewise.
56010         * math/w_exp10l.c (__exp10l): Likewise.
56011         * math/libm-test.inc (exp10_test_data): Add more tests and expect
56012         errno settings in existing tests.
56014         [BZ #14032]
56015         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
56016         precision control set to double precision.
56017         * sysdeps/i386/fpu/w_sqrt.c: New file.
56018         * math/auto-libm-test-in: Add more tests.
56019         * math/auto-libm-test-out: Update.
56021         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
56022         (sqrt_test_tonearest): New function.
56023         (sqrt_towardzero_test_data): New variable.
56024         (sqrt_test_towardzero): New function.
56025         (sqrt_downward_test_data): New variable.
56026         (sqrt_test_downward): New function.
56027         (sqrt_upward_test_data): New variable.
56028         (sqrt_test_upward): New function.
56029         (main): Call the new functions.
56031         * math/gen-auto-libm-tests.c: New file.
56032         * math/auto-libm-test-in: Likewise.
56033         * math/auto-libm-test-out: New generated file.
56034         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
56035         variables.
56036         (%beautify): Add generated representations of zero.
56037         (top level): Set $auto_input and call parse_auto_input.
56038         (beautify): Remove trailing "f" from hex float constants.
56039         (parse_args): Handle XFAIL_TEST.
56040         (convert_condition): New function.
56041         (or_value): Likewise.
56042         (or_cond_value): Likewise.
56043         (generate_testfile): Handle AUTO_TESTS_* lines.
56044         (parse_auto_input): New function.
56045         * math/libm-test.inc (XFAIL_TEST): New macro.
56046         (ERRNO_UNCHANGED): Update value.
56047         (ERRNO_EDOM): Likewise.
56048         (ERRNO_ERANGE): Likewise.
56049         (IGNORE_RESULT): Likewise.
56050         (TEST_COND_flt_32): New macro.
56051         (TEST_COND_dbl_64): Likewise.
56052         (TEST_COND_ldbl_96_intel): Likewise.
56053         (TEST_COND_ldbl_96_m68k): Likewise.
56054         (TEST_COND_ldbl_128): Likewise.
56055         (TEST_COND_ldbl_128ibm): Likewise.
56056         (TEST_COND_long32): Likewise.
56057         (TEST_COND_long64): Likewise.
56058         (TEST_COND_before_rounding): Likewise.
56059         (TEST_COND_after_rounding): Likewise.
56060         (enable_test): Handle XFAIL_TEST flag.
56061         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
56062         with finite results.
56063         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
56064         auto-libm-test-out.
56066 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
56067             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56069         [BZ #16214]
56070         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
56071         __tls_get_addr_internal instead of __tls_get_offset in order to
56072         avoid GOT pointer dependency.  Make rtld export
56073         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
56074         __tls_get_addr since we are a __tls_get_offset platform.
56075         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
56076         GOT pointer being set up before.
56077         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
56079 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
56081         * manual/math.texi (Errors in Math Functions): Document accuracy
56082         goals.
56084         [BZ #15004]
56085         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
56086         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
56087         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
56088         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
56089         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
56090         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
56091         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
56092         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
56093         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
56094         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
56095         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
56096         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
56097         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
56098         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
56099         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
56100         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
56102         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
56103         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
56104         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
56105         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
56106         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
56107         Likewise.
56108         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
56109         Likewise.
56110         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
56111         Likewise.
56112         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
56113         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
56114         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
56115         atomic-feupdateenv and flt-rounds.
56116         * sysdeps/powerpc/nofpu/Versions (libc): Add
56117         __atomic_feholdexcept, __atomic_feclearexcept,
56118         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
56119         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
56120         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
56121         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
56122         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
56123         here.
56124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
56125         Update.
56127         * manual/arith.texi (FP Exceptions): Document that exceptions may
56128         not be raised when matherr is used.
56129         (Math Error Reporting): Document overflow in directed rounding
56130         modes.  Document that errno may not be set when finite values are
56131         returned on overflow.  Document intent to set errno on underflow
56132         only for underflow to zero.
56134         [BZ #16271]
56135         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
56136         round-to-nearest then adjust result for other rounding modes.
56137         * include/fenv.h (fegetround): Use libm_hidden_proto.
56138         * math/fegetround.c (fegetround): Use libm_hidden_def.
56139         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
56140         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
56141         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
56142         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
56143         Likewise.
56144         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
56145         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
56146         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
56147         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
56149 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
56151         [BZ #16077]
56152         * nss/Versions (libnss_files): Add
56153         _nss_files_gethostbyname3_r.
56154         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
56155         New function.
56156         (HOST_DB_LOOKUP): Remove macro.
56157         (_nss_files_gethostbyname_r): Implement function without the
56158         HOST_DB_LOOKUP macro.
56159         (_nss_files_gethostbyname2_r): Likewise.
56161 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
56163         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
56165 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
56167         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
56168         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
56169         warning.
56171 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56173         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
56174         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
56175         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
56176         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
56177         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
56178         __fe_nomask_env_priv and attribute_hidden.
56179         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
56180         (libc_feupdateenv_test_ppc): Likewise.
56181         (libc_feresetround_ppc): Likewise.
56182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
56183         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
56184         compat_symbol macro.
56185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
56186         (__fe_nomask_env): Likewise.
56187         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
56189 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
56191         * string/Makefile: Remove ifunc tests.
56192         * string/test-string.h: Define TEST_IFUNC.
56193         * string/test-bcopy-ifunc.c: Remove.
56194         * string/test-bzero-ifunc.c: Likewise.
56195         * string/test-memccpy-ifunc.c: Likewise.
56196         * string/test-memchr-ifunc.c: Likewise.
56197         * string/test-memcmp-ifunc.c: Likewise.
56198         * string/test-memcpy-ifunc.c: Likewise.
56199         * string/test-memmem-ifunc.c: Likewise.
56200         * string/test-memmove-ifunc.c: Likewise.
56201         * string/test-mempcpy-ifunc.c: Likewise.
56202         * string/test-memrchr-ifunc.c: Likewise.
56203         * string/test-memset-ifunc.c: Likewise.
56204         * string/test-rawmemchr-ifunc.c: Likewise.
56205         * string/test-stpcpy-ifunc.c: Likewise.
56206         * string/test-stpncpy-ifunc.c: Likewise.
56207         * string/test-strcasecmp-ifunc.c: Likewise.
56208         * string/test-strcasestr-ifunc.c: Likewise.
56209         * string/test-strcat-ifunc.c: Likewise.
56210         * string/test-strchr-ifunc.c: Likewise.
56211         * string/test-strchrnul-ifunc.c: Likewise.
56212         * string/test-strcmp-ifunc.c: Likewise.
56213         * string/test-strcpy-ifunc.c: Likewise.
56214         * string/test-strcspn-ifunc.c: Likewise.
56215         * string/test-strlen-ifunc.c: Likewise.
56216         * string/test-strncasecmp-ifunc.c: Likewise.
56217         * string/test-strncat-ifunc.c: Likewise.
56218         * string/test-strncmp-ifunc.c: Likewise.
56219         * string/test-strncpy-ifunc.c: Likewise.
56220         * string/test-strnlen-ifunc.c: Likewise.
56221         * string/test-strpbrk-ifunc.c: Likewise.
56222         * string/test-strrchr-ifunc.c: Likewise.
56223         * string/test-strspn-ifunc.c: Likewise.
56224         * string/test-strstr-ifunc.c: Likewise.
56226 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
56228         * benchtests/Makefile: Remove ifunc tests.
56229         * benchtests/bench-string.h: Define TEST_IFUNC.
56230         * benchtests/bench-bcopy-ifunc.c: Remove.
56231         * benchtests/bench-bzero-ifunc.c: Likewise.
56232         * benchtests/bench-memccpy-ifunc.c: Likewise.
56233         * benchtests/bench-memchr-ifunc.c: Likewise.
56234         * benchtests/bench-memcmp-ifunc.c: Likewise.
56235         * benchtests/bench-memcpy-ifunc.c: Likewise.
56236         * benchtests/bench-memmem-ifunc.c: Likewise.
56237         * benchtests/bench-memmove-ifunc.c: Likewise.
56238         * benchtests/bench-mempcpy-ifunc.c: Likewise.
56239         * benchtests/bench-memrchr-ifunc.c: Likewise.
56240         * benchtests/bench-memset-ifunc.c: Likewise.
56241         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
56242         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
56243         * benchtests/bench-stpcpy-ifunc.c: Likewise.
56244         * benchtests/bench-stpncpy-ifunc.c: Likewise.
56245         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
56246         * benchtests/bench-strcasestr-ifunc.c: Likewise.
56247         * benchtests/bench-strcat-ifunc.c: Likewise.
56248         * benchtests/bench-strchr-ifunc.c: Likewise.
56249         * benchtests/bench-strchrnul-ifunc.c: Likewise.
56250         * benchtests/bench-strcmp-ifunc.c: Likewise.
56251         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
56252         * benchtests/bench-strcpy-ifunc.c: Likewise.
56253         * benchtests/bench-strcspn-ifunc.c: Likewise.
56254         * benchtests/bench-strlen-ifunc.c: Likewise.
56255         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
56256         * benchtests/bench-strncat-ifunc.c: Likewise.
56257         * benchtests/bench-strncmp-ifunc.c: Likewise.
56258         * benchtests/bench-strncpy-ifunc.c: Likewise.
56259         * benchtests/bench-strnlen-ifunc.c: Likewise.
56260         * benchtests/bench-strpbrk-ifunc.c: Likewise.
56261         * benchtests/bench-strrchr-ifunc.c: Likewise.
56262         * benchtests/bench-strsep-ifunc.c: Likewise.
56263         * benchtests/bench-strspn-ifunc.c: Likewise.
56264         * benchtests/bench-strstr-ifunc.c: Likewise.
56266 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
56268         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
56270 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
56272         * resolv/netdb.h: Use __glibc_reserved instead __unused.
56273         * rt/aio.h: Likewise.
56274         * sysdeps/gnu/bits/utmp.h: Likewise.
56275         * sysdeps/gnu/bits/utmpx.h: Likewise.
56276         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
56277         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
56278         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
56279         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
56280         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
56281         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
56282         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
56283         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
56284         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
56285         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
56286         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
56287         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
56288         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
56289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
56290         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
56291         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
56292         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
56293         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
56294         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
56295         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
56296         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
56297         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
56298         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
56299         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
56300         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
56301         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56302         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
56303         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
56304         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
56305         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
56306         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
56307         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
56308         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
56309         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
56310         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
56311         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
56312         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
56313         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
56314         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
56315         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
56316         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
56317         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
56319 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
56321         [BZ #16245]
56322         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
56323         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
56325 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
56327         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
56328         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
56329         Likewise.
56331 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56333         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
56334         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
56335         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
56336         (__fesetround): Remove define.
56337         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
56338         rounding and exceptions handling.
56339         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
56340         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
56341         (__fe_nomask_env): Likewise.
56342         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
56343         __fegetround instead of fegetround.
56344         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
56345         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
56347 2013-11-21  Roland McGrath  <roland@hack.frob.com>
56349         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
56350         it's there.
56352         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
56354 2013-11-21  Meador Inge  <meadori@codesourcery.com>
56356         [BZ #11157]
56357         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
56358         (encrypt_r): Likewise.
56359         * malloc/obstack.h (obstack_free): Likewise.
56360         * posix/unistd.h (encrypt): Likewise.
56362 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
56364         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
56365         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
56366         DL_CALL_DT_FINI() that call the functions directly.
56367         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
56368         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
56369         * elf/dl-fini.c: Likewise.
56371 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
56373         * malloc/hooks.c (memalign_check): Add alignment rounding.
56374         * malloc/malloc.c (_mid_memalign): New function.
56375         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
56376         Implement by calling _mid_memalign.
56377         * manual/probes.texi (Memory Allocation Probes): Remove
56378         memory_valloc_retry and memory_pvalloc_retry.
56380 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
56382         * locale/programs/locarchive.c (open_archive): Add const
56383         qualifier to ARCHIVEFNAME and copy default fname to
56384         DEFAULT_FNAME.
56386         [BZ #15601]
56387         * libio/tst-widetext.input: Rename Oriya to Odia.
56388         * locale/iso-639.def: Likewise.
56390         * manual/probes.texi (Mathematical Function Probes): Add
56391         documentation for sin, cos, asin and acos probes.
56392         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
56393         (__sin32): Add slowasin probe.
56394         (__cos32): Add slowacos probe.
56395         (__mpsin): Add slowsin probe.
56396         (__mpcos): Add slowcos probe.
56398 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
56400         [BZ #15483]
56401         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
56402         thread-local __sim_exceptions_thread and global
56403         __sim_exceptions_global.
56404         (__sim_disabled_exceptions): Change to thread-local
56405         __sim_disabled_exceptions_thread and global
56406         __sim_disabled_exceptions_global.
56407         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
56408         and global __sim_round_mode_global.
56409         (__simulate_exceptions): Use thread-local floating-point state and
56410         set global state from it as needed.
56411         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
56412         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
56413         __sim_round_mode_thread.
56414         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
56415         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
56416         and global __sim_exceptions_global.
56417         (__sim_disabled_exceptions): Change to thread-local
56418         __sim_disabled_exceptions_thread and global
56419         __sim_disabled_exceptions_global.
56420         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
56421         and global __sim_round_mode_global.
56422         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
56423         (SIM_SET_GLOBAL): Likewise.
56424         * sysdeps/powerpc/soft-fp/sfp-machine.h
56425         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
56426         __sim_round_mode_thread.
56427         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
56428         __sim_disabled_exceptions_thread.
56429         (__sim_exceptions): Change to __sim_exceptions_thread.
56430         (__sim_disabled_exceptions): Change to
56431         __sim_disabled_exceptions_thread.
56432         (__sim_round_mode): Change to __sim_round_mode_thread.
56433         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
56434         thread-local floating-point state and set global state from it as
56435         needed.
56436         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
56437         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
56438         (__sim_disabled_exceptions): Remove extern declaration.
56439         (feenableexcept): Use thread-local floating-point state and set
56440         global state from it as needed.
56441         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
56442         extern declaration.
56443         (__sim_disabled_exceptions): Likewise.
56444         (__sim_round_mode): Likewise.
56445         (__fegetenv): Use thread-local floating-point state.
56446         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
56447         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
56448         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
56449         floating-point state and set global state from it as needed.
56450         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
56451         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
56452         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
56453         Likewise.
56454         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
56455         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
56456         Likewise.
56457         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
56458         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
56459         Use __sim_round_mode_thread.
56460         * math/test-fenv-tls.c: New file.
56461         * math/Makefile (tests): Add test-fenv-tls.
56462         ($(objpfx)test-fenv-tls): Depend on
56463         $(common-objpfx)nptl/libpthread.so.
56465 2013-11-19  Andreas Schwab  <schwab@suse.de>
56467         * locale/programs/locale.c (show_info): Decode wordarray elements.
56468         * locale/categories.def (LC_MONETARY): Add element for
56469         _NL_MONETARY_CRNCYSTR.
56470         * locale/C-monetary.c (conversion_rate): New variable.
56471         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
56472         element.
56474 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
56476         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
56477         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
56479 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
56481         * elf/Makefile (tst-auxv): New test.
56482         * elf/tst-auxv.c: New
56483         * elf/rtld.c (dl_main): Adjust AT_EXECFN
56485 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
56487         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
56488         (hidden_proto): Caller changed.
56489         (hidden_tls_proto): New macro.
56490         (libc_hidden_tls_proto): Likewise.
56491         (rtld_hidden_tls_proto): Likewise.
56492         (libm_hidden_tls_proto): Likewise.
56493         (libresolv_hidden_tls_proto): Likewise.
56494         (librt_hidden_tls_proto): Likewise.
56495         (libdl_hidden_tls_proto): Likewise.
56496         (libnss_files_hidden_tls_proto): Likewise.
56497         (libnsl_hidden_tls_proto): Likewise.
56498         (libnss_nisplus_hidden_tls_proto): Likewise.
56499         (libutil_hidden_tls_proto): Likewise.
56501 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
56503         [BZ #10253]
56504         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
56505         (decompose_rpath): Defer expansion to fillin_rpath.
56506         (_dl_init_paths): Pass linkmap to fillin_rpath.
56508 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
56510         * benchtests/Makefile: Add strsep.
56511         * benchtests/bench-strsep.c: New file: strsep benchtest.
56512         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
56514 2013-11-18  Andreas Schwab  <schwab@suse.de>
56516         * locale/programs/locale.c (show_info) [case byte]: Check for
56517         '\377' instead of '\177'.
56518         * locale/C-monetary.c (not_available): Always use "\377".
56519         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
56520         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
56521         detect unavailable sign_posn locale elements.
56522         * locale/localeconv.c (__localeconv): For grouping and
56523         mon_grouping handle "\177" and "\377" like no grouping.
56524         (INT_ELEM): New macro.  Use it to set all numeric members.
56525         * locale/programs/ld-monetary.c (monetary_read)
56526         <tok_mon_grouping>: Normalize single -1 to the empty string.
56527         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
56528         Likewise.
56530 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
56532         [BZ #16055]
56533         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
56534         when we match (nil).
56535         * stdio-common/tst-sscanf.c (struct test): Add testcase.
56537 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
56539         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
56540         (NO_TEST_INLINE): Update value.
56541         (ERRNO_UNCHANGED): Likewise.
56542         (ERRNO_EDOM): Likewise.
56543         (ERRNO_ERANGE): Likewise.
56544         (IGNORE_RESULT): Likewise.
56545         (check_float_internal): Check signs of NaN results if
56546         TEST_NAN_SIGN used.
56547         (check_complex): Pass TEST_NAN_SIGN flag through to second
56548         check_float_internal call.
56549         (copysign_test_data): Add tests with quiet NaNs as second
56550         argument.  Use TEST_NAN_SIGN.
56551         (fabs_test_data): Add test of negative quiet NaN argument.  Use
56552         TEST_NAN_SIGN.
56553         (signbit_test_data): Add tests of quiet NaN argument.
56554         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
56556         * math/gen-libm-test.pl (show_exceptions): Take extra argument
56557         $ignore_result.
56558         (parse_args): Handle function results specified as IGNORE.
56559         * math/libm-test.inc (IGNORE_RESULT): New macro.
56560         (check_float_internal): Do not check numerical result if flag
56561         IGNORE_RESULT set.
56562         (check_complex): Pass through IGNORE_RESULT to second
56563         check_float_internal call.
56564         (check_int): Do not check numerical result if flag IGNORE_RESULT
56565         set.
56566         (check_long): Likewise.
56567         (check_bool): Likewise.
56568         (check_longlong): Likewise.
56569         (lrint_test_data): Add tests of infinite and NaN arguments.
56570         (lrint_tonearest_test_data): Likewise.
56571         (lrint_towardzero_test_data): Likewise.
56572         (lrint_downward_test_data): Likewise.
56573         (lrint_upward_test_data): Likewise.
56574         (llrint_test_data): Likewise.
56575         (llrint_tonearest_test_data): Likewise.
56576         (llrint_towardzero_test_data): Likewise.
56577         (llrint_downward_test_data): Likewise.
56578         (llrint_upward_test_data): Likewise.
56579         (lround_test_data): Likewise.
56580         (llround_test_data): Likewise.
56582         * math/libm-test.inc (NO_TEST_INLINE): New macro.
56583         (ERRNO_UNCHANGED): Update value.
56584         (ERRNO_EDOM): Likewise.
56585         (ERRNO_ERANGE): Likewise.
56586         (NO_TEST_INLINE_FLOAT): New macro.
56587         (NO_TEST_INLINE_DOUBLE): Likewise.
56588         (enable_test): New function.
56589         (RUN_TEST_f_f): Check enable_test before running test.
56590         (RUN_TEST_2_f): Likewise.
56591         (RUN_TEST_fff_f): Likewise.
56592         (RUN_TEST_c_f): Likewise.
56593         (RUN_TEST_f_f1): Likewise.
56594         (RUN_TEST_fF_f1): Likewise.
56595         (RUN_TEST_fI_f1): Likewise.
56596         (RUN_TEST_ffI_f1): Likewise.
56597         (RUN_TEST_c_c): Likewise.
56598         (RUN_TEST_cc_c): Likewise.
56599         (RUN_TEST_f_i): Likewise.
56600         (RUN_TEST_f_i_tg): Likewise.
56601         (RUN_TEST_ff_i_tg): Likewise.
56602         (RUN_TEST_f_b): Likewise.
56603         (RUN_TEST_f_b_tg): Likewise.
56604         (RUN_TEST_f_l): Likewise.
56605         (RUN_TEST_f_L): Likewise.
56606         (RUN_TEST_fFF_11): Likewise.
56607         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
56608         conditionals.
56609         (cosh_test_data): Likewise.
56610         (exp_test_data): Likewise.
56611         (expm1_test_data): Likewise.
56612         (hypot_test_data): Likewise.
56613         (pow_test_data): Likewise.
56614         (sinh_test_data): Likewise.
56615         (tanh_test_data): Likewise.
56616         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
56617         flags argument.
56619         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
56620         tests with quiet NaN input and output.
56621         (acosh_test_data): Likewise.
56622         (asin_test_data): Likewise.
56623         (asinh_test_data): Likewise.
56624         (atan_test_data): Likewise.
56625         (atanh_test_data): Likewise.
56626         (atan2_test_data): Likewise.
56627         (cbrt_test_data): Likewise.
56628         (cos_test_data): Likewise.
56629         (cosh_test_data): Likewise.
56630         (erf_test_data): Likewise.
56631         (erfc_test_data): Likewise.
56632         (exp_test_data): Likewise.
56633         (exp10_test_data): Likewise.
56634         (exp2_test_data): Likewise.
56635         (expm1_test_data): Likewise.
56636         (hypot_test_data): Likewise.
56637         (j0_test_data): Likewise.
56638         (j1_test_data): Likewise.
56639         (jn_test_data): Likewise.
56640         (lgamma_test_data): Likewise.
56641         (log_test_data): Likewise.
56642         (log10_test_data): Likewise.
56643         (log1p_test_data): Likewise.
56644         (log2_test_data): Likewise.
56645         (pow_test_data): Likewise.
56646         (scalb_test_data): Likewise.
56647         (sin_test_data): Likewise.
56648         (sincos_test_data): Likewise.
56649         (sinh_test_data): Likewise.
56650         (tan_test_data): Likewise.
56651         (tanh_test_data): Likewise.
56652         (tgamma_test_data): Likewise.
56653         (y0_test_data): Likewise.
56654         (y1_test_data): Likewise.
56655         (yn_test_data): Likewise.
56657         [BZ #16167]
56658         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
56659         argument being NaN and avoid computations with second argument in
56660         that case.
56661         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
56662         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
56663         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
56665 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
56667         * locale/iso-639.def: Add Chitwani Tharu (the).
56669 2013-11-14  Andreas Schwab  <schwab@suse.de>
56671         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
56672         word instead of empty string.
56674 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
56677         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
56678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
56679         (__fe_nomask_env): Likewise.
56681 2013-11-13  Steve Ellcey  <sellcey@mips.com>
56683         * benchtests/bench-timing.h: Include time.h.
56685 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
56687         [BZ #15997]
56688         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
56689         to 3.4.0 for x32.
56690         * sysdeps/unix/sysv/linux/configure: Regenerated.
56692 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
56694         [BZ #16151]
56695         * stdlib/strtod_l.c (round_and_return): Do not consider
56696         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
56697         exponent one less than half the least subnormal exponent.
56698         * stdlib/test-strtod-round-data: Add more tests.
56699         * stdlib/tst-strtod-round.c (tests): Regenerated.
56701 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56703         [BZ #14143]
56704         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
56705         (__fe_mask_env): Likewise.
56706         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
56707         libm_hidden_proto and add function prototype.
56708         (__fe_mask_env): Add function prototype.
56709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
56710         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
56711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
56712         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
56713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
56714         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
56716 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
56718         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
56719         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
56721 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
56723         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
56724         of htab_find_slot().
56726 2013-11-11  David S. Miller  <davem@davemloft.net>
56728         [BZ #16150]
56729         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
56730         symbol in the non-vis3 case in static builds.
56731         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
56732         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
56733         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
56734         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
56736 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
56738         [BZ #387]
56739         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
56740         it is empty.
56742 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56744         * benchtests/Makefile: Add bench-strtod.
56745         * benchtests/bench-strtod.c: New file: strtod benchtest
56747 2013-11-11  Andreas Schwab  <schwab@suse.de>
56749         [BZ #16153]
56750         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
56751         terminating NUL in key length.
56753 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56755         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
56756         Add artificial ODP entry for vDSO symbol for PPC64.
56757         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
56758         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
56760 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
56762         [BZ #15374]
56763         * nss/getent.c (services_keys): Recognize services starting with digit.
56765 2013-11-06  David S. Miller  <davem@davemloft.net>
56767         [BZ #15985]
56768         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
56769         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
56771 2013-11-06  Will Newton  <will.newton@linaro.org>
56773         * manual/memory.texi (Malloc Examples): Remove register
56774         keyword from examples.
56776 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
56778         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
56780 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
56782         [BZ #6981]
56783         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
56784         depending on [__GCC_IEC_559 > 0].
56785         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
56786         depending on [__GCC_IEC_559_COMPLEX > 0].
56788 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
56790         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
56791         to iso-639.def.
56793 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
56795         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
56797 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
56799         [BZ #16112]
56800         * malloc/malloc (malloc_info): Do not handle first bin as
56801         special case.
56803 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
56805         * locale/iso-639.def: Add Central Nahuatl (nhn).
56807 2013-11-01  Bruno Haible  <bruno@clisp.org>
56809         [BZ #7003]
56810         * manual/math.texi (BSD Random): Specify range upper bound as
56811         in POSIX.
56813 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
56815         * locale/iso-639.def: Add Meadow Mari (mhr).
56817 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
56819         [BZ #14752], [BZ #15763]
56820         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
56821         Validate name.
56822         * rt/tst_shm.c: Add test for escaping directory.
56824 2013-10-31  Andreas Schwab  <schwab@suse.de>
56826         [BZ #15917]
56827         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
56828         followed by 'x' as part of digit sequence.
56829         * stdio-common/tst-sscanf.c (double_tests2): New tests.
56831 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
56833         [BZ #16037]
56834         * configure.ac: allow GNU Make 4.0 and greater.
56835         * configure: Regenerated.
56837 2013-10-30  Will Newton  <will.newton@linaro.org>
56839         [BZ #16038]
56840         * malloc/hooks.c (memalign_check): Limit alignment to the
56841         maximum representable power of two.
56842         * malloc/malloc.c (__libc_memalign): Likewise.
56843         * malloc/tst-memalign.c (do_test): Add test for very
56844         large alignment values.
56845         * malloc/tst-posix_memalign.c (do_test): Likewise.
56847 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
56849         [BZ #11087]
56850         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
56851         (munmap_chunk): Likewise.
56852         (mremap_chunk): Likewise.
56854 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
56856         [BZ #15799]
56857         * stdlib/div.c (div): Remove obsolete code.
56858         * stdlib/ldiv.c (ldiv): Likewise.
56859         * stdlib/lldiv.c (lldiv): Likewise.
56861 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
56863         [BZ #16071]
56864         * nss/nss_files/files-XXX.c (get_contents_ret): New
56865         enumerator.
56866         (get_contents): New function.
56867         (internal_getent): Use it.  Expand size of LINEBUFLEN.
56869 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
56871         * configure.in: Moved to ...
56872         * configure.ac: ... here. Change reference to configure.in
56873         to configure.ac.
56874         * sysdeps/arm/preconfigure.ac: ... here.
56875         configure.in to configure.ac.
56876         * sysdeps/gnu/configure.in: Moved to ...
56877         * sysdeps/gnu/configure.ac: ... here.
56878         * sysdeps/i386/configure.in: Moved to ...
56879         * sysdeps/i386/configure.ac: ... here.
56880         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
56881         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
56882         * sysdeps/mach/configure.in: Moved to ...
56883         * sysdeps/mach/configure.ac: ... here.
56884         * sysdeps/mach/hurd/configure.in: Moved to ...
56885         * sysdeps/mach/hurd/configure.ac: ... here.
56886         * sysdeps/powerpc/configure.in: Moved to ...
56887         * sysdeps/powerpc/configure.ac: ... here.
56888         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
56889         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
56890         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
56891         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
56892         * sysdeps/s390/s390-32/configure.in: Moved to ...
56893         * sysdeps/s390/s390-32/configure.ac: ... here.
56894         * sysdeps/s390/s390-64/configure.in: Moved to ...
56895         * sysdeps/s390/s390-64/configure.ac: ... here.
56896         * sysdeps/sh/configure.in: Moved to ...
56897         * sysdeps/sh/configure.ac: ... here.
56898         * sysdeps/sparc/configure.in: Moved to ...
56899         * sysdeps/sparc/configure.ac: ... here.
56900         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
56901         * sysdeps/unix/sysv/linux/configure.ac: ... here.
56902         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
56903         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
56904         * sysdeps/x86_64/configure.in: Moved to ...
56905         * sysdeps/x86_64/configure.ac: ... here.
56906         * sysdeps/x86_64/preconfigure.in: Moved to ...
56907         * sysdeps/x86_64/preconfigure.ac: ... here.
56908         * aclocal.m4: Change reference to configure.in to configure.ac.
56909         * config.h.in: Likewise.
56910         * manual/install.texi: Likewise.
56911         * manual/maint.texi: Likewise.
56912         * Makefile: Likewise.
56913         * malloc/Makefile: Likewise.
56914         * nscd/Makefile: Likewise.
56915         * Makeconfig: Change reference to configure.in and
56916         preconfigure.in to configure.ac and preconfigure.ac
56917         respectively.
56918         * INSTALL: Regenerated.
56919         * configure: Likewise.
56920         * sysdeps/gnu/configure: Likewise.
56921         * sysdeps/i386/configure: Likewise.
56922         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
56923         * sysdeps/mach/configure: Likewise.
56924         * sysdeps/mach/hurd/configure: Likewise.
56925         * sysdeps/powerpc/configure: Likewise.
56926         * sysdeps/powerpc/powerpc32/configure: Likewise.
56927         * sysdeps/powerpc/powerpc64/configure: Likewise.
56928         * sysdeps/s390/s390-32/configure: Likewise.
56929         * sysdeps/s390/s390-64/configure: Likewise.
56930         * sysdeps/sh/configure: Likewise.
56931         * sysdeps/sparc/configure: Likewise.
56932         * sysdeps/unix/sysv/linux/configure: Likewise.
56933         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
56934         * sysdeps/x86_64/configure: Likewise.
56935         * sysdeps/x86_64/preconfigure: Likewise.
56937 2013-10-29  Andreas Schwab  <schwab@suse.de>
56939         * stdio-common/Makefile (tst-swscanf-ENV): Define.
56941 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
56943         * benchtests/pow-inputs: Add new inputs.
56945         * benchtests/exp-inputs: Add new inputs.
56947         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
56948         conditional check for return value.
56949         (__cos32): Likewise.
56951 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56953         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
56954         to provide a boost for large inputs with word alignment.
56955         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
56956         implementation based on optimized PPC64 strcpy.
56957         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
56958         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
56959         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
56960         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
56962 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
56964         [BZ #2801]
56965         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
56967 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
56969         [BZ #14876]
56970         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
56971         * time/tst-strptime.c (day_tests): Add testcase.
56973 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
56975         [BZ #14029]
56976         * manual/pattern.texi: Acknowledge that fnmatch can fail.
56978 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
56980         [BZ #16074]
56981         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
56982         MAP_FAILED on error.
56984 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
56986         [BZ #16072]
56987         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
56988         heap for large requests.
56990 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
56992         [BZ #9954]
56993         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
56994         result if the result has no associated interface.
56995         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
56996         interface for all 127.X.Y.Z addresses.
56998 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
57000         * locale/iso-639.def: Add Ligurian (lij)
57002 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
57004         [BZ #15825]
57005         * sunrpc/rpc_main.c: Document rpcgen -5.
57007 2013-10-19  Michael Stahl  <mstahl@redhat.com>
57009         * elf/rtld.c (do_preload): Print the reason why preloading failed.
57011 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
57013         [BZ #10278]
57014         * posix/glob.c: Match only directories when trailing slash is present.
57015         * posix/tst-gnuglob.c (my_opendir): Do not open files.
57016         (main): Add testcase.
57018 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
57020         [BZ #15670]
57021         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
57023 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
57025         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
57026         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
57027         AUTH_DES and cindex for FIPS 140-2.
57028         (DES Encryption): Add cindex FIPS 46-3.
57030         * locale/locarchive.h (struct locarhandle): Add fname.
57031         * locale/programs/localedef.c (main): Pass ARGV[remaining]
57032         if an optional argument was specified to --list-archive,
57033         otherwise NULL.
57034         * locale/programs/locarchive.c (show_archive_content): Take new
57035         argument fname and pass it via ah.fname to open_archive.
57036         * locale/programs/localedef.h: Update decl.
57037         (open_archive): If AH->fname is non-null, open that file
57038         rather than the default file name, and don't ignore ENOENT.
57039         (create_archive): Set AH.fname to NULL.
57040         (delete_locales_from_archive): Likewise.
57041         (add_locales_to_archive): Likewise.
57042         * locale/programs/locfile.c (write_all_categories): Likewise.
57044 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
57045             Aldy Hernandez  <aldyh@redhat.com>
57047         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
57048         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
57049         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
57050         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
57051         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
57052         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
57053         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
57054         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
57055         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
57056         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
57057         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
57058         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
57059         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
57060         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
57061         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
57062         Likewise.
57063         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
57064         Likewise.
57065         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
57066         Likewise.
57067         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
57068         Likewise.
57069         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
57070         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
57071         Likewise.
57072         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
57073         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
57074         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
57075         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
57076         Likewise.
57077         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
57078         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
57079         * sysdeps/powerpc/preconfigure: Likewise.
57080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
57081         Likewise.
57082         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
57083         Replace contents of file by #include of <fenv_libc.h>.
57084         * sysdeps/powerpc/soft-fp/sfp-machine.h
57085         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
57086         and <sys/prctl.h>.
57087         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
57088         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
57089         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
57090         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
57091         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
57092         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
57093         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
57094         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
57095         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
57096         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
57097         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
57098         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
57099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
57100         Allow copysignl PLT reference to be missing.
57102 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
57103             Joseph Myers  <joseph@codesourcery.com
57105         [BZ #15948]
57106         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
57107         single character.
57108         (add_to_tablewc): Assert sequence of wide characters is nonempty.
57110 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
57112         * elf/tst-tls-dlinfo.c: Don't include tls.h.
57113         * elf/tst-tls1.c: Likewise.
57114         * elf/tst-tls10.h: Likewise.
57115         * elf/tst-tls14.c: Likewise.
57116         * elf/tst-tls2.c: Likewise.
57117         * elf/tst-tls3.c: Likewise.
57118         * elf/tst-tls4.c: Likewise.
57119         * elf/tst-tls5.c: Likewise.
57120         * elf/tst-tls6.c: Likewise.
57121         * elf/tst-tls7.c: Likewise.
57122         * elf/tst-tls8.c: Likewise.
57123         * elf/tst-tls9.c: Likewise.
57124         * elf/tst-tlsmod1.c: Likewise.
57125         * elf/tst-tlsmod13.c: Likewise.
57126         * elf/tst-tlsmod13a.c: Likewise.
57127         * elf/tst-tlsmod14a.c: Likewise.
57128         * elf/tst-tlsmod16a.c: Likewise.
57129         * elf/tst-tlsmod16b.c: Likewise.
57130         * elf/tst-tlsmod2.c: Likewise.
57131         * elf/tst-tlsmod3.c: Likewise.
57132         * elf/tst-tlsmod4.c: Likewise.
57133         * elf/tst-tlsmod5.c: Likewise.
57134         * elf/tst-tlsmod6.c: Likewise.
57136 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
57138         [BZ #12486]
57139         * malloc/malloc.c: remove checks for statistics.
57141 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
57143         [BZ #15277]
57144         * inet/inet_net.c (inet_network): Detect additional invalid strings.
57145         * inet/tst-network.c: Add testcase.
57147 2013-10-17  Andreas Schwab  <schwab@suse.de>
57149         [BZ #15218]
57150         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
57151         to determine canonical name.
57153 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
57155         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
57156         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
57157         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
57158         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
57159         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
57160         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
57161         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
57162         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
57163         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
57164         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
57165         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
57166         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
57167         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
57168         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
57169         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
57170         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
57171         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
57172         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
57173         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
57174         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
57175         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
57176         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
57177         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
57178         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
57179         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
57180         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
57181         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
57182         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
57183         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
57184         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
57185         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
57186         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
57187         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
57188         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
57189         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
57190         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
57191         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
57192         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
57193         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
57194         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
57195         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
57196         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
57197         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
57198         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
57199         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
57200         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
57201         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
57202         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
57203         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
57204         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
57205         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
57206         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
57207         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
57208         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
57209         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
57210         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
57211         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
57212         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
57214 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
57216         [BZ #16041]
57217         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
57218         make result into a quiet NaN.
57220 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
57222         * soft-fp/adddf3.c: Fix horizontal whitespace.
57223         * soft-fp/addsf3.c: Likewise.
57224         * soft-fp/addtf3.c: Likewise.
57225         * soft-fp/divdf3.c: Likewise.
57226         * soft-fp/divsf3.c: Likewise.
57227         * soft-fp/divtf3.c: Likewise.
57228         * soft-fp/double.h: Likewise.
57229         * soft-fp/eqdf2.c: Likewise.
57230         * soft-fp/eqsf2.c: Likewise.
57231         * soft-fp/eqtf2.c: Likewise.
57232         * soft-fp/extenddftf2.c: Likewise.
57233         * soft-fp/extended.h: Likewise.
57234         * soft-fp/extendsfdf2.c: Likewise.
57235         * soft-fp/extendsftf2.c: Likewise.
57236         * soft-fp/extendxftf2.c: Likewise.
57237         * soft-fp/fixdfdi.c: Likewise.
57238         * soft-fp/fixdfsi.c: Likewise.
57239         * soft-fp/fixdfti.c: Likewise.
57240         * soft-fp/fixsfdi.c: Likewise.
57241         * soft-fp/fixsfsi.c: Likewise.
57242         * soft-fp/fixsfti.c: Likewise.
57243         * soft-fp/fixtfdi.c: Likewise.
57244         * soft-fp/fixtfsi.c: Likewise.
57245         * soft-fp/fixtfti.c: Likewise.
57246         * soft-fp/fixunsdfdi.c: Likewise.
57247         * soft-fp/fixunsdfsi.c: Likewise.
57248         * soft-fp/fixunsdfti.c: Likewise.
57249         * soft-fp/fixunssfdi.c: Likewise.
57250         * soft-fp/fixunssfsi.c: Likewise.
57251         * soft-fp/fixunssfti.c: Likewise.
57252         * soft-fp/fixunstfdi.c: Likewise.
57253         * soft-fp/fixunstfsi.c: Likewise.
57254         * soft-fp/fixunstfti.c: Likewise.
57255         * soft-fp/floatdidf.c: Likewise.
57256         * soft-fp/floatdisf.c: Likewise.
57257         * soft-fp/floatditf.c: Likewise.
57258         * soft-fp/floatsidf.c: Likewise.
57259         * soft-fp/floatsisf.c: Likewise.
57260         * soft-fp/floatsitf.c: Likewise.
57261         * soft-fp/floattidf.c: Likewise.
57262         * soft-fp/floattisf.c: Likewise.
57263         * soft-fp/floattitf.c: Likewise.
57264         * soft-fp/floatundidf.c: Likewise.
57265         * soft-fp/floatundisf.c: Likewise.
57266         * soft-fp/floatunditf.c: Likewise.
57267         * soft-fp/floatunsidf.c: Likewise.
57268         * soft-fp/floatunsisf.c: Likewise.
57269         * soft-fp/floatunsitf.c: Likewise.
57270         * soft-fp/floatuntidf.c: Likewise.
57271         * soft-fp/floatuntisf.c: Likewise.
57272         * soft-fp/floatuntitf.c: Likewise.
57273         * soft-fp/fmadf4.c: Likewise.
57274         * soft-fp/fmasf4.c: Likewise.
57275         * soft-fp/fmatf4.c: Likewise.
57276         * soft-fp/gedf2.c: Likewise.
57277         * soft-fp/gesf2.c: Likewise.
57278         * soft-fp/getf2.c: Likewise.
57279         * soft-fp/ledf2.c: Likewise.
57280         * soft-fp/lesf2.c: Likewise.
57281         * soft-fp/letf2.c: Likewise.
57282         * soft-fp/muldf3.c: Likewise.
57283         * soft-fp/mulsf3.c: Likewise.
57284         * soft-fp/multf3.c: Likewise.
57285         * soft-fp/negdf2.c: Likewise.
57286         * soft-fp/negsf2.c: Likewise.
57287         * soft-fp/negtf2.c: Likewise.
57288         * soft-fp/op-1.h: Likewise.
57289         * soft-fp/op-2.h: Likewise.
57290         * soft-fp/op-4.h: Likewise.
57291         * soft-fp/op-8.h: Likewise.
57292         * soft-fp/op-common.h: Likewise.
57293         * soft-fp/quad.h: Likewise.
57294         * soft-fp/single.h: Likewise.
57295         * soft-fp/soft-fp.h: Likewise.
57296         * soft-fp/sqrtdf2.c: Likewise.
57297         * soft-fp/sqrtsf2.c: Likewise.
57298         * soft-fp/sqrttf2.c: Likewise.
57299         * soft-fp/subdf3.c: Likewise.
57300         * soft-fp/subsf3.c: Likewise.
57301         * soft-fp/subtf3.c: Likewise.
57302         * soft-fp/truncdfsf2.c: Likewise.
57303         * soft-fp/trunctfdf2.c: Likewise.
57304         * soft-fp/trunctfsf2.c: Likewise.
57305         * soft-fp/trunctfxf2.c: Likewise.
57306         * soft-fp/unorddf2.c: Likewise.
57307         * soft-fp/unordsf2.c: Likewise.
57308         * soft-fp/unordtf2.c: Likewise.
57310 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
57312         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
57313         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
57315 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
57317         * elf/dl-libc.c: Clear initfini list after freeing.
57319 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
57321         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
57322         * soft-fp/addsf3.c: Likewise.
57323         * soft-fp/addtf3.c: Likewise.
57324         * soft-fp/divdf3.c: Likewise.
57325         * soft-fp/divsf3.c: Likewise.
57326         * soft-fp/divtf3.c: Likewise.
57327         * soft-fp/double.h: Likewise.
57328         * soft-fp/eqdf2.c: Likewise.
57329         * soft-fp/eqsf2.c: Likewise.
57330         * soft-fp/eqtf2.c: Likewise.
57331         * soft-fp/extenddftf2.c: Likewise.
57332         * soft-fp/extended.h: Likewise.
57333         * soft-fp/extendsfdf2.c: Likewise.
57334         * soft-fp/extendsftf2.c: Likewise.
57335         * soft-fp/extendxftf2.c: Likewise.
57336         * soft-fp/fixdfdi.c: Likewise.
57337         * soft-fp/fixdfsi.c: Likewise.
57338         * soft-fp/fixdfti.c: Likewise.
57339         * soft-fp/fixsfdi.c: Likewise.
57340         * soft-fp/fixsfsi.c: Likewise.
57341         * soft-fp/fixsfti.c: Likewise.
57342         * soft-fp/fixtfdi.c: Likewise.
57343         * soft-fp/fixtfsi.c: Likewise.
57344         * soft-fp/fixtfti.c: Likewise.
57345         * soft-fp/fixunsdfdi.c: Likewise.
57346         * soft-fp/fixunsdfsi.c: Likewise.
57347         * soft-fp/fixunsdfti.c: Likewise.
57348         * soft-fp/fixunssfdi.c: Likewise.
57349         * soft-fp/fixunssfsi.c: Likewise.
57350         * soft-fp/fixunssfti.c: Likewise.
57351         * soft-fp/fixunstfdi.c: Likewise.
57352         * soft-fp/fixunstfsi.c: Likewise.
57353         * soft-fp/fixunstfti.c: Likewise.
57354         * soft-fp/floatdidf.c: Likewise.
57355         * soft-fp/floatdisf.c: Likewise.
57356         * soft-fp/floatditf.c: Likewise.
57357         * soft-fp/floatsidf.c: Likewise.
57358         * soft-fp/floatsisf.c: Likewise.
57359         * soft-fp/floatsitf.c: Likewise.
57360         * soft-fp/floattidf.c: Likewise.
57361         * soft-fp/floattisf.c: Likewise.
57362         * soft-fp/floattitf.c: Likewise.
57363         * soft-fp/floatundidf.c: Likewise.
57364         * soft-fp/floatundisf.c: Likewise.
57365         * soft-fp/floatunsidf.c: Likewise.
57366         * soft-fp/floatunsisf.c: Likewise.
57367         * soft-fp/floatuntidf.c: Likewise.
57368         * soft-fp/floatuntisf.c: Likewise.
57369         * soft-fp/floatuntitf.c: Likewise.
57370         * soft-fp/fmadf4.c: Likewise.
57371         * soft-fp/fmasf4.c: Likewise.
57372         * soft-fp/fmatf4.c: Likewise.
57373         * soft-fp/gedf2.c: Likewise.
57374         * soft-fp/gesf2.c: Likewise.
57375         * soft-fp/getf2.c: Likewise.
57376         * soft-fp/ledf2.c: Likewise.
57377         * soft-fp/lesf2.c: Likewise.
57378         * soft-fp/letf2.c: Likewise.
57379         * soft-fp/muldf3.c: Likewise.
57380         * soft-fp/mulsf3.c: Likewise.
57381         * soft-fp/multf3.c: Likewise.
57382         * soft-fp/negdf2.c: Likewise.
57383         * soft-fp/negsf2.c: Likewise.
57384         * soft-fp/negtf2.c: Likewise.
57385         * soft-fp/op-1.h: Likewise.
57386         * soft-fp/op-2.h: Likewise.
57387         * soft-fp/op-4.h: Likewise.
57388         * soft-fp/op-8.h: Likewise.
57389         * soft-fp/op-common.h: Likewise.
57390         * soft-fp/quad.h: Likewise.
57391         * soft-fp/single.h: Likewise.
57392         * soft-fp/soft-fp.h: Likewise.
57393         * soft-fp/sqrtdf2.c: Likewise.
57394         * soft-fp/sqrtsf2.c: Likewise.
57395         * soft-fp/sqrttf2.c: Likewise.
57396         * soft-fp/subdf3.c: Likewise.
57397         * soft-fp/subsf3.c: Likewise.
57398         * soft-fp/subtf3.c: Likewise.
57399         * soft-fp/truncdfsf2.c: Likewise.
57400         * soft-fp/trunctfdf2.c: Likewise.
57401         * soft-fp/trunctfsf2.c: Likewise.
57402         * soft-fp/trunctfxf2.c: Likewise.
57403         * soft-fp/unorddf2.c: Likewise.
57404         * soft-fp/unordsf2.c: Likewise.
57405         * soft-fp/unordtf2.c: Likewise.
57407 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
57409         [BZ #15672]
57410         * misc/error.c (error_tail): Fix possible buffer overflow.
57412 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
57414         [BZ #13028]
57415         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
57416         address.
57418 2013-10-14  P. J. McDermott  <pj@pehjota.net>
57420         [BZ #832]
57421         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
57422         testing pipefail option.
57424 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
57426         * soft-fp/double.h: Indent preprocessor directives inside #if.
57427         * soft-fp/extended.h: Likewise.
57428         * soft-fp/op-2.h: Likewise.
57429         * soft-fp/op-4.h: Likewise.
57430         * soft-fp/op-common.h: Likewise.
57431         * soft-fp/quad.h: Likewise.
57432         * soft-fp/single.h: Likewise.
57433         * soft-fp/soft-fp.h: Likewise.
57435 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
57437         * iconv/iconv_prog.c: Fix typos.
57438         * stdio-common/psiginfo-data.h: Likewise.
57440 2013-10-12   Reuben Thomas <rrt@sc3d.org>
57442         [BZ #15764]
57443         * locale/setlocale.c: Fix typo.
57445 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
57447         [BZ #16036]
57448         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
57449         signaling NaN arguments.
57450         * soft-fp/unordsf2.c (__unordsf2): Likewise.
57451         * soft-fp/unordtf2.c (__unordtf2): Likewise.
57453         [BZ #14910]
57454         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
57455         unordered operands.
57456         * soft-fp/gesf2.c (__gesf2): Likewise.
57457         * soft-fp/getf2.c (__getf2): Likewise.
57458         * soft-fp/ledf2.c (__ledf2): Likewise.
57459         * soft-fp/lesf2.c (__lesf2): Likewise.
57460         * soft-fp/letf2.c (__letf2): Likewise.
57462         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
57463         * soft-fp/eqsf2.c (__eqsf2): Likewise.
57464         * soft-fp/eqtf2.c (__eqtf2): Likewise.
57465         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
57466         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
57467         * soft-fp/fixdfti.c (__fixdfti): Likewise.
57468         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
57469         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
57470         * soft-fp/fixsfti.c (__fixsfti): Likewise.
57471         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
57472         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
57473         * soft-fp/fixtfti.c (__fixtfti): Likewise.
57474         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
57475         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
57476         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
57477         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
57478         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
57479         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
57480         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
57481         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
57482         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
57483         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
57484         * soft-fp/floatdisf.c (__floatdisf): Likewise.
57485         * soft-fp/floatsisf.c (__floatsisf): Likewise.
57486         * soft-fp/floattidf.c (__floattidf): Likewise.
57487         * soft-fp/floattisf.c (__floattisf): Likewise.
57488         * soft-fp/floattitf.c (__floattitf): Likewise.
57489         * soft-fp/floatundidf.c (__floatundidf): Likewise.
57490         * soft-fp/floatundisf.c (__floatundisf): Likewise.
57491         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
57492         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
57493         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
57494         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
57495         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
57496         * soft-fp/gesf2.c (__gesf2): Likewise.
57497         * soft-fp/getf2.c (__getf2): Likewise.
57498         * soft-fp/ledf2.c (__ledf2): Likewise.
57499         * soft-fp/lesf2.c (__lesf2): Likewise.
57500         * soft-fp/letf2.c (__letf2): Likewise.
57502         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
57503         Undefine and redefine.
57504         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
57505         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
57506         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
57507         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
57508         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
57509         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
57510         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
57511         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
57512         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
57513         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
57514         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
57515         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
57516         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
57517         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
57518         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
57520         [BZ #16032]
57521         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
57522         without decrementing exponent if mantissa >= that for the
57523         denominator, not >.
57524         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
57525         denominator, not >.  Decrement exponent in < case instead of
57526         incrementing in >= case.
57527         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
57528         without decrementing exponent if mantissa >= that for the
57529         denominator, not >.
57531         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
57532         computing saturated result for unsigned overflow.
57534 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
57535             Jeff Law  <law@redhat.com>
57537         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
57538         (atan2Mp): Add systemtap probe marker.
57539         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
57540         (__ieee754_log): Add systemtap probe marker.
57541         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
57542         (atanMp): Add systemtap probe marker.
57543         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
57544         (tanMp): Add systemtap probe marker.
57545         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
57546         (__slowexp): Add systemtap probe marker.
57547         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
57548         (__slowpow): Add systemtap probe marker.
57549         * manual/probes.texi: Document probes.
57551 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
57553         [BZ #15362]
57554         * libio/fileops.c (_IO_new_file_write): Return count of bytes
57555         written.
57556         (_IO_new_file_xsputn): Don't return EOF if nothing has been
57557         written.
57558         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
57559         written to buffer but not flushed.
57560         * libio/iofwrite_u.c:  Likewise.
57561         * libio/iopadn.c:  Return bytes returned even if EOF was
57562         encountered.
57563         * libio/iowpadn.c:  Likewise.
57564         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
57565         if _IO_padn does not write the whole buffer.
57566         [!COMPILE_WPRINTF] (PAD): Likewise.
57568 2013-10-10  David S. Miller  <davem@davemloft.net>
57570         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
57571         directory block.
57573 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
57575         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
57576         instead of FSF address.
57577         * soft-fp/fixdfti.c: Likewise.
57578         * soft-fp/fixsfti.c: Likewise.
57579         * soft-fp/fixtfti.c: Likewise.
57580         * soft-fp/fixunsdfti.c: Likewise.
57581         * soft-fp/fixunssfti.c: Likewise.
57582         * soft-fp/fixunstfti.c: Likewise.
57583         * soft-fp/floattidf.c: Likewise.
57584         * soft-fp/floattisf.c: Likewise.
57585         * soft-fp/floattitf.c: Likewise.
57586         * soft-fp/floatuntidf.c: Likewise.
57587         * soft-fp/floatuntisf.c: Likewise.
57588         * soft-fp/floatuntitf.c: Likewise.
57589         * soft-fp/trunctfxf2.c: Likewise.
57591         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
57592         * soft-fp/fixdfti.c: Likewise.
57593         * soft-fp/fixsfti.c: Likewise.
57594         * soft-fp/fixtfti.c: Likewise.
57595         * soft-fp/fixunsdfti.c: Likewise.
57596         * soft-fp/fixunssfti.c: Likewise.
57597         * soft-fp/fixunstfti.c: Likewise.
57598         * soft-fp/floattidf.c: Likewise.
57599         * soft-fp/floattisf.c: Likewise.
57600         * soft-fp/floattitf.c: Likewise.
57601         * soft-fp/floatuntidf.c: Likewise.
57602         * soft-fp/floatuntisf.c: Likewise.
57603         * soft-fp/floatuntitf.c: Likewise.
57604         * soft-fp/trunctfxf2.c: Likewise.
57606 2013-10-10  David S. Miller  <davem@davemloft.net>
57608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
57610 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
57612         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
57613         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
57614         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
57615         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
57616         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
57617         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
57618         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
57620         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
57621         for NaNs before doing comparisons on argument.
57622         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
57623         Likewise.
57625 2013-10-10  Will Newton  <will.newton@linaro.org>
57627         * malloc/hooks.c (memalign_check): Ensure the value of bytes
57628         passed to _int_memalign does not overflow.
57630 2013-10-10  Torvald Riegel  <triegel@redhat.com>
57632         * scripts/bench.pl: Add include-sources directive.
57633         * benchtests/README: Update documentation.
57635 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
57637         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
57638         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
57639         instead of FP_INIT_ROUNDMODE.
57640         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
57641         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
57643         [BZ #16034]
57644         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
57645         copy class of input value.
57646         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
57647         not handle exceptions.
57648         * soft-fp/negsf2.c (__negsf2): Likewise.
57649         * soft-fp/negtf2.c (__negtf2): Likewise.
57650         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
57652 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
57654         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
57655         semicolon.  From Linux kernel.
57657 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
57659         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
57661 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
57663         [BZ #156]
57664         * manual/socket.texi: Added statement about buffer
57665         for gethostbyname2_r.
57667 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
57669         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
57670         Use .p2align directive instead, throughout.
57671         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
57672         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
57673         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
57674         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
57675         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
57676         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
57677         * sysdeps/x86_64/strchr.S: Likewise.
57678         * sysdeps/x86_64/strrchr.S: Likewise.
57680 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
57682         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
57684         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
57686         * sysdeps/generic/math_private.h (__mpsin1): Remove
57687         declaration.
57688         (__mpcos1): Likewise.
57689         (__mpsin): New argument __range_reduce.
57690         (__mpcos): Likewise.
57691         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
57692         (slow): Use __mpsin and __mpcos.
57693         (slow1): Likewise.
57694         (slow2): Likewise.
57695         (sloww): Likewise.
57696         (sloww1): Likewise.
57697         (sloww2): Likewise.
57698         (bsloww): Likewise.
57699         (bsloww1): Likewise.
57700         (bsloww2): Likewise.
57701         (cslow2): Likewise.
57702         (csloww): Likewise.
57703         (csloww1): Likewise.
57704         (csloww2): Likewise.
57705         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
57706         range_reduce.  Merge in __mpsin1.
57707         (__mpcos): Likewise.
57708         (__mpsin1): Remove.
57709         (__mpcos1): Likewise.
57711 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
57713         * locale/loadlocale.c (_nl_intern_locale_data): Use
57714         LOCFILE_ALIGNED_P.
57715         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
57716         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
57717         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
57718         obstack data is appropriately aligned.
57719         (obstack_int32_grow_fast): Likewise.
57720         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
57721         * locale/programs/locfile.c (add_locale_uint32): Likewise.
57722         (add_locale_uint32_array): Likewise.
57724 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
57726         * benchtests/Makefile: Remove ARGLIST and RET variables.
57727         ($(objpfx)bench-%.c): Pass only function name to the script.
57728         * benchtests/README: Update documentation.
57729         * benchtests/acos-inputs: Add new directives.
57730         * benchtests/acosh-inputs: Likewise.
57731         * benchtests/asin-inputs: Likewise.
57732         * benchtests/asinh-inputs: Likewise.
57733         * benchtests/atan-inputs: Likewise.
57734         * benchtests/atanh-inputs: Likewise.
57735         * benchtests/cos-inputs: Likewise.
57736         * benchtests/cosh-inputs: Likewise.
57737         * benchtests/exp-inputs: Likewise.
57738         * benchtests/log-inputs: Likewise.
57739         * benchtests/pow-inputs: Likewise.
57740         * benchtests/rint-inputs: Likewise.
57741         * benchtests/sin-inputs: Likewise.
57742         * benchtests/sinh-inputs: Likewise.
57743         * benchtests/tan-inputs: Likewise.
57744         * benchtests/tanh-inputs: Likewise.
57745         * scripts/bench.pl: Add support for new directives.
57747 2013-10-07  Alan Modra  <amodra@gmail.com>
57749         * README: Fix careless merge.
57751 2013-10-05  Alan Modra  <amodra@gmail.com>
57753         * NEWS: Mention powerpc64le support and bugs fixed.
57754         * README: Both big-endian and little-endian powerpc64 supported.
57756 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57758         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
57759         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
57760         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
57761         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
57763 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
57765         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
57766         match prototype.
57768 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
57770         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
57771         Move -mhard-float appending from
57772         ports/sysdeps/powerpc/powerpc32/Makefile.
57773         [$(with-fp) = yes] (ASFLAGS): Likewise.
57774         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
57775         * sysdeps/powerpc/nofpu: Move directory from
57776         ports/sysdeps/powerpc/nofpu.
57777         * sysdeps/powerpc/soft-fp: Move directory from
57778         ports/sysdeps/powerpc/soft-fp.
57779         * sysdeps/powerpc/powerpc32/405: Move directory from
57780         ports/sysdeps/powerpc/powerpc32/405.
57781         * sysdeps/powerpc/powerpc32/440: Move directory from
57782         ports/sysdeps/powerpc/powerpc32/440.
57783         * sysdeps/powerpc/powerpc32/464: Move directory from
57784         ports/sysdeps/powerpc/powerpc32/464.
57785         * sysdeps/powerpc/powerpc32/476: Move directory from
57786         ports/sysdeps/powerpc/powerpc32/476.
57787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
57788         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
57789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
57790         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
57791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
57792         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
57793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
57794         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
57795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
57796         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
57797         * README: Update for powerpc-*-linux-gnu software floating point
57798         support in libc.
57800         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
57801         case to powerpc/powerpc32*.
57802         * sysdeps/unix/sysv/linux/configure: Regenerated.
57804         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
57805         (_FPU_MASK_OM): Define as 0x04.
57806         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
57807         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
57808         0x00c10080.
57809         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
57810         0x0000003c.
57811         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
57813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
57814         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
57815         getcontext_e500.
57816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
57817         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
57818         setcontext_e500.
57819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
57820         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
57821         and setcontext_e500.
57823 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
57825         * locale/iso-3166.def: Update iso-1366.def and related occurrences
57827 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
57829         * manual/threads.texi (Default Thread Attributes): Fix typo.
57831 2013-10-04  Will Newton  <will.newton@linaro.org>
57833         * malloc/Makefile: Add tst-memalign.
57834         * malloc/tst-memalign.c: New file.
57836         * malloc/tst-posix_memalign.c: Add comments.
57837         (do_test): Add comments and call free on all potentially
57838         allocated pointers. Add space after cast.
57840         * malloc/tst-pvalloc.c: Add comments.
57841         (do_test): Add comments and call free on all potentially
57842         allocated pointers. Remove duplicate check for NULL pointer.
57843         Add space after cast.
57845         * malloc/tst-valloc.c: Add comments.
57846         (do_test): Add comments and call free on all potentially
57847         allocated pointers. Remove duplicate check for NULL pointer.
57848         Add space after cast.
57850 2013-10-04  Alan Modra  <amodra@gmail.com>
57852         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
57853         Use stdint types in rather than __attribute__((mode())).
57854         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
57856 2013-10-04  Alan Modra  <amodra@gmail.com>
57858         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
57859         Correct handling of unaligned relocs for little-endian.
57860         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
57862 2013-10-04  Alan Modra  <amodra@gmail.com>
57864         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
57865         * configure: Regenerate.
57866         * nptl/shlib-versions: Powerpc*le starts at 2.18.
57867         * shlib-versions: Likewise.
57869 2013-10-04  Alan Modra  <amodra@gmail.com>
57871         * string/tester.c (test_memrchr): Increment reported test cycle.
57873 2013-10-04  Alan Modra  <amodra@gmail.com>
57875         * string/test-memcpy.c (do_one_test): When reporting errors, print
57876         string address and don't overrun end of string.
57878 2013-10-04  Alan Modra  <amodra@gmail.com>
57880         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
57881         insrdi.  Make better use of reg selection to speed exit slightly.
57882         Schedule entry path a little better.  Remove useless "are we done"
57883         checks on entry to main loop.  Handle wrapping around zero address.
57884         Correct main loop count.  Handle single left-over word from main
57885         loop inline rather than by using loop_small.  Remove extra word
57886         case in loop_small caused by wrong loop count.  Add little-endian
57887         support.
57888         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
57889         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
57890         cache hint.
57891         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
57892         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
57893         support.  Avoid rlwimi.
57894         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
57896 2013-10-04  Alan Modra  <amodra@gmail.com>
57898         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
57899         insrdi.  Formatting.
57900         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
57901         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
57902         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
57903         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
57904         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
57905         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
57907 2013-10-04  Alan Modra  <amodra@gmail.com>
57909         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
57910         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
57911         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
57912         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
57913         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
57914         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
57915         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
57916         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
57917         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
57918         use of regs.  Use power7 mtocrf.  Tidy function tails.
57920 2013-10-04  Alan Modra  <amodra@gmail.com>
57922         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
57923         Formatting.  Consistently use rXXX register defines or rN defines.
57924         Use early exit labels that avoid restoring unused non-volatile regs.
57925         Make cr field use more consistent with rWORDn compares.  Rename
57926         regs used as shift registers for unaligned loop, using rN defines
57927         for short lifetime/multiple use regs.
57928         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
57929         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
57930         addi 1,1,64 to pop stack frame.  Simplify return value code.
57931         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
57933 2013-10-04  Alan Modra  <amodra@gmail.com>
57935         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
57936         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
57937         rather than rlwimi.
57938         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
57939         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
57940         little-endian support.  Correct typos.
57941         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
57942         rather than rlwimi.
57943         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
57944         in loop and entry code to keep "and." results.
57945         (strchr): Add little-endian support.  Comment.  Move cntlzd
57946         earlier in tail.
57947         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
57949 2013-10-04  Alan Modra  <amodra@gmail.com>
57951         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
57952         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
57953         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
57954         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
57956 2013-10-04  Alan Modra  <amodra@gmail.com>
57958         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
57959         (rTMP): Define as r11.
57960         (strcmp): Add little-endian support.  Optimise tail.
57961         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
57962         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
57963         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
57964         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
57965         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
57966         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
57967         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
57969 2013-10-04  Alan Modra  <amodra@gmail.com>
57971         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
57972         little-endian support.  Remove unnecessary "are we done" tests.
57973         Handle "s" wrapping around zero and extremely large "size".
57974         Correct main loop count.  Handle single left-over word from main
57975         loop inline rather than by using small_loop.  Correct comments.
57976         Delete "zero" tail, use "end_max" instead.
57977         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
57979 2013-10-04  Alan Modra  <amodra@gmail.com>
57981         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
57982         support.  Don't branch over align.
57983         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
57984         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
57985         support.  Rearrange tmp reg use to suit.  Comment.
57986         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
57988 2013-10-04  Alan Modra  <amodra@gmail.com>
57990         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
57992 2013-10-04  Alan Modra  <amodra@gmail.com>
57994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
57995         conditional form of branch and link when obtaining pc.
57996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
57998 2013-10-04  Alan Modra  <amodra@gmail.com>
58000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
58001         HIWORD/LOWORD.
58002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
58003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
58005 2013-10-04  Alan Modra  <amodra@gmail.com>
58007         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
58008         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
58009         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
58010         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
58011         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
58012         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
58013         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
58014         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
58015         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
58016         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
58018 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
58019             Alistair Popple <alistair@ozlabs.au.ibm.com>
58020             Alan Modra <amodra@gmail.com>
58022         [BZ #15723]
58023         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
58024         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
58025         _dl_hwcap access for little-endian.
58026         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
58027         destroy vmx regs when saving unaligned.
58028         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
58029         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
58030         destroy vmx regs when saving unaligned.
58032 2013-10-04  Alan Modra  <amodra@gmail.com>
58034         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
58035         Don't use a union to pack hi/low value.
58037 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
58039         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
58040         for little-endian.
58041         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
58042         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
58043         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
58044         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
58045         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
58047 2013-10-04  Alan Modra  <amodra@gmail.com>
58049         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
58050         constants to usual value for .cst8 section, and remove redundant
58051         high address load.
58052         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
58053         constant for 0x1p52.  Load little-endian words of double from
58054         correct stack offsets.
58056 2013-10-04  Alan Modra  <amodra@gmail.com>
58058         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
58059         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
58060         words of double from correct stack offsets.
58061         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
58062         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
58063         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
58064         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
58065         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
58066         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
58067         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
58068         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
58069         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
58070         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
58071         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
58072         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
58073         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
58074         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
58075         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
58076         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
58077         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
58079 2013-10-04  Alan Modra  <amodra@gmail.com>
58081         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
58082         64-bit int/double union.
58083         (_FPU_SETCW): Likewise.
58084         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
58085         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
58087 2013-10-04  Alan Modra  <amodra@gmail.com>
58089         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
58090         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
58092 2013-10-04  Alan Modra  <amodra@gmail.com>
58094         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
58095         use vector int constants.
58096         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
58098 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
58100         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
58101         array with long long.
58102         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
58103         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
58104         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
58105         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
58106         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
58107         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
58108         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
58109         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
58110         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
58111         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
58112         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
58113         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
58114         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
58116 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
58118         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
58119         (__signbit): Likewise.  Correct for little-endian.
58120         (__signbitl): Call __signbit.
58121         (lrint): Correct for little-endian.
58122         (lrintf): Call lrint.
58124 2013-10-04  Alan Modra  <amodra@gmail.com>
58126         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
58127         union 32-bit int array member with 64-bit int array.
58128         (t515, tm256): Double rather than long double.
58129         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
58131 2013-10-04  Alan Modra  <amodra@gmail.com>
58133         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
58134         Delete.
58135         (IEEE854_LONG_DOUBLE_BIAS): Delete.
58136         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
58137         version of math_ldbl.h.
58139 2013-10-04  Alan Modra  <amodra@gmail.com>
58141         [BZ #15734], [BZ #15735]
58142         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
58143         all uses of ieee875 long double macros and unions.  Simplify test
58144         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
58145         ldbl_extract_mantissa value for ix,iy exponents.  Properly
58146         normalize after ldbl_extract_mantissa, and don't add hidden bit
58147         already handled.  Don't treat low word of ieee854 mantissa like
58148         low word of IBM long double and mask off bit when testing for
58149         zero.
58150         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
58151         all uses of ieee875 long double macros and unions.  Simplify tests
58152         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
58153         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
58154         two1022, instead use their values.  Recognise that tests for large
58155         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
58156         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
58157         Rewrite all uses of ieee875 long double macros and unions.  Simplify
58158         test for 0.0L and nan.  Correct negation.
58159         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
58160         ieee875 long double macros and unions.  Correct output for large
58161         magnitude x.  Correct absolute value calculation.
58162         (__erfcl): Likewise.
58163         * math/libm-test.inc: Add tests for errors discovered in IBM long
58164         double versions of fmodl, remainderl, erfl and erfcl.
58166 2013-10-04  Alan Modra  <amodra@gmail.com>
58168         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
58169         all uses of ieee854 long double macros and unions.  Simplify tests
58170         for long doubles that are fully specified by the high double.
58171         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
58172         Likewise.
58173         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
58174         Remove dead code too.
58175         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
58176         (__ieee754_ynl): Likewise.
58177         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
58178         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
58179         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
58180         Remove dead code too.
58181         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
58182         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
58183         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
58184         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
58185         Simplify.
58186         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
58187         Simplify.
58188         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
58189         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
58190         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
58191         Comment on variable precision.
58192         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
58193         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
58194         Likewise.
58195         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
58196         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
58197         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
58198         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
58199         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
58201 2013-10-04  Alan Modra  <amodra@gmail.com>
58203         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
58204         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
58205         all uses of ieee854 long double macros and unions.
58206         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
58207         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
58208         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
58209         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
58210         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
58211         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
58212         Likewise.
58213         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
58214         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
58215         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
58216         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
58217         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
58218         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
58219         Simplify sign and nan test too.
58220         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
58221         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
58222         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
58223         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
58224         Likewise.
58225         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
58226         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
58227         Likewise.
58228         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
58229         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
58230         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
58231         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
58232         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
58233         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
58235 2013-10-04  Alan Modra  <amodra@gmail.com>
58237         * stdio-common/printf_size.c (__printf_size): Don't use
58238         union ieee854_long_double in fpnum union.
58239         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
58240         signbit macro to retrieve sign from long double.
58241         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
58242         retrieve sign from long double.
58243         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
58244         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
58245         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
58246         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
58247         * math/test-misc.c (main): Don't use union ieee854_long_double.
58249 2013-10-04  Alan Modra  <amodra@gmail.com>
58251         [BZ #15680]
58252         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
58253         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
58254         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
58255         calculation.  Remove unnecessary test for denormal exponent.
58256         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
58257         Correct handling of denormals.  Avoid undefined shift behaviour.
58258         Correct normalisation of low mantissa when low double is denormal.
58259         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
58260         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
58261         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
58262         Correct normalisation of low mantissa.  Test for overflow of high
58263         mantissa and normalise.
58264         (ldbl_nearbyint): Use more readable constant for two52.
58265         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
58266         (__mpn_construct_long_double): Fix test for overflow of high
58267         mantissa and correct normalisation.  Avoid undefined shift.
58269 2013-10-04  Alan Modra  <amodra@gmail.com>
58271         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
58272         (union ibm_extended_long_double): Define as an array of ieee754_double.
58273         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
58274         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
58275         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
58276         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
58277         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
58278         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
58279         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
58280         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
58281         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
58282         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
58283         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
58285 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
58287         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
58288         page size instead of calling getpagesize.
58290         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
58291         (LOCFILE_ALIGN_MASK): Likewise.
58292         (LOCFILE_ALIGN_UP): Likewise.
58293         (LOCFILE_ALIGNED_P): Likewise.
58294         * locale/programs/ld-collate.c (collate_output): Use the new
58295         macros instead of __alignof__ (int32_t).
58296         * locale/weight.h (findidx): Likewise.
58298 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
58300         [BZ #431]
58301         * manual/string.texi: Fix strncat and wcsncat.
58303 2013-10-03  Brooks Moses  <bmoses@google.com>
58305         [BZ #15915]
58306         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
58307         * Makerules: ...here, and adjust associated comments.
58309 2013-10-02  Will Newton  <will.newton@linaro.org>
58311         * malloc/Makefile: Add tst-pvalloc.
58312         * malloc/tst-pvalloc.c: New file.
58314 2013-10-02  Will Newton  <will.newton@linaro.org>
58316         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
58317         improve test coverage.
58319 2013-10-02  Will Newton  <will.newton@linaro.org>
58321         * malloc/Makefile: Add tst-posix_memalign.
58322         * malloc/tst-posix_memalign.c: New file.
58324 2013-10-01  Eric Blake  <eblake@redhat.com>
58326         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
58327         Use __THROWNL rather than __THROW on static functions.
58329 2013-09-30  Petr Machata  <pmachata@redhat.com>
58331         * elf/elf.h (R_AARCH64_ABS16): New macro.
58332         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
58333         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
58334         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
58335         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
58336         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
58337         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
58338         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
58339         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
58340         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
58341         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
58342         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
58343         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
58344         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
58345         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
58346         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
58347         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
58348         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
58349         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
58350         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
58351         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
58352         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
58353         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
58354         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
58355         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
58356         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
58357         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
58358         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
58359         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
58360         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
58361         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
58362         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
58363         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
58364         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
58365         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
58366         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
58367         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
58368         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
58369         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
58370         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
58371         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
58372         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
58373         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
58374         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
58375         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
58376         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
58377         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
58378         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
58379         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
58380         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
58381         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
58382         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
58383         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
58384         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
58385         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
58386         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
58387         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
58388         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
58389         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
58390         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
58391         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
58392         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
58393         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
58394         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
58395         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
58396         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
58397         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
58398         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
58399         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
58400         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
58401         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
58402         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
58403         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
58404         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
58405         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
58406         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
58407         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
58408         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
58409         (R_AARCH64_TLSDESC_LDR): Likewise.
58410         (R_AARCH64_TLSDESC_ADD): Likewise.
58411         (R_AARCH64_TLSDESC_CALL): Likewise.
58413 2013-09-30  Andreas Schwab  <schwab@suse.de>
58415         [BZ #15048]
58416         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
58417         the nss database lookup.
58418         * nscd/initgrcache.c (addinitgroupsX): Likewise.
58419         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58421 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
58423         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
58425 2013-09-28  P. J. McDermott  <pj@pehjota.net>
58427         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
58428         ${Bash-specific parameter/pattern/string} parameter expansion.
58429         * sysdeps/unix/make-syscalls.sh: Likewise.
58431 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
58433         * sysdeps/sh/stackguard-macros.h: New file.
58435 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
58437         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
58438         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
58439         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
58440         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
58441         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
58442         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
58444 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58446         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
58447         Fix thread ID register.
58449 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
58451         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
58452         [POSIX || UNIX98]: Require rather than permitting all symbols from
58453         <time.h>.
58454         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
58455         element of struct sched_param.
58456         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
58457         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
58458         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
58459         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
58460         constant.
58462 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
58464         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
58465         argument calculation.
58467 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
58469         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
58470         Expect macro.
58471         [POSIX] (pthread_attr_t): Do not require type.
58472         [POSIX] (pthread_cond_t): Likewise.
58473         [POSIX] (pthread_condattr_t): Likewise.
58474         [POSIX] (pthread_key_t): Likewise.
58475         [POSIX] (pthread_mutex_t): Likewise.
58476         [POSIX] (pthread_mutexattr_t): Likewise.
58477         [POSIX] (pthread_once_t): Likewise.
58478         [POSIX] (pthread_t): Likewise.
58479         [POSIX-based standards] (pthread_atfork): Expect function.
58481 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
58482             Richard Sandiford  <richard@codesourcery.com>
58484         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
58485         (swap_endianness_p): New extern variable.
58486         (set_big_endian): New inline function.
58487         (maybe_swap_uint32): Likewise.
58488         (maybe_swap_uint32_array): Likewise.
58489         (maybe_swap_uint32_obstack): Likewise.
58490         * locale/programs/locfile.c: Include <stdbool.h>.
58491         (swap_endianness_p): New variable.
58492         (add_locale_uint32): Call maybe_swap_uint32.
58493         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
58494         (write_locale_data): Call maybe_swap_uint32_array.
58495         * locale/programs/ld-collate.c (obstack_int32_grow): Call
58496         maybe_swap_uint32.
58497         (obstack_int32_grow_fast): Likewise.
58498         (output_weightwc): Call maybe_swap_uint32_obstack.
58499         (collate_output): Likewise.
58500         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
58501         (OPT_LITTLE_ENDIAN): Likewise.
58502         (options): Add --little-endian and --big-endian options.
58503         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
58504         * locale/programs/locarchive.c: Include "locfile.h".
58505         (GET): New macro.
58506         (SET): Likewise.
58507         (INC): Likewise.
58508         (create_archive): Use the new macros to access fields of
58509         structures directly mapped from or written to locale archives.
58510         (oldlocrecentcmp): Likewise.
58511         (enlarge_archive): Likewise.
58512         (insert_name): Likewise.
58513         (add_alias): Likewise.
58514         (add_locale): Likewise.
58515         (delete_locales_from_archive): Likewise.
58516         (show_archive_content): Likewise.
58517         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
58518         locale data.
58520 2013-09-24  Roland McGrath  <roland@hack.frob.com>
58522         * manual/freemanuals.texi: Updated from (newly) canonical copy at
58523         http://www.gnu.org/doc/freemanuals.texi.
58524         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
58526 2013-09-24  Will Newton  <will.newton@linaro.org>
58528         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
58529         macro.
58531 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
58533         * locale/hashval.h (compute_hashval): Interpret bytes of key as
58534         unsigned char.
58536 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
58538         * manual/threads.texi (POSIX Threads): Fix a typo.
58540 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
58542         [BZ #14547]
58543         * string/tst-strcoll-overflow.c: New test case.
58544         * string/Makefile (xtests): Add tst-strcoll-overflow.
58545         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
58546         cache if string sizes may cause integer overflow.
58548         [BZ #14547]
58549         * string/strcoll_l.c (coll_seq): New members rule, idx,
58550         save_idx and back_us.
58551         (get_next_seq_nocache): New function.
58552         (do_compare_nocache): New function.
58553         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
58554         when malloc fails.
58556 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
58558         [BZ #15754]
58559         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
58560         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
58561         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
58563         [BZ #15754]
58564         * elf/Makefile (tests): Add tst-ptrguard1.
58565         (tests-static): Add tst-ptrguard1-static.
58566         (tst-ptrguard1-ARGS): Define.
58567         (tst-ptrguard1-static-ARGS): Define.
58568         * elf/tst-ptrguard1.c: New file.
58569         * elf/tst-ptrguard1-static.c: New file.
58570         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
58571         * sysdeps/i386/stackguard-macros.h: Likewise.
58572         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
58573         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
58574         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
58575         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
58576         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
58577         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
58579 2013-09-23  Hector Marco  <hecmargi@upv.es>
58580             Ismael Ripoll  <iripoll@disca.upv.es>
58581             Carlos O'Donell  <carlos@redhat.com>
58583         [BZ #15754]
58584         * sysdeps/generic/stackguard-macros.h: Define
58585         __pointer_chk_guard_local and POINTER_CHK_GUARD.
58586         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
58587         Define __pointer_chk_guard_local.
58588         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
58589         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
58591 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
58593         [BZ #15859]
58594         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
58596 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
58598         * include/string.h (__ffs): Declare as hidden.
58599         * string/ffs.c (__ffs): Define as hidden.
58600         * sysdeps/i386/ffs.c (__ffs): Likewise.
58601         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
58602         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
58603         * sysdeps/s390/ffs.c (__ffs): Likewise.
58604         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
58606 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
58608         * NEWS: Mention malloc probes.
58610         * malloc/arena.c (new_heap): New memory_heap_new probe.
58611         (grow_heap): New memory_heap_more probe.
58612         (shrink_heap): New memory_heap_less probe.
58613         (heap_trim): New memory_heap_free probe.
58614         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
58615         (systrim): New memory_sbrk_less probe.
58616         * manual/probes.texi: Document them.
58618         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
58619         * manual/probes.texi: Document it.
58621         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
58622         (__libc_realloc): Add memory_realloc_retry probe.
58623         (__libc_memalign): Add memory_memalign_retry probe.
58624         (__libc_valloc): Add memory_valloc_retry probe.
58625         (__libc_pvalloc): Add memory_pvalloc_retry probe.
58626         (__libc_calloc): Add memory_calloc_retry probe.
58627         * manual/probes.texi: Document them.
58629         * malloc/arena.c (get_free_list): Add probe
58630         memory_arena_reuse_free_list.
58631         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
58632         and memory_arena_reuse.
58633         (arena_get2) [!PER_THREAD]: Likewise.
58634         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
58635         memory_arena_reuse_realloc.
58636         * manual/probes.texi: Document them.
58638         * malloc/malloc.c (__libc_free): Add
58639         memory_mallopt_free_dyn_thresholds probe.
58640         (__libc_mallopt): Add multiple memory_mallopt probes.
58641         * manual/probes.texi: Document them.
58643         * malloc/malloc.c: Include stap-probe.h.
58644         (__libc_mallopt): Add memory_mallopt probe.
58645         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
58646         * manual/probes.texi: New.
58647         * manual/Makefile (chapters): Add probes.
58648         * manual/threads.texi: Set next node.
58650 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
58652         [BZ #15963, #13985]
58653         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
58654         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
58655         Add `Chinese' to `nan' entry name.
58657 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
58659         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
58660         (POLYNOMIAL): Likewise.
58661         (TAYLOR_SINCOS): Likewise.
58662         (TAYLOR_SLOW): Likewise.
58663         (__sin): Use TAYLOR_SINCOS.
58664         (__cos): Likewise.
58665         (slow): Use TAYLOR_SLOW.
58666         (sloww): Likewise.
58667         (bsloww): Likewise.
58668         (csloww): Likewise.
58670 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
58672         * stdlib/strtod_l.c: Fix buffer overrun.
58674 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
58676         * benchtests/Makefile (bench): Add sincos.
58677         * benchtests/bench-sincos.c: New file.
58679         * math/libm-test.inc (cos_test_data): New test inputs.
58680         (sin_test_data): Likewise.
58682         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
58683         macro.
58684         (__sin): Use it.
58685         (__cos): Likewise.
58686         (slow1): Likewise.
58687         (slow2): Likewise.
58688         (sloww1): Likewise.
58689         (sloww2): Likewise.
58690         (bsloww1): Likewise.
58691         (bsloww2): Likewise.
58692         (cslow2): Likewise.
58693         (csloww1): Likewise.
58694         (csloww2): Likewise.
58696         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
58697         function.
58698         (__sin): Use it.
58699         (__cos): Likewise.
58701         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
58702         gotos.
58703         (__cos): Likewise.
58705 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
58707         * config.h.in (HAVE_MIPS_NAN2008): New macro.
58708         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
58709         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
58710         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
58711         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
58712         * elf/cache.c (print_entry): Handle the new cache flags.
58714 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
58715             Aldy Hernandez  <aldyh@redhat.com>
58717         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
58718         Change condition to [_SOFT_FLOAT].
58719         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
58720         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
58721         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
58722         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
58723         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
58724         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
58725         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
58726         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
58727         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
58728         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
58729         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
58730         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
58731         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
58732         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
58733         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
58734         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
58735         declaration.
58737 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
58739         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
58740         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
58741         (__longjmp): Use LOAD_GP to load saved GPRs.
58742         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
58743         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
58744         (__sigsetjmp): Use SAVE_GP to save GPRs.
58746         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
58747         Do not append -msoft-float.
58748         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
58750 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
58752         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
58754 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
58756         [BZ #15966]
58757         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
58758         (_FPU_GETCW): Use initial "__" on variable and field names but not
58759         on macro parameter name.
58760         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
58761         parentheses around reference to macro parameter.
58763 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
58765         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
58766         prototype.
58767         (ctype_startup): Use uint32_t in cast and sizeof for
58768         ctype->charnames.
58770 2013-09-11  Jia Liu  <proljc@gmail.com>
58772         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
58773         __daddr_t_defined.
58774         [__FreeBSD__]: Likewise.
58776 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
58778         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
58779         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
58780         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
58781         (strchr): Remove __strchr_sse42 ifunc selection.
58782         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
58783         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
58785 2013-09-11  Will Newton  <will.newton@linaro.org>
58787         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
58788         parameter to RES. Remove hardcoded 1000 value.
58789         * benchtests/bench-skeleton.c (main): Pass RES parameter
58790         to TIMING_INIT and multiply result by 1000.
58792 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58794         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
58796 2013-09-11  Andreas Schwab  <schwab@suse.de>
58798         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
58799         if not defined.
58800         (O_TMPFILE) [__USE_GNU]: Define.
58801         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
58802         Define.
58804 2013-09-11  Will Newton  <will.newton@linaro.org>
58806         [BZ #15857]
58807         * malloc/malloc.c (__libc_memalign): Check the value of bytes
58808         does not overflow.
58810 2013-09-11  Will Newton  <will.newton@linaro.org>
58812         [BZ #15856]
58813         * malloc/malloc.c (__libc_valloc): Check the value of bytes
58814         does not overflow.
58816 2013-09-11  Will Newton  <will.newton@linaro.org>
58818         [BZ #15855]
58819         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
58820         does not overflow.
58822 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
58824         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
58825         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
58826         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
58827         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
58828         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
58830 2013-09-10  Allan McRae  <allan@archlinux.org>
58832         [BZ #15748]
58833         * manual/arith.texi (Parsing of Floats): Clarify
58834         cross-reference.
58836         [BZ #15849]
58837         * manual/install.texi (Running make install): Mention
58838         --enable-pt-chown.
58839         * INSTALL: Regenerated.
58841 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
58843         * csu/init-first.c (_init): Remove the !SHARED condition around
58844         FPU control word initialization.
58845         * elf/dl-support.c (_dl_fpu_control): New variable.
58846         (_dl_aux_init) <AT_FPUCW>: Initialize it.
58847         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
58848         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
58849         * math/test-fpucw-static.c: New file.
58850         * math/test-fpucw-ieee.c: New file.
58851         * math/test-fpucw-ieee-static.c: New file.
58852         * math/Makefile (tests): Add `test-fpucw-ieee' and
58853         `$(tests-static)'.
58854         (tests-static): New variable.
58855         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
58856         dependency to...
58857         [($(build-shared),yes)]
58858         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
58859         ... this.
58860         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
58861         New dependency.
58863 2013-09-09  Allan McRae  <allan@archlinux.org>
58865         [BZ #15939]
58866         * manual/string.texi (Collation Functions): Fix typo in
58867         strcoll example.
58868         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
58870         [BZ #15893]
58871         * stdlib/isomac.c (get_null_defines): Fix memory leak.
58873         [BZ #15892]
58874         * libio/memstream.c (open_memstream): Fix memory leak.
58875         * libio/wmemstream.c (open_wmemstream): Likewise.
58877         [BZ #15895]
58878         * nscd/netgroupcache.c: Fix nesting of ifdefs.
58880 2013-09-09  Will Newton  <will.newton@linaro.org>
58882         * malloc/Makefile: Add tst-realloc to tests.
58883         * malloc/tst-realloc.c: New file.
58885 2013-09-09  Allan McRae  <allan@archlinux.org>
58887         [BZ #15844]
58888         * COPYING: Update from GNU website to fix FSF address.
58889         * COPYING.LIB: Likewise.
58891 2013-09-06  David S. Miller  <davem@davemloft.net>
58893         * po/zh_TW.po: Update Chinese (traditional) translation from
58894         translation project.
58896 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
58897             Joseph Myers  <joseph@codesourcery.com>
58899         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
58900         "localeinfo.h".
58901         (obstack_chunk_alloc): New macro.
58902         (obstack_chunk_free): Likewise.
58903         (record_offset): New function.
58904         (init_locale_data): Likewise.
58905         (align_locale_data): Likewise.
58906         (add_locale_empty): Likewise.
58907         (add_locale_raw_data): Likewise.
58908         (add_locale_raw_obstack): Likewise.
58909         (add_locale_string): Likewise.
58910         (add_locale_wstring): Likewise.
58911         (add_locale_uint32): Likewise.
58912         (add_locale_uint32_array): Likewise.
58913         (add_locale_char): Likewise.
58914         (start_locale_structure): Likewise.
58915         (end_locale_structure): Likewise.
58916         (start_locale_prelude): Likewise.
58917         (end_locale_prelude): Likewise.
58918         (write_locale_data): Take locale_file structure rather than an
58919         iovec.
58920         * locale/programs/locfile.h: Include "obstack.h".
58921         (struct locale_file): Change to store locale file contents instead
58922         of header.
58923         (init_locale_data): New prototype.
58924         (align_locale_data): Likewise.
58925         (add_locale_empty): Likewise.
58926         (add_locale_raw_data): Likewise.
58927         (add_locale_raw_obstack): Likewise.
58928         (add_locale_string): Likewise.
58929         (add_locale_wstring): Likewise.
58930         (add_locale_uint32): Likewise.
58931         (add_locale_uint32_array): Likewise.
58932         (add_locale_char): Likewise.
58933         (start_locale_structure): Likewise.
58934         (end_locale_structure): Likewise.
58935         (start_locale_prelude): Likewise.
58936         (end_locale_prelude): Likewise.
58937         (write_locale_data): Update prototype.
58938         * locale/programs/3level.h (struct TABLE): Remove result field.
58939         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
58940         Use new locale_file interface.
58941         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
58942         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
58943         * locale/programs/ld-address.c (address_output): Use new
58944         locale_file interface.
58945         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
58946         NO_ADD_LOCALE.
58947         (collate_finish): Don't call collseq_table_finalize.
58948         (collate_output): Use new locale_file interface.
58949         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
58950         in file.
58951         (NO_FINALIZE): Change to NO_ADD_LOCALE.
58952         (TABLE): Move defines earlier in file.
58953         (ELEMENT): Likewise.
58954         (DEFAULT): Likewise.
58955         (wctrans_table_add): Move macro and inline function earlier in
58956         file.
58957         (struct wctype_table): Move type earlier in file.
58958         (add_locale_wctype_table): New static prototype.
58959         (struct locale_ctype_t): Use logical types instead of struct iovec
58960         pointers for members.
58961         (ctype_output): Use new locale_file interface.
58962         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
58963         new locale_file interface.
58964         (allocate_arrays): Update for use of new locale_file interface.
58965         * locale/programs/ld-identification.c (identification_output): Use
58966         new locale_file interface.
58967         * locale/programs/ld-measurement.c (measurement_output): Likewise.
58968         * locale/programs/ld-messages.c (messages_output): Likewise.
58969         * locale/programs/ld-monetary.c (monetary_output): Likewise.
58970         * locale/programs/ld-name.c (name_output): Likewise.
58971         * locale/programs/ld-numeric.c (numeric_output): Likewise.
58972         * locale/programs/ld-paper.c (paper_output): Likewise.
58973         * locale/programs/ld-telephone.c (telephone_output): Likewise.
58974         * locale/programs/ld-time.c (time_output): Likewise.
58976 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
58978         * benchtests/Makefile: Add memrchr benchmark.
58979         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
58980         benchmark as memrchr.
58981         * benchtests/bench-memrchr-ifunc.c: New file.
58982         * benchtests/bench-memrchr.c: New file.
58984 2013-09-06   Will Newton  <will.newton@linaro.org>
58986         * benchtests/Makefile (string-bench): Add memcpy.
58988 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
58989             Cong Wang  <amwang@redhat.com>
58991         [BZ #15850]
58992         * sysdeps/unix/sysv/linux/bits/in.h
58993         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
58994         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
58995         before __USE_KERNEL_IPV6_DEFS uses.
58996         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
58997         IPPROTO_BEETPH.
58998         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
58999         sockaddr_in6, or ipv6_mreq.
59001 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59003         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
59004         memory access for final bytes in some large inputs.
59005         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
59007 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59009         * string/test-memrchr.c: New file.
59010         * string/test-memrchr-ifunc.c: New file.
59011         * string/Makefile: Add new memrchr testcase.
59013 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
59015         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
59016         fanotify_init returns EPERM.
59018 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
59020         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
59021         errors.
59022         (top level): Treat second token from macro or constant entries for
59023         allowed headers as allowed.
59024         * include/complex.h: Condition internal declarations on
59025         [!_ISOMAC].
59026         * include/fenv.h: Condition include of <stdbool.h> and internal
59027         declarations on [!_ISOMAC].
59029 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
59031         [BZ #15923]
59032         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
59034 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
59036         * configure.in (--enable-versioning): Remove configure option.
59037         (libc_cv_asm_symver_directive): Remove configure test.
59038         (libc_cv_ld_version_script_option): Likewise.
59039         (VERSIONING): Remove variable and AC_SUBST.
59040         (DO_VERSIONING): Remove AC_DEFINE.
59041         * configure: Regenerated.
59042         * config.h.in (DO_VERSIONING): Remove macro.
59043         * Makerules [$(versioning) = yes]: Change conditionals to
59044         [$(build-shared) = yes].
59045         * config.make.in (versioning): Remove variable.
59046         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
59047         [$(build-shared) = yes].
59048         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
59049         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
59050         * elf/Makefile [$(versioning) = yes]: Change conditionals to
59051         [$(build-shared) = yes].
59052         * extra-lib.mk [$(versioning) = yes]: Likewise.
59053         * hurd/Makefile [$(versioning) = yes]: Likewise.
59054         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
59055         [SHARED].
59056         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
59057         [SHARED].
59058         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
59059         [SHARED && !NO_HIDDEN].
59060         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
59061         [SHARED].
59062         [SHARED && DO_VERSIONING]: Likewise..
59063         * libio/Makefile [$(versioning) = yes]: Change conditionals to
59064         [$(build-shared) = yes].
59065         * manual/install.texi (--disable-versioning): Remove
59066         documentation.
59067         * INSTALL: Regenerated.
59068         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
59069         to [SHARED].
59070         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
59071         [$(build-shared) = yes].
59072         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
59073         * sysdeps/i386/i686/multiarch/strstr-c.c
59074         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
59075         [SHARED && !NO_HIDDEN].
59076         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
59077         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
59078         * sysdeps/powerpc/powerpc32/dl-machine.c
59079         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
59080         * sysdeps/powerpc/powerpc32/sysdep.h
59081         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
59082         to [SHARED && PIC && !NO_HIDDEN].
59083         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
59084         conditional to [SHARED].
59086 2013-09-04   Will Newton  <will.newton@linaro.org>
59088         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
59089         * benchtests/bench-string.h: Include bench-timing.h instead
59090         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
59091         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
59092         call to HP_TIMING_DIFF_INIT.
59093         * benchtests/bench-memccpy.c: Use bench-timing.h macros
59094         instead of hp-timing.h macros.
59095         * benchtests/bench-memchr.c: Likewise.
59096         * benchtests/bench-memcmp.c: Likewise.
59097         * benchtests/bench-memcpy.c: Likewise.
59098         * benchtests/bench-memmem.c: Likewise.
59099         * benchtests/bench-memmove.c: Likewise.
59100         * benchtests/bench-memset.c: Likewise.
59101         * benchtests/bench-rawmemchr.c: Likewise.
59102         * benchtests/bench-strcasecmp.c: Likewise.
59103         * benchtests/bench-strcasestr.c: Likewise.
59104         * benchtests/bench-strcat.c: Likewise.
59105         * benchtests/bench-strchr.c: Likewise.
59106         * benchtests/bench-strcmp.c: Likewise.
59107         * benchtests/bench-strcpy.c: Likewise.
59108         * benchtests/bench-strcpy_chk.c: Likewise.
59109         * benchtests/bench-strlen.c: Likewise.
59110         * benchtests/bench-strncasecmp.c: Likewise.
59111         * benchtests/bench-strncat.c: Likewise.
59112         * benchtests/bench-strncmp.c: Likewise.
59113         * benchtests/bench-strncpy.c: Likewise.
59114         * benchtests/bench-strnlen.c: Likewise.
59115         * benchtests/bench-strpbrk.c: Likewise.
59116         * benchtests/bench-strrchr.c: Likewise.
59117         * benchtests/bench-strspn.c: Likewise.
59118         * benchtests/bench-strstr.c: Likewise.
59120 2013-09-04  Will Newton  <will.newton@linaro.org>
59122         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
59124 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
59126         [BZ #15427]
59127         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
59128         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
59129         * math/libm-test.inc (lgamma_test_data): Add more tests.
59130         * sysdeps/i386/fpu/libm-test-ulps: Update.
59131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59133 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
59135         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
59136         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
59137         Add ifunc.
59138         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
59139         Add strcmp-sse2-unaligned
59140         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
59142 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
59144         * Versions.def (libc): Add GLIBC_2.19.
59146 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
59148         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
59149         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
59151 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
59153         [BZ #14155]
59154         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
59155         intermediate calculations in recurrence.
59156         (__ieee754_ynf): Likewise.
59157         * math/libm-test.inc (jn_test_data): Do not allow spurious
59158         underflow exception.  Add more tests.
59159         (yn_test_data): Add more tests.
59160         * sysdeps/i386/fpu/libm-test-ulps: Update.
59161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59163 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
59165         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
59167 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
59169         * csu/init-first.c: Fix then/than typos.
59170         * locale/programs/ld-collate.c: Likewise.
59171         * locale/programs/linereader.h: Likewise.
59172         * manual/charset.texi: Likewise.
59173         * manual/filesys.texi: Likewise.
59174         * manual/stdio.texi: Likewise.
59175         * manual/string.texi: Likewise.
59176         * stdlib/fmtmsg.c: Likewise.
59177         * sysdeps/i386/stpncpy.S: Likewise.
59178         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
59179         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
59180         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
59181         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
59183 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
59185         * elf/dl-open.c: Fix typos.
59186         * iconvdata/gbbig5.c: Likewise.
59187         * iconvdata/iso-2022-jp.c: Likewise.
59188         * iconv/gconv_int.h: Likewise.
59189         * iconv/loop.c: Likewise.
59190         * nis/rpcsvc/nis.h: Likewise.
59191         * resolv/ns_name.c: Likewise.
59192         * stdio-common/vfscanf.c: Likewise.
59193         * streams/stropts.h: Likewise.
59194         * sunrpc/rpc_thread.c: Likewise.
59195         * sysdeps/i386/strpbrk.S: Likewise.
59196         * sysdeps/ieee754/k_standard.c: Likewise.
59197         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
59198         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
59199         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
59200         * sysdeps/mach/hurd/profil.c: Likewise.
59201         * sysdeps/s390/dl-procinfo.h: Likewise.
59202         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
59203         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
59204         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
59205         * sysdeps/x86_64/dl-trampoline.S: Likewise.
59206         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
59208 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
59210         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
59211         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
59213 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
59215         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
59216         aix specific files.
59217         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
59218         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
59219         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
59220         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
59221         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
59222         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
59223         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
59224         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
59226 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
59227             Roland McGrath  <roland@hack.frob.com>
59229         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
59230         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
59232 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59234         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
59235         __executable_start symbol instead of _start.
59237 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
59239         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
59240         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
59241         Move macros to...
59242         * sysdeps/gnu/ldsodefs.h: ... this new file.
59244         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
59245         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
59246         instead of ELFOSABI_LINUX.
59248         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
59249         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
59250         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
59251         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
59252         Likewise.
59253         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
59254         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
59255         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
59256         Likewise.
59257         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
59258         (ibm_extended_long_double): Add ieee_nan member.
59259         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
59260         (do_test): New function.
59262         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
59263         TEST_TRUNC.
59264         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
59265         functions, renamed from truncdfsf_test, trunctfsf_test,
59266         trunctfdf_test.
59267         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
59268         functions.
59269         (do_test): Run all these.
59271 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
59273         * argp/argp-help.c: Fix typos.
59274         * argp/argp-parse.c: Likewise.
59275         * debug/backtracesyms.c: Likewise.
59276         * elf/elf.h: Likewise.
59277         * malloc/malloc.c: Likewise.
59278         * nis/nis_print.c: Likewise.
59279         * resolv/res_comp.c: Likewise.
59280         * stdlib/stdlib.h: Likewise.
59281         * sunrpc/clnt_tcp.c: Likewise.
59282         * sunrpc/clnt_udp.c: Likewise.
59283         * sunrpc/clnt_unix.c: Likewise.
59284         * sysdeps/unix/bsd/ptsname.c: Likewise.
59285         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
59286         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
59287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
59288         Likewise.
59289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
59290         Likewise.
59291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
59292         Likewise.
59293         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
59295 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
59297         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
59298         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
59300 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
59302         [BZ #15897]
59303         * dlfcn/Makefile (tests): Add bug-dl-leaf.
59304         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
59305         ($(objpfx)bug-dl-leaf): New rule.
59306         ($(objpfx)bug-dl-leaf.so): Likewise.
59307         ($(objpfx)bug-dl-leaf.out): Likewise.
59308         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
59309         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
59310         * dlfcn/bug-dl-leaf.c: New test.
59311         * dlfcn/bug-dl-leaf-lib.c: Likewise.
59312         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
59313         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
59314         (dlclose): Likewise.
59315         (dlmopen): Likewise.
59317 2013-08-27  Roland McGrath  <roland@hack.frob.com>
59319         * include/netdb.h [!_ISOMAC]:
59320         Don't include <tls.h>.
59321         (h_errno, __libc_h_errno): Move declaration and macros out of
59322         [_LIBC_REENTRANT].
59324         * include/resolv.h [_RESOLV_H_]:
59325         Don't include <tls.h>.
59326         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
59327         * resolv/res_libc.c: Don't include <tls.h>.
59328         (_res): Use __attribute__ ((nocommon)) in place of
59329         __attribute__ ((section (".bss"))).
59331         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
59332         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
59334         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
59336         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
59337         only under [SIOCGIFCONF && SIOCGIFNETMASK].
59339         * resolv/res_mkquery.c: Include <sys/time.h>.
59341         * inet/ifreq.c: Moved to ...
59342         * sysdeps/unix/ifreq.c: ... here.
59343         * inet/ifreq.c: New file, true stub version.
59345         * socket/sa_len.c: New file.
59346         * socket/Makefile (aux): Add it.
59347         * sysdeps/unix/sysv/linux/Makefile
59348         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
59349         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
59350         and #include <socket/sa_len.c>.
59351         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
59352         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
59354         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
59355         * bits/socket.h: ... here.
59357         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
59358         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
59359         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
59361 2013-08-27  Andreas Schwab  <schwab@suse.de>
59363         [BZ #15736]
59364         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
59365         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
59366         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
59367         * string/test-strcasecmp.c (test_main): Run tests in several
59368         locales.
59369         * string/test-strncasecmp.c (test_main): Likewise.
59371         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
59372         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
59373         to __strcasecmp_nonascii and __strncasecmp_nonascii.
59374         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
59375         (__strncasecmp_ssse3) [PIC]: Likewise.
59377 2013-08-26  Roland McGrath  <roland@hack.frob.com>
59379         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
59381         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
59382         instead of explicitly declaring xdecrypt.
59383         * nis/nss_nis/nis-publickey.c: Likewise.
59385 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
59387         [BZ #15890]
59388         * nscd/aicache.c: Include res_hconf.h.
59389         (addhstaiX): Initialize res_hconf.
59391 2013-08-26  Andreas Schwab  <schwab@suse.de>
59393         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
59394         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
59396 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
59398         * nscd/aicache.c (addhstaiX): Fix indentation.
59400 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
59402         * configure.ac: Quote $build_pt_chown test.
59403         * configure: Regenerated.
59405 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
59407         [BZ #15532]
59408         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
59409         * math/s_cexpf.c (__cexpf): Likewise.
59410         * math/s_cexpl.c (__cexpl): Likewise.
59411         * math/libm-test.inc (cexp_test_data): Correct expected return
59412         value for NaN + i0.  Add another test.
59414 2013-08-22  David S. Miller  <davem@davemloft.net>
59416         * po/ca.po: Update Catalan translation from translation project.
59417         * po/uk.po: Add Ukrainian translations from translation project.
59419 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
59421         [BZ #15797]
59422         * math/s_fdim.c (__fdim): Check for infinite arguments if result
59423         is infinite, not alongside NaN test.
59424         * math/s_fdimf.c (__fdimf): Likewise.
59425         * math/s_fdiml.c (__fdiml): Likewise.
59426         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
59427         errno is unchanged.
59429 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
59431         * argp/argp-help.c: Fix typos.
59432         * crypt/speeds.c: Likewise.
59433         * csu/check_fds.c: Likewise.
59434         * elf/dl-load.c: Likewise.
59435         * elf/dl-open.c: Likewise.
59436         * elf/reldep3.c: Likewise.
59437         * elf/reldep.c: Likewise.
59438         * elf/sprof.c: Likewise.
59439         * iconv/iconv_charmap.c: Likewise.
59440         * iconv/skeleton.c: Likewise.
59441         * iconv/strtab.c: Likewise.
59442         * io/lockf64.c: Likewise.
59443         * libio/libioP.h: Likewise.
59444         * resolv/gai_notify.c: Likewise.
59445         * resolv/ns_name.c: Likewise.
59446         * resolv/ns_samedomain.c: Likewise.
59447         * resolv/res_send.c: Likewise.
59448         * stdlib/random.c: Likewise.
59449         * sunrpc/rpc/xdr.h: Likewise.
59450         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
59451         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
59452         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
59453         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
59454         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
59455         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
59456         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
59457         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
59458         * sysdeps/mach/hurd/check_fds.c: Likewise.
59459         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
59460         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
59461         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
59462         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
59463         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
59464         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
59465         * sysdeps/pthread/aio_notify.c: Likewise.
59466         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
59467         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
59468         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
59469         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
59470         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
59472 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
59474         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
59475         version if bit_Slow_SSE4_2 is set.
59476         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
59477         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
59479 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59481         [BZ #15867]
59482         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
59483         trampoline stack frame information.
59484         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
59485         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
59486         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
59487         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
59488         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
59489         * sysdeps/unix/sysv/linux/powerpc/init-first.c
59490         (_libc_vdso_platform_setup): Initialize the signal trampolines.
59491         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
59492         sa_flags value.
59493         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
59494         interrupting a syscall and set with option SA_SIGINFO.
59496 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
59498         [BZ #15531]
59499         * math/s_cproj.c (__cproj): Only return an infinity if one part of
59500         argument is infinite.
59501         * math/s_cprojf.c (__cprojf): Likewise.
59502         * math/s_cprojl.c (__cprojl): Likewise.
59503         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
59504         * math/libm-test.inc (cproj_test_data): Add more tests.
59506         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
59508         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
59509         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
59510         size.  Use __ffs to determine corresponding shift.
59512 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
59513             Roland McGrath  <roland@hack.frob.com>
59515         * Makefile (INSTALL): Remove trailing blank lines from output of
59516         makeinfo.
59518 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
59520         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
59521         Align 32 bit compat elf_greg to 8 bytes.
59523 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
59525         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
59527 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
59529         * string/strcoll_l.c (coll_seq): New structure.
59530         (get_next_seq_cached): New function.
59531         (get_next_seq): New function.
59532         (do_compare): New function.
59533         (STRCOLL): Use GNU style definition.  Simplify implementation
59534         by using get_next_seq, get_next_seq_cached and do_compare.
59536 2013-08-16  Florian Weimer  <fweimer@redhat.com>
59538         [BZ #14699]
59539         CVE-2013-4237
59540         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
59541         member.
59542         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
59543         member.
59544         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
59545         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
59546         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
59547         conditional.
59548         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
59549         GETDENTS_64BIT_ALIGNED.
59550         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
59551         * manual/filesys.texi (Reading/Closing Directory): Document
59552         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
59553         strongly.
59554         * manual/conf.texi (Limits for Files): Add portability note to
59555         NAME_MAX, PATH_MAX.
59556         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
59558 2013-08-13  Andreas Schwab  <schwab@suse.de>
59560         [BZ #15749]
59561         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
59562         of fabs.
59563         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
59564         LDBL_MAX_EXP >= 16384]: Add tests for it.
59566 2013-08-12  David S. Miller  <davem@davemloft.net>
59568         * version.h (RELEASE): Set to "development".
59569         (VERSION): Set to "2.18.90".
59570         * NEWS: Add 2.19 section.
59572 2013-08-03  David S. Miller  <davem@davemloft.net>
59574         * po/ko.po: Update Korean translation from translation project.
59576 2013-08-01  David S. Miller  <davem@davemloft.net>
59578         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
59579         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
59580         Bilka.
59582 2013-07-30  David S. Miller  <davem@davemloft.net>
59584         * po/fr.po: Update French translation from translation project.
59586 2013-07-28  David S. Miller  <davem@davemloft.net>
59588         * po/cs.po: Update Czech translation from translation project.
59590         * po/sv.po: Update Swedish translation from translation project.
59592 2013-07-27  David S. Miller  <davem@davemloft.net>
59594         * po/eo.po: Update Esperanto translation from translation project.
59596         * po/vi.po: Update Vietnamese translation from translation project.
59598         * po/de.po: Update German translation from translation project.
59600 2013-07-26  David S. Miller  <davem@davemloft.net>
59602         * po/bg.po: Update Bulgarian translation from translation project.
59604         * po/nl.po: Update Dutch translation from translation project.
59605         * po/pl.po: Update Polish translation from translation project.
59606         * po/ru.po: Update Russian translation from translation project.
59608 2013-07-24  David S. Miller  <davem@davemloft.net>
59610         * po/libc.pot: Update.
59612 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59614         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
59615         variable page size.
59616         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
59617         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
59618         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
59620 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
59622         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
59624 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
59625             Andreas Schwab  <schwab@suse.de>
59626             Roland McGrath  <roland@hack.frob.com>
59627             Joseph Myers  <joseph@codesourcery.com>
59628             Carlos O'Donell  <carlos@redhat.com>
59630         [BZ #15755]
59631         * config.h.in: Define HAVE_PT_CHOWN.
59632         * config.make.in (build-pt-chown): New variable.
59633         * configure.in (--enable-pt_chown): New configure option.
59634         * configure: Regenerate.
59635         * login/Makefile: Include Makeconfig.  Build pt_chown only if
59636         build-pt-chown is enabled.
59637         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
59638         pt_chown to fix pty ownership.
59639         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
59640         CLOSE_ALL_FDS.
59641         * manual/install.texi (Configuring and compiling): Mention
59642         --enable-pt_chown. Add @findex for grantpt.
59643         * INSTALL: Regenerate.
59645 2013-07-20  David S. Miller  <davem@davemloft.net>
59647         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
59648         difference between 32-bit and 64-bit.
59650 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
59652         [BZ #15711]
59653         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
59654         Avoid system header dependency with -ffreestanding.
59655         ($(objpfx)bits/syscall%d): Likewise.
59657 2013-07-13  David S. Miller  <davem@davemloft.net>
59659         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
59660         underflows from atanl/atan2l due to bug 15319.
59661         (casinh_test_data): Likewise.
59663 2013-07-07  David S. Miller  <davem@davemloft.net>
59665         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
59667 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
59669         * sysdeps/i386/fpu/libm-test-ulps: Update.
59670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59672 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
59674         * configure.in (--enable-lock-elision): Fix message text.
59675         * INSTALL: Regenerate.
59676         * configure: Regenerate.
59678 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59680         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
59682 2013-07-03  Andreas Jaeger  <aj@suse.de>
59684         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
59685         define.
59686         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
59687         (ptrace_peeksiginfo_args): Add.
59688         (__ptrace_peeksiginfo_flags): Add.
59689         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
59690         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
59691         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
59693 2013-07-03  Allan McRae  <allan@archlinux.org>
59695         * sysdeps/i386/fpu/libm-test-ulps: Update.
59697 2013-07-02  David S. Miller  <davem@davemloft.net>
59699         * sysdeps/sparc/fpu/libm-test-ulps: Update.
59701 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
59703         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
59705 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
59707         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
59708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59710 2013-07-02  Andi Kleen <ak@linux.intel.com>
59712         * config.h.in (ENABLE_LOCK_ELISION): Add.
59713         * configure.in (--enable-lock-elision): Add option.
59714         * manual/install.texi: Document --enable lock elision.
59715         * configure: Regenerate
59716         * INSTALL: Regenerate.
59718 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
59720         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
59721         SSE4.2 strcasecmp for libc.a.
59722         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
59724 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
59726         [BZ #13304]
59727         * soft-fp/op-common.h (_FP_FMA): New macro.
59728         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
59729         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
59730         (_FP_MUL_MEAT_1_imm): ... here.
59731         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
59732         (_FP_MUL_MEAT_1_wide): ... here.
59733         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
59734         (_FP_MUL_MEAT_1_hard): ... here.
59735         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
59736         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
59737         (_FP_MUL_MEAT_2_wide): ... here.
59738         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
59739         (_FP_MUL_MEAT_2_wide_3mul): ... here.
59740         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
59741         (_FP_MUL_MEAT_2_gmp): ... here.
59742         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
59743         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
59744         (_FP_MUL_MEAT_4_wide): ... here.
59745         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
59746         (_FP_MUL_MEAT_4_gmp): ... here.
59747         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
59748         (_FP_WFRACBITS_DW_S): Likewise.
59749         (_FP_WFRACXBITS_DW_S): Likewise.
59750         (_FP_HIGHBIT_DW_S): Likewise.
59751         (FP_FMA_S): Likewise.
59752         (_FP_FRAC_HIGH_DW_S): Likewise.
59753         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
59754         (_FP_WFRACBITS_DW_D): Likewise.
59755         (_FP_WFRACXBITS_DW_D): Likewise.
59756         (_FP_HIGHBIT_DW_D): Likewise.
59757         (FP_FMA_D): Likewise.
59758         (_FP_FRAC_HIGH_DW_D): Likewise.
59759         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
59760         (_FP_WFRACBITS_DW_E): Likewise.
59761         (_FP_WFRACXBITS_DW_E): Likewise.
59762         (_FP_HIGHBIT_DW_E): Likewise.
59763         (FP_FMA_E): Likewise.
59764         (_FP_FRAC_HIGH_DW_E): Likewise.
59765         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
59766         (_FP_WFRACBITS_DW_Q): Likewise.
59767         (_FP_WFRACXBITS_DW_Q): Likewise.
59768         (_FP_HIGHBIT_DW_Q): Likewise.
59769         (FP_FMA_Q): Likewise.
59770         (_FP_FRAC_HIGH_DW_Q): Likewise.
59771         * soft-fp/fmasf4.c: New file.
59772         * soft-fp/fmadf4.c: Likewise.
59773         * soft-fp/fmatf4.c: Likewise.
59775 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
59777         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
59778         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
59779         Silvermont.
59780         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
59781         macro.
59782         (index_Slow_SSE4_2): Likewise.
59783         (index_Prefer_PMINUB_for_stringop): Likewise.
59784         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
59785         bit_Slow_SSE4_2 is set.
59786         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
59787         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
59789 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
59791         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
59792         rtld_global._dl_hwcap2.
59793         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
59794         POWER8.
59795         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
59796         POWER8 feature descriptions defined in _dl_hwcap2.
59797         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
59798         string handling for POWER8 feature bits.
59799         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
59800         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
59801         _dl_powerpc_cap_flags.
59802         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
59803         * sysdeps/powerpc/rtld-global-offsets.sym
59804         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
59805         _dl_hwcap2 in the rtld_global_ro structure.
59807 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
59809         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
59810         hardware capabilities in support of AT_HWCAP2.
59811         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
59812         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
59813         GLRO(dl_hwcap2).
59814         (_dl_show_auxv): Add support for calling _dl_procinfo to display
59815         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
59816         explicitly the unknown a_type display mechanism is used.
59817         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
59818         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
59819         struct member.
59820         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
59821         to macro prototype for AT_HWCAP2 support.
59822         * sysdeps/i386/dl-procinfo.h: Likewise.
59823         * sysdeps/s390/dl-procinfo.h: Likewise.
59824         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
59825         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
59826         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
59827         return -1 for unknown a_type display fallback.
59828         * sysdeps/sparc/dl-procinfo.h: Likewise.
59829         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
59830         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
59832 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
59834         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
59835         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
59837 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
59839         [BZ #12492]
59840         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
59841         mprotect making __stack_prot writable.
59843 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
59844             Joseph Myers  <joseph@codesourcery.com>
59846         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
59847         as being properly aligned.
59849 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
59851         * dlfcn/modstatic5.c: New file.
59852         * dlfcn/tststatic5.c: New file.
59853         * dlfcn/Makefile (tests): Add tststatic5.
59854         (tests-static): Likewise.
59855         (modules-names): Add modstatic5.
59856         (tststatic5-ENV): New variable.
59857         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
59859         [BZ #15022]
59860         * elf/dl-support.c (_dl_main_map): New variable.
59861         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
59862         (_dl_nns, _dl_load_adds): Set to 1.
59863         (_dl_initial_searchlist): Refer to _dl_main_map.
59864         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
59865         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
59866         call to _dl_get_origin.
59867         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
59868         around call_map.
59869         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
59870         * dlfcn/modstatic3.c: New file.
59871         * dlfcn/tststatic3.c: New file.
59872         * dlfcn/tststatic4.c: New file.
59873         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
59874         (tests-static): Likewise.
59875         (modules-names): Add modstatic3.
59876         (tststatic3-ENV, tststatic4-ENV): New variables.
59877         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
59878         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
59880 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
59882         * configure.in (CC): Require GCC version 4.4 or later.
59883         * configure: Regenerated.
59884         * manual/install.texi (Tools for Compilation): Update GCC version
59885         requirement.
59886         * INSTALL: Regenerated.
59888 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
59890         [BZ #15674]
59891         * string/test-memcmp.c (check2): New.
59892         (main): Call check2.
59894         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
59896 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
59898         [BZ #15022]
59899         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
59900         over to...
59901         (dl_open_worker) [!SHARED]: ... here.
59903 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
59905         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
59907 2013-06-25  Richard Henderson  <rth@redhat.com>
59909         * locale/programs/locarchive.c: Include <libc-internal.h>
59911 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
59913         * manual/texinfo.tex: Update to version 2013-06-21.17, with
59914         trailing whitespace removed.
59916 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
59918         [BZ #10283]
59919         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
59920         * locale/programs/locarchive.c: Include libc-mmap.h.
59921         (prepare_address_space): Take two new outputs (the mmap base and len).
59922         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
59923         values.
59924         (create_archive): Declare new mmap base and len values for
59925         prepare_address_space, and store the result in ah.
59926         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
59927         (enlarge_archive): If ah->mmap_base is not NULL, use that and
59928         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
59929         Declare new mmap base and len values for
59930         prepare_address_space, and store the result in new_ah.
59931         (open_archive): Declare new mmap base and len values for
59932         prepare_address_space, and store the result in ah.
59933         (close_archive): If ah->mmap_base is not NULL, use that and
59934         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
59935         * sysdeps/generic/libc-mmap.h: New file.
59937 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
59939         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
59940         (ALIGN_UP): Likewise.
59941         (PTR_ALIGN_DOWN): Likewise.
59942         (PTR_ALIGN_UP): Likewise.
59944 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
59946         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
59947         entry mapped to PPC_PLATFORM_POWER8.
59948         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
59949         POWER8.
59950         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
59951         (_dl_string_platform): Add case for exporting platform position for
59952         POWER8.
59953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
59954         search path to sysdeps/powerpc/powerpc32/power8 directory.
59955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
59956         search path to sysdeps/powerpc/powerpc64/power8 directory.
59957         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
59958         power7 directories.
59959         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
59960         power7 directories.
59962 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
59964         * INSTALL: Regenerate.
59966         * nscd/connections.c (nscd_init): Fix comment.
59968 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
59970         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
59972         [BZ #15667]
59973         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
59974         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
59976 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
59978         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
59979         DL_DST_REQ_STATIC.
59980         (DL_DST_REQ_STATIC): Remove macro.
59982 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
59984         [BZ #7006]
59985         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
59986         with a shift of 0 bits.
59988 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
59990         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
59991         $(tststatic-ENV).
59993 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
59995         [BZ #15655]
59996         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
59998 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60000         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
60001         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
60002         accepts -fno-tree-loop-distribute-patterns.
60003         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
60004         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
60005         recursive call.
60006         * string/memset.c (memset): Likewise.
60007         * string/test-memmove.c (simple_memmove): Disable loop transformation
60008         to library calls.
60009         * string/test-memset.c (simple_memset): Likewise.
60010         * benchtests/bench-memmove.c (simple_memmove): Likewise.
60011         * benchtests/bench-memset.c (simple_memset): Likewise.
60012         * configure: Regenerated.
60014 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
60016         * math/test-misc.c (main): Ignore fesetround failure when failures
60017         of subsequent rounding tests would be ignored.
60019         [BZ #15654]
60020         * math/fedisblxcpt.c (fedisableexcept): Return 0.
60021         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
60022         * math/fegetenv.c (__fegetenv): Return 0.
60023         * math/fegetexcept.c (fegetexcept): Return 0.
60024         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
60025         FE_TONEAREST.
60026         * math/feholdexcpt.c (feholdexcept): Return 0.
60027         * math/fesetenv.c (__fesetenv): Return 0.
60028         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
60029         argument FE_TONEAREST.
60030         * math/feupdateenv.c (__feupdateenv): Return 0.
60031         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
60033 2013-06-18  Roland McGrath  <roland@hack.frob.com>
60035         * elf/rtld-Rules (rtld-compile-command.S): New variable.
60036         (rtld-compile-command.s, rtld-compile-command.c): New variables.
60037         ($(objpfx)rtld-%.os rules): Use them.
60039 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60041         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
60042         fields.
60044 2013-06-17  Roland McGrath  <roland@hack.frob.com>
60046         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
60047         length of target pattern, then descending length of dependency pattern.
60048         * configure.in (AWK): Require gawk 3.1.2 or newer.
60049         * manual/install.texi (Tools for Compilation): Say that we do.
60050         * configure: Regenerated.
60052         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
60053         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
60054         * scripts/sysd-rules.awk: ... this new script.
60055         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
60056         than a glob-style pattern.
60058 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
60060         * math/test-misc.c (main): Do not treat incorrectly rounded
60061         conversions as failure unless ROUNDING_TESTS passes.
60063 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
60065         [BZ #15631]
60066         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
60067         restore exception state around main square root computation, then
60068         check for inexactness explicitly.
60070         * math/libm-test.inc (fma_test_data): Add another test.
60072 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
60074         * manual/threads.texi (Non-POSIX Extensions): New document
60075         node.  Document pthread_getattr_default_np and
60076         pthread_setattr_default_np.
60078         * Versions.def (libpthread): Add GLIBC_2.18.
60079         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
60080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
60081         Likewise.
60082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
60083         Likewise.
60084         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
60085         Likewise.
60086         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
60087         Likewise.
60088         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
60089         Likewise.
60090         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
60091         Likewise.
60092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
60093         Likewise.
60094         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
60095         Likewise.
60096         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
60097         Likewise.
60099 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
60101         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60102         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
60104 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
60105             H.J. Lu  <hjl.tools@gmail.com>
60107         [BZ #15627]
60108         * sysdeps/x86_64/rtld-memset.c: Remove file.
60109         * sysdeps/x86_64/rtld-memset.S: New file.
60111 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
60113         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
60114         (test_in_one_mode): Take arguments for whether the rounding mode
60115         is supported for each floating-point type.
60116         (do_test): Pass new arguments to test_in_one_mode using
60117         ROUNDING_TESTS.
60119 2013-06-13  Roland McGrath  <roland@hack.frob.com>
60121         * posix/tst-waitid.c (do_test): Distinguish different instances of
60122         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
60123         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
60124         before entering the kernel for waitpid.
60126 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
60128         * NEWS: Fix note on clock function precision.  Text by Roland
60129         McGrath.
60131 2013-06-13  Roland McGrath  <roland@hack.frob.com>
60133         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
60134         it into place only when and if the sanity check passes.
60136 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
60138         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
60139         output for whether conversion result is exact.  Take argument
60140         indicating whether type is IBM long double.
60141         (round_for_all): Change need_exact field to ibm_ld.
60142         * stdlib/tst-strtod-round.c (struct exactness): New type.
60143         (struct test): Change bool ld_ok field to struct exactness exact.
60144         (TEST): Update all definitions for change to field.
60145         (tests): Regenerate array contents.
60146         (test_in_one_mode): Take pointer to new field instead of old ld_ok
60147         field value.  Check for IBM long double here.
60148         (do_test): Update calls to test_in_one_mode.
60150 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
60152         [BZ #12515]
60153         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
60154         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
60156 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60158         [BZ #15605]
60159         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
60160         generated by the compiler on loop optimizations.
60161         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
60162         general definitions.
60164 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
60166         * math/bug-nextafter.c: Include <math-tests.h>.
60167         (main): Only test for exceptions if EXCEPTION_TESTS is true for
60168         the relevant type.
60169         * math/bug-nexttoward.c: Include <math-tests.h>.
60170         (main): Only test for exceptions if EXCEPTION_TESTS is true for
60171         the relevant type.
60172         * math/test-misc.c: Include <math-tests.h>.
60173         (main): Only test for exceptions if EXCEPTION_TESTS is true for
60174         the relevant type.
60176 2013-06-12  Andreas Jaeger  <aj@suse.de>
60178         * po/ia.po: Update Interlingua translation from translation
60179         project.
60181 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
60183         * include/fenv.h: Include stdbool.h.
60184         (struct rm_ctx): New structure.
60185         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
60186         Define macro.
60187         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
60188         (SET_RESTORE_ROUNDF): Likewise.
60189         (SET_RESTORE_ROUNDL): Likewise.
60190         (SET_RESTORE_ROUND_NOEX): Likewise.
60191         (SET_RESTORE_ROUND_NOEXF): Likewise.
60192         (SET_RESTORE_ROUND_NOEXL): Likewise.
60193         (SET_RESTORE_ROUND_53BIT): Likewise.
60194         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
60195         (libc_feresetround_noexf_ctx): Likewise.
60196         (libc_feresetround_noexl_ctx): Likewise.
60197         (libc_feholdsetround_53bit_ctx): Likewise.
60198         (libc_feresetround_53bit_ctx): Likewise.
60199         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
60200         (libc_feholdexcept_setround_sse_ctx): New function.
60201         (libc_fesetenv_sse_ctx): Likewise.
60202         (libc_feupdateenv_sse_ctx): Likewise.
60203         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
60204         (libc_feholdexcept_setround_387_ctx): Likewise.
60205         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
60206         (libc_feholdsetround_387_prec_ctx): Likewise.
60207         (libc_feholdsetround_387_ctx): Likewise.
60208         (libc_feholdsetround_387_53bit_ctx): Likewise.
60209         (libc_feholdsetround_sse_ctx): Likewise.
60210         (libc_feresetround_sse_ctx): Likewise.
60211         (libc_feresetround_387_ctx): Likewise.
60212         (libc_feupdateenv_387_ctx): Likewise.
60213         (libc_feholdexcept_setroundf_ctx): Define macro.
60214         (libc_fesetenvf_ctx): Likewise.
60215         (libc_feupdateenvf_ctx): Likewise.
60216         (libc_feholdsetroundf_ctx): Likewise.
60217         (libc_feresetroundf_ctx): Likewise.
60218         (libc_feholdexcept_setround_ctx): Likewise.
60219         (libc_fesetenv_ctx): Likewise.
60220         (libc_feupdateenv_ctx): Likewise.
60221         (libc_feholdsetround_ctx): Likewise.
60222         (libc_feresetround_ctx): Likewise.
60223         (libc_feholdexcept_setroundl_ctx): Likewise.
60224         (libc_feupdateenvl_ctx): Likewise.
60225         (libc_feholdsetroundl_ctx): Likewise.
60226         (libc_feresetroundl_ctx): Likewise.
60227         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
60228         (libc_feresetround_53bit_ctx): Likewise.
60230 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
60232         * locale/iso-639.def: Convert to UTF-8.
60234 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
60236         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
60237         (EXCEPTION_TESTS_double): Likewise.
60238         (EXCEPTION_TESTS_long_double): Likewise.
60239         (EXCEPTION_TESTS): Likewise.
60240         * math/libm-test.inc (test_exceptions): Only test exceptions if
60241         EXCEPTION_TESTS (FLOAT).
60243 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
60245         * benchtests/Makefile (string-bench): Add strcpy_chk and
60246         stpcpy_chk.
60247         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
60248         * benchtests/bench-stpcpy_chk.c: New file.
60249         * benchtests/bench-strcpy_chk-ifunc.c: New file.
60250         * benchtests/bench-strcpy_chk.c: New file.
60251         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
60252         code.
60253         (do_test): Likewise.
60255 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
60257         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
60258         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
60259         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
60260         with tabs where appropriate.
60261         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
60262         dl-procinfo.h.
60263         [PPC_PLATFORM_PPC440]: Likewise.
60264         [PPC_PLATFORM_PPC464]: Likewise.
60265         [PPC_PLATFORM_PPC476]: Likewise.
60266         (_dl_string_platform): Add support for detecting ppc405, ppc440,
60267         ppc464, and ppc476 platform strings merging from ports/
60268         dl-procinfo.h.
60270 2013-06-11  Andreas Schwab  <schwab@suse.de>
60272         [BZ #14991]
60273         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
60274         (from_ucs4_idx): Regenerate.
60275         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
60276         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
60277         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
60278         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
60279         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
60280         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
60281         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
60282         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
60283         from FROM_LOOP and TO_LOOP specific macros.
60284         (BODY): Handle combining characters.
60285         * iconvdata/BIG5HKSCS.irreversible: Update.
60286         * iconvdata/BIG5HKSCS.precomposed: New file.
60287         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
60288         characters.
60289         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
60291 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
60293         * include/sys/time.h: Fix indentation and add copyright header.
60295         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
60296         (do_test): Likewise.
60297         * string/test-memchr.c (do_one_test): Likewise.
60298         (do_test): Likewise.
60299         * string/test-memcmp.c (do_one_test): Likewise.
60300         (do_test): Likewise.
60301         * string/test-memcpy.c (do_one_test): Likewise.
60302         (do_test): Likewise.
60303         * string/test-memmem.c (do_one_test): Likewise.
60304         (do_test): Likewise.
60305         (do_random_tests): Likewise.
60306         * string/test-memmove.c (do_one_test): Likewise.
60307         (do_test): Likewise.
60308         * string/test-memset.c (do_one_test): Likewise.
60309         (do_test): Likewise.
60310         * string/test-rawmemchr.c (do_one_test): Likewise.
60311         (do_test): Likewise.
60312         * string/test-strcasecmp.c (do_one_test): Likewise.
60313         (do_test): Likewise.
60314         * string/test-strcasestr.c (do_one_test): Likewise.
60315         (do_test): Likewise.
60316         * string/test-strcat.c (do_one_test): Likewise.
60317         (do_test): Likewise.
60318         * string/test-strchr.c (do_one_test): Likewise.
60319         (do_test): Likewise.
60320         * string/test-strcmp.c (do_one_test): Likewise.
60321         (do_test): Likewise.
60322         * string/test-strcpy.c (do_one_test): Likewise.
60323         (do_test): Likewise.
60324         * string/test-string.h: Likewise.
60325         (test_init): Likewise.
60326         * string/test-strlen.c (do_one_test): Likewise.
60327         (do_test): Likewise.
60328         * string/test-strncasecmp.c (do_one_test): Likewise.
60329         (do_test): Likewise.
60330         * string/test-strncat.c (do_one_test): Likewise.
60331         (do_test): Likewise.
60332         * string/test-strncmp.c (do_one_test): Likewise.
60333         (do_test_limit): Likewise.
60334         (do_test): Likewise.
60335         * string/test-strncpy.c (do_one_test): Likewise.
60336         (do_test): Likewise.
60337         * string/test-strnlen.c (do_one_test): Likewise.
60338         (do_test): Likewise.
60339         * string/test-strpbrk.c (do_one_test): Likewise.
60340         (do_test): Likewise.
60341         * string/test-strrchr.c (do_one_test): Likewise.
60342         (do_test): Likewise.
60343         * string/test-strspn.c (do_one_test): Likewise.
60344         (do_test): Likewise.
60345         * string/test-strstr.c (do_one_test): Likewise.
60346         (do_test): Likewise.
60348         * benchtests/Makefile (string-bench): Add string benchmarks.
60349         * benchtests/bench-bcopy-ifunc.c: New file.
60350         * benchtests/bench-bcopy.c: New file.
60351         * benchtests/bench-bzero-ifunc.c: New file.
60352         * benchtests/bench-bzero.c: New file.
60353         * benchtests/bench-memccpy-ifunc.c: New file.
60354         * benchtests/bench-memccpy.c: New file.
60355         * benchtests/bench-memchr-ifunc.c: New file.
60356         * benchtests/bench-memchr.c: New file.
60357         * benchtests/bench-memcmp-ifunc.c: New file.
60358         * benchtests/bench-memcmp.c: New file.
60359         * benchtests/bench-memmem-ifunc.c: New file.
60360         * benchtests/bench-memmem.c: New file.
60361         * benchtests/bench-memmove-ifunc.c: New file.
60362         * benchtests/bench-memmove.c: New file.
60363         * benchtests/bench-mempcpy-ifunc.c: New file.
60364         * benchtests/bench-mempcpy.c: New file.
60365         * benchtests/bench-memset-ifunc.c: New file.
60366         * benchtests/bench-memset.c: New file.
60367         * benchtests/bench-rawmemchr-ifunc.c: New file.
60368         * benchtests/bench-rawmemchr.c: New file.
60369         * benchtests/bench-stpcpy-ifunc.c: New file.
60370         * benchtests/bench-stpcpy.c: New file.
60371         * benchtests/bench-stpncpy-ifunc.c: New file.
60372         * benchtests/bench-stpncpy.c: New file.
60373         * benchtests/bench-strcasecmp-ifunc.c: New file.
60374         * benchtests/bench-strcasecmp.c: New file.
60375         * benchtests/bench-strcasestr-ifunc.c: New file.
60376         * benchtests/bench-strcasestr.c: New file.
60377         * benchtests/bench-strcat-ifunc.c: New file.
60378         * benchtests/bench-strcat.c: New file.
60379         * benchtests/bench-strchr-ifunc.c: New file.
60380         * benchtests/bench-strchr.c: New file.
60381         * benchtests/bench-strchrnul-ifunc.c: New file.
60382         * benchtests/bench-strchrnul.c: New file.
60383         * benchtests/bench-strcmp-ifunc.c: New file.
60384         * benchtests/bench-strcmp.c: New file.
60385         * benchtests/bench-strcpy-ifunc.c: New file.
60386         * benchtests/bench-strcpy.c: New file.
60387         * benchtests/bench-strcspn-ifunc.c: New file.
60388         * benchtests/bench-strcspn.c: New file.
60389         * benchtests/bench-strlen-ifunc.c: New file.
60390         * benchtests/bench-strlen.c: New file.
60391         * benchtests/bench-strncasecmp-ifunc.c: New file.
60392         * benchtests/bench-strncasecmp.c: New file.
60393         * benchtests/bench-strncat-ifunc.c: New file.
60394         * benchtests/bench-strncat.c: New file.
60395         * benchtests/bench-strncmp-ifunc.c: New file.
60396         * benchtests/bench-strncmp.c: New file.
60397         * benchtests/bench-strncpy-ifunc.c: New file.
60398         * benchtests/bench-strncpy.c: New file.
60399         * benchtests/bench-strnlen-ifunc.c: New file.
60400         * benchtests/bench-strnlen.c: New file.
60401         * benchtests/bench-strpbrk-ifunc.c: New file.
60402         * benchtests/bench-strpbrk.c: New file.
60403         * benchtests/bench-strrchr-ifunc.c: New file.
60404         * benchtests/bench-strrchr.c: New file.
60405         * benchtests/bench-strspn-ifunc.c: New file.
60406         * benchtests/bench-strspn.c: New file.
60407         * benchtests/bench-strstr-ifunc.c: New file.
60408         * benchtests/bench-strstr.c: New file.
60410         * benchtests/Makefile: Disable parallel execution of targets.
60411         (string-bench): Add memcpy.
60412         (benchset): New variable to store a list of benchmark sets.
60413         (bench-func): Renamed from bench.
60414         (bench-set): New target.
60415         (bench): Depend on bench-func and bench-set.
60416         * benchtests/README: Add section on benchmark sets.
60417         * benchtests/bench-memcpy-ifunc.c: New file.
60418         * benchtests/bench-memcpy.c: New file.
60419         * benchtests/bench-string.h: New file.
60421 2013-06-11  Andreas Schwab  <schwab@suse.de>
60423         [BZ #15577]
60424         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
60425         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
60426         values in the triple.
60427         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
60428         terminator in the group key.
60430 2013-06-11  Andreas Jaeger  <aj@suse.de>
60432         * po/zh_TW.po: Update Chinese (traditional) translation from
60433         translation project.
60435 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
60437         * include/time.h (__clock_gettime): Add libc_hidden_proto.
60438         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
60439         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
60440         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
60441         (clock_getcpuclockid): Likewise.
60442         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
60443         Add weak_alias and libc_hidden_def.
60444         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
60445         * rt/clock_gettime.c (clock_gettime): Rename to
60446         __clock_gettime.  Add weak_alias and libc_hidden_def.
60447         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
60448         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
60449         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
60450         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
60451         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
60452         Likewise.
60453         * rt/clock_settime.c (clock_settime): Rename to
60454         __clock_settime.  Add weak_alias and libc_hidden_def.
60455         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
60457 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
60459         * mach/err_boot.sub: Remove trailing whitespace.
60460         * mach/err_ipc.sub: Likewise.
60461         * mach/err_mach.sub: Likewise.
60463         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
60464         (ROUNDING_TESTS_double): Likewise.
60465         (ROUNDING_TESTS_long_double): Likewise.
60466         (ROUNDING_TESTS): Likewise.
60467         * math/libm-test.inc: Include <math-tests.h>.
60468         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
60469         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
60470         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
60471         (IF_ROUND_INIT_FE_UPWARD): Likewise.
60473 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
60475         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
60476         of assigning.
60478 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
60480         * sysdeps/gnu/errlist.awk: Do not generate space at end of
60481         otherwise empty TRANS lines.
60482         * sysdeps/gnu/errlist.c: Regenerated.
60484         * catgets/gencat.c (error_print): Use (void) in function
60485         definition.
60486         * crypt/crypt_util.c (__init_des): Likewise.
60487         * crypt/speeds.c (Stop): Likewise.
60488         (main): Likewise.
60489         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
60490         * inet/ruserpass.c (token): Likewise.
60491         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
60492         * intl/localealias.c (extend_alias_table): Likewise.
60493         * intl/plural-exp.c (init_germanic_plural): Likewise.
60494         * libio/fcloseall.c (__fcloseall): Likewise.
60495         * libio/genops.c (_IO_flush_all): Likewise.
60496         (_IO_flush_all_linebuffered): Likewise.
60497         (_IO_cleanup): Likewise.
60498         (_IO_iter_begin): Likewise.
60499         (_IO_iter_end): Likewise.
60500         (_IO_list_lock): Likewise.
60501         (_IO_list_unlock): Likewise.
60502         (_IO_list_resetlock): Likewise.
60503         * libio/getchar.c (getchar): Likewise.
60504         * libio/getchar_u.c (getchar_unlocked): Likewise.
60505         * libio/getwchar.c (getwchar): Likewise.
60506         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
60507         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
60508         * login/getpt.c (__getpt): Likewise.
60509         * login/tst-utmp.c (main): Likewise.
60510         * malloc/hooks.c (__malloc_check_init): Likewise.
60511         * malloc/malloc.c (__malloc_stats): Likewise.
60512         * malloc/mtrace.c (tr_break): Likewise.
60513         (mtrace): Likewise.
60514         (muntrace): Likewise.
60515         * misc/fstab.c (endfsent): Likewise.
60516         * misc/getclktck.c (__getclktck): Likewise.
60517         * misc/getdtsz.c (__getdtablesize): Likewise.
60518         * misc/gethostid.c (gethostid): Likewise.
60519         * misc/getpagesize.c (__getpagesize): Likewise.
60520         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
60521         (__get_nprocs): Likewise.
60522         (__get_phys_pages): Likewise.
60523         (__get_avphys_pages): Likewise.
60524         * misc/getttyent.c (getttyent): Likewise.
60525         (setttyent): Likewise.
60526         (endttyent): Likewise.
60527         * misc/getusershell.c (getusershell): Likewise.
60528         (endusershell): Likewise.
60529         (setusershell): Likewise.
60530         (initshells): Likewise.
60531         * misc/hsearch.c (__hdestroy): Likewise.
60532         * misc/sync.c (sync): Likewise.
60533         * misc/syslog.c (closelog_internal): Likewise.
60534         (closelog): Likewise.
60535         * misc/ttyslot.c (ttyslot): Likewise.
60536         * misc/vhangup.c (vhangup): Likewise.
60537         * posix/fork.c (__fork): Likewise.
60538         * posix/getegid.c (__getegid): Likewise.
60539         * posix/geteuid.c (__geteuid): Likewise.
60540         * posix/getgid.c (__getgid): Likewise.
60541         * posix/getpid.c (__getpid): Likewise.
60542         * posix/getppid.c (__getppid): Likewise.
60543         * posix/getuid.c (__getuid): Likewise.
60544         * posix/pause.c (pause): Likewise.
60545         * posix/setpgrp.c (setpgrp): Likewise.
60546         * posix/setsid.c (__setsid): Likewise.
60547         * posix/test-vfork.c (noop): Likewise.
60548         * resolv/gethnamaddr.c (_endhtent): Likewise.
60549         (_gethtent): Likewise.
60550         (ht_endhostent): Likewise.
60551         (gethostent): Likewise.
60552         (dns_service): Likewise.
60553         * stdlib/drand48.c (drand48): Likewise.
60554         * stdlib/lrand48.c (lrand48): Likewise.
60555         * stdlib/mrand48.c (mrand48): Likewise.
60556         * stdlib/rand.c (rand): Likewise.
60557         * stdlib/random.c (__random): Likewise.
60558         * stdlib/setenv.c (clearenv): Likewise.
60559         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
60560         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
60561         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
60562         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
60563         (__get_nprocs): Likewise.
60564         (__get_phys_pages): Likewise.
60565         (__get_avphys_pages): Likewise.
60566         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
60567         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
60568         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
60569         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
60570         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
60571         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
60572         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
60573         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
60574         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
60575         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
60576         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
60577         * sysdeps/mach/hurd/sync.c (sync): Likewise.
60578         * sysdeps/posix/clock.c (clock): Likewise.
60579         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
60580         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
60581         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
60582         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
60583         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
60584         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
60585         (__get_nprocs_conf): Likewise.
60586         (__get_phys_pages): Likewise.
60587         (__get_avphys_pages): Likewise.
60588         * time/clock.c (clock): Likewise.
60589         * time/tzset.c (__tzname_max): Likewise.
60591 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
60593         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
60594         (__bswap_32): Do not use "register".
60595         * crypt/crypt.c (_ufc_doit_r): Likewise.
60596         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
60597         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
60598         * gmon/gmon.c (__monstartup): Likewise.
60599         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
60600         * hurd/hurdmalloc.c (more_memory): Likewise.
60601         (malloc): Likewise.
60602         (free): Likewise.
60603         (realloc): Likewise.
60604         (malloc_fork_prepare): Likewise.
60605         (malloc_fork_parent): Likewise.
60606         (malloc_fork_child): Likewise.
60607         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
60608         (_svcauth_des): Likewise.
60609         * inet/inet_lnaof.c (inet_lnaof): Likewise.
60610         * inet/inet_net.c (inet_network): Likewise.
60611         * inet/inet_netof.c (inet_netof): Likewise.
60612         * inet/rcmd.c (__validuser2_sa): Likewise.
60613         * io/fts.c (fts_open): Likewise.
60614         (fts_load): Likewise.
60615         (fts_close): Likewise.
60616         (fts_read): Likewise.
60617         (fts_children): Likewise.
60618         (fts_build): Likewise.
60619         (fts_stat): Likewise.
60620         (fts_sort): Likewise.
60621         (fts_alloc): Likewise.
60622         (fts_lfree): Likewise.
60623         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
60624         (_IO_file_xsgetn): Likewise.
60625         (_IO_file_xsgetn_mmap): Likewise.
60626         * libio/iofopncook.c (_IO_cookie_read): Likewise.
60627         (_IO_cookie_write): Likewise.
60628         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
60629         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
60630         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
60631         * malloc/obstack.c (_obstack_begin): Likewise.
60632         (_obstack_begin_1): Likewise.
60633         (_obstack_newchunk): Likewise.
60634         (_obstack_allocated_p): Likewise.
60635         (obstack_free): Likewise.
60636         (_obstack_memory_used): Likewise.
60637         * misc/getttyent.c (getttynam): Likewise.
60638         (getttyent): Likewise.
60639         (skip): Likewise.
60640         (value): Likewise.
60641         * misc/getusershell.c (initshells): Likewise.
60642         * misc/syslog.c (__vsyslog_chk): Likewise.
60643         * misc/ttyslot.c (ttyslot): Likewise.
60644         * nis/nis_hash.c (__nis_hash): Likewise.
60645         * posix/fnmatch_loop.c (FCT): Likewise.
60646         * posix/getconf.c (print_all): Likewise.
60647         (main): Likewise.
60648         * posix/getopt.c (exchange): Likewise.
60649         * posix/glob.c (globfree): Likewise.
60650         (prefix_array): Likewise.
60651         (__glob_pattern_type): Likewise.
60652         * resolv/arpa/nameser.h (NS_GET16): Likewise.
60653         (NS_GET32): Likewise.
60654         (NS_PUT16): Likewise.
60655         (NS_PUT32): Likewise.
60656         * resolv/gethnamaddr.c (getanswer): Likewise.
60657         (gethostbyname2): Likewise.
60658         (gethostbyaddr): Likewise.
60659         (_gethtent): Likewise.
60660         (_gethtbyname2): Likewise.
60661         (_gethtbyaddr): Likewise.
60662         * resolv/ns_print.c (dst_s_get_int16): Likewise.
60663         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
60664         * resolv/res_init.c (__res_vinit): Likewise.
60665         (net_mask): Likewise.
60666         * resolv/res_mkquery.c (outchar): Likewise.
60667         (PRINT): Likewise.
60668         * stdio-common/printf_fp.c (outchar): Likewise.
60669         (PRINT): Likewise.
60670         * stdio-common/printf_fphex.c (outchar): Likewise.
60671         (PRINT): Likewise.
60672         * stdio-common/printf_size.c (outchar): Likewise.
60673         (PRINT): Likewise.
60674         * stdio-common/test_rdwr.c (main): Likewise.
60675         * stdio-common/tfformat.c (matches): Likewise.
60676         * stdio-common/vfprintf.c (outchar): Likewise.
60677         (printf_unknown): Likewise.
60678         (buffered_vfprintf): Likewise.
60679         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
60680         * stdio-common/xbug.c (AppendToBuffer): Likewise.
60681         (ReadFile): Likewise.
60682         * stdlib/qsort.c (SWAP): Likewise.
60683         (_quicksort): Likewise.
60684         * stdlib/setenv.c (__add_to_environ): Likewise.
60685         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
60686         * stdlib/strtol_l.c (__strtol_l): Likewise.
60687         * stdlib/tst-strtod.c (main): Likewise.
60688         * stdlib/tst-strtol.c (main): Likewise.
60689         * stdlib/tst-strtoll.c (main): Likewise.
60690         * string/bits/string2.h (__strcmp_cc): Likewise.
60691         (__strcmp_cg): Likewise.
60692         (__strcspn_c1): Likewise.
60693         (__strcspn_c2): Likewise.
60694         (__strcspn_c3): Likewise.
60695         (__strspn_c1): Likewise.
60696         (__strspn_c2): Likewise.
60697         (__strspn_c3): Likewise.
60698         (__strsep_1c): Likewise.
60699         (__strsep_2c): Likewise.
60700         (__strsep_3c): Likewise.
60701         * string/memccpy.c (__memccpy): Likewise.
60702         * string/stpcpy.c (__stpcpy): Likewise.
60703         * string/strcmp.c (strcmp): Likewise.
60704         * string/strrchr.c (strrchr): Likewise.
60705         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
60706         Likewise.
60707         * sysdeps/mach/hurd/getcwd.c
60708         (_hurd_canonicalize_directory_name_internal): Likewise.
60709         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
60710         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
60711         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
60712         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
60713         Likewise, in both definitions.
60714         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
60715         definitions.
60716         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
60717         64] (__bswap_64): Likewise.
60718         * time/test_time.c (main): Likewise.
60719         * time/tzfile.c (__tzfile_read): Likewise.
60720         (__tzfile_compute): Likewise.
60721         * time/tzset.c (__tzset_parse_tz): Likewise.
60722         (tzset_internal): Likewise.
60723         (compute_change): Likewise.
60724         * wcsmbs/wcscat.c (__wcscat): Likewise.
60725         * wcsmbs/wcschr.c (wcschr): Likewise.
60726         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
60727         * wcsmbs/wcscspn.c (wcscspn): Likewise.
60728         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
60729         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
60730         * wcsmbs/wcsspn.c (wcsspn): Likewise.
60731         * wcsmbs/wcsstr.c (wcsstr): Likewise.
60732         * wcsmbs/wmemchr.c (wmemchr): Likewise.
60733         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
60734         * wcsmbs/wmemset.c (wmemset): Likewise.
60736 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
60738         * scripts/config.guess: Update to version 2013-05-16.
60739         * scripts/config.sub: Update to version 2013-04-24.
60740         * scripts/install-sh: Update to version 2011-11-20.07.
60741         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
60742         * scripts/move-if-change: Update to version 2012-01-06 07:23.
60744 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
60746         * debug/fgetws_u_chk.c: Fix leading whitespaces.
60747         * elf/sln.c: Likewise.
60748         * hurd/hurd/ioctl.h: Likewise.
60749         * hurd/hurdmalloc.c: Likewise.
60750         * hurd/xattr.c: Likewise.
60751         * include/shlib-compat.h: Likewise.
60752         * inet/ruserpass.c: Likewise.
60753         * libio/iofgets_u.c: Likewise.
60754         * libio/iofgetws_u.c: Likewise.
60755         * locale/programs/ld-identification.c: Likewise.
60756         * locale/programs/ld-time.c: Likewise.
60757         * mach/msg-destroy.c: Likewise.
60758         * nss/nss_files/files-netgrp.c: Likewise.
60759         * resolv/res_data.c: Likewise.
60760         * soft-fp/op-1.h: Likewise.
60761         * soft-fp/op-2.h: Likewise.
60762         * soft-fp/op-4.h: Likewise.
60763         * soft-fp/op-common.h: Likewise.
60764         * stdio-common/printf_fphex.c: Likewise.
60765         * stdlib/strtod_l.c: Likewise.
60766         * sunrpc/rpc/clnt.h: Likewise.
60767         * sysdeps/generic/framestate.c: Likewise.
60768         * sysdeps/i386/bsd-_setjmp.S: Likewise.
60769         * sysdeps/i386/bsd-setjmp.S: Likewise.
60770         * sysdeps/i386/__longjmp.S: Likewise.
60771         * sysdeps/i386/setjmp.S: Likewise.
60772         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
60773         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
60774         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
60775         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
60776         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
60777         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
60778         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
60779         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
60780         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
60781         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
60782         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
60783         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
60784         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
60785         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
60786         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
60787         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
60788         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
60789         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
60790         * sysdeps/ieee754/support.c: Likewise.
60791         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
60792         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
60793         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
60794         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
60795         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
60796         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
60797         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
60798         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
60799         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
60800         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
60801         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
60802         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
60803         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
60804         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
60805         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
60806         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
60807         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
60808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
60810 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
60812         * posix/transbug.c: Remove executable mode.
60814 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
60816         * crypt/speeds.c: Remove trailing whitespace.
60817         * dlfcn/default.c: Likewise.
60818         * elf/ifuncdep2.c: Likewise.
60819         * elf/ifuncmain1.c: Likewise.
60820         * elf/ifuncmain1vis.c: Likewise.
60821         * elf/testobj.h: Likewise.
60822         * elf/tst-stackguard1.c: Likewise.
60823         * gmon/sys/gmon.h: Likewise.
60824         * hurd/hurdmsg.c: Likewise.
60825         * hurd/new-fd.c: Likewise.
60826         * hurd/ports-get.c: Likewise.
60827         * iconvdata/ibm1008_420.c: Likewise.
60828         * inet/tst-getni1.c: Likewise.
60829         * inet/tst-getni2.c: Likewise.
60830         * libio/ioungetc.c: Likewise.
60831         * libio/wfiledoalloc.c: Likewise.
60832         * manual/libm-err-tab.pl: Likewise.
60833         * math/w_dremf.c: Likewise.
60834         * misc/ftruncate.c: Likewise.
60835         * posix/bug-glob2.c: Likewise.
60836         * posix/tst-pcre.c: Likewise.
60837         * posix/wait4.c: Likewise.
60838         * resolv/README: Likewise.
60839         * resolv/res_debug.h: Likewise.
60840         * resolv/tst-inet_ntop.c: Likewise.
60841         * setjmp/bug269-setjmp.c: Likewise.
60842         * soft-fp/extended.h: Likewise.
60843         * soft-fp/op-1.h: Likewise.
60844         * soft-fp/op-2.h: Likewise.
60845         * soft-fp/op-4.h: Likewise.
60846         * soft-fp/op-8.h: Likewise.
60847         * soft-fp/testit.c: Likewise.
60848         * stdio-common/bug16.c: Likewise.
60849         * stdlib/random.c: Likewise.
60850         * sunrpc/rpcsvc/rquota.x: Likewise.
60851         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
60852         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
60853         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
60854         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
60855         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
60856         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
60857         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
60858         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
60859         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
60860         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
60861         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
60862         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
60863         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
60864         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
60865         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
60866         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
60867         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
60868         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
60869         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
60870         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
60871         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
60872         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
60873         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
60874         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
60875         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
60876         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
60877         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
60878         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
60879         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
60880         * sysdeps/ieee754/s_lib_version.c: Likewise.
60881         * sysdeps/mach/hurd/check_fds.c: Likewise.
60882         * sysdeps/mach/hurd/getsockname.c: Likewise.
60883         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
60884         * sysdeps/mach/hurd/recvfrom.c: Likewise.
60885         * sysdeps/powerpc/bits/link.h: Likewise.
60886         * sysdeps/powerpc/dl-procinfo.c: Likewise.
60887         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
60888         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
60889         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
60890         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
60891         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
60892         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
60893         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
60894         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
60895         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
60896         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
60897         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
60898         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
60899         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
60900         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
60901         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
60902         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
60903         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
60904         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
60905         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
60906         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
60907         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
60908         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
60909         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
60910         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
60911         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
60912         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
60913         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
60914         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
60915         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
60916         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
60917         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
60918         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
60919         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
60920         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
60921         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
60922         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
60923         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
60924         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
60925         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
60926         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
60927         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
60928         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
60929         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
60930         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
60931         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
60932         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
60933         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
60934         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
60935         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
60936         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
60937         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
60938         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
60939         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
60940         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
60941         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
60942         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
60943         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
60944         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
60945         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
60946         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
60947         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
60948         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
60949         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
60950         * sysdeps/powerpc/sysdep.h: Likewise.
60951         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
60952         * sysdeps/s390/s390-64/sub_n.S: Likewise.
60953         * sysdeps/sh/dl-trampoline.S: Likewise.
60954         * sysdeps/sh/memset.S: Likewise.
60955         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
60956         * sysdeps/sh/strlen.S: Likewise.
60957         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
60958         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
60959         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
60960         * sysdeps/sparc/sparc32/rem.S: Likewise.
60961         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
60962         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
60963         * sysdeps/sparc/sparc32/strchr.S: Likewise.
60964         * sysdeps/sparc/sparc32/udiv.S: Likewise.
60965         * sysdeps/sparc/sparc32/urem.S: Likewise.
60966         * sysdeps/sparc/sparc64/add_n.S: Likewise.
60967         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
60968         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
60969         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
60970         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
60971         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
60972         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
60973         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
60974         * sysdeps/unix/bsd/times.c: Likewise.
60975         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
60976         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
60977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
60978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
60979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
60980         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
60981         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
60982         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
60983         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
60984         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
60985         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
60986         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
60987         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
60988         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
60989         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
60990         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
60991         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
60992         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
60993         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
60994         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
60995         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
60996         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
60997         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
60998         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
60999         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
61000         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
61001         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
61002         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
61003         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
61004         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
61005         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
61006         * sysdeps/x86_64/strcspn.S: Likewise.
61008 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
61010         * locale/C-translit.h: Revert #include <stdint.h> because this is a
61011         generated file.  Regenerate properly from gen-translit.pl.
61012         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
61013         locale/C-translit.h.
61015 2013-06-05  Andreas Schwab  <schwab@suse.de>
61017         [BZ #15100]
61018         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
61019         week as 6 instead of -1.
61020         * time/tst-strptime.c (day_tests): Add test case.
61022 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
61024         * sysdeps/generic/math_private.h
61025         (libc_feholdexcept_setround_53bit): Replace with
61026         libc_feholdsetround_53bit.
61027         (libc_feupdateenv_53bit): Replace with
61028         libc_feresetround_53bit.
61029         (SET_RESTORE_ROUND_53BIT): Adjust.
61031 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
61033         * string/test-strchrnul.c: Add copyright header.
61035         * posix/tst-getaddrinfo4.c: Increase test timeout.
61037 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
61039         [BZ #15536]
61040         * math/libm-test.inc (MAX_EXP): Remove
61041         (MIN_EXP): Define.
61042         (ulp): Use MIN_EXP - MANT_DIG.
61043         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
61045 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
61047         * po/be.po: Revert last change.
61048         * po/zh_CN.po: Likewise.
61049         * po/header.pot: Likewise.
61051 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
61053         * Makefile ($(common-objpfx)linkobj/libc.so): Define
61054         link-libc-deps to empty as target-specific variable.
61055         * Makerules (link-libc-args): New variable.
61056         (libc-for-link): Likewise.
61057         (link-libc-deps): Likewise.
61058         (lib%.so): Depend on $(link-libc-deps).  Link with
61059         $(link-libc-args).
61060         (build-module): Link with $(link-libc-args).
61061         (build-module-asneeded): Likewise.
61062         (build-module-helper-objlist): Filter out $(link-libc-deps) from
61063         list of objects.
61064         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
61065         target-specific variable.
61066         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
61067         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
61068         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
61069         libc.
61070         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
61071         libc and ld.so.
61072         ($(objpfx)libpcprofile.so): Likewise.
61073         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
61074         libc_nonshared.a.
61075         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
61076         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
61077         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
61078         $(link-libc-deps).
61079         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
61080         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
61081         * login/Makefile ($(objpfx)libutil.so): Likewise.
61082         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
61083         * math/Makefile ($(objpfx)libm.so): Likewise.
61084         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
61085         $(objpfx)libnsl.so): Define libc-for-link as target-specific
61086         variable instead of depending directly on libc.
61087         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
61088         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
61089         $(link-libc-deps).
61090         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
61091         libc.
61092         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
61093         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
61094         ($(objpfx)libanl.so): Likewise.
61095         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
61096         ld.so.
61097         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
61098         $(link-libc-deps).
61099         * sysdeps/i386/fpu/Makefile: Remove file.
61100         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
61101         ($(objpfx)libm.so): Remove dependency on ld.so.
61103 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
61105         [BZ # 15553]
61106         * nis/yp_xdr.c (XDRMAXNAME): Define.
61107         (XDRMAXRECORD): Define.
61108         (xdr_domainname): Use XDRMAXNAME.
61109         (xdr_mapname): Likewise.
61110         (xdr_peername): Likewise.
61111         (xdr_keydat): Use XDRMAXRECORD.
61112         (xdr_valdat): Likewise.
61114 2013-05-30  Jeff Law  <law@redhat.com>
61116         [BZ #14256]
61117         * manual/errno.texi (ESTALE): Update to account for more than
61118         just NFS file systems.
61119         * sysdeps/gnu/errlist.c: Regenerated.
61121 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
61123         [BZ #15465]
61124         * elf/Makefile (tests): Add tst-null-argv.
61125         (modules-names):  Add tst-null-argv-lib.
61126         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
61127         (tst-null-argv-ENV): Set environment for tst-null-argv.
61128         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
61129         (RTLD_PROGNAME): New macro.
61130         * elf/tst-null-argv.c: New test case.
61131         * elf/tst-null-argv-lib.c: Library for test case.
61132         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
61133         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
61134         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
61135         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
61136         * elf/dl-init.c (call_init): Likewise.
61137         (_dl_init): Likewise.
61138         * elf/dl-load.c (print_search_path): Likewise.
61139         (_dl_map_object): Likewise.
61140         * elf/dl-lookup.c (do_lookup_x): Likewise.
61141         (add_dependency): Likewise.
61142         (_dl_lookup_symbol_x): Likewise.
61143         (_dl_debug_bindings): Likewise.
61144         * elf/dl-open.c (_dl_show_scope): Likewise.
61145         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
61146         * elf/dl-version.c (match_symbol): Likewise.
61147         (_dl_check_map_versions): Likewise.
61148         * elf/rtld.c (dl_main): Likewise.
61149         (print_unresolved): Use RTLD_PROGNAME.
61150         (print_missing_version): Likewise.
61151         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
61152         (elf_machine_rela): Likewise.
61153         * sysdeps/powerpc/powerpc32/dl-machine.c
61154         (__process_machine_rela): Likewise.
61155         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
61156         Likewise.
61157         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
61158         Likewise.
61159         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
61160         Likewise.
61161         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
61162         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
61163         Likewise.
61164         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
61165         Likewise.
61166         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
61168 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
61170         * po/be.po: Add descriptive title.
61171         * po/zh_CN.po: Likewise.
61172         * po/header.pot: Likewise.
61174 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
61176         * locale/programs/locarchive.c (create_archive): Inlucde fname in
61177         error message.
61178         (enlarge_archive): Likewise.
61180 2013-05-28  Ben North  <ben@redfrontdoor.org>
61182         * manual/arith.texi (frexp): It is the magnitude of the return
61183         value which lies in [0.5, 1), not the return value itself.
61185 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61187         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61189 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
61191         * stdio-common/bug26.c (main): Correct fscanf template.
61193         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
61194         declare _dl_skip_args.
61196         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
61197         Don't declare.
61199         * manual/platform.texi: Add missing @end deftypefun.
61201 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
61203         [BZ #15529]
61204         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
61205         bit of mantissa of 2^16382.
61206         * math/libm-test.inc (hypot_test_data): Add more tests.
61208         * math/libm-test.inc: Add drem and pow10 to list of tested
61209         functions.
61210         (pow10_test): New function.
61211         (drem_test): Likewise.
61212         (drem_test_tonearest): Likewise.
61213         (drem_test_towardzero): Likewise.
61214         (drem_test_downward): Likewise.
61215         (drem_test_upward): Likewise.
61216         (main): Call the new functions.
61218         * math/libm-test.inc (finite_test_data): Remove.
61219         (finite_test): Run tests from isfinite_test_data.
61220         (gamma_test_data): Remove.
61221         (gamma_test): Run tests from lgamma_test_data.
61222         * sysdeps/i386/fpu/libm-test-ulps: Update.
61223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61225 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61227         * manual/platform.texi: Add PowerPC PPR function set documentation.
61228         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
61229         implementation.
61231 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
61233         * math/libm-test.inc (MAX_EXP): Define.
61234         (ULPDIFF): Define.
61235         (ulp): New function.
61236         (check_float_internal): Use ULPDIFF.
61237         (cpow_test): Disable failing test.
61238         (check_ulp): Test ulp() implementation.
61239         (main): Call check_ulp before starting tests.
61241 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
61243         * math/gen-libm-test.pl (generate_testfile): Do not handle
61244         START_DATA and END_DATA.
61245         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
61246         END_DATA.
61247         (acos_tonearest_test_data): Likewise.
61248         (acos_towardzero_test_data): Likewise.
61249         (acos_downward_test_data): Likewise.
61250         (acos_upward_test_data): Likewise.
61251         (acosh_test_data): Likewise.
61252         (asin_test_data): Likewise.
61253         (asin_tonearest_test_data): Likewise.
61254         (asin_towardzero_test_data): Likewise.
61255         (asin_downward_test_data): Likewise.
61256         (asin_upward_test_data): Likewise.
61257         (asinh_test_data): Likewise.
61258         (atan_test_data): Likewise.
61259         (atanh_test_data): Likewise.
61260         (atan2_test_data): Likewise.
61261         (cabs_test_data): Likewise.
61262         (cacos_test_data): Likewise.
61263         (cacosh_test_data): Likewise.
61264         (carg_test_data): Likewise.
61265         (casin_test_data): Likewise.
61266         (casinh_test_data): Likewise.
61267         (catan_test_data): Likewise.
61268         (catanh_test_data): Likewise.
61269         (cbrt_test_data): Likewise.
61270         (ccos_test_data): Likewise.
61271         (ccosh_test_data): Likewise.
61272         (ceil_test_data): Likewise.
61273         (cexp_test_data): Likewise.
61274         (cimag_test_data): Likewise.
61275         (clog_test_data): Likewise.
61276         (clog10_test_data): Likewise.
61277         (conj_test_data): Likewise.
61278         (copysign_test_data): Likewise.
61279         (cos_test_data): Likewise.
61280         (cos_tonearest_test_data): Likewise.
61281         (cos_towardzero_test_data): Likewise.
61282         (cos_downward_test_data): Likewise.
61283         (cos_upward_test_data): Likewise.
61284         (cosh_test_data): Likewise.
61285         (cosh_tonearest_test_data): Likewise.
61286         (cosh_towardzero_test_data): Likewise.
61287         (cosh_downward_test_data): Likewise.
61288         (cosh_upward_test_data): Likewise.
61289         (cpow_test_data): Likewise.
61290         (cproj_test_data): Likewise.
61291         (creal_test_data): Likewise.
61292         (csin_test_data): Likewise.
61293         (csinh_test_data): Likewise.
61294         (csqrt_test_data): Likewise.
61295         (ctan_test_data): Likewise.
61296         (ctan_tonearest_test_data): Likewise.
61297         (ctan_towardzero_test_data): Likewise.
61298         (ctan_downward_test_data): Likewise.
61299         (ctan_upward_test_data): Likewise.
61300         (ctanh_test_data): Likewise.
61301         (ctanh_tonearest_test_data): Likewise.
61302         (ctanh_towardzero_test_data): Likewise.
61303         (ctanh_downward_test_data): Likewise.
61304         (ctanh_upward_test_data): Likewise.
61305         (erf_test_data): Likewise.
61306         (erfc_test_data): Likewise.
61307         (exp_test_data): Likewise.
61308         (exp_tonearest_test_data): Likewise.
61309         (exp_towardzero_test_data): Likewise.
61310         (exp_downward_test_data): Likewise.
61311         (exp_upward_test_data): Likewise.
61312         (exp10_test_data): Likewise.
61313         (exp2_test_data): Likewise.
61314         (expm1_test_data): Likewise.
61315         (fabs_test_data): Likewise.
61316         (fdim_test_data): Likewise.
61317         (finite_test_data): Likewise.
61318         (floor_test_data): Likewise.
61319         (fma_test_data): Likewise.
61320         (fma_towardzero_test_data): Likewise.
61321         (fma_downward_test_data): Likewise.
61322         (fma_upward_test_data): Likewise.
61323         (fmax_test_data): Likewise.
61324         (fmin_test_data): Likewise.
61325         (fmod_test_data): Likewise.
61326         (fpclassify_test_data): Likewise.
61327         (frexp_test_data): Likewise.
61328         (gamma_test_data): Likewise.
61329         (hypot_test_data): Likewise.
61330         (ilogb_test_data): Likewise.
61331         (isfinite_test_data): Likewise.
61332         (isgreater_test_data): Likewise.
61333         (isgreaterequal_test_data): Likewise.
61334         (isinf_test_data): Likewise.
61335         (isless_test_data): Likewise.
61336         (islessequal_test_data): Likewise.
61337         (islessgreater_test_data): Likewise.
61338         (isnan_test_data): Likewise.
61339         (isnormal_test_data): Likewise.
61340         (issignaling_test_data): Likewise.
61341         (isunordered_test_data): Likewise.
61342         (j0_test_data): Likewise.
61343         (j1_test_data): Likewise.
61344         (jn_test_data): Likewise.
61345         (ldexp_test_data): Likewise.
61346         (lgamma_test_data): Likewise.
61347         (lrint_test_data): Likewise.
61348         (lrint_tonearest_test_data): Likewise.
61349         (lrint_towardzero_test_data): Likewise.
61350         (lrint_downward_test_data): Likewise.
61351         (lrint_upward_test_data): Likewise.
61352         (llrint_test_data): Likewise.
61353         (llrint_tonearest_test_data): Likewise.
61354         (llrint_towardzero_test_data): Likewise.
61355         (llrint_downward_test_data): Likewise.
61356         (llrint_upward_test_data): Likewise.
61357         (log_test_data): Likewise.
61358         (log10_test_data): Likewise.
61359         (log1p_test_data): Likewise.
61360         (log2_test_data): Likewise.
61361         (logb_test_data): Likewise.
61362         (logb_downward_test_data): Likewise.
61363         (lround_test_data): Likewise.
61364         (llround_test_data): Likewise.
61365         (modf_test_data): Likewise.
61366         (nearbyint_test_data): Likewise.
61367         (nextafter_test_data): Likewise.
61368         (nexttoward_test_data): Likewise.
61369         (pow_test_data): Likewise.
61370         (pow_tonearest_test_data): Likewise.
61371         (pow_towardzero_test_data): Likewise.
61372         (pow_downward_test_data): Likewise.
61373         (pow_upward_test_data): Likewise.
61374         (remainder_test_data): Likewise.
61375         (remainder_tonearest_test_data): Likewise.
61376         (remainder_towardzero_test_data): Likewise.
61377         (remainder_downward_test_data): Likewise.
61378         (remainder_upward_test_data): Likewise.
61379         (remquo_test_data): Likewise.
61380         (rint_test_data): Likewise.
61381         (rint_tonearest_test_data): Likewise.
61382         (rint_towardzero_test_data): Likewise.
61383         (rint_downward_test_data): Likewise.
61384         (rint_upward_test_data): Likewise.
61385         (round_test_data): Likewise.
61386         (scalb_test_data): Likewise.
61387         (scalbn_test_data): Likewise.
61388         (scalbln_test_data): Likewise.
61389         (signbit_test_data): Likewise.
61390         (sin_test_data): Likewise.
61391         (sin_tonearest_test_data): Likewise.
61392         (sin_towardzero_test_data): Likewise.
61393         (sin_downward_test_data): Likewise.
61394         (sin_upward_test_data): Likewise.
61395         (sincos_test_data): Likewise.
61396         (sinh_test_data): Likewise.
61397         (sinh_tonearest_test_data): Likewise.
61398         (sinh_towardzero_test_data): Likewise.
61399         (sinh_downward_test_data): Likewise.
61400         (sinh_upward_test_data): Likewise.
61401         (sqrt_test_data): Likewise.
61402         (tan_test_data): Likewise.
61403         (tan_tonearest_test_data): Likewise.
61404         (tan_towardzero_test_data): Likewise.
61405         (tan_downward_test_data): Likewise.
61406         (tan_upward_test_data): Likewise.
61407         (tanh_test_data): Likewise.
61408         (tgamma_test_data): Likewise.
61409         (trunc_test_data): Likewise.
61410         (y0_test_data): Likewise.
61411         (y1_test_data): Likewise.
61412         (yn_test_data): Likewise.
61413         (significand_test_data): Likewise.
61415         * math/gen-libm-test.pl (@functions): Remove variable.
61416         (generate_testfile): Don't handle START and END lines.
61417         * math/libm-test.inc (START): New macro.
61418         (END): Likewise.
61419         (END_COMPLEX): Likewise.
61420         (acos_test): Use END macro without arguments.
61421         (acos_test_tonearest): Likewise.
61422         (acos_test_towardzero): Likewise.
61423         (acos_test_downward): Likewise.
61424         (acos_test_upward): Likewise.
61425         (acosh_test): Likewise.
61426         (asin_test): Likewise.
61427         (asin_test_tonearest): Likewise.
61428         (asin_test_towardzero): Likewise.
61429         (asin_test_downward): Likewise.
61430         (asin_test_upward): Likewise.
61431         (asinh_test): Likewise.
61432         (atan_test): Likewise.
61433         (atanh_test): Likewise.
61434         (atan2_test): Likewise.
61435         (cabs_test): Likewise.
61436         (cacos_test): Use END_COMPLEX macro without arguments.
61437         (cacosh_test): Likewise.
61438         (carg_test): Use END macro without arguments.
61439         (casin_test): Use END_COMPLEX macro without arguments.
61440         (casinh_test): Likewise.
61441         (catan_test): Likewise.
61442         (catanh_test): Likewise.
61443         (cbrt_test): Use END macro without arguments.
61444         (ccos_test): Use END_COMPLEX macro without arguments.
61445         (ccosh_test): Likewise.
61446         (ceil_test): Use END macro without arguments.
61447         (cexp_test): Use END_COMPLEX macro without arguments.
61448         (cimag_test): Use END macro without arguments.
61449         (clog_test): Use END_COMPLEX macro without arguments.
61450         (clog10_test): Likewise.
61451         (conj_test): Likewise.
61452         (copysign_test): Use END macro without arguments.
61453         (cos_test): Likewise.
61454         (cos_test_tonearest): Likewise.
61455         (cos_test_towardzero): Likewise.
61456         (cos_test_downward): Likewise.
61457         (cos_test_upward): Likewise.
61458         (cosh_test): Likewise.
61459         (cosh_test_tonearest): Likewise.
61460         (cosh_test_towardzero): Likewise.
61461         (cosh_test_downward): Likewise.
61462         (cosh_test_upward): Likewise.
61463         (cpow_test): Use END_COMPLEX macro without arguments.
61464         (cproj_test): Likewise.
61465         (creal_test): Use END macro without arguments.
61466         (csin_test): Use END_COMPLEX macro without arguments.
61467         (csinh_test): Likewise.
61468         (csqrt_test): Likewise.
61469         (ctan_test): Likewise.
61470         (ctan_test_tonearest): Likewise.
61471         (ctan_test_towardzero): Likewise.
61472         (ctan_test_downward): Likewise.
61473         (ctan_test_upward): Likewise.
61474         (ctanh_test): Likewise.
61475         (ctanh_test_tonearest): Likewise.
61476         (ctanh_test_towardzero): Likewise.
61477         (ctanh_test_downward): Likewise.
61478         (ctanh_test_upward): Likewise.
61479         (erf_test): Use END macro without arguments.
61480         (erfc_test): Likewise.
61481         (exp_test): Likewise.
61482         (exp_test_tonearest): Likewise.
61483         (exp_test_towardzero): Likewise.
61484         (exp_test_downward): Likewise.
61485         (exp_test_upward): Likewise.
61486         (exp10_test): Likewise.
61487         (exp2_test): Likewise.
61488         (expm1_test): Likewise.
61489         (fabs_test): Likewise.
61490         (fdim_test): Likewise.
61491         (finite_test): Likewise.
61492         (floor_test): Likewise.
61493         (fma_test): Likewise.
61494         (fma_test_towardzero): Likewise.
61495         (fma_test_downward): Likewise.
61496         (fma_test_upward): Likewise.
61497         (fmax_test): Likewise.
61498         (fmin_test): Likewise.
61499         (fmod_test): Likewise.
61500         (fpclassify_test): Likewise.
61501         (frexp_test): Likewise.
61502         (gamma_test): Likewise.
61503         (hypot_test): Likewise.
61504         (ilogb_test): Likewise.
61505         (isfinite_test): Likewise.
61506         (isgreater_test): Likewise.
61507         (isgreaterequal_test): Likewise.
61508         (isinf_test): Likewise.
61509         (isless_test): Likewise.
61510         (islessequal_test): Likewise.
61511         (islessgreater_test): Likewise.
61512         (isnan_test): Likewise.
61513         (isnormal_test): Likewise.
61514         (issignaling_test): Likewise.
61515         (isunordered_test): Likewise.
61516         (j0_test): Likewise.
61517         (j1_test): Likewise.
61518         (jn_test): Likewise.
61519         (ldexp_test): Likewise.
61520         (lgamma_test): Likewise.
61521         (lrint_test): Likewise.
61522         (lrint_test_tonearest): Likewise.
61523         (lrint_test_towardzero): Likewise.
61524         (lrint_test_downward): Likewise.
61525         (lrint_test_upward): Likewise.
61526         (llrint_test): Likewise.
61527         (llrint_test_tonearest): Likewise.
61528         (llrint_test_towardzero): Likewise.
61529         (llrint_test_downward): Likewise.
61530         (llrint_test_upward): Likewise.
61531         (log_test): Likewise.
61532         (log10_test): Likewise.
61533         (log1p_test): Likewise.
61534         (log2_test): Likewise.
61535         (logb_test): Likewise.
61536         (logb_test_downward): Likewise.
61537         (lround_test): Likewise.
61538         (llround_test): Likewise.
61539         (modf_test): Likewise.
61540         (nearbyint_test): Likewise.
61541         (nextafter_test): Likewise.
61542         (nexttoward_test): Likewise.
61543         (pow_test): Likewise.
61544         (pow_test_tonearest): Likewise.
61545         (pow_test_towardzero): Likewise.
61546         (pow_test_downward): Likewise.
61547         (pow_test_upward): Likewise.
61548         (remainder_test): Likewise.
61549         (remainder_test_tonearest): Likewise.
61550         (remainder_test_towardzero): Likewise.
61551         (remainder_test_downward): Likewise.
61552         (remainder_test_upward): Likewise.
61553         (remquo_test): Likewise.
61554         (rint_test): Likewise.
61555         (rint_test_tonearest): Likewise.
61556         (rint_test_towardzero): Likewise.
61557         (rint_test_downward): Likewise.
61558         (rint_test_upward): Likewise.
61559         (round_test): Likewise.
61560         (scalb_test): Likewise.
61561         (scalbn_test): Likewise.
61562         (scalbln_test): Likewise.
61563         (signbit_test): Likewise.
61564         (sin_test): Likewise.
61565         (sin_test_tonearest): Likewise.
61566         (sin_test_towardzero): Likewise.
61567         (sin_test_downward): Likewise.
61568         (sin_test_upward): Likewise.
61569         (sincos_test): Likewise.
61570         (sinh_test): Likewise.
61571         (sinh_test_tonearest): Likewise.
61572         (sinh_test_towardzero): Likewise.
61573         (sinh_test_downward): Likewise.
61574         (sinh_test_upward): Likewise.
61575         (sqrt_test): Likewise.
61576         (tan_test): Likewise.
61577         (tan_test_tonearest): Likewise.
61578         (tan_test_towardzero): Likewise.
61579         (tan_test_downward): Likewise.
61580         (tan_test_upward): Likewise.
61581         (tanh_test): Likewise.
61582         (tgamma_test): Likewise.
61583         (trunc_test): Likewise.
61584         (y0_test): Likewise.
61585         (y1_test): Likewise.
61586         (yn_test): Likewise.
61587         (significand_test): Likewise.
61589 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
61591         [BZ #15381]
61592         * libio/genops.c (_IO_no_init): Initialize wide struct info.
61594 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
61596         [BZ #14894]
61597         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
61598         __ppc_mdoio and __ppc_mdoom.
61599         * manual/platform.texi: Document new functions __ppc_yield,
61600         __ppc_mdoio and __ppc_mdoom.
61602 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
61604         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
61605         (main): Mention "tls" pseudo-hwcap is legacy.
61606         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
61608 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
61610         * math/gen-libm-test.pl (parse_args): Output only string of
61611         arguments as text for test name, not full call or descriptions of
61612         tests for extra outputs.
61613         (generate_testfile): Do not pass function name to parse_args.
61614         Generate this_func variable from START.
61615         * math/libm-test.inc (struct test_f_f_data): Rename test_name
61616         field to arg_str.
61617         (struct test_ff_f_data): Likewise.
61618         (test_ff_f_data_nexttoward): Likewise.
61619         (struct test_fi_f_data): Likewise.
61620         (struct test_fl_f_data): Likewise.
61621         (struct test_if_f_data): Likewise.
61622         (struct test_fff_f_data): Likewise.
61623         (struct test_c_f_data): Likewise.
61624         (struct test_f_f1_data): Likewise.  Remove field extra_name.
61625         (struct test_fF_f1_data): Likewise.
61626         (struct test_ffI_f1_data): Likewise.
61627         (struct test_c_c_data): Rename test_name field to arg_str.
61628         (struct test_cc_c_data): Likewise.
61629         (struct test_f_i_data): Likewise.
61630         (struct test_ff_i_data): Likewise.
61631         (struct test_f_l_data): Likewise.
61632         (struct test_f_L_data): Likewise.
61633         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
61634         and extra2_name.
61635         (COMMON_TEST_SETUP): New macro.
61636         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
61637         (COMMON_TEST_CLEANUP): Likewise.
61638         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
61639         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
61640         macros.
61641         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
61642         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
61643         macros.
61644         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
61645         (RUN_TEST_fff_f): Take argument string.  Call new setup and
61646         cleanup macros.
61647         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
61648         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
61649         macros.
61650         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
61651         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
61652         macros.
61653         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
61654         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
61655         cleanup macros.
61656         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
61657         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
61658         cleanup macros.
61659         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
61660         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
61661         cleanup macros.
61662         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
61663         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
61664         macros.
61665         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
61666         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
61667         macros.
61668         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
61669         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
61670         macros.
61671         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
61672         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
61673         cleanup macros.
61674         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
61675         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
61676         cleanup macros.
61677         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
61678         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
61679         macros.
61680         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
61681         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
61682         cleanup macros.
61683         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
61684         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
61685         macros.
61686         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
61687         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
61688         macros.
61689         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
61690         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
61691         cleanup macros.
61692         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
61694 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
61696         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
61697         to _sifields.sigfault.
61698         (si_addr_lsb): Define new macro.
61699         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
61700         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
61701         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
61703 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
61705         [BZ #15441]
61706         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
61707         returns -1.
61708         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
61709         null return -1.
61710         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
61711         loading the domain.
61713 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
61715         * math/gen-libm-test.pl (parse_args): Do not include expected
61716         result in test name.
61717         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
61718         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
61719         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
61720         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
61721         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
61722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61724 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
61726         * benchtests/Makefile: Sort function entries.
61728         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
61729         tanh, asinh, acosh, atanh.
61730         * benchtests/acos-inputs: New file.
61731         * benchtests/acosh-inputs: New file.
61732         * benchtests/asin-inputs: New file.
61733         * benchtests/asinh-inputs: New file.
61734         * benchtests/atanh-inputs: New file.
61735         * benchtests/cosh-inputs: New file.
61736         * benchtests/log-inputs: New file.
61737         * benchtests/sinh-inputs: New file.
61738         * benchtests/tanh-inputs: New file.
61740 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
61742         [BZ #15339]
61743         * posix/tst-getaddrinfo4.c: New test.
61744         * posix/Makefile (tests): Add it.
61746 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
61748         [BZ #15339]
61749         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
61750         when no services were used.
61751         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
61752         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
61754 2013-05-21  Andreas Schwab  <schwab@suse.de>
61756         [BZ #15014]
61757         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
61758         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
61759         successful.
61760         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
61761         redundant variable declarations and reallocation of buffer when
61762         parsing as IPv6 address.  Always set NSS status when called from
61763         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
61764         buffer too small.  Correct computation of needed size.
61765         * nss/Makefile (tests): Add test-digits-dots.
61766         * nss/test-digits-dots.c: New test.
61768 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
61770         * benchtests/Makefile: Remove instructions for adding
61771         benchmark tests.
61772         * benchtests/README: New file to explain how to execute and
61773         enhance the benchmark tests.
61775 2013-05-21  Andreas Schwab  <schwab@suse.de>
61777         [BZ #15493]
61778         * setjmp/Makefile (tests): Add tst-sigsetjmp.
61779         * setjmp/tst-sigsetjmp.c: New test.
61781 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
61783         * sysdeps/x86_64/memset.S (memset): New implementation.
61784         (__bzero): Likewise.
61785         (__memset_tail): New function.
61787 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
61789         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
61790         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
61791         __memcpy_sse2_unaligned ifunc selection.
61792         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
61793         Add memcpy-sse2-unaligned.S.
61794         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
61795         Add: __memcpy_sse2_unaligned.
61797 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
61799         [BZ #15490]
61800         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
61801         math_force_eval before restoring floating-point envrionment.
61802         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
61803         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
61804         Likewise.
61805         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
61806         <math_private.h>.
61807         (__nearbyintl): Use math_force_eval before restoring
61808         floating-point environment.
61809         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
61811         * math/gen-libm-test.pl (special_functions): Remove.
61812         (parse_args): Don't handle TEST_extra.  Handle functions with no
61813         return value.
61814         * math/libm-test.inc (struct test_sincos_data): Replace with
61815         struct test_fFF_11_data.
61816         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
61817         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
61818         (sincos_test_data): Change element type to struct
61819         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
61820         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
61821         RUN_TEST_LOOP_sincos.
61822         * math/README.libm-test: Don't mention special handling of
61823         individual functions.
61824         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
61825         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
61826         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
61827         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
61828         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
61829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61831         * math/gen-libm-test.pl (get_variable): Remove function.
61832         (parse_args): Don't show pointer parameters to call in test
61833         names.  Use "extra output N" in test names for extra outputs
61834         rather than naming variables.
61836 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
61838         [BZ #15488]
61839         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
61840         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
61841         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
61842         double tests.
61843         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
61844         disable.
61845         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
61846         check_long_double.
61848         * math/gen-libm-test.pl (@tests): Remove variable.
61849         ($count): Likewise.
61850         (new_test): Remove function.
61851         (show_exceptions): New function.
61852         (special_functions): Use show_exceptions instead of new_test.
61853         (parse_args): Likewise.
61854         (generate_testfile): Pass only function name in generated call to
61855         print_max_error or print_complex_max_error.
61856         (get_ulps): Do not handle complex tests specially.
61857         (output_test): Rename to ...
61858         (get_all_ulps_for_test): ... this.  Return a string rather than
61859         printing to a file.  Require ulps to be present.
61860         (output_ulps): Generate arrays rather than #defines.
61861         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
61862         (struct ulp_data): New type.
61863         (BUILD_COMPLEX_ULP): Remove macro.
61864         (compare_ulp_data): New function.
61865         (find_ulps): Likewise.
61866         (find_test_ulps): Likewise.
61867         (find_function_ulps): Likewise.
61868         (find_complex_function_ulps): Likewise.
61869         (print_max_error): Determine allowed ulps using
61870         find_function_ulps.
61871         (print_complex_max_error): Determine allowed ulps using
61872         find_complex_function_ulps.
61873         (check_float_internal): Determine max ulps using find_test_ulps.
61874         (check_float): Do not take max_ulp parameter.  Update call to
61875         check_float_internal.
61876         (check_complex): Likewise.
61877         (check_int): Do not take max_ulp parameter.
61878         (check_long): Likewise.
61879         (check_bool): Likewise.
61880         (check_longlong): Likewise.
61881         (struct test_f_f_data): Remove max_ulp field.
61882         (struct test_ff_f_data): Likewise.
61883         (struct test_ff_f_data_nexttoward): Likewise.
61884         (struct test_fi_f_data): Likewise.
61885         (struct test_fl_f_data): Likewise.
61886         (struct test_if_f_data): Likewise.
61887         (struct test_fff_f_data): Likewise.
61888         (struct test_c_f_data): Likewise.
61889         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
61890         (struct test_fF_f1_data): Likewise.
61891         (struct test_ffI_f1_data): Likewise.
61892         (struct test_c_c_data): Remove max_ulp field.
61893         (struct test_cc_c_data): Likewise.
61894         (struct test_f_i_data): Likewise.
61895         (struct test_ff_i_data): Likewise.
61896         (struct test_f_l_data): Likewise.
61897         (struct test_f_L_data): Likewise.
61898         (struct test_sincos_data): Likewise.
61899         (RUN_TEST_f_f): Do not handle ulps.
61900         (RUN_TEST_LOOP_f_f): Likewise.
61901         (RUN_TEST_2_f): Likewise.
61902         (RUN_TEST_LOOP_2_f): Likewise.
61903         (RUN_TEST_fff_f): Likewise.
61904         (RUN_TEST_LOOP_fff_f): Likewise.
61905         (RUN_TEST_c_f): Likewise.
61906         (RUN_TEST_LOOP_c_f): Likewise.
61907         (RUN_TEST_f_f1): Likewise.
61908         (RUN_TEST_LOOP_f_f1): Likewise.
61909         (RUN_TEST_fF_f1): Likewise.
61910         (RUN_TEST_LOOP_fF_f1): Likewise.
61911         (RUN_TEST_fI_f1): Likewise.
61912         (RUN_TEST_LOOP_fI_f1): Likewise.
61913         (RUN_TEST_ffI_f1): Likewise.
61914         (RUN_TEST_LOOP_ffI_f1): Likewise.
61915         (RUN_TEST_c_c): Likewise.
61916         (RUN_TEST_LOOP_c_c): Likewise.
61917         (RUN_TEST_cc_c): Likewise.
61918         (RUN_TEST_LOOP_cc_c): Likewise.
61919         (RUN_TEST_f_i): Likewise.
61920         (RUN_TEST_LOOP_f_i): Likewise.
61921         (RUN_TEST_f_i_tg): Likewise.
61922         (RUN_TEST_LOOP_f_i_tg): Likewise.
61923         (RUN_TEST_ff_i_tg): Likewise.
61924         (RUN_TEST_LOOP_ff_i_tg): Likewise.
61925         (RUN_TEST_f_b): Likewise.
61926         (RUN_TEST_LOOP_f_b): Likewise.
61927         (RUN_TEST_f_b_tg): Likewise.
61928         (RUN_TEST_LOOP_f_b_tg): Likewise.
61929         (RUN_TEST_f_l): Likewise.
61930         (RUN_TEST_LOOP_f_l): Likewise.
61931         (RUN_TEST_f_L): Likewise.
61932         (RUN_TEST_LOOP_f_L): Likewise.
61933         (RUN_TEST_sincos): Likewise.
61934         (RUN_TEST_LOOP_sincos): Likewise.
61936 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
61938         [BZ #15480]
61939         [BZ #15485]
61940         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
61941         main case of finite arguments, set rounding mode to FE_TONEAREST
61942         and discard exceptions.
61943         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
61944         exceptions.
61945         (remainder_tonearest_test_data): New variable.
61946         (remainder_test_tonearest): New function.
61947         (remainder_towardzero_test_data): New variable.
61948         (remainder_test_towardzero): New function.
61949         (remainder_downward_test_data): New variable.
61950         (remainder_test_downward): New function.
61951         (remainder_upward_test_data): New variable.
61952         (remainder_test_upward): New function.
61953         (main): Call the new test functions.
61955         * math/libm-test.inc (struct test_f_f1_data): Remove field
61956         extra_init.
61957         (struct test_fF_f1_data): Likewise.
61958         (struct test_ffI_f1_data): Likewise.
61959         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
61960         based on value of EXTRA_EXPECTED.
61961         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
61962         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
61963         EXTRA_VAR based on value of EXTRA_EXPECTED.
61964         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
61965         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
61966         EXTRA_VAR based on value of EXTRA_EXPECTED.
61967         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
61968         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
61969         EXTRA_VAR based on value of EXTRA_EXPECTED.
61970         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
61971         * math/gen-libm-test.pl (parse_args): Don't output initializers
61972         for extra output values.
61974         * math/libm-test.inc (check_int): Expect result to be exactly
61975         equal to expected value and do not handle ulps.
61976         (check_long): Likewise.
61977         (check_longlong): Likewise.
61979         * math/libm-test.inc (ceil_test_data): Test for "inexact"
61980         exceptions.
61981         (cimag_test_data): Likewise.
61982         (conj_test_data): Likewise.
61983         (copysign_test_data): Likewise.
61984         (cproj_test_data): Likewise.
61985         (creal_test_data): Likewise.
61986         (fabs_test_data): Likewise.
61987         (fdim_test_data): Likewise.
61988         (finite_test_data): Likewise.
61989         (floor_test_data): Likewise.
61990         (fmax_test_data): Likewise.
61991         (fmin_test_data): Likewise.
61992         (fmod_test_data): Likewise.
61993         (fpclassify_test_data): Likewise.
61994         (frexp_test_data): Likewise.
61995         (ilogb_test_data): Likewise.
61996         (isfinite_test_data): Likewise.
61997         (isgreater_test_data): Likewise.
61998         (isgreaterequal_test_data): Likewise.
61999         (isinf_test_data): Likewise.
62000         (isless_test_data): Likewise.
62001         (islessequal_test_data): Likewise.
62002         (islessgreater_test_data): Likewise.
62003         (isnan_test_data): Likewise.
62004         (isnormal_test_data): Likewise.
62005         (issignaling_test_data): Likewise.
62006         (isunordered_test_data): Likewise.
62007         (ldexp_test_data): Likewise.
62008         (lrint_test_data): Likewise.
62009         (lrint_test_data) [TEST_FLOAT]: Disable one test.
62010         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
62011         (lrint_tonearest_test_data): Test for "inexact" exceptions.
62012         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
62013         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
62014         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
62015         test input.
62016         (lrint_towardzero_test_data): Test for "inexact" exceptions.
62017         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
62018         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
62019         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
62020         that test input.
62021         (lrint_downward_test_data): Test for "inexact" exceptions.
62022         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
62023         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
62024         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
62025         test input.
62026         (lrint_upward_test_data): Test for "inexact" exceptions.
62027         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
62028         test input.
62029         (llrint_test_data): Test for "inexact" exceptions.
62030         (llrint_test_data) [TEST_FLOAT]: Disable one test.
62031         (llrint_tonearest_test_data): Test for "inexact" exceptions.
62032         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
62033         (llrint_towardzero_test_data): Test for "inexact" exceptions.
62034         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
62035         (llrint_downward_test_data): Test for "inexact" exceptions.
62036         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
62037         (llrint_upward_test_data): Test for "inexact" exceptions.
62038         (logb_test_data): Likewise.
62039         (logb_downward_test_data): Likewise.
62040         (nextafter_test_data): Likewise.
62041         (nexttoward_test_data): Likewise.
62042         (remainder_test_data): Likewise.
62043         (remquo_test_data): Likewise.
62044         (scalbn_test_data): Likewise.
62045         (scalbln_test_data): Likewise.
62046         (signbit_test_data): Likewise.
62047         (sqrt_test_data): Likewise.
62048         (significand_test_data): Likewise.
62050 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
62052         [BZ #15424]
62053         * benchtests/bench-modf.c (struct args): Mark arg0 as
62054         volatile.
62055         * scripts/bench.pl: Mark members of struct args as volatile.
62057 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
62059         [BZ # 15497]
62060         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
62061         negative infinity on POWER6 or lower.
62062         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
62064 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
62066         [BZ #15442]
62067         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
62068         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
62069         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
62070         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
62071         (_FP_SETQNAN): New macro.
62072         (_FP_SETQNAN_SEMIRAW): Likewise.
62073         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
62074         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
62075         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
62076         (FP_EXTEND): Use _FP_FRAC_SNANP.
62077         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
62078         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
62079         into account.
62080         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
62081         New macro.
62082         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
62083         Likewise.
62085 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
62087         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
62088         with DIVIDE_BY_ZERO_EXCEPTION.
62089         (gamma_test_data): Likewise.
62090         (lgamma_test_data): Likewise.
62091         (log_test_data): Likewise.
62092         (log10_test_data): Likewise.
62093         (log2_test_data): Likewise.
62094         (tgamma_test_data): Likewise.
62096         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
62097         (acos_test_tonearest): Likewise.
62098         (acos_test_towardzero): Likewise.
62099         (acos_test_downward): Likewise.
62100         (acos_test_upward): Likewise.
62101         (acosh_test): Likewise.
62102         (asin_test): Likewise.
62103         (asin_test_tonearest): Likewise.
62104         (asin_test_towardzero): Likewise.
62105         (asin_test_downward): Likewise.
62106         (asin_test_upward): Likewise.
62107         (asinh_test): Likewise.
62108         (atan_test): Likewise.
62109         (atanh_test): Likewise.
62110         (atan2_test): Likewise.
62111         (cabs_test): Likewise.
62112         (cacos_test): Likewise.
62113         (cacosh_test): Likewise.
62114         (casin_test): Likewise.
62115         (casinh_test): Likewise.
62116         (catan_test): Likewise.
62117         (catanh_test): Likewise.
62118         (cbrt_test): Likewise.
62119         (ccos_test): Likewise.
62120         (ccosh_test): Likewise.
62121         (cexp_test): Likewise.
62122         (clog_test): Likewise.
62123         (clog10_test): Likewise.
62124         (cos_test): Likewise.
62125         (cos_test_tonearest): Likewise.
62126         (cos_test_towardzero): Likewise.
62127         (cos_test_downward): Likewise.
62128         (cos_test_upward): Likewise.
62129         (cosh_test): Likewise.
62130         (cosh_test_tonearest): Likewise.
62131         (cosh_test_towardzero): Likewise.
62132         (cosh_test_downward): Likewise.
62133         (cosh_test_upward): Likewise.
62134         (cpow_test): Likewise.
62135         (csin_test): Likewise.
62136         (csinh_test): Likewise.
62137         (csqrt_test): Likewise.
62138         (ctan_test): Likewise.
62139         (ctan_test_tonearest): Likewise.
62140         (ctan_test_towardzero): Likewise.
62141         (ctan_test_downward): Likewise.
62142         (ctan_test_upward): Likewise.
62143         (ctanh_test): Likewise.
62144         (ctanh_test_tonearest): Likewise.
62145         (ctanh_test_towardzero): Likewise.
62146         (ctanh_test_downward): Likewise.
62147         (ctanh_test_upward): Likewise.
62148         (erf_test): Likewise.
62149         (erfc_test): Likewise.
62150         (exp_test): Likewise.
62151         (exp_test_tonearest): Likewise.
62152         (exp_test_towardzero): Likewise.
62153         (exp_test_downward): Likewise.
62154         (exp_test_upward): Likewise.
62155         (exp10_test): Likewise.
62156         (exp2_test): Likewise.
62157         (expm1_test): Likewise.
62158         (fmod_test): Likewise.
62159         (gamma_test): Likewise.
62160         (hypot_test): Likewise.
62161         (j0_test): Likewise.
62162         (j1_test): Likewise.
62163         (jn_test): Likewise.
62164         (lgamma_test): Likewise.
62165         (log_test): Likewise.
62166         (log10_test): Likewise.
62167         (log1p_test): Likewise.
62168         (log2_test): Likewise.
62169         (logb_test_downward): Likewise.
62170         (pow_test): Likewise.
62171         (pow_test_tonearest): Likewise.
62172         (pow_test_towardzero): Likewise.
62173         (pow_test_downward): Likewise.
62174         (pow_test_upward): Likewise.
62175         (remainder_test): Likewise.
62176         (remquo_test): Likewise.
62177         (sin_test): Likewise.
62178         (sin_test_tonearest): Likewise.
62179         (sin_test_towardzero): Likewise.
62180         (sin_test_downward): Likewise.
62181         (sin_test_upward): Likewise.
62182         (sincos_test): Likewise.
62183         (sinh_test): Likewise.
62184         (sinh_test_tonearest): Likewise.
62185         (sinh_test_towardzero): Likewise.
62186         (sinh_test_downward): Likewise.
62187         (sinh_test_upward): Likewise.
62188         (sqrt_test): Likewise.
62189         (tan_test): Likewise.
62190         (tan_test_tonearest): Likewise.
62191         (tan_test_towardzero): Likewise.
62192         (tan_test_downward): Likewise.
62193         (tan_test_upward): Likewise.
62194         (tanh_test): Likewise.
62195         (tgamma_test): Likewise.
62196         (y0_test): Likewise.
62197         (y1_test): Likewise.
62198         (yn_test): Likewise.
62200         * math/gen-libm-test.pl (adjust_arg): Remove function.
62201         (special_function): Remove argument $in_func.  Only handle
62202         generating output for tables of tests, not inside functions.
62203         (parse_args): Likewise.
62204         (generate_testfile): Remove variable $in_func.  Update call to
62205         parse_args.
62206         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
62207         (MINUS_ZERO_INIT): Rename macro to minus_zero.
62208         (PLUS_INFTY_INIT): Rename macro to plus_infty.
62209         (MINUS_INFTY_INIT): Rename macro to minus_infty.
62210         (QNAN_VALUE_INIT): Rename macro to qnan_value.
62211         (MAX_VALUE_INIT): Rename macro to max_value.
62212         (MIN_VALUE_INIT): Rename macro to min_value.
62213         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
62214         (plus_zero): Remove variable.
62215         (minus_zero): Likewise.
62216         (plus_infty): Likewise.
62217         (minus_infty): Likewise.
62218         (qnan_value): Likewise.
62219         (max_value): Likewise.
62220         (min_value): Likewise.
62221         (min_subnorm_value): Likewise.
62223 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
62225         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
62226         uint64_t or uint32_t usage.
62227         * crypt/sha256-block.c: Likewise.
62228         * crypt/sha256-crypt.c: Likewise.
62229         * crypt/sha256.c: Likewise.
62230         * crypt/sha512-block.c: Likewise.
62231         * crypt/sha512-crypt.c: Likewise.
62232         * crypt/sha512.c: Likewise.
62233         * debug/backtrace-tst.c: Likewise.
62234         * debug/pcprofiledump.c: Likewise.
62235         * elf/cache.c: Likewise.
62236         * elf/dl-cache.c: Likewise.
62237         * elf/dl-misc.c: Likewise.
62238         * elf/dl-profile.c: Likewise.
62239         * elf/dl-support.c: Likewise.
62240         * elf/ldconfig.c: Likewise.
62241         * elf/sprof.c: Likewise.
62242         * iconv/dummy-repertoire.c: Likewise.
62243         * iconv/iconv_charmap.c: Likewise.
62244         * iconv/skeleton.c: Likewise.
62245         * iconvdata/8bit-generic.c: Likewise.
62246         * iconvdata/cp737.h: Likewise.
62247         * iconvdata/cp775.h: Likewise.
62248         * iconvdata/ibm1008.h: Likewise.
62249         * iconvdata/ibm1025.h: Likewise.
62250         * iconvdata/ibm1046.h: Likewise.
62251         * iconvdata/ibm1097.h: Likewise.
62252         * iconvdata/ibm1112.h: Likewise.
62253         * iconvdata/ibm1122.h: Likewise.
62254         * iconvdata/ibm1123.h: Likewise.
62255         * iconvdata/ibm1124.h: Likewise.
62256         * iconvdata/ibm1129.h: Likewise.
62257         * iconvdata/ibm1130.h: Likewise.
62258         * iconvdata/ibm1132.h: Likewise.
62259         * iconvdata/ibm1133.h: Likewise.
62260         * iconvdata/ibm1137.h: Likewise.
62261         * iconvdata/ibm1140.h: Likewise.
62262         * iconvdata/ibm1141.h: Likewise.
62263         * iconvdata/ibm1142.h: Likewise.
62264         * iconvdata/ibm1143.h: Likewise.
62265         * iconvdata/ibm1144.h: Likewise.
62266         * iconvdata/ibm1145.h: Likewise.
62267         * iconvdata/ibm1146.h: Likewise.
62268         * iconvdata/ibm1147.h: Likewise.
62269         * iconvdata/ibm1148.h: Likewise.
62270         * iconvdata/ibm1149.h: Likewise.
62271         * iconvdata/ibm1153.h: Likewise.
62272         * iconvdata/ibm1154.h: Likewise.
62273         * iconvdata/ibm1155.h: Likewise.
62274         * iconvdata/ibm1156.h: Likewise.
62275         * iconvdata/ibm1157.h: Likewise.
62276         * iconvdata/ibm1158.h: Likewise.
62277         * iconvdata/ibm1160.h: Likewise.
62278         * iconvdata/ibm1161.h: Likewise.
62279         * iconvdata/ibm1162.h: Likewise.
62280         * iconvdata/ibm1163.h: Likewise.
62281         * iconvdata/ibm1164.h: Likewise.
62282         * iconvdata/ibm1166.h: Likewise.
62283         * iconvdata/ibm1167.h: Likewise.
62284         * iconvdata/ibm12712.h: Likewise.
62285         * iconvdata/ibm1390.h: Likewise.
62286         * iconvdata/ibm1399.h: Likewise.
62287         * iconvdata/ibm16804.h: Likewise.
62288         * iconvdata/ibm4517.h: Likewise.
62289         * iconvdata/ibm4899.h: Likewise.
62290         * iconvdata/ibm4909.h: Likewise.
62291         * iconvdata/ibm4971.h: Likewise.
62292         * iconvdata/ibm5347.h: Likewise.
62293         * iconvdata/ibm803.h: Likewise.
62294         * iconvdata/ibm856.h: Likewise.
62295         * iconvdata/ibm901.h: Likewise.
62296         * iconvdata/ibm902.h: Likewise.
62297         * iconvdata/ibm9030.h: Likewise.
62298         * iconvdata/ibm9066.h: Likewise.
62299         * iconvdata/ibm921.h: Likewise.
62300         * iconvdata/ibm922.h: Likewise.
62301         * iconvdata/ibm9448.h: Likewise.
62302         * iconvdata/isiri-3342.h: Likewise.
62303         * iconvdata/jis0201.h: Likewise.
62304         * include/link.h: Likewise.
62305         * include/netdb.h: Likewise.
62306         * inet/check_native.c: Likewise.
62307         * inet/check_pf.c: Likewise.
62308         * inet/getipv4sourcefilter.c: Likewise.
62309         * inet/getnameinfo.c: Likewise.
62310         * inet/getsourcefilter.c: Likewise.
62311         * inet/htonl.c: Likewise.
62312         * inet/setipv4sourcefilter.c: Likewise.
62313         * inet/setsourcefilter.c: Likewise.
62314         * inet/test-inet6_opt.c: Likewise.
62315         * inet/tst-network.c: Likewise.
62316         * locale/C-collate.c: Likewise.
62317         * locale/C-ctype.c: Likewise.
62318         * locale/C-time.c: Likewise.
62319         * locale/C-translit.h: Likewise.
62320         * locale/loadarchive.c: Likewise.
62321         * locale/programs/3level.h: Likewise.
62322         * locale/programs/charmap.c: Likewise.
62323         * locale/programs/charmap.h: Likewise.
62324         * locale/programs/ld-address.c: Likewise.
62325         * locale/programs/ld-collate.c: Likewise.
62326         * locale/programs/ld-ctype.c: Likewise.
62327         * locale/programs/ld-identification.c: Likewise.
62328         * locale/programs/ld-measurement.c: Likewise.
62329         * locale/programs/ld-messages.c: Likewise.
62330         * locale/programs/ld-monetary.c: Likewise.
62331         * locale/programs/ld-name.c: Likewise.
62332         * locale/programs/ld-numeric.c: Likewise.
62333         * locale/programs/ld-paper.c: Likewise.
62334         * locale/programs/ld-telephone.c: Likewise.
62335         * locale/programs/ld-time.c: Likewise.
62336         * locale/programs/linereader.c: Likewise.
62337         * locale/programs/locale.c: Likewise.
62338         * locale/programs/locarchive.c: Likewise.
62339         * locale/programs/locfile.h: Likewise.
62340         * locale/programs/repertoire.c: Likewise.
62341         * locale/programs/simple-hash.c: Likewise.
62342         * locale/programs/simple-hash.h: Likewise.
62343         * malloc/memusage.c: Likewise.
62344         * malloc/memusagestat.c: Likewise.
62345         * nis/nis_defaults.c: Likewise.
62346         * nis/nis_hash.c: Likewise.
62347         * nis/nis_print.c: Likewise.
62348         * nis/nis_xdr.c: Likewise.
62349         * nscd/connections.c: Likewise.
62350         * nscd/hstcache.c: Likewise.
62351         * nscd/nscd_gethst_r.c: Likewise.
62352         * nscd/nscd_getserv_r.c: Likewise.
62353         * nscd/nscd_helper.c: Likewise.
62354         * nscd/servicescache.c: Likewise.
62355         * nss/makedb.c: Likewise.
62356         * nss/nss_db/db-XXX.c: Likewise.
62357         * nss/nss_db/db-initgroups.c: Likewise.
62358         * nss/nss_db/db-netgrp.c: Likewise.
62359         * nss/nss_files/files-network.c: Likewise.
62360         * nss/nss_files/files-parse.c: Likewise.
62361         * posix/bug-regex5.c: Likewise.
62362         * posix/fnmatch_loop.c: Likewise.
62363         * posix/regcomp.c: Likewise.
62364         * posix/regexec.c: Likewise.
62365         * posix/tst-rfc3484-2.c: Likewise.
62366         * posix/tst-rfc3484-3.c: Likewise.
62367         * posix/tst-rfc3484.c: Likewise.
62368         * resolv/nss_dns/dns-canon.c: Likewise.
62369         * resolv/nss_dns/dns-network.c: Likewise.
62370         * resolv/res_init.c: Likewise.
62371         * resolv/res_mkquery.c: Likewise.
62372         * resolv/tst-aton.c: Likewise.
62373         * stdlib/cxa_atexit.c: Likewise.
62374         * stdlib/cxa_finalize.c: Likewise.
62375         * stdlib/gen-fpioconst.c: Likewise.
62376         * stdlib/strtol_l.c: Likewise.
62377         * string/tst-endian.c: Likewise.
62378         * sunrpc/auth_des.c: Likewise.
62379         * sunrpc/clnt_udp.c: Likewise.
62380         * sunrpc/rtime.c: Likewise.
62381         * sunrpc/svcauth_des.c: Likewise.
62382         * sunrpc/xdr.c: Likewise.
62383         * sunrpc/xdr_intXX_t.c: Likewise.
62384         * sunrpc/xdr_rec.c: Likewise.
62385         * sysdeps/generic/ldconfig.h: Likewise.
62386         * sysdeps/generic/ldsodefs.h: Likewise.
62387         * sysdeps/generic/memusage.h: Likewise.
62388         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
62389         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
62390         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
62391         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
62392         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
62393         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
62394         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
62395         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
62396         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
62397         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
62398         * sysdeps/posix/getaddrinfo.c: Likewise.
62399         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
62400         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
62401         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
62402         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
62403         * sysdeps/powerpc/test-gettimebase.c: Likewise.
62404         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
62405         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
62406         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
62407         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
62408         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
62409         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
62410         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
62411         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
62412         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
62413         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
62414         * sysdeps/x86_64/dl-tls.h: Likewise.
62415         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
62416         * time/alt_digit.c: Likewise.
62417         * time/era.c: Likewise.
62418         * wcsmbs/tst-c16c32-1.c: Likewise.
62420 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
62422         * math/libm-test.inc (struct test_sincos_data): New type.
62423         (RUN_TEST_LOOP_sincos): New macro.
62424         (sincos_test_data): New variable.
62425         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
62427 2013-05-16  Richard Henderson  <rth@redhat.com>
62429         * math/atest-exp2.c (LIMB64): New macro.
62430         (CONSTSZ): New macro.
62431         (mp_exp1, mp_exp_m1, mp_log2): New variables.
62432         (hexdig): Move ...
62433         (print_mpn_fp): ... to function scope.
62434         (read_mpn_hex): Remove.
62435         (get_log2): Remove.
62436         (exp2_mpn): Use mp_log2.
62437         (main): Use mp_exp1.
62439 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
62441         * math/libm-test.inc: Remove comment about not testing "inexact"
62442         exceptions.
62443         (INEXACT_EXCEPTION): New macro.
62444         (NO_INEXACT_EXCEPTION): Likewise.
62445         (INVALID_EXCEPTION_OK): Update value.
62446         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
62447         (OVERFLOW_EXCEPTION_OK): Likewise.
62448         (UNDERFLOW_EXCEPTION_OK): Likewise.
62449         (IGNORE_ZERO_INF_SIGN): Likewise.
62450         (ERRNO_UNCHANGED): Likewise.
62451         (ERRNO_EDOM): Likewise.
62452         (ERRNO_ERANGE): Likewise.
62453         (test_exceptions): Handle testing "inexact" exceptions.
62454         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
62455         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
62456         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
62457         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
62458         INEXACT_EXCEPTION.
62459         (rint_towardzero_test_data): Likewise.
62460         (rint_downward_test_data): Likewise.
62461         (rint_upward_test_data): Likewise.
62463         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
62464         with OVERFLOW_EXCEPTION.
62465         (exp10_test_data): Likewise.
62466         (exp2_test_data): Likewise.
62467         (expm1_test_data): Likewise.
62468         (lgamma_test_data): Likewise.
62469         (pow_test_data): Likewise.
62470         (tgamma_test_data): Likewise.
62471         (yn_test_data): Remove duplicate test of overflow.
62473         * math/libm-test.inc (struct test_cc_c_data): New type.
62474         (RUN_TEST_LOOP_cc_c): New macro.
62475         (cpow_test_data): New variable.
62476         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
62478         * math/libm-test.inc (struct test_f_L_data): New type.
62479         (RUN_TEST_LOOP_f_L): New macro.
62480         (llrint_test_data): New variable.
62481         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
62482         (llrint_tonearest_test_data): New variable.
62483         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
62484         (llrint_towardzero_test_data): New variable.
62485         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
62486         (llrint_downward_test_data): New variable.
62487         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
62488         (llrint_upward_test_data): New variable.
62489         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
62490         (llround_test_data): New variable.
62491         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
62493 2013-05-13  Peter Collingbourne  <pcc@google.com>
62495         * math/atest-exp2.c (get_log2): Remove const attribute.
62497 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
62499         * math/libm-test.inc (struct test_f_l_data): New type.
62500         (RUN_TEST_LOOP_f_l): New macro.
62501         (lrint_test_data): New variable.
62502         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
62503         (lrint_tonearest_test_data): New variable.
62504         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
62505         (lrint_towardzero_test_data): New variable.
62506         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
62507         (lrint_downward_test_data): New variable.
62508         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
62509         (lrint_upward_test_data): New variable.
62510         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
62511         (lround_test_data): New variable.
62512         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
62514 2013-05-15  Peter Collingbourne  <pcc@google.com>
62516         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
62517         (EXTRACT_WORDS64) Use where appropriate.
62518         (INSERT_WORDS64) Likewise.
62520         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
62521         constraints with x constraints.
62522         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
62524         * malloc/obstack.c (_obstack_compat): Add initializer.
62526 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
62528         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
62529         si_trapno and add si_addr_lsb to _sifields.sigfault.
62530         (si_trapno): Remove macro.
62531         (si_addr_lsb): Define new macro.
62532         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
62534 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
62536         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
62537         instead of TEST_f_l.
62538         (llrint_test_tonearest): Likewise.
62539         (llrint_test_towardzero): Likewise.
62540         (llrint_test_downward): Likewise.
62541         (llrint_test_upward): Likewise.
62542         (llround_test): Likewise.
62544         * math/libm-test.inc (struct test_f_i_data): Add comment.
62545         (RUN_TEST_LOOP_f_b): New macro.
62546         (RUN_TEST_LOOP_f_b_tg): Likewise.
62547         (finite_test_data): New variable.
62548         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
62549         (isfinite_test_data): New variable.
62550         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
62551         (isinf_test_data): New variable.
62552         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
62553         (isnan_test_data): New variable.
62554         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
62555         (isnormal_test_data): New variable.
62556         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
62557         (issignaling_test_data): New variable.
62558         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
62559         (signbit_test_data): New variable.
62560         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
62562         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
62563         with INVALID_EXCEPTION.
62564         (acosh_test_data): Likewise.
62565         (asin_test_data): Likewise.
62566         (atanh_test_data): Likewise.
62567         (fmod_test_data): Likewise.
62568         (log_test_data): Likewise.
62569         (log10_test_data): Likewise.
62570         (log2_test_data): Likewise.
62571         (pow_test_data): Likewise.
62572         (sqrt_test_data): Likewise.
62573         (y0_test_data): Likewise.
62574         (y1_test_data): Likewise.
62575         (yn_test_data): Likewise.
62577         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
62578         function contents.
62580         * math/libm-test.inc (struct test_ff_i_data): New type.
62581         (RUN_TEST_LOOP_ff_i_tg): New macro.
62582         (isgreater_test_data): New variable.
62583         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
62584         (isgreaterequal_test_data): New variable.
62585         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
62586         (isless_test_data): New variable.
62587         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
62588         (islessequal_test_data): New variable.
62589         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
62590         (islessgreater_test_data): New variable.
62591         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
62592         (isunordered_test_data): New variable.
62593         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
62595 2013-05-14  David S. Miller  <davem@davemloft.net>
62597         * sysdeps/sparc/fpu/libm-test-ulps: Update.
62599 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
62601         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
62603         * math/libm-test.inc (struct test_fF_f1_data): Change type of
62604         extra_test to int.
62605         (struct test_f_i_data): Change type of max_ulp to int.
62607         * math/libm-test.inc (test_ffI_f1_data): New type.
62608         (RUN_TEST_LOOP_ffI_f1): New macro.
62609         (remquo_test_data): New variable.
62610         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
62612         * setjmp/tst-setjmp-fp.c: New file.
62613         * setjmp/Makefile (tests): Add tst-setjmp-fp.
62614         (link-libm): New variable.
62615         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
62617         * math/libm-test.inc (struct test_f_i_data): New type.
62618         (RUN_TEST_LOOP_f_i): New macro.
62619         (RUN_TEST_LOOP_f_i_tg): Likewise.
62620         (fpclassify_test_data): New variable.
62621         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
62622         (ilogb_test_data): New variable.
62623         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
62625         * math/libm-test.inc (scalbln_test): Correct function name in END
62626         call.
62628         * math/libm-test.inc (struct test_f_f1_data): Add comment.
62629         (RUN_TEST_LOOP_fI_f1): New macro.
62630         (frexp_test_data): New variable.
62631         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
62633         * math/libm-test.inc (struct test_fF_f1_data): New type.
62634         (RUN_TEST_LOOP_fF_f1): New macro.
62635         (modf_test_data): New variable.
62636         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
62638         * math/libm-test.inc (struct test_f_f1_data): New type.
62639         (RUN_TEST_LOOP_f_f1): New macro.
62640         (gamma_test_data): New variable.
62641         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
62642         (lgamma_test_data): New variable.
62643         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
62645 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
62647         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
62648         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
62649         (main): Comment "tls" pseudo-hwcap.
62651 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
62653         * math/libm-test.inc (struct test_fl_f_data): New type.
62654         (RUN_TEST_LOOP_fl_f): New variable.
62655         (scalbln_test_data): New variable.
62656         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
62658         * math/libm-test.inc (struct test_fi_f_data): New type.
62659         (RUN_TEST_LOOP_fi_f): New macro.
62660         (ldexp_test_data): New variable.
62661         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
62662         (scalbn_test_data): New variable.
62663         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
62665         * math/libm-test.inc (struct test_c_f_data): New type.
62666         (RUN_TEST_LOOP_c_f): New macro.
62667         (cabs_test_data): New variable.
62668         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
62669         (carg_test_data): New variable.
62670         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
62671         (cimag_test_data): New variable.
62672         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
62673         (creal_test_data): New variable.
62674         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
62676         * math/libm-test.inc (struct test_if_f_data): New type.
62677         (RUN_TEST_LOOP_if_f): New macro.
62678         (jn_test_data): New variable.
62679         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
62680         (yn_test_data): New variable.
62681         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
62683         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
62685 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
62687         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
62688         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
62690 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
62692         * benchtests/Makefile (CPPFLAGS-nonlib): Add
62693         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
62694         (bench-deps): Add bench-timing.h.
62695         * benchtests-bench-skeleton.c: Include bench-timing.h.
62696         (main): Use TIMING_* macros instead of clock_gettime.
62697         * benchtests/bench-timing.h: New file.
62699         [BZ #14582]
62700         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
62701         Renamed from _LIB_VERSION.
62702         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
62704 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
62706         * math/libm-test.inc (struct test_fff_f_data): New type.
62707         (RUN_TEST_LOOP_fff_f): New macro.
62708         (fma_test_data): New variable.
62709         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
62710         (fma_towardzero_test_data): New variable.
62711         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
62712         (fma_downward_test_data): New variable.
62713         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
62714         (fma_upward_test_data): New variable.
62715         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
62717         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
62718         (struct test_c_c_data): New type.
62719         (RUN_TEST_LOOP_c_c): New macro.
62720         (cacos_test_data): New variable.
62721         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
62722         (cacosh_test_data): New variable.
62723         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
62724         (casin_test_data): New variable.
62725         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
62726         (casinh_test_data): New variable.
62727         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
62728         (catan_test_data): New variable.
62729         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
62730         (catanh_test_data): New variable.
62731         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
62732         (ccos_test_data): New variable.
62733         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
62734         (ccosh_test_data): New variable.
62735         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
62736         (cexp_test_data): New variable.
62737         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
62738         (clog_test_data): New variable.
62739         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
62740         (clog10_test_data): New variable.
62741         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
62742         (conj_test_data): New variable.
62743         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
62744         (cproj_test_data): New variable.
62745         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
62746         (csin_test_data): New variable.
62747         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
62748         (csinh_test_data): New variable.
62749         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
62750         (csqrt_test_data): New variable.
62751         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
62752         (ctan_test_data): New variable.
62753         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
62754         (ctan_tonearest_test_data): New variable.
62755         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
62756         (ctan_towardzero_test_data): New variable.
62757         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
62758         (ctan_downward_test_data): New variable.
62759         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
62760         (ctan_upward_test_data): New variable.
62761         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
62762         (ctanh_test_data): New variable.
62763         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
62764         (ctanh_tonearest_test_data): New variable.
62765         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
62766         (ctanh_towardzero_test_data): New variable.
62767         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
62768         (ctanh_downward_test_data): New variable.
62769         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
62770         (ctanh_upward_test_data): New variable.
62771         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
62772         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
62773         of BUILD_COMPLEX.
62775         * math/libm-test.inc (struct test_ff_f_data): New type.
62776         (struct test_ff_f_data_nexttoward): Likewise.
62777         (RUN_TEST_LOOP_2_f): New macro.
62778         (RUN_TEST_LOOP_ff_f): Likewise.
62779         (atan2_test_data): New variable.
62780         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
62781         (copysign_test_data): New variable.
62782         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
62783         (fdim_test_data): New variable.
62784         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
62785         (fmax_test_data): New variable.
62786         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
62787         (fmin_test_data): New variable.
62788         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
62789         (fmod_test_data): New variable.
62790         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
62791         (hypot_test_data): New variable.
62792         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
62793         (nextafter_test_data): New variable.
62794         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
62795         (nexttoward_test_data): New variable.
62796         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
62797         (pow_test_data): New variable.
62798         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
62799         (pow_tonearest_test_data): New variable.
62800         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
62801         (pow_towardzero_test_data): New variable.
62802         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
62803         (pow_downward_test_data): New variable.
62804         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
62805         (pow_upward_test_data): New variable.
62806         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
62807         (remainder_test_data): New variable.
62808         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
62809         (scalb_test_data): New variable.
62810         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
62811         * sysdeps/i386/fpu/libm-test-ulps: Update.
62813 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
62815         * math/libm-test.inc (fma_test): Use max_value instead of local
62816         variable fltmax.
62817         (nextafter_test): Likewise.
62819         * math/libm-test.inc (acos_towardzero_test_data): New variable.
62820         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62821         (acos_downward_test_data): New variable.
62822         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62823         (acos_upward_test_data): New variable.
62824         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62825         (acosh_test_data): New variable.
62826         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
62827         (asin_test_data): New variable.
62828         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
62829         (asin_tonearest_test_data): New variable.
62830         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
62831         (asin_towardzero_test_data): New variable.
62832         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62833         (asin_downward_test_data): New variable.
62834         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62835         (asin_upward_test_data): New variable.
62836         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62837         (asinh_test_data): New variable.
62838         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
62839         (atan_test_data): New variable.
62840         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
62841         (atanh_test_data): New variable.
62842         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
62843         (cbrt_test_data): New variable.
62844         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
62845         (ceil_test_data): New variable.
62846         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
62847         (cos_test_data): New variable.
62848         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
62849         (cos_tonearest_test_data): New variable.
62850         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
62851         (cos_towardzero_test_data): New variable.
62852         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62853         (cos_downward_test_data): New variable.
62854         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62855         (cos_upward_test_data): New variable.
62856         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62857         (cosh_test_data): New variable.
62858         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
62859         (cosh_tonearest_test_data): New variable.
62860         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
62861         (cosh_towardzero_test_data): New variable.
62862         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62863         (cosh_downward_test_data): New variable.
62864         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62865         (cosh_upward_test_data): New variable.
62866         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62867         (erf_test_data): New variable.
62868         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
62869         (erfc_test_data): New variable.
62870         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
62871         (exp_test_data): New variable.
62872         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
62873         (exp_tonearest_test_data): New variable.
62874         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
62875         (exp_towardzero_test_data): New variable.
62876         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62877         (exp_downward_test_data): New variable.
62878         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62879         (exp_upward_test_data): New variable.
62880         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62881         (exp10_test_data): New variable.
62882         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
62883         (exp2_test_data): New variable.
62884         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
62885         (expm1_test_data): New variable.
62886         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
62887         (fabs_test_data): New variable.
62888         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
62889         (floor_test_data): New variable.
62890         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
62891         (j0_test_data): New variable.
62892         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
62893         (j1_test_data): New variable.
62894         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
62895         (log_test_data): New variable.
62896         (log_test): Run tests with RUN_TEST_LOOP_f_f.
62897         (log10_test_data): New variable.
62898         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
62899         (log1p_test_data): New variable.
62900         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
62901         (log2_test_data): New variable.
62902         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
62903         (logb_test_data): New variable.
62904         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
62905         (logb_downward_test_data): New variable.
62906         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62907         (nearbyint_test_data): New variable.
62908         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
62909         (rint_test_data): New variable.
62910         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
62911         (rint_tonearest_test_data): New variable.
62912         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
62913         (rint_towardzero_test_data): New variable.
62914         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62915         (rint_downward_test_data): New variable.
62916         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62917         (rint_upward_test_data): New variable.
62918         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62919         (round_test_data): New variable.
62920         (round_test): Run tests with RUN_TEST_LOOP_f_f.
62921         (sin_test_data): New variable.
62922         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
62923         (sin_tonearest_test_data): New variable.
62924         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
62925         (sin_towardzero_test_data): New variable.
62926         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62927         (sin_downward_test_data): New variable.
62928         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62929         (sin_upward_test_data): New variable.
62930         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62931         (sinh_test_data): New variable.
62932         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
62933         (sinh_tonearest_test_data): New variable.
62934         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
62935         (sinh_towardzero_test_data): New variable.
62936         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62937         (sinh_downward_test_data): New variable.
62938         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62939         (sinh_upward_test_data): New variable.
62940         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62941         (sqrt_test_data): New variable.
62942         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
62943         (tan_test_data): New variable.
62944         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
62945         (tan_tonearest_test_data): New variable.
62946         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
62947         (tan_towardzero_test_data): New variable.
62948         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
62949         (tan_downward_test_data): New variable.
62950         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
62951         (tan_upward_test_data): New variable.
62952         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
62953         (tanh_test_data): New variable.
62954         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
62955         (tgamma_test_data): New variable.
62956         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
62957         (trunc_test_data): New variable.
62958         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
62959         (y0_test_data): New variable.
62960         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
62961         (y1_test_data): New variable.
62962         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
62963         (significand_test_data): New variable.
62964         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
62966 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
62968         [BZ #12387]
62969         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
62971 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
62973         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
62975 2013-05-10  Andreas Jaeger  <aj@suse.de>
62977         [BZ #15448]
62978         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
62979         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
62981 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
62983         * math/gen-libm-test.pl (adjust_arg): New function.
62984         (special_functions): Handle generating output in both functions
62985         and arrays.
62986         (parse_args): Likewise.
62987         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
62988         $in_func argument to parse_args.
62989         * math/libm-test.inc (struct test_f_f_data): New type.
62990         (IF_ROUND_INIT_): New macro.
62991         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
62992         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
62993         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
62994         (IF_ROUND_INIT_FE_UPWARD): Likewise.
62995         (ROUND_RESTORE_): Likewise.
62996         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
62997         (ROUND_RESTORE_FE_TONEAREST): Likewise.
62998         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
62999         (ROUND_RESTORE_FE_UPWARD): Likewise.
63000         (RUN_TEST_LOOP_f_f): New macro.
63001         (acos_test_data): New variable.
63002         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
63003         (acos_tonearest_test_data): New variable.
63004         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63006 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
63008         * benchtests/bench-skeleton.c (startup): Fix coding style.
63010 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
63012         [BZ #6809]
63013         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
63014         negative infinity argument.
63015         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
63016         negative infinity argument.
63017         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
63018         negative infinity argument.
63019         * math/libm-test.inc (tgamma_test): Expect errno to be set for
63020         domain errors.
63022 2013-05-10  Florian Weimer  <fweimer@redhat.com>
63024         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
63025         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
63026         * iconv/iconv_prog.c (main): Likewise.
63027         * locale/programs/charmap-dir.c (charmap_readdir)
63028         (fopen_uncompressed): Likewise.
63029         * locale/programs/locfile.c (siblings_uncached)
63030         (write_locale_data): Use lstat64 instead of lstat.
63031         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
63032         stat.
63034 2013-05-10  Andreas Jaeger  <aj@suse.de>
63036         [BZ #15395]
63037         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
63038         localization.
63039         Include <locale.h>.
63041 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
63043         * elf/dl-close.c (_dl_close_worker): Add comments.
63045 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
63047         [BZ #15359]
63048         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
63049         high part of pi/2.
63050         (__ieee754_rem_pio2l): Update comments.
63052         [BZ #15429]
63053         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
63054         high part of pi/2.
63055         (__ieee754_rem_pio2l): Update comments.
63057         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
63058         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
63060         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
63061         M_PI_4l.
63063         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
63064         (M_PI_34_LOG10El): Likewise.
63065         (M_PI2_LOG10El): Likewise.
63066         (M_PI4_LOG10El): Likewise.
63067         (M_PI_LOG10El): Likewise.
63069 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
63073 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
63075         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
63076         (MINUS_ZERO_INIT): Likewise.
63077         (PLUS_INFTY_INIT): Likewise.
63078         (MINUS_INFTY_INIT): Likewise.
63079         (QNAN_VALUE_INIT): Likewise.
63080         (MAX_VALUE_INIT): Likewise.
63081         (MIN_VALUE_INIT): Likewise.
63082         (MIN_SUBNORM_VALUE_INIT): Likewise.
63083         (plus_zero): Initialize with PLUS_ZERO_INIT.
63084         (minus_zero): Initialize with MINUS_ZERO_INIT.
63085         (plus_infty): Initialize with PLUS_INFTY_INIT.
63086         (minus_infty): Initialize with MINUS_INFTY_INIT.
63087         (qnan_value): Initialize with QNAN_VALUE_INIT.
63088         (max_value): Initialize with MAX_VALUE_INIT.
63089         (min_value): Initialize with MIN_VALUE_INIT.
63090         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
63092         * math/libm-test.inc (RUN_TEST_if_f): New macro.
63093         (jn_test): Use TEST_if_f instead of TEST_ff_f.
63094         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
63095         (yn_test): Use TEST_if_f instead of TEST_ff_f.
63097         * math/libm-test.inc (RUN_TEST_f_f): New macro.
63098         (RUN_TEST_2_f): Likewise.
63099         (RUN_TEST_ff_f): Likewise.
63100         (RUN_TEST_fi_f): Likewise.
63101         (RUN_TEST_fl_f): Likewise.
63102         (RUN_TEST_fff_f): Likewise.
63103         (RUN_TEST_c_f): Likewise.
63104         (RUN_TEST_f_f1): Likewise.
63105         (RUN_TEST_fF_f1): Likewise.
63106         (RUN_TEST_fI_f1): Likewise.
63107         (RUN_TEST_ffI_f1): Likewise.
63108         (RUN_TEST_c_c): Likewise.
63109         (RUN_TEST_cc_c): Likewise.
63110         (RUN_TEST_f_i): Likewise.
63111         (RUN_TEST_f_i_tg): Likewise.
63112         (RUN_TEST_ff_i_tg): Likewise.
63113         (RUN_TEST_f_b): Likewise.
63114         (RUN_TEST_f_b_tg): Likewise.
63115         (RUN_TEST_f_l): Likewise.
63116         (RUN_TEST_f_L): Likewise.
63117         (RUN_TEST_sincos): Likewise.
63118         * math/gen-libm-test.pl (new_test): Take new argument to indicate
63119         whether to show exceptions.  Do not include ");\n" in return
63120         value.
63121         (special_functions): Output call to RUN_TEST_sincos instead of
63122         check_float calls.  Update calls to new_test.
63123         (parse_args): Output call to single RUN_TEST_* macro instead of
63124         check_* calls and other assignments.  Update calls to new_test.
63126         [BZ #2546]
63127         [BZ #2560]
63128         [BZ #5159]
63129         [BZ #15426]
63130         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
63131         input to result for tgamma overflow.
63132         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
63133         (gamma_coeff): New variable.
63134         (NCOEFF): New macro.
63135         (gamma_positive): New function.
63136         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
63137         underflow here.  Use gamma_positive instead of exp (lgamma) for
63138         other arguments.
63139         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
63140         (gamma_coeff): New variable.
63141         (NCOEFF): New macro.
63142         (gammaf_positive): New function.
63143         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
63144         underflow here.  Use gamma_positive instead of exp (lgamma) for
63145         other arguments.
63146         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
63147         (gamma_coeff): New variable.
63148         (NCOEFF): New macro.
63149         (gammal_positive): New function.
63150         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
63151         underflow here.  Use gamma_positive instead of exp (lgamma) for
63152         other arguments.
63153         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
63154         (gamma_coeff): New variable.
63155         (NCOEFF): New macro.
63156         (gammal_positive): New function.
63157         (__ieee754_gammal_r): Handle positive infinity, overflow and
63158         underflow here.  Handle NaN the same as positive infinity.  Remove
63159         check x < 0xffffffff for negative integers.  Use gamma_positive
63160         instead of exp (lgamma) for other arguments.
63161         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
63162         (gamma_coeff): New variable.
63163         (NCOEFF): New macro.
63164         (gammal_positive): New function.
63165         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
63166         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
63167         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
63168         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
63169         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
63170         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
63171         * sysdeps/generic/math_private.h (__gamma_productf): New
63172         prototype.
63173         (__gamma_product): Likewise.
63174         (__gamma_productl): Likewise.
63175         * math/Makefile (libm-calls): Add gamma_product.
63176         * math/libm-test.inc (tgamma_test): Add more tests.
63177         * sysdeps/i386/fpu/libm-test-ulps: Update.
63178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63180 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
63182         * benchtests/bench-skeleton.c (main): Preheat CPU.
63184 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
63186         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
63188 2013-05-07  Roland McGrath  <roland@hack.frob.com>
63190         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
63191         and _dl_skip_args_internal.
63193 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
63195         * manual/message.texi (Message Translation): Talk about users.
63196         Message to key mapping impacts design.
63198 2013-05-06  Roland McGrath  <roland@hack.frob.com>
63200         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
63202         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
63204         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
63205         * sysdeps/wordsize-64/glob64.c: ... here.
63207         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
63208         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
63209         New macros.
63211         * debug/getlogin_r_chk.c: Moved to ...
63212         * login/getlogin_r_chk.c: ... here.
63213         * debug/Makefile (routines): Move getlogin_r_chk to ...
63214         * login/Makefile (routines): ... here.
63215         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
63216         * login/Versions (libc: GLIBC_2.4): ... here.
63218         * io/poll.c (__poll): Renamed from poll.
63219         Add libc_hidden_def.
63220         (poll): Define as weak alias.
63222         * debug/ptsname_r_chk.c: Moved to ...
63223         * login/ptsname_r_chk.c: ... here.
63224         * debug/Makefile (routines): Move ptsname_r_chk to ...
63225         * login/Makefile (routines): ... here.
63226         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
63227         * login/Versions (libc: GLIBC_2.4): ... here.
63229         * posix/getlogin.c: Moved to ...
63230         * login/getlogin.c: ... here.
63231         * posix/getlogin_r.c: Moved to ...
63232         * login/getlogin_r.c: ... here.
63233         * posix/getlogin_r.c: Moved to ...
63234         * login/getlogin_r.c: ... here.
63235         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
63236         * login/Makefile (routines): ... here.
63237         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
63238         * login/Versions (libc: GLIBC_2.0): ... here.
63240         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
63241         (setrlimit): Define as weak alias.
63243         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
63244         Call __ names for open, ftruncate, and close.
63245         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
63246         (truncate): Define as weak alias.
63248 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
63250         * math/gen-libm-test.pl (parse_args): Initialize x before each
63251         test of frexp, modf and remquo.
63253         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
63254         test signgam value.
63256 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63258         [BZ #15418]
63259         [BZ #15419]
63260         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
63261         internal tests.
63262         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
63264 2013-05-06  Roland McGrath  <roland@hack.frob.com>
63266         * elf/dl-writev.h: New file.
63267         * elf/dl-misc.c: Include it.
63268         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
63269         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
63271 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
63273         * math/libm-test.inc (noXFails): Remove variable.
63274         (noXPasses): Likewise.
63275         (BUILD_COMPLEX_INT): Remove macro.
63276         (print_screen): Remove xfail argument.
63277         (print_screen_max_error): Likewise.
63278         (update_stats): Likewise.
63279         (print_max_error): Likewise.  Update calls to other affected
63280         functions.
63281         (print_complex_max_error): Likewise.
63282         (test_single_exception): Update calls to print_screen.
63283         (test_single_errno): Likewise.
63284         (check_float_internal): Remove xfail argument.  Update calls to
63285         other affected functions.
63286         (check_float): Likewise.
63287         (check_complex): Likewise.
63288         (check_int): Likewise.
63289         (check_long): Likewise.
63290         (check_bool): Likewise.
63291         (check_longlong): Likewise.
63292         (main): Don't print noXFails and noXPasses.
63293         * math/gen-libm-test.pl (top level): Don't mention expected
63294         failure handling in comment.
63295         (new_test): Don't handle expected failures.
63296         (parse_args): Don't mention expected failure handling in comment.
63297         (generate_testfile): Don't handle expected failures.
63298         (parse_ulps): Likewise.
63299         (print_ulps_file): Likewise.
63300         (get_failure): Remove function.
63301         (output_test): Don't handle expected failures.
63302         * make/README.libm-test: Don't mention expected failure handling.
63304         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
63305         (minus_zero): Likewise.
63306         (plus_infty): Likewise.
63307         (minus_infty): Likewise.
63308         (qnan_value): Likewise.
63309         (max_value): Likewise.
63310         (min_value): Likewise.
63311         (min_subnorm_value): Likewise.
63312         (initialize): Do not initialize those variables dynamically.
63314 2013-05-03  Roland McGrath  <roland@hack.frob.com>
63316         * io/open.c (__open_2): Moved to ...
63317         * io/open_2.c: ... this new file.
63318         * io/open64.c (__open64_2): Moved to ...
63319         * io/open64_2.c: ... this new file.
63320         * io/openat.c (__openat_2): Moved to ...
63321         * io/openat_2.c: ... this new file.
63322         * io/openat64.c (__openat64_2): Moved to ...
63323         * io/openat64_2.c: ... this new file.
63324         * io/Makefile (routines): Add them.
63325         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
63326         * sysdeps/unix/sysv/linux/open_2.c: File removed.
63327         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
63328         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
63329         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
63330         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
63331         (__openat64): Add hidden_ver.
63332         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
63333         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
63335         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
63336         Separately conditionalize setting of GLRO(dl_sysinfo) so
63337         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
63338         as well, but the actual setting is only under [NEED_DL_SYSINFO].
63340 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63342         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
63343         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
63344         definition.
63345         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
63346         * sysdeps/unix/sysv/linux/powerpc/init-first.c
63347         (_libc_vdso_platform_setup): Add __vdso_time initialization.
63348         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
63349         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
63351 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
63353         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
63354         test signgam value.
63356         * math/libm-test.inc (hypot_test): Do not use
63357         IGNORE_ZERO_INF_SIGN.
63359 2013-05-03  Andreas Jaeger  <aj@suse.de>
63361         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
63362         Linux 3.9.
63363         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
63364         (PF_MAX): Adjust for VSOCK change.
63366 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
63370 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
63372         [BZ #15264]
63373         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
63374         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
63375         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
63377 2013-05-02  David S. Miller  <davem@davemloft.net>
63379         * sysdeps/sparc/fpu/libm-test-ulps: Update.
63381 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
63383         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
63385 2013-05-01  Roland McGrath  <roland@hack.frob.com>
63387         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
63389 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
63391         [BZ #14952]
63392         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
63393         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
63394         Use __attribute__ ((__gnu_inline__)).
63395         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
63396         Don't use __attribute__ ((__gnu_inline__)).
63398 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
63400         [BZ #15423]
63401         * math/s_catan.c (__catan): Handle small real or imaginary part of
63402         input specially to avoid spurious underflow.
63403         * math/s_catanf.c (__catanf): Likewise.
63404         * math/s_catanh.c (__catanh): Likewise.
63405         * math/s_catanhf.c (__catanhf): Likewise.
63406         * math/s_catanhl.c (__catanhl): Likewise.
63407         * math/s_catanl.c (__catanl): Likewise.
63408         * math/libm-test.inc (catan_test): Add more tests.
63409         (catanh_test): Likewise.
63410         * sysdeps/i386/fpu/libm-test-ulps: Update.
63411         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63413 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63415         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
63417 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
63419         [BZ #15416]
63420         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
63421         accurately for denominator in atan2.
63422         * math/s_catanf.c (__catanf): Likewise.
63423         * math/s_catanh.c (__catanh): Likewise.
63424         * math/s_catanhf.c (__catanhf): Likewise.
63425         * math/s_catanhl.c (__catanhl): Likewise.
63426         * math/s_catanl.c (__catanl): Likewise.
63427         * math/libm-test.inc (catan_test): Add more tests.
63428         (catanh_test): Likewise.
63429         * sysdeps/i386/fpu/libm-test-ulps: Update.
63430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63432 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
63434         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
63436         * benchtests/Makefile (bench): Remove slow benchmarks.
63437         * benchtests/atan-inputs: Add slow benchmark inputs.
63438         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
63439         (BENCH_FUNC): Accept variant offset.
63440         (VARIANT): Define.
63441         * benchtests/bench-skeleton.c (main): Run benchmark for each
63442         variant.
63443         * benchtests/cos-inputs: Add slow benchmark inputs.
63444         * benchtests/exp-inputs: Likewise.
63445         * benchtests/pow-inputs: Likewise.
63446         * benchtests/sin-inputs: Likewise.
63447         * benchtests/slowatan-inputs: Remove.
63448         * benchtests/slowatan.c: Remove.
63449         * benchtests/slowcos-inputs: Remove.
63450         * benchtests/slowcos.c: Remove.
63451         * benchtests/slowexp-inputs: Remove.
63452         * benchtests/slowexp.c: Remove.
63453         * benchtests/slowpow-inputs: Remove.
63454         * benchtests/slowpow.c: Remove.
63455         * benchtests/slowsin-inputs: Remove.
63456         * benchtests/slowsin.c: Remove.
63457         * benchtests/slowtan-inputs: Remove.
63458         * benchtests/slowtan.c: Remove.
63459         * benchtests/tan-inputs: Add slow benchmark inputs.
63460         * scripts/bench.pl: Parse comments and directives.
63462         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
63463         in CPPFLAGS.
63464         ($(objpfx)bench-%.c): Remove *-ITER.
63465         * benchtests/bench-modf.c: Remove definition of ITER.
63466         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
63467         (main): Loop for DURATION seconds instead of fixed number of
63468         iterations.
63469         * scripts/bench.pl: Don't expect iterations in parameters.
63471 2013-04-29  Roland McGrath  <roland@hack.frob.com>
63473         * io/fchdir.c (__fchdir): Renamed from fchdir.
63474         (fchdir): Define as weak alias.
63476 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
63478         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
63479         (ERRNO_EDOM): Likewise.
63480         (ERRNO_ERANGE): Likewise.
63481         (noErrnoTests): New variable.
63482         (init_max_error): Set errno to 0.
63483         (test_single_errno): New function.
63484         (test_errno): Likewise.
63485         (check_float_internal): Call test_errno.  Set errno to 0.
63486         (check_complex): Refer to errno tests in comment.
63487         (check_int): Call test_errno.  Set errno to 0.
63488         (check_long): Likewise.
63489         (check_bool): Likewise.
63490         (check_longlong): Likewise.
63491         (cos_test): Use ERRNO_* flags for errno tests instead of
63492         check_int.
63493         (expm1_test): Likewise.
63494         (fmod_test): Likewise.
63495         (ilogb_test): Likewise.
63496         (lgamma_test): Likewise.
63497         (pow_test): Likewise.
63498         (remainder_test): Likewise.
63499         (sin_test): Likewise.
63500         (tan_test): Likewise.
63501         (yn_test): Likewise.
63502         (initialize): Set errno to 0.
63503         (main): Print number of errno tests.
63504         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
63506 2013-04-29  Andreas Jaeger  <aj@suse.de>
63508         [BZ #15084]
63509         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
63510         and RES_USEVC.
63512         [BZ #15085]
63513         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
63514         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
63515         unimplemented.
63517         [BZ #15380]
63518         * stdlib/random.c (__initstate): Return NULL if
63519         __initstate fails.
63521         [BZ #15086]
63522         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
63523         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
63524         RES_SNGLKUPREOP.
63526 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63528         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
63530 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
63532         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
63533         of individual tests.
63534         (casin_test): Likewise.
63535         (casinh_test): Likewise.
63537 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
63539         [BZ #15409]
63540         * math/s_catan.c (__catan): Handle arguments with large real or
63541         imaginary part separately without squaring.
63542         * math/s_catanf.c (__catanf): Likewise.
63543         * math/s_catanh.c (__catanh): Likewise.
63544         * math/s_catanhf.c (__catanhf): Likewise.
63545         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
63546         and redefine.
63547         (__catanhl): Handle arguments with large real or imaginary part
63548         separately without squaring.
63549         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
63550         and redefine.
63551         (__catanl): Handle arguments with large real or imaginary part
63552         separately without squaring.
63553         * math/libm-test.inc (catan_test): Add more tests.
63554         (catanh_test): Likewise.
63555         * sysdeps/i386/fpu/libm-test-ulps: Update.
63556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63558 2013-04-27  Andreas Jaeger  <aj@suse.de>
63560         [BZ #15007]
63561         * stdlib/stdlib.h: Update guards for qecvt.
63562         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
63563         <stdlib.h>.
63565 2013-04-27  Allan McRae  <allan@archlinux.org>
63567         * sysdeps/i386/fpu/libm-test-ulps: Update.
63569 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
63571         [BZ #15406]
63572         * math/s_catan.c: Include <float.h>.
63573         (__catan): Ensure underflow exception occurs for underflowed
63574         result.
63575         * math/s_catanf.c: Include <float.h>.
63576         (__catanf): Ensure underflow exception occurs for underflowed
63577         result.
63578         * math/s_catanh.c: Include <float.h>.
63579         (__catanh): Ensure underflow exception occurs for underflowed
63580         result.
63581         * math/s_catanhf.c: Include <float.h>.
63582         (__catanhf): Ensure underflow exception occurs for underflowed
63583         result.
63584         * math/s_catanhl.c: Include <float.h>.
63585         (__catanhl): Ensure underflow exception occurs for underflowed
63586         result.
63587         * math/s_catanl.c: Include <float.h>.
63588         (__catanl): Ensure underflow exception occurs for underflowed
63589         result.
63590         * math/libm-test.inc (catan_test): Add more tests.
63591         (catanh_test): Likewise.
63593         [BZ #15405]
63594         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
63595         underflowed result.
63596         * math/s_ccoshf.c (__ccoshf): Likewise.
63597         * math/s_ccoshl.c (__ccoshl): Likewise.
63598         * math/s_csin.c (__csin): Likewise.
63599         * math/s_csinf.c (__csinf): Likewise.
63600         * math/s_csinh.c (__csinh): Likewise.
63601         * math/s_csinhf.c (__csinhf): Likewise.
63602         * math/s_csinhl.c (__csinhl): Likewise.
63603         * math/s_csinl.c (__csinl): Likewise.
63604         * math/libm-test.inc (ccos_test): Add more tests.
63605         (ccosh_test): Likewise.
63606         (csin_test): Likewise.
63607         (csinh_test): Likewise.
63609 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63611         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
63612         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
63613         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
63614         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
63615         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
63616         powerpc/power5+/fpu folders.
63617         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
63620 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
63622         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
63624 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
63626         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
63627         additions to variable.
63628         [$(config-machine) = x86_64] (modules-names): Likewise.
63629         ($(objpfx)tst-audit3): Remove dependency.
63630         ($(objpfx)tst-audit3.out): Likewise.
63631         ($(objpfx)tst-audit4): Likewise.
63632         ($(objpfx)tst-audit4.out): Likewise.
63633         ($(objpfx)tst-audit5): Likewise.
63634         ($(objpfx)tst-audit5.out): Likewise.
63635         ($(objpfx)tst-audit6): Likewise.
63636         ($(objpfx)tst-audit6.out): Likewise.
63637         ($(objpfx)tst-audit7): Likewise.
63638         ($(objpfx)tst-audit7.out): Likewise.
63639         (tst-audit3-ENV): Remove variable.
63640         (tst-audit4-ENV): Likewise.
63641         (tst-audit5-ENV): Likewise.
63642         (tst-audit6-ENV): Likewise.
63643         (tst-audit7-ENV): Likewise.
63644         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
63645         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
63646         addition to variable.
63647         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
63648         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
63649         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
63650         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
63651         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
63652         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
63653         tst-audit3, tst-audit4 and tst-audit5.
63654         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
63655         tst-audit6 and tst-audit7.
63656         [$(subdir) = elf] (modules-names): Add audit modules for those
63657         tests.
63658         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
63659         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
63660         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
63661         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
63662         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
63663         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
63664         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
63665         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
63666         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
63667         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
63668         [$(subdir) = elf] (tst-audit3-ENV): New variable.
63669         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
63670         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
63671         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
63672         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
63673         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
63674         Likewise.
63675         [$(subdir) = elf && $(config-cflags-avx) = yes]
63676         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
63677         [$(subdir) = elf && $(config-cflags-avx) = yes]
63678         (CFLAGS-tst-auditmod4a.c): Likewise.
63679         [$(subdir) = elf && $(config-cflags-avx) = yes]
63680         (CFLAGS-tst-auditmod4b.c): Likewise.
63681         [$(subdir) = elf && $(config-cflags-avx) = yes]
63682         (CFLAGS-tst-auditmod6b.c): Likewise.
63683         [$(subdir) = elf && $(config-cflags-avx) = yes]
63684         (CFLAGS-tst-auditmod6c.c): Likewise.
63685         [$(subdir) = elf && $(config-cflags-avx) = yes]
63686         (CFLAGS-tst-auditmod7b.c): Likewise.
63687         * elf/tst-audit3.c: Move to ...
63688         * sysdeps/x86_64/tst-audit3.c: ... here.
63689         * elf/tst-audit4.c: Move to ...
63690         * sysdeps/x86_64/tst-audit4.c: ... here.
63691         * elf/tst-audit5.c: Move to ...
63692         * sysdeps/x86_64/tst-audit5.c: ... here.
63693         * elf/tst-audit6.c: Move to ...
63694         * sysdeps/x86_64/tst-audit6.c: ... here.
63695         * elf/tst-audit7.c: Move to ...
63696         * sysdeps/x86_64/tst-audit7.c: ... here.
63697         * elf/tst-auditmod3a.c: Move to ...
63698         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
63699         * elf/tst-auditmod3b.c: Move to ...
63700         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
63701         * elf/tst-auditmod4a.c: Move to ...
63702         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
63703         * elf/tst-auditmod4b.c: Move to ...
63704         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
63705         * elf/tst-auditmod5a.c: Move to ...
63706         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
63707         * elf/tst-auditmod5b.c: Move to ...
63708         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
63709         * elf/tst-auditmod6a.c: Move to ...
63710         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
63711         * elf/tst-auditmod6b.c: Move to ...
63712         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
63713         * elf/tst-auditmod6c.c: Move to ...
63714         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
63715         * elf/tst-auditmod7a.c: Move to ...
63716         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
63717         * elf/tst-auditmod7b.c: Move to ...
63718         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
63720 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
63722         [BZ #15366]
63723         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
63724         define unconditionally.
63725         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
63726         define unconditionally.
63727         (INT8_C, INT16_C, etc.): Likewise.
63729 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
63731         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
63732         __ehdr_start with hidden visibility.
63734         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
63736 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
63738         * math/libm-test.inc (cos_test): Use accurate hex constants.
63739         (sincost_test): Likewise.
63741 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
63743         * math/libm-test.inc (catan_test): Add more tests.
63744         (catanh_test): Likewise.
63746         * math/s_catanf.c (__catanf): Use suffixed floating-point
63747         constants.
63748         * math/s_catanhf.c (__catanhf): Likewise.
63749         * math/s_catanhl.c (__catanhl): Likewise.
63750         * math/s_catanl.c (__catanl): Likewise.
63752         [BZ #15394]
63753         * math/s_catan.c (__catan): Calculate imaginary part of result
63754         with log1p not log unless computing log of number close to 0.
63755         * math/s_catanf.c (__catanf): Likewise.
63756         * math/s_catanl.c (__catanl): Likewise.
63757         * math/s_catanh.c (__catanh): Calculate real part of result with
63758         log1p not log unless computing log of number close to 0.
63759         * math/s_catanhf.c (__catanhf): Likewise.
63760         * math/s_catanhl.c (__catanhl): Likewise.
63761         * math/libm-test.inc (catan_test): Add more tests.
63762         (catanh_test): Likewise.
63763         * sysdeps/i386/fpu/libm-test-ulps: Update.
63764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63766 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
63768         * benchtests/Makefile: Mention files in which fast and slow
63769         paths of math functions are implemented.
63771 2013-04-23  Roland McGrath  <roland@hack.frob.com>
63773         * sysdeps/posix/timespec_get.c: New file.
63775 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63777         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
63778         POWER.
63779         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
63780         for POWER.
63781         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
63782         powerpc/power5/fpu folders.
63783         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
63784         * benchtests/Makefile: Add modf testcase.
63785         * benchtests/bench-modf.c: New file: Benchmark test for mo
63787 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
63789         [BZ #14888]
63790         * time/Makefile (tests): Add tst-strptime-whitespace.
63791         * time/strptime_l.c (get_number): Use ISSPACE.
63792         (__strptime_internal): Likewise.
63793         * time/tst-strptime-whitespace.c: New test case.
63795 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
63797         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
63798         member.
63799         (_nss_files_init): Set it here.
63801 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
63803         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
63804         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
63805         unsigned.
63807 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
63809         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
63811 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
63813         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
63814         size just once.
63816 2013-04-21  David S. Miller  <davem@davemloft.net>
63818         * po/ru.po: Update Russion translation from translation project.
63820 2013-04-17  Adam Conrad  <adconrad@0c3.net>
63822         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
63823         and setfsgid.
63825 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
63827         * configure.in: Remove i386 configure warning. Remove i386 case.
63828         * configure: Regenerate.
63829         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
63830         Add example to error message.
63831         * sysdeps/i386/configure: Regenerate.
63833 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
63835         * benchtests/Makefile (bench): Add cos, tan, slowcos and
63836         slowtan.
63837         * benchtests/cos-inputs: New file.
63838         * benchtests/slowcos-inputs: New file.
63839         * benchtests/slowcos.c: New file.
63840         * benchtests/slowtan-inputs: New file.
63841         * benchtests/slowtan.c: New file.
63842         * benchtests/tan-inputs: New file.
63844 2013-04-16  Roland McGrath  <roland@hack.frob.com>
63846         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
63847         considered kosher.
63849 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
63851         * benchtests/Makefile: Include cppflags-iterator.mk to add
63852         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
63854         * Makefile.in (bench-clean): New target.
63855         * benchtests/Makefile (bench-clean): Likewise.
63857 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
63859         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
63861 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
63863         * stdio-common/tstdiomisc.c: Fix coding-style violation.
63865 2013-04-15  Andreas Schwab  <schwab@suse.de>
63867         * nscd/grpcache.c (cache_addgr): Properly check for short write.
63868         * nscd/initgrcache.c (addinitgroupsX): Likewise.
63869         * nscd/pwdcache.c (cache_addpw): Likewise.
63870         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
63871         more than recsize.
63873 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
63875         * benchtests/Makefile (bench): Write all output to
63876         bench-out.tmp together.
63878 2013-04-15  Andreas Schwab  <schwab@suse.de>
63880         * nscd/nscd.c (main): Don't fork again after closing files.
63882 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
63884         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
63886         * benchtests/Rules (bench-deps): Collect dependencies into a
63887         single variable.  Add Makefile to dependencies.
63888         ($(objpfx)bench-%.c): Depend on bench-deps.
63890 2013-04-12  Roland McGrath  <roland@hack.frob.com>
63891             Xavier Roche  <roche+kml2@exalead.com>
63893         [BZ #15361]
63894         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
63895         just that it's a file descriptor.
63896         * manual/llio.texi (Synchronizing AIO Operations): Update description
63897         for EBADF error from aio_fsync.
63899 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
63901         * Rules (bench): Move target definition...
63902         * benchtests/Makefile: ... here.
63904 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
63906         * math/libm-test.inc (cos_test): Fix PI/2 test.
63907         (sincos_test): Likewise.
63908         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
63909         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
63911 2013-04-11  Andreas Schwab  <schwab@suse.de>
63913         [BZ #13988]
63914         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
63915         accept exponent character only when digits were seen.
63916         * stdio-common/Makefile (tests): Add bug26.
63917         * stdio-common/bug26.c: New file.
63919         [BZ #14293]
63920         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
63921         non-freeable.
63923 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
63925         * Makeconfig (rtld-prefix): Define built linker prefix.
63926         * Rules (run-bench): Use it.
63927         * math/Makefile (run-regen-ulps): Likewise.
63929         * Rules (bench): Remove eval.
63931 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
63932             Roland McGrath  <roland@hack.frob.com>
63933             Ondrej Bilka  <neleai@seznam.cz>
63935         [BZ #15346]
63936         * time/getdate.c: Include ctype.h and alloca.h.
63937         (__getdate_r): Trim leading and trailing spaces of input.
63938         * time/tst-getdate.c (tests): Add tests with leading and
63939         trailing spaces.
63941 2013-04-08  Roland McGrath  <roland@hack.frob.com>
63943         [BZ #14280]
63944         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
63945         when computing value.
63947 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
63949         * math/README.libm-test (How can I generate "libm-test-ulps"?):
63950         Use testrun.sh to run libm tests.
63952         [BZ #15309]
63953         * elf/dl-open.c (dl_open_worker): memset all of seen array.
63955 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
63957         [BZ #15264]
63958         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
63960 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
63962         * Makefile.in (regen-ulps): New target.
63963         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
63964         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
63965         [ifneq (no,$(PERL)] (regen-ulps): New target.
63966         [ifeq (no,$(PERL)] (regen-ulps): New target.
63967         * math/libm-test.inc (ulps_file_name): Define.
63968         (output_dir): New variable.
63969         (options): Add "output-dir" option.
63970         (parse_opt): Handle 'o' case.
63971         (main): If output_dir is non-NULL use it as a prefix
63972         otherwise use "".
63973         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
63975 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
63977         [BZ #10060, #10062]
63978         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
63979         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
63980         fail configure if __sync_val_compare_and_swap is not inlined.
63981         * sysdeps/i386/configure: Regenerate.
63982         * configure.in: Build for i686 when configured for i386.
63983         * configure: Regenerate.
63984         * README: Remove i386 reference.
63986 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
63988         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
63989         * sysdeps/s390/s390-64/sysdep.h: Likewise.
63991 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
63993         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
63994         (lmsnanval): New variables.
63995         (F): Add conversion tests.
63996         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
63997         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
63999         * stdio-common/tstdiomisc.c (F): Properly collect individual
64000         tests' results.
64002         [BZ #14686, #15336]
64003         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
64004         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
64005         Instead, use input NaN values or generate a qNaN by arithmetic
64006         operation.  Also fix bugs to comply with the standard.
64007         * math/libm-test.inc (remainder_test): Add more tests.
64009         [BZ #15335, #15342]
64010         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
64011         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
64012         input NaN values or generate a qNaN by arithmetic operation.
64014         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
64015         unreachable code.
64017         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
64018         definitions.
64020 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
64022         [BZ #14478]
64023         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
64024         underflowed result.
64025         * math/s_cexpf.c (__cexpf): Likewise.
64026         * math/s_cexpl.c (__cexpl): Likewise.
64027         * math/libm-test.inc (cexp_test): Add more tests.
64029 2013-04-03  Andreas Schwab  <schwab@suse.de>
64031         [BZ #15330]
64032         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
64033         order arrays from heap if bigger than alloca cutoff.
64035 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
64037         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
64038         (SNAN_TESTS_double): Refer to GCC PR56831.
64039         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
64040         GCC PR56828.
64042 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
64044         * Rules (bench): Move bench.out after the run is complete.
64046         * Rules (bench): Echo currently running benchmark.
64048         * benchtests/Makefile (bench): Add atan and slowatan.
64049         * benchtests/atan-inputs: New file.
64050         * benchtests/slowatan-inputs: New file.
64051         * benchtests/slowatan.c: New file.
64053         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
64054         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
64055         its value.
64057         [BZ #15305]
64058         * sysdeps/unix/sysv/linux/kernel-features.h
64059         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
64060         __ASSUME_XFS_RESTRICTED_CHOWN.
64061         * sysdeps/unix/sysv/linux/pathconf.c
64062         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
64063         Save and restore errno.
64065 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
64067         [BZ #15327]
64068         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
64069         arguments using __kernel_casinh.
64070         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
64071         arguments using __kernel_casinhf.
64072         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
64073         arguments using __kernel_casinhl.
64074         * math/libm-test.inc (cacosh_test): Add more tests.
64075         * sysdeps/i386/fpu/libm-test-ulps: Update.
64076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64078 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
64080         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
64081         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
64083         * bench/Makefile (bench): Add sin and slowsin.
64084         * benchtests/sin-inputs: New file.
64085         * benchtests/slowsin-inputs: New file.
64086         * benchtests/slowsin.c: New file.
64088         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
64089         (bench): Add slowexp and slowpow.
64090         (exp-ITER): Increase iterations.
64091         (pow-ITER): Likewise.
64092         * benchtests/exp-inputs: Change input.
64093         * benchtests/pow-inputs: Likewise.
64094         * benchtests/slowexp-inputs: New file.
64095         * benchtests/slowexp.c: New file.
64096         * benchtests/slowpow-inputs: New file.
64097         * benchtests/slowpow.c: New file.
64099 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64101         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
64102         instructions.
64103         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
64104         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
64105         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
64106         * benchtests/Makefile: Add rint benchtest.
64107         * benchtests/rint-inputs: Input for rint benchtest.
64109 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
64111         * Versions.def (libm): Add GLIBC_2.18.
64112         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
64113         hidden libm prototypes.
64114         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
64115         * math/Makefile (libm-calls): Add s_issignaling.
64116         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
64117         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
64118         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
64119         declaration.
64120         * math/math.h [__USE_GNU] (issignaling): New macro.
64121         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
64122         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
64123         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
64124         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
64125         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
64126         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
64127         * manual/arith.texi (issignaling): New section.
64128         * manual/libm-err-tab.pl (@all_functions): Update comment.
64129         * math/gen-libm-test.pl (parse_args): Apply special handling for
64130         issignaling.
64131         * math/libm-test.inc (print_float, issignaling_test): New
64132         functions.
64133         (check_float_internal): Add issignaling checks.
64134         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
64135         default definition.
64136         * sysdeps/powerpc/math-tests.h: New file.
64137         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
64138         tests.
64139         * math/test-snan.c (TEST_FUNC): Likewise.
64141 2013-03-30  David S. Miller  <davem@davemloft.net>
64143         * po/de.po: Update from translation team.
64145 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
64147         [BZ #10357]
64148         * math/k_casinh.c (__kernel_casinh): Handle arguments with
64149         imaginary part less than 1.0 and real part less than 0.5
64150         specially.
64151         * math/k_casinhf.c (__kernel_casinhf): Likewise.
64152         * math/k_casinhl.c (__kernel_casinhl): Likewise.
64153         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
64154         (cacos_test): Add more tests.
64155         (casin_test): Likewise.
64156         (casinh_test): Likewise.
64157         * sysdeps/i386/fpu/libm-test-ulps: Update.
64158         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64160 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
64162         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
64163         ONE with its value.
64165         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
64166         (__pow_mp): Replace ONE and MONE with their values.
64167         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
64168         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
64169         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
64170         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
64171         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
64172         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
64174         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
64176         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
64177         (__pow_mp): Replace ZERO and MZERO with their values.
64178         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
64179         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
64180         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
64181         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
64182         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
64183         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
64184         (__sqr): Likewise.
64186         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
64188         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
64190 2013-03-28  Roland McGrath  <roland@hack.frob.com>
64192         * include/stdlib.h [!SHARED] (__call_tls_dtors):
64193         Declare with __attribute__ ((weak)).
64194         * stdlib/exit.c (__libc_atexit) [!SHARED]:
64195         Call __call_tls_dtors only if it's not NULL.
64197 2013-03-28  Roland McGrath  <roland@hack.frob.com>
64199         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
64200         didn't do it already, then set _dl_phdr and _dl_phnum based on the
64201         magic __ehdr_start linker symbol if it's defined.
64202         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
64203         them up here if it was already done.
64205         * elf/dl-support.c (_dl_phdr): Make pointer to const.
64206         (_dl_aux_init): Use const in cast when setting it.
64207         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
64208         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
64209         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
64211         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
64212         Declare them here.
64213         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
64214         * csu/libc-tls.c: Nor here.
64215         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
64217         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
64218         (__libc_message): Never call vsyslog.
64220 2013-03-28  Alan Modra  <amodra@gmail.com>
64222         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
64223         Define as empty.
64224         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
64225         Likewise.
64227 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64229         [BZ #15214]
64230         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
64231         underflow.
64232         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
64234 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
64236         [BZ #15304]
64237         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
64238         Don't add gid passed as argument.
64240         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
64242 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
64244         [BZ #15307]
64245         * math/k_casinh.c (__kernel_casinh): Handle arguments with
64246         imaginary part between 1.0 and 1.5 and real part less than 0.5
64247         specially.
64248         * math/k_casinhf.c (__kernel_casinhf): Likewise.
64249         * math/k_casinhl.c (__kernel_casinhl): Likewise.
64250         * math/libm-test.inc (cacos_test): Add more tests.
64251         (casin_test): Likewise.
64252         (casinh_test): Likewise.
64253         * sysdeps/i386/fpu/libm-test-ulps: Update.
64254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64256 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
64258         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
64259         constants.
64260         (norm): Likewise.
64261         (denorm): Likewise.
64262         (__dbl_mp): Likewise.
64263         (add_magnitudes): Likewise.
64264         (sub_magnitudes): Likewise.
64265         (__add): Likewise.
64266         (__sub): Likewise.
64267         (__mul): Likewise.
64268         (__sqr): Likewise.
64269         (__inv): Likewise.
64270         (__dvd): Likewise.
64272         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
64273         commented code.
64274         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
64275         (__dubcos): Likewise.
64276         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
64277         (__ieee754_acos): Likewise.
64278         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
64279         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
64280         (__exp1): Likewise.
64281         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
64282         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
64283         (log1): Likewise.
64284         (my_log2): Likewise.
64285         (checkint): Likewise.
64286         * sysdeps/ieee754/dbl-64/e_remainder.c
64287         (__ieee754_remainder): Likewise.
64288         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
64289         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
64290         (bsloww): Likewise.
64291         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
64293         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
64294         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
64295         MANTISSA_STORE_T to store computations on mantissa.  Use
64296         macros for rounding and division.
64297         (denorm): Likewise.
64298         (__dbl_mp): Likewise.
64299         (add_magnitudes): Likewise.
64300         (sub_magnitudes): Likewise.
64301         (__mul): Likewise.
64302         (__sqr): Likewise.
64303         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
64304         powers of two in terms of TWOPOW macro.
64305         (mp_no): Make type of mantissa as MANTISSA_T.
64306         [!RADIXI]: Define RADIXI.
64307         [!TWO52]: Define TWO52.
64308         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
64310 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64312         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
64313         llroundl symbol when building for PPC32.
64315 2013-03-24  Mark H Weaver  <mhw@netris.org>
64317         * manual/arith.texi (Normalization Functions): Fix prototypes for
64318         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
64320 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64322         [BZ #13889]
64323         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
64324         high value to check if expl overflow.
64325         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
64326         to check for underflow and overflow.
64327         * math/libm-test.inc: Add exp test.
64329 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
64331         [BZ #11120]
64332         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
64333         with NOT_IN_libc.
64335 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64337         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
64338         symbol.
64340 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
64342         * math/gen-libm-test.pl (parse_args, special_functions): Properly
64343         wrap blocks consisting of several statements.
64345         * sysdeps/generic/math-tests.h: New file.
64346         * sysdeps/i386/fpu/math-tests.h: Likewise.
64347         * math/test-snan.c: Include it.
64348         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
64350 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
64352         [BZ #15285]
64353         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
64354         (__ieee754_j0l): Do not improve calculations using cos of twice
64355         input for inputs above LDBL_MAX / 2.0L.
64356         (__ieee754_y0l): Likewise.
64357         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
64358         (__ieee754_j1l): Do not improve calculations using cos of twice
64359         input for inputs above LDBL_MAX / 2.0L.
64360         (__ieee754_y1l): Likewise.
64361         * math/libm-test.inc (j0_test): Add another test.
64362         (j1_test): Likewise.
64363         (y0_test): Likewise.
64364         (y1_test): Likewise.
64365         * sysdeps/i386/fpu/libm-test-ulps: Update.
64367 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
64369         * Rules ($(objpfx)bench-%.c): Include code from a C source
64370         file.
64372 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
64374         [BZ #15287]
64375         * math/k_casinh.c (__kernel_casinh): Handle arguments with
64376         imaginary part 1.0 and real part less than 0.5 specially.
64377         * math/k_casinhf.c (__kernel_casinhf): Likewise.
64378         * math/k_casinhl.c (__kernel_casinhl): Likewise.
64379         * math/libm-test.inc (cacos_test): Add more tests.
64380         (casin_test): Likewise.
64381         (casinh_test): Likewise.
64382         * sysdeps/i386/fpu/libm-test-ulps: Update.
64383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64385 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
64387         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
64388         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
64390 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
64392         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
64393         * config.make.in (config-cflags-sse4): Remove variable.
64394         (config-cflags-avx): Likewise.
64395         (config-cflags-sse2avx): Likewise.
64396         (config-cflags-novzeroupper): Likewise.
64397         (config-asflags-i686): Likewise.
64398         (have-mfma4): Likewise.
64399         (have-as-vis3): Likewise.
64400         (MIG): Likewise.
64401         * configure.in (MIG): Do not AC_SUBST.
64402         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
64403         (libc_cv_cc_sse4): Do not AC_SUBST.
64404         (libc_cv_cc_avx): Likewise.
64405         (libc_cv_cc_sse2avx): Likewise.
64406         (libc_cv_cc_novzeroupper): Likewise.
64407         (libc_cv_cc_fma4): Likewise.
64408         (libc_cv_as_i686): Likewise.
64409         (libc_cv_sparc_as_vis3): Likewise.
64410         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
64411         LIBC_CONFIG_VAR.
64412         (config-asflags-i686): Likewise.
64413         (config-cflags-avx): Likewise.
64414         (config-cflags-sse2avx): Likewise.
64415         (have-mfma4): Likewise.
64416         (config-cflags-novzeroupper): Likewise.
64417         * sysdeps/mach/configure.in (MIG): Likewise.
64418         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
64419         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
64420         LIBC_CONFIG_VAR.
64421         (config-cflags-avx): Likewise.
64422         (config-cflags-sse2avx): Likewise.
64423         (have-mfma4): Likewise.
64424         (config-cflags-novzeroupper): Likewise.
64425         * configure: Regenerated.
64426         * sysdeps/i386/configure: Likewise.
64427         * sysdeps/mach/configure: Likewise.
64428         * sysdeps/sparc/configure: Likewise.
64429         * sysdeps/x86_64/configure: Likewise.
64431 2013-03-20  Roland McGrath  <roland@hack.frob.com>
64433         [BZ #14812]
64434         * locale/programs/localedef.c (options): Put N_ translation marker
64435         on argument names, not just descriptions.
64437 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
64439         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
64441 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
64443         [BZ #14176]
64444         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
64446 2013-03-19  Roland McGrath  <roland@hack.frob.com>
64448         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
64449         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
64450         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
64451         [!BEFORE_ABORT] (before_abort): New function.
64452         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
64453         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
64454         (writev_for_fatal): New function.
64455         (WRITEV_FOR_FATAL): New macro; call that.
64456         (backtrace_and_maps): New function.
64457         (BEFORE_ABORT): New macro; call that.
64458         (struct str_list): Type removed.
64459         (__libc_message, __libc_fatal): Functions removed.
64460         Include <sysdeps/posix/libc_fatal.c> instead.
64462 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
64464         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
64465         constants.
64466         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
64467         double constants.
64469 2013-03-19  Andreas Schwab  <schwab@suse.de>
64471         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
64472         * sysdeps/gnu/configure: Regenerate.
64474         * configure.in: Substitute libc_cv_rtlddir.
64475         * configure: Regenerate.
64476         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
64477         * Makeconfig (rtlddir, inst_rtlddir): New variables.
64478         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
64479         * elf/Makefile (install-others, CFLAGS-interp.c)
64480         (ldso_install, common-ldd-rewrite): Likewise.
64481         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
64482         $(inst_slibdir)/$(rtld-installed-name).
64483         * scripts/rellns-sh: Add -p option.
64484         * Makerules (make-shlib-link): Use rellns-sh to get relative name
64485         for source.
64487 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
64489         * manual/nptl.texi: Renamed to ...
64490         * manual/threads.texi: ... this.
64491         * manual/Makefile (chapters): Update.
64493 2013-03-18  Roland McGrath  <roland@hack.frob.com>
64495         [BZ #14812]
64496         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
64497         on argument names, not just descriptions.
64498         * malloc/memusagestat.c (options): Likewise.
64499         * nss/getent.c (options): Likewise.
64501 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
64503         [BZ #14812]
64504         * iconv/iconv_prog.c (options): Put N_ translation marker
64505         on argument names, not just descriptions.
64506         * iconv/iconvconfig.c (options): Likewise.
64508 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
64510         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
64511         implementation which is faster on all x86_64 architectures.
64512         Tested on AMD, Intel Nehalem, SNB, IVB.
64513         * sysdeps/x86_64/strnlen.S: Likewise.
64515         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
64516         Remove all multiarch strlen and strnlen versions.
64517         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
64518         Remove strlen and strnlen related parts.
64520         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
64521         Inline strlen part.
64522         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
64524         * sysdeps/x86_64/multiarch/strlen.S: Remove.
64525         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
64526         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
64527         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
64528         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
64529         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
64531 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
64533         * manual/memory.texi (Malloc Tunable Parameters):
64534         Sort parameters alphabetically. Add comments for missing entries.
64536 2013-03-17  David S. Miller  <davem@davemloft.net>
64538         * sysdeps/sparc/fpu/libm-test-ulps: Update.
64540 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
64542         [BZ #15283]
64543         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
64544         for arguments at most half maximum finite value.
64545         * math/libm-test.inc (j0_test): Add more tests.
64546         (j1_test): Likewise.
64547         (y0_test): Likewise.
64548         (y1_test): Likewise.
64549         * sysdeps/i386/fpu/libm-test-ulps: Update.
64550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64552         [BZ #14155]
64553         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
64554         1 / x and functions P and Q for arguments above 0x1p256L.
64555         (__ieee754_y0l): Likewise.
64556         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
64557         (__ieee754_y1l): Likewise.
64558         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
64559         (j1_test): Likewise.
64560         (y0_test): Likewise.
64561         (y1_test): Likewise.
64563 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
64565         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
64566         variable.
64568 2013-03-15  Roland McGrath  <roland@hack.frob.com>
64570         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
64571         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
64572         zero since it's initialized to EXEC_PAGESIZE.
64574         * sysdeps/unix/sysv/linux/ldsodefs.h
64575         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
64576         * sysdeps/generic/ldsodefs.h: ... here.
64578 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
64580         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
64582         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
64583         math/test-snan.c.
64584         * math/test-snan.c: Renamed from
64585         sysdeps/powerpc/fpu/test-powerpc-snan.c.
64586         * math/Makefile (tests): Add test-snan.
64587         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
64588         test-powerpc-snan.
64590         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
64591         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
64592         functions.
64593         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
64594         __builtin_nan family of functions.
64595         * math/libm-test.inc (initialize): Initialize qnan_value with
64596         __builtin_nan family of functions.
64597         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
64598         Remove variables.
64599         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
64600         Remove functions.
64601         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
64602         storage class.  Initialize qNaN_var and sNaN_var with
64603         __builtin_nan and __builtin_nans families of functions,
64604         respectively.
64606         * math/libm-test.inc (acosh_test): Also test with qNaN input.
64607         (sqrt_test): Remove duplicate test with qNaN input.
64608         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
64609         (round_test, signbit_test, significand_test): Note missing +/-Inf
64610         as well as qNaN tests.
64612         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
64613         qNaN_var.  Fix a few strings, too.
64614         * math/libm-test.inc (nan_value): Rename to qnan_value.
64615         * math/gen-libm-test.pl (%beautify): Adjust to that.
64616         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
64617         * math/test-misc.c (main): Likewise.
64618         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
64619         to __qnan_bytes, and __qnan_union, respectively.
64620         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
64621         Likewise.
64622         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
64623         and lqnanval, respectively.
64624         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
64625         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
64626         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
64627         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
64629         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
64630         * math/test-misc.c (main) [__x86_64__]: Enable test for long
64631         doubles.
64633         * math/test-misc.c (main): Fix copy'n'pastos.
64634         * misc/tst-efgcvt.c (special): Likewise.
64636         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
64637         Remove declarations.
64639 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
64641         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
64642         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
64643         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
64644         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
64646 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64648         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
64649         macro to return vdso values correctly in IFUNC implementations.
64650         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
64651         Optimization by using IFUNC.
64653 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
64654             Richard Henderson  <rth@redhat.com>
64655             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
64657         * Makefile.in (bench): New target.
64658         * NEWS: Mention the benchmark framework.
64659         * Rules (bench): Likewise.
64660         (binaries-bench): Generate binaries for functions to
64661         benchmark.
64662         * benchtests/Makefile: New makefile for benchmark tests.
64663         * benchtests/bench-skeleton.c: New skeleton file for benchmark
64664         programs.
64665         * benchtests/exp-inputs: New input file for EXP function.
64666         * benchtests/pow-inputs: New input file for POW function.
64667         * scripts/bench.pl: New script to generate source files for
64668         benchmark programs.
64670 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
64672         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
64673         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
64674         computations on mantissa.  Use macros for rounding and
64675         division.
64676         (denorm): Likewise.
64677         (__dbl_mp): Likewise.
64678         (add_magnitudes): Likewise.
64679         (sub_magnitudes): Likewise.
64680         (__mul): Likewise.
64681         (__sqr): Likewise.
64682         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
64683         powers of two in terms of TWOPOW macro.
64684         (mp_no): Make type of mantissa as MANTISSA_T.
64685         [!RADIXI]: Define RADIXI.
64686         [!TWO52]: Define TWO52.
64687         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
64689         * manual/nptl.texi (cindex): Modify threads to pthreads.
64691 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
64693         * sysdeps/x86_64/preconfigure: Regenerated.
64695 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
64697         [BZ #14155]
64698         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
64699         0x1p28 and above.
64700         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
64701         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
64702         0x1p28 and above.
64703         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
64704         * math/libm-test.inc (j0_test): Do not allow one spurious
64705         underflow exception.
64706         (y1_test): Likewise.
64708 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
64710         * manual/Makefile (chapters): Add nptl.
64711         * manual/debug.texi (Debugging Support): Add link to Threads
64712         chapter.
64713         * manual/nptl.texi: New file.
64715         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
64717 2013-03-14  Petr Baudis  <pasky@ucw.cz>
64719         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
64720         for non-NULL pointer before the memory validity test. Pointed
64721         out by Holger Brunck <holger.brunck@keymile.com>.
64723 2013-03-13  Andreas Schwab  <schwab@suse.de>
64725         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
64726         instead of .os.
64728 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
64730         * timezone/zic.c: Update from tzcode 2013b.
64732 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
64734         * manual/install.texi (Configuring and compiling):
64735         Mention i686 and i586.
64736         * INSTALL: Regenerate.
64738 2013-03-12  Roland McGrath  <roland@hack.frob.com>
64740         * sysdeps/init_array/elf-init.c: New file.
64741         * csu/elf-init.c
64742         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
64743         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
64745         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
64746         __gmon_start__ as global, but as static with a .preinit_array pointer.
64747         * sysdeps/init_array/gmon-start.c: New file.  Use that.
64748         * sysdeps/init_array/crti.S: New file, empty except for comments.
64749         * sysdeps/init_array/crtn.S: Likewise.
64751 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
64753         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
64754         definining bcopy.
64755         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
64756         Remove Prefer_SSE_for_memop.
64757         * sysdeps/x86_64/multiarch/init-arch.h: Remove
64758         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
64759         HAS_PREFER_SSE_FOR_MEMOP.
64760         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
64761         memset-x86-64.
64762         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
64763         Remove bzero, memset ifunc support.
64764         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
64765         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
64766         * sysdeps/x86_64/multiarch/memset.S: Likewise.
64767         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
64769 2013-03-11  Andreas Schwab  <schwab@suse.de>
64771         [BZ #15234]
64772         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
64773         by SHLIB_COMPAT.
64774         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
64775         (GLIBC_2.16): Remove pthread_atfork.
64777 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
64779         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
64780         (ptestcases.h): Likewise.
64782 2013-03-08  Roland McGrath  <roland@hack.frob.com>
64784         * Makeconfig ($(common-objpfx)config.status): Depend on
64785         sysdeps/*/preconfigure{,.in} too.
64787 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
64789         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
64790         (__free_hook): Use void * instead of __malloc_ptr_t.
64791         (__malloc_hook): Likewise.
64792         (__realloc_hook): Likewise.
64793         (__memalign_hook): Likewise.
64794         (__after_morecore_hook): Likewise.
64795         * malloc/arena.c (save_malloc_hook): Likewise.
64796         (save_free_hook): Likewise.
64797         * malloc/hooks.c (malloc_hook_ini): Likewise.
64798         (realloc_hook_ini): Likewise.
64799         (memalign_hook_ini): Likewise.
64800         * malloc/malloc.c (malloc_hook_ini): Likewise.
64801         (realloc_hook_ini): Likewise.
64802         (memalign_hook_ini): Likewise.
64803         (__free_hook): Likewise.
64804         (__malloc_hook): Likewise.
64805         (__realloc_hook): Likewise.
64806         (__memalign_hook): Likewise.
64807         (__libc_malloc): Likewise.
64808         (__libc_free): Likewise.
64809         (__libc_realloc): Likewise.
64810         (__libc_memalign): Likewise.
64811         (__libc_valloc): Likewise.
64812         (__libc_pvalloc): Likewise.
64813         (__libc_calloc): Likewise.
64814         (__posix_memalign): Likewise.
64815         * malloc/morecore.c (__sbrk): Likewise.
64816         (__default_morecore): Likewise.
64818         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
64820         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
64821         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
64822         __malloc_ptrdiff_t.
64824         * malloc/malloc.h (__malloc_size_t): Remove macro.
64825         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
64826         __malloc_size_t.
64827         (old_memalign_hook): Likewise.
64828         (old_realloc_hook): Likewise.
64829         (struct hdr): Likewise.
64830         (flood): Likewise.
64831         (mallochook): Likewise.
64832         (memalignhook): Likewise.
64833         (reallochook): Likewise.
64834         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
64835         (tr_old_realloc_hook): Likewise.
64836         (tr_old_memalign_hook): Likewise.
64837         (tr_mallochook): Likewise.
64838         (tr_reallochook): Likewise.
64839         (tr_memalignhook): Likewise.
64841 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64843         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
64844         default_ldbl_pack and using as default implementation.
64845         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
64846         implementation.
64847         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
64848         redundant definition.
64849         (ldbl_insert_mantissa): Likewise.
64850         (ldbl_canonicalize): Likewise.
64851         (ldbl_nearbyint): Likewise.
64852         (ldbl_pack): Rename to ldbl_pack_ppc.
64853         (ldbl_unpack): Rename to ldbl_unpack_ppc.
64854         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
64855         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
64857 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
64859         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
64860         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
64861         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
64862         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
64863         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
64864         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
64865         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
64866         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
64868 2013-03-07  Andreas Jaeger  <aj@suse.de>
64870         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
64871         bits/mman-linux.h.
64873 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
64875         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
64876         Include mpa.h and declare __MPEXP.
64877         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
64878         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
64879         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
64880         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
64881         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
64882         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
64883         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
64885         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
64886         (__slowpow): Use long double EXPL and LOGL functions to
64887         compute POW.
64888         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
64889         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
64890         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
64891         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
64892         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
64893         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
64895         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
64896         intermediate variable to calculate exponent.
64897         (__sqr): Likewise.
64898         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
64899         Likewise.
64900         (__sqr): Likewise.
64902         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
64903         [!NO__SQR]: Define __sqr.
64904         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
64905         and NO__SQR.  Remove all code except __mul and __sqr.  Include
64906         sysdeps/ieee754/dbl-64/mpa.c.
64907         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
64909         [BZ #12723]
64910         * posix/Makefile (tests): Add tst-pathconf.
64911         * posix/tst-pathconf.c: New test case.
64912         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
64913         _PC_PIPE_BUF.
64914         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
64916 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
64918         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
64920 2013-03-06  Andreas Jaeger  <aj@suse.de>
64922         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
64923         definition via __MAP_ANONYMOUS.
64925         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
64926         it's not part of Linux headers.
64928         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
64929         (MAP_HUGE_MASK): Define.
64931         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
64932         Define.
64933         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
64934         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
64935         Define.
64936         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
64937         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
64938         Define.
64939         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
64940         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
64941         Define.
64942         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
64944         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
64945         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
64946         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
64947         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
64948         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
64949         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
64951         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
64952         Handle f2fs.
64954         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
64955         Handle f2fs and efivarfs.
64957         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
64958         f2fs.
64960         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
64961         (EFIVARFS_MAGIC): Add.
64962         (F2FS_LINK_MAX): Add.
64964 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
64966         * stdio-common/vfprintf.c: Replace __builtin_expect with
64967         __glibc_unlikely.
64969 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
64971         [BZ #13550]
64972         * sysdeps/generic/bp-sym.h: Remove file.
64973         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
64974         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
64975         <bp-sym.h> and <bp-asm.h>.
64976         (__longjmp): Don't use BP_SYM.
64977         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
64978         and <bp-asm.h>.
64979         (memcpy): Don't use BP_SYM.
64980         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
64981         <bp-sym.h> and <bp-asm.h>.
64982         (memcpy): Don't use BP_SYM.
64983         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
64984         <bp-asm.h>.
64985         (memcpy): Don't use BP_SYM.
64986         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
64987         <bp-asm.h>.
64988         (memset): Don't use BP_SYM.
64989         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
64990         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
64991         (__bzero): Don't use BP_SYM.
64992         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
64993         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
64994         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
64995         <bp-sym.h> and <bp-asm.h>.
64996         (memcmp): Don't use BP_SYM.  Remove comment about bounded
64997         pointers.
64998         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
64999         <bp-sym.h> and <bp-asm.h>.
65000         (memcpy): Don't use BP_SYM.
65001         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
65002         <bp-sym.h> and <bp-asm.h>.
65003         (memset): Don't use BP_SYM.
65004         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
65005         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
65006         (__bzero): Don't use BP_SYM.
65007         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
65008         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
65009         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
65010         <bp-sym.h> and <bp-asm.h>.
65011         (strncmp): Don't use BP_SYM.  Remove comment about bounded
65012         pointers.
65013         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
65014         <bp-sym.h> and <bp-asm.h>.
65015         (memcpy): Don't use BP_SYM.
65016         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
65017         <bp-sym.h> and <bp-asm.h>.
65018         (memset): Don't use BP_SYM.
65019         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
65020         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
65021         (__bzero): Don't use BP_SYM.
65022         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
65023         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
65024         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
65025         <bp-sym.h> and <bp-asm.h>.
65026         (__memchr): Don't use BP_SYM.
65027         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
65028         <bp-sym.h> and <bp-asm.h>.
65029         (memcmp): Don't use BP_SYM.  Remove comment about bounded
65030         pointers.
65031         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
65032         <bp-sym.h> and <bp-asm.h>.
65033         (memcpy): Don't use BP_SYM.
65034         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
65035         <bp-sym.h> and <bp-asm.h>.
65036         (__mempcpy): Don't use BP_SYM.
65037         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
65038         <bp-sym.h> and <bp-asm.h>.
65039         (__memrchr): Don't use BP_SYM.
65040         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
65041         <bp-sym.h> and <bp-asm.h>.
65042         (memset): Don't use BP_SYM.
65043         (__bzero): Likewise.
65044         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
65045         <bp-sym.h> and <bp-asm.h>.
65046         (__rawmemchr): Don't use BP_SYM.
65047         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
65048         <bp-sym.h> and <bp-asm.h>.
65049         (__STRCMP): Don't use BP_SYM.
65050         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
65051         <bp-sym.h> and <bp-asm.h>.
65052         (strchr): Don't use BP_SYM.
65053         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
65054         <bp-sym.h> and <bp-asm.h>.
65055         (__strchrnul): Don't use BP_SYM.
65056         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
65057         <bp-sym.h> and <bp-asm.h>.
65058         (strlen): Don't use BP_SYM.
65059         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
65060         <bp-sym.h> and <bp-asm.h>.
65061         (strncmp): Don't use BP_SYM.  Remove comment about bounded
65062         pointers.
65063         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
65064         <bp-sym.h> and <bp-asm.h>.
65065         (__strnlen): Don't use BP_SYM.
65066         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
65067         <bp-sym.h> and <bp-asm.h>.
65068         (__GI__setjmp): Don't use BP_SYM.
65069         (_setjmp): Likewise.
65070         (__sigsetjmp): Likewise.
65071         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
65072         (L(start_addresses)): Don't use BP_SYM.
65073         (_start): Likewise.
65074         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
65075         <bp-asm.h>.
65076         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
65077         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
65078         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
65079         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
65080         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
65081         <bp-asm.h>.
65082         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
65083         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
65084         about bounded pointers.
65085         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
65086         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
65087         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
65088         <bp-asm.h>.
65089         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
65090         about bounded pointers.  Remove GKM FIXME comments.
65091         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
65092         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
65093         <bp-asm.h>.
65094         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
65095         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
65096         Remove GKM FIXME comments.
65097         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
65098         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
65099         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
65100         <bp-asm.h>.
65101         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
65102         about bounded pointers.  Remove GKM FIXME comment.
65103         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
65104         and <bp-asm.h>.
65105         (strncmp): Don't use BP_SYM.  Remove comment about bounded
65106         pointers.
65107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
65108         <bp-sym.h> and <bp-asm.h>.
65109         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
65110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
65111         <bp-sym.h> and <bp-asm.h>.
65112         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
65113         comment.
65115 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
65117         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
65118         call free(NULL).
65120 2013-03-05  David S. Miller  <davem@davemloft.net>
65122         * po/es.po: Update from translation team.
65124 2013-03-05  Andreas Jaeger  <aj@suse.de>
65126         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
65127         <bits/mman-linux.h>.
65128         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
65129         is fine.
65130         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
65131         <bits/mman-linux.h> to end of file.
65132         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
65133         is fine.
65134         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
65135         <bits/mman-linux.h> to end of file.
65136         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
65137         is fine.
65138         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
65139         <bits/mman-linux.h> to end of file.
65141         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
65142         (MCL_CURRENT, MCL_FUTURE): Define here.
65144 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
65146         [BZ #15232]
65147         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
65148         attribute_hidden.
65149         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
65151 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
65153         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
65154         fourth parameter needed for rt_sigprocmask syscall.
65155         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
65156         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
65157         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
65158         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
65159         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
65160         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
65162 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
65164         [BZ #13550]
65165         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
65166         comment about bounded pointers.
65167         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
65168         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
65170 2013-03-04  Andreas Jaeger  <aj@suse.de>
65172         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
65173         common definitions.
65175         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
65176         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
65177         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
65178         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
65179         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
65180         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
65182 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65184         [BZ #15055]
65185         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
65186         __ieee754_sqrl instead of __sqrl.
65188 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
65190         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
65191         * sysdeps/powerpc/fpu_control.h: ... here.
65192         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
65193         * sysdeps/powerpc/bits/fenvinline.h: ... here.
65194         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
65195         * sysdeps/powerpc/bits/mathinline.h: ... here.
65197 2013-03-01  Roland McGrath  <roland@hack.frob.com>
65199         * elf/dl-hwcaps.c (_dl_important_hwcaps):
65200         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
65201         to just [NEED_DL_SYSINFO_DSO].
65202         * elf/dl-support.c: Likewise.
65203         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
65204         * elf/rtld.c (dl_main): Likewise.
65205         * elf/setup-vdso.h (setup_vdso): Likewise.
65206         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
65207         * sysdeps/unix/sysv/linux/dl-sysdep.c
65208         (_dl_discover_osversion): Likewise.
65210 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
65212         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
65213         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
65215 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
65217         * NEWS: Mention libm performance improvements and non-x86 PI
65218         futex support.
65220         * csu/libc-start.c (__pthread_initialize_minimal): Change
65221         function arguments.
65222         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
65224 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
65226         [BZ #13550]
65227         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
65228         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
65229         <bp-sym.h> and <bp-asm.h>.
65230         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
65231         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
65232         and <bp-asm.h>.
65233         (memcpy): Don't use BP_SYM.
65234         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
65235         <bp-asm.h>.
65236         (__mpn_add_n): Don't use BP_SYM.
65237         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
65238         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
65239         and <bp-asm.h>.
65240         (__mpn_addmul_1): Don't use BP_SYM.
65241         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65242         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
65243         <bp-sym.h>.
65244         (_setjmp): Don't use BP_SYM.
65245         (__novmx_setjmp): Likewise.
65246         (__GI__setjmp): Likewise.
65247         (__vmx_setjmp): Likewise.
65248         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
65249         <bp-sym.h>.
65250         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
65251         (__bzero): Don't use BP_SYM.
65252         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
65253         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
65254         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
65255         <bp-sym.h> and <bp-asm.h>.
65256         (memcpy): Don't use BP_SYM.
65257         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
65258         <bp-sym.h> and <bp-asm.h>.
65259         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
65260         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
65261         <bp-sym.h> and <bp-asm.h>.
65262         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
65263         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
65264         <bp-asm.h>.
65265         (__mpn_lshift): Don't use BP_SYM.
65266         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
65267         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
65268         <bp-asm.h>.
65269         (memset): Don't use BP_SYM.
65270         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
65271         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
65272         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
65273         <bp-asm.h>.
65274         (__mpn_mul_1): Don't use BP_SYM.
65275         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65276         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
65277         <bp-sym.h> and <bp-asm.h>.
65278         (memcmp): Don't use BP_SYM.
65279         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
65280         <bp-sym.h> and <bp-asm.h>.
65281         (memcpy): Don't use BP_SYM.
65282         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
65283         <bp-sym.h> and <bp-asm.h>.
65284         (memset): Don't use BP_SYM.
65285         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
65286         <bp-sym.h> and <bp-asm.h>.
65287         (strncmp): Don't use BP_SYM.
65288         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
65289         <bp-sym.h> and <bp-asm.h>.
65290         (memcpy): Don't use BP_SYM.
65291         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
65292         <bp-sym.h> and <bp-asm.h>.
65293         (memset): Don't use BP_SYM.
65294         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
65295         <bp-sym.h> and <bp-asm.h>.
65296         (__memchr): Don't use BP_SYM.
65297         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
65298         <bp-sym.h> and <bp-asm.h>.
65299         (memcmp): Don't use BP_SYM.
65300         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
65301         <bp-sym.h> and <bp-asm.h>.
65302         (memcpy): Don't use BP_SYM.
65303         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
65304         <bp-sym.h> and <bp-asm.h>.
65305         (__mempcpy): Don't use BP_SYM.
65306         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
65307         <bp-sym.h> and <bp-asm.h>.
65308         (__memrchr): Don't use BP_SYM.
65309         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
65310         <bp-sym.h> and <bp-asm.h>.
65311         (memset): Don't use BP_SYM.
65312         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
65313         <bp-sym.h> and <bp-asm.h>.
65314         (__rawmemchr): Don't use BP_SYM.
65315         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
65316         <bp-sym.h> and <bp-asm.h>.
65317         (__STRCMP): Don't use BP_SYM.
65318         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
65319         <bp-sym.h> and <bp-asm.h>.
65320         (strchr): Don't use BP_SYM.
65321         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
65322         <bp-sym.h> and <bp-asm.h>.
65323         (__strchrnul): Don't use BP_SYM.
65324         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
65325         <bp-sym.h> and <bp-asm.h>.
65326         (strlen): Don't use BP_SYM.
65327         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
65328         <bp-sym.h> and <bp-asm.h>.
65329         (strncmp): Don't use BP_SYM.
65330         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
65331         <bp-sym.h> and <bp-asm.h>.
65332         (__strnlen): Don't use BP_SYM.
65333         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
65334         <bp-asm.h>.
65335         (__mpn_rshift): Don't use BP_SYM.
65336         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
65337         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
65338         <bp-sym.h> and <bp-asm.h>.
65339         (__sigsetjmp): Don't use BP_SYM.
65340         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
65341         (L(start_addresses)): Don't use BP_SYM.
65342         (_start): Likewise.
65343         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
65344         <bp-asm.h>.
65345         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
65346         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
65347         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
65348         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
65349         <bp-asm.h>.
65350         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
65351         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
65352         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
65353         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
65354         <bp-asm.h>.
65355         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
65356         comments.
65357         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
65358         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
65359         <bp-asm.h>.
65360         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
65361         FIXME comments.
65362         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
65363         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
65364         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
65365         <bp-asm.h>.
65366         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
65367         comment.
65368         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
65369         and <bp-asm.h>.
65370         (strncmp): Don't use BP_SYM,
65371         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
65372         <bp-asm.h>.
65373         (__mpn_sub_n): Don't use BP_SYM.
65374         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
65375         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
65376         and <bp-asm.h>.
65377         (__mpn_submul_1): Don't use BP_SYM.
65378         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
65380         <bp-sym.h> and <bp-asm.h>.
65381         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
65382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
65383         <bp-sym.h> and <bp-asm.h>.
65384         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
65385         comment.
65387 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
65389         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
65390         Use ZK to minimize writes to Z.
65391         (sub_magnitudes): Simplify code a bit.
65392         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
65393         Use ZK to minimize writes to Z.
65394         (sub_magnitudes): Simplify code a bit.
65396 2013-02-27  Roland McGrath  <roland@hack.frob.com>
65398         * csu/gmon-start.c: Add special exception to license text.
65400 2013-02-27  Richard Henderson  <rth@redhat.com>
65402         * scripts/config.guess: Update from config.git.
65403         * scripts/config.sub: Likewise.
65405 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
65407         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
65409         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
65411         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
65413         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
65415         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
65417 2013-02-26  Roland McGrath  <roland@hack.frob.com>
65419         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
65420         [$(build-shared = yes].
65422 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
65424         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
65425         (__mul): Reduce iterations for calculating mantissa.
65427         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
65428         MPTWO.
65429         (__mpranred): Likewise.
65431         [BZ #15160]
65432         * malloc/memusagestat.c (main): Draw graphs for heap and stack
65433         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
65435 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
65437         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
65438         Define __attribute__.
65440 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
65442         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
65443         unused.
65444         * posix/regex_internal.h (__attribute): Remove.
65445         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
65446         (re_string_context_at): Likewise.
65447         (bitset_not): Use __attribute__ and mark function as possibly
65448         unused.
65449         (bitset_merge): Likewise.
65450         (bitset_mask): Likewise.
65451         (re_string_char_size_at): Likewise.
65452         (re_string_wchar_at): Likewise.
65453         (re_string_elem_size_at): Likewise.
65455 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
65457         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
65458         code.
65459         (cc32): Likewise.
65461         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
65462         (__acr): Likewise.
65463         (__cpy): Likewise.
65464         (norm): Likewise.
65465         (denorm): Likewise.
65466         (__dbl_mp): Likewise.
65467         (add_magnitudes): Likewise.
65468         (sub_magnitudes): Likewise.
65469         (__mul): Likewise.
65470         (__inv): Likewise.
65472         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
65473         style.
65475         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
65476         style.
65478         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
65479         code.
65481         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
65482         up changes with default code.
65483         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
65484         Likewise.
65486 2013-02-24  Allan McRae  <allan@archlinux.org>
65488         * manual/socket.texi (The Internet Namespace): Order menu items
65489         to match that in the file.
65491         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
65492         node listing of the info page menu.
65494 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
65496         [BZ #13550]
65497         * sysdeps/i386/bp-asm.h: Remove file.
65498         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
65499         (PARMS): Do not use macros from bp-asm.h.
65500         (S1): Likewise.
65501         (S2): Likewise.
65502         (SIZE): Likewise.
65503         (__mpn_add_n): Do not use BP_SYM
65504         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
65505         "bp-asm.h".
65506         (PARMS): Do not use macros from bp-asm.h.
65507         (S1): Likewise.
65508         (SIZE): Likewise.
65509         (__mpn_addmul_1): Do not use BP_SYM
65510         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
65511         "bp-asm.h".
65512         (PARMS): Do not use macros from bp-asm.h.
65513         (SIGMSK): Likewise.
65514         (_setjmp): Likewise.  Do not use BP_SYM.
65515         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
65516         "bp-asm.h".
65517         (PARMS): Do not use macros from bp-asm.h.
65518         (SIGMSK): Likewise.
65519         (setjmp): Likewise.  Do not use BP_SYM.
65520         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
65521         "bp-asm.h".
65522         (PARMS): Do not use macros from bp-asm.h.
65523         (__frexp): Do not use BP_SYM.
65524         (frexp): Likewise.
65525         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
65526         "bp-asm.h".
65527         (PARMS): Do not use macros from bp-asm.h.
65528         (__frexpf): Do not use BP_SYM.
65529         (frexpf): Likewise.
65530         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
65531         "bp-asm.h".
65532         (PARMS): Do not use macros from bp-asm.h.
65533         (__frexpl): Do not use BP_SYM.
65534         (frexpl): Likewise.
65535         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
65536         "bp-asm.h".
65537         (PARMS): Do not use macros from bp-asm.h.
65538         (__remquo): Do not use BP_SYM.
65539         (remquo): Likewise.
65540         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
65541         "bp-asm.h".
65542         (PARMS): Do not use macros from bp-asm.h.
65543         (__remquof): Do not use BP_SYM.
65544         (remquof): Likewise.
65545         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
65546         "bp-asm.h".
65547         (PARMS): Do not use macros from bp-asm.h.
65548         (__remquol): Do not use BP_SYM.
65549         (remquol): Likewise.
65550         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
65551         "bp-asm.h".
65552         (PARMS): Do not use macros from bp-asm.h.
65553         (DEST): Likewise.
65554         (SRC): Likewise.
65555         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
65556         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
65557         "bp-asm.h".
65558         (PARMS): Do not use macros from bp-asm.h.
65559         (strlen): Do not use BP_SYM.
65560         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
65561         "bp-asm.h".
65562         (PARMS): Do not use macros from bp-asm.h.
65563         (S1): Likewise.
65564         (S2): Likewise.
65565         (SIZE): Likewise.
65566         (__mpn_add_n): Do not use BP_SYM.
65567         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
65568         "bp-asm.h".
65569         (PARMS): Do not use macros from bp-asm.h.
65570         (S1): Likewise.
65571         (SIZE): Likewise.
65572         (__mpn_addmul_1): Do not use BP_SYM.
65573         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
65574         weak_alias.
65575         (bzero): Likewise.
65576         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
65577         "bp-asm.h".
65578         (PARMS): Do not use macros from bp-asm.h.
65579         (S): Likewise.
65580         (SIZE): Likewise.
65581         (__mpn_lshift): Do not use BP_SYM.
65582         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
65583         "bp-asm.h".
65584         (PARMS): Do not use macros from bp-asm.h.
65585         (DEST): Likewise.
65586         (SRC): Likewise.
65587         (LEN): Likewise.
65588         (memcpy): Likewise.  Do not use BP_SYM.
65589         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
65590         libc_hidden_def and weak_alias.
65591         (mempcpy): Do not use BP_SYM in weak_alias.
65592         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
65593         "bp-asm.h".
65594         (PARMS): Do not use macros from bp-asm.h.
65595         (DEST): Likewise.
65596         (LEN): Likewise.
65597         [!BZERO_P] (CHR): Likewise.
65598         (memset): Likewise.  Do not use BP_SYM.
65599         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
65600         "bp-asm.h".
65601         (PARMS): Do not use macros from bp-asm.h.
65602         (S1): Likewise.
65603         (SIZE): Likewise.
65604         (__mpn_mul_1): Do not use BP_SYM.
65605         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
65606         "bp-asm.h".
65607         (PARMS): Do not use macros from bp-asm.h.
65608         (S): Likewise.
65609         (SIZE): Likewise.
65610         (__mpn_rshift): Do not use BP_SYM.
65611         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
65612         "bp-asm.h".
65613         (PARMS): Do not use macros from bp-asm.h.
65614         (STR): Likewise.
65615         (CHR): Likewise.
65616         (strchr): Likewise.  Do not use BP_SYM.
65617         (index): Do not use BP_SYM in weak_alias.
65618         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
65619         "bp-asm.h".
65620         (PARMS): Do not use macros from bp-asm.h.
65621         (DEST): Likewise.
65622         (SRC): Likewise.
65623         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
65624         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
65625         "bp-asm.h".
65626         (PARMS): Do not use macros from bp-asm.h.
65627         (strlen): Do not use BP_SYM.
65628         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
65629         "bp-asm.h".
65630         (PARMS): Do not use macros from bp-asm.h.
65631         (S1): Likewise.
65632         (S2): Likewise.
65633         (SIZE): Likewise.
65634         (__mpn_sub_n): Do not use BP_SYM.
65635         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
65636         "bp-asm.h".
65637         (PARMS): Do not use macros from bp-asm.h.
65638         (S1): Likewise.
65639         (SIZE): Likewise.
65640         (__mpn_submul_1): Do not use BP_SYM.
65641         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
65642         "bp-asm.h".
65643         (PARMS): Do not use macros from bp-asm.h.
65644         (S1): Likewise.
65645         (S2): Likewise.
65646         (SIZE): Likewise.
65647         (__mpn_add_n): Do not use BP_SYM.
65648         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
65649         weak_alias.
65650         (bzero): Likewise.
65651         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
65652         "bp-asm.h".
65653         (PARMS): Do not use macros from bp-asm.h.
65654         (BLK2): Likewise.
65655         (LEN): Likewise.
65656         (memcmp): Do not use BP_SYM.
65657         (bcmp): Do not use BP_SYM in weak_alias.
65658         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
65659         "bp-asm.h".
65660         (PARMS): Do not use macros from bp-asm.h.
65661         (DEST): Likewise.
65662         (SRC): Likewise.
65663         (LEN): Likewise.
65664         (memcpy): Likewise.  Do not use BP_SYM.
65665         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
65666         "bp-asm.h".
65667         (PARMS): Do not use macros from bp-asm.h.
65668         (DEST): Likewise.
65669         (SRC): Likewise.
65670         (LEN): Likewise.
65671         (memmove): Likewise.  Do not use BP_SYM.
65672         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
65673         "bp-asm.h".
65674         (PARMS): Do not use macros from bp-asm.h.
65675         (DEST): Likewise.
65676         (SRC): Likewise.
65677         (LEN): Likewise.
65678         (__mempcpy): Likewise.  Do not use BP_SYM.
65679         (mempcpy): Do not use BP_SYM in weak_alias.
65680         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
65681         "bp-asm.h".
65682         (PARMS): Do not use macros from bp-asm.h.
65683         (DEST): Likewise.
65684         (LEN): Likewise.
65685         [!BZERO_P] (CHR): Likewise.
65686         (memset): Likewise.  Do not use BP_SYM.
65687         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
65688         "bp-asm.h".
65689         (PARMS): Do not use macros from bp-asm.h.
65690         (STR2): Likewise.
65691         (strcmp): Do not use BP_SYM.
65692         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
65693         "bp-asm.h".
65694         (PARMS): Do not use macros from bp-asm.h.
65695         (STR): Likewise.
65696         (DELIM): Likewise.
65697         [USE_AS_STRTOK_R] (SAVE): Likewise.
65698         (FUNCTION): Likewise.  Do not use BP_SYM.
65699         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
65700         aliases.
65701         (strtok_r): Likewise.
65702         (__GI___strtok_r): Likewise.
65703         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
65704         (PARMS): Do not use macros from bp-asm.h.
65705         (S): Likewise.
65706         (SIZE): Likewise.
65707         (__mpn_lshift): Do not use BP_SYM.
65708         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
65709         (PARMS): Do not use macros from bp-asm.h.
65710         (STR): Likewise.
65711         (CHR): Likewise.
65712         (__memchr): Do not use BP_SYM.
65713         (memchr): Do not use BP_SYM in weak_alias.
65714         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
65715         (PARMS): Do not use macros from bp-asm.h.
65716         (BLK2): Likewise.
65717         (LEN): Likewise.
65718         (memcmp): Do not use BP_SYM.
65719         (bcmp): Do not use BP_SYM in weak_alias.
65720         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
65721         (PARMS): Do not use macros from bp-asm.h.
65722         (S1): Likewise.
65723         (SIZE): Likewise.
65724         (__mpn_mul_1): Do not use BP_SYM.
65725         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
65726         "bp-asm.h".
65727         (PARMS): Do not use macros from bp-asm.h.
65728         (STR): Likewise.
65729         (CHR): Likewise.
65730         (__rawmemchr): Do not use BP_SYM.
65731         (rawmemchr): Do not use BP_SYM in weak_alias.
65732         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
65733         (PARMS): Do not use macros from bp-asm.h.
65734         (S): Likewise.
65735         (SIZE): Likewise.
65736         (__mpn_rshift): Do not use BP_SYM.
65737         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
65738         (PARMS): Do not use macros from bp-asm.h.
65739         (SIGMSK): Likewise.
65740         (__sigsetjmp): Likewise.  Do not use BP_SYM.
65741         * sysdeps/i386/start.S: Do not include "bp-sym.h".
65742         (_start): Do not use BP_SYM.
65743         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
65744         (PARMS): Do not use macros from bp-asm.h.
65745         (DEST): Likewise.
65746         (SRC): Likewise.
65747         (__stpcpy): Likewise.  Do not use BP_SYM.
65748         (stpcpy): Do not use BP_SYM in weak_alias.
65749         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
65750         "bp-asm.h".
65751         (PARMS): Do not use macros from bp-asm.h.
65752         (DEST): Likewise.
65753         (SRC): Likewise.
65754         (LEN): Likewise.
65755         (__stpncpy): Likewise.  Do not use BP_SYM.
65756         (stpncpy): Do not use BP_SYM in weak_alias.
65757         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
65758         (PARMS): Do not use macros from bp-asm.h.
65759         (STR): Likewise.
65760         (CHR): Likewise.
65761         (strchr): Likewise.  Do not use BP_SYM.
65762         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
65763         "bp-asm.h".
65764         (PARMS): Do not use macros from bp-asm.h.
65765         (STR): Likewise.
65766         (CHR): Likewise.
65767         (__strchrnul): Likewise.  Do not use BP_SYM.
65768         (strchrnul): Do not use BP_SYM in weak_alias.
65769         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
65770         "bp-asm.h".
65771         (PARMS): Do not use macros from bp-asm.h.
65772         (STOP): Likewise.
65773         (strcspn): Do not use BP_SYM.
65774         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
65775         "bp-asm.h".
65776         (PARMS): Do not use macros from bp-asm.h.
65777         (STR): Likewise.
65778         (STOP): Likewise.
65779         (strpbrk): Likewise.  Do not use BP_SYM.
65780         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
65781         "bp-asm.h".
65782         (PARMS): Do not use macros from bp-asm.h.
65783         (STR): Likewise.
65784         (CHR): Likewise.
65785         (strrchr): Likewise.  Do not use BP_SYM.
65786         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
65787         (PARMS): Do not use macros from bp-asm.h.
65788         (SKIP): Likewise.
65789         (strspn): Do not use BP_SYM.
65790         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
65791         (PARMS): Do not use macros from bp-asm.h.
65792         (STR): Likewise.
65793         (DELIM): Likewise.
65794         (SAVE): Likewise.
65795         (FUNCTION): Likewise.  Do not use BP_SYM.
65796         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
65797         aliases.
65798         (strtok_r): Likewise.
65799         (__GI___strtok_r): Likewise.
65800         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
65801         (PARMS): Do not use macros from bp-asm.h.
65802         (S1): Likewise.
65803         (S2): Likewise.
65804         (SIZE): Likewise.
65805         (__mpn_sub_n): Do not use BP_SYM.
65806         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
65807         "bp-asm.h".
65808         (PARMS): Do not use macros from bp-asm.h.
65809         (S1): Likewise.
65810         (SIZE): Likewise.
65811         (__mpn_submul_1): Do not use BP_SYM.
65812         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
65813         <bp-sym.h>.
65814         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
65815         and <bp-asm.h>.
65816         (PARMS): Do not use macros from bp-asm.h.
65817         (FLAGS): Likewise.
65818         (PTID): Likewise.
65819         (TLS): Likewise.
65820         (CTID): Likewise.
65821         (__clone): Do not use BP_SYM.
65822         (clone): Do not use BP_SYM in weak_alias.
65823         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
65824         and <bp-asm.h>.
65825         (PARMS): Do not use macros from bp-asm.h.
65826         (LEN): Likewise.
65827         (__mmap64): Do not use BP_SYM.
65828         (mmap64): Do not use BP_SYM in weak_alias.
65829         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
65830         <bp-sym.h> and <bp-asm.h>.
65831         (PARMS): Do not use macros from bp-asm.h.
65832         (__posix_fadvise64_l64): Do not use BP_SYM.
65833         * sysdeps/unix/sysv/linux/i386/semtimedop.S
65834         (PARMS): Do not use macros from bp-asm.h.
65835         (NSOPS): Likewise.
65836         (semtimedop): Do not use BP_SYM.
65837         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
65838         and <bp-asm.h>.
65840 2013-02-21  Allan McRae  <allan@archlinux.org>
65842         * manual/message.texi (Charset conversion in gettext):
65843         Move @end statement to beginning of line.
65845 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
65847         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
65848         static.
65849         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
65850         Likewise.
65852         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
65853         (denorm): Likewise.
65854         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
65855         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
65857 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
65859         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
65860         tail-call to the resolved function if pltexit isn't needed.
65862 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
65864         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
65865         or Y being zero as being unlikely.
65866         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
65867         Likewise.
65869 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
65871         * manual/nss.texi (System Databases and Name Service Switch):
65872         Remove frobnicate @pxref.
65874 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
65876         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
65877         __attribute__ ((unused)) to __attribute__ ((__unused__)).
65879 2013-02-20  Petr Machata  <pmachata@redhat.com>
65881         * elf/elf.h (R_ARM_TARGET1): New macro.
65882         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
65883         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
65884         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
65885         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
65886         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
65887         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
65888         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
65889         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
65890         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
65891         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
65892         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
65893         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
65894         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
65895         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
65896         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
65897         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
65898         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
65899         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
65900         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
65901         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
65902         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
65903         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
65904         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
65905         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
65906         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
65907         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
65908         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
65909         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
65910         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
65911         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
65912         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
65913         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
65914         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
65915         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
65916         (R_ARM_THM_GOT_BREL12): Likewise.
65917         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
65918         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
65919         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
65920         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
65921         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
65922         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
65923         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
65924         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
65925         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
65927 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
65929         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
65930         __attribute_used__ to __attribute__ ((unused)).
65932 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
65934         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
65935         powerpc mpa.c.
65936         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
65937         comment formatting.
65938         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
65940 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
65942         [BZ #13550]
65943         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
65944         Remove macro.
65945         (ENTER): Remove both macro definitions.
65946         (LEAVE): Likewise.
65947         (CHECK_BOUNDS_LOW): Likewise.
65948         (CHECK_BOUNDS_HIGH): Likewise.
65949         (CHECK_BOUNDS_BOTH): Likewise.
65950         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
65951         (RETURN_BOUNDED_POINTER): Likewise.
65952         (RETURN_NULL_BOUNDED_POINTER): Likewise.
65953         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
65954         (POP_ERRNO_LOCATION_RETURN): Likewise.
65955         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
65956         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
65957         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
65958         macros.
65959         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65960         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
65961         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
65962         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
65963         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
65964         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
65965         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
65966         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
65967         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
65968         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
65969         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
65970         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
65971         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
65972         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
65973         removed macros.
65974         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65975         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
65976         macros.
65977         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
65978         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
65979         * sysdeps/i386/i586/memset.S (memset): Likewise.
65980         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
65981         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65982         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
65983         macros.
65984         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
65985         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
65986         Change uses of L(2) to L(out).
65987         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
65988         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
65989         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
65990         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
65991         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
65992         removed macros.
65993         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65994         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
65995         macros.
65996         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
65997         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
65998         (RETURN): Do not use macro LEAVE.
65999         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
66000         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
66001         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
66002         * sysdeps/i386/i686/memset.S (memset): Likewise.
66003         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
66004         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
66005         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
66006         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
66007         Likewise.
66008         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
66009         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
66010         L(1_2) and L(1_3) into L(1).
66011         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
66012         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
66013         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
66014         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
66015         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
66016         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
66017         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
66018         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66019         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
66020         macros.
66021         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
66022         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
66023         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
66024         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
66025         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
66026         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
66027         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
66028         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
66029         * sysdeps/i386/strcspn.S (strcspn): Likewise.
66030         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
66031         * sysdeps/i386/strrchr.S (strrchr): Likewise.
66032         * sysdeps/i386/strspn.S (strspn): Likewise.
66033         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
66034         conditional code.
66035         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
66036         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
66037         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
66038         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
66039         L(1_3) into L(1_1).
66040         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
66041         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
66042         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
66043         macros.
66044         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66046 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
66048         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
66049         macro.
66051 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
66053         * math/atest-exp.c (exp_mpn): Remove ROUND.
66054         * math/atest-exp2.c (exp_mpn): Likewise.
66055         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
66057         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
66058         * stdlib/tst-tls-atexit-lib.c: Likewise.
66059         * stdlib/tst-tls-atexit.c: Likewise.
66061 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
66063         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
66064         and __attribute_alloc_size__.
66066 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
66068         * include/programs/xmalloc.h: Change __attribute_alloc_size to
66069         __attribute_alloc_size__.
66070         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
66071         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
66073 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
66075         * include/programs/xmalloc.h: New file.
66076         * catgets/gencat.c: Include it.
66077         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
66078         * elf/pldd.c: Likewise.
66079         * iconv/iconv_charmap.c: Likewise.
66080         * iconv/iconvconfig.c: Likewise.
66081         * iconv/strtab.c: Likewise.
66082         * locale/programs/locale.c: Likewise.
66083         * locale/programs/localedef.h: Likewise.
66084         * locale/programs/simple-hash.c: Likewise.
66085         * nscd/nscd.h: Likewise.
66086         * nss/makedb.c: Likewise.
66087         * sysdeps/generic/ldconfig.h: Likewise.
66089 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
66091         * Versions.def: Add GLIBC_2.18.
66092         * include/link.h (struct link_map): New member l_tls_dtor_count.
66093         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
66094         (__call_tls_dtors): Likewise.
66095         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
66096         __cxa_thread_atexit_impl.
66097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
66098         Likewise.
66099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
66100         Likewise.
66101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
66102         Likewise.
66103         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
66104         Likewise.
66105         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
66106         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
66107         Likewise.
66108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
66109         Likewise.
66110         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
66111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
66112         Likewise.
66113         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
66114         (tests): Add test case tst-tls-atexit.
66115         (modules-names): Add shared library for tst-tls-atexit.
66116         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
66117         (GLIBC_PRIVATE): Add __call_tls_dtors.
66118         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
66119         for libstdc++.
66120         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
66121         * stdlib/tst-tls-atexit.c: New test case.
66122         * stdlib/tst-tls-atexit-lib.c: New test case.
66124         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
66126         * elf/Versions (ld): Add _dl_find_dso_for_object.
66127         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
66128         * elf/dl-open.c (_dl_find_dso_for_object): New function.
66129         (dl_open_worker): Use _dl_find_dso_for_object.
66130         * elf/dl-sym.c (do_sym): Likewise.
66131         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
66133 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
66135         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
66136         Syntactic changes only.
66137         (_dl_runtime_profile): Do a tail-call to the resolved function.
66139 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
66141         [BZ #13550]
66142         * sysdeps/x86_64/bp-asm.h: Remove file.
66143         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
66144         <bp-sym.h> and <bp-asm.h>.
66145         (__clone): Do not use BP_SYM.
66146         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
66147         <bp-sym.h> and <bp-asm.h>.
66148         * sysdeps/unix/x86_64/sysdep.S: Likewise.
66149         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
66150         "bp-asm.h".
66151         (_setjmp): Do not use BP_SYM.
66152         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
66153         "bp-asm.h".
66154         (setjmp): Do not use BP_SYM.
66155         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
66156         libc_hidden_def.
66157         (mempcpy): Do not use BP_SYM in weak_alias.
66158         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
66159         "bp-asm.h".
66160         (strchr): Do not use BP_SYM.
66161         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
66162         "bp-asm.h".
66163         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
66164         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
66165         (_start): Do not use BP_SYM.
66166         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
66167         "bp-asm.h".
66168         (strcat): Do not use BP_SYM.
66169         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
66170         "bp-asm.h".
66171         (STRCMP): Do not use BP_SYM.
66172         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
66173         "bp-asm.h".
66174         (STRCPY): Do not use BP_SYM.
66175         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
66176         "bp-asm.h".
66177         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
66178         "bp-asm.h".
66179         (FUNCTION): Do not use BP_SYM.
66180         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
66181         weak_alias.
66182         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
66184 2013-02-17  Andreas Jaeger  <aj@suse.de>
66186         * time/Versions: Sort entries.
66187         * string/Versions: Likewise.
66188         * resolv/Versions: Likewise.
66189         * posix/Versions: Likewise.
66190         * iconv/Versions: Likewise.
66191         * elf/Versions: Likewise.
66192         * wcsmbs/Versions: Likewise.
66194 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
66196         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
66197         loop termination condition.
66199         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
66200         variable to calculate EZ.
66201         (__sqr): Likewise.
66203         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
66204         the lower precision input.
66206 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
66208         [BZ #13550]
66209         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
66210         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
66211         (run-via-rtld-prefix): Do not handle %-bp tests.
66212         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
66213         (all-object-suffixes): Remove .ob.
66214         (bppfx): Remove variable.
66215         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
66216         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
66217         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
66218         [$(build-bounded) = yes] (libtype.ob): Likewise.
66219         * Makerules (elide-routines.ob): Remove variable.
66220         (do-tests-clean): Do not handle *-bp.out.
66221         (common-mostlyclean): Do not handle *-bp and *-bp.out.
66222         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
66223         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
66224         (tests): Do not include $(tests-bp.out).
66225         (xtests): Do not include $(xtests-bp.out).
66226         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
66227         [$(build-bounded) = yes] ($(addprefix
66228         $(objpfx),$(binaries-bounded))): Remove rule.
66229         ($(objpfx)%-bp.out): Remove rule.
66230         * config.make.in (build-bounded): Remove variable.
66231         * crypt/Makefile [$(build-bounded) = yes]
66232         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
66233         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
66234         append to variable.
66235         [$(build-bounded) = yes] (install-lib): Likewise.
66236         [$(build-bounded) = yes] (generated): Likewise.
66237         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
66238         Remove rule.
66239         * intl/Makefile [$(build-bounded) = yes]
66240         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
66241         * math/Makefile [$(build-bounded) = yes]
66242         ($(tests:%=$(objpfx)%-bp): Likewise.
66243         * misc/Makefile [$(build-bounded) = yes]
66244         ($(objpfx)tst-tsearch-bp): Likewise.
66245         * nptl/Makeconfig (bounded-thread-library): Remove variable.
66246         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
66247         Remove dependency.
66248         * string/Makefile (o-objects.ob): Remove variable.
66249         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
66250         (CFLAGS-.ob): Remove variable.
66251         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
66252         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
66253         both definitions of variable.
66254         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
66255         (ASFLAGS-.ob): Remove variable.
66257 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
66259         [BZ #13550]
66260         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
66261         Remove __BOUNDED_POINTERS__ from condition.
66262         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
66263         * string/bits/string2.h [!__NO_STRING_INLINES &&
66264         !__BOUNDED_POINTERS__]: Likewise.
66265         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
66266         Likewise.
66267         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
66268         Remove conditional code.
66269         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
66270         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
66271         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
66272         condition.
66274         [BZ #13550]
66275         * csu/libc-start.c: Do not include <bp-sym.h>.
66276         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
66277         * elf/dl-open.c: Do not include <bp-sym.h>.
66278         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
66279         * math/fegetenv.c: Do not include <bp-sym.h>.
66280         (fegetenv): Do not use BP_SYM in versioned symbols.
66281         * nptl/sysdeps/pthread/bits/libc-lockP.h
66282         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
66283         <bp-sym.h>.
66284         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66285         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
66286         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66287         (__pthread_mutex_destroy): Likewise.
66288         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66289         (__pthread_mutex_lock): Likewise.
66290         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66291         (__pthread_mutex_trylock): Likewise.
66292         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66293         (__pthread_mutex_unlock): Likewise.
66294         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66295         (__pthread_mutexattr_init): Likewise.
66296         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66297         (__pthread_mutexattr_destroy): Likewise.
66298         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66299         (__pthread_mutexattr_settype): Likewise.
66300         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66301         (__pthread_rwlock_init): Likewise.
66302         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66303         (__pthread_rwlock_destroy): Likewise.
66304         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66305         (__pthread_rwlock_rdlock): Likewise.
66306         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66307         (__pthread_rwlock_tryrdlock): Likewise.
66308         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66309         (__pthread_rwlock_wrlock): Likewise.
66310         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66311         (__pthread_rwlock_trywrlock): Likewise.
66312         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66313         (__pthread_rwlock_unlock): Likewise.
66314         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66315         (__pthread_key_create): Likewise.
66316         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66317         (__pthread_setspecific): Likewise.
66318         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66319         (__pthread_getspecific): Likewise.
66320         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
66321         Likewise.
66322         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66323         (_pthread_cleanup_push_defer): Likewise.
66324         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66325         (_pthread_cleanup_pop_restore): Likewise.
66326         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66327         (pthread_setcancelstate): Likewise.
66328         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
66329         <bp-sym.h>.
66330         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
66331         (memchr): Do not use BP_SYM in weak_alias.
66332         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
66333         (fegetenv): Do not use BP_SYM in versioned symbols.
66334         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
66335         (fesetenv): Do not use BP_SYM in versioned symbols.
66336         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
66337         (feupdateenv): Do not use BP_SYM in versioned symbols.
66338         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
66339         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
66340         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
66341         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
66342         (open64): Do not use BP_SYM in weak_alias.
66343         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
66344         (fegetenv): Do not use BP_SYM in versioned symbols.
66345         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
66346         (fesetenv): Do not use BP_SYM in versioned symbols.
66347         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
66348         (feupdateenv): Do not use BP_SYM in versioned symbols.
66349         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
66350         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
66351         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
66352         (feraiseexcept): Do not use BP_SYM in versioned symbols.
66353         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
66354         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
66355         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
66356         <bp-sym.h>.
66357         (__libc_start_main): Do not use BP_SYM.
66359 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
66361         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
66362         redundant return line.
66363         (norm): Likewise.
66364         (denorm): Likewise.
66365         (dbl_mp): Likewise.
66366         (sub_magnitudes): Likewise.
66367         (__add): Likewise.
66368         (__sub): Likewise.
66369         (__mul): Likewise.
66370         (__inv): Likewise.
66371         (__dvd): Likewise.
66372         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
66373         (norm): Likewise.
66374         (denorm): Likewise.
66375         (dbl_mp): Likewise.
66376         (sub_magnitudes): Likewise.
66377         (__add): Likewise.
66378         (__sub): Likewise.
66379         (__mul): Likewise.
66380         (__inv): Likewise.
66381         (__dvd): Likewise.
66383         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
66384         instead of __mul.
66385         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
66386         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
66387         (cc32): Likewise.
66389         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
66390         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
66391         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
66392         of __mul for squares.
66393         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
66394         function
66395         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
66396         Likewise.
66397         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
66398         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
66400 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
66402         [BZ #13550]
66403         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
66404         code.
66405         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
66406         prototype or function definition.  Rename ubp_* variables and
66407         parameters.  Remove argv definitions conditional on
66408         [__BOUNDED_POINTERS__].
66409         * debug/backtrace.c (__backtrace): Do not use __unbounded.
66410         * elf/dl-runtime.c (_dl_fixup): Likewise.
66411         * include/set-hooks.h (RUN_HOOK): Likewise.
66412         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
66413         definition.
66414         * string/strcpy.c (strcpy): Do not use __unbounded.
66415         * sysdeps/generic/frame.h (struct layout): Likewise.
66416         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
66417         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
66418         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
66419         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
66420         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
66421         (__backtrace): Likewise.
66422         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
66423         use __ptrvalue.
66424         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
66425         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
66426         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
66427         Likewise.
66428         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
66429         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
66430         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
66431         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
66432         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
66433         Do not use __unbounded.
66434         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
66435         Rename __unboundedrlimits parameter to rlimits in prototype.
66436         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
66437         Do not use __unbounded.
66438         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
66439         not use __ptrvalue.
66440         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
66441         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
66442         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
66443         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
66444         __ptrvalue or __unbounded.
66445         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
66446         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
66447         use __unbounded.
66448         (__new_msgctl): Do not use __ptrvalue.
66449         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
66450         __unbounded.
66451         (__libc_msgrcv): Do not use __ptrvalue.
66452         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
66453         startup_info): Do not use __unbounded.
66454         (__libc_start_main): Likewise.  Rename ubp_* variables and
66455         parameters.  Remove argv definitions conditional on
66456         [__BOUNDED_POINTERS__].
66457         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
66458         __ptrvalue.
66459         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
66460         use __unbounded.
66461         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
66462         or __ptrvalue.
66463         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
66464         use __unbounded.
66465         (__new_shmctl): Do not use __ptrvalue.
66466         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
66467         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
66468         Likewise.
66469         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
66470         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
66471         (__libc_sigaction): Likewise.
66472         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
66473         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
66474         Likewise.
66475         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
66477 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
66479         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
66481         * string/mempcpy.c: Implement by calling memcpy.
66483 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
66485         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
66487         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
66488         evaluation.
66490         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
66491         values in the mantissa.
66493         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
66494         minimize writes to Z.
66495         (sub_magnitudes): Simplify code a bit.
66497 2013-02-12  Roland McGrath  <roland@hack.frob.com>
66499         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
66500         from the message.  The linker prefixes all warnings with that already.
66502 2013-02-12  Andreas Schwab  <schwab@suse.de>
66504         [BZ #15078]
66505         * posix/regexec.c (extend_buffers): Add parameter min_len.
66506         (check_matching): Pass minimum needed length.
66507         (clean_state_log_if_needed): Likewise.
66508         (get_subexp): Likewise.
66509         * posix/Makefile (tests): Add bug-regex34.
66510         (bug-regex34-ENV): Define.
66511         * posix/bug-regex34.c: New file.
66513         [BZ #11561]
66514         * posix/regcomp.c (parse_bracket_exp): When looking up collating
66515         elements compare against the byte sequence of it, not its name.
66516         * posix/Makefile (tests): Add bug-regex35.
66517         (bug-regex35-ENV): Define.
66518         * posix/bug-regex35.c: New file.
66520 2013-02-11  Tom de Vries  <tom@codesourcery.com>
66522         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
66523         comment.
66524         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
66525         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
66526         (CHECK_EOL): Add undef.
66528 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
66530         * bits/stdlib-bsearch.h: New file.
66531         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
66532         * stdlib/stdlib.h: Likewise.
66534 2013-02-11  Roland McGrath  <roland@hack.frob.com>
66536         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
66537         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
66538         declaration.
66539         * manual/search.texi (Array Search Function): Add missing const in
66540         lfind prototype.
66541         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
66542         declaration to use rlim_t.
66543         (Basic Scheduling Functions): Remove erroneous const from
66544         sched_getparam prototype.  Remove erroneous * from
66545         sched_get_priority_max and sched_get_priority_min prototypes.
66546         (Resource Usage): Fix summary @comment on vtimes to refer to
66547         sys/vtimes.h rather than vtimes.h.
66548         Add missing *s in vtimes prototype.
66549         (Limits on Resources): Fix ulimit prototype to return long int.
66550         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
66551         prototypes to use long int rather than double.
66552         (BSD Random): Fix initstate and setstate to use char *, not void *.
66553         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
66554         prototype to make second argument 'struct aiocb64 *const[]'.
66555         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
66556         (Status of AIO Operations): Remove erroneous const in aio_return and
66557         aio_return64 prototypes.
66558         (Synchronizing I/O): Fix sync prototype to return void.
66559         * manual/startup.texi (Suboptions): Remove an erroneous const in
66560         getsubopt prototype.
66561         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
66562         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
66563         use size_t rather than int.
66564         (Scanning All Users): Likewise for getpwent_r.
66565         (Setting Groups): Add missing const to setgroups prototype.
66566         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
66567         * manual/socket.texi (Host Names): Fix gethostbyaddr and
66568         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
66569         'const void *' rather than 'const char *'.
66570         (Host Address Functions): Likewise for inet_ntop.
66571         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
66572         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
66573         ssize_t for return value.
66574         (Sending Data): Likewise for send, sendto, sendmsg.
66575         (Socket Option Functions): Add a missing const in setsockopt prototype.
66576         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
66577         use wchar_t for the argument.
66578         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
66579         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
66580         take no arguments.
66581         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
66582         double/float/long double for second argument.
66583         Fix return types of significand, significandf, significandl.
66584         * manual/filesys.texi (Setting Permissions): Use mode_t for second
66585         argument in fchmod prototype.
66586         (File Owner): Use uid_t and gid_t in fchown prototype.
66587         (File Times): Add const to utimes, futimes, and lutimes prototypes.
66588         (Making Special Files): Use mode_t and dev_t in mknod prototype.
66589         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
66590         use 'const struct dirent **' as argument types to CMP function pointer
66591         argument.
66592         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
66593         (File Times): Fix summary magic @comment for struct utimbuf and utime
66594         to refer to utime.h, not time.h.
66595         * manual/string.texi (Argz Functions): Add missing const in
66596         argz_extract and argz_next prototypes.
66597         (Finding Tokens in a String): Likewise for basename.
66598         (String/Array Comparison): Fix typo in wcscasecmp prototype.
66599         (Copying and Concatenation): Fix typo in wmemmove prototype.
66600         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
66601         (Signal Stack): Remove erroneous const in sigstack prototype.
66602         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
66603         prototype.
66604         (Simple Calendar Time): Likewise for stime.
66605         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
66606         prototype.
66607         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
66608         say sys/sysctl.h instead.
66609         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
66610         and vsyslog prototypes.
66612 2013-02-11  Tom de Vries  <tom@codesourcery.com>
66614         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
66615         Remove.
66617 2013-02-11  Roland McGrath  <roland@hack.frob.com>
66619         * misc/sys/mman.h: Fix typo in mremap comment.
66621 2013-02-08  Roland McGrath  <roland@hack.frob.com>
66623         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
66624         the '\0' terminator.
66626 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
66628         [BZ #13550]
66629         * debug/segfault.c: Don't include <bp-checks.h>.
66630         * sysdeps/generic/bp-checks.h: Remove file.
66631         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
66632         (__GETDENTS): Don't use CHECK_N.
66633         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
66634         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
66635         (__getgroups): Don't use CHECK_N.
66636         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
66637         (setgroups): Don't use CHECK_N.
66638         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
66639         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
66640         (__libc_msgrcv): Don't use CHECK_N.
66641         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
66642         (__libc_msgsnd): Don't use CHECK_N.
66643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
66644         <bp-checks.h>.
66645         (__libc_pread): Don't use CHECK_N.
66646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
66647         include <bp-checks.h>.
66648         (__libc_pread64): Don't use CHECK_N.
66649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
66650         include <bp-checks.h>.
66651         (__libc_pwrite): Don't use CHECK_N.
66652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
66653         include <bp-checks.h>.
66654         (__libc_pwrite64): Don't use CHECK_N.
66655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
66656         <bp-checks.h>.
66657         (__libc_pread): Don't use CHECK_N.
66658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
66659         include <bp-checks.h>.
66660         (__libc_pread64): Don't use CHECK_N.
66661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
66662         include <bp-checks.h>.
66663         (__libc_pwrite): Don't use CHECK_N.
66664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
66665         include <bp-checks.h>.
66666         (__libc_pwrite64): Don't use CHECK_N.
66667         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
66668         (do_pread): Don't use CHECK_N.
66669         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
66670         (do_pread64): Don't use CHECK_N.
66671         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
66672         (do_pwrite): Don't use CHECK_N.
66673         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
66674         (do_pwrite64): Don't use CHECK_N.
66675         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
66676         (__libc_readv): Don't use CHECK_N.
66677         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
66678         (semop): Don't use CHECK_N.
66679         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
66680         <bp-checks.h>.
66681         (semtimedop): Don't use CHECK_N.
66682         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
66683         (__libc_pread): Don't use CHECK_N.
66684         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
66685         <bp-checks.h>.
66686         (__libc_pread64): Don't use CHECK_N.
66687         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
66688         <bp-checks.h>.
66689         (__libc_pwrite): Don't use CHECK_N.
66690         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
66691         <bp-checks.h>.
66692         (__libc_pwrite64): Don't use CHECK_N.
66693         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
66694         <bp-checks.h>.
66695         (__libc_msgrcv): Don't use CHECK_N.
66696         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
66697         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
66698         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
66699         (__libc_writev): Don't use CHECK_N.
66701 2013-02-08  Roland McGrath  <roland@hack.frob.com>
66703         * string/strcpy.c: Removed unused variable.
66705         * Makeconfig (+sysdep-includes): Define with := rather than =.
66706         Use an existing include/ subdir of each sysdeps dir before it.
66708 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
66710         * nscd/connection.c (register_traced_file): Comment function.
66711         [HAVE_INOTIFY] (union __inev): Define.
66712         [HAVE_INOTIFY] (inotify_check_files): New function.
66713         [HAVE_INOTIFY] (clear_db_cache): Likewise.
66714         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
66715         clear_db_cache.
66716         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
66718 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
66720         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
66721         loaded if not already and that a failure is permanent.
66723 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
66725         [BZ #15006]
66726         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
66727         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
66729 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
66731         [BZ #13550]
66732         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
66733         (CHECK_1_NULL_OK): Likewise.
66734         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
66735         (__fxstat): Do not use CHECK_1.
66736         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
66737         <bp-checks.h>.
66738         (___fxstat64): Do not use CHECK_1.
66739         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
66740         <bp-checks.h>.
66741         (__fxstatat): Do not use CHECK_1.
66742         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
66743         <bp-checks.h>.
66744         (__fxstatat64): Do not use CHECK_1.
66745         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
66746         <bp-checks.h>.
66747         (__fxstat): Do not use CHECK_1.
66748         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
66749         <bp-checks.h>.
66750         (__fxstatat): Do not use CHECK_1.
66751         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
66752         <bp-checks.h>.
66753         (__getresgid): Do not use CHECK_1.
66754         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
66755         <bp-checks.h>.
66756         (__getresuid): Do not use CHECK_1.
66757         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
66758         <bp-checks.h>.
66759         (__lxstat): Do not use CHECK_1.
66760         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
66761         <bp-checks.h>.
66762         (__old_msgctl): Do not use CHECK_1.
66763         (__new_msgctl): Likewise.
66764         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
66765         <bp-checks.h>.
66766         (__new_setrlimit): Do not use CHECK_1.
66767         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
66768         <bp-checks.h>.
66769         (__old_shmctl): Do not use CHECK_1.
66770         (__new_shmctl): Likewise.
66771         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
66772         <bp-checks.h>.
66773         (__xstat): Do not use CHECK_1.
66774         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
66775         (__lxstat): Do not use CHECK_1.
66776         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
66777         <bp-checks.h>.
66778         (___lxstat64): Do not use CHECK_1.
66779         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
66780         (__old_msgctl): Do not use CHECK_1.
66781         (__new_msgctl): Likewise.
66782         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
66783         <bp-checks.h>.
66784         (__gettimeofday): Do not use CHECK_1.
66785         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
66786         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
66787         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
66788         <bp-checks.h>.
66789         (__gettimeofday): Do not use CHECK_1.
66790         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
66791         (__old_shmctl): Do not use CHECK_1_NULL_OK.
66792         (__new_shmctl): Do not use CHECK_1.
66793         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
66794         <bp-checks.h>.
66795         (do_sigtimedwait): Do not use CHECK_1.
66796         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
66797         <bp-checks.h>.
66798         (do_sigwaitinfo): Do not use CHECK_1.
66799         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
66800         <bp-checks.h>.
66801         (msgctl): Do not use CHECK_1.
66802         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
66803         <bp-checks.h>.
66804         (shmctl): Do not use CHECK_1.
66805         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
66806         (ustat): Do not use CHECK_1.
66807         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
66808         <bp-checks.h>.
66809         (__fxstat): Do not use CHECK_1.
66810         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
66811         <bp-checks.h>.
66812         (__fxstatat): Do not use CHECK_1.
66813         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
66814         <bp-checks.h>.
66815         (__lxstat): Do not use CHECK_1.
66816         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
66817         <bp-checks.h>.
66818         (__xstat): Do not use CHECK_1.
66819         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
66820         (__xstat): Do not use CHECK_1.
66821         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
66822         (___xstat64): Do not use CHECK_1.
66824         [BZ #13550]
66825         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
66826         definitions.
66827         (CHECK_BOUNDS_HIGH): Likewise.
66828         * string/strcpy.c: Do not include <bp-checks.h>.
66829         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
66831 2013-02-07  Roland McGrath  <roland@hack.frob.com>
66833         * nscd/nscd-client.h (__nscd_drop_map_ref):
66834         Add __attribute__ ((unused)).
66835         * nis/nss-nisplus.h (niserr2nss): Likewise.
66837         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
66838         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
66840         * csu/libc-tls.c (init_static_tls, init_slotinfo):
66841         Remove inline keyword.
66842         * include/rounding-mode.h (round_away): Likewise.
66843         * libio/wfileops.c (adjust_wide_data): Likewise.
66844         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
66845         (__m128i_strloadu_tolower): Likewise.
66846         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
66847         (__m128i_strloadu_tolower): Likewise.
66848         * time/mktime.c (ydhms_diff): Likewise.
66849         * locale/elem-hash.h (elem_hash): Likewise.
66850         * locale/setlocale.c (setdata): Likewise.
66851         * posix/regex_internal.h (re_string_char_size_at): Likewise.
66852         (re_string_wchar_at): Likewise.
66853         (bitset_not, bitset_merge, bitset_mask): Likewise.
66854         [!(__GNUC__ > 3)] (inline): Remove macro.
66855         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
66856         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
66857         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
66858         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
66859         * string/memcmp.c (memcmp_bytes): Likewise.
66860         * locale/programs/locarchive.c (compute_hashval): Likewise.
66861         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
66862         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
66863         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
66864         * nss/getent.c (print_rpc, print_protocols): Likewise.
66865         (print_passwd, print_group, print_aliases): Likewise.
66866         * nis/nss-nisplus.h (niserr2nss): Likewise.
66867         * nscd/connections.c (restart_p): Likewise.
66868         Change return type to bool.
66870 2013-02-05  Roland McGrath  <roland@hack.frob.com>
66872         * Makeconfig (all-Depend-files): Add existing
66873         $(sorted-subdirs:=/Depend) files.
66874         (all-subdirs): Remove nss.
66875         * sysdeps/unix/inet/Subdirs: Add it here instead.
66876         * hesiod/Depend: New file.
66878         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
66879         instead of calling alloca.
66881         * io/lseek.c (__lseek): Rename to __libc_lseek.
66882         Define __lseek as an alias.
66884         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
66886 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
66888         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
66889         else clause and remove check for non-standard endianness.
66891 2013-02-04  David S. Miller  <davem@davemloft.net>
66893         * sysdeps/sparc/fpu/libm-test-ulps: Update.
66895 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
66897         [BZ #13550]
66898         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
66899         (__ubp_memchr): Remove prototype.
66900         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
66901         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
66902         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
66903         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
66904         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
66905         Remove alias.
66906         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
66907         (__ubp_memchr): Likewise.
66908         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
66909         (__ubp_memchr): Likewise.
66910         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
66911         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
66912         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
66913         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
66914         CHECK_STRING.
66915         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
66916         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
66917         (__getcwd): Do not use CHECK_STRING.
66918         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
66919         <bp-checks.h>.
66920         (__real_chown): Do not use CHECK_STRING.
66921         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
66922         <bp-checks.h>.
66923         (fchownat): Do not use CHECK_STRING.
66924         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
66925         CHECK_STRING.
66926         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
66927         <bp-checks.h>.
66928         (__lchown): Do not use CHECK_STRING.
66929         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
66930         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
66931         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
66932         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
66933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
66934         include <bp-checks.h>.
66935         (truncate64): Do not use CHECK_STRING.
66936         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
66937         <bp-checks.h>.
66938         (__real_chown): Do not use CHECK_STRING.
66939         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
66940         <bp-checks.h>.
66941         (__lchown): Do not use CHECK_STRING.
66942         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
66943         <bp-checks.h>.
66944         (__chown): Do not use CHECK_STRING.
66945         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
66946         <bp-checks.h>.
66947         (truncate64): Do not use CHECK_STRING.
66948         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
66949         Likewise.
66950         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
66951         (__xmknod): Do not use CHECK_STRING.
66952         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
66953         <bp-checks.h>.
66954         (__xmknodat): Do not use CHECK_STRING.
66955         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
66956         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
66958 2013-02-04  Andreas Schwab  <schwab@suse.de>
66960         [BZ #14142]
66961         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
66962         * include/netdb.h: Likewise for h_errno.
66963         * elf/tst-stackguard1.c: Include <tls.h>.
66965 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
66967         * elf/link.h (struct link_map): Extend the l_addr comment.
66968         * include/link.h (struct link_map): Likewise.
66970 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
66972         [BZ #13550]
66973         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
66974         (BOUNDED_1): Remove macro.
66975         * debug/backtrace.c: Don't include <bp-checks.h>.
66976         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
66977         (__backtrace): Likewise.
66978         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
66979         <bp-checks.h>.
66980         (__backtrace): Don't use BOUNDED_1.
66981         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
66982         <bp-checks.h>.
66983         (__backtrace): Don't use BOUNDED_1.
66984         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
66985         (__backtrace): Don't use BOUNDED_1.
66986         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
66987         (shmat): Don't use BOUNDED_N.
66989 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
66991         [BZ #13550]
66992         * sysdeps/generic/bp-start.h: Remove file.
66993         * csu/libc-start.c: Don't include <bp-start.h>.
66994         (LIBC_START_MAIN): Set up __environ directly instead of using
66995         INIT_ARGV_and_ENVIRON.
66996         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
66997         <bp-start.h>.
66999         [BZ #13550]
67000         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
67001         definitions.
67002         (CHECK_FCNTL): Likewise.
67003         (CHECK_N_PAGES): Likewise.
67005         [BZ #13550]
67006         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
67007         definitions.
67008         (CHECK_SIGSET_NULL_OK): Likewise.
67009         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
67010         <bp-checks.h>.
67011         (sigpending): Don't use CHECK_SIGSET.
67012         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
67013         <bp-checks.h>.
67014         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
67015         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
67016         <bp-checks.h>.
67017         (do_sigsuspend): Don't use CHECK_SIGSET.
67018         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
67019         use CHECK_SIGSET.
67020         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
67021         (do_sigwait): Don't use CHECK_SIGSET.
67022         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
67023         use CHECK_SIGSET.
67024         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
67025         include <bp-checks.h>.
67026         (sigpending): Don't use CHECK_SIGSET.
67027         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
67028         include <bp-checks.h>.
67029         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
67030         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
67031         <bp-checks.h>.
67032         (sigpending): Don't use CHECK_SIGSET.
67033         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
67034         <bp-checks.h>.
67035         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
67037         [BZ #13550]
67038         * sysdeps/generic/bp-semctl.h: Remove file.
67039         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
67040         <bp-checks.h> and <bp-semctl.h>.
67041         (__old_semctl): Don't use CHECK_SEMCTL.
67042         (__new_semctl): Likewise.
67043         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
67044         and <bp-semctl.h>.
67045         (__old_semctl): Don't use CHECK_SEMCTL.
67046         (__new_semctl): Likewise.
67047         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
67048         <bp-checks.h> and <bp-semctl.h>.
67049         (__old_semctl): Don't use CHECK_SEMCTL.
67050         (__new_semctl): Likewise.
67051         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
67052         <bp-checks.h> and <bp-semctl.h>.
67053         (semctl): Don't use CHECK_SEMCTL.
67055         [BZ #13550]
67056         * Makerules (elide-bp-thunks): Remove variable.
67057         (elide-routines.oS): Don't use $(elide-bp-thunks).
67058         (elide-routines.os): Likewise.
67059         (elide-routines.o): Likewise.
67060         (elide-routines.op): Likewise.
67061         (elide-routines.og): Likewise.
67062         (objects): Don't use $(bp-thunks).
67063         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
67064         include.
67065         (common-generated): Do not add s-proto-bp.d.
67066         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
67067         (int): Likewise.
67068         (typ): Likewise.
67069         Do not generate makefile rules for bounded-pointer thunks.
67070         * sysdeps/generic/bp-thunks.h: Remove file.
67071         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
67072         * sysdeps/unix/s-proto-bp.S: Likewise.
67074         [BZ #15062]
67075         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
67076         parts of result separately when argument is not close to line from
67077         -i to i and one part of argument is small.
67078         * math/k_casinhf.c (__kernel_casinhf): Likewise.
67079         * math/k_casinhl.c (__kernel_casinhl): Likewise.
67080         * math/libm-test.inc (cacos_test): Add more tests.
67081         (casin_test): Likewise.
67082         (casinh_test): Likewise.
67083         * sysdeps/i386/fpu/libm-test-ulps: Update.
67084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
67086 2013-01-31  David S. Miller  <davem@davemloft.net>
67088         * po/de.po: Update from translation team.
67090 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
67092         * time/tzfile.c: Include stdint.h for SIZE_MAX.
67094 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
67096         * configure.in (_AC_PROG_CC_C89): New definition.
67097         * configure: Regenerate.
67099         * configure.in (AC_PROG_CPP): New definition.
67100         * configure: Regenerate.
67102 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
67104         * debug/tst-backtrace.h: New file.
67105         * debug/tst-backtrace2.c: Include tst-backtrace.h.
67106         (ret): Remove variable.
67107         (x): Likewise.
67108         (FAIL): Remove macro.
67109         (NO_INLINE): Likewise.
67110         (fn1): Use match function instead of strstr.
67111         * debug/tst-backtrace3.c: Include tst-backtrace.h.
67112         (ret): Remove variable.
67113         (x): Likewise.
67114         (FAIL): Remove macro.
67115         (NO_INLINE): Likewise.
67116         (fn): Use match function instead of strstr.
67117         * debug/tst-backtrace4.c: Include tst-backtrace.h.
67118         (ret): Remove variable.
67119         (x): Likewise.
67120         (FAIL): Remove macro.
67121         (NO_INLINE): Likewise.
67122         (handle_signal): Use match function instead of strstr.
67123         * debug/tst-backtrace5.c: Include tst-backtrace.h.
67124         (ret): Remove variable.
67125         (x): Likewise.
67126         (FAIL): Remove macro.
67127         (NO_INLINE): Likewise.
67128         (handle_signal): Use match function instead of strstr.
67130 2013-01-23  Roland McGrath  <roland@hack.frob.com>
67132         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
67134 2013-01-23  David S. Miller  <davem@davemloft.net>
67136         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
67137         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
67138         argument of CAS if possible.
67139         * sysdeps/sparc/sparc64/bits/atomic.h
67140         (__arch_compare_and_exchange_val_32_acq): Likewise.
67141         (__arch_compare_and_exchange_val_64_acq): Likewise.
67143 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
67145         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
67146         * sysdeps/posix/ulimit.c: ... this.
67147         Include <limits.h>.
67148         * sysdeps/unix/bsd/ulimit.c: Remove file.
67150 2013-01-23  Adam Conrad  <adconrad@0c3.net>
67152         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
67153         (LDFLAGS-tst-array5): Likewise.
67155 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
67157         [BZ #15036]
67158         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
67159         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
67160         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
67161         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
67163 2013-01-21  David S. Miller  <davem@davemloft.net>
67165         * sysdeps/sparc/backtrace.c: New file.
67166         * sysdeps/sparc/sparc32/backtrace.h: New file.
67167         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
67168         * sysdeps/sparc/sparc64/backtrace.h: New file.
67169         * sysdeps/sparc/sparc64/backtrace.c: Delete.
67170         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
67171         -funwind-tables.
67173 2013-01-21  Andreas Schwab  <schwab@suse.de>
67175         [BZ #15020]
67176         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
67177         closed its stdout.
67179 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
67181         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
67182         "mpa2.h".
67183         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
67185 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
67186             Mark Mitchell  <mark@codesourcery.com>
67187             Tom de Vries  <tom@codesourcery.com>
67188             Paul Pluzhnikov  <ppluzhnikov@google.com>
67190         * debug/tst-backtrace2.c: New file.
67191         * debug/tst-backtrace3.c: Likewise.
67192         * debug/tst-backtrace4.c: Likewise.
67193         * debug/tst-backtrace5.c: Likewise.
67194         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
67195         (CFLAGS-tst-backtrace3.c): Likewise.
67196         (CFLAGS-tst-backtrace4.c): Likewise.
67197         (CFLAGS-tst-backtrace5.c): Likewise.
67198         (LDFLAGS-tst-backtrace2): Likewise.
67199         (LDFLAGS-tst-backtrace3): Likewise.
67200         (LDFLAGS-tst-backtrace4): Likewise.
67201         (LDFLAGS-tst-backtrace5): Likewise.
67202         (tests): Add new tests tst-backtrace2, tst-backtrace3,
67203         tst-backtrace4 and tst-backtrace5.
67205 2013-01-18  Anton Blanchard  <anton@samba.org>
67206             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
67208         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
67209         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
67210         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
67211         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
67212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
67213         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
67214         "+r" and remove output regs list as redundant.  Add explicit inline
67215         asm to specify register of return val to work around compiler codegen
67216         bug.  Remove (int) cast on return value.  Add return type parameter to
67217         use in macro so that this macro does not truncate return value for
67218         64-bit values.
67219         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
67220         pass to INTERNAL_VSYSCALL_NCS.
67221         (INLINE_VSYSCALL): Add 'long int' as return type to
67222         INTERNAL_VSYSCALL_NCS macro invocation.
67223         (INTERNAL_VSYSCALL): Add 'long int' as return type to
67224         INTERNAL_VSYSCALL_NCS macro invocation.
67225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
67227 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
67229         [BZ #14496]
67230         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
67231         Fix application of SIMD FP exception mask.
67233         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
67234         mp_no from a power of two.
67235         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
67236         __mpexp_twomm1.  Use __pow_mp.
67238         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
67239         multiplication.
67241 2013-01-17  David S. Miller  <davem@davemloft.net>
67243         * sysdeps/sparc/fpu/libm-test-ulps: Update.
67245 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
67247         [BZ #15023]
67248         * include/complex.h: Condition contents on [!_COMPLEX_H].
67249         (__kernel_casinhf): New prototype.
67250         (__kernel_casinh): Likewise.
67251         (__kernel_casinhl): Likewise.
67252         * math/Makefile (libm_calls): Add k_casinh.
67253         * math/k_casinh.c: New file.
67254         * math/k_casinhf.c: Likewise.
67255         * math/k_casinhl.c: Likewise.
67256         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
67257         finite nonzero arguments.
67258         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
67259         finite nonzero arguments.
67260         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
67261         finite nonzero arguments.
67262         * math/s_casinh.c: Do not include <float.h>.
67263         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
67264         * math/s_casinhf.c: Do not include <float.h>.
67265         (__casinhf): Move code for finite nonzero arguments to
67266         k_casinhf.c.
67267         * math/s_casinhl.c: Do not include <float.h>.
67268         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
67269         redefine.
67270         (__casinhl): Move code for finite nonzero arguments to
67271         k_casinhl.c.
67272         * math/libm-test.inc (cacos_test): Add more tests.
67273         * sysdeps/i386/fpu/libm-test-ulps: Update.
67274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
67276 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
67278         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
67279         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
67280         [!HAVE_MREMAP]: Remove [defined linux] case.
67281         * malloc/arena.c: Do not include <malloc-sysdep.h>.
67283 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
67285         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
67287 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
67289         * elf/elf.h (R_386_SIZE32): New relocation.
67290         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
67291         R_386_SIZE32.
67292         (elf_machine_rela): Likewise.
67293         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
67294         R_X86_64_SIZE64 and R_X86_64_SIZE32.
67296 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
67298         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
67299         (FP_FAST_FMA): Do not define.
67300         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
67301         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
67302         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
67303         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
67304         !_SOFT_FLOAT]: Likewise.
67305         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
67306         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
67307         value.
67308         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
67309         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
67310         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
67311         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
67312         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
67313         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
67314         file.
67316 2013-01-16  Andreas Schwab  <schwab@suse.de>
67318         [BZ #14327]
67319         * include/stdlib.h (__mktemp): Add declaration.
67320         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
67321         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
67323 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
67325         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
67326         definitions.
67327         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
67328         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
67329         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
67330         definitions here.
67331         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
67332         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
67333         definitions.
67334         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
67335         and ONE.
67336         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
67337         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
67338         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
67339         definitions.
67340         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
67341         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
67342         definitions.
67343         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
67345         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
67347 2013-01-15  David S. Miller  <davem@davemloft.net>
67349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
67350         trunc{,f} to libm-sysdep_routes.
67351         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
67352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
67353         file.
67354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
67355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
67356         file.
67357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
67358         file.
67359         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
67360         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
67361         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
67362         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
67363         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
67364         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
67365         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
67366         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
67368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
67369         nearbyint{,f} to libm-sysdep_routes.
67370         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
67371         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
67372         New file.
67373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
67374         file.
67375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
67376         New file.
67377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
67378         file.
67379         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
67380         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
67381         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
67382         file.
67383         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
67384         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
67385         file.
67386         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
67387         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
67388         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
67390         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
67391         libc_feholdexcept and libc_fesetenv.
67393 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
67395         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
67397 2013-01-14  David S. Miller  <davem@davemloft.net>
67399         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
67400         (SPARC_ASM_VIS2_IFUNC): Likewise.
67401         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
67402         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
67403         use of 'siam' instruction.
67404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
67405         Likewise.
67406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
67407         Likewise.
67408         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
67409         Likewise.
67410         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
67411         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
67412         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
67413         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
67414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
67415         file.
67416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
67417         file.
67418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
67419         file.
67420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
67421         file.
67422         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
67423         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
67424         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
67425         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
67426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
67427         new VIS2 routines.
67428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
67429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
67430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
67431         Likewise.
67432         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
67433         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
67434         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
67435         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
67436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
67437         routines to libm-sysdep_routines.
67438         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
67440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
67441         fdim/fdimf to libm-sysdep_routines.
67442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
67443         file.
67444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
67445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
67446         file.
67447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
67448         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
67449         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
67450         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
67451         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
67452         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
67453         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
67455 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
67457         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
67458         to optimize copies.
67460         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
67461         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
67462         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
67464         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
67465         local variable MPTWO.
67466         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
67467         Likewise.
67469 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
67471         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
67472         GLOB_NOESCAPE.
67474 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
67476         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
67478 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
67480         * manual/pattern.texi (glob_t): Document gl_flags.
67481         (glob64_t): Likewise.
67483 2013-01-11  David S. Miller  <davem@davemloft.net>
67485         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
67486         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
67487         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
67488         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
67489         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
67490         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
67491         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
67492         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
67493         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
67494         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
67495         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
67496         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
67497         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
67499         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
67500         sparc V9 rather than using V8 code.
67501         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
67502         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
67504         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
67505         Move to...
67506         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
67507         Here.
67509 2013-01-11  Roland McGrath  <roland@hack.frob.com>
67511         [BZ #14941]
67512         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
67513         not in the main loop.
67514         * configure: Regenerated.
67516 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
67518         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
67519         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
67520         to just #else.
67521         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
67522         [!__GLIBC_HAVE_LONG_LONG] case.
67523         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
67524         condition to just #else.
67525         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
67526         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
67527         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
67528         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
67529         unconditional.
67530         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
67531         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
67532         #elif condition to just #else.
67533         * sysdeps/unix/sysv/linux/sys/sysmacros.h
67534         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
67535         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
67536         #elif condition to just #else.
67538 2013-01-11  Steve Ellcey  <sellcey@mips.com>
67540         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
67541         (EF_MIPS_ARCH_64): Fix value.
67542         (EF_MIPS_ARCH_32R2): New.
67543         (EF_MIPS_ARCH_64R2): New.
67545 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
67547         * Makeconfig (+link-pie-before-libc): New.
67548         (+link-pie-after-libc): Likewise.
67549         (+link-pie-tests): Likewise.
67550         (+link-pie): Rewritten.
67551         (link-before-libc): Remove $(config-LDFLAGS).
67552         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
67553         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
67554         (config-LDFLAGS): Renamed to ...
67555         (rtld-LDFLAGS): This.
67556         (rtld-tests-LDFLAGS): New macro.
67557         (link-libc-rpath-link): Likewise.
67558         (link-libc-tests-rpath-link): Likewise.
67559         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
67560         (link-libc): Prepand $(link-libc-rpath-link).
67561         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
67562         (test-program-prefix): New macro.
67563         (test-via-rtld-prefix): Likewise.
67564         (test-program-cmd): Likewise.
67565         (host-test-program-cmd): Likewise.
67566         * Makefile ($(common-objpfx)testrun.sh): Replace
67567         $(run-program-prefix) with $(test-program-prefix).
67568         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
67569         $(rtld-LDFLAGS).
67570         ($(common-objpfx)shlib.lds): Likewise.
67571         (build-module-helper): Likewise.
67572         ($(common-objpfx)format.lds): Likewise.
67573         * Rules (binaries-pie-tests): New.
67574         (binaries-pie-notests): Likewise.
67575         (binaries-pie): Rewritten.
67576         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
67577         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
67578         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
67579         (make-test-out): Replace $(host-built-program-cmd) with
67580         $(host-test-program-cmd).
67581         * config.make.in (build-hardcoded-path-in-tests): New variable.
67582         * configure.in (--enable-hardcoded-path-in-tests): New configure
67583         option.
67584         (hardcoded_path_in_tests): New AC_SUBST.
67585         * configure: Regenerated.
67586         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
67587         $(built-program-cmd) with $(test-program-cmd).
67588         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
67589         (test_program_cmd): This.
67590         * elf/Makefile ($(objpfx)order.out): Run test with
67591         $(test-program-prefix).
67592         ($(objpfx)order2.out): Likewise.
67593         ($(objpfx)tst-initorder.out): Likewise.
67594         ($(objpfx)tst-initorder2.out): Likewise.
67595         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
67596         $(test-program-cmd).
67597         ($(objpfx)tst-array1-static.out): Likewise.
67598         ($(objpfx)tst-array2.out): Likewise.
67599         ($(objpfx)tst-array3.out): Likewise.
67600         ($(objpfx)tst-array4.out): Likewise.
67601         ($(objpfx)tst-array5.out): Likewise.
67602         ($(objpfx)tst-array5-static.out): Likewise.
67603         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
67604         $(test-program-cmd).
67605         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
67606         $(run-program-prefix) with $(test-program-prefix).
67607         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
67608         (test_program_prefix): This.
67609         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
67610         $(run-program-prefix) with $(test-program-prefix).
67611         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
67612         (test_program_prefix): This.
67613         * iconvdata/tst-tables.sh: Likewise.
67614         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
67615         $(run-program-prefix) with $(test-program-prefix).
67616         ($(objpfx)tst-translit.out): Likewise.
67617         ($(objpfx)tst-gettext2.out): Likewise.
67618         ($(objpfx)tst-gettext4.out): Likewise.
67619         ($(objpfx)tst-gettext6.out): Likewise.
67620         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
67621         (test_program_prefix): This.
67622         * intl/tst-gettext2.sh: Likewise.
67623         * intl/tst-gettext4.sh  Likewise.
67624         * intl/tst-gettext6.sh: Likewise.
67625         * intl/tst-translit.sh: Likewise.
67626         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
67627         with $(test-program-cmd).
67628         * libio/Makefile ($(objpfx)test-freopen.out): Replace
67629         $(run-program-prefix) with $(test-program-prefix).
67630         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
67631         (test_program_prefix): This.
67632         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
67633         $(run-program-prefix) with $(test-program-prefix).
67634         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
67635         (test_program_prefix): This.
67636         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
67637         * posix/Makefile ($(objpfx)globtest.out): Replace
67638         $(run-via-rtld-prefix) and $(test-wrapper) with
67639         $(test-program-prefix) and $(test-via-rtld-prefix).
67640         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
67641         $(test-program-prefix).
67642         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
67643         $(host-test-program-cmd).
67644         (tst-spawn-ARGS): Likewise.
67645         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
67646         $(test-program-prefix).
67647         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
67648         (test_via_rtld_prefix): This.
67649         (test_wrapper): Renamed to ...
67650         (test_program_prefix): This.
67651         (run_program_prefix): Replaced by test_program_prefix.
67652         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
67653         (test_program_prefix): This.
67654         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
67655         with $(host-test-program-cmd).
67656         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
67657         $(run-program-prefix) with $(test-program-prefix).
67658         ($(objpfx)tst-printf.out): Likewise.
67659         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
67660         $(test-program-cmd).
67661         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
67662         (test_program_prefix): This.
67663         * stdio-common/tst-unbputc.sh: Likewise.
67664         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
67665         $(run-program-prefix) with $(test-program-prefix).
67666         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
67667         (test_program_prefix): This.
67668         * string/Makefile ($(objpfx)tst-svc.out):  Replace
67669         $(built-program-cmd) with $(test-program-cmd).
67671 2013-01-11  Andreas Jaeger  <aj@suse.de>
67673         [BZ #15003]
67674         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
67675         value. Sync with Linux 3.7.
67677 2013-01-10  David S. Miller  <davem@davemloft.net>
67679         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
67680         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
67681         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
67683 2013-01-10  Roland McGrath  <roland@hack.frob.com>
67685         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
67686         never set.
67687         * configure: Regenerated.
67689 2013-01-10  David S. Miller  <davem@davemloft.net>
67691         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
67692         sparc V9 rather than using V8 code.
67693         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
67694         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
67696 2013-01-10  Roland McGrath  <roland@hack.frob.com>
67698         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
67699         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
67700         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
67701         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
67702         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
67703         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
67704         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
67705         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
67706         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
67707         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
67708         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
67709         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
67710         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
67711         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
67712         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
67713         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
67714         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
67715         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
67716         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
67717         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
67718         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
67719         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
67720         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
67721         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
67722         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
67723         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
67724         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
67726 2013-01-10  David S. Miller  <davem@davemloft.net>
67728         * sysdeps/sparc/fpu/libm-test-ulps: Update.
67730 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
67732         * posix/Makefile (tests-static): New variable.
67733         (tests): Add $(tests-static).
67734         (tst-exec-static-ARGS): New variable.
67735         (tst-spawn-static-ARGS): Likewise.
67736         * posix/tst-exec-static.c: New file.
67737         * posix/tst-spawn-static.c: Likewise.
67738         * posix/tst-exec.c: Support run directly.
67739         * posix/tst-spawn.c: Likewise.
67741 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
67743         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
67744         long.
67745         * math/bits/mathcalls.h (llrint): Likewise.
67746         (llround): Likewise.
67747         * stdlib/stdlib.h (struct drand48_data): Likewise.
67748         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
67749         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
67750         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
67751         Likewise.
67752         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
67753         Likewise.
67754         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
67755         (elf_greg_t): Likewise.
67756         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
67757         (__jmp_buf): Likewise.
67758         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
67759         definitions.
67760         (llrint): Likewise, for all definitions.
67761         (llrintl): Likewise.
67763         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
67764         Remove [__GNUC__] condition.
67765         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
67766         condition to just [__USE_ISOC99].
67767         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
67769 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
67771         [BZ #14200]
67772         * sysdeps/unix/sysv/linux/x86/bits/environments.h
67773         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
67774         defined.
67775         (_POSIX_V6_ILP32_OFF32): Likewise.
67776         (_XBS5_ILP32_OFF32): Likewise.
67777         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
67778         (__ILP32_OFFBIG_LDFLAGS): Likewise.
67780 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
67782         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
67784         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
67785         doubles __mpexp_twomm1.  Adjust usage.
67786         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
67787         Remove.
67789 2013-01-10  Andreas Schwab  <schwab@suse.de>
67791         [BZ #14964]
67792         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
67793         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
67795 2013-01-09  David S. Miller  <davem@davemloft.net>
67797         [BZ #15003]
67798         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
67799         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
67800         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
67801         (TCP_FASTOPEN): Define.
67802         (tcp_repair_opt): New structure.
67803         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
67804         enum values.
67805         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
67806         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
67807         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
67808         (tcp_cookie_transactions): New structure.
67810 2013-01-09  Anton Blanchard  <anton@samba.org>
67812         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
67813         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
67814         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
67815         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
67817 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
67819         * include/features.h (__USE_ANSI): Remove.
67821 2013-01-09  Roland McGrath  <roland@hack.frob.com>
67823         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
67825         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
67827 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
67829         * sysdeps/s390/fpu/libm-test-ulps: Update.
67831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
67833         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
67834         (__acr): Likewise.
67835         (__cpy): Likewise.
67836         (norm): Likewise.
67837         (denorm): Likewise.
67838         (__mp_dbl): Likewise.
67839         (__dbl_mp): Likewise.
67840         (add_magnitudes): Likewise.
67841         (sub_magnitudes): Likewise.
67842         (__add): Likewise.
67843         (__sub): Likewise.
67844         (__mul): Likewise.
67845         (__inv): Likewise.
67846         (__dvd): Likewise.
67847         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
67848         (__acr): Likewise.
67849         (__cpy): Likewise.
67850         (norm): Likewise.
67851         (denorm): Likewise.
67852         (__mp_dbl): Likewise.
67853         (__dbl_mp): Likewise.
67854         (add_magnitudes): Likewise.
67855         (sub_magnitudes): Likewise.
67856         (__add): Likewise.
67857         (__sub): Likewise.
67858         (__mul): Likewise.
67859         (__inv): Likewise.
67860         (__dvd): Likewise.
67861         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
67862         (__acr): Likewise.
67863         (__cpy): Likewise.
67864         (norm): Likewise.
67865         (denorm): Likewise.
67866         (__mp_dbl): Likewise.
67867         (__dbl_mp): Likewise.
67868         (add_magnitudes): Likewise.
67869         (sub_magnitudes): Likewise.
67870         (__add): Likewise.
67871         (__sub): Likewise.
67872         (__mul): Likewise.
67873         (__inv): Likewise.
67874         (__dvd): Likewise.
67876 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
67878         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
67879         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
67880         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
67881         2 && __USE_EXTERN_INLINES]: Likewise.
67883 2013-01-08  Andreas Jaeger  <aj@suse.de>
67885         [BZ #14985]
67886         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
67887         Remove.
67888         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
67889         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
67891 2013-01-07  Anton Blanchard  <anton@samba.org>
67893         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
67894         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
67895         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
67896         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
67897         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
67898         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
67899         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
67900         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
67901         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
67902         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
67903         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
67904         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
67905         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
67906         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
67907         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
67908         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
67909         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
67910         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
67911         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
67912         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
67913         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
67914         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
67915         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
67916         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
67917         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
67918         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
67919         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
67920         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
67921         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
67922         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
67923         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
67924         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
67925         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
67926         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
67927         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
67928         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
67929         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
67930         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
67931         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
67932         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
67933         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
67934         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
67935         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
67937 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
67939         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
67940         (__MALLOC_PMT): Likewise.
67941         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
67942         [__GNUC__], only on [_LIBC].
67943         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
67944         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
67945         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
67946         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
67947         forward declaration.
67948         (realloc_hook_ini): Likewise.
67949         (memalign_hook_ini): Likewise.
67950         (__libc_memalign): Do not use __MALLOC_PMT in variable
67951         declaration.
67952         (__libc_valloc): Likewise.
67953         (__libc_pvalloc): Likewise.
67954         (__libc_calloc): Likewise.
67955         (__posix_memalign): Likewise.
67957         [BZ #14996]
67958         * math/s_casinh.c: Include <float.h>.
67959         (__casinh): Do not do computation with squaring and square root
67960         for large arguments.
67961         * math/s_casinhf.c: Include <float.h>.
67962         (__casinhf): Do not do computation with squaring and square root
67963         for large arguments.
67964         * math/s_casinhl.c: Include <float.h>.
67965         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
67966         (__casinhl): Do not do computation with squaring and square root
67967         for large arguments.
67968         * math/libm-test.inc (casin_test): Add more tests.
67969         (casinh_test): Likewise.
67970         * sysdeps/i386/fpu/libm-test-ulps: Update.
67971         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
67973 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
67975         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
67976         (__x86_64_raw_data_cache_size): Likewise.
67977         (__x86_64_data_cache_size_half): Likewise.
67978         (__x86_64_raw_data_cache_size_half): Likewise.
67979         (__x86_64_shared_cache_size): Likewise.
67980         (__x86_64_raw_shared_cache_size): Likewise.
67981         (__x86_64_shared_cache_size_half): Likewise.
67982         (__x86_64_raw_shared_cache_size_half): Likewise.
67983         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
67984         to ...
67985         (__x86_data_cache_size): This.
67986         (__x86_64_raw_data_cache_size): Renamed to ...
67987         (__x86_raw_data_cache_size): This.
67988         (__x86_64_data_cache_size_half): Renamed to ...
67989         (__x86_data_cache_size_half): This.
67990         (__x86_64_raw_data_cache_size_half): Renamed to ...
67991         (__x86_raw_data_cache_size_half): This.
67992         (__x86_64_shared_cache_size): Renamed to ...
67993         (__x86_shared_cache_size): This.
67994         (__x86_64_raw_shared_cache_size): Renamed to ...
67995         (__x86_raw_shared_cache_size): This.
67996         (__x86_64_shared_cache_size_half): Renamed to ...
67997         (__x86_shared_cache_size_half): This.
67998         (__x86_64_raw_shared_cache_size_half): Renamed to ...
67999         (__x86_raw_shared_cache_size_half): This.
68000         * sysdeps/x86_64/memcpy.S: Updated.
68001         * sysdeps/x86_64/memset.S: Likewise.
68002         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
68003         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
68004         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
68006 2013-01-04  David S. Miller  <davem@davemloft.net>
68008         * sysdeps/sparc/fpu/libm-test-ulps: Update.
68010 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
68012         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
68013         1 to avoid redefinition warning.
68014         (__USE_GNU): Don't define.
68015         (init_signaling_nan): Protoize.
68017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
68019 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
68021         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
68022         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
68023         (__cpymn): Likewise.
68024         (norm): Remove commented code.
68025         (denorm): Likewise.
68026         (__mp_dbl): Likewise.
68027         (__inv): Likewise.
68028         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
68029         (__cpymn): Likewise.
68030         (norm): Remove commented code.
68031         (denorm): Likewise.
68032         (__mp_dbl): Likewise.
68033         (__inv): Likewise.
68035         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
68036         mp_no value for 1.0 and 2.0.
68037         (norm): Use RADIXI instead of radixi.d.
68038         (denorm): Likewise.
68039         (__mul): Use 0.0 instead of zero.d.
68040         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
68041         mp_no value for 1.0 and 2.0.
68042         (norm): Use RADIXI instead of radixi.d.
68043         (denorm): Likewise.
68044         (__mul): Use 0.0 instead of zero.d.
68046 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
68048         [BZ #14994]
68049         * math/s_casinh.c (__casinh): Reduce finite argument to first
68050         quadrant then set signs of results at the end.
68051         * math/s_casinhf.c (__casinhf): Likewise.
68052         * math/s_casinhl.c (__casinhl): Likewise.
68053         * math/libm-test.inc (casin_test): Add more tests.
68054         (casinh_test): Likewise.
68055         * sysdeps/i386/fpu/libm-test-ulps: Update.
68056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68058 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
68060         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
68062         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
68064         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
68065         declarations.
68066         (denorm): Likewise.
68067         (__mp_dbl): Likewise.
68068         (__inv): Likewise.
68070         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
68071         and adjust the header comment.
68073         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
68074         variable name from declaration.
68076 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
68078         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68079         Initialize COMMON_CPUID_INDEX_7 element.
68080         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
68081         (CPUID_RTM): Likewise.
68082         (HAS_RTM): Likewise.
68083         (COMMON_CPUID_INDEX_7): New enum.
68085 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
68087         [BZ #14981]
68088         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
68089         size is zero, record memory as freed.
68091 2013-01-03  Andreas Jaeger  <aj@suse.de>
68093         * po/ia.po: Add new Interlingua translation.
68095 2012-01-03  Allan McRae  <allan@archlinux.org>
68097         * locale/programs/localedef.c: Fix description of '--posix' flag.
68099 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
68101         * NEWS: Update dates in second copyright notice.
68102         * README: Update copyright dates in example.
68103         * manual/libc.texinfo: Update copyright dates.
68104         * scripts/test-installation.pl: Update copyright date in --version
68105         output.
68107         * hurd/ctty-input.c: Fix copyright notice formatting.
68108         * hurd/ctty-output.c: Likewise.
68109         * hurd/dtable.c: Likewise.
68110         * hurd/hurd-raise.c: Likewise.
68111         * hurd/hurdprio.c: Likewise.
68112         * hurd/msgportdemux.c: Likewise.
68113         * misc/sys/file.h: Likewise.
68114         * misc/sys/ioctl.h: Likewise.
68115         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
68116         * sysdeps/mach/hurd/chdir.c: Likewise.
68117         * sysdeps/mach/hurd/fchdir.c: Likewise.
68118         * sysdeps/mach/hurd/rename.c: Likewise.
68119         * sysdeps/mach/hurd/rmdir.c: Likewise.
68120         * sysdeps/mach/hurd/seekdir.c: Likewise.
68121         * sysdeps/mach/hurd/setsid.c: Likewise.
68122         * sysdeps/posix/wait3.c: Likewise.
68124         * All files with FSF copyright notices: Update copyright dates
68125         using scripts/update-copyrights.
68126         * intl/plural.c: Regenerated.
68127         * locale/programs/charmap-kw.h: Likewise.
68128         * locale/programs/locfile-kw.h: Likewise.
68130 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
68132         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
68133         four values.
68135         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
68136         calculation loop and add branch prediction.
68138         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
68139         check access beyond bounds of m1np.
68141         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
68142         MPTWO.
68143         (__inv): Remove local variable MPTWO to use the global
68144         constant.
68145         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
68146         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
68147         variable MPTWO.
68148         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
68149         MP3HALFS static const.
68151 2013-01-01  David S. Miller  <davem@davemloft.net>
68153         * po/ca.po: Update from translation team.
68155 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
68157         * scripts/update-copyrights: New file.
68158         * Makeconfig: Reformat copyright notice.
68159         * ctype/ctype.h: Likewise.
68160         * debug/swprintf_chk.c: Likewise.
68161         * elf/dl-cache.c: Likewise.
68162         * elf/dl-debug.c: Likewise.
68163         * elf/dl-object.c: Likewise.
68164         * grp/initgroups.c: Likewise.
68165         * hurd/Makefile: Likewise.
68166         * hurd/hurd/signal.h: Likewise.
68167         * hurd/hurdfault.c: Likewise.
68168         * hurd/hurdioctl.c: Likewise.
68169         * hurd/hurdlookup.c: Likewise.
68170         * hurd/intr-msg.c: Likewise.
68171         * iconv/gconv_open.c: Likewise.
68172         * libio/swprintf.c: Likewise.
68173         * locale/lc-ctype.c: Likewise.
68174         * locale/nl_langinfo.c: Likewise.
68175         * mach/Machrules: Likewise.
68176         * mach/Makefile: Likewise.
68177         * malloc/obstack.h: Likewise.
68178         * manual/Makefile: Likewise.
68179         * manual/tsort.awk: Likewise.
68180         * misc/bits/stab.def: Likewise.
68181         * nis/nis_print_group_entry.c: Likewise.
68182         * nis/nis_table.c: Likewise.
68183         * nis/nss_compat/compat-pwd.c: Likewise.
68184         * nis/nss_compat/compat-spwd.c: Likewise.
68185         * po/Makefile: Likewise.
68186         * posix/fnmatch.c: Likewise.
68187         * posix/regex.h: Likewise.
68188         * resolv/Makefile: Likewise.
68189         * resolv/nss_dns/dns-network.c: Likewise.
68190         * resolv/res_hconf.c: Likewise.
68191         * scripts/gen-sorted.awk: Likewise.
68192         * soft-fp/soft-fp.h: Likewise.
68193         * stdio-common/printf.h: Likewise.
68194         * stdlib/monetary.h: Likewise.
68195         * stdlib/random.c: Likewise.
68196         * stdlib/random_r.c: Likewise.
68197         * sysdeps/generic/Makefile: Likewise.
68198         * sysdeps/gnu/Makefile: Likewise.
68199         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
68200         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
68201         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
68202         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
68203         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
68204         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
68205         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
68206         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
68207         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
68208         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
68209         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
68210         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
68211         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
68212         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
68213         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
68214         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
68215         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
68216         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
68217         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
68218         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
68219         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
68220         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
68221         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
68222         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
68223         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
68224         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
68225         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
68226         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
68227         * sysdeps/mach/hurd/errnos.awk: Likewise.
68228         * sysdeps/mach/hurd/fork.c: Likewise.
68229         * sysdeps/mach/hurd/getcwd.c: Likewise.
68230         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
68231         * sysdeps/mach/hurd/mmap.c: Likewise.
68232         * sysdeps/mach/hurd/utimes.c: Likewise.
68233         * sysdeps/mach/hurd/xmknod.c: Likewise.
68234         * sysdeps/posix/profil.c: Likewise.
68235         * sysdeps/posix/readdir_r.c: Likewise.
68236         * sysdeps/powerpc/bits/mathdef.h: Likewise.
68237         * sysdeps/powerpc/bits/setjmp.h: Likewise.
68238         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
68239         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
68240         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
68241         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
68242         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
68243         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
68244         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
68245         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
68246         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
68247         * sysdeps/pthread/lio_listio.c: Likewise.
68248         * sysdeps/sparc/dl-procinfo.h: Likewise.
68249         * sysdeps/unix/i386/sysdep.S: Likewise.
68250         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
68251         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
68252         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
68253         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
68254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
68255         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
68256         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
68257         * sysdeps/unix/sysv/linux/speed.c: Likewise.
68258         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
68259         * sysdeps/wordsize-32/divdi3.c: Likewise.
68260         * time/sys/time.h: Likewise.
68261         * wcsmbs/Makefile: Likewise.
68263 2013-01-01  David S. Miller  <davem@davemloft.net>
68265         * po/fr.po: Update from translation team.
68267         * catgets/gencat.c: Update copyright year.
68268         * csu/version.c: Likewise.
68269         * debug/catchsegv.sh: Likewise.
68270         * debug/pcprofiledump.c: Likewise.
68271         * debug/xtrace.sh: Likewise.
68272         * elf/ldconfig.c: Likewise.
68273         * elf/ldd.bash.in: Likewise.
68274         * elf/pldd.c: Likewise.
68275         * elf/sotruss.ksh: Likewise.
68276         * elf/sprof.c: Likewise.
68277         * iconv/iconv_prog.c: Likewise.
68278         * iconv/iconvconfig.c: Likewise.
68279         * locale/programs/locale.c: Likewise.
68280         * locale/programs/localedef.c: Likewise.
68281         * login/programs/pt_chown.c: Likewise.
68282         * malloc/memusage.sh: Likewise.
68283         * malloc/memusagestat.c: Likewise.
68284         * malloc/mtrace.pl: Likewise.
68285         * nscd/nscd.c: Likewise.
68286         * nss/getent.c: Likewise.
68287         * nss/makedb.c: Likewise.
68288         * posix/getconf.c: Likewise.
68290 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
68292         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
68293         numbers.
68295 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
68297         * math/bits/mathcalls.h (modf): Use __nonnull.
68299 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
68301         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
68302         (split): Use macro CN instead of the bare value.
68303         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
68304         could be used.
68305         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
68306         instead of the bare value.
68307         (power1): Likewise.
68309 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
68311         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
68312         __ATAN_TWOM.
68313         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
68315         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
68316         their values.
68317         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
68318         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
68319         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
68320         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
68322 2012-12-28  Andreas Jaeger  <aj@suse.de>
68324         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
68325         values are from Linux 3.7.
68327         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
68328         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
68330 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
68332         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
68333         TRUE case.
68335         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
68336         (norm): Likewise.
68337         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
68338         variables with preprocessor constants.
68339         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
68340         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
68341         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
68343 2012-12-27  Bruno Haible  <bruno@clisp.org>
68345         [BZ #14317]
68346         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
68347         only if needed.
68349 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
68351         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
68352         and use variable directly.
68353         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
68355         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
68356         MPONE.
68357         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
68358         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
68359         variable MPONE.
68360         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
68361         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
68362         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
68363         include directive.  Remove local variable MPONE.
68364         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
68365         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
68366         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
68368 2012-12-25  David S. Miller  <davem@davemloft.net>
68370         * version.h (RELEASE): Set to "development".
68371         (VERSION): Set to "2.17.90".
68372         * NEWS: Add 2.18 section.
68374 2012-12-21  David S. Miller  <davem@davemloft.net>
68376         * po/hr.po: Update from translation team.
68378 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
68380         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
68382 2012-12-19  Steve Ellcey  <sellcey@mips.com>
68384         * NEWS:  Mention new memcpy for MIPS.
68386 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
68388         * manual/contrib.texi (Contributors): Spelling correction.
68390 2012-12-15  David S. Miller  <davem@davemloft.net>
68392         * po/ru.po: Update from translation team.
68394 2012-12-13  David S. Miller  <davem@davemloft.net>
68396         * NEWS: Mention IFUNC testsuite enhancements.
68398         * po/pl.po: Update from translation team.
68399         * po/bg.po: Likewise.
68401         * manual/contrib.texi (Contributors): Update entries for Hongjiu
68402         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
68404 2012-12-11  David S. Miller  <davem@davemloft.net>
68406         * po/sv.po: Update from translation team.
68408         * po/vi.po: Update from translation team.
68410         * po/cs.po: Update from translation team.
68412         * po/de.po: Update from translation team.
68413         * po/eo.po: Likewise.
68414         * po/nl.po: Likewise.
68416 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
68418         [BZ #14246]
68419         * manual/argp.texi (Argp Helper Functions): Move node to follow
68420         Argp Parsing State.
68422         [BZ #14872]
68423         * manual/conf.texi (Limits on File System Capacity): Mention if
68424         terminating null is included in the max size.
68426 2012-12-10  Andreas Jaeger  <aj@suse.de>
68428         * po/cs.po: Update from translation team.
68430 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
68432         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
68433         void pointer and cast to uintptr_t.
68434         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
68435         path.
68436         * sysdeps/s390/s390-64/memcpy.S: Likewise.
68437         * sysdeps/s390/s390-64/memset.S: Likewise.
68439 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
68441         [BZ #14833]
68442         * menual/message.texi (Message Translation): Fix typos.
68443         (Helper programs for gettext): Likewise.
68445 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
68447         [BZ #14898]
68448         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
68449         Change to -1.
68451 2012-12-07  David S. Miller  <davem@davemloft.net>
68453         * po/libc.pot: Update.
68455 2012-12-07  Richard Henderson  <rth@redhat.com>
68457         [BZ #10114]
68458         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
68459         normal/normal case to before the switch.
68460         (_FP_DIV): Likewise.
68462 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
68463             Mike Frysinger  <vapier@gentoo.org>
68465         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
68466         check for __NR_fadvise64_64.
68468 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
68470         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
68471         0, not just to plain "0" as a statement.
68472         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
68473         with cw.
68475 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
68477         * NEWS: Use sourceware.org in Bugzilla URL.
68479 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
68481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
68482         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
68484         * stdio-common/tst-put-error.c (do_test): Add newline to the
68485         padded test to ensure flush.
68487 2012-12-05  Jeff Law  <law@redhat.com>
68489         * sunrpc/etc.rpc (fedfs_admin): Add entry.
68491 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
68493         * README: Don't refer to ports add-on as distributed separately.
68494         Mention AArch64 in list of systems supported in the ports add-on.
68496         * LICENSES: Add more non-FSF copyright and license notices.
68498         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
68499         ((unused)).
68501         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
68503         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
68504         10000 as width of padded output.
68506 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
68508         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
68510         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
68511         variable LX with __attribute__ ((unused)).
68512         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
68513         Likewise.
68514         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
68515         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
68516         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
68517         with __attribute__ ((unused)).
68519 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
68521         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
68523 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
68525         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
68526         (CFLAGS-nldbl-acos.c): New variable.
68527         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
68528         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
68529         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
68530         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
68531         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
68532         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
68533         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
68534         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
68535         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
68536         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
68537         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
68538         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
68539         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
68540         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
68541         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
68542         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
68543         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
68544         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
68545         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
68546         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
68547         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
68548         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
68549         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
68550         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
68551         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
68552         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
68553         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
68554         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
68555         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
68556         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
68557         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
68558         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
68559         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
68560         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
68561         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
68562         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
68563         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
68564         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
68565         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
68566         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
68567         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
68568         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
68569         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
68570         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
68571         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
68572         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
68573         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
68574         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
68575         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
68576         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
68577         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
68578         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
68579         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
68580         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
68581         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
68582         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
68583         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
68584         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
68585         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
68586         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
68587         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
68588         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
68589         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
68590         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
68591         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
68592         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
68593         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
68594         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
68595         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
68596         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
68597         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
68598         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
68599         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
68600         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
68601         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
68602         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
68603         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
68604         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
68605         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
68606         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
68607         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
68608         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
68609         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
68610         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
68611         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
68612         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
68613         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
68614         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
68615         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
68616         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
68617         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
68618         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
68619         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
68620         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
68621         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
68622         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
68623         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
68625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
68626         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
68628         [BZ #14914]
68629         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
68630         whole low double instead of just low 47 bits when splitting values
68631         into two parts.
68633 2012-12-03  Allan McRae  <allan@archlinux.org>
68635         * manual/stdio.texi (Predefined Printf Handlers): Remove
68636         @hsep and @vsep usage.
68638 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
68640         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
68641         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
68643 2012-12-03  Jeff Law  <law@redhat.com>
68645         * time/sys/time.h (settimeofday): Do not mark TV argument
68646         as __nonnull.
68648 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
68650         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
68651         when currently writing and seek to current position when not.
68652         * libio/Makefile (tests): Remove bug-fclose1.
68653         * libio/bug-fclose1.c: Delete.
68655 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
68657         * manual/arith.texi (feenableexcept): Fix typo.
68658         (fedisableexcept): Likewise.
68660 2012-11-30  Roland McGrath  <roland@hack.frob.com>
68662         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
68663         second, differently-typed declaration, rather than a cast.
68665 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
68667         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
68668         * include/rpc/svc.h: ... here.
68670 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
68672         [BZ #13013]
68673         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
68674         depending n and resplen2 to catch cases where answer
68675         equals answerp2.
68677 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
68679         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
68680         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
68682 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
68684         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
68686 2012-11-29  Roland McGrath  <roland@hack.frob.com>
68688         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
68690 2012-11-28  Jeff Law  <law@redhat.com>
68692         [BZ #13761]
68693         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
68694         dataset_temporary.  Track alloca usage into alloca_used.
68695         If dataset is large allocate and release it via malloc/free.
68697 2012-06-04  Florian Weimer  <fweimer@redhat.com>
68699         [BZ #14197]
68700         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
68702 2012-11-28  David S. Miller  <davem@davemloft.net>
68704         * sysdeps/sparc/fpu/libm-test-ulps: Update.
68706 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
68708         [BZ #14803]
68709         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
68710         of pi/2 rounded to nearest to 64 bits.
68711         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
68712         nearest to 64 bits.
68713         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
68714         bits.
68716 2012-11-28  Jeff Law <law@redhat.com>
68717             Martin Osvald <mosvald@redhat.com>
68719         [BZ #14889]
68720         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
68721         * sunrpc/svc.c: Include time.h.
68722         (__svc_accept_failed): New function.
68723         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
68724         any reason other than EINTR, call __svc_accept_failed.
68725         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
68726         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
68728 2012-11-28  Andreas Schwab  <schwab@suse.de>
68730         * scripts/abilist.awk: Also handle indirect functions in .opd
68731         section.
68733 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
68735         [BZ #13881]
68736         * sysdeps/x86/fpu/powl_helper.c: New file.
68737         * sysdeps/x86/fpu/Makefile: Likewise.
68738         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
68739         (p3): New object.
68740         (__ieee754_powl): Use __powl_helper for finite arguments except
68741         integer exponents below 8.
68742         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
68743         (p3): New object.
68744         (__ieee754_powl): Use __powl_helper for finite arguments except
68745         integer exponents below 8.
68746         * math/libm-test.inc (pow_test): Add more tests and enable some
68747         previously disabled tests.
68748         * sysdeps/i386/fpu/libm-test-ulps: Update.
68749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68751 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
68752             Carlos O'Donell  <carlos_odonell@mentor.com>
68754         * nss/makedb.c (is_prime): Assert that input is odd and greater
68755         than 4.  Note that fact in a comment too.
68756         (next_prime): Add 4 to input.
68758 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
68760         [BZ #11741]
68761         * libio/Makefile (tests): Add test case tst-fwrite-error.
68762         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
68763         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
68764         * libio/tst-fwrite-error.c: New test case.
68766 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
68768         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
68769         before casting to void *.
68770         * include/libc-internal.h (__pointer_type): New macro.
68771         (__integer_if_pointer_type_sub): Likewise.
68772         (__integer_if_pointer_type): Likewise.
68773         (cast_to_integer): Likewise.
68774         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
68775         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
68776         before casting to atomic64_t.
68777         (atomic_exchange_acq): Likewise.
68778         (__arch_exchange_and_add_body): Likewise.
68779         (__arch_add_body): Likewise.
68780         (atomic_add_negative): Likewise.
68781         (atomic_add_zero): Likewise.
68783 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
68785         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
68786         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
68787         (add_fdes): Likewise.
68788         (linear_search_fdes): Likewise.
68789         (binary_search_unencoded_fdes): Likewise.
68791 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
68793         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
68795 2012-11-24  Adam Conrad  <adconrad@0c3.net>
68797         * configure.in: Autodetect C++ header directories.
68798         * configure: Regenerated.
68800 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
68802         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
68804 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
68806         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
68808 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
68810         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
68811         LDBL_MANT_DIG == 106]: Disable some tests.
68812         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
68813         Likewise.
68814         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
68815         Likewise.
68817         [BZ #14871]
68818         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
68819         input for small inputs.  Return +/- pi/2 for large inputs.
68820         * math/libm-test.inc (atan_test): Add more tests.
68822         * sysdeps/generic/unwind-dw2-fde-glibc.c
68823         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
68824         __attribute__ ((unused)).
68826         [BZ #14645]
68827         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
68828         x * y if x and y are nonzero and z is zero.
68830         [BZ #14811]
68831         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
68832         nonzero exponents with absolute value below 0x1p-117 to +/-
68833         0x1p-117.
68835         [BZ #14869]
68836         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
68837         up arguments below 2**-450, not just those below 2**-500.
68838         * math/libm-test.inc (hypot_test): Add another test.
68840         [BZ #14868]
68841         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
68842         Return a+b for ratio over 2**120, not 2**60.
68843         * math/libm-test.inc (hypot_test): Add another test.
68845         * math/libm-test.inc (clog_test): Use
68846         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
68847         (clog10_test): Likewise.
68849         [BZ #6778]
68850         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
68852 2012-11-22  Andreas Schwab  <schwab@suse.de>
68854         * sysdeps/i386/fpu/libm-test-ulps: Update.
68856 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
68858         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
68859         printf output with newline.
68861 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
68863         [BZ #14865]
68864         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
68865         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
68866         -z nodlopen, -z initfirst and -z execstack support.
68867         * configure: Regenerated.
68869         * elf/elf.h (DF_1_NODIRECT): New macro.
68870         (DF_1_IGNMULDEF): Likewise.
68871         (DF_1_NOKSYMS): Likewise.
68872         (DF_1_NOHDR): Likewise.
68873         (DF_1_EDITED): Likewise.
68874         (DF_1_NORELOC): Likewise.
68875         (DF_1_SYMINTPOSE): Likewise.
68876         (DF_1_GLOBAUDIT): Likewise.
68877         (DF_1_SINGLETON): Likewise.
68878         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
68879         DT_1_SUPPORTED_MASK bits.
68880         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
68882 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
68884         * sysdeps/unix/make-syscalls.sh: Document prefixes.
68886 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
68888         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
68889         macro.
68891         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
68892         (sendmmsg): Move declarations...
68893         * socket/sys/socket.h: ... here.
68894         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
68895         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
68896         include it from...
68897         * socket/recvmmsg.c: ... this new file.
68898         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
68899         (sendmmsg): Rename to __sendmmsg, create weak alias and make
68900         definition of __sendmmsg hidden.
68901         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
68902         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
68903         Move ENOSYS stub into and include it from...
68904         * socket/sendmmsg.c: ... this new file.
68905         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
68906         (sysdep_routines): Move recvmmsg and sendmmsg...
68907         * socket/Makefile (routines): ... here.
68908         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
68909         (GLIBC_PRIVATE): Add __sendmmsg.
68910         * include/sys/socket.h (__sendmmsg): Add declarations.
68911         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
68912         sendmmsg.
68914 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
68916         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
68917         variable I1 with __attribute__ ((unused)).
68918         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
68920 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
68922         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
68923         DUMMY variables with __attribute__ ((unused)).
68925         * bits/byteswap.h: Include <bits/types.h>.
68926         (__bswap_64): Use __uint64_t instead of unsigned long long int.
68928 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
68930         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
68931         string_t.  Do not manually set errno.
68932         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
68933         length with __strnlen.  Make sure to both set errno and return it on
68934         failure.
68936 2012-11-19  David S. Miller  <davem@davemloft.net>
68938         With help from Joseph Myers.
68939         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
68940         very large arguments properly.
68941         * math/libm-test.inc (atan_test): New tests.
68942         (atan2_test): New tests.
68943         * sysdeps/sparc/fpu/libm-test-ulps: Update.
68944         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
68946 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
68948         [BZ #14856]
68949         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
68950         Define to 3.
68952         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
68953         [POSIX] (EADDRNOTAVAIL): Likewise.
68954         [POSIX] (EAFNOSUPPORT): Likewise.
68955         [POSIX] (EALREADY): Likewise.
68956         [POSIX] (ECONNABORTED): Likewise.
68957         [POSIX] (ECONNREFUSED): Likewise.
68958         [POSIX] (ECONNRESET): Likewise.
68959         [POSIX] (EDESTADDRREQ): Likewise.
68960         [POSIX] (EDQUOT): Likewise.
68961         [POSIX] (EHOSTUNREACH): Likewise.
68962         [POSIX] (EIDRM): Likewise.
68963         [POSIX] (EISCONN): Likewise.
68964         [POSIX] (ELOOP): Likewise.
68965         [POSIX] (EMULTIHOP): Likewise.
68966         [POSIX] (ENETDOWN): Likewise.
68967         [POSIX] (ENETUNREACH): Likewise.
68968         [POSIX] (ENOBUFS): Likewise.
68969         [POSIX] (ENODATA): Likewise.
68970         [POSIX] (ENOLINK): Likewise.
68971         [POSIX] (ENOMSG): Likewise.
68972         [POSIX] (ENOPROTOOPT): Likewise.
68973         [POSIX] (ENOSR): Likewise.
68974         [POSIX] (ENOSTR): Likewise.
68975         [POSIX] (ENOTCONN): Likewise.
68976         [POSIX] (ENOTSOCK): Likewise.
68977         [POSIX] (EOPNOTSUPP): Likewise.
68978         [POSIX] (EOVERFLOW): Likewise.
68979         [POSIX] (EPROTO): Likewise.
68980         [POSIX] (EPROTONOSUPPORT): Likewise.
68981         [POSIX] (EPROTOTYPE): Likewise.
68982         [POSIX] (ESTALE): Likewise.
68983         [POSIX] (ETIME): Likewise.
68984         [POSIX] (ETXTBSY): Likewise.
68985         [POSIX] (EWOULDBLOCK): Likewise.
68986         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
68987         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
68988         [POSIX] (SEEK_CUR): Likewise.
68989         [POSIX] (SEEK_END): Likewise.
68990         [POSIX || UNIX98] (mode_t): Do not require.
68991         [POSIX] (off_t): Likewise.
68992         [POSIX] (pid_t): Likewise.
68993         [POSIX] (sys/stat.h): Do not allow header.
68994         [POSIX] (unistd.h): Likewise.
68995         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
68996         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
68997         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
68998         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
68999         require.
69000         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
69001         sigevent): Specify elements.
69002         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
69003         entry.
69004         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
69005         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
69007         * conform/data/cpio.h-data [POSIX]: Disable whole file.
69008         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
69009         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
69010         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
69011         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
69012         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
69013         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
69014         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
69015         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
69016         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
69017         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
69018         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
69019         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
69020         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
69021         Likewise.
69022         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
69023         Likewise.
69024         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
69025         Likewise.
69026         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
69027         Likewise.
69028         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
69029         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
69030         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
69031         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
69032         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
69033         Specify lower bound on value.
69034         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
69035         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
69036         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
69037         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
69038         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
69039         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise.
69040         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
69041         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
69042         value.
69043         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
69044         as optional.
69045         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
69046         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
69047         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
69048         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
69049         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
69050         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
69051         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
69052         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
69053         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
69054         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
69055         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
69056         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
69057         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
69058         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
69059         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
69060         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
69061         entry.
69062         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
69063         optional.
69064         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
69065         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
69066         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
69067         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
69068         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
69069         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
69070         Likewise.
69071         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
69072         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
69073         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
69074         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
69075         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
69076         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
69077         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
69078         as optional.
69079         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
69080         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
69081         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
69082         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
69083         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
69084         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
69085         specify as optional.
69086         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
69087         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
69088         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
69089         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
69090         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
69091         [XPG3] (NL_LANGMAX): Likewise.
69092         [POSIX || XPG3] (NL_MSGMAX): Likewise.
69093         [POSIX || XPG3] (NL_NMAX): Likewise.
69094         [POSIX || XPG3] (NL_SETMAX): Likewise.
69095         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
69096         [XPG3] (NZERO): Likewise.
69097         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
69098         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
69099         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
69100         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
69101         (REG_ERANGE): Expect.
69102         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
69103         optional-constant.
69104         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
69105         Use (void) in prototype.
69106         [POSIX] (*_t): Allow.
69107         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
69108         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
69109         (WRDE_BADVAL): Expect.
69111         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
69112         expect.
69113         [XPG3 || XPG4] (O_RSYNC): Likewise.
69114         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
69115         Likewise.
69116         [XPG3 || XPG4] (pthread_sigmask): Likewise.
69117         [XPG3 || XPG4] (sigqueue): Likewise.
69118         [XPG3 || XPG4] (sigtimedwait): Likewise.
69119         [XPG3 || XPG4] (sigwaitinfo): Likewise.
69120         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
69121         [XPG3 || XPG4] (vsnprintf): Likewise.
69122         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
69123         Likewise.
69124         [XPG3 || XPG4] (blksize_t): Likewise.
69125         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
69126         Likewise.
69127         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
69128         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
69129         [XPG3 || XPG4] (struct itimerspec): Likewise.
69130         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
69131         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
69132         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
69133         [XPG3 || XPG4] (clockid_t): Likewise.
69134         [XPG3 || XPG4] (timer_t): Likewise.
69135         [XPG3 || XPG4] (clock_getres): Likewise.
69136         [XPG3 || XPG4] (clock_gettime): Likewise.
69137         [XPG3 || XPG4] (clock_settime): Likewise.
69138         [XPG3 || XPG4] (nanosleep): Likewise.
69139         [XPG3 || XPG4] (timer_create): Likewise.
69140         [XPG3 || XPG4] (timer_delete): Likewise.
69141         [XPG3 || XPG4] (timer_gettime): Likewise.
69142         [XPG3 || XPG4] (timer_getoverrun): Likewise.
69143         [XPG3 || XPG4] (timer_settime): Likewise.
69144         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
69145         [XPG3 || XPG4] (getlogin_r): Likewise.
69146         [XPG3 || XPG4] (pread): Likewise.
69147         [XPG3 || XPG4] (pthread_atfork): Likewise.
69148         [XPG3 || XPG4] (pwrite): Likewise.
69150         [BZ #14835]
69151         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
69152         <bits/siginfo.h>.
69154 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
69156         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
69157         finalizing MALLSTREAM.
69159         * sysdeps/mach/hurd/syncfs.c: New file.
69161 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
69163         [BZ #14719]
69164         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
69165         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
69166         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
69167         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
69168         (_nss_dns_gethostbyname4_r): Likewise.
69169         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
69170         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
69172 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
69174         [BZ #13763]
69175         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
69177 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
69179         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
69180         * elf/cache.c (print_entry): Print ",AArch64" for
69181         FLAG_AARCH64_LIB64
69183         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
69184         * elf/cache.c (print_entry): Print ",hard-float" for
69185         FLAG_ARM_LIBHF.
69187 2012-11-18  David S. Miller  <davem@davemloft.net>
69189         With help from Joseph Myers.
69190         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
69191         cutoff to 2**-13.
69192         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
69193         cutoff to 2**-25.
69194         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
69195         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
69196         small.
69197         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
69198         * math/libm-test.inc (y0_test): New tests.
69199         (y1_test): New tests.
69200         * sysdeps/i386/fpu/libm-test-ulps: Update.
69201         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
69202         * sysdeps/sparc/fpu/libm-test-ulps: Update.
69204 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
69206         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
69207         64-bit targets.
69208         * configure: Regenerated.
69210 2012-11-17  David S. Miller  <davem@davemloft.net>
69212         [BZ #14811]
69213         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
69214         nonzero exponents with absolute value below 0x1p-128 to +/-
69215         0x1p-128.
69217 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
69219         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
69221         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
69223         * posix/getconf-speclist.c: New file.
69224         * posix/posix-envs.def: Likewise.
69225         * posix/confstr.c (START_ENV_GROUP): New macro.
69226         (END_ENV_GROUP): Likewise.
69227         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
69228         (KNOWN_PRESENT_ENV_STRING): Likewise.
69229         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
69230         (UNKNOWN_ENVIRONMENT): Likewise.
69231         (confstr): Include posix-envs.def instead of handling
69232         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
69233         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
69234         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
69235         (END_ENV_GROUP): Likewise.
69236         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
69237         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
69238         (UNKNOWN_ENVIRONMENT): Likewise.
69239         (__sysconf): Include posix-envs.def instead of handling associated
69240         cases directly here.
69241         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
69242         preprocessing getconf-speclist.c rather than running getconf or
69243         generating empty file.
69245 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
69247         * scripts/check-local-headers.sh: Ignore 'mach' headers.
69249 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
69251         [BZ #14672]
69252         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
69254 2012-11-16  David S. Miller  <davem@davemloft.net>
69256         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
69257         smaller than LDBL_EPSILON/2.0L, just return xm1.
69259 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
69261         * elf/tst-array1.c (init): Set constructor priority to 1000.
69262         (fini): Set destructor priority to 1000.
69263         * elf/tst-array2dep.c: Likewise.
69265 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
69267         [BZ #11741]
69268         * libio/fileops.c (_IO_new_file_write): Correctly return error.
69269         (_IO_new_file_xsputn): Also return EOF if none of the input
69270         data was written when overflow failed.
69271         * libio/iopadn.c (_IO_padn): Likewise.
69272         * libio/iowpadn.c (_IO_wpadn): Likewise.
69273         * stdio-common/tst-put-error.c: Add copyright notice.
69274         (do_test): Add case for printing padded string.
69275         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
69276         _IO_padn returned error.
69277         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
69278         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
69279         return EOF.
69281 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
69283         * libio/libioP.h: Add comment note that the references to C++
69284         bits are now obsolete.
69286 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69288         * math/libm-test.inc (check_complex): Use asprintf.
69290 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
69292         * debug/pcprofiledump.c (print_version): Update copyright year.
69293         * malloc/memusagestat.c (print_version): Likewise.
69295 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
69297         [BZ #14831]
69298         * elf/Makefile (tests): Add tst-audit8.
69299         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
69300         ($(objpfx)tst-audit8.out): New target.
69301         (tst-audit8-ENV): New variable.
69302         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
69303         audit if l_reloc_result is NULL.
69304         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
69305         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
69306         * elf/tst-audit8.c: New file.
69308 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69310         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
69311         * misc/Makefile (CFLAGS-select.c): Define.
69312         * posix/Makefile (CFLAGS-pause.c): Define.
69314 2012-11-13  David S. Miller  <davem@davemloft.net>
69316         * crypt/Makefile: Move test targets after toplevel Rules
69317         inclusion.  Grab any necessary sysdep routines when linking.
69318         * crypt/md5.c (md5_process_block): Remove define, we will always
69319         name it __md5_process_block.
69320         (md5_finish_ctx): Update md5_process_block call.
69321         (md5_stream): Likewise.
69322         (md5_process_bytes): Likewise.
69323         (md5_process_block): Rename to __md5_process_block and move to ...
69324         * crypt/md5-block.c: ... here.
69325         * crypt/sha256.c (sha256_process_block): Move to ...
69326         * crypt/sha256-block.c: ... here.
69327         * crypt/sha512.c (sha512_process_block): Move to ...
69328         * crypt/sha512-block.c: ... here.
69329         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
69330         path.
69331         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
69332         * sysdeps/sparc/sparc64/multiarch/Makefile
69333         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
69334         crypt subdir.
69335         (localedef-aux): Add md5 crypto assembler when in locale subdir.
69336         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
69337         multiarch changes.
69338         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
69339         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
69340         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
69341         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
69342         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
69343         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
69344         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
69345         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
69346         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
69347         file.
69348         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
69349         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
69350         file.
69351         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
69353 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
69355         * timezone/tzselect.ksh: Update from tzcode git revision
69356         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
69357         * timezone/zdump.c: Likewise.
69358         * timezone/zic.c: Likewise.
69359         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
69360         in TZVERSION setting, not $(PKGVERSION).
69361         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
69362         REPORT_BUGS_TO settings.
69364         [BZ #14838]
69365         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
69366         macro.
69368 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69370         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
69371         detection to immediately after _FP_ROUND().
69372         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
69373         bits are 0.
69375 2012-11-11  David S. Miller  <davem@davemloft.net>
69377         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
69378         inttypes.h
69379         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
69380         __close rather than their public counterparts.
69382 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
69384         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
69385         file.
69386         [UNIX98] (sem_timedwait): Do not expect.
69387         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
69388         [XPG4 || UNIX98] (sockatmark): Do not expect.
69389         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
69390         (clock_getcpuclockid): Do not expect.
69391         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
69392         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
69393         Do not expect.
69394         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
69395         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
69396         [UNIX98] (vwscanf): Likewise.
69397         [UNIX98] (vswscanf): Likewise.
69399 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
69401         * timezone/version.h: Remove file.
69402         * timezone/README: Do not refer to version.h.
69403         * timezone/Makefile ($(objpfx)zic.o): New dependency on
69404         $(objpfx)version.h.
69405         ($(objpfx)zdump.o): Likewise.
69406         ($(objpfx)version.h): New target.
69408         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
69409         2012i.
69410         * timezone/README: Don't mention modification to tzselect.ksh.
69411         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
69412         work on unmodified tzselect.ksh.  Substitute version numbers in
69413         tzselect.ksh.
69415         * Makefile (format-me): Remove.
69416         (INSTALL): Adjust indentation.  Use commands directly instead of
69417         using $(format-me).
69419         * aclocal.m4 (ACX_PKGVERSION): New macro.
69420         (ACX_BUGURL): Likewise.
69421         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
69422         (PKGVERSION): New AC_DEFINE_UNQUOTED.
69423         (REPORT_BUGS_TO): Likewise.
69424         * configure: Regenerated.
69425         * config.h.in (PKGVERSION): New macro.
69426         (REPORT_BUGS_TO): Likewise.
69427         * config.make.in (PKGVERSION): New variable.
69428         (PKGVERSION_TEXI): Likewise.
69429         (REPORT_BUGS_TO): Likewise.
69430         (REPORT_BUGS_TEXI): Likewise.
69431         * Makefile (format-me): Use -I$(common-objpfx)manual.
69432         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
69433         ($(common-objpfx)manual/%): New target.
69434         (manual/%): Remove target.
69435         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
69436         (print_version): Use PKGVERSION.
69437         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
69438         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
69439         and REPORT_BUGS_TO.
69440         ($(objpfx)xtrace): Likewise.
69441         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
69442         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
69443         (print_version): Use PKGVERSION.
69444         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
69445         (do_version): Use PKGVERSION.
69446         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
69447         REPORT_BUGS_TO.
69448         (common-ldd-rewrite): Likewise.
69449         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
69450         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
69451         (print_version): Use PKGVERSION.
69452         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
69453         * elf/pldd.c (argp_program_bug_address): Remove variable.
69454         (more_help): New function.
69455         (argp): Use more_help.
69456         (print_version): Use PKGVERSION.
69457         * elf/sln.c (main): Use PKGVERSION.
69458         (usage): Use REPORT_BUGS_TO.
69459         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
69460         (top level): Use PKGVERSION.
69461         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
69462         (print_version): Use PKGVERSION.
69463         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
69464         (print_version): Use PKGVERSION.
69465         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
69466         (print_version): Use PKGVERSION.
69467         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
69468         (print_version): Use PKGVERSION.
69469         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
69470         (print_version): Use PKGVERSION.
69471         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
69472         (print_version): Use PKGVERSION.
69473         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
69474         and BUGURL.
69475         ($(objpfx)memusage): Likewise.
69476         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
69477         (do_version): Use PKGVERSION.
69478         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
69479         (print_version): Use PKGVERSION.
69480         * malloc/mtrace.pl ($PACKAGE): Remove variable.
69481         ($PKGVERSION): New variable.
69482         ($REPORT_BUGS_TO): Likewise.
69483         (usage): Use $REPORT_BUGS_TO.
69484         (top level): Use $PKGVERSION.
69485         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
69486         ($(objpfx)pkgvers.texi): New rule.
69487         ($(objpfx)stamp-pkgvers): Likewise.
69488         * manual/install.texi: Include pkgvers.texi.
69489         (--with-pkgversion): Document new configure option.
69490         (--with-bugurl): Likewise.
69491         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
69492         than necessarily for this particular distribution.  Use
69493         REPORT_BUGS_TO for where to report bugs.
69494         * INSTALL: Regenerated.
69495         * manual/libc.texinfo: Include pkgvers.texi.
69496         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
69497         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
69498         (print_version): Use PKGVERSION.
69499         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
69500         (print_version): Use PKGVERSION.
69501         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
69502         (print_version): Use PKGVERSION.
69503         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
69504         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
69505         macro.
69506         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
69507         (print_version): Use PKGVERSION.
69508         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
69509         (print_version): Use PKGVERSION.
69510         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
69511         and PKGVERSION.
69513         * timezone/checktab.awk: Update from tzcode 2012i.
69514         * timezone/ialloc.c: Likewise.
69515         * timezone/private.h: Likewise.
69516         * timezone/scheck.c: Likewise.
69517         * timezone/tzfile.h: Likewise.
69518         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
69519         (TZVERSION): Hardcode tzcode version number.
69520         * timezone/zdump.c: Update from tzcode 2012i.
69521         * timezone/zic.c: Likewise.
69522         * timezone/version.h: New file.
69523         * timezone/README: Describe version.h.  Update upstream location.
69525         [BZ #14824]
69526         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
69527         (mktemp): Enable declaration.
69528         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
69529         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
69530         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
69531         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
69532         Likewise.
69533         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
69534         Likewise.
69535         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
69536         Likewise.
69537         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
69538         Likewise.
69539         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
69540         Likewise.
69541         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
69542         Likewise.
69544         [BZ #14821]
69545         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
69546         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
69547         for copies of such integer values.
69548         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
69549         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
69551 2012-11-09  Andreas Jaeger  <aj@suse.de>
69553         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
69554         definitions and declarations that are provided by
69555         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
69557 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69559         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
69560         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
69561         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
69562         definition.
69564 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69566         * elf/elf.h: Update comment before AArch64 relocations.
69568 2012-11-07  David S. Miller  <davem@davemloft.net>
69570         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
69571         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
69572         (__start_context): Declare.
69573         (__makecontext_ret): Delete.
69574         (__makecontext): Hook up __start_context instead of
69575         __makecontext_ret.
69576         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
69577         (sysdep_routines): Add __start_context when in stdlib.
69579 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
69581         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
69582         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
69583         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
69584         hardcoded "nm".
69585         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
69586         (READELF): New variable.  Use it instead of hardcoded "readelf".
69588 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
69590         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
69591         * sysdeps/x86/Makefile: Here.
69592         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
69593         * sysdeps/x86/tst-xmmymm.sh: This.
69595 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
69597         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
69598         expectations.
69599         [UNIX98] (pthread_barrier_t): Do not expect.
69600         [UNIX98] (pthread_barrierattr_t): Likewise.
69601         [UNIX98] (pthread_spinlock_t): Likewise.
69602         [UNIX98] (pthread_barrier_destroy): Likewise.
69603         [UNIX98] (pthread_barrier_init): Likewise.
69604         [UNIX98] (pthread_barrier_wait): Likewise.
69605         [UNIX98] (pthread_barrierattr_destroy): Likewise.
69606         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
69607         [UNIX98] (pthread_barrierattr_init): Likewise.
69608         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
69609         [UNIX98] (pthread_getcpuclockid): Likewise.
69610         [UNIX98] (pthread_mutex_timedlock): Likewise.
69611         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
69612         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
69613         [UNIX98] (pthread_sigmask): Likewise.
69614         [UNIX98] (pthread_spin_destroy): Likewise.
69615         [UNIX98] (pthread_spin_init): Likewise.
69616         [UNIX98] (pthread_spin_lock): Likewise.
69617         [UNIX98] (pthread_spin_trylock): Likewise.
69618         [UNIX98] (pthread_spin_unlock): Likewise.
69619         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
69620         Do not expect.
69621         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
69622         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
69623         [XPG3 || XPG4] (pthread_cond_t): Likewise.
69624         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
69625         [XPG3 || XPG4] (pthread_key_t): Likewise.
69626         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
69627         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
69628         [XPG3 || XPG4] (pthread_once_t): Likewise.
69629         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
69630         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
69631         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
69632         [XPG3 || XPG4] (pthread_t): Likewise.
69634         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
69635         not expect.
69636         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
69638         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
69639         Change function return type to int.
69641         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
69642         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
69643         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
69644         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
69645         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
69646         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
69647         [!POSIX] (posix_madvise): Likewise.
69648         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
69649         && !UNIX98].
69650         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
69651         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
69652         (mode_t): Likewise.
69653         (posix_mem_offset): Likewise.
69654         (posix_typed_mem_get_info): Likewise.
69655         (posix_typed_mem_open): Likewise.
69657         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
69658         Change condition to [XOPEN2K8].
69660         * conform/conformtest.pl: Preprocess allow-header data with -x c
69661         instead of from stdin.
69662         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
69663         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
69664         [C99-based standards] (cerfc): Likewise.
69665         [C99-based standards] (cexp2): Likewise.
69666         [C99-based standards] (cexpm1): Likewise.
69667         [C99-based standards] (clog10): Likewise.
69668         [C99-based standards] (clog1p): Likewise.
69669         [C99-based standards] (clog2): Likewise.
69670         [C99-based standards] (clgamma): Likewise.
69671         [C99-based standards] (ctgamma): Likewise.
69672         [C99-based standards] (cerff): Likewise.
69673         [C99-based standards] (cerfcf): Likewise.
69674         [C99-based standards] (cexp2f): Likewise.
69675         [C99-based standards] (cexpm1f): Likewise.
69676         [C99-based standards] (clog10f): Likewise.
69677         [C99-based standards] (clog1pf): Likewise.
69678         [C99-based standards] (clog2f): Likewise.
69679         [C99-based standards] (clgammaf): Likewise.
69680         [C99-based standards] (ctgammaf): Likewise.
69681         [C99-based standards] (cerfl): Likewise.
69682         [C99-based standards] (cerfcl): Likewise.
69683         [C99-based standards] (cexp2l): Likewise.
69684         [C99-based standards] (cexpm1l): Likewise.
69685         [C99-based standards] (clog10l): Likewise.
69686         [C99-based standards] (clog1pl): Likewise.
69687         [C99-based standards] (clog2l): Likewise.
69688         [C99-based standards] (clgammal): Likewise.
69689         [C99-based standards] (ctgammal): Likewise.
69690         * conform/data/inttypes.h-data [C99-based standards]: Include
69691         stdint.h-data.  Remove all expectations for stdint.h contents.
69692         [C99-based standards] (PRI*): Do not allow.
69693         [C99-based standards] (SCN*): Likewise.
69694         [C99-based standards] (*_t): Likewise.
69695         [C99-based-standards] (PRId8): Expect macro.
69696         [C99-based-standards] (PRIi8): Likewise.
69697         [C99-based-standards] (PRIo8): Likewise.
69698         [C99-based-standards] (PRIu8): Likewise.
69699         [C99-based-standards] (PRIx8): Likewise.
69700         [C99-based-standards] (PRIX8): Likewise.
69701         [C99-based-standards] (SCNd8): Likewise.
69702         [C99-based-standards] (SCNi8): Likewise.
69703         [C99-based-standards] (SCNo8): Likewise.
69704         [C99-based-standards] (SCNu8): Likewise.
69705         [C99-based-standards] (SCNx8): Likewise.
69706         [C99-based-standards] (PRIdLEAST8): Likewise.
69707         [C99-based-standards] (PRIiLEAST8): Likewise.
69708         [C99-based-standards] (PRIoLEAST8): Likewise.
69709         [C99-based-standards] (PRIuLEAST8): Likewise.
69710         [C99-based-standards] (PRIxLEAST8): Likewise.
69711         [C99-based-standards] (PRIXLEAST8): Likewise.
69712         [C99-based-standards] (SCNdLEAST8): Likewise.
69713         [C99-based-standards] (SCNiLEAST8): Likewise.
69714         [C99-based-standards] (SCNoLEAST8): Likewise.
69715         [C99-based-standards] (SCNuLEAST8): Likewise.
69716         [C99-based-standards] (SCNxLEAST8): Likewise.
69717         [C99-based-standards] (PRIdFAST8): Likewise.
69718         [C99-based-standards] (PRIiFAST8): Likewise.
69719         [C99-based-standards] (PRIoFAST8): Likewise.
69720         [C99-based-standards] (PRIuFAST8): Likewise.
69721         [C99-based-standards] (PRIxFAST8): Likewise.
69722         [C99-based-standards] (PRIXFAST8): Likewise.
69723         [C99-based-standards] (SCNdFAST8): Likewise.
69724         [C99-based-standards] (SCNiFAST8): Likewise.
69725         [C99-based-standards] (SCNoFAST8): Likewise.
69726         [C99-based-standards] (SCNuFAST8): Likewise.
69727         [C99-based-standards] (SCNxFAST8): Likewise.
69728         [C99-based-standards] (PRId16): Likewise.
69729         [C99-based-standards] (PRIi16): Likewise.
69730         [C99-based-standards] (PRIo16): Likewise.
69731         [C99-based-standards] (PRIu16): Likewise.
69732         [C99-based-standards] (PRIx16): Likewise.
69733         [C99-based-standards] (PRIX16): Likewise.
69734         [C99-based-standards] (SCNd16): Likewise.
69735         [C99-based-standards] (SCNi16): Likewise.
69736         [C99-based-standards] (SCNo16): Likewise.
69737         [C99-based-standards] (SCNu16): Likewise.
69738         [C99-based-standards] (SCNx16): Likewise.
69739         [C99-based-standards] (PRIdLEAST16): Likewise.
69740         [C99-based-standards] (PRIiLEAST16): Likewise.
69741         [C99-based-standards] (PRIoLEAST16): Likewise.
69742         [C99-based-standards] (PRIuLEAST16): Likewise.
69743         [C99-based-standards] (PRIxLEAST16): Likewise.
69744         [C99-based-standards] (PRIXLEAST16): Likewise.
69745         [C99-based-standards] (SCNdLEAST16): Likewise.
69746         [C99-based-standards] (SCNiLEAST16): Likewise.
69747         [C99-based-standards] (SCNoLEAST16): Likewise.
69748         [C99-based-standards] (SCNuLEAST16): Likewise.
69749         [C99-based-standards] (SCNxLEAST16): Likewise.
69750         [C99-based-standards] (PRIdFAST16): Likewise.
69751         [C99-based-standards] (PRIiFAST16): Likewise.
69752         [C99-based-standards] (PRIoFAST16): Likewise.
69753         [C99-based-standards] (PRIuFAST16): Likewise.
69754         [C99-based-standards] (PRIxFAST16): Likewise.
69755         [C99-based-standards] (PRIXFAST16): Likewise.
69756         [C99-based-standards] (SCNdFAST16): Likewise.
69757         [C99-based-standards] (SCNiFAST16): Likewise.
69758         [C99-based-standards] (SCNoFAST16): Likewise.
69759         [C99-based-standards] (SCNuFAST16): Likewise.
69760         [C99-based-standards] (SCNxFAST16): Likewise.
69761         [C99-based-standards] (PRId32): Likewise.
69762         [C99-based-standards] (PRIi32): Likewise.
69763         [C99-based-standards] (PRIo32): Likewise.
69764         [C99-based-standards] (PRIu32): Likewise.
69765         [C99-based-standards] (PRIx32): Likewise.
69766         [C99-based-standards] (PRIX32): Likewise.
69767         [C99-based-standards] (SCNd32): Likewise.
69768         [C99-based-standards] (SCNi32): Likewise.
69769         [C99-based-standards] (SCNo32): Likewise.
69770         [C99-based-standards] (SCNu32): Likewise.
69771         [C99-based-standards] (SCNx32): Likewise.
69772         [C99-based-standards] (PRIdLEAST32): Likewise.
69773         [C99-based-standards] (PRIiLEAST32): Likewise.
69774         [C99-based-standards] (PRIoLEAST32): Likewise.
69775         [C99-based-standards] (PRIuLEAST32): Likewise.
69776         [C99-based-standards] (PRIxLEAST32): Likewise.
69777         [C99-based-standards] (PRIXLEAST32): Likewise.
69778         [C99-based-standards] (SCNdLEAST32): Likewise.
69779         [C99-based-standards] (SCNiLEAST32): Likewise.
69780         [C99-based-standards] (SCNoLEAST32): Likewise.
69781         [C99-based-standards] (SCNuLEAST32): Likewise.
69782         [C99-based-standards] (SCNxLEAST32): Likewise.
69783         [C99-based-standards] (PRIdFAST32): Likewise.
69784         [C99-based-standards] (PRIiFAST32): Likewise.
69785         [C99-based-standards] (PRIoFAST32): Likewise.
69786         [C99-based-standards] (PRIuFAST32): Likewise.
69787         [C99-based-standards] (PRIxFAST32): Likewise.
69788         [C99-based-standards] (PRIXFAST32): Likewise.
69789         [C99-based-standards] (SCNdFAST32): Likewise.
69790         [C99-based-standards] (SCNiFAST32): Likewise.
69791         [C99-based-standards] (SCNoFAST32): Likewise.
69792         [C99-based-standards] (SCNuFAST32): Likewise.
69793         [C99-based-standards] (SCNxFAST32): Likewise.
69794         [C99-based-standards] (PRId64): Likewise.
69795         [C99-based-standards] (PRIi64): Likewise.
69796         [C99-based-standards] (PRIo64): Likewise.
69797         [C99-based-standards] (PRIu64): Likewise.
69798         [C99-based-standards] (PRIx64): Likewise.
69799         [C99-based-standards] (PRIX64): Likewise.
69800         [C99-based-standards] (SCNd64): Likewise.
69801         [C99-based-standards] (SCNi64): Likewise.
69802         [C99-based-standards] (SCNo64): Likewise.
69803         [C99-based-standards] (SCNu64): Likewise.
69804         [C99-based-standards] (SCNx64): Likewise.
69805         [C99-based-standards] (PRIdLEAST64): Likewise.
69806         [C99-based-standards] (PRIiLEAST64): Likewise.
69807         [C99-based-standards] (PRIoLEAST64): Likewise.
69808         [C99-based-standards] (PRIuLEAST64): Likewise.
69809         [C99-based-standards] (PRIxLEAST64): Likewise.
69810         [C99-based-standards] (PRIXLEAST64): Likewise.
69811         [C99-based-standards] (SCNdLEAST64): Likewise.
69812         [C99-based-standards] (SCNiLEAST64): Likewise.
69813         [C99-based-standards] (SCNoLEAST64): Likewise.
69814         [C99-based-standards] (SCNuLEAST64): Likewise.
69815         [C99-based-standards] (SCNxLEAST64): Likewise.
69816         [C99-based-standards] (PRIdFAST64): Likewise.
69817         [C99-based-standards] (PRIiFAST64): Likewise.
69818         [C99-based-standards] (PRIoFAST64): Likewise.
69819         [C99-based-standards] (PRIuFAST64): Likewise.
69820         [C99-based-standards] (PRIxFAST64): Likewise.
69821         [C99-based-standards] (PRIXFAST64): Likewise.
69822         [C99-based-standards] (SCNdFAST64): Likewise.
69823         [C99-based-standards] (SCNiFAST64): Likewise.
69824         [C99-based-standards] (SCNoFAST64): Likewise.
69825         [C99-based-standards] (SCNuFAST64): Likewise.
69826         [C99-based-standards] (SCNxFAST64): Likewise.
69827         [C99-based-standards] (PRIdMAX): Likewise.
69828         [C99-based-standards] (PRIiMAX): Likewise.
69829         [C99-based-standards] (PRIoMAX): Likewise.
69830         [C99-based-standards] (PRIuMAX): Likewise.
69831         [C99-based-standards] (PRIxMAX): Likewise.
69832         [C99-based-standards] (PRIXMAX): Likewise.
69833         [C99-based-standards] (SCNdMAX): Likewise.
69834         [C99-based-standards] (SCNiMAX): Likewise.
69835         [C99-based-standards] (SCNoMAX): Likewise.
69836         [C99-based-standards] (SCNuMAX): Likewise.
69837         [C99-based-standards] (SCNxMAX): Likewise.
69838         [C99-based-standards] (PRIdPTR): Likewise.
69839         [C99-based-standards] (PRIiPTR): Likewise.
69840         [C99-based-standards] (PRIoPTR): Likewise.
69841         [C99-based-standards] (PRIuPTR): Likewise.
69842         [C99-based-standards] (PRIxPTR): Likewise.
69843         [C99-based-standards] (PRIXPTR): Likewise.
69844         [C99-based-standards] (SCNdPTR): Likewise.
69845         [C99-based-standards] (SCNiPTR): Likewise.
69846         [C99-based-standards] (SCNoPTR): Likewise.
69847         [C99-based-standards] (SCNuPTR): Likewise.
69848         [C99-based-standards] (SCNxPTR): Likewise.
69849         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
69850         allow.
69851         * conform/data/stdint.h-data: Update comments to clarify
69852         requirements.
69853         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
69854         type.
69855         [C99-based standards] (INT8_MAX): Likewise.
69856         [C99-based standards] (INT16_MIN): Likewise.
69857         [C99-based standards] (INT16_MAX): Likewise.
69858         [C99-based standards] (INT32_MIN): Likewise.
69859         [C99-based standards] (INT32_MAX): Likewise.
69860         [C99-based standards] (INT64_MIN): Likewise.
69861         [C99-based standards] (INT64_MAX): Likewise.
69862         [C99-based standards] (UINT8_MAX): Likewise.
69863         [C99-based standards] (UINT16_MAX): Likewise.
69864         [C99-based standards] (UINT32_MAX): Likewise.
69865         [C99-based standards] (UINT64_MAX): Likewise.
69866         [C99-based standards] (INT_LEAST8_MIN): Likewise.
69867         [C99-based standards] (INT_LEAST8_MAX): Likewise.
69868         [C99-based standards] (INT_LEAST16_MIN): Likewise.
69869         [C99-based standards] (INT_LEAST16_MAX): Likewise.
69870         [C99-based standards] (INT_LEAST32_MIN): Likewise.
69871         [C99-based standards] (INT_LEAST32_MAX): Likewise.
69872         [C99-based standards] (INT_LEAST64_MIN): Likewise.
69873         [C99-based standards] (INT_LEAST64_MAX): Likewise.
69874         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
69875         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
69876         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
69877         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
69878         [C99-based standards] (INT_FAST8_MIN): Likewise.
69879         [C99-based standards] (INT_FAST8_MAX): Likewise.
69880         [C99-based standards] (INT_FAST16_MIN): Likewise.
69881         [C99-based standards] (INT_FAST16_MAX): Likewise.
69882         [C99-based standards] (INT_FAST32_MIN): Likewise.
69883         [C99-based standards] (INT_FAST32_MAX): Likewise.
69884         [C99-based standards] (INT_FAST64_MIN): Likewise.
69885         [C99-based standards] (INT_FAST64_MAX): Likewise.
69886         [C99-based standards] (UINT_FAST8_MAX): Likewise.
69887         [C99-based standards] (UINT_FAST16_MAX): Likewise.
69888         [C99-based standards] (UINT_FAST32_MAX): Likewise.
69889         [C99-based standards] (UINT_FAST64_MAX): Likewise.
69890         [C99-based standards] (INTPTR_MIN): Likewise.
69891         [C99-based standards] (INTPTR_MAX): Likewise.
69892         [C99-based standards] (UINTPTR_MAX): Likewise.
69893         [C99-based standards] (INTMAX_MIN): Likewise.
69894         [C99-based standards] (INTMAX_MAX): Likewise.
69895         [C99-based standards] (UINTMAX_MAX): Likewise.
69896         [C99-based standards] (PTRDIFF_MIN): Likewise.
69897         [C99-based standards] (PTRDIFF_MAX): Likewise.
69898         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
69899         [C99-based standards] (SIZE_MAX): Likewise.
69900         [C99-based standards] (WCHAR_MAX): Likewise.
69901         [C99-based standards] (WINT_MAX): Likewise.
69902         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
69903         constraint on value.
69904         [C99-based standards] (WCHAR_MIN): Likewise.
69905         [C99-based standards] (WINT_MIN): Likewise.
69906         [C99-based standards] (*_t): Allow.
69907         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
69908         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
69909         Include math.h-data and complex.h-data.  Remove all expectations
69910         of math.h and complex.h contents.
69911         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
69912         at end of line.
69913         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
69914         (struct tm): Expect tag.
69915         [C99-based-standards] (wcstof): Expect function.
69916         [C99-based-standards] (wcstold): Likewise.
69917         [C99-based-standards] (wcstoll): Likewise.
69918         [C99-based-standards] (wcstoull): Likewise.
69919         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
69920         macro-int-constant.  Specify type.
69921         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
69922         constraint on value.
69923         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
69924         Specify type.
69925         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
69926         Specify value.
69927         [ISO C standards]: Do not allow headers.
69928         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
69929         wcs[abcdefghijklmnopqrstuvwxyz]*.
69930         [ISO C standards] (*_t): Do not allow.
69931         * conform/data/wctype.h-data [C99-based standards] (iswblank):
69932         Expect function.
69933         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
69934         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
69935         Specify type.
69936         [ISO C standards]: Do not allow headers.
69937         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
69938         is[abcdefghijklmnopqrstuvwxyz]*.
69939         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
69940         to[abcdefghijklmnopqrstuvwxyz]*.
69941         [ISO C standards] (*_t): Do not allow.
69942         * conform/data/stdalign.h-data: New file.
69943         * conform/data/stdbool.h-data: Likewise.
69944         * conform/data/stdnoreturn.h-data: Likewise.
69946 2012-11-07  Roland McGrath  <roland@hack.frob.com>
69948         [BZ #14815]
69949         * manual/filesys.texi (Directory Entries): Typo fix.
69950         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
69952 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69954         * elf/elf.h (EM_AARCH64): New macro.
69955         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
69956         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
69957         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
69958         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
69959         (R_AARCH64_TLSDESC): Likewise.
69960         (NT_ARM_TLS): Likewise.
69961         (NT_ARM_HW_BREAK): Likewise.
69962         (NT_ARM_HW_WATCH): Likewise.
69964 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
69966         [BZ #14811]
69967         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
69968         (__ieee754_powl): Saturate nonzero exponents with absolute value
69969         below 0x1p-79 to +/- 0x1p-79.
69970         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
69971         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
69972         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
69973         nonzero exponents with absolute value below 0x1p-32 to +/-
69974         0x1p-32.
69975         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
69976         (__ieee754_powl): Saturate nonzero exponents with absolute value
69977         below 0x1p-79 to +/- 0x1p-79.
69978         * math/libm-test.inc (pow_test): Add more tests.
69980 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69982         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
69983         _dl_s390_cap_flags with kernel. Increase string length.
69984         (_dl_s390_platforms): Add z196 and zEC12.
69986 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
69988         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
69989         Change XOPEN21K to XOPEN2K.
69991 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
69993         * string/memmove.c: Use memcpy when possible.
69995 2012-11-06  Andreas Jaeger  <aj@suse.de>
69997         * po/eo.po: Update from translation team.
69999 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
70001         [BZ #14793]
70002         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
70003         exponent and small x and y exponents, scale x or y up.  Increase
70004         by 2 the exponent used in scaling up.
70005         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
70006         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
70007         * math/libm-test.inc (fma_test): Add more tests.
70008         (fma_test_towardzero): Likewise.
70009         (fma_test_downward): Likewise.
70010         (fma_test_upward): Likewise.
70012 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
70014         [BZ #14805]
70015         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
70016         fenv_t *.
70018         [BZ #14801]
70019         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
70020         namespace for names of struct fields.
70021         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
70022         fenv_t fields.
70023         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
70024         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
70026 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70028         [BZ #3665]
70029         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
70031 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
70033         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
70034         PTR_DEMANGLE.
70036         [BZ #5246]
70037         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
70038         PTR_DEMANGLE.
70040 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
70042         [BZ #14797]
70043         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
70044         definitely overflow as x * y not x * y + z.
70045         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
70046         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
70047         * math/libm-test.inc (fma_test): Add more tests.
70048         (fma_test_towardzero): Likewise.
70049         (fma_test_downward): Likewise.
70050         (fma_test_upward): Likewise.
70052 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
70054         [BZ #157]
70056         * include/stub-tag.h: Remove file.
70057         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
70058         '#include' of it.
70059         * manual/maint.texi (Porting): Don't reference it.
70060         * Makerules ($(objpfx)stubs): Likewise.
70061         * dirent/closedir.c: Don't include <stub-tag.h>.
70062         * dirent/dirfd.c: Likewise.
70063         * dirent/fdopendir.c: Likewise.
70064         * dirent/getdents.c: Likewise.
70065         * dirent/getdents64.c: Likewise.
70066         * dirent/opendir.c: Likewise.
70067         * dirent/readdir.c: Likewise.
70068         * dirent/readdir64.c: Likewise.
70069         * dirent/readdir64_r.c: Likewise.
70070         * dirent/readdir_r.c: Likewise.
70071         * dirent/rewinddir.c: Likewise.
70072         * dirent/seekdir.c: Likewise.
70073         * dirent/telldir.c: Likewise.
70074         * gmon/profil.c: Likewise.
70075         * grp/setgroups.c: Likewise.
70076         * inet/if_index.c: Likewise.
70077         * io/access.c: Likewise.
70078         * io/chdir.c: Likewise.
70079         * io/chmod.c: Likewise.
70080         * io/chown.c: Likewise.
70081         * io/close.c: Likewise.
70082         * io/dup.c: Likewise.
70083         * io/dup2.c: Likewise.
70084         * io/dup3.c: Likewise.
70085         * io/euidaccess.c: Likewise.
70086         * io/faccessat.c: Likewise.
70087         * io/fchdir.c: Likewise.
70088         * io/fchmod.c: Likewise.
70089         * io/fchmodat.c: Likewise.
70090         * io/fchown.c: Likewise.
70091         * io/fchownat.c: Likewise.
70092         * io/fcntl.c: Likewise.
70093         * io/flock.c: Likewise.
70094         * io/fstatfs.c: Likewise.
70095         * io/fstatfs64.c: Likewise.
70096         * io/fstatvfs.c: Likewise.
70097         * io/fstatvfs64.c: Likewise.
70098         * io/futimens.c: Likewise.
70099         * io/fxstat.c: Likewise.
70100         * io/fxstat64.c: Likewise.
70101         * io/fxstatat.c: Likewise.
70102         * io/fxstatat64.c: Likewise.
70103         * io/getcwd.c: Likewise.
70104         * io/isatty.c: Likewise.
70105         * io/lchmod.c: Likewise.
70106         * io/lchown.c: Likewise.
70107         * io/link.c: Likewise.
70108         * io/linkat.c: Likewise.
70109         * io/lseek.c: Likewise.
70110         * io/lseek64.c: Likewise.
70111         * io/lxstat64.c: Likewise.
70112         * io/mkdir.c: Likewise.
70113         * io/mkdirat.c: Likewise.
70114         * io/mkfifo.c: Likewise.
70115         * io/mkfifoat.c: Likewise.
70116         * io/open.c: Likewise.
70117         * io/open64.c: Likewise.
70118         * io/openat.c: Likewise.
70119         * io/openat64.c: Likewise.
70120         * io/pipe.c: Likewise.
70121         * io/pipe2.c: Likewise.
70122         * io/poll.c: Likewise.
70123         * io/posix_fadvise.c: Likewise.
70124         * io/posix_fadvise64.c: Likewise.
70125         * io/posix_fallocate.c: Likewise.
70126         * io/posix_fallocate64.c: Likewise.
70127         * io/read.c: Likewise.
70128         * io/readlink.c: Likewise.
70129         * io/readlinkat.c: Likewise.
70130         * io/rmdir.c: Likewise.
70131         * io/sendfile.c: Likewise.
70132         * io/sendfile64.c: Likewise.
70133         * io/statfs.c: Likewise.
70134         * io/statfs64.c: Likewise.
70135         * io/statvfs.c: Likewise.
70136         * io/statvfs64.c: Likewise.
70137         * io/symlink.c: Likewise.
70138         * io/symlinkat.c: Likewise.
70139         * io/ttyname.c: Likewise.
70140         * io/ttyname_r.c: Likewise.
70141         * io/umask.c: Likewise.
70142         * io/unlink.c: Likewise.
70143         * io/unlinkat.c: Likewise.
70144         * io/utime.c: Likewise.
70145         * io/utimensat.c: Likewise.
70146         * io/write.c: Likewise.
70147         * io/xmknod.c: Likewise.
70148         * io/xmknodat.c: Likewise.
70149         * io/xstat.c: Likewise.
70150         * io/xstat64.c: Likewise.
70151         * login/getpt.c: Likewise.
70152         * login/grantpt.c: Likewise.
70153         * login/unlockpt.c: Likewise.
70154         * math/e_acoshl.c: Likewise.
70155         * math/e_acosl.c: Likewise.
70156         * math/e_asinl.c: Likewise.
70157         * math/e_atan2l.c: Likewise.
70158         * math/e_atanhl.c: Likewise.
70159         * math/e_coshl.c: Likewise.
70160         * math/e_expl.c: Likewise.
70161         * math/e_fmodl.c: Likewise.
70162         * math/e_gammal_r.c: Likewise.
70163         * math/e_hypotl.c: Likewise.
70164         * math/e_j0l.c: Likewise.
70165         * math/e_j1l.c: Likewise.
70166         * math/e_jnl.c: Likewise.
70167         * math/e_lgammal_r.c: Likewise.
70168         * math/e_log10l.c: Likewise.
70169         * math/e_log2l.c: Likewise.
70170         * math/e_logl.c: Likewise.
70171         * math/e_powl.c: Likewise.
70172         * math/e_rem_pio2l.c: Likewise.
70173         * math/e_sinhl.c: Likewise.
70174         * math/e_sqrtl.c: Likewise.
70175         * math/fclrexcpt.c: Likewise.
70176         * math/fedisblxcpt.c: Likewise.
70177         * math/feenablxcpt.c: Likewise.
70178         * math/fegetenv.c: Likewise.
70179         * math/fegetexcept.c: Likewise.
70180         * math/fegetround.c: Likewise.
70181         * math/feholdexcpt.c: Likewise.
70182         * math/fesetenv.c: Likewise.
70183         * math/fesetround.c: Likewise.
70184         * math/feupdateenv.c: Likewise.
70185         * math/fgetexcptflg.c: Likewise.
70186         * math/fraiseexcpt.c: Likewise.
70187         * math/fsetexcptflg.c: Likewise.
70188         * math/ftestexcept.c: Likewise.
70189         * math/k_cosl.c: Likewise.
70190         * math/k_rem_pio2l.c: Likewise.
70191         * math/k_sinl.c: Likewise.
70192         * math/k_tanl.c: Likewise.
70193         * math/s_asinhl.c: Likewise.
70194         * math/s_atanl.c: Likewise.
70195         * math/s_cbrtl.c: Likewise.
70196         * math/s_erfl.c: Likewise.
70197         * math/s_expm1l.c: Likewise.
70198         * math/s_log1pl.c: Likewise.
70199         * math/s_tanhl.c: Likewise.
70200         * misc/acct.c: Likewise.
70201         * misc/brk.c: Likewise.
70202         * misc/chflags.c: Likewise.
70203         * misc/chroot.c: Likewise.
70204         * misc/fchflags.c: Likewise.
70205         * misc/fgetxattr.c: Likewise.
70206         * misc/flistxattr.c: Likewise.
70207         * misc/fremovexattr.c: Likewise.
70208         * misc/fsetxattr.c: Likewise.
70209         * misc/fsync.c: Likewise.
70210         * misc/ftruncate.c: Likewise.
70211         * misc/futimes.c: Likewise.
70212         * misc/futimesat.c: Likewise.
70213         * misc/getdomain.c: Likewise.
70214         * misc/getdtsz.c: Likewise.
70215         * misc/gethostid.c: Likewise.
70216         * misc/gethostname.c: Likewise.
70217         * misc/getloadavg.c: Likewise.
70218         * misc/getpagesize.c: Likewise.
70219         * misc/getsysstats.c: Likewise.
70220         * misc/getxattr.c: Likewise.
70221         * misc/gtty.c: Likewise.
70222         * misc/ioctl.c: Likewise.
70223         * misc/lgetxattr.c: Likewise.
70224         * misc/listxattr.c: Likewise.
70225         * misc/llistxattr.c: Likewise.
70226         * misc/lremovexattr.c: Likewise.
70227         * misc/lsetxattr.c: Likewise.
70228         * misc/lutimes.c: Likewise.
70229         * misc/madvise.c: Likewise.
70230         * misc/mincore.c: Likewise.
70231         * misc/mlock.c: Likewise.
70232         * misc/mlockall.c: Likewise.
70233         * misc/mmap.c: Likewise.
70234         * misc/mprotect.c: Likewise.
70235         * misc/msync.c: Likewise.
70236         * misc/munlock.c: Likewise.
70237         * misc/munlockall.c: Likewise.
70238         * misc/munmap.c: Likewise.
70239         * misc/preadv.c: Likewise.
70240         * misc/preadv64.c: Likewise.
70241         * misc/ptrace.c: Likewise.
70242         * misc/pwritev.c: Likewise.
70243         * misc/pwritev64.c: Likewise.
70244         * misc/readv.c: Likewise.
70245         * misc/reboot.c: Likewise.
70246         * misc/remap_file_pages.c: Likewise.
70247         * misc/removexattr.c: Likewise.
70248         * misc/revoke.c: Likewise.
70249         * misc/select.c: Likewise.
70250         * misc/setdomain.c: Likewise.
70251         * misc/setegid.c: Likewise.
70252         * misc/seteuid.c: Likewise.
70253         * misc/sethostid.c: Likewise.
70254         * misc/sethostname.c: Likewise.
70255         * misc/setregid.c: Likewise.
70256         * misc/setreuid.c: Likewise.
70257         * misc/setxattr.c: Likewise.
70258         * misc/sstk.c: Likewise.
70259         * misc/stty.c: Likewise.
70260         * misc/swapoff.c: Likewise.
70261         * misc/swapon.c: Likewise.
70262         * misc/sync.c: Likewise.
70263         * misc/syncfs.c: Likewise.
70264         * misc/syscall.c: Likewise.
70265         * misc/truncate.c: Likewise.
70266         * misc/ualarm.c: Likewise.
70267         * misc/usleep.c: Likewise.
70268         * misc/ustat.c: Likewise.
70269         * misc/utimes.c: Likewise.
70270         * misc/vhangup.c: Likewise.
70271         * misc/writev.c: Likewise.
70272         * posix/_exit.c: Likewise.
70273         * posix/alarm.c: Likewise.
70274         * posix/execve.c: Likewise.
70275         * posix/fexecve.c: Likewise.
70276         * posix/fork.c: Likewise.
70277         * posix/fpathconf.c: Likewise.
70278         * posix/getaddrinfo.c: Likewise.
70279         * posix/getegid.c: Likewise.
70280         * posix/geteuid.c: Likewise.
70281         * posix/getgid.c: Likewise.
70282         * posix/getgroups.c: Likewise.
70283         * posix/getlogin.c: Likewise.
70284         * posix/getlogin_r.c: Likewise.
70285         * posix/getpgid.c: Likewise.
70286         * posix/getpid.c: Likewise.
70287         * posix/getppid.c: Likewise.
70288         * posix/getresgid.c: Likewise.
70289         * posix/getresuid.c: Likewise.
70290         * posix/getsid.c: Likewise.
70291         * posix/getuid.c: Likewise.
70292         * posix/glob64.c: Likewise.
70293         * posix/nanosleep.c: Likewise.
70294         * posix/pathconf.c: Likewise.
70295         * posix/pause.c: Likewise.
70296         * posix/posix_madvise.c: Likewise.
70297         * posix/pread.c: Likewise.
70298         * posix/pread64.c: Likewise.
70299         * posix/pwrite.c: Likewise.
70300         * posix/pwrite64.c: Likewise.
70301         * posix/sched_getaffinity.c: Likewise.
70302         * posix/sched_getp.c: Likewise.
70303         * posix/sched_gets.c: Likewise.
70304         * posix/sched_primax.c: Likewise.
70305         * posix/sched_primin.c: Likewise.
70306         * posix/sched_rr_gi.c: Likewise.
70307         * posix/sched_setaffinity.c: Likewise.
70308         * posix/sched_setp.c: Likewise.
70309         * posix/sched_sets.c: Likewise.
70310         * posix/sched_yield.c: Likewise.
70311         * posix/setgid.c: Likewise.
70312         * posix/setlogin.c: Likewise.
70313         * posix/setpgid.c: Likewise.
70314         * posix/setresgid.c: Likewise.
70315         * posix/setresuid.c: Likewise.
70316         * posix/setsid.c: Likewise.
70317         * posix/setuid.c: Likewise.
70318         * posix/sleep.c: Likewise.
70319         * posix/spawni.c: Likewise.
70320         * posix/sysconf.c: Likewise.
70321         * posix/times.c: Likewise.
70322         * posix/wait.c: Likewise.
70323         * posix/wait3.c: Likewise.
70324         * posix/wait4.c: Likewise.
70325         * posix/waitpid.c: Likewise.
70326         * resolv/gai_sigqueue.c: Likewise.
70327         * resource/getpriority.c: Likewise.
70328         * resource/getrlimit.c: Likewise.
70329         * resource/getrusage.c: Likewise.
70330         * resource/nice.c: Likewise.
70331         * resource/setpriority.c: Likewise.
70332         * resource/setrlimit.c: Likewise.
70333         * resource/ulimit.c: Likewise.
70334         * rt/aio_cancel.c: Likewise.
70335         * rt/aio_fsync.c: Likewise.
70336         * rt/aio_read.c: Likewise.
70337         * rt/aio_sigqueue.c: Likewise.
70338         * rt/aio_suspend.c: Likewise.
70339         * rt/aio_write.c: Likewise.
70340         * rt/clock_getres.c: Likewise.
70341         * rt/clock_gettime.c: Likewise.
70342         * rt/clock_nanosleep.c: Likewise.
70343         * rt/clock_settime.c: Likewise.
70344         * rt/lio_listio.c: Likewise.
70345         * rt/mq_close.c: Likewise.
70346         * rt/mq_getattr.c: Likewise.
70347         * rt/mq_notify.c: Likewise.
70348         * rt/mq_open.c: Likewise.
70349         * rt/mq_receive.c: Likewise.
70350         * rt/mq_send.c: Likewise.
70351         * rt/mq_setattr.c: Likewise.
70352         * rt/mq_timedreceive.c: Likewise.
70353         * rt/mq_timedsend.c: Likewise.
70354         * rt/mq_unlink.c: Likewise.
70355         * rt/shm_open.c: Likewise.
70356         * rt/shm_unlink.c: Likewise.
70357         * rt/timer_create.c: Likewise.
70358         * rt/timer_delete.c: Likewise.
70359         * rt/timer_getoverr.c: Likewise.
70360         * rt/timer_gettime.c: Likewise.
70361         * rt/timer_settime.c: Likewise.
70362         * setjmp/__longjmp.c: Likewise.
70363         * setjmp/setjmp.c: Likewise.
70364         * signal/kill.c: Likewise.
70365         * signal/killpg.c: Likewise.
70366         * signal/raise.c: Likewise.
70367         * signal/sigaction.c: Likewise.
70368         * signal/sigaltstack.c: Likewise.
70369         * signal/sigblock.c: Likewise.
70370         * signal/sigignore.c: Likewise.
70371         * signal/sigintr.c: Likewise.
70372         * signal/signal.c: Likewise.
70373         * signal/sigpause.c: Likewise.
70374         * signal/sigpending.c: Likewise.
70375         * signal/sigqueue.c: Likewise.
70376         * signal/sigreturn.c: Likewise.
70377         * signal/sigset.c: Likewise.
70378         * signal/sigsetmask.c: Likewise.
70379         * signal/sigstack.c: Likewise.
70380         * signal/sigsuspend.c: Likewise.
70381         * signal/sigtimedwait.c: Likewise.
70382         * signal/sigvec.c: Likewise.
70383         * signal/sigwait.c: Likewise.
70384         * signal/sigwaitinfo.c: Likewise.
70385         * signal/sysv_signal.c: Likewise.
70386         * socket/accept.c: Likewise.
70387         * socket/accept4.c: Likewise.
70388         * socket/bind.c: Likewise.
70389         * socket/connect.c: Likewise.
70390         * socket/getpeername.c: Likewise.
70391         * socket/getsockname.c: Likewise.
70392         * socket/getsockopt.c: Likewise.
70393         * socket/isfdtype.c: Likewise.
70394         * socket/listen.c: Likewise.
70395         * socket/recv.c: Likewise.
70396         * socket/recvfrom.c: Likewise.
70397         * socket/recvmsg.c: Likewise.
70398         * socket/send.c: Likewise.
70399         * socket/sendmsg.c: Likewise.
70400         * socket/sendto.c: Likewise.
70401         * socket/setsockopt.c: Likewise.
70402         * socket/shutdown.c: Likewise.
70403         * socket/sockatmark.c: Likewise.
70404         * socket/socket.c: Likewise.
70405         * socket/socketpair.c: Likewise.
70406         * stdio-common/ctermid.c: Likewise.
70407         * stdio-common/cuserid.c: Likewise.
70408         * stdio-common/remove.c: Likewise.
70409         * stdio-common/rename.c: Likewise.
70410         * stdio-common/renameat.c: Likewise.
70411         * stdio-common/tempname.c: Likewise.
70412         * stdlib/getcontext.c: Likewise.
70413         * stdlib/makecontext.c: Likewise.
70414         * stdlib/setcontext.c: Likewise.
70415         * stdlib/swapcontext.c: Likewise.
70416         * stdlib/system.c: Likewise.
70417         * streams/fattach.c: Likewise.
70418         * streams/fdetach.c: Likewise.
70419         * streams/getmsg.c: Likewise.
70420         * streams/getpmsg.c: Likewise.
70421         * streams/putmsg.c: Likewise.
70422         * streams/putpmsg.c: Likewise.
70423         * sysdeps/unix/bsd/getpt.c: Likewise.
70424         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
70425         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
70426         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
70427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
70428         Likewise.
70429         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
70430         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
70431         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
70432         * sysvipc/msgctl.c: Likewise.
70433         * sysvipc/msgget.c: Likewise.
70434         * sysvipc/msgrcv.c: Likewise.
70435         * sysvipc/msgsnd.c: Likewise.
70436         * sysvipc/semctl.c: Likewise.
70437         * sysvipc/semget.c: Likewise.
70438         * sysvipc/semop.c: Likewise.
70439         * sysvipc/semtimedop.c: Likewise.
70440         * sysvipc/shmat.c: Likewise.
70441         * sysvipc/shmctl.c: Likewise.
70442         * sysvipc/shmdt.c: Likewise.
70443         * sysvipc/shmget.c: Likewise.
70444         * termios/tcdrain.c: Likewise.
70445         * termios/tcflow.c: Likewise.
70446         * termios/tcflush.c: Likewise.
70447         * termios/tcgetattr.c: Likewise.
70448         * termios/tcgetpgrp.c: Likewise.
70449         * termios/tcsendbrk.c: Likewise.
70450         * termios/tcsetattr.c: Likewise.
70451         * termios/tcsetpgrp.c: Likewise.
70452         * time/adjtime.c: Likewise.
70453         * time/clock.c: Likewise.
70454         * time/getitimer.c: Likewise.
70455         * time/gettimeofday.c: Likewise.
70456         * time/setitimer.c: Likewise.
70457         * time/settimeofday.c: Likewise.
70458         * time/stime.c: Likewise.
70459         * time/time.c: Likewise.
70461 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
70463         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
70464         /usr/old/bin.
70466         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
70467         instead of spaces.
70468         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
70470 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
70472         [BZ #14796]
70473         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
70474         FE_TONEAREST before applying Dekker multiplication and Knuth
70475         addition.  Clear inexact exceptions and check for exact zero
70476         results afterwards.
70477         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
70478         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
70479         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
70480         * math/libm-test.inc (fma_test): Add more tests.
70481         (fma_test_towardzero): Likewise.
70482         (fma_test_downward): Likewise.
70483         (fma_test_upward): Likewise.
70484         * sysdeps/generic/math_private.h (default_libc_fesetround): New
70485         function.
70486         (libc_fesetround): New macro.
70487         (libc_fesetroundf): Likewise.
70488         (libc_fesetroundl): Likewise.
70489         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
70490         function.
70491         (libc_fesetround_387): Likewise.
70492         (libc_fesetroundf): New macro.
70493         (libc_fesetround): Likewise.
70494         (libc_fesetroundl): Likewise.
70495         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
70496         function.
70497         (libc_fesetroundf): New macro.
70498         (libc_fesetround): Likewise.
70499         (libc_fesetroundl): Likewise.
70500         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
70501         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
70502         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
70503         libm_hidden_ver.
70504         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
70505         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
70506         libm_hidden_def.
70507         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
70508         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
70509         libm_hidden_ver.
70510         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
70511         libm_hidden_def.
70513         [BZ #3439]
70514         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
70515         integer constant usable in #if and use that to give value to enum
70516         constant.
70517         (FE_DIVBYZERO): Likewise.
70518         (FE_UNDERFLOW): Likewise.
70519         (FE_OVERFLOW): Likewise.
70520         (FE_INVALID): Likewise.
70521         (FE_INVALID_SNAN): Likewise.
70522         (FE_INVALID_ISI): Likewise.
70523         (FE_INVALID_IDI): Likewise.
70524         (FE_INVALID_ZDZ): Likewise.
70525         (FE_INVALID_IMZ): Likewise.
70526         (FE_INVALID_COMPARE): Likewise.
70527         (FE_INVALID_SOFTWARE): Likewise.
70528         (FE_INVALID_SQRT): Likewise.
70529         (FE_INVALID_INTEGER_CONVERSION): Likewise.
70530         (FE_TONEAREST): Likewise.
70531         (FE_TOWARDZERO): Likewise.
70532         (FE_UPWARD): Likewise.
70533         (FE_DOWNWARD): Likewise.
70534         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
70535         (FE_DIVBYZERO): Likewise.
70536         (FE_OVERFLOW): Likewise.
70537         (FE_UNDERFLOW): Likewise.
70538         (FE_INEXACT): Likewise.
70539         (FE_TONEAREST): Likewise.
70540         (FE_DOWNWARD): Likewise.
70541         (FE_UPWARD): Likewise.
70542         (FE_TOWARDZERO): Likewise.
70543         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
70544         (FE_UNDERFLOW): Likewise.
70545         (FE_OVERFLOW): Likewise.
70546         (FE_DIVBYZERO): Likewise.
70547         (FE_INVALID): Likewise.
70548         (FE_TONEAREST): Likewise.
70549         (FE_TOWARDZERO): Likewise.
70550         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
70551         (FE_OVERFLOW): Likewise.
70552         (FE_UNDERFLOW): Likewise.
70553         (FE_DIVBYZERO): Likewise.
70554         (FE_INEXACT): Likewise.
70555         (FE_TONEAREST): Likewise.
70556         (FE_TOWARDZERO): Likewise.
70557         (FE_UPWARD): Likewise.
70558         (FE_DOWNWARD): Likewise.
70559         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
70560         (FE_DIVBYZERO): Likewise.
70561         (FE_OVERFLOW): Likewise.
70562         (FE_UNDERFLOW): Likewise.
70563         (FE_INEXACT): Likewise.
70564         (FE_TONEAREST): Likewise.
70565         (FE_DOWNWARD): Likewise.
70566         (FE_UPWARD): Likewise.
70567         (FE_TOWARDZERO): Likewise.
70569 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
70571         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
70573 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
70575         * scripts/cross-test-ssh.sh (command): Use newlines to separate
70576         commands.  Quote $PWD.
70577         (blacklist_exports): Don't use remove_newlines.  Replace "declare
70578         -x" by "export".
70579         (remove_newlines): Remove.
70581 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
70583         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
70584         * stdlib/stdlib.h (atof): Moved to ...
70585         * include/bits/stdlib-float.h: Here.  New file.
70586         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
70587         * stdlib/bits/stdlib-float.h: New file.
70588         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
70589         -mno-sse -mno-mmx.
70590         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
70591         <xmmintrin.h>.
70593 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
70595         * conform/conformtest.pl (@headers): Add fenv.h.
70596         * conform/data/fenv.h-data: New file.
70597         * include/fenv.h [_ISOMAC]: Disable all contents of file except
70598         include of <math/fenv.h>.
70600         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
70601         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
70602         && !UNIX98].  Enables tests for XOPEN2K8.
70603         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
70604         POSIX2008]: Likewise.
70606         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
70607         (struct rusage): Do not expect type or its members.
70609         [BZ #3439]
70610         * math/math.h (FP_NAN): Define macro to integer constant usable in
70611         #if and use that to give value to enum constant.
70612         (FP_INFINITE): Likewise.
70613         (FP_ZERO): Likewise.
70614         (FP_SUBNORMAL): Likewise.
70615         (FP_NORMAL): Likewise.
70617 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
70619         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
70620         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
70621         arguments.
70623 2012-11-02  Roland McGrath  <roland@hack.frob.com>
70625         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
70626         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
70627         autoconf-time if not.
70628         * configure.in: Remove AC_PREREQ.
70630 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
70632         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
70633         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
70634         of the internal implementation.
70636 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
70638         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
70639         except include of <misc/sys/syslog.h>.
70641 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
70643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
70644         function returns with a NULL context exit with zero.
70646 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
70648         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
70650 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
70652         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
70653         (run_program_cmd): This.
70654         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
70655         (tst_langinfo): New variable.  Use it.
70657 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
70659         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
70660         floating point opcodes.
70662 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
70664         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
70665         variable.
70667         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
70669         * sysdeps/mach/hurd/powerpc: Remove directory.
70670         * sysdeps/mach/powerpc: Likewise.
70672 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
70674         * scripts/check-local-headers.sh: Ignore c++ headers.
70676 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
70678         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
70679         __libc_cleanup_region_start argument.
70681 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
70683         [BZ #14784]
70684         [BZ #14785]
70685         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
70686         x * y using scaling, not as x * y + z.
70687         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
70688         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
70689         * math/libm-test.inc (fma_test): Add more tests.
70690         (fma_test_towardzero): Likewise.
70691         (fma_test_downward): Likewise.
70692         (fma_test_upward): Likewise.
70694 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
70696         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
70698 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
70700         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
70701         New variable.
70703 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
70705         * rt/tst-shm.c (worker): Correct checking for mmap failure.
70707 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
70709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
70710         Fix sort order.
70711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
70712         Likewise.
70714 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
70716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
70717         Fix the order of the list for glibc 2.17.
70718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
70719         Likewise.
70721 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
70723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
70725 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
70727         [BZ #14610]
70728         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
70729         for low part of x being zero before using __atanl (y).
70730         * math/libm-test.inc (atan2_test): Add another test.
70732         * manual/install.texi (Configuring and compiling): Document
70733         general use of test-wrapper and test-wrapper-env.
70734         * INSTALL: Regenerated.
70736         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
70737         (__fma): Do not extract and scale down low bits on after-rounding
70738         systems when result rounded to normal precision would have normal
70739         exponent.
70740         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
70741         (__fmal): Do not extract and scale down low bits on after-rounding
70742         systems when result rounded to normal precision would have normal
70743         exponent.
70744         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
70745         (__fmal): Do not extract and scale down low bits on after-rounding
70746         systems when result rounded to normal precision would have normal
70747         exponent.
70748         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
70749         macro.
70750         (fma_test): Add more tests.
70751         (fma_test_towardzero): Likewise.
70752         (fma_test_downward): Likewise.
70753         (fma_test_upward): Likewise.
70755 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
70757         * sysdeps/i386/tininess.h: Renamed to ...
70758         * sysdeps/x86/tininess.h: This.
70759         * sysdeps/x86_64/tininess.h: Removed.
70761 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
70763         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
70764         input.  Use $(build-program-cmd).
70765         ($(objpfx)tst-array1-static.out): Likewise.
70766         ($(objpfx)tst-array2.out): Likewise.
70767         ($(objpfx)tst-array3.out): Likewise.
70768         ($(objpfx)tst-array4.out): Likewise.
70769         ($(objpfx)tst-array5.out): Likewise.
70770         ($(objpfx)tst-array5-static.out): Likewise.
70772 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
70774         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
70775         if defined.
70777         * nss/nsswitch.h (nss_interface_function): Provide new
70778         macro for use with NSS functions.
70779         * grp/initgroups.c: Use new macro.
70780         * nss/getXXbyYY.c: Likewise.
70781         * nss/getXXbyYY_r.c: Likewise.
70782         * nss/getXXent.c: Likewise.
70783         * nss/getXXent_r.c: Likewise.
70784         * sysdeps/posix/getaddrinfo.c: Likewise.
70786 2012-10-30  Andreas Jaeger  <aj@suse.de>
70788         * po/ru.po: Update Russion translation from translation project.
70790 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
70792         [BZ #14152]
70793         [BZ #14783]
70794         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
70795         result and shift together with sticky bit instead of replicating
70796         round-to-nearest rounding.
70797         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
70798         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
70799         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
70800         missing underflow exceptions.
70801         (fma_test_towardzero): Add more tests.
70802         (fma_test_downward): Likewise.
70803         (fma_test_upward): Likewise.
70805         [BZ #14047]
70806         * sysdeps/generic/tininess.h: New file.
70807         * sysdeps/i386/tininess.h: Likewise.
70808         * sysdeps/sh/tininess.h: Likewise.
70809         * sysdeps/x86_64/tininess.h: Likewise.
70810         * stdlib/tst-strtod-underflow.c: Likewise.
70811         * stdlib/tst-tininess.c: Likewise.
70812         * stdlib/strtod_l.c: Include <tininess.h>.
70813         (round_and_return): Do not set errno for exact underflow cases.
70814         Force an underflow exception when setting errno for underflow.
70815         Determine underflow based on rounding to normal precision if
70816         TININESS_AFTER_ROUNDING.
70817         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
70818         ERANGE for exact underflow cases.
70819         * stdlib/Makefile (tests): Add tst-tininess and
70820         tst-strtod-underflow.
70821         ($(objpfx)tst-tininess): Use $(link-libm).
70822         ($(objpfx)tst-strtod-underflow): Likewise.
70824 2012-10-30  Andreas Jaeger  <aj@suse.de>
70826         [BZ #14767]
70827         * elf/Makefile (tests): Remove conditional for have-initfini-array
70828         since this is now always required and the variable does not exist
70829         anymore.
70830         (tests-static): Likewise.
70831         (modules-names): Likewise.
70833         * po/eo.po: Add Esperanto translation from translation project.
70835         * elf/tst-array1.c (fini_array): Make writeable so that it can be
70836         merged with constructor/destructor.
70837         (init_array): Likewise.
70838         * elf/tst-array2dep.c (fini_array): Likewise.
70839         (init_array): Likewise.
70841 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
70843         * manual/message.texi: Delete @cartouche tags.
70845 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
70847         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
70848         EOPNOTSUPP.
70849         * sysdeps/mach/hurd/fsync.c: Likewise.
70851         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
70852         [_POSIX_REALTIME_SIGNALS]: Change condition to
70853         [_POSIX_REALTIME_SIGNALS > 0].
70855 2012-10-27  Andreas Jaeger  <aj@suse.de>
70857         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
70858         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
70859         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
70860         [__WORDSIZE != 64]: Likewise.
70862 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
70864         *  iconvdata/tst-table.sh: Remove ${SHELL}.
70865         *  iconvdata/tst-tables.sh: Likewise.
70867 2012-10-25  David S. Miller  <davem@davemloft.net>
70869         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
70870         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
70871         of strtoull.
70873         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
70874         ifunc-impl-list.c
70875         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
70876         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
70877         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
70878         file.
70880 2012-10-25  Roland McGrath  <roland@hack.frob.com>
70882         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
70883         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
70884         __getdirentries.
70886 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
70887             Jim Blandy  <jimb@codesourcery.com>
70889         * scripts/cross-test-ssh.sh: New file.
70890         * manual/install.texi (Configuring and compiling): Document use of
70891         cross-test-ssh.sh.
70892         * INSTALL: Regenerated.
70894 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
70896         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
70897         EOPNOTSUPP.
70899 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
70901         * Makeconfig (run-program-prefix): Fix comment.
70903 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
70904             Jim Blandy  <jimb@codesourcery.com>
70906         * Makeconfig (test-wrapper): New variable,
70907         (test-wrapper-env): Likewise.
70908         [$(cross-compiling) = yes && $(test-wrapper) != ""]
70909         (run-built-tests): Define to yes.
70910         (run-program-prefix): Use $(test-wrapper).
70911         (built-program-cmd): Likewise.
70912         * Rules (make-test-out): Use $(test-wrapper-env) and
70913         $(host-built-program-cmd).
70914         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
70915         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
70916         tst-pathopt.sh.
70917         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
70918         $(test-wrapper-env) to tst-rtld-load-self.sh.
70919         ($(objpfx)order2.out): Use $(test-wrapper).
70920         ($(objpfx)tst-initorder.out): Likewise.
70921         ($(objpfx)tst-initorder2.out): Likewise.
70922         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
70923         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
70924         (test_wrapper_env): New variable.  Use it to run ld.so.
70925         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
70926         Use it to run ld.so.
70927         (test_wrapper_env): Likewise.
70928         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
70929         $(test-wrapper) to run-iconv-test.sh.
70930         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
70931         (ICONV): Use $test_wrapper.
70932         * posix/Makefile ($(objpfx)globtest.out): Pass
70933         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
70934         globtest.sh, not $(run-program-prefix).
70935         * posix/globtest.sh (run_via_rtld_prefix): New variable.
70936         (test_wrapper): Likewise.
70937         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
70938         set together with run_via_rtld_prefix.
70939         (run_program_prefix): Define in terms of test_wrapper and
70940         run_via_rtld_prefix.
70942 2012-10-24  Roland McGrath  <roland@hack.frob.com>
70944         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
70945         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
70946         Targets removed.
70948         [BZ #14743]
70949         * include/time.h: Remove librt_hidden_proto (clock_gettime).
70950         Declare __clock_getres, __clock_gettime, __clock_settime,
70951         __clock_nanosleep, and __clock_getcpuclockid.
70952         * rt/clock_gettime.c: Define __clock_gettime as an alias.
70953         Remove librt_hidden_def (clock_gettime).
70954         * sysdeps/unix/clock_gettime.c: Likewise.
70955         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
70956         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
70957         * rt/clock_getres.c: Define __clock_getres as an alias.
70958         * sysdeps/posix/clock_getres.c: Likewise.
70959         * rt/clock_settime.c: Define __clock_settime as an alias.
70960         * sysdeps/unix/clock_settime.c: Likewise.
70961         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
70962         * sysdeps/unix/clock_nanosleep.c: Likewise.
70963         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
70964         * rt/clock-compat.c: New file.
70965         * rt/Makefile (librt-routines): Add clock-compat and move
70966         $(clock-routines) to ...
70967         (routines): ... here, new variable.
70968         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
70969         Don't add get_clockfreq here.
70970         * rt/Versions (libc: GLIBC_2.17): New version set.
70971         Add clock_* symbols here.
70972         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
70973         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
70974         (GLIBC_2.17): Add clock_* symbols.
70975         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
70976         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
70977         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
70978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
70979         Likewise.
70980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
70981         Likewise.
70982         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
70983         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
70984         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
70985         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
70986         * NEWS: Mention the move.
70988         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
70989         Use __open, __read, __close rather than their public counterparts.
70990         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
70991         (__get_clockfreq_via_cpuinfo): Likewise.
70992         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
70993         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
70995         * config.h.in (HAVE_IFUNC): New #undef.
70996         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
70997         was successful.
70998         * configure: Regenerated.
71000 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
71002         * configure.in: Move READELF check to start of file.
71003         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
71004         libc_cv_asm_gnu_indirect_function in the process.
71005         * configure: Regenerated.
71007 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
71009         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
71010         send the output to /dev/null.
71011         (libc_cv_cc_with_libunwind): Likewise.
71012         (libc_cv_as_noexecstack): Likewise.
71013         * configure: Regenerate.
71015 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
71017         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
71019         * posix/globtest.sh (TMPDIR): Do not set.
71020         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
71021         (testout): Likewise.
71023 2012-10-24  Andreas Jaeger  <aj@suse.de>
71025         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
71026         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
71027         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
71028         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
71029         posix_fadvise64, posix_fallocate64.
71031         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
71032         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
71033         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
71034         Likewise.
71035         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
71036         Likewise.
71037         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
71039         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
71040         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
71041         <bits/fcntl-linux.h>.
71042         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
71044         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
71045         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
71046         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
71047         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
71048         [__WORDSIZE != 64]: Likewise.
71050 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
71052         * Makeconfig (run-built-tests): New variable.
71053         * Rules [$(cross-compiling) = yes]: Change condition to
71054         [$(run-built-tests) = no].
71055         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
71056         to [$(run-built-tests) = yes].
71057         * elf/Makefile [$(cross-compiling) = no]: Likewise.
71058         * grp/Makefile [$(cross-compiling) = no]: Likewise.
71059         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
71060         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
71061         * intl/Makefile [$(cross-compiling) = no]: Likewise.
71062         * io/Makefile [$(cross-compiling) = no]: Likewise.
71063         * libio/Makefile [$(cross-compiling) = no]: Likewise.
71064         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
71065         * misc/Makefile [$(cross-compiling) = no]: Likewise.
71066         * posix/Makefile [$(cross-compiling) = no]: Likewise.
71067         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
71068         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
71069         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
71070         * string/Makefile [$(cross-compiling) = no]: Likewise.
71072         * posix/Makefile ($(objpfx)globtest.out): Pass
71073         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
71074         $(rtld-installed-name).
71075         * posix/globtest.sh (elf_objpfx): Remove variable.
71076         (rtld_installed_name): Likewise.
71077         (library_path): Likewise.
71078         (run_program_prefix): New variable.  Use for running globtest
71079         binary.
71081 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
71082             Joseph Myers  <joseph@codesourcery.com>
71084         * Makeconfig (host-built-program-cmd): New variable.
71085         * elf/Makefile (tst-stackguard1-ARGS): Use
71086         $(host-built-program-cmd).
71087         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
71088         (tst-spawn-ARGS): Likewise.
71089         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
71091 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
71092             Jim Blandy  <jimb@codesourcery.com>
71094         * Makeconfig (run-via-rtld-prefix): New variable.
71095         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
71096         (built-program-cmd): Likewise.
71098 2012-10-22  Andreas Jaeger  <aj@suse.de>
71100         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
71101         __O_RSYNC if it exists, otherwise to O_SYNC.
71103 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
71104             Joseph Myers  <joseph@codesourcery.com>
71106         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
71107         /dev/null.
71108         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
71109         from /dev/null
71110         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
71111         /dev/null.
71113 2012-10-22  Andreas Jaeger  <aj@suse.de>
71115         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
71116         Define always.
71117         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
71119         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
71120         bits/fcntl-linux.h.
71122         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
71123         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
71125         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
71126         to __O_LARGEFILE.
71127         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
71128         to __O_LARGEFILE.
71130 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
71131             Joseph Myers  <joseph@codesourcery.com>
71133         * config.make.in (NM): New variable.
71135 2012-10-21  Andreas Jaeger  <aj@suse.de>
71137         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
71138         definitions and declarations that are provided by
71139         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
71141 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
71143         [BZ #14683]
71144         * elf/Makefile (tests-static): Add tst-leaks1-static.
71145         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
71146         ($(objpfx)tst-leaks1-static): New rule.
71147         ($(objpfx)tst-leaks1-static-mem): Likewise.
71148         (tst-leaks1-static-ENV): New macro.
71149         * elf/dl-open.c (dl_open_worker): Check the main application
71150         only if SHARED is defined.
71151         * elf/tst-leaks1-static.c: New file.
71153 2012-10-20  Andreas Jaeger  <aj@suse.de>
71155         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
71156         generic values for Linux.
71157         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
71158         and declarations that are provided by <bits/fcntl-linux.h> and
71159         include <bits/fcntl-linux.h>.
71160         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
71161         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
71163 2012-10-20  Roland McGrath  <roland@hack.frob.com>
71165         * io/fcntl.h: Move include of <bits/types.h> to the top and
71166         include it unconditionally.
71168 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
71170         * wcsmbs/Makefile (tests-ifunc): New variable.
71171         (tests): Add $(tests-ifunc).
71172         * wcsmbs/test-wcschr-ifunc.c: New file.
71173         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
71174         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
71175         * wcsmbs/test-wcslen-ifunc.c: Likewise.
71176         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
71177         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
71179         * string/Makefile (tests-ifunc): New variable.
71180         (tests): Add $(tests-ifunc).
71181         * string/test-memccpy.c (TEST_NAME): New macro.
71182         * string/test-memchr.c (TEST_NAME): Likewise.
71183         * string/test-memcmp.c (TEST_NAME): Likewise.
71184         * string/test-memcpy.c (TEST_NAME): Likewise.
71185         * string/test-memmem.c (TEST_NAME): Likewise.
71186         * string/test-memmove.c (TEST_NAME): Likewise.
71187         * string/test-memset.c (TEST_NAME): Likewise.
71188         * string/test-rawmemchr.c (TEST_NAME): Likewise.
71189         * string/test-stpcpy.c (TEST_NAME): Likewise.
71190         * string/test-stpncpy.c (TEST_NAME): Likewise.
71191         * string/test-strcasecmp.c (TEST_NAME): Likewise.
71192         * string/test-strcasestr.c (TEST_NAME): Likewise.
71193         * string/test-strcat.c (TEST_NAME): Likewise.
71194         * string/test-strchr.c (TEST_NAME): Likewise.
71195         * string/test-strcmp.c(TEST_NAME): Likewise.
71196         * string/test-strcpy.c (TEST_NAME): Likewise.
71197         * string/test-strcspn.c (TEST_NAME): Likewise.
71198         * string/test-strlen.c (TEST_NAME): Likewise.
71199         * string/test-strncasecmp.c (TEST_NAME): Likewise.
71200         * string/test-strncmp.c (TEST_NAME): Likewise.
71201         * string/test-strncpy.c (TEST_NAME): Likewise.
71202         * string/test-strnlen.c (TEST_NAME): Likewise.
71203         * string/test-strpbrk.c (TEST_NAME): Likewise.
71204         * string/test-strrchr.c (TEST_NAME): Likewise.
71205         * string/test-strspn.c (TEST_NAME): Likewise.
71206         * string/test-strstr.c (TEST_NAME): Likewise.
71207         * string/test-bcopy-ifunc.c: New file.
71208         * string/test-bzero-ifunc.c: Likewise.
71209         * string/test-memccpy-ifunc.c: Likewise.
71210         * string/test-memchr-ifunc.c: Likewise.
71211         * string/test-memcmp-ifunc.c: Likewise.
71212         * string/test-memcpy-ifunc.c: Likewise.
71213         * string/test-memmem-ifunc.c: Likewise.
71214         * string/test-memmove-ifunc.c: Likewise.
71215         * string/test-mempcpy-ifunc.c: Likewise.
71216         * string/test-memset-ifunc.c: Likewise.
71217         * string/test-rawmemchr-ifunc.c: Likewise.
71218         * string/test-stpcpy-ifunc.c: Likewise.
71219         * string/test-stpncpy-ifunc.c: Likewise.
71220         * string/test-strcasecmp-ifunc.c: Likewise.
71221         * string/test-strcasestr-ifunc.c: Likewise.
71222         * string/test-strcat-ifunc.c: Likewise.
71223         * string/test-strchr-ifunc.c: Likewise.
71224         * string/test-strchrnul-ifunc.c: Likewise.
71225         * string/test-strcmp-ifunc.c: Likewise.
71226         * string/test-strcpy-ifunc.c: Likewise.
71227         * string/test-strcspn-ifunc.c: Likewise.
71228         * string/test-strlen-ifunc.c: Likewise.
71229         * string/test-strncasecmp-ifunc.c: Likewise.
71230         * string/test-strncat-ifunc.c: Likewise.
71231         * string/test-strncmp-ifunc.c: Likewise.
71232         * string/test-strncpy-ifunc.c: Likewise.
71233         * string/test-strnlen-ifunc.c: Likewise.
71234         * string/test-strpbrk-ifunc.c: Likewise.
71235         * string/test-strrchr-ifunc.c: Likewise.
71236         * string/test-strspn-ifunc.c: Likewise.
71237         * string/test-strstr-ifunc.c: Likewise.
71239         * debug/Makefile (tests-ifunc): New variable.
71240         (tests): Add $(tests-ifunc).
71241         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
71242         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
71243         * debug/test-stpcpy_chk-ifunc.c: New file.
71244         * debug/test-strcpy_chk-ifunc.c: Likewise.
71246 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
71248         [BZ #13601]
71249         * elf/dl-load.c (open_verify): Retry read if the entire ELF
71250         header is not read in.
71252 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
71254         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
71255         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
71256         directly.  Pass built executable to script as
71257         $(built-program-cmd).
71258         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
71259         $testprogram without using LD_LIBRARY_PATH and $ldso.
71261         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
71262         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
71263         $(rtld-installed-name).
71264         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
71265         (rtld_installed_name): Likewise.
71266         (library_path): Likewise.
71267         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
71268         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
71269         $(run-program-prefix) to tst-tables.sh.
71270         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
71271         it to run tst-table-from and tst-table-to.
71272         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
71273         Pass it to tst-table.sh.
71274         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
71275         $(run-program-prefix) to tst-gettext.sh.
71276         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
71277         tst-translit.sh.
71278         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
71279         tst-gettext2.sh.
71280         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
71281         to run tst-gettext.
71282         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
71283         to run tst-gettext2.
71284         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
71285         to run tst-translit.
71286         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
71287         $(run-program-prefix) to tst-mtrace.sh.
71288         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
71289         to run tst-mtrace.
71290         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
71291         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
71292         $(rtld-installed-name).
71293         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
71294         (rtld_installed_name): Likewise.
71295         (run_program_prefix): New variable.  Use it to run wordexp-test.
71297         * Makeconfig (ARCH): Remove all definitions.
71298         (machine): Likewise.
71299         [ARCH]: Remove conditional code.
71300         [!objdir]: Give error.
71301         [!objdir] (objpfx): Remove.
71302         [!objdir] (common-objpfx): Likewise.
71303         [!objdir] (common-objdir): Likewise.
71304         * configure.in (config_makefile): Remove.  Hardcode Makefile in
71305         AC_CONFIG_FILES call.
71306         * configure: Regenerated.
71308         [BZ #13888]
71309         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
71310         or TMPDIR.
71311         (testout): Likewise.
71313         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
71314         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
71315         $(rtld-installed-name).
71316         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
71317         (rtld_installed_name): Likewise.
71318         (runit): Remove function.
71319         (run_getconf): New variable,  Use it for running getconf binary.
71321 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
71323         [BZ #14716]
71324         * string/test-memmem.c (check_result): New function.
71325         (do_one_test): Use it.
71326         (check1): New function.
71327         (test_main): Use it.
71329 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
71331         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
71333 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
71335         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
71336         (_G_LSEEK64): Likewise.
71337         (_G_MMAP64): Likewise.
71338         (_G_FSTAT64): Likewise.
71339         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
71340         (_G_LSEEK64): Likewise.
71341         (_G_MMAP64): Likewise.
71342         (_G_FSTAT64): Likewise.
71343         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
71344         unconditional.  Call __mmap64 directly.
71345         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
71346         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
71347         __lseek64 directly.
71348         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
71349         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
71350         __mmap64 directly.
71351         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
71352         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
71353         __lseek64 directly.
71354         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
71355         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
71356         __lseek64 directly.
71357         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
71358         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
71359         __lseek64 directly.
71360         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
71361         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
71362         __fxstat64 directly.
71363         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
71364         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
71365         unconditional.
71366         (freopen64) [!_G_OPEN64]: Remove conditional code.
71367         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
71368         unconditional.
71369         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
71370         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
71371         unconditional.
71372         (ftello64) [!_G_LSEEK64]: Remove conditional code.
71373         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
71374         unconditional.
71375         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
71376         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
71377         unconditional.
71378         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
71379         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
71380         unconditional.
71381         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
71382         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
71383         unconditional.
71384         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
71385         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
71386         unconditional.
71387         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
71389 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
71391         [BZ #12140]
71392         * manual/memory.texi (Malloc Tunable Parameters): Add note
71393         about free list pointers overwriting some perturb bytes.
71394         Wording suggested by Roland McGrath.
71396 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
71398         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
71399         (lgamma_test): Likewise.
71400         (tgamma_test): Likewise.
71402 2012-10-16  Florian Weimer  <fweimer@redhat.com>
71404         [BZ #14700]
71405         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
71406         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
71408 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
71410         * NEWS: Mention BZ #14716.
71411         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
71412         when removing AVAILABLE1_USES_J macro.
71414 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
71416         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
71417         (__bswap_64): __uint64_t for unsigned 64-bit int.
71419 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
71421         * include/string.h (memmem): Declare libc hidden alias.
71422         * string/memmem.c (memmem): Define libc hidden alias.
71423         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
71424         __read, __close instead of open, read, close.
71426 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
71428         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
71429         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
71430         global and hidden.
71431         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
71432         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
71433         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
71434         Likewise.
71435         (__rawmemchr_sse2): Likewise.
71436         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
71437         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
71438         (__strchr_sse2): Likewise.
71439         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
71440         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
71441         (__strcasecmp_sse2): Likewise.
71442         (__strncasecmp_sse2): Likewise.
71443         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
71444         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
71445         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
71446         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
71447         (__strrchr_sse2): Likewise.
71448         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
71449         ifunc-impl-list.c.
71450         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
71451         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
71452         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
71453         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
71454         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
71455         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
71456         * sysdeps/x86_64/multiarch/memset.S: Likewise.
71457         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
71458         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
71459         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
71460         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
71461         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
71462         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
71463         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
71464         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
71465         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
71466         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
71467         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
71468         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
71469         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
71470         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
71471         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
71472         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
71473         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
71474         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
71475         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
71476         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
71477         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
71478         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
71479         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
71481         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
71482         global and hidden.
71483         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
71484         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
71485         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
71486         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
71487         Likewise.
71488         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
71489         Likewise.
71490         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
71491         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
71492         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
71493         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
71494         ifunc-impl-list.c.
71495         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
71496         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
71497         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
71498         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
71499         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
71500         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
71501         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
71502         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
71503         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
71504         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
71505         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
71506         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
71507         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
71508         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
71509         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
71510         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
71511         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
71512         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
71513         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
71514         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
71515         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
71516         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
71517         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
71518         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
71519         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
71520         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
71521         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
71522         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
71523         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
71524         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
71525         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
71526         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
71527         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
71528         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
71529         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
71530         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
71531         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
71532         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
71533         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
71534         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
71535         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
71537         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
71538         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
71539         * include/ifunc-impl-list.h: New file.
71540         * misc/ifunc-impl-list.c: Likewise.
71541         * misc/Makefile (routines): Add ifunc-impl-list.
71542         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
71543         * string/test-string.h: Include <ifunc-impl-list.h>.
71544         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
71545         TEST_NAME]: New variables.
71546         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
71547         are defined.
71548         (test_init): Call __libc_ifunc_impl_list to initialize
71549         func_list if TEST_IFUNC and TEST_NAME are defined.
71551         * string/Makefile (strop-tests): Add bcopy and bzero.
71552         * string/test-bcopy.c: New file.
71553         * string/test-bzero.c: Likewise.
71554         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
71555         defined.
71556         * string/test-memset.c: Support bzero test if TEST_BZERO is
71557         defined.
71558         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
71559         __libc_memmove.
71560         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
71561         __libc_memset.
71562         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
71563         of memset.
71565 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
71567         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
71568         * configure: Regenerated.
71570         * Makeconfig (+link-static-before-libc): Don't include
71571         $(link-static-libc).
71573         * libio/libio.h (_IO_pos_t): Remove.
71575 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
71577         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
71578         McGrath.
71580 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
71582         * crypt/crypt-entry.c: Include fips-private.h.
71583         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
71584         * crypt/md5c-test.c (main): Tolerate disabled MD5.
71585         * sysdeps/unix/sysv/linux/fips-private.h: New file.
71586         * sysdeps/generic/fips-private.h: New file, dummy fallback.
71588 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
71590         * crypt/crypt-private.h: Include stdbool.h.
71591         (_ufc_setup_salt_r): Return bool.
71592         * crypt/crypt-entry.c: Include errno.h.
71593         (__crypt_r): Return NULL with EINVAL for bad salt.
71594         * crypt/crypt_util.c (bad_for_salt): New.
71595         (_ufc_setup_salt_r): Check that salt is long enough and within
71596         the specified alphabet.
71597         * crypt/badsalttest.c: New file.
71598         * crypt/Makefile (tests): Add it.
71599         ($(objpfx)badsalttest): New.
71601 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
71603         * NEWS: Add entry for BZ #14602.
71605 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
71607         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
71608         type-generic.
71609         * math/libm-test.inc: Update comment listing what functions and
71610         macros are tested.
71611         (isgreater_test): New function.
71612         (isgreaterequal_test): Likewise.
71613         (isless_test): Likewise.
71614         (islessequal_test): Likewise.
71615         (islessgreater_test): Likewise.
71616         (isunordered_test): Likewise.
71617         (main): Call the new functions.
71619 2012-10-09  Roland McGrath  <roland@hack.frob.com>
71621         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
71622         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
71623         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
71624         * sysdeps/i386/configure: Regenerated.
71625         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
71626         * sysdeps/mach/configure: Regenerated.
71627         * sysdeps/mach/hurd/configure: Regenerated.
71628         * sysdeps/powerpc/configure: Regenerated.
71629         * sysdeps/powerpc/powerpc32/configure: Regenerated.
71630         * sysdeps/powerpc/powerpc64/configure: Regenerated.
71631         * sysdeps/s390/s390-32/configure: Regenerated.
71632         * sysdeps/s390/s390-64/configure: Regenerated.
71633         * sysdeps/sh/configure: Regenerated.
71634         * sysdeps/sparc/configure: Regenerated.
71635         * sysdeps/unix/sysv/linux/configure: Regenerated.
71636         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
71637         * sysdeps/x86_64/configure: Regenerated.
71639         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
71640         defined.  Don't check if MAP is NULL.
71642 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
71644         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
71645         (_G_stat64): Likewise.
71646         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
71647         (_G_stat64): Likewise.
71648         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
71649         instead of struct _G_stat64.
71650         * libio/fileops.c (mmap_remap_check): Likewise.
71651         (decide_maybe_mmap): Likewise.
71652         (_IO_new_file_seekoff): Likewise.
71653         (_IO_file_stat): Likewise.
71654         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
71655         _G_off64_t.
71656         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
71657         instead of struct _G_stat64.
71658         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
71660 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
71662         [BZ #14602]
71663         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
71664         Replace with ...
71665         (CHECK_EOL): New macro.
71666         (two_way_short_needle): Check beginning of haystack for EOL.  Use
71667         CHECK_EOL.
71668         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
71669         Replace with CHECK_EOL.
71670         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
71671         Replace with CHECK_EOL.
71673 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
71675         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
71676         type-generic.
71677         * math/libm-test.inc: Update comment listing what functions and
71678         macros are tested.
71679         (finite_test): New function.
71680         (isinf_test): Likewise.
71681         (isnan_test): Likewise.
71682         (fpclassify_test): Test subnormal input.
71683         (isfinite_test): Likewise.
71684         (isnormal_test): Likewise.
71685         (main): Call the new functions.
71687 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
71689         [BZ #14660]
71690         * Makerules (%.dynsym): Force C locale when running
71691         $(OBJDUMP) --dynamic-syms.
71693 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
71695         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
71696         <stdint.h>.
71698 2012-10-06  David S. Miller  <davem@davemloft.net>
71700         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
71701         upper 32-bits of the length value in %o2 since we use branch-on-register
71702         tests which consider the entire 64-bit register.
71704 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
71706         * string/test-strstr.c (check2): Add a test for page boundary.
71708 2012-10-05  David S. Miller  <davem@davemloft.net>
71710         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
71711         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
71712         file.
71713         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
71714         sysdep_routines.
71715         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
71716         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
71717         and bzero when HWCAP_SPARC_CRYPTO is present.
71719 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
71721         [BZ #14602]
71722         * string/test-strstr.c (check2): New function.
71723         (test_main): Call check2.
71725         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
71726         and bug-strchr1.
71727         * string/bug-strcasestr1.c (do_test): Moved to ...
71728         * string/test-strcasestr.c (check1): Here.  New function.
71729         (do_one_test): Break out result checking code into ...
71730         (check_result): This.  New function.
71731         (do_one_test): Call check_result.
71732         (test_main): Call check1.
71733         * string/bug-strchr1.c (do_test): Moved to ...
71734         * string/test-strchr.c (check1): Here.  New function.
71735         (do_one_test): Break out result checking code into ...
71736         (check_result): This.  New function.
71737         (do_one_test): Call check_result.
71738         (test_main): Call check1.
71739         * string/bug-strstr1.c (main): Moved to ...
71740         * string/test-strstr.c (check1): Here.  New function.
71741         (do_one_test): Break out result checking code into ...
71742         (check_result): This.  New function.
71743         (do_one_test): Call check_result.
71744         (test_main): Call check1.
71745         * string/bug-strcasestr1.c: Removed.
71746         * string/bug-strchr1.c: Likewise.
71747         * string/bug-strstr1.c: Likewise.
71749         * elf/Makefile (dl-routines): Add hwcaps.
71750         * elf/dl-support.c (_dl_important_hwcaps): Removed.
71751         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
71752         (_dl_important_hwcaps): Moved to ...
71753         * elf/dl-hwcaps.c: Here.  New file.
71754         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
71756         [BZ #14557]
71757         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
71758         if IS_IN_rtld isn't defined.
71760         * elf/dl-support.c (_dl_sysinfo_map): New.
71761         Include "get-dynamic-info.h" and "setup-vdso.h".
71762         (_dl_non_dynamic_init): Call setup_vdso.
71763         * elf/dynamic-link.h: Don't include <assert.h>.
71764         (elf_get_dynamic_info): Moved to ...
71765         * elf/get-dynamic-info.h: Here.  New file.
71766         * elf/dynamic-link.h: Include "get-dynamic-info.h".
71767         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
71768         * elf/setup-vdso.h: Here.  New file.
71769         * elf/rtld.c: Include "setup-vdso.h".
71770         (dl_main): Call setup_vdso.
71772 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
71774         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
71775         creal in comment listing functions tested.  List finite, isinf,
71776         isnan, isless, islessequal, isgreater, isgreaterequal,
71777         islessgreater, isunordered, lgamma_r and pow10 as functions and
71778         macros not tested.  Mention which functions not tested are aliases
71779         for other functions.  Fix typo.  Note that signs of NaNs are not
71780         tested.
71782         * scripts/config.guess: Update from config.git.
71783         * scripts/config.sub: Likewise.
71785 2012-10-04  Roland McGrath  <roland@hack.frob.com>
71787         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
71788         * misc/madvise.c (madvise): Renamed to __madvise.
71789         Make madvise a weak alias.
71790         * include/sys/mman.h: Declare __madvise.
71791         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
71792         * sysdeps/unix/syscalls.list
71793         (madvise): Make __madvise the strong name, and madvise a weak alias.
71794         * sysdeps/unix/sysv/linux/syscalls.list
71795         (madvise, mmap): Remove redundant entries.
71796         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
71797         * malloc/malloc.c (mtrim): Likewise.
71798         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
71800 2012-10-03  Roland McGrath  <roland@hack.frob.com>
71802         * sysdeps/mach/hurd/dl-cache.c: File removed.
71803         * config.h.in (USE_LDCONFIG): New #undef.
71804         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
71805         * configure: Regenerated.
71806         * elf/Makefile (dl-routines): Add dl-cache only under
71807         [$(use-ldconfig) = yes].
71808         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
71809         cache on [USE_LDCONFIG].
71810         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
71811         [USE_LDCONFIG].
71812         * elf/rtld.c (dl_main): Likewise.
71814 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
71816         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
71817         _SC_LEVEL4_CACHE_LINESIZE.
71819 2012-10-03  Roland McGrath  <roland@hack.frob.com>
71821         * sysdeps/unix/bsd/confstr.h: File removed.
71823 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
71825         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
71826         sys/sdt-config.h.
71828 2012-10-02  Roland McGrath  <roland@hack.frob.com>
71830         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
71831         Make 'mapoff' field ElfW(Off) rather than off_t.
71833 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
71835         * nscd/Makefile: Remove nscd-cflags and all its users.
71836         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
71837         (CFLAGS-nonlib): Add compiler flags for nscd modules.
71839         [BZ #10631]
71840         * malloc.c (malloc_printerr): Clarify error message.
71842 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
71844         [BZ #14648]
71845         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
71846         Set bit_FMA_Usable if FMA is supported.
71847         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
71848         macro.
71849         (bit_FMA4_Usable): Updated.
71850         (index_FMA_Usable): New macro.
71851         (CPUID_FMA): Likewise.
71852         (HAS_FMA): Defined with bit_FMA_Usable.
71854 2012-10-01  Roland McGrath  <roland@hack.frob.com>
71856         * bits/types.h (__swblk_t): Type removed.
71857         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
71858         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
71859         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
71860         (__SWBLK_T_TYPE): Likewise.
71861         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
71862         (__SWBLK_T_TYPE): Likewise.
71863         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
71864         (__SWBLK_T_TYPE): Likewise.
71865         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
71866         (__SWBLK_T_TYPE): Likewise.
71868 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
71869             Honza Horak <hhorak@redhat.com>
71871         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
71872         (xdr_mapname): Use YPMAXMAP as maxsize.
71873         (xdr_peername): Use YPMAXPEER as maxsize.
71874         (xdr_keydat): Use YPAXRECORD as maxsize.
71875         (xdr_valdat): Use YPMAXRECORD as maxsize.
71877 2012-10-01  Roland McGrath  <roland@hack.frob.com>
71879         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
71881         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
71882         * csu/init-first.c: ... here.
71883         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
71884         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
71885         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
71886         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
71887         * sysdeps/i386/init-first.c: File removed.
71888         * sysdeps/sh/init-first.c: File removed.
71890 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
71892         [BZ #14645]
71893         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
71894         if x * y might underflow to zero and z is zero.
71895         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
71896         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
71897         * math/libm-test.inc (min_subnorm_value): New variable.
71898         (fma_test): Add more tests.
71899         (fma_test_towardzero): Likewise.
71900         (fma_test_downward): Likewise.
71901         (fma_test_upward): Likewise.
71902         (initialize): Set min_subnorm_value.
71904 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
71906         [BZ #14638]
71907         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
71908         0 + 0.
71909         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
71910         mode for addition resulting in exact zero.
71911         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
71912         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
71913         exact 0 + 0.
71914         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
71915         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
71916         * math/libm-test.inc (fma_test): Add more tests.
71917         (fma_test_towardzero): New function.
71918         (fma_test_downward): Likewise.
71919         (fma_test_upward): Likewise.
71920         (main): Call the new functions.
71922 2012-09-28  David S. Miller  <davem@davemloft.net>
71924         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
71926 2012-09-28  Roland McGrath  <roland@hack.frob.com>
71928         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
71929         instead of SIGALRM.
71931         * sysdeps/gnu/_G_config.h: Moved to ...
71932         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
71933         * sysdeps/mach/hurd/_G_config.h: Moved to ...
71934         * sysdeps/generic/_G_config.h: ... here.
71936         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
71938         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
71940         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
71941         Conditionalize target on [libnss_test1.so-version].
71943         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
71945         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
71946         (elfobjdir): Move out of conditionals.
71948         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
71949         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
71950         (__nss_lookup_function): Conditionalize label remove_from_tree on
71951         [!DO_STATIC_NSS || SHARED], matching its only use.
71953 2012-09-28  David S. Miller  <davem@davemloft.net>
71955         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
71956         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
71957         file.
71958         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
71959         sysdep_routines.
71960         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
71961         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
71962         when HWCAP_SPARC_CRYPTO is present.
71964 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
71966         * io/tst-mknodat.c: Create a FIFO instead of a socket.
71968 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
71970         [BZ #6530]
71971         * stdio-common/vfprintf.c (process_string_arg): Revert
71972         2000-07-22 change.
71974 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
71976         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
71977         for testcase.
71978         * stdio-common/tst-sprintf.c: Include <locale.h>
71979         (main): Test sprintf's handling of incomplete multibyte
71980         characters.
71982 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
71984         * elf/dl-runtime.c (VERSYMIDX): Removed.
71985         * elf/dl-version.c (VERSYMIDX): Likewise.
71986         * elf/do-rel.h (VERSYMIDX): Likewise.
71987         (VALIDX): Likewise.
71988         * elf/dynamic-link.h (VERSYMIDX): Likewise.
71989         * elf/rtld.c (VALIDX): Likewise.
71990         (ADDRIDX): Likewise.
71991         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
71992         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
71993         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
71994         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
71995         (VALIDX): Likewise.
71996         (ADDRIDX): Likewise.
71998 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
72000         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
72002 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
72004         [BZ #11438]
72005         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
72006         to global scope.
72007         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
72008         addresses are in the same scope as 192.0.2/24.
72009         * posix/gai.conf: Document new scope table defaults.
72011 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
72013         [BZ #5298]
72014         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
72015         for ftell.  Compute offsets from write pointers instead.
72016         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
72018 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
72020         [BZ #14543]
72021         * libio/Makefile (tests): New test case tst-fseek.
72022         * libio/tst-fseek.c: New test case to verify that fseek/ftell
72023         combination works in wide mode.
72024         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
72025         state when the external buffer state changes.
72027 2012-09-27  David S. Miller  <davem@davemloft.net>
72029         [BZ #14376]
72030         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
72031         pass reloc->r_addend in as the 'high' argument to
72032         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
72034         * sysdeps/sparc/fpu/libm-test-ulps: Update.
72036 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
72038         * rt/tst-aio2.c: Include <pthread.h>.
72039         * rt/tst-aio3.c: Likewise.
72041 2012-09-27  Steve Ellcey  <sellcey@mips.com>
72043         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
72045 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
72047         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
72048         contents on [SHARED].
72050 2012-09-26  Marek Polacek  <polacek@redhat.com>
72052         [BZ #14530]
72053         [BZ #13741]
72054         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
72055         for C++ and GCC <4.3 as well as for non GCC compilers.
72057 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
72059         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
72061 2012-09-25  Roland McGrath  <roland@hack.frob.com>
72063         * Makefile.in (all, install): Declare with .PHONY.
72064         Reported by Michael Hope <michael.hope@linaro.org>.
72066 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
72068         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
72069         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
72070         system header.
72071         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
72072         Likewise.
72073         (sydep_routines): Add the new and the internal functions.
72074         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
72075         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
72076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
72077         (GLIBC_2.17): Add the new function.
72078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
72079         (GLIBC_2.17): Likewise.
72080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
72081         (GLIBC_2.17): Likewise.
72082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
72083         (GLIBC_2.17): Likewise.
72084         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
72086 2012-09-25  Alan Modra  <amodra@gmail.com>
72088         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
72089         Add release barrier before setting once_control to say
72090         initialisation is done.  Add hints on lwarx.  Use macro in
72091         place of isync.
72092         (clear_once_control): Add release barrier.
72094 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
72096         [BZ #13629]
72097         * math/s_clog.c (__clog): Handle more values close to |z| = 1
72098         specially.
72099         * math/s_clog10.c (__clog10): Likewise.
72100         * math/s_clog10f.c (__clog10f): Likewise.
72101         * math/s_clog10l.c (__clog10l): Likewise.
72102         * math/s_clogf.c (__clogf): Likewise.
72103         * math/s_clogl.c (__clogl): Likewise.
72104         * math/Makefile (libm-calls): Add x2y2m1.
72105         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
72106         (__x2y2m1): Likewise.
72107         (__x2y2m1l): Likewise.
72108         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
72109         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
72110         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
72111         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
72112         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
72113         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
72114         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
72115         * sysdeps/i386/fpu/libm-test-ulps: Update.
72116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
72118         [BZ #14621]
72119         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
72120         int as type of variable DEPTH.
72121         (glob): Use size_t instead of int as type of variables NEWCOUNT
72122         and OLD_PATHC.
72124 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
72126         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
72127         Add s_sincosf-sse2.
72128         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
72129         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
72130         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
72131         macros for using routine as __sincosf_ia32.
72132         Use macro for function declaration and weak_alias.
72133         * sysdeps/i386/fpu/libm-test-ulps: Update.
72135         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
72136         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
72138         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
72139         subnormal argument.
72140         * math/s_cexpf.c (__cexpf): Likewise.
72141         * math/s_csinf.c (__csinf): Likewise.
72142         * math/s_csinhf.c (__csinhf): Likewise.
72143         * math/s_ctanf.c (__ctanf): Likewise.
72144         * math/s_ctanhf.c (__ctanhf): Likewise.
72145         * math/s_ccosh.c (__ccoshf): Likewise.
72146         * math/s_cexp.c (__cexpl): Likewise.
72147         * math/s_csin.c (__csin): Likewise.
72148         * math/s_csinh.c (__csinh): Likewise.
72149         * math/s_ctan.c (__ctan): Likewise.
72150         * math/s_ctanh.c (ctanh): Likewise.
72151         * math/s_ccoshl.c (__ccoshl): Likewise.
72152         * math/s_cexpl.c (__cexpl): Likewise.
72153         * math/s_csinl.c (__csinl): Likewise.
72154         * math/s_csinhl.c (__csinhl): Likewise.
72155         * math/s_ctanl.c (__ctanl): Likewise.
72156         * math/s_ctanhl.c (__ctanhl): Likewise.
72158 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
72160         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
72161         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
72162         (_IO_off_t): Define to __off_t, not _G_off_t.
72163         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
72164         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
72165         (_IO_wint_t): Define to wint_t, not _G_wint_t.
72166         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
72167         type of __dummy and __dummy2 fields.
72168         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
72169         (_G_ssize_t): Likewise.
72170         (_G_off_t): Likewise.
72171         (_G_pid_t): Likewise.
72172         (_G_uid_t): Likewise.
72173         (_G_wchar_t): Likewise.
72174         (_G_wint_t): Likewise.
72175         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
72176         (_G_ssize_t): Likewise.
72177         (_G_off_t): Likewise.
72178         (_G_pid_t): Likewise.
72179         (_G_uid_t): Likewise.
72180         (_G_wchar_t): Likewise.
72181         (_G_wint_t): Likewise.
72182         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
72183         (_G_ssize_t): Likewise.
72184         (_G_off_t): Likewise.
72185         (_G_pid_t): Likewise.
72186         (_G_uid_t): Likewise.
72187         (_G_wchar_t): Likewise.
72188         (_G_wint_t): Likewise.
72190 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
72192         * malloc/arena.c: Include malloc-sysdep.h.
72193         (shrink_heap): Use check_may_shrink_heap to decide if madvise
72194         is sufficient to shrink the heap or an unmap is needed.
72195         * sysdeps/generic/malloc-sysdep.h: New file.  Define
72196         new function check_may_shrink_heap.
72197         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
72198         new function check_may_shrink_heap.
72200 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
72202         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
72203         comments.
72205 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
72207         * catgets/test-gencat.sh: Add "set -e".
72208         * elf/tst-pathopt.sh: Likewise.
72209         * grp/tst_fgetgrent.sh: Likewise.
72210         * iconvdata/run-iconv-test.sh: Likewise.
72211         * intl/tst-gettext.sh: Likewise.
72212         * intl/tst-gettext2.sh: Likewise.
72213         * intl/tst-gettext4.sh: Likewise.
72214         * intl/tst-gettext6.sh: Likewise.
72215         * intl/tst-translit.sh: Likewise.
72216         * io/ftwtest-sh: Likewise.
72217         * libio/test-freopen.sh: Likewise.
72218         * malloc/tst-mtrace.sh: Likewise.
72219         * posix/globtest.sh: Likewise.
72220         * posix/tst-getconf.sh: Likewise.
72221         * posix/wordexp-tst.sh: Likewise.
72222         * stdio-common/tst-printf.sh: Likewise.
72223         * stdio-common/tst-unbputc.sh: Likewise.
72224         * stdlib/tst-fmtmsg.sh: Likewise.
72225         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
72226         * catgets/Makefile: Do not specify -e option when running
72227         testsuite shell scripts.
72228         * elf/Makefile: Likewise.
72229         * grp/Makefile: Likewise.
72230         * iconvdata/Makefile: Likewise.
72231         * intl/Makefile: Likewise.
72232         * io/Makefile: Likewise.
72233         * libio/Makefile: Likewise.
72234         * malloc/Makefile: Likewise.
72235         * posix/Makefile: Likewise.
72236         * stdio-common/Makefile: Likewise.
72237         * stdlib/Makefile: Likewise.
72238         * sysdeps/x86_64/Makefile: Likewise.
72240         * io/ftwtest-sh: Add copyright header.
72241         * posix/globtest.sh: Likewise.
72242         * posix/tst-getconf.sh: Likewise.
72243         * posix/wordexp-tst.sh: Likewise.
72244         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
72246 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
72248         [BZ #13679]
72249         * Makeconfig (+link): Defined as $(+link-static) if
72250         $(build-shared) isn't yes.
72251         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
72252         isn't yes.
72253         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
72255         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
72257         [BZ #14562]
72258         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
72259         new chunk size with MALLOC_ALIGN_MASK.
72261 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
72263         [BZ #5044]
72264         * stdio-common/printf_fphex.c: Include <stdbool.h> and
72265         <rounding-mode.h>.
72266         (__printf_fphex): Determine rounding using get_rounding_mode and
72267         round_away.
72268         * stdio-common/tst-printf-round.c (struct hex_test): New
72269         structure.
72270         (hex_tests): New variable.
72271         (test_hex_in_one_mode): New function.
72272         (do_test): Also run tests for hex float output.
72274 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
72276         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
72277         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
72278         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
72279         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
72280         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
72281         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
72282         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
72283         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
72285 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
72287         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
72288         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
72289         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
72290         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
72292 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
72294         [BZ #14579]
72295         * elf/rtld.c (dl_main): Limit the check for self loading to normal
72296         mode only.
72297         * elf/tst-rtld-load-self.sh: New test.
72298         * elf/Makefile: Run it.
72300 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
72302         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
72303         (tst-writev-ENV): Remove.
72304         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
72306 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
72308         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
72310 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
72312         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
72313         unconditional.
72314         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
72315         Likewise.
72316         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
72317         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
72318         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
72319         Likewise.
72321 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
72323         [BZ #14587]
72324         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
72325         * config.make.in (have-cpp-asm-debuginfo): Removed.
72326         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
72327         * configure: Regenerated.
72329 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
72331         [BZ #5044]
72332         * stdio-common/printf_fp.c: Include <stdbool.h> and
72333         <rounding-mode.h>.
72334         (___printf_fp): Determine rounding using get_rounding_mode and
72335         round_away.
72336         * stdio-common/tst-printf-round.c: New file.
72337         * stdio-common/Makefile (tests): Add tst-printf-round.
72338         (link-libm): New variable.
72339         ($(objpfx)tst-printf-round): Depend in $(link-libm).
72341 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
72343         [BZ #14576]
72344         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
72345         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
72346         Likewise.
72347         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
72348         Likewise.
72350 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
72352         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
72353         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
72354         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
72355         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
72357 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
72359         [BZ #14518]
72360         * include/rounding-mode.h: New file.
72361         * sysdeps/generic/get-rounding-mode.h: Likewise.
72362         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
72363         * stdlib/strtod_l.c: Include <rounding-mode.h>.
72364         (MAX_VALUE): New macro.
72365         (MIN_VALUE): Likewise.
72366         (overflow_value): New function.
72367         (underflow_value): Likewise.
72368         (round_and_return): Use overflow_value and underflow_value to
72369         determine return values in overflow and underflow cases.  Use
72370         round_away to determine rounding depending on rounding mode.
72371         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
72372         determine return values in overflow and underflow cases.
72373         * stdlib/tst-strtod-round.c: Include <fenv.h>.
72374         (struct test_results): New structure.
72375         (struct test): Use struct test_results to store expected results
72376         for all rounding modes.
72377         (TEST): Include expected results for all rounding modes.
72378         (test_in_one_mode): New function.
72379         (do_test): Use test_in_one_mode to compute and check results.
72380         Check results for all rounding modes.
72381         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
72382         $(link-libm).
72384 2012-12-09  Allan McRae  <allan@archlinux.org>
72386         * sysdeps/i386/fpu/libm-test-ulps: Update
72388 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
72390         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
72391         (_G_int32_t): Likewise.
72392         (_G_uint16_t): Likewise.
72393         (_G_uint32_t): Likewise.
72394         (_G_HAVE_BOOL): Likewise.
72395         (_G_HAVE_ATEXIT): Likewise.
72396         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
72397         (_G_HAVE_IO_FILE_OPEN): Likewise.
72398         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
72399         (_G_int32_t): Likewise.
72400         (_G_uint16_t): Likewise.
72401         (_G_uint32_t): Likewise.
72402         (_G_HAVE_BOOL): Likewise.
72403         (_G_HAVE_ATEXIT): Likewise.
72404         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
72405         (_G_HAVE_IO_FILE_OPEN): Likewise.
72406         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
72407         (_G_int32_t): Likewise.
72408         (_G_uint16_t): Likewise.
72409         (_G_uint32_t): Likewise.
72410         (_G_HAVE_BOOL): Likewise.
72411         (_G_HAVE_ATEXIT): Likewise.
72412         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
72413         (_G_HAVE_IO_FILE_OPEN): Likewise.
72415 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
72417         * csu/libc-tls.c: Update copyright years.
72419 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
72421         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
72422         [!_G_USING_THUNKS]: Remove conditional code.
72423         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
72424         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
72426         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
72427         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
72428         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
72429         (_G_VTABLE_LABEL_PREFIX): Likewise.
72430         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
72431         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
72432         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
72433         (_G_VTABLE_LABEL_PREFIX): Likewise.
72434         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
72435         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
72436         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
72437         (_G_VTABLE_LABEL_PREFIX): Likewise.
72438         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
72440 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
72442         * libio/Makefile: Include ../Makeconfig before tests.
72443         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
72444         only if $(build-shared) is yes.
72446         * iconv/gconv_db.c: Update copyright years.
72448 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
72450         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
72451         unwind info if defined PIC. Fix special cases description.
72452         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
72454         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
72455         DP_HI_MASK entry.
72456         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
72458 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
72460         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
72462         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
72463         is NULL.
72465         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
72466         (LDLIBS-tst-chk4): This.
72467         (LDFLAGS-tst-chk5): Renamed to ...
72468         (LDLIBS-tst-chk5): This.
72469         (LDFLAGS-tst-chk6): Renamed to ...
72470         (LDLIBS-tst-chk6): This.
72471         (LDFLAGS-tst-lfschk4): Renamed to ...
72472         (LDLIBS-tst-lfschk4): This.
72473         (LDFLAGS-tst-lfschk5): Renamed to ...
72474         (LDLIBS-tst-lfschk5): This.
72475         (LDFLAGS-tst-lfschk6): Renamed to ...
72476         (LDLIBS-tst-lfschk6): This.
72478         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
72479         on $(common-objpfx)soversions.mk.
72481 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
72483         [BZ #10014]
72484         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
72485         example host name.
72487 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
72489         * malloc/arena.c (arena_get_retry): New function that gets
72490         another arena for the caller to try its request on.
72491         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
72492         current arena cannot fulfill the request.
72493         (__libc_memalign): Likewise.
72494         (__libc_memalign): Likewise.
72495         (__libc_pvalloc): Likewise.
72496         (__libc_calloc): Likewise.
72498 2012-09-05  John Tobey  <john.tobey@gmail.com>
72500         [BZ #13542]
72501         * manual/arith.texi (Operations on Complex): Fix description
72502         of carg branch cut.
72504 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
72506         [BZ #10014]
72507         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
72508         host name.
72510         [BZ #10038]
72511         * manual/memory.texi (Memory): Make order of menu items match
72512         order of sections.
72514 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
72516         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
72517         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
72518         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
72520 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
72522         * csu/libc-tls.c (static_dtv): Renamed to ...
72523         (_dl_static_dtv): This.  Make it global.
72524         (_dl_initial_dtv): Removed.
72525         (__libc_setup_tls): Updated.
72526         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
72527         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
72528         DL_INITIAL_DTV.
72530 2012-09-06  Petr Machata  <pmachata@redhat.com>
72532         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
72533         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
72534         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
72535         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
72537 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
72539         [BZ #14545]
72540         * csu/libc-tls.c (_dl_initial_dtv): New variable.
72541         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
72542         freeing dtv[-1].
72544 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
72546         [BZ #14544]
72547         * Makeconfig (link-static-before-libc): Replace $(+prector)
72548         with $(+prectorT).
72549         (link-static-after-libc): Replace $(+postctor) with
72550         $(+postctorT).
72551         (link-bounded): Replace $(+prector)/$(+postctor) with
72552         $(+prectorT)/$(+postctorT).
72553         (+prectorT): New macro.
72554         (+postctorT): Likewise.
72556 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
72558         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
72559         (round_str): Handle values above the maximum for IBM long double
72560         as inexact.
72561         * stdlib/tst-strtod-round.c (tests): Regenerated.
72563 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
72565         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
72566         assembler flag.
72567         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
72568         zarch_nohighgprs around the zarch optimized routines.
72569         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
72570         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
72571         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
72572         for zarch.
72574 2012-09-05  David S. Miller  <davem@davemloft.net>
72576         * sysdeps/sparc/fpu/libm-test-ulps: Update.
72578         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
72579         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
72580         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
72581         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
72582         entries.
72584 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
72586         * malloc/arena.c: Fold copyright years.
72587         * malloc/mcheck.c, malloc/memusage.c: Likewise.
72589 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
72591         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
72593 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
72595         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
72597 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
72599         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
72600         change internal state upon failure.
72602 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
72604         * malloc/mcheck.c (mcheck_check_all): Fix typo.
72605         * malloc/memusage.c (mmap): Likewise.
72606         (mmap64, mremap): Likewise.  Adjust name in comment.
72608 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
72610         * libio/fileops.c: Fix typos in comments.
72611         * libio/oldfileops.c: Likewise.
72612         * libio/wfileops.c: Likewise.
72614 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
72616         [BZ #1349]
72617         * malloc/Makefile (tests): Add tst-malloc-usable test case.
72618         (tst-malloc-usable-ENV): Set environment for test case.
72619         * malloc/hooks.c (malloc_check_get_size): New function to get
72620         requested size.
72621         * malloc/malloc.c (musable): Use malloc_check_get_size.
72622         * malloc/tst-malloc-usable.c: New test case.
72624 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
72626         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
72628 2012-09-05  Allan McRae  <allan@archlinux.org>
72630         [BZ #13966]
72631         * configure.in (CXX_SYSINCLUDES): Use compiler output to
72632         determine header location.
72633         * configure: Regenerated.
72635 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
72637         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
72638         float format.
72639         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
72640         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
72641         format.
72642         (test): Regenerate.
72644 2012-09-04  David S. Miller  <davem@davemloft.net>
72646         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
72647         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
72648         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
72650 2012-09-04  Florian Weimer  <fweimer@redhat.com>
72652         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
72653         failures.
72655         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
72657 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
72659         [BZ #9914]
72660         * libio/iogetdelim.c: Include <limits.h>.
72661         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
72662         + len + 1 would overflow.
72664 2012-09-03  Andreas Jaeger  <aj@suse.de>
72666         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
72667         * sysdeps/i386/fpu/libm-test-ulps: Update.
72669 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
72671         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
72672         Add s_sinf-sse2, s_conf-sse2.
72674         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
72675         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
72676         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
72677         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
72679         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
72680         for using routine as __sinf_ia32.
72681         Use macro for function declaration and weak_alias.
72682         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
72683         for using routine as __cosf_ia32.
72684         Use macro for function declaration and weak_alias.
72686         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
72687         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
72689         * sysdeps/x86_64/fpu/s_sinf.S: New file.
72690         * sysdeps/x86_64/fpu/s_cosf.S: New file.
72691         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
72693         * math/libm-test.inc (cos_test): Add more test cases.
72694         (sin_test): Likewise.
72695         (sincos_test): Likewise.
72697 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
72699         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
72700         (IFUNC_RESOLVE): Make pointers to the specialized implementations
72701         hidden.
72702         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
72704 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
72706         [BZ #14538]
72707         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
72708         first element of the GOT.
72709         (elf_machine_load_address): Return the difference between
72710         the runtime address of _DYNAMIC and elf_machine_dynamic ().
72712 2012-09-01  Allan McRae  <allan@archlinux.org>
72714         [BZ #13412]
72715         * configure.in (AWK): Require gawk version 3.0 or later.
72716         * configure: Regenerated.
72718 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
72720         * sysdeps/unix/sysv/linux/kernel-features.h
72721         (__ASSUME_POSIX_CPU_TIMERS): Remove.
72722         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
72723         [__NR_clock_getres]: Make code unconditional.
72724         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
72725         (clock_getcpuclockid): Remove code left unreachable by removal of
72726         conditionals.
72727         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
72728         code unconditional.
72729         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
72730         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
72731         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
72732         Make code unconditional.
72733         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
72734         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
72735         * sysdeps/unix/sysv/linux/clock_settime.c
72736         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
72737         conditional code.
72738         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
72739         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
72741 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
72743         [BZ #14476]
72744         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
72745         scripts/test-installation.pl.
72747         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
72748         and $ld_so_version if it is set.
72750 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
72752         [BZ #14516]
72753         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
72754         failure if reading from procfs failed.
72755         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
72757 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
72759         * sysdeps/unix/sysv/linux/kernel-features.h
72760         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
72761         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
72762         Remove conditional code.
72763         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
72764         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
72765         Remove conditional code.
72766         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
72767         * sysdeps/unix/sysv/linux/i386/fxstat.c
72768         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
72769         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
72770         * sysdeps/unix/sysv/linux/i386/fxstatat.c
72771         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
72772         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
72773         * sysdeps/unix/sysv/linux/i386/lxstat.c
72774         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
72775         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
72776         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
72777         Remove conditional code.
72778         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
72779         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
72780         Remove conditional code.
72781         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
72782         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
72783         <kernel-features.h>.
72784         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
72785         Remove.
72786         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
72787         Remove conditional code.
72788         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
72789         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
72790         Remove conditional.
72792 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
72794         [BZ #5400]
72795         * NEWS: Add fixed bug number.
72797 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
72799         [BZ #14519]
72800         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
72801         underflowing exponent in case of negative sign.
72802         * stdlib/tst-strtod-round-data: Add more tests.
72803         * stdlib/tst-strtod-round.c (tests): Regenerated.
72805         [BZ #3479]
72806         * stdlib/strtod_l.c (NDIG): Remove.
72807         (HEXNDIG): Likewise.
72808         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
72809         smallest representable value.
72810         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
72811         lie within an exact representation of 1/2 ulp of the result.
72812         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
72813         unconditionally.
72814         (TENS_P9_IDX): Define unconditionally.
72815         (TENS_P9_SIZE): Likewise.
72816         (TENS_P10_IDX): Likewise.
72817         (TENS_P10_SIZE): Likewise.
72818         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
72819         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
72820         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
72821         entries for 10^2^13 and 10^2^14.
72822         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
72823         (TENS_P13_IDX): Define.
72824         (TENS_P13_SIZE): Likewise.
72825         (TENS_P14_IDX): Likewise.
72826         (TENS_P14_SIZE): Likewise.
72827         (_fpioconst_pow10): Change array size to
72828         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
72829         unconditional.
72830         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
72831         1024]: Add entries for 10^2^13 and 10^2^14.
72832         [LAST_POW10 > _LAST_POW10]: Remove #error.
72833         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
72834         (_fpioconst_pow10): Change array size to
72835         FPIOCONST_POW10_ARRAY_SIZE.
72836         * stdlib/gen-fpioconst.c: New file.
72837         * stdlib/gen-tst-strtod-round.c: Likewise.
72838         * stdlib/tst-strtod-round-data: Likewise.
72839         * stdlib/tst-strtod-round.c: Likewise.
72840         * stdlib/Makefile (tests): Add tst-strtod-round.
72842         [BZ #14459]
72843         * stdlib/strtod_l.c: Include <stdint.h>.
72844         (NDEBUG): Do not define.
72845         (round_and_return): Change EXPONENT parameter to type intmax_t.
72846         Rearrange calculations to avoid internal overflow possibilities.
72847         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
72848         Rearrange calculations to avoid internal overflow possibilities.
72849         Assert that number fits inside MPNSIZE limbs.
72850         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
72851         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
72852         calculations and add assertions to avoid internal overflow
72853         possibilities.  Add casts to avoid signed/unsigned operations.
72854         * stdlib/tst-strtod-overflow.c: New file.
72855         * stdlib/Makefile (tests): Add tst-strtod-overflow.
72857 2012-08-25  Marek Polacek  <polacek@redhat.com>
72859         * time/time.h: Fix some typos in comments.
72861 2012-08-23  Roland McGrath  <roland@hack.frob.com>
72863         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
72864         * posix/tst-rfc3484-2.c: Likewise.
72865         * posix/tst-rfc3484-3.c: Likewise.
72867 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
72869         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
72870         (EF_ARM_ABI_FLOAT_HARD): Likewise.
72872 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
72874         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
72875         #include of fxstatat64.c.
72877 2012-08-22  Roland McGrath  <roland@hack.frob.com>
72879         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
72880         * shadow/getspent_r.c: Likewise.
72881         * shadow/getspnam.c: Likewise.
72882         * shadow/getspnam_r.c: Likewise.
72883         * gshadow/getsgent.c: Likewise.
72884         * gshadow/getsgent_r.c: Likewise.
72885         * gshadow/getsgnam.c: Likewise.
72886         * gshadow/getsgnam_r.c: Likewise.
72887         * inet/getnetbyad.c: Likewise.
72888         * inet/getnetbyad_r.c: Likewise.
72889         * inet/getnetbynm.c: Likewise.
72890         * inet/getnetbynm_r.c: Likewise.
72891         * inet/getnetent.c: Likewise.
72892         * inet/getnetent_r.c: Likewise.
72893         * inet/getproto.c: Likewise.
72894         * inet/getproto_r.c: Likewise.
72895         * inet/getprtent.c: Likewise.
72896         * inet/getprtent_r.c: Likewise.
72897         * inet/getprtname.c: Likewise.
72898         * inet/getprtname_r.c: Likewise.
72899         * inet/getrpcbyname.c: Likewise.
72900         * inet/getrpcbyname_r.c: Likewise.
72901         * inet/getrpcbynumber.c: Likewise.
72902         * inet/getrpcbynumber_r.c: Likewise.
72903         * inet/getrpcent.c: Likewise.
72904         * inet/getrpcent_r.c: Likewise.
72905         * inet/getaliasent.c: Likewise.
72906         * inet/getaliasent_r.c: Likewise.
72907         * inet/getaliasname.c: Likewise.
72908         * inet/getaliasname_r.c: Likewise.
72909         * nscd/getgrgid_r.c: Likewise.
72910         * nscd/getgrnam_r.c: Likewise.
72911         * nscd/gethstbyad_r.c: Likewise.
72912         * nscd/gethstbynm3_r.c: Likewise.
72913         * nscd/getpwnam_r.c: Likewise.
72914         * nscd/getpwuid_r.c: Likewise.
72915         * nscd/getsrvbynm_r.c: Likewise.
72916         * nscd/getsrvbypt_r.c: Likewise.
72917         * nscd/gai.c: Likewise.
72919         * configure.in (build_nscd): New substituted variable, set
72920         by --disable-build-nscd and defaults to $use_nscd.
72921         * configure: Regenerated.
72922         * config.make.in (build-nscd): New substituted variable.
72923         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
72924         Change conditional to require [$(build-nscd) = yes] as well.
72925         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
72927         [BZ #13696]
72928         * configure.in (use_nscd): New substituted variable, set by
72929         --disable-nscd.  If enabled, define USE_NSCD.
72930         * configure: Regenerated.
72931         * config.h.in: Add USE_NSCD.
72932         * config.make.in (use-nscd): New substituted variable.
72933         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
72934         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
72935         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
72936         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
72937         (CFLAGS-getgrnam_r.c): Likewise.
72938         (CFLAGS-initgroups.c): Likewise.
72939         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
72940         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
72941         Variables removed.
72942         * inet/getnetgrent_r.c
72943         (nscd_setnetgrent): New function, broken out of ...
72944         (setnetgrent): ... here.  Call it.
72945         (innetgr): Conditionalize nscd bits on [USE_NSCD].
72946         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
72947         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
72948         * nscd/Makefile (routines, aux): Move definitions after include of
72949         Makeconfig.  Conditionalize on [$(use-nscd) != no].
72950         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
72951         Conditionalize on [USE_NSCD].
72952         (is_nscd, nscd_init_cb): Likewise.
72953         (nss_load_library): Conditionalize init callback on [USE_NSCD].
72954         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
72955         * nss/nss_db/db-init.c: Likewise.
72956         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
72957         [USE_NSCD].
72958         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
72959         (make_request): Use it.
72960         (cache_valid_p): New function.
72961         (__check_pf): Use it.
72962         * NEWS: Add item for --disable-nscd.
72964 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
72966         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
72967         to support sed >= 4.2.1-20-ga9bf076.
72968         * configure: Regenerated.
72970 2012-08-22  Roland McGrath  <roland@hack.frob.com>
72972         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
72973         Conditionalize whole body on [IREL].
72975 2012-08-22  Jeff Law <law@redhat.com>
72977         [BZ #14505]
72978         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
72979         if the family is PF_UNSPEC.
72981 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
72983         * Makerules (lib-version): Rename from V.
72984         (install-lib-nosubdir): Change V to lib-version.
72986 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
72988         [BZ #14252]
72989         * powerpc32/power6/wcschr.c: New file.
72990         * powerpc32/power6/wcscpy.c: New file.
72991         * powerpc32/power6/wcsrchr.c: New file.
72992         * powerpc64/power6/wcschr.c: New file.
72993         * powerpc64/power6/wcscpy.c: New file.
72994         * powerpc64/power6/wcsrchr.c: New file.
72996 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
72998         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
72999         (two_way_short_needle): Use it.
73000         * string/strstr.c (AVAILABLE1_USES_J): Define.
73001         * string/strcasestr.c: Likewise.
73003         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
73004         array references.
73005         * string/strcasestr.c (TOLOWER): Make side-effect safe.
73007         [BZ #11607]
73008         * NEWS: Add an entry.
73009         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
73010         define their defaults.
73011         (two_way_short_needle): Detect end-of-string on-the-fly.
73012         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
73013         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
73014         * string/bug-strcasestr1.c: New test.
73015         * string/Makefile: Run it.
73017 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
73019         [BZ #11607]
73020         * string/str-two-way.h (two_way_short_needle): Optimize matching of
73021         the first character.
73023 2012-08-21  Roland McGrath  <roland@hack.frob.com>
73025         * csu/elf-init.c (__libc_csu_irel): Function removed.
73026         * csu/libc-start.c (apply_irel): New function.
73027         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
73029 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
73031         * sysdeps/unix/sysv/linux/kernel-features.h
73032         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
73033         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
73034         <kernel-features.h>.
73035         [__NR_fadvise64_64]: Make code unconditional.
73036         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
73037         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
73038         !__NR_fadvise64_64)]: Likewise.
73039         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
73040         !__NR_fadvise64_64))]: Likewise.
73041         [__NR_fadvise64]: Make code unconditional.
73042         [!__NR_fadvise64]: Remove conditional code.
73043         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
73044         <kernel-features.h>.
73045         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
73046         unconditional.
73047         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
73048         conditional code.
73049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
73050         not include <kernel-features.h>.
73051         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
73052         unconditional.
73053         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
73054         conditional code.
73055         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
73056         include <kernel-features.h>.
73057         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
73058         unconditional.
73059         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
73060         conditional code.
73062 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
73064         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
73065         slight instruction rearrangements per scrollpipe analysis.
73066         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
73068 2012-08-20  Roland McGrath  <roland@hack.frob.com>
73070         * manual/syslog.texi (syslog; vsyslog, closelog):
73071         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
73072         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
73074         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
73075         DSOCAPS to match condition on defining it.
73077 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
73079         * sysdeps/unix/sysv/linux/kernel-features.h
73080         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
73081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
73082         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
73083         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
73084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
73085         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
73086         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
73087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
73088         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
73089         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
73091         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
73092         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
73094         * sysdeps/unix/sysv/linux/kernel-features.h
73095         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
73096         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
73097         unconditional.
73098         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73099         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
73100         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
73101         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73102         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
73103         Make code unconditional.
73104         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73105         (__mmap64) [!__NR_mmap2]: Likewise.
73106         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
73107         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
73108         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73109         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
73110         [__NR_mmap2]: Make code unconditional.
73111         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73112         (__mmap64) [!__NR_mmap2]: Likewise.
73114 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
73116         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
73118 2012-08-18  Andreas Jaeger  <aj@suse.de>
73120         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
73122 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
73124         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
73125         * include/unistd.h (__have_sock_cloexec): Likewise.
73126         (__have_pipe2): Likewise.
73127         (__have_dup3): Likewise.
73129 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
73131         [BZ #9685]
73132         * include/unistd.h (__have_pipe2): Change define into an extern int.
73133         (__have_dup3): Likewise.
73134         * socket/have_sock_cloexec.c: Include fcntl.h.
73135         (__have_pipe2): New variable.
73136         (__have_dup3): Likewise.
73138 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
73140         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
73142 2012-08-17  Marek Polacek  <polacek@redhat.com>
73144         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
73145         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
73147 2012-08-17  Roland McGrath  <roland@hack.frob.com>
73149         * configure.in: Add AC_SUBST for sysheaders.
73150         * configure: Regenerated.
73151         * config.make.in (sysheaders): New substituted variable.
73153         * sysdeps/unix/mkfifo.c: Moved ...
73154         * sysdeps/posix/mkfifo.c: ... here.
73155         * sysdeps/unix/mkfifoat.c: Moved ...
73156         * sysdeps/posix/mkfifoat.c: ... here.
73158         * sysdeps/unix/utime.c: Moved ...
73159         * sysdeps/posix/utime.c: ... here.
73161         * sysdeps/unix/time.c: Moved ...
73162         * sysdeps/posix/time.c: ... here.
73163         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
73164         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
73166         * sysdeps/unix/nice.c: Moved ...
73167         * sysdeps/posix/nice.c: ... here.
73169         * sysdeps/unix/alarm.c: Moved ...
73170         * sysdeps/posix/alarm.c: ... here.
73172         * intl/Makefile ($(codeset_mo)): Depend on the input file.
73174 2012-08-17  Jeff Law <law@redhat.com>
73176         * intl/Makefile (codeset_mo): New variable.
73177         ($(codeset_mo)): New target.
73178         (tst-codeset.out): Depend on that.  Remove explicit rule.
73179         (tst-gettext3.out, tst-gettext5.out): Likewise.
73180         (LOCPATH-ENV, tst-codeset-ENV): New variables.
73181         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
73182         * intl/tst-codeset.sh: Remove.
73183         * intl/tst-gettext3.sh: Likewise.
73184         * intl/tst-gettext5.sh: Likewise.
73186 2012-08-17  Roland McGrath  <roland@hack.frob.com>
73188         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
73189         * sysdeps/unix/syscalls.list: ... here.
73191         * sysdeps/posix/getaddrinfo.c
73192         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
73193         (gaiconf_init, gaiconf_reload): Use them.
73194         [!_STATBUF_ST_NSEC]
73195         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
73196         Define using time_t rather than struct timespec.
73198         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
73199         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
73200         Macros removed.
73201         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
73202         [!NO_THREADS].
73203         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
73204         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
73205         Likewise.
73207         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
73208         __libc_cleanup_push argument.
73210         * bits/param.h: New file.
73211         * misc/sys/param.h: New file.
73212         * include/sys/param.h: New file.
73213         * misc/Makefile (headers): Add bits/param.h.
73214         * sysdeps/generic/sys/param.h: File removed.
73215         * sysdeps/unix/sysv/linux/bits/param.h: New file.
73216         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
73217         * sysdeps/mach/hurd/bits/param.h: New file.
73218         * sysdeps/mach/hurd/sys/param.h: File removed.
73220         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
73221         last change.
73223         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
73224         [_IO_MTSAFE_IO].
73225         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
73226         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
73227         New macros.
73229         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
73230         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
73231         rather than -D_IO_MTSAFE_IO conditionally.
73232         * stdio-common/Makefile (CPPFLAGS): Likewise.
73233         * wcsmbs/Makefile (CPPFLAGS): Likewise.
73234         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
73235         Use $(libio-mtsafe).
73236         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
73237         of -D_IO_MTSAFE_IO.
73238         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
73239         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
73240         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
73241         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
73242         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
73243         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
73244         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
73245         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
73246         (CFLAGS-fread_u_chk.c): Likewise.
73247         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
73248         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
73249         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
73250         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
73251         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
73252         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
73253         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
73254         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
73255         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
73257         * libio/Makefile: Test [$(libc-reentrant) = yes]
73258         instead of [$(filter %REENTRANT, $(defines)) nonempty].
73260         * Makeconfig
73261         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
73262         * sysdeps/pthread/configure: File removed.
73263         * sysdeps/pthread/Makeconfig: New file.
73264         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
73265         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
73267 2012-08-16  Gary Benson  <gbenson@redhat.com>
73269         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
73270         unmapping the first object in a namespace.
73272 2012-08-16  Roland McGrath  <roland@hack.frob.com>
73274         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
73275         (__internal_setnetgrent): ... this.  Add internal_function to
73276         definition.  Add libc_hidden_def.
73277         (setnetgrent): Update caller.
73278         (internal_endnetgrent): Renamed to ...
73279         (__internal_endnetgrent): ... this.  Add internal_function to
73280         definition.  Add libc_hidden_def.
73281         (endnetgrent): Update caller.
73282         (internal_getnetgrent_r): Renamed to ...
73283         (__internal_getnetgrent_r): ... this.  Add internal_function to
73284         definition.  Add libc_hidden_def.
73285         (__getnetgrent_r): Update caller.
73286         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
73288 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
73290         * stdlib/longlong.h: Update from GCC.
73292 2012-08-16  Roland McGrath  <roland@hack.frob.com>
73294         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
73295         on _QL, which is set by umul_ppmm but never used.
73296         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
73297         variables, which are set by GMP macros but never used.
73298         * stdio-common/_itowa.c (_itowa): Likewise.
73299         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
73300         * stdlib/mod_1.c (mpn_mod_1): Likewise.
73302 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
73304         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
73305         struct La_sh_regs is not constant.
73306         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
73307         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
73308         and struct La_sparc64_regs are not constant.
73310 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
73312         * sysdeps/unix/sysv/linux/kernel-features.h
73313         (__ASSUME_POSIX_TIMERS): Remove.
73314         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
73315         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73316         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
73317         Make code unconditional.
73318         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73319         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
73320         Make code unconditional.
73321         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73322         * sysdeps/unix/sysv/linux/clock_nanosleep.c
73323         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
73324         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73325         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
73326         Make code unconditional.
73327         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73328         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
73329         (__libc_missing_posix_timers): Remove.
73331 2012-08-15  Roland McGrath  <roland@hack.frob.com>
73333         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
73334         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
73336         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
73338         * elf/dl-sym.c: Include <stdlib.h>.
73340         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
73341         constants, which avoids warnings in 32-bit builds.
73343         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
73344         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
73346         * misc/lseek.c: File moved to ...
73347         * io/lseek.c: ... here.
73349         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
73351         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
73352         shifting LEN more than 31 bits at once.
73354 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
73356         [BZ #14195]
73357         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
73358         segmentation fault for a case of two empty input strings.
73359         * string/test-strncasecmp.c (check1): Renamed to...
73360         (bz12205): ...this.
73361         (bz14195): Add new testcase for two empty input strings and N > 0.
73362         (test_main): Call new testcase, adapt for renamed function.
73364 2012-08-15  Andreas Jaeger  <aj@suse.de>
73366         [BZ #14090]
73367         * crypt/md5test2.c: New test, based on test supplied by Serge
73368         Belyshev <belyshev@depni.sinp.msu.ru>.
73369         * crypt/Makefile (xtests): Add md5test-giant..
73370         * crypt/Makefile ($(objpfx)md5test-giant): Add.
73372 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
73374         [BZ #14090]
73375         * crypt/md5.c (md5_process_block): Don't assume the buffer
73376         length is less than 2**32.
73377         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
73378         length is less than 2**64.
73380 2012-08-15  Roland McGrath  <roland@hack.frob.com>
73382         * string/str-two-way.h: Include <sys/param.h>.
73383         (MAX): Macro removed.
73385         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
73386         Move #define and #undef of memmove to just before and after
73387         including <string.h>.
73389         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
73390         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
73391         and after including <string.h>.  Move declarations of
73392         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
73393         to before #include "string/memmove.c".
73395         * include/dirent.h: Declare __getdirentries.
73397         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
73398         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
73400 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
73402         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
73403         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
73404         * sysdeps/i386/configure: Regenerated.
73405         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
73406         STABS_CURRENT_FILE, and STABS_FUN.
73407         (END): Remove call to STABS_FUN_END.
73408         (STABS_CURRENT_FILE1): Delete.
73409         (STABS_CURRENT_FILE): Likewise.
73410         (STABS_FUN): Likewise.
73411         (STABS_FUN_END): Likewise.
73412         (STABS_FUN2): Likewise.
73413         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
73414         * sysdeps/x86_64/configure: Regenerated.
73416 2012-08-14  Roland McGrath  <roland@hack.frob.com>
73418         * elf/dl-open.c: Include <atomic.h>.
73419         * elf/dl-lookup.c: Likewise.
73421 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
73423         * sysdeps/unix/sysv/linux/kernel-features.h
73424         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
73425         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
73426         unconditionally.
73427         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
73428         unconditionally.
73429         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
73430         condition on __ASSUME_CLONE_THREAD_FLAGS.
73432 2012-08-14  Andreas Jaeger  <aj@suse.de>
73434         * sysdeps/i386/fpu/libm-test-ulps: Update.
73436 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
73438         * include/atomic.h (atomic_exchange_and_add): Split into ...
73439         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
73440         New atomic macros.
73442 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
73444         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
73446 2012-08-13  Jeff Law <law@redhat.com>
73448         * manual/stdio.texi (snprintf): Clarify handling of the trailing
73449         null byte in the output string.
73451 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
73453         * sysdeps/unix/sysv/linux/kernel-features.h
73454         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
73455         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
73456         (__ASSUME_ARG_MAX_STACK_BASED): Define.
73457         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
73458         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
73459         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
73460         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
73462 2012-08-09  Jeff Law <law@redhat.com>
73464         [BZ #13939]
73465         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
73466         When avoid_arena is set, don't retry in the that arena.  Pick the
73467         next one, whatever it might be.
73468         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
73469         (arena_lock): Pass in new parameter to arena_get2.
73470         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
73471         arena_get2.
73472         (__libc_malloc): Unify retrying after main arena failure with
73473         __libc_memalign version.
73474         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
73476 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
73478         [BZ #14166]
73479         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
73480         to __redirect_strstr.
73481         (__strstr_sse42): Use typeof __redirect_strstr.
73482         (__strstr_ia32): Likewise.
73483         (__libc_strstr): New prototype.
73484         (strstr): Renamed to ...
73485         (__libc_strstr): This.
73486         (strstr): New strong alias of __libc_strstr.
73487         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
73488         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
73489         __redirect_time.
73490         Include <time.h>.
73491         (__libc_time): New prototype.
73492         (time_ifunc): Replace time with __libc_time.
73493         (time): New strong alias and hidden definition of __libc_time.
73494         (__GI_time): Remove strong alias.
73495         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
73496         Include <stddef.h>.
73497         (memmove): Redefined to __redirect_memmove.
73498         (__memmove_sse2): Use typeof __redirect_memmove.
73499         (__memmove_ssse3): Likewise.
73500         (__memmove_ssse3_back): Likewise.
73501         (__libc_memmove): New prototype.
73502         (memmove): Renamed to ...
73503         (__libc_memmove): This.
73504         (memmove): New strong alias of __libc_memmove.
73506 2012-08-08  Mark Salter  <msalter@redhat.com>
73508         * elf/elf.h
73509         (R_MN10300_TLS_GD): Define.
73510         (R_MN10300_TLS_LD): Likewise.
73511         (R_MN10300_TLS_LDO): Likewise.
73512         (R_MN10300_TLS_GOTIE): Likewise.
73513         (R_MN10300_TLS_IE): Likewise.
73514         (R_MN10300_TLS_LE): Likewise.
73515         (R_MN10300_TLS_DTPMOD): Likewise.
73516         (R_MN10300_TLS_DTPOFF): Likewise.
73517         (R_MN10300_TLS_TPOFF): Likewise.
73518         (R_MN10300_SYM_DIFF): Likewise.
73519         (R_MN10300_ALIGN): Likewise.
73520         (R_MN10300_NUM): Update.
73522 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
73524         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
73525         Remove.
73527 2012-08-08  Roland McGrath  <roland@hack.frob.com>
73529         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
73531         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
73532         sysdeps/unix -> sysdeps/posix move.
73533         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
73535 2012-08-07      Allan McRae     <allan@archlinux.org>
73537         [BZ #14303]
73538         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
73539         (SUNOS_CPP): Likewise.
73540         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
73541         not found.
73542         (open_input): Call CPP using execvp.
73544 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
73546         * sysdeps/unix/sysv/linux/kernel-features.h
73547         (__ASSUME_PROT_GROWSUPDOWN): Remove.
73548         (__ASSUME_NO_CLONE_DETACHED): Likewise.
73549         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
73550         (__ASSUME_WAITID_SYSCALL): Likewise.
73551         * sysdeps/unix/sysv/linux/dl-execstack.c
73552         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
73553         code unconditional.
73554         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
73555         conditional code.
73556         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
73557         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
73558         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
73559         code.
73560         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
73561         unconditional.
73562         [__ASSUME_WAITID_SYSCALL]: Likewise.
73563         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
73565 2012-08-07  Roland McGrath  <roland@hack.frob.com>
73567         * sysdeps/unix/closedir.c: Renamed to ...
73568         * sysdeps/posix/closedir.c: ... here.
73569         * sysdeps/unix/dirfd.c: Renamed to ...
73570         * sysdeps/posix/dirfd.c: ... here.
73571         * sysdeps/unix/dirstream.h: Renamed to ...
73572         * sysdeps/posix/dirstream.h: ... here.
73573         * sysdeps/unix/fdopendir.c: Renamed to ...
73574         * sysdeps/posix/fdopendir.c: ... here.
73575         * sysdeps/unix/opendir.c: Renamed to ...
73576         * sysdeps/posix/opendir.c: ... here.
73577         * sysdeps/unix/readdir.c: Renamed to ...
73578         * sysdeps/posix/readdir.c: ... here.
73579         * sysdeps/unix/readdir_r.c: Renamed to ...
73580         * sysdeps/posix/readdir_r.c: ... here.
73581         * sysdeps/unix/rewinddir.c: Renamed to ...
73582         * sysdeps/posix/rewinddir.c: ... here.
73583         * sysdeps/unix/seekdir.c: Renamed to ...
73584         * sysdeps/posix/seekdir.c: ... here.
73585         * sysdeps/unix/telldir.c: Renamed to ...
73586         * sysdeps/posix/telldir.c: ... here.
73587         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
73588         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
73589         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
73590         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
73592         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
73593         * bits/fcntl.h: ... here.
73595         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
73596         not 0.
73597         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
73598         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
73599         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
73600         (struct flock): Move l_start, l_len to the beginning.
73601         Use __pid_t for l_pid.
73602         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
73603         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
73604         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
73605         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
73606         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
73607         [__USE_LARGEFILE64] (struct flock64): New type.
73608         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
73610         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
73611         * bits/dirent.h: ... here.
73613         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
73614         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
73616 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
73618         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
73619         Change from 2.6.0 to 2.6.16.
73620         * sysdeps/unix/sysv/linux/configure: Regenerated.
73621         * sysdeps/unix/sysv/linux/kernel-features.h
73622         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
73623         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
73624         version.
73625         (__ASSUME_UTIMES): Likewise.
73626         (__ASSUME_CLONE_STOPPED): Remove.
73627         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
73628         architectures, not kernel version.
73629         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
73630         (__ASSUME_NO_CLONE_DETACHED): Likewise.
73631         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
73632         (__ASSUME_WAITID_SYSCALL): Likewise.
73633         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
73634         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
73635         * README: State 2.6.16 as minimum Linux kernel version.  Do not
73636         refer to older versions.
73638 2012-08-06  Roland McGrath  <roland@hack.frob.com>
73640         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
73641         Define alphasort64 as an alias.
73642         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
73643         Define versionsort64 as an alias.
73644         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
73645         Define scandir64 as an alias.
73646         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
73647         Define scandirat64 as an alias.
73648         * dirent/alphasort64.c (alphasort64):
73649         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
73650         * dirent/versionsort64.c: Likewise.
73651         * dirent/scandir64.c: Likewise.
73652         * dirent/scandirat64.c: Likewise.
73653         * sysdeps/wordsize-64/alphasort.c: File removed.
73654         * sysdeps/wordsize-64/alphasort64.c: File removed.
73655         * sysdeps/wordsize-64/scandir.c: File removed.
73656         * sysdeps/wordsize-64/scandir64.c: File removed.
73657         * sysdeps/wordsize-64/scandirat.c: File removed.
73658         * sysdeps/wordsize-64/scandirat64.c: File removed.
73659         * sysdeps/wordsize-64/versionsort.c: File removed.
73660         * sysdeps/wordsize-64/versionsort64.c: File removed.
73661         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
73662         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
73663         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
73664         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
73665         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
73666         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
73667         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
73668         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
73670         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
73671         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
73672         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
73673         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
73674         [defined __arch64__ || defined __sparcv9]
73675         (__INO_T_MATCHES_INO64_T): New macro.
73676         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
73677         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
73678         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
73679         * sysdeps/unix/sysv/linux/bits/dirent.h
73680         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
73681         (_DIRENT_MATCHES_DIRENT64): New macro.
73683         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
73684         Define lockf64 as an alias.
73685         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
73686         Define fseeko64 as an alias.
73687         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
73688         Define ftello64 as an alias.
73689         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
73690         Define _IO_fgetpos64 and fgetpos64 as aliases.
73691         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
73692         Define _IO_fsetpos64 and fsetpos64 as aliases.
73693         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
73694         Conditionalize body on this.
73695         * libio/fseeko64.c: Likewise.
73696         * libio/ftello64.c: Likewise.
73697         * libio/iofgetpos64.c: Likewise.
73698         * libio/iofsetpos64.c: Likewise.
73699         * sysdeps/wordsize-64/lockf.c: File removed.
73700         * sysdeps/wordsize-64/lockf64.c: File removed.
73701         * sysdeps/wordsize-64/fseeko.c: File removed.
73702         * sysdeps/wordsize-64/fseeko64.c: File removed.
73703         * sysdeps/wordsize-64/ftello.c: File removed.
73704         * sysdeps/wordsize-64/ftello64.c: File removed.
73705         * sysdeps/wordsize-64/iofgetpos.c: File removed.
73706         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
73707         * sysdeps/wordsize-64/iofsetpos.c: File removed.
73708         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
73709         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
73710         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
73711         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
73712         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
73713         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
73714         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
73715         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
73716         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
73717         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
73718         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
73720         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
73721         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
73722         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
73723         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
73724         [defined __arch64__ || defined __sparcv9]
73725         (__OFF_T_MATCHES_OFF64_T): New macro.
73726         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
73727         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
73728         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
73729         (__OFF_T_MATCHES_OFF64_T): New macro.
73731 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
73733         * stdlib/secure-getenv.c (__secure_getenv): Replace
73734         GLIBC_2_16 with GLIBC_2_17.
73736 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
73738         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
73739         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
73741 2012-08-03  David S. Miller  <davem@davemloft.net>
73743         * sysdeps/sparc/fpu/libm-test-ulps: Update.
73745 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
73747         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
73748         Remove.
73749         (__ASSUME_CORRECT_SI_PID): Likewise.
73750         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
73751         (__ASSUME_TMPFS_NAME): Likewise.
73752         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
73753         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
73754         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
73755         (HAVE_AUX_SECURE): Make definition unconditional.
73756         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
73757         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
73759 2012-08-03  Roland McGrath  <roland@hack.frob.com>
73761         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
73762         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
73763         * sysdeps/mach/hurd/eloop-threshold.h: New file.
73764         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
73765         __eloop_threshold instead of SYMLOOP_MAX.
73767         * sysdeps/generic/eloop-threshold.h: New file.
73768         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
73769         of MAXSYMLINKS.
73770         * elf/chroot_canon.c (chroot_canon): Likewise.
73772 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
73774         [BZ #13717]
73775         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
73776         Change to 2.6.0 everywhere.
73777         * sysdeps/unix/sysv/linux/configure: Regenerated.
73778         * sysdeps/unix/sysv/linux/kernel-features.h
73779         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
73780         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
73781         kernel versions.
73782         (__ASSUME_POSIX_TIMERS): Define unconditionally.
73783         (__ASSUME_FUTEX_REQUEUE): Remove.
73784         (__ASSUME_STATFS64): Define unconditionally.
73785         (__ASSUME_AT_SECURE): Likewise.
73786         (__ASSUME_CORRECT_SI_PID): Likewise.
73787         (__ASSUME_TGKILL): Define without depending on kernel version for
73788         i386.
73789         (__ASSUME_UTIMES): Likewise.
73790         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
73791         kernel version.
73792         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
73793         (__ASSUME_TMPFS_NAME): Likewise.
73794         * README: Update reference to Linux kernel versions.
73796 2012-08-02  Marek Polacek  <polacek@redhat.com>
73798         [BZ #14150]
73799         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
73800         libc_cv_asm_type_prefix with %.
73801         * configure: Regenerated.
73802         * include/libc-symbols.h: Remove comment about
73803         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
73804         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
73805         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
73806         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
73807         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
73808         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
73809         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
73810         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
73811         * elf/tst-unique2mod1.c: Likewise.
73812         * elf/tst-unique1mod2.c: Likewise.
73813         * elf/tst-unique1mod1.c: Likewise.
73814         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
73815         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
73816         Replace ASM_TYPE_DIRECTIVE with .type.
73817         * sysdeps/s390/s390-64/sysdep.h: Likewise.
73818         * sysdeps/i386/sysdep.h: Likewise.
73819         * sysdeps/x86_64/sysdep.h: Likewise.
73820         * sysdeps/sh/sysdep.h: Likewise.
73821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
73822         Do not define ASM_TYPE_DIRECTIVE.
73823         * sysdeps/powerpc/sysdep.h: Likewise.
73824         * sysdeps/powerpc/powerpc32/sysdep.h:
73825         Replace ASM_TYPE_DIRECTIVE with .type.
73826         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
73827         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
73828         * sysdeps/i386/fpu/e_powf.S: Likewise.
73829         * sysdeps/i386/fpu/e_expl.S: Likewise.
73830         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
73831         * sysdeps/i386/fpu/e_acosh.S: Likewise.
73832         * sysdeps/i386/fpu/e_pow.S: Likewise.
73833         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
73834         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
73835         * sysdeps/i386/fpu/s_expm1.S: Likewise.
73836         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
73837         * sysdeps/i386/fpu/e_log2.S: Likewise.
73838         * sysdeps/i386/fpu/e_log2l.S: Likewise.
73839         * sysdeps/i386/fpu/e_scalb.S: Likewise.
73840         * sysdeps/i386/fpu/e_powl.S: Likewise.
73841         * sysdeps/i386/fpu/e_log10f.S: Likewise.
73842         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
73843         * sysdeps/i386/fpu/e_logl.S: Likewise.
73844         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
73845         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
73846         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
73847         * sysdeps/i386/fpu/e_log2f.S: Likewise.
73848         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
73849         * sysdeps/i386/fpu/e_log.S: Likewise.
73850         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
73851         * sysdeps/i386/fpu/e_logf.S: Likewise.
73852         * sysdeps/i386/fpu/e_log10l.S: Likewise.
73853         * sysdeps/i386/fpu/e_atanh.S: Likewise.
73854         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
73855         * sysdeps/i386/fpu/e_log10.S: Likewise.
73856         * sysdeps/i386/fpu/s_frexp.S: Likewise.
73857         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
73858         * sysdeps/i386/fpu/s_asinh.S: Likewise.
73859         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
73860         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
73861         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
73862         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
73863         * sysdeps/i386/i686/strtok.S: Likewise.
73864         * sysdeps/i386/i386-mcount.S: Likewise.
73865         * sysdeps/i386/strtok.S: Likewise.
73866         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
73867         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
73868         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
73869         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
73870         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
73871         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
73872         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
73873         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
73874         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
73875         * sysdeps/x86_64/_mcount.S: Likewise.
73876         * sysdeps/x86_64/strtok.S: Likewise.
73877         * sysdeps/sh/_mcount.S: Likewise.
73879 2012-08-01  Roland McGrath  <roland@hack.frob.com>
73881         * libio/iofopen.c: Include <fcntl.h>.
73882         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
73883         (_IO_fopen64, fopen64): Define as aliases.
73884         * libio/iofopen64.c: Include <fcntl.h>.
73885         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
73886         Conditionalize body on this.
73887         * sysdeps/wordsize-64/iofopen.c: File removed.
73888         * sysdeps/wordsize-64/iofopen64.c: File removed.
73890 2012-08-01  Marek Polacek  <polacek@redhat.com>
73892         * libc/Makeconfig: Use elf in place of binfmt-subdir.
73893         Use dlfcn directly instead of a variable.
73894         (binfmt-subdir): Do not define.
73895         (dlfcn): Likewise.
73897 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
73899         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
73900         Remove all definitions.
73901         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
73902         <kernel-features.h>.
73903         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
73904         (miss_F_GETOWN_EX): Remove all definitions.
73905         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
73906         macro definition.
73907         [!__ASSUME_FCNTL64]: Remove conditional code.
73908         [__ASSUME_FCNTL64]: Make code unconditional.
73909         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
73910         <kernel-features.h>.
73911         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
73912         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
73913         (lockf64) [__NR_fcntl64]: Make code unconditional.
73914         (lockf64) [__ASSUME_FCNTL64]: Likewise.
73916         * sysdeps/unix/sysv/linux/kernel-features.h
73917         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
73918         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
73919         Make code unconditional.
73920         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
73921         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
73922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
73923         [__NR_vfork]: Make code unconditional.
73924         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
73925         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
73926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
73927         [__NR_vfork]: Make code unconditional.
73928         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
73929         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
73931 2012-08-01  Roland McGrath  <roland@hack.frob.com>
73933         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
73934         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
73936         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
73937         Define mkstemp64 as an alias.
73938         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
73939         Define mkstemps64 as an alias.
73940         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
73941         Define mkostemp64 as an alias.
73942         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
73943         Define mkostemps64 as an alias.
73944         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
73945         Conditionalize body on this.
73946         * misc/mkostemp64.c: Likewise.
73947         * misc/mkostemps64.c: Likewise.
73948         * misc/mkstemps64.c: Likewise.
73949         * sysdeps/wordsize-64/mkstemp64.c: File removed.
73950         * sysdeps/wordsize-64/mkostemp64.c: File removed.
73951         * sysdeps/wordsize-64/mkostemp.c: File removed.
73952         * sysdeps/wordsize-64/mkstemp.c: File removed.
73953         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
73954         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
73955         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
73956         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
73958         [BZ #14138]
73959         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
73960         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
73961         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
73962         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
73964         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
73965         compat_symbol macros from <shlib-compat.h> rather than the underlying
73966         default_symbol_version and symbol_version macros, so that DEFAULT
73967         lines in shlib-versions are respected.
73968         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
73970 2012-08-01  Florian Weimer  <fweimer@redhat.com>
73972         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
73973         Declare with warn_unused_result.
73974         (setgid, setregid, setegid, setresgid): Likewise.
73975         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
73976         Likewise.
73977         * WUR-REPORT: Remove set*id functions.
73979 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
73981         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
73983 2012-07-31  Roland McGrath  <roland@hack.frob.com>
73985         [BZ #10191]
73986         * include/sys/socket.h (__libc_accept, __libc_accept4):
73987         Add attribute_hidden.
73988         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
73990         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
73991         use of PTR_MANGLE.
73992         * inet/getnetgrent_r.c (setup): Likewise.
73994         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
73996 2012-07-31  David S. Miller  <davem@davemloft.net>
73998         * sysdeps/sparc/fpu/libm-test-ulps: Update.
74000 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
74002         [BZ #13629]
74003         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
74004         value between 1.0 and 2.0 and smaller part has absolute value less
74005         than 1.0.
74006         * math/s_clog10.c (__clog10): Likewise.
74007         * math/s_clog10f.c (__clog10f): Likewise.
74008         * math/s_clog10l.c (__clog10l): Likewise.
74009         * math/s_clogf.c (__clogf): Likewise.
74010         * math/s_clogl.c (__clogl): Likewise.
74011         * math/libm-test.inc (clog_test): Add more tests.
74012         (clog10_test): Likewise.
74013         * sysdeps/i386/fpu/libm-test-ulps: Update.
74014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74016 2012-07-31  Florian Weimer  <fweimer@redhat.com>
74018         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
74019         Exit with zero in case no suitable GID is found, and write a
74020         message to standard error.
74022 2012-07-30  Roland McGrath  <roland@hack.frob.com>
74024         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
74025         rather than to 1.
74026         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
74027         (MAXPATHLEN): Removed.
74028         (NOGROUP, NODEV): New macros.
74029         (setbit, clrbit, isset, isclr): New macros.
74030         (howmany, roundup, powerof2): New macros.
74031         (DEV_BSIZE): New macro.
74033         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
74034         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
74036         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
74037         definition on [!__NO_LONG_DOUBLE_MATH].
74039         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
74040         PTR_MANGLE and PTR_DEMANGLE.
74042         * socket/accept4.c (accept4): Rename to __libc_accept4.
74043         Define accept4 as a weak alias.
74045         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
74046         on [_DIRENT_HAVE_D_TYPE].
74047         * io/ftw.c (ftw_dir): Likewise.
74049         * io/xmknod.c (__xmknod): Don't check PATH for being null.
74051         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
74053         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
74054         Use the BSD numbers rather than the arbitrary ones we had.
74055         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
74056         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
74057         (SIGXCPU, SIGXFSZ): New macros.
74058         (_NSIG): Now 32.
74060         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
74061         initializer on [_LIBC_REENTRANT].
74063         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
74064         definitions inside [_POSIX_MAPPED_FILES].
74066         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
74068         * dirent/opendir.c: Include <fcntl.h>.
74070         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
74071         (__libc_getspecific): Likewise.
74072         (__libc_key_create): Likewise.
74074         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
74075         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
74076         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
74077         (tmpfile64): Define as alias.
74078         * sysdeps/wordsize-64/tmpfile.c: File removed.
74079         * sysdeps/wordsize-64/tmpfile64.c: File removed.
74080         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
74081         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
74083         * stdio-common/vfscanf.c: Include <stdbool.h>.
74084         * nss/makedb.c: Likewise.
74085         * stdio-common/_i18n_number.h: Likewise.
74086         * argp/argp-help.c: Likewise.
74087         * posix/wordexp.c: Likewise.
74088         * sysdeps/posix/spawni.c: Likewise.
74089         * nss/nss_files/files-initgroups.c: Likewise.
74090         * stdio-common/reg-modifier.c: Include <stdlib.h>.
74091         * nss/nss_files/files-initgroups.c: Likewise.
74092         * nss/nss_db/db-netgrp.c: Likewise.
74093         * nss/nss_db/db-initgroups.c: Likewise.
74094         * io/fchmodat.c: Include <sys/stat.h>.
74096         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
74097         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
74099         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
74100         [HAVE_MMAP].
74102         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
74103         Add multiple inclusion protection.
74105 2012-07-27  David S. Miller  <davem@davemloft.net>
74107         * sysdeps/sparc/fpu/libm-test-ulps: Update.
74109 2012-07-27  Gary Benson  <gbenson@redhat.com>
74111         [BZ #14298]
74112         * elf/rtld.c: Include <stap-probe.h>.
74113         (dl_main): Added static probes "init_start" and "init_complete".
74114         * elf/dl-load.c: Include <stap-probe.h>.
74115         (lose): Take new parameter "nsid".
74116         Added static probe "map_failed".
74117         (_dl_map_object_from_fd): Pass namespace id to lose.
74118         Added static probe "map_start".
74119         (open_verify): Pass namespace id to lose.
74120         * elf/dl-open.c: Include <stap-probe.h>.
74121         (dl_open_worker) Added static probes "map_complete", "reloc_start"
74122         and "reloc_complete".
74123         * elf/dl-close.c: Include <stap-probe.h>.
74124         (_dl_close_worker): Added static probes "unmap_start" and
74125         "unmap_complete".
74126         * elf/rtld-debugger-interface.txt: New file documenting the above.
74128 2012-07-26  Roland McGrath  <roland@hack.frob.com>
74130         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
74131         rather than a string variable.
74132         * sunrpc/rpc_main.c (h_output): Likewise.
74133         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
74135 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
74137         * inet/check_native.c: New file.
74139 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
74141         [BZ #13629]
74142         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
74143         if larger part has absolute value 1.0.
74144         * math/s_clog10.c (__clog10): Likewise.
74145         * math/s_clog10f.c (__clog10f): Likewise.
74146         * math/s_clog10l.c (__clog10l): Likewise.
74147         * math/s_clogf.c (__clogf): Likewise.
74148         * math/s_clogl.c (__clogl): Likewise.
74149         * math/libm-test.inc (clog_test): Add more tests.
74150         (clog10_test): Likewise.
74151         * sysdeps/i386/fpu/libm-test-ulps: Update.
74152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74154         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
74155         (pltexit): Likewise.
74156         (La_regs): Likewise.
74157         (La_retval): Likewise.
74158         (int_retval): Likewise.
74159         Update #error for removed macros to refer only to definitions in
74160         tst-audit.h.
74161         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
74162         macro.
74163         (pltexit): Likewise.
74164         (La_regs): Likewise.
74165         (La_retval): Likewise.
74166         (int_retval): Likewise.
74167         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
74168         macro.
74169         (pltexit): Likewise.
74170         (La_regs): Likewise.
74171         (La_retval): Likewise.
74172         (int_retval): Likewise.
74173         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
74174         macro.
74175         (pltexit): Likewise.
74176         (La_regs): Likewise.
74177         (La_retval): Likewise.
74178         (int_retval): Likewise.
74179         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
74180         macro.
74181         (pltexit): Likewise.
74182         (La_regs): Likewise.
74183         (La_retval): Likewise.
74184         (int_retval): Likewise.
74185         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
74186         macro.
74187         (pltexit): Likewise.
74188         (La_regs): Likewise.
74189         (La_retval): Likewise.
74190         (int_retval): Likewise.
74191         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
74192         macro.
74193         (pltexit): Likewise.
74194         (La_regs): Likewise.
74195         (La_retval): Likewise.
74196         (int_retval): Likewise.
74197         * sysdeps/generic/tst-audit.h: Update comment to refer only to
74198         macro definitions in tst-audit.h.
74199         * sysdeps/i386/tst-audit.h: New file.
74200         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
74201         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
74202         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
74203         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
74204         * sysdeps/sh/tst-audit.h: Likewise.
74205         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
74206         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
74207         * sysdeps/x86_64/tst-audit.h: Likewise.
74209 2012-07-26  Andreas Jaeger  <aj@suse.de>
74211         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
74212         ptrace.
74214         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
74215         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
74216         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
74217         PTRACE_O_MASK.
74218         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
74219         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
74220         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
74222         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
74223         value.
74225         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
74226         _sigsys.
74227         (si_call_addr, si_syscall, si_arch): Define new macro.
74228         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
74229         _sigsys.
74230         (si_call_addr, si_syscall, si_arch): Define new marcro.
74231         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
74232         _sigsys.
74233         (si_call_addr, si_syscall, si_arch): Define new macro.
74234         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
74235         _sigsys.
74236         (si_call_addr, si_syscall, si_arch): Define new macro.
74238 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
74240         [BZ #13717]
74241         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
74242         Change to 2.4.21 where previously 2.4.1.
74243         * sysdeps/unix/sysv/linux/configure: Regenerated.
74244         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
74245         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
74246         Linux kernel version.
74247         (__ASSUME_STD_AUXV): Remove.
74248         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
74249         kernel version.
74250         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
74251         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
74252         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
74253         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
74254         (__ASSUME_NETLINK_SUPPORT): Likewise.
74255         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
74256         (__no_netlink_support): Remove conditional definition.
74257         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
74258         Remove.
74259         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
74260         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
74261         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
74262         (if_nameindex_ioctl): Remove.
74263         (if_nameindex_netlink): Do not handle __no_netlink_support.
74264         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
74265         code.
74266         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
74267         Remove conditional code.
74268         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
74269         code.
74270         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
74271         unconditional.
74272         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
74273         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
74274         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
74275         Remove.
74276         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
74277         [!__ASSUME_STD_AUXV]: Remove conditional code.
74278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
74279         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
74280         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
74281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
74282         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
74283         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
74284         code.
74285         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
74286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
74287         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
74288         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
74289         conditional code.
74290         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
74291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
74292         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
74293         code.
74294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
74295         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
74296         conditional code.
74297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
74298         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
74299         code unconditional.
74300         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74301         conditional code.
74302         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
74303         unconditional.
74304         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74305         conditional code.
74306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
74307         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
74308         unconditional.
74309         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74310         conditional code.
74311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
74312         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
74313         code unconditional.
74314         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74315         conditional code.
74316         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
74317         unconditional.
74318         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74319         conditional code.
74320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
74321         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
74322         code unconditional.
74323         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74324         conditional code.
74325         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
74326         unconditional.
74327         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74328         conditional code.
74330 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
74332         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
74333         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
74334         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
74335         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
74336         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
74337         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
74338         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
74339         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
74340         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
74341         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
74342         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
74343         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
74344         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
74345         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
74346         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
74347         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
74348         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
74349         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
74350         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
74351         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
74352         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
74353         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
74354         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
74356 2012-07-25  Florian Weimer  <fweimer@redhat.com>
74358         * Versions.def: Add GLIBC_2.17.
74359         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
74360         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
74361         Introduce __libc_secure_getenv.
74362         * stdlib/Versions (2.17): Add secure_getenv
74363         (GLIBC_PRIVATE): Add __libc_secure_getenv.
74364         * stdlib/secure-getenv.c: Rename __secure_getenv to
74365         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
74366         symbol __secure_getenv for GLIBC_2.0.
74367         * stdlib/tst-secure-getenv.c: New.
74368         * stdlib/Makefile (tests): Add testcase.
74369         * manual/startup.texi (Environment Access): Document
74370         secure_getenv.
74371         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
74372         __libc_secure_getenv.
74373         * inet/ruserpass.c (ruserpass): Likewise.
74374         * malloc/mtrace.c (mtrace): Likewise.
74375         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
74376         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
74377         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
74378         * sysdeps/posix/tempname.c: Likewise.  Evaluate
74379         HAVE_SECURE_GETENV.
74380         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
74381         __secure_getenv to __libc_secure_getenv.
74382         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
74383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
74384         Likewise.
74385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
74386         Likewise.
74387         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
74388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
74389         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
74390         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
74391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
74392         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
74393         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
74395 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
74397         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
74398         (struct La_i86_retval): Likewise.
74399         (struct La_x86_64_regs): Likewise.
74400         (struct La_x86_64_retval): Likewise.
74401         (struct La_x32_regs): Likewise.
74402         (struct La_x32_retval): Likewise.
74403         (struct La_ppc32_regs): Likewise.
74404         (struct La_ppc32_retval): Likewise.
74405         (struct La_ppc64_regs): Likewise.
74406         (struct La_ppc64_retval): Likewise.
74407         (struct La_sh_regs): Likewise.
74408         (struct La_sh_retval): Likewise.
74409         (struct La_s390_32_regs): Likewise.
74410         (struct La_s390_32_retval): Likewise.
74411         (struct La_s390_64_regs): Likewise.
74412         (struct La_s390_64_retval): Likewise.
74413         (struct La_sparc32_regs): Likewise.
74414         (struct La_sparc32_retval): Likewise.
74415         (struct La_sparc64_regs): Likewise.
74416         (struct La_sparc64_retval): Likewise.
74417         (struct audit_ifaces): Remove architecture-specific pltenter and
74418         pltexit members.
74419         * sysdeps/i386/ldsodefs.h: New file.
74420         * sysdeps/powerpc/ldsodefs.h: Likewise.
74421         * sysdeps/s390/ldsodefs.h: Likewise.
74422         * sysdeps/sh/ldsodefs.h: Likewise.
74423         * sysdeps/sparc/ldsodefs.h: Likewise.
74424         * sysdeps/x86_64/ldsodefs.h: Likewise.
74426 2012-07-25  Marek Polacek  <polacek@redhat.com>
74428         [BZ #6808]
74429         * math/libm-test.inc (yn_test): Add another test.
74430         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
74431         to ERANGE when the result is +-Inf.
74432         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
74433         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
74434         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
74435         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
74437 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
74439         * conform/data/time.h-data (NULL): Use macro-constant.  Require
74440         equal to 0.
74441         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
74442         clock_t.
74443         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
74445 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
74447         * configure.in <sysdeps resolving>: Correct printing
74448         Implies_before.
74449         * configure: Regenerate.
74451 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
74453         * math/w_ilogb.c: Include <limits.h>.
74454         * math/w_ilogbl.c: Likewise.
74456 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
74458         * manual/lang.texi (__va_copy): Document primarily as ISO C99
74459         va_copy.  Document allowing for unavailable va_copy only as
74460         pre-C99 compatibility.
74461         * manual/string.texi (Copying and Concatenation): Use va_copy
74462         instead of __va_copy in concat example.
74464 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
74466         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
74467         (__sendto): Use create_address_port.  Initialize APORT and deallocate
74468         it if not null.
74470         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
74471         with O_NOLINK passed to __file_name_lookup.
74473         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
74474         with O_NOLINK passed to __file_name_lookup.
74476         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
74477         negative N or less than NGIDS.
74479         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
74480         type to string_t.  Set ERANGE as errno and return it if NAME is not big
74481         enough.  Use memcpy instead of strncpy.
74483 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
74485         * elf/Makefile (check-data): Remove.
74486         (localplt.data): New vpath directive.
74487         ($(objpfx)check-localplt.out): Use localplt.data from vpath
74488         instead of $(check-data).
74489         * scripts/data/localplt-generic.data: Move to ...
74490         * sysdeps/generic/localplt.data: ... here.
74491         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
74492         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
74493         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
74494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
74495         ... here.
74496         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
74497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
74498         ... here.
74499         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
74500         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
74501         ... here.
74502         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
74503         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
74504         ... here.
74505         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
74506         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
74507         ... here.
74508         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
74509         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
74510         ... here.
74512 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
74514         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
74515         PPC32 and PPC64 files.
74516         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
74517         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
74519 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
74521         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
74522         __makecontext_ret to ...
74523         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
74524         ... here and call exit if uc_link is NULL.  New file.
74525         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
74526         __makecontext_ret.S.
74527         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
74528         __makecontext_ret to ...
74529         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
74530         ... here and call exit if uc_link is NULL.  New file.
74531         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
74532         __makecontext_ret.S.
74534 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
74536         * elf/elf.h (R_390_IRELATIVE): New definition.
74537         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
74538         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
74539         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
74540         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
74541         (elf_machine_lazy_rel): Likewise.
74542         * sysdeps/s390/dl-irel.h: New file.
74543         * sysdeps/s390/s390-64/memcpy.S: New asm code.
74544         * sysdeps/s390/s390-64/memset.S: New asm code.
74545         * sysdeps/s390/s390-64/memcmp.S: New asm code.
74546         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
74547         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
74548         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
74549         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
74550         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
74551         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
74552         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
74553         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
74554         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
74555         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
74556         * sysdeps/s390/s390-32/memcpy.S: New asm code.
74557         * sysdeps/s390/s390-32/memset.S: New asm code.
74558         * sysdeps/s390/s390-32/memcmp.S: New asm code.
74560 2012-07-17  Marek Polacek  <polacek@redhat.com>
74562         [BZ #14349]
74563         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
74564         * sysdeps/s390/s390-64/configure.in: Likewise.
74565         * sysdeps/sparc/configure.in: Likewise.
74566         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
74567         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
74568         * sysdeps/i386/configure.in: Likewise.
74569         * sysdeps/x86_64/configure.in: Likewise.
74570         * sysdeps/sh/configure.in: Likewise.
74571         * sysdeps/s390/s390-32/configure: Regenerated.
74572         * sysdeps/s390/s390-64/configure: Likewise.
74573         * sysdeps/x86_64/configure: Likewise.
74574         * sysdeps/sh/configure: Likewise.
74575         * sysdeps/powerpc/powerpc64/configure: Likewise.
74576         * sysdeps/powerpc/powerpc32/configure: Likewise.
74577         * sysdeps/sparc/configure: Likewise.
74578         * sysdeps/i386/configure: Likewise.
74580         * elf/dl-open.c: Comment fixes.
74582 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
74584         * Makefile [CXX] (check-data): Remove.
74585         [CXX] (c++-types.data): New vpath directive.
74586         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
74587         vpath.  Do not allow for C++ type data being missing.
74588         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
74589         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
74590         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
74591         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
74592         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
74593         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
74594         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
74595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
74596         ... here.
74597         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
74598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
74599         ... here.
74600         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
74601         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
74602         ... here.
74603         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
74604         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
74605         ... here.
74606         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
74607         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
74608         ... here.
74609         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
74610         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
74611         ... here.
74612         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
74613         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
74614         ... here.
74615         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
74616         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
74618         * elf/tls-macros.h (TLS_LE): Move architecture-specific
74619         definitions to architecture-specific files.
74620         (TLS_IE): Likewise.
74621         (TLS_LD): Likewise.
74622         (TLS_GD): Likewise.
74623         * sysdeps/i386/tls-macros.h: New file.
74624         * sysdeps/powerpc/tls-macros.h: Likewise.
74625         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
74626         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
74627         * sysdeps/sh/tls-macros.h: Likewise.
74628         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
74629         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
74630         * sysdeps/x86_64/tls-macros.h: Likewise.
74632 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
74634         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
74635         zero value for regular exit case.
74637         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
74638         (__start_context): Preserve zero value for regular exit case.
74640 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
74641             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
74643         * manual/setjmp.texi (setcontext): Clarify normal process
74644         termination when uc_link is the null pointer.
74645         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
74646         exit call.
74648 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
74650         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
74651         preprocessor.  Test for each exception mask separately.
74653 2012-07-16  Andreas Jaeger  <aj@suse.de>
74655         * po/ru.po: Update from translation team.
74657 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
74659         * conform/data/string.h-data (NULL): Use macro-constant.  Require
74660         equal to 0.
74661         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
74662         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
74663         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
74664         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
74665         [ISO || ISO99 || ISO11] (*_t): Do not allow.
74667 2012-07-13  Andreas Jaeger  <aj@suse.de>
74669         * po/fr.po: Update from translation team.
74671 2012-07-12  Marek Polacek  <polacek@redhat.com>
74673         [BZ #14173]
74674         * math/libm-test.inc (yn_test): Add test for BZ #14173.
74675         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
74676         loop condition.
74678 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
74680         [BZ #13717]
74681         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
74682         Change to 2.4.1 where previously 2.4.0.
74683         * sysdeps/unix/sysv/linux/configure: Regenerated.
74684         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
74685         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
74686         version.
74687         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
74688         (__ASSUME_AT_CLKTCK): Remove.
74689         (__ASSUME_AT_PAGESIZE): Likewise.
74690         (__ASSUME_AT_XID): Likewise.
74691         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
74692         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
74693         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
74694         unconditionally.
74695         (HAVE_AUX_PAGESIZE): Likewise.
74696         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
74697         [__ASSUME_AT_CLKTCK]: Make code unconditional.
74698         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
74700 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
74702         [BZ #14307]
74703         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
74704         the temporary buffer used to invoke __gethostbyname2_r,
74705         __gethostbyaddr_r and gethostbyname4_r to make room for struct
74706         host_data / struct gaih_addrtuple.
74707         * resolv/nss_dns/dns-host.c (global scope): Move definition of
74708         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
74709         header file nss/nsswitch.h.
74710         * nss/nsswitch.h (global scope): Add definition of implementation
74711         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
74712         resolv/nss_dns/dns-host.c).
74714 2012-07-11  Andreas Jaeger  <aj@suse.de>
74716         * po/fr.po: Update from translation team.
74718         * po/sv.po: Update from translation team
74719         * po/fr.po: Another update from translation team.
74721 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
74723         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
74724         for subnormals or multiply small sinh result by itself.
74725         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
74726         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
74728 2012-07-11  David S. Miller  <davem@davemloft.net>
74730         * sysdeps/sparc/fpu/libm-test-ulps: Update.
74732 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
74734         [BZ #14347]
74735         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
74736         (INTERNAL_MARK): Shift it here.
74738 2012-07-10  Marek Polacek  <polacek@redhat.com>
74740         [BZ #14151]
74741         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
74742         libc_cv_asm_global_directive with .globl.
74743         * configure: Regenerated.
74744         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
74745         with .globl.
74746         * sysdeps/i386/configure: Regenerated.
74747         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
74748         with .globl.
74749         * sysdeps/x86_64/configure: Regenerated.
74750         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
74751         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
74752         * elf/tst-unique2mod2.c: Likewise.
74753         * elf/tst-unique2mod1.c: Likewise.
74754         * elf/tst-unique1mod2.c: Likewise.
74755         * elf/tst-unique1mod1.c: Likewise.
74756         * sysdeps/s390/s390-32/sysdep.h: Likewise.
74757         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
74758         * sysdeps/s390/s390-64/sysdep.h: Likewise.
74759         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
74760         * sysdeps/mach/sysdep.h: Likewise.
74761         * sysdeps/i386/sysdep.h: Likewise.
74762         * sysdeps/i386/i386-mcount.S: Likewise.
74763         * sysdeps/x86_64/_mcount.S: Likewise.
74764         * sysdeps/x86_64/sysdep.h: Likewise.
74765         * sysdeps/sh/_mcount.S: Likewise.
74766         * sysdeps/sh/sysdep.h: Likewise.
74767         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
74768         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
74769         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
74770         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
74771         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
74772         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
74773         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
74774         * locale/localeinfo.h: Likewise.
74775         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
74776         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
74778 2012-07-09  Roland McGrath  <roland@hack.frob.com>
74780         [BZ #14336]
74781         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
74782         system".
74783         * manual/message.texi (The Uniforum approach): Likewise.
74784         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
74785         (glibc iconv Implementation): Likewise.
74787 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
74789         [BZ #14337]
74790         * math/s_clog.c (__clog): Avoid scaling a value down where that
74791         could result in underflow.
74792         * math/s_clog10.c (__clog10): Likewise.
74793         * math/s_clog10f.c (__clog10f): Likewise.
74794         * math/s_clog10l.c (__clog10l): Likewise.
74795         * math/s_clogf.c (__clogf): Likewise.
74796         * math/s_clogl.c (__clogl): Likewise.
74797         * math/libm-test.inc (clog_test): Add more tests.
74798         (clog10_test): Likewise.
74799         * sysdeps/i386/fpu/libm-test-ulps: Update.
74800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74802 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
74804         [BZ #14283]
74805         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
74806         by 7 not 8 to examine high bit of fractional part.
74808         [BZ #14042]
74809         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
74810         for call to __mcount_internal.
74811         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
74812         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
74813         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
74815 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
74817         [BZ #14154]
74818         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
74819         approximation for values within 0x1p-13f of an odd multiple of
74820         pi/4.
74821         * math/libm-test.inc (tan_test): Do not allow spurious underflow
74822         exception.  Add more tests.
74823         * sysdeps/i386/fpu/libm-test-ulps: Update.
74825         [BZ #6778]
74826         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
74827         inputs and return -1 for them.  Do not check for +Inf in case not
74828         reachable for +Inf.
74829         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
74830         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
74831         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
74832         and return -1 for them.  Do not check for +Inf in case not
74833         reachable for +Inf.
74834         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
74835         define.
74836         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
74837         and return -1 for them.  Do not check for +Inf in case not
74838         reachable for +Inf.
74839         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
74840         spurious underflow.
74841         * sysdeps/i386/fpu/libm-test-ulps: Update.
74842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74844 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
74846         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
74848 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
74850         [BZ #14157]
74851         [BZ #14331]
74852         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
74853         could result in spurious underflow.  Scale down values above
74854         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
74855         * math/s_csqrtf.c (__csqrtf): Likewise.
74856         * math/s_csqrtl.c (__csqrtl): Likewise.
74857         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
74858         spurious underflow.
74859         * sysdeps/i386/fpu/libm-test-ulps: Update.
74860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74862 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
74864         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
74865         xopen-msg.sed.
74866         * catgets/xopen-msg.awk: New file.
74867         * catgets/xopen-msg.sed: Removed.
74869         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
74870         po2text.sed.
74871         * intl/po2test.awk: New file.
74872         * intl/po2test.sed: Removed.
74874 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
74876         [BZ #14328]
74877         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
74878         or multiply small sinh result by itself.
74879         * math/s_ctanf.c (__ctanf): Likewise.
74880         * math/s_ctanh.c (__ctanh): Likewise.
74881         * math/s_ctanhf.c (__ctanhf): Likewise.
74882         * math/s_ctanhl.c (__ctanhl): Likewise.
74883         * math/s_ctanl.c (__ctanl): Likewise.
74884         * math/libm-test.inc (ctan_test_tonearest): New function.
74885         (ctan_test_towardzero): Likewise.
74886         (ctan_test_downward): Likewise.
74887         (ctan_test_upward): Likewise.
74888         (ctanh_test_tonearest): Likewise.
74889         (ctanh_test_towardzero): Likewise.
74890         (ctanh_test_downward): Likewise.
74891         (ctanh_test_upward): Likewise.
74892         (main): Call these new functions.
74893         * sysdeps/i386/fpu/libm-test-ulps: Update.
74894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74896 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
74898         * .gitignore: Delete /ports entry.
74900 2012-07-03  Andreas Jaeger  <aj@suse.de>
74902         * po/bg.po: Update from translation team.
74903         * po/cs.po: Likewise.
74904         * po/de.po: Likewise.
74905         * po/hr.po: Likewise.
74906         * po/nl.pl: Likewise.
74907         * po/pl.po: Likewise.
74908         * po/vi.po: Likewise.
74910 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
74912         * Makeconfig [!+link] (+link-before-libc): New variable.
74913         [!+link] (+link-after-libc): Likewise.
74914         [!+link] (+link-tests): Likewise.
74915         [!+link] (+link): Define in terms of $(+link-before-libc) and
74916         $(+link-after-libc).
74917         [!+link-static] (+link-static-before-libc): New variable.
74918         [!+link-static] (+link-static-after-libc): Likewise.
74919         [!+link-static] (+link-static-tests): Likewise.
74920         [!+link-static] (+link-static): Define in terms of
74921         $(+link-static-before-libc) and $(+link-static-after-libc).
74922         [build-shared] (link-libc-before-gnulib): New variable.
74923         [build-shared] (link-libc-tests): Likewise.
74924         [build-shared] (link-libc): Define in terms of
74925         $(link-libc-before-gnulib).
74926         [!build-shared] (link-libc-tests): New variable.
74927         (link-libc-static-tests): New variable.
74928         [!gnulib] (gnulib-arch): New variable.
74929         [!gnulib] (gnulib-tests): Likewise.
74930         [!gnulib] (static-gnulib-arch): Likewise.
74931         [!gnulib] (static-gnulib-tests): Likewise.
74932         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
74933         Define with "=" instead of ":=".
74934         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
74935         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
74936         * Rules (binaries-all-notests): New variable.
74937         (binaries-all-tests): Likewise.
74938         (binaries-static-notests): Likewise.
74939         (binaries-static-tests): Likewise.
74940         (binaries-all): Define using $(binaries-all-notests) and
74941         $(binaries-all-tests).
74942         (binaries-static): Define using $(binaries-static-notests) and
74943         $(binaries-static-tests).
74944         (binaries-shared-tests): New variable.
74945         (binaries-shared-notests): Likewise.
74946         (binaries-shared): Remove variable.
74947         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
74948         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
74949         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
74950         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
74951         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
74952         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
74953         * elf/Makefile (sln-modules): New variable.
74954         (extra-objs): Add $(sln-modules:=.o).
74955         (ldconfig-modules): Add static-stubs.
74956         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
74957         * elf/static-stubs.c: New file.
74959         [BZ #14283]
74960         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
74961         by 7 not 8 to examine high bit of fractional part.  Use volatile
74962         variables when splitting into final array of floats if
74963         __FLT_EVAL_METHOD__ != 0.
74964         * math/libm-test.inc (cos_test): Add another test.
74965         (sin_test): Likewise.
74966         * sysdeps/i386/fpu/libm-test-ulps: Update.
74968         [BZ #14273]
74969         * math/libm-test.inc (cosh_test): Add more tests.
74971         * version.h (RELEASE): Set to "development".
74972         (VERSION): Set to "2.16.90".
74974 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
74976         * NEWS: Update copyright. Remove last-updated date.
74977         Mention math library bug fixes and timezone data changes.
74978         * README: Mention GNU/Hurd, x32, and HPPA support status.
74980 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
74982         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
74984 2012-06-27  Andreas Jaeger  <aj@suse.de>
74986         * manual/contrib.texi (Contributors): Add Samuel Thibault.
74988 2012-06-25  Andreas Jaeger  <aj@suse.de>
74990         * sysdeps/s390/fpu/libm-test-ulps: Update.
74992 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
74993             Thomas Schwinge  <thomas@codesourcery.com>
74995         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
74996         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
74997         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
74998         fanotify_mark.
75000 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
75002         * sysdeps/mach/start.c: Remove file.
75003         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
75004         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
75005         * sysdeps/sh/init-first.c: Likewise.
75007         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
75008         registers for frame unwinding purposes, add CFI directives.
75009         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
75010         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise.
75011         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
75012         Likewise.
75014         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
75015         __fortify_fail returning.
75016         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
75018         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
75019         sysdeps/sh/____longjmp_chk.S.
75020         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
75021         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
75022         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
75023         (gen-as-const-headers): Append sigaltstack-offsets.sym.
75025         * sysdeps/sh/abort-instr.h: New file.
75026         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
75027         process in case exit returns.
75029         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
75030         initialize the GOT register before use.
75032         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
75033         calculation of ARGC > 4.
75035         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
75036         meaningful names to some local labels.
75038 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
75039             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
75041         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
75042         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
75043         (__arch_compare_and_exchange_val_16_acq): Likewise.
75044         (__arch_compare_and_exchange_val_32_acq): Likewise.
75045         (atomic_exchange_and_add): Fix gUSA sequence.
75046         (atomic_add): Likewise.
75047         (atomic_add_negative): Likewise.
75048         (atomic_add_zero): Likewise.
75049         (atomic_bit_test_set): Likewise.
75051 2012-06-22  Andreas Schwab  <schwab@redhat.com>
75053         [BZ #13579]
75054         * include/link.h (struct link_map): Add l_free_initfini.
75055         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
75056         l_initfini.
75057         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
75058         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
75059         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
75060         set.
75062 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
75064         * configure.in: Use AC_LANG_SOURCE.
75065         * configure: Regenerate.
75067 2012-06-22  Roland McGrath  <roland@hack.frob.com>
75069         * configure.in (libc_cv_localstatedir): New substituted variable.
75070         * configure: Regenerated.
75071         * config.make.in (localstatedir): New variable, substituted from
75072         libc_cv_localstatedir.
75073         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
75074         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
75075         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
75076         * sysdeps/gnu/configure: Regenerated.
75078 2012-06-21  Jeff Law  <law@redhat.com>
75080         [BZ #14277]
75081         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
75082         free.  Simplify list management for _LIBC case.
75084 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
75086         [BZ #14273]
75087         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
75088         Clear sign bit of 64-bit integer value before comparing against
75089         overflow value.
75091         * sysdeps/mach/configure: Regenerated.
75093 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
75095         [BZ #14278]
75096         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
75098 2012-06-21  Jeff Law  <law@redhat.com>
75100         [BZ #13882]
75101         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
75102         uint16_t for elements in the "seen" array to avoid char overflows.
75103         * elf/dl-fini.c (_dl_sort_fini): Likewise.
75104         * elf/dl-open.c (dl_open_worker): Likewise.
75106 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
75108         * scripts/list-sources.sh: Scan PORTS for translations.
75109         * po/libc.pot: Regenerated.
75111 2012-06-21  Andreas Jaeger  <aj@suse.de>
75113         [BZ #12194]
75114         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
75115         warning.
75116         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
75117         * bits/byteswap-16.h (__bswap_16): Likewise.
75118         * bits/byteswap.h (__bswap_constant_16): Likewise.
75120 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
75122         [BZ #14117]
75123         * sysdeps/i386/fpu_control.h: Removed.
75124         * sysdeps/x86_64/fpu_control.h: Moved to ...
75125         * sysdeps/x86/fpu_control.h: Here.
75127         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
75128         (_FPU_SETCW): Likewise.
75130 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
75132         [BZ #14117]
75133         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
75134         * sysdeps/x86/fpu/bits/mathinline.h: This.
75135         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
75137         [BZ #14050]
75138         [BZ #14117]
75139         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
75140         functions if __x86_64__ is defined.
75142 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
75144         * string/endian.h: Add !__ASSEMBLER__ condition for including
75145         conversion interfaces.
75147 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
75149         [BZ #14241]
75150         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
75151         of ABS(x) in calculating zero to negative powers other than odd
75152         integers.
75153         * math/libm-test.inc (pow_test): Add more tests.
75155 2012-06-15  Andreas Jaeger  <aj@suse.de>
75157         * manual/contrib.texi (Contributors): Update entry of Liubov
75158         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
75159         Machado Filho.
75161 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
75163         * string/string.h: Add __wur to GNU version of strerror_r.
75165 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
75167         [BZ #14229]
75168         * string/Makefile (tests): Add tst-strtok_r.
75169         * string/tst-strtok_r.c: New file.
75170         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
75171         RAX_LP/RDX_LP on SAVE_PTR.
75173 2012-06-14  Roland McGrath  <roland@hack.frob.com>
75175         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
75177 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
75179         * libm_test.inc (csqrt_test): Allow more spurious underflow
75180         exceptions.
75181         (j0_test): Likewise.
75182         (j1_test): Likewise.
75183         (y0_test): Likewise.
75184         (y1_test): Likewise.
75186 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
75188         * po/Makefile (libc.pot): Use UTF-8 charset.
75190 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
75192         [BZ #14210]
75193         Suppress sign-conversion warning from FD_SET.
75194         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
75195         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
75196         not unsigned long int.
75197         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
75199 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
75201         [BZ #14050]
75202         [BZ #14117]
75203         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
75204         __extern_always_inline instead of __extern_inline.
75205         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
75206         (__signbit): Likewise.
75207         (__signbitl): Support C++ namespace.
75208         (lrintf): New inline function.
75209         (lrint): Likewise.
75210         (llrintf): Likewise.
75211         (llrint): Likewise.
75212         (fmaxf): Likewise.
75213         (fmax): Likewise.
75214         (fminf): Likewise.
75215         (fmin): Likewise.
75216         (rint): Likewise.
75217         (rintf): Likewise.
75218         (ceil): Likewise.
75219         (ceilf): Likewise.
75220         (floor): Likewise.
75221         (floorf): Likewise.
75222         (nearbyint): Likewise.
75223         (nearbyintf): Likewise.
75225 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
75227         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
75228         non-default versions.
75230 2012-06-11  Roland McGrath  <roland@hack.frob.com>
75232         [BZ #14218]
75233         * manual/argp.texi (Argp): Reword argp_parse description slightly.
75235 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
75237         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
75238         (FE_UPWARD, FE_DOWNWARD): Don't define.
75239         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
75240         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
75242         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
75243         reading it.
75244         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
75245         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
75247 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
75249         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
75250         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
75251         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
75252         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
75254 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
75256         [BZ #14117]
75257         * sysdeps/i386/fpu/bits/fenv.h: Removed.
75258         * sysdeps/i386/fpu/Implies: New file.
75259         * sysdeps/x86_64/fpu/Implies: Likewise.
75260         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
75261         * sysdeps/x86/fpu/bits/fenv.h: This.
75263         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
75264         __SSE_MATH__.
75266 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
75268         [BZ #14134]
75269         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
75270         character 0xffff that matches the last element of the
75271         conversion table.
75273 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75275         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
75276         fmodl commit.
75278 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75280         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
75281         values higher than 25.6283.
75283 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75285         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
75286         subnormal exponent extraction and add some __builtin_expect.
75287         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
75288         Fix for subnormal mantissa calculation.
75290 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
75292         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
75293         cpu2 is -1 and errno is not ENOSYS.
75295 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
75297         [BZ #14117]
75298         * sysdeps/i386/i486/bits/string.h: Renamed to ...
75299         * sysdeps/x86/bits/string.h: This.
75300         * sysdeps/x86_64/bits/string.h: Removed.
75302         * sysdeps/i386/i486/bits/string.h: Define inline functions only
75303         if not compiling for x86-64, but compiling for >= i486.
75305         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
75306         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
75308         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
75309         New macro from Linux kernel 3.4.0.
75310         (FP_XSTATE_MAGIC2): Likewise.
75311         (FP_XSTATE_MAGIC2_SIZE): Likewise.
75312         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
75313         (struct _fpx_sw_bytes): New struct.
75314         (struct _xsave_hdr): Likewise.
75315         (struct _ymmh_state): Likewise.
75316         (struct _xstate): Likewise.
75318         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
75319         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
75320         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
75321         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
75322         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
75323         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
75325         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
75326         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
75327         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
75328         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
75329         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
75330         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
75332 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
75334         [BZ #13743]
75335         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
75336         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
75337         (sysdep_headers): Include sys/platform/ppc.h.
75338         * sysdeps/powerpc/test-gettimebase.c: Test for
75339         __ppc_get_timebase() to catch future ISA opcode/insn changes.
75340         * manual/Makefile (appendices): Include platform.texi.
75341         * manual/contrib.texi (Contributors): Update @node pointers.
75342         * manual/maint.texi (Maintenance): Likewise.
75343         (Platform): New node.
75344         * manual/platform.texi: New file.  Document the new features.
75346 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
75347             Jakub Jelinek  <jakub@redhat.com>
75349         [BZ #14188]
75350         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
75351         where __builtin_expect is unavailable.
75353 2012-06-03  David S. Miller  <davem@davemloft.net>
75355         * stdlib/longlong.h: Updated from GCC.
75357 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
75359         [BZ #14042]
75360         * sysdeps/powerpc/powerpc32/mcount.c: New file.
75361         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
75362         __mcount_internal.
75363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
75364         (GLIBC_2.16): Likewise.
75366 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
75368         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
75370 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
75372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
75373         (default-abi): New variable.
75374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
75375         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
75376         variable.
75377         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
75378         Likewise.
75379         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
75380         Likewise.
75381         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
75382         Likewise.
75384         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
75385         definition.  Document in comment.
75387 2012-06-01  David S. Miller  <davem@davemloft.net>
75389         * stdlib/longlong.h: Updated from GCC.
75391 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
75393         [BZ #14117]
75394         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
75395         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
75396         sys/debugreg.h sys/io.h here.
75397         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
75398         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
75399         sys/io.h.
75400         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
75401         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
75402         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
75403         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
75404         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
75405         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
75407         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
75408         Define only if __x86_64__ is defined.
75410 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
75412         [BZ #14048]
75413         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
75414         Use int64_t for variable i.
75415         * math/libm-test.inc (fmod_test): Add more tests.
75417         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
75418         z computation is not scheduled after fetestexcept.
75419         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
75420         Use math_force_eval instead of asm to ensure calculation scheduled
75421         before exception test.
75422         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
75423         Ensure a1 + u.d computation is not scheduled after fetestexcept.
75425 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
75427         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
75428         computation is not scheduled after fetestexcept.
75430 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
75432         [BZ #14117]
75433         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
75434         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
75436 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75438         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
75439         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
75441 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
75443         [BZ #14117]
75444         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
75445         <bits/wordsize.h>.
75446         (__WCHAR_MIN): Support __WORDSIZE == 64.
75447         (__WCHAR_MAX): Likewise.
75449         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
75450         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
75452         [BZ #14183]
75453         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
75454         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
75456         [BZ #14117]
75457         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
75458         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
75460         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
75461         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
75463         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
75464         Defined to 1 if __x86_64__ isn't defined.
75465         (_STAT_VER_LINUX_OLD): New.
75466         (st_atime): Remove duplicate.
75467         (st_mtime): Likewise.
75468         (st_ctime): Likewise.
75470 2012-05-31  David S. Miller  <davem@davemloft.net>
75472         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
75473         entries.
75475 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
75477         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
75478         gen-libm-test.pl.
75480         [BZ #14132]
75481         * elf/dl-reloc.c: Include <_itoa.h>.
75482         (_dl_reloc_bad_type): Remove use of INTUSE.
75483         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
75484         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
75485         * stdio-common/psiginfo.c (psiginfo): Likewise.
75486         * stdio-common/psignal.c (psignal): Likewise.
75487         * string/strsignal.c (strsignal): Likewise.
75488         * include/signal.h (_sys_siglist): Declare hidden proto.
75489         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
75490         INTVARDEF with libc_hidden_data_def.
75491         * stdio-common/itoa-udigits.c: Likewise.
75492         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
75493         (_itoa_lower_digits_internal): Remove declaration.
75494         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
75495         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
75496         (_sys_sigabbrev_internal): Remove aliases.
75497         (_sys_siglist): Define hidden alias.
75499 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
75501         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
75502         bits/sysctl.h.
75504 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
75506         [BZ #14117]
75507         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
75508         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
75510         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
75511         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
75512         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
75513         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
75514         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
75515         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
75517         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
75518         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
75519         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
75521         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
75522         with __addr.
75523         (insw): Likewise.
75524         (insl): Likewise.
75525         (outsb): Likewise.
75526         (outsw): Likewise.
75527         (outsl): Likewise.
75529         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
75530         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
75531         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
75533         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
75534         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
75535         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
75536         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
75537         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
75538         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
75540         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
75541         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
75543         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
75544         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
75546         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
75547         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
75548         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
75550         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
75551         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
75552         to ...
75553         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
75555         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
75556         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
75557         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
75559         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
75560         for x86-64.
75561         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
75563 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
75565         * math/math.h (M_El): Use two more decimal places.
75566         (M_LOG2El): Likewise.
75567         (M_LOG10El): Likewise.
75568         (M_LN2l): Likewise.
75569         (M_LN10l): Likewise.
75570         (M_PIl): Likewise.
75571         (M_PI_2l): Likewise.
75572         (M_PI_4l): Likewise.
75573         (M_1_PIl): Likewise.
75574         (M_2_PIl): Likewise.
75575         (M_2_SQRTPIl): Likewise.
75576         (M_SQRT2l): Likewise.
75577         (M_SQRT1_2l): Likewise.
75579 2012-05-31  David S. Miller  <davem@davemloft.net>
75581         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
75582         values between float registers.
75583         * sysdeps/sparc/sparc64/memset.S: Likewise.
75584         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
75586 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
75588         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
75589         -D_FORTIFY_SOURCE=1.
75590         (CPPFLAGS-tst-longjmp_chk.c): Define.
75591         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
75592         (CPPFLAGS-tst-longjmp_chk2.c): Define.
75593         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
75594         CFLAGS-tst-wchar-h.c.
75596 2012-05-31  Marek Polacek  <polacek@redhat.com>
75598         [BZ #14132]
75599         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
75600         __endmntent_internal): Remove declaration.
75601         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
75602         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
75603         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
75605 2012-05-30  David S. Miller  <davem@davemloft.net>
75607         * sysdeps/sparc/sparc32/soft-fp/q_util.c
75608         (___Q_simulate_exceptions): Use real FP ops rather than writing
75609         into the %fsr.
75610         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
75611         Likewise.
75613 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
75615         [BZ #14117]
75616         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
75617         * sysdeps/x86/bits/xtitypes.h: This.
75619         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
75620         * sysdeps/x86/bits/wordsize.h: This.
75622         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
75623         * sysdeps/x86/bits/huge_vall.h: This.
75625         * sysdeps/i386/bits/select.h: Removed.
75626         * sysdeps/x86_64/bits/select.h: Renamed to ...
75627         * sysdeps/x86/bits/select.h: This.
75629         * sysdeps/i386/bits/setjmp.h: Removed.
75630         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
75631         * sysdeps/x86/bits/setjmp.h: This.
75633         * sysdeps/i386/bits/mathdef.h: Removed.
75634         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
75635         * sysdeps/x86/bits/mathdef.h: This.
75637 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
75639         [BZ #14132]
75640         * include/sys/socket.h (__connect_internal)
75641         (__libc_sa_len_internal): Remove declaration.
75642         (__connect, __libc_sa_len): Declare hidden_proto.
75643         (SA_LEN): Remove use of INTUSE.
75644         * socket/connect.c: Add libc_hidden_def.
75645         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
75646         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
75647         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
75648         alias.
75649         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
75650         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
75651         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
75652         of adding _internal alias.
75654 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
75656         [BZ #14117]
75657         * sysdeps/i386/bits/link.h: Removed.
75658         * sysdeps/i386/bits/linkmap.h: Likewise.
75659         * sysdeps/x86_64/bits/link.h: Renamed to ...
75660         * sysdeps/x86/bits/link.h: This.
75661         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
75662         * sysdeps/x86/bits/linkmap.h: This.
75664         * sysdeps/i386/bits/endian.h: Removed.
75665         * sysdeps/x86_64/bits/endian.h: Renamed to ...
75666         * sysdeps/x86/bits/endian.h: This.
75668         * sysdeps/i386/bits/byteswap.h: Removed.
75669         * sysdeps/i386/bits/byteswap-16.h: Likewise.
75670         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
75671         * sysdeps/x86/bits/byteswap.h: This.
75672         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
75673         * sysdeps/x86/bits/byteswap-16.h: This.
75674         * sysdeps/i386/Implies: Add x86.
75675         * sysdeps/x86_64/Implies: Likewise.
75677 2012-05-30  David S. Miller  <davem@davemloft.net>
75679         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
75680         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
75681         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
75682         (FP_TRAPPING_EXCEPTIONS): Define.
75683         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
75684         (FP_TRAPPING_EXCEPTIONS): Define.
75685         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
75686         subnormals only when inexact has been signalled or underflow
75687         exceptions are enabled.
75688         (_FP_PACK_CANONICAL): Likewise.
75690 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
75692         [BZ #14183]
75693         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
75694         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
75696 2012-05-30  Richard Henderson  <rth@twiddle.net>
75698         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
75699         with #ifndef NOT_IN_libc.
75701         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
75702         marked to avoid plt entry.
75704 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
75706         [BZ #14112]
75707         * Makeconfig (default-abi): New macro.
75708         (abi-includes): Likewise.
75709         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
75710         $(abi-$(default-abi)-lib-soname) for soname if defined.
75711         ($(common-objpfx)gnu/lib-names.stmp): Generate from
75712         abi-variants.
75713         * Makefile (installed-stubs): Likewise.
75714         * include/stubs-biarch.h: Removed.
75715         * scripts/lib-names.awk: Only handle one library at a time.
75716         * scripts/soversions.awk: Remove WORDSIZE support.
75717         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
75718         entries.
75719         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
75720         Removed.
75721         (syscall-list-default-condition): Likewise.
75722         (syscall-list-default-condition): Likewise.
75723         (syscall-list-includes): Likewise.
75724         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
75725         syscall-list-* with abi-*.  Handle undefined abi-variants.
75726         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
75727         * sysdeps/unix/sysv/linux/i386/Implies: New file.
75728         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
75729         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
75730         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
75731         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
75732         Removed.
75733         (syscall-list-32-options): Likewise.
75734         (syscall-list-32-condition): Likewise.
75735         (syscall-list-64-options): Likewise.
75736         (syscall-list-64-condition): Likewise.
75737         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
75738         macro.
75739         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
75740         Renamed to ...
75741         (abi-*): This.
75742         (abi-64-ld-soname): New macro.
75743         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
75744         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
75745         Renamed to ...
75746         (abi-*): This.
75747         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
75748         * sysdeps/x86_64/x32/shlib-versions: Likewise.
75750 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
75752         * sysdeps/unix/sysv/linux/kernel-features.h
75753         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
75754         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
75755         include <kernel-features.h>.
75756         [!__NR_ftruncate64]: Remove conditional code.
75757         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
75758         [__NR_ftruncate64]: Make code unconditional.
75759         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
75760         * sysdeps/unix/sysv/linux/truncate64.c: Do not
75761         include <kernel-features.h>.
75762         [!__NR_ftruncate64]: Remove conditional code.
75763         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
75764         [__NR_ftruncate64]: Make code unconditional.
75765         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
75766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
75767         include <kernel-features.h>.
75768         [!__NR_ftruncate64]: Remove conditional code.
75769         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
75770         [__NR_ftruncate64]: Make code unconditional.
75771         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
75772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
75773         include <kernel-features.h>.
75774         [!__NR_ftruncate64]: Remove conditional code.
75775         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
75776         [__NR_ftruncate64]: Make code unconditional.
75777         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
75779         * configure.in (libc_cv_fpie): Weaken to a compile test using
75780         LIBC_TRY_CC_OPTION.
75781         * configure: Regenerated.
75783 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
75785         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
75786         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
75787         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
75788         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
75789         Refreshed.
75790         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
75791         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
75792         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
75793         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
75794         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
75795         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
75796         Refreshed.
75798 2012-05-27  David S. Miller  <davem@davemloft.net>
75800         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
75801         (___Q_zero): New.
75802         (__Q_simulate_exceptions): Return void.  Change to simulate
75803         exceptions by writing into the %fsr.
75804         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
75805         (__Qp_handle_exceptions): Likewise.
75806         (numbers): Delete.
75807         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
75808         __Qp_handle_exceptions.
75809         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
75810         __Qp_handle_exceptions.
75811         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
75812         as unused and give dummy FP_RND_NEAREST initializer.
75813         (FP_INHIBIT_RESULTS): Define.
75814         (___Q_simulate_exceptions): Update declaration.
75815         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
75816         formatting.
75817         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
75818         as unused and give dummy FP_RND_NEAREST initializer.
75819         (__Qp_handle_exceptions): Update declaration.
75820         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
75821         formatting.
75823 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
75825         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
75826         the temporary FPU control word.
75827         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
75828         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
75829         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
75830         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
75831         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
75832         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
75833         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
75834         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
75835         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
75836         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
75837         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
75839 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
75841         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
75842         fields.
75844 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
75846         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
75847         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
75848         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
75849         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
75850         Likewise.
75851         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
75852         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
75853         Likewise.
75855 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
75857         * po/h.po: Update from translation team.
75859 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
75861         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
75863         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
75864         handling of denormals.
75865         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
75866         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
75867         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
75868         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
75869         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
75870         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
75871         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
75872         Likewise.
75874 2012-05-26  Marek Polacek  <polacek@redhat.com>
75876         [BZ #14152]
75877         * math/libm-test.inc (fma_test): Don't always expect underflow
75878         exception.
75880 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
75882         [BZ #12416]
75883         * elf/tst-execstack.c: Include stackinfo.h.
75884         (do_test): Adjust test case to ensure that pthread_getattr_np
75885         behaviour remains the same after marking stack executable.
75887 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
75889         * sysdeps/unix/sysv/linux/kernel-features.h
75890         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
75891         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
75892         kernel-features.h.
75893         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
75894         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
75895         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
75896         kernel-features.h.
75897         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
75898         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
75900 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
75902         * configure.in: Define the default includes to being none.
75903         * configure: Regenerated.
75905 2012-05-25  Roland McGrath  <roland@hack.frob.com>
75907         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
75908         * sysdeps/x86_64/setjmp.S: Likewise.
75909         * sysdeps/i386/bsd-setjmp.S: Likewise.
75910         * sysdeps/i386/bsd-_setjmp.S: Likewise.
75911         * sysdeps/i386/setjmp.S: Likewise.
75912         * sysdeps/i386/__longjmp.S: Likewise.
75913         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
75914         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
75916         * include/stap-probe.h: New file.
75917         * configure.in: Handle --enable-systemtap.
75918         * configure: Regenerated.
75919         * config.h.in (USE_STAP_PROBE): New #undef.
75920         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
75921         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
75922         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
75924 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
75926         [BZ #13717]
75927         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
75928         to 2.4.0 where earlier.
75929         * sysdeps/unix/sysv/linux/configure: Regenerated.
75930         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
75931         <kernel-features.h>.
75932         [__ASSUME_32BITUIDS]: Make code unconditional.
75933         [!__ASSUME_32BITUIDS]: Remove conditional code.
75934         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
75935         <kernel-features.h>.
75936         [__ASSUME_32BITUIDS]: Make code unconditional.
75937         [!__ASSUME_32BITUIDS]: Remove conditional code.
75938         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
75939         [__ASSUME_32BITUIDS]: Make code unconditional.
75940         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
75941         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
75942         <kernel-features.h>.
75943         [__ASSUME_32BITUIDS]: Make code unconditional.
75944         [!__ASSUME_32BITUIDS]: Remove conditional code.
75945         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
75946         <kernel-features.h>.
75947         [__ASSUME_32BITUIDS]: Make code unconditional.
75948         [!__ASSUME_32BITUIDS]: Remove conditional code.
75949         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
75950         <kernel-features.h>.
75951         [__ASSUME_32BITUIDS]: Make code unconditional.
75952         [!__ASSUME_32BITUIDS]: Remove conditional code.
75953         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
75954         <kernel-features.h>.
75955         [__ASSUME_32BITUIDS]: Make code unconditional.
75956         [!__ASSUME_32BITUIDS]: Remove conditional code.
75957         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
75958         <kernel-features.h>.
75959         [__ASSUME_32BITUIDS]: Make code unconditional.
75960         [!__ASSUME_32BITUIDS]: Remove conditional code.
75961         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
75962         <kernel-features.h>.
75963         [__ASSUME_32BITUIDS]: Make code unconditional.
75964         [!__ASSUME_32BITUIDS]: Remove conditional code.
75965         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
75966         <kernel-features.h>.
75967         [__ASSUME_32BITUIDS]: Make code unconditional.
75968         [!__ASSUME_32BITUIDS]: Remove conditional code.
75969         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
75970         <kernel-features.h>.
75971         [__ASSUME_32BITUIDS]: Make code unconditional.
75972         [!__ASSUME_32BITUIDS]: Remove conditional code.
75973         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
75974         <kernel-features.h>.
75975         [__ASSUME_32BITUIDS]: Make code unconditional.
75976         [!__ASSUME_32BITUIDS]: Remove conditional code.
75977         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
75978         <kernel-features.h>.
75979         [__ASSUME_32BITUIDS]: Make code unconditional.
75980         [!__ASSUME_32BITUIDS]: Remove conditional code.
75981         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
75982         <kernel-features.h>.
75983         [__NR_setresgid] (__setresgid): Do not declare.
75984         [__ASSUME_32BITUIDS]: Make code unconditional.
75985         [!__ASSUME_32BITUIDS]: Remove conditional code.
75986         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
75987         <kernel-features.h>.
75988         [__NR_setresuid] (__setresuid): Do not declare.
75989         [__ASSUME_32BITUIDS]: Make code unconditional.
75990         [!__ASSUME_32BITUIDS]: Remove conditional code.
75991         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
75992         <kernel-features.h>.
75993         [__ASSUME_32BITUIDS]: Make code unconditional.
75994         [!__ASSUME_32BITUIDS]: Remove conditional code.
75995         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
75996         <kernel-features.h>.
75997         [__ASSUME_32BITUIDS]: Make code unconditional.
75998         [!__ASSUME_32BITUIDS]: Remove conditional code.
75999         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
76000         <kernel-features.h>.
76001         [__ASSUME_32BITUIDS]: Make code unconditional.
76002         [!__ASSUME_32BITUIDS]: Remove conditional code.
76003         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
76004         <kernel-features.h>.
76005         [__ASSUME_32BITUIDS]: Make code unconditional.
76006         [!__ASSUME_32BITUIDS]: Remove conditional code.
76007         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
76008         <kernel-features.h>.
76009         [__ASSUME_32BITUIDS]: Make code unconditional.
76010         [!__ASSUME_32BITUIDS]: Remove conditional code.
76011         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
76012         <kernel-features.h>.
76013         [__ASSUME_32BITUIDS]: Make code unconditional.
76014         [!__ASSUME_32BITUIDS]: Remove conditional code.
76015         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
76016         <kernel-features.h>.
76017         [__ASSUME_32BITUIDS]: Make code unconditional.
76018         [!__ASSUME_32BITUIDS]: Remove conditional code.
76019         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
76020         <kernel-features.h>.
76021         [__ASSUME_32BITUIDS]: Make code unconditional.
76022         [!__ASSUME_32BITUIDS]: Remove conditional code.
76023         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
76024         <kernel-features.h>.
76025         [__ASSUME_32BITUIDS]: Make code unconditional.
76026         [!__ASSUME_32BITUIDS]: Remove conditional code.
76027         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
76028         <kernel-features.h>.
76029         [__ASSUME_32BITUIDS]: Make code unconditional.
76030         [!__ASSUME_32BITUIDS]: Remove conditional code.
76031         * sysdeps/unix/sysv/linux/kernel-features.h
76032         (__ASSUME_SETRESUID_SYSCALL): Remove.
76033         (__ASSUME_SETRESGID_SYSCALL): Likewise.
76034         (__ASSUME_32BITUIDS): Likewise.
76035         (__ASSUME_LDT_WORKS): Likewise.
76036         (__ASSUME_O_DIRECTORY): Likewise.
76037         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
76038         architecture but not kernel version.
76039         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
76040         (__ASSUME_MMAP2_SYSCALL): Likewise.
76041         (__ASSUME_STAT64_SYSCALL): Likewise.
76042         (__ASSUME_IPC64): Likewise.
76043         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
76044         <kernel-features.h>.
76045         [__ASSUME_32BITUIDS]: Make code unconditional.
76046         [!__ASSUME_32BITUIDS]: Remove conditional code.
76047         * sysdeps/unix/sysv/linux/opendir.c: Do not include
76048         <kernel-features.h>.
76049         [__ASSUME_O_DIRECTORY]: Make code unconditional.
76050         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
76051         132096]: Remove conditional code.
76052         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
76053         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
76054         <kernel-features.h>.
76055         [__ASSUME_32BITUIDS]: Make code unconditional.
76056         [!__ASSUME_32BITUIDS]: Remove conditional code.
76057         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
76058         <kernel-features.h>.
76059         [__ASSUME_32BITUIDS]: Make code unconditional.
76060         [!__ASSUME_32BITUIDS]: Remove conditional code.
76061         * sysdeps/unix/sysv/linux/setegid.c: Do not include
76062         <kernel-features.h>.
76063         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
76064         unconditional.
76065         (__setresgid): Do not declare.
76066         [__ASSUME_32BITUIDS]: Make code unconditional.
76067         [!__ASSUME_32BITUIDS]: Remove conditional code.
76068         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
76069         <kernel-features.h>.
76070         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
76071         unconditional.
76072         (__setresuid): Do not declare.
76073         [__ASSUME_32BITUIDS]: Make code unconditional.
76074         [!__ASSUME_32BITUIDS]: Remove conditional code.
76075         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
76076         <kernel-features.h>.
76077         [__ASSUME_32BITUIDS]: Make code unconditional.
76078         [!__ASSUME_32BITUIDS]: Remove conditional code.
76079         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
76080         <kernel-features.h>.
76081         [__ASSUME_32BITUIDS]: Make code unconditional.
76082         [!__ASSUME_32BITUIDS]: Remove conditional code.
76084 2012-05-25  Richard Henderson  <rth@twiddle.net>
76086         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
76087         dl_hwcap to ifunc resolver.
76088         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
76089         elf_ifunc_invoke.
76090         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
76091         dl_hwcap to ifunc resolver.
76092         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
76094 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
76096         [BZ #14153]
76097         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
76098         for |x| <= 2**-26, not 2**-57.
76099         * math/libm-test.inc (acos_test): Do not allow spurious underflow
76100         exception.
76102 2012-05-24  Jeff Law  <law@redhat.com>
76104         * stdio-common/Makefile (tests): Add bug25.
76105         * stdio-common/bug25.c: New test.
76107 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
76109         [BZ #13576]
76110         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
76111         multiple of MALLOC_ALIGNMENT in size.
76112         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
76114 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
76116         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
76117         Require >= 256.
76118         (FILENAME_MAX): Use macro-int-constant.
76119         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
76120         (_IOFBF): Use macro-int-constant.
76121         (_IOLBF): Likewise.
76122         (_IONBF): Likewise.
76123         (SEEK_CUR): Likewise.
76124         (SEEK_END): Likewise.
76125         (SEEK_SET): Likewise.
76126         (TMP_MAX): Likewise.
76127         (EOF): Use macro-int-constant.  Require < 0.
76128         (NULL): Use macro-constant.  Require == 0.
76129         (stdin): Require type to be FILE *.
76130         (stdout): Likewise.
76131         (stderr): Likewise.
76132         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
76133         macro-int-constant.
76134         (EXIT_SUCCESS): Likewise.
76135         (NULL): Use macro-constant.  Require == 0.
76136         (RAND_MAX): Use macro-int-constant.
76137         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
76138         [C99-based standards] (strtof): Require function.
76139         [C99-based standards] (strtold): Likewise.
76140         [C99-based standards] (strtoll): Likewise.
76141         [C99-based standards] (strtoull): Likewise.
76142         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
76143         [ISO || ISO99 || ISO11] (limits.h): Likewise.
76144         [ISO || ISO99 || ISO11] (math.h): Likewise.
76145         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
76146         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
76147         [ISO || ISO99 || ISO11] (*_t): Do not allow.
76149 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
76151         [BZ #14132]
76152         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
76153         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
76154         * intl/dgettext.c (DCGETTEXT): Likewise.
76155         * intl/gettext.c (DCGETTEXT): Likewise.
76156         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
76157         * posix/regex_internal.h (gettext): Likewise.
76158         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
76159         Remove declaration.
76160         * include/argz.h (__argz_count_internal)
76161         (__argz_stringify_internal): Remove declaration.
76162         (__argz_count, __argz_stringify): Declare hidden proto.
76163         * intl/dcgettext.c: Remove use of INTDEF.
76164         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
76165         * string/argz-stringify.c: Likewise.
76166         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
76167         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
76168         Declare hidden proto.
76169         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
76170         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
76171         Declare hidden proto.
76172         * include/stdio.h (__asprintf_internal): Don't declare.
76173         (__asprintf): Don't define as macro.  Declare hidden proto.
76174         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
76175         (__fsetlocking): Declare hidden proto.
76176         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
76177         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
76178         hidden proto.
76179         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
76180         (_IO_setlinebuf): Remove use of INTUSE.
76181         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
76182         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
76183         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
76184         Remove declaration.
76185         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
76186         (_IO_do_flush): Remove use of INTUSE.
76187         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
76188         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
76189         (_IO_adjust_column, _IO_least_wmarker)
76190         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
76191         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
76192         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
76193         (_IO_default_doallocate, _IO_wdefault_doallocate)
76194         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
76195         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
76196         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
76197         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
76198         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
76199         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
76200         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
76201         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
76202         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
76203         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
76204         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
76205         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
76206         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
76207         proto.
76208         (_IO_flush_all_internal, _IO_adjust_column_internal)
76209         (_IO_default_uflow_internal, _IO_default_finish_internal)
76210         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
76211         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
76212         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
76213         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
76214         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
76215         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
76216         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
76217         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
76218         (_IO_file_close_internal, _IO_file_close_it_internal)
76219         (_IO_file_underflow_internal, _IO_file_overflow_internal)
76220         (_IO_file_init_internal, _IO_file_attach_internal)
76221         (_IO_file_fopen_internal, _IO_file_read_internal)
76222         (_IO_file_sync_internal, _IO_file_seek_internal)
76223         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
76224         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
76225         (_IO_str_underflow_internal, _IO_str_overflow_internal)
76226         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
76227         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
76228         (_IO_list_all_internal, _IO_link_in_internal)
76229         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
76230         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
76231         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
76232         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
76233         (_IO_do_write_internal, _IO_padn_internal)
76234         (_IO_getline_info_internal, _IO_getline_internal)
76235         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
76236         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
76237         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
76238         (_IO_vfscanf_internal, _IO_vfprintf_internal)
76239         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
76240         (_IO_init_internal, _IO_un_link_internal): Don't declare.
76241         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
76242         with libc_hidden_ver, remove use of INTUSE.
76243         * libio/genops.c: Likewise.
76244         * libio/freopen.c: Likewise.
76245         * libio/freopen64.c: Likewise.
76246         * libio/iofclose.c: Likewise.
76247         * libio/iofdopen.c: Likewise.
76248         * libio/iofflush.c: Likewise.
76249         * libio/iofflush_u.c: Likewise.
76250         * libio/iofgets.c: Likewise.
76251         * libio/iofgets_u.c: Likewise.
76252         * libio/iofopen.c: Likewise.
76253         * libio/iofopncook.c: Likewise.
76254         * libio/iofread.c: Likewise.
76255         * libio/iofread_u.c: Likewise.
76256         * libio/ioftell.c: Likewise.
76257         * libio/iofwrite.c: Likewise.
76258         * libio/iogetline.c: Likewise.
76259         * libio/iogets.c: Likewise.
76260         * libio/iogetwline.c: Likewise.
76261         * libio/iopadn.c: Likewise.
76262         * libio/iopopen.c: Likewise.
76263         * libio/ioseekoff.c: Likewise.
76264         * libio/ioseekpos.c: Likewise.
76265         * libio/iosetbuffer.c: Likewise.
76266         * libio/iosetvbuf.c: Likewise.
76267         * libio/ioungetc.c: Likewise.
76268         * libio/ioungetwc.c: Likewise.
76269         * libio/iovdprintf.c: Likewise.
76270         * libio/iovsprintf.c: Likewise.
76271         * libio/iovsscanf.c: Likewise.
76272         * libio/memstream.c: Likewise.
76273         * libio/obprintf.c: Likewise.
76274         * libio/oldfileops.c: Likewise.
76275         * libio/oldiofclose.c: Likewise.
76276         * libio/oldiofdopen.c: Likewise.
76277         * libio/oldiofopen.c: Likewise.
76278         * libio/oldiopopen.c: Likewise.
76279         * libio/oldstdfiles.c: Likewise.
76280         * libio/putc.c: Likewise.
76281         * libio/setbuf.c: Likewise.
76282         * libio/setlinebuf.c: Likewise.
76283         * libio/stdfiles.c: Likewise.
76284         * libio/strops.c: Likewise.
76285         * libio/vasprintf.c: Likewise.
76286         * libio/vscanf.c: Likewise.
76287         * libio/vsnprintf.c: Likewise.
76288         * libio/vswprintf.c: Likewise.
76289         * libio/wfiledoalloc.c: Likewise.
76290         * libio/wfileops.c: Likewise.
76291         * libio/wgenops.c: Likewise.
76292         * libio/wmemstream.c: Likewise.
76293         * libio/wstrops.c: Likewise.
76294         * libio/__fpurge.c: Likewise.
76295         * libio/__fsetlocking.c: Likewise.
76296         * assert/assert.c: Likewise.
76297         * debug/fgets_chk.c: Likewise.
76298         * debug/fgets_u_chk.c: Likewise.
76299         * debug/fread_chk.c: Likewise.
76300         * debug/fread_u_chk.c: Likewise.
76301         * debug/gets_chk.c: Likewise.
76302         * debug/obprintf_chk.c: Likewise.
76303         * debug/vasprintf_chk.c: Likewise.
76304         * debug/vdprintf_chk.c: Likewise.
76305         * debug/vsnprintf_chk.c: Likewise.
76306         * debug/vsprintf_chk.c: Likewise.
76307         * malloc/mtrace.c: Likewise.
76308         * misc/error.c: Likewise.
76309         * misc/syslog.c: Likewise.
76310         * stdio-common/asprintf.c: Likewise.
76311         * stdio-common/fxprintf.c: Likewise.
76312         * stdio-common/getw.c: Likewise.
76313         * stdio-common/isoc99_fscanf.c: Likewise.
76314         * stdio-common/isoc99_scanf.c: Likewise.
76315         * stdio-common/isoc99_vfscanf.c: Likewise.
76316         * stdio-common/isoc99_vscanf.c: Likewise.
76317         * stdio-common/isoc99_vsscanf.c: Likewise.
76318         * stdio-common/printf-prs.c: Likewise.
76319         * stdio-common/printf_fp.c: Likewise.
76320         * stdio-common/printf_fphex.c: Likewise.
76321         * stdio-common/printf_size.c: Likewise.
76322         * stdio-common/putw.c: Likewise.
76323         * stdio-common/scanf.c: Likewise.
76324         * stdio-common/sprintf.c: Likewise.
76325         * stdio-common/tmpfile.c: Likewise.
76326         * stdio-common/vfprintf.c: Likewise.
76327         * stdio-common/vfscanf.c: Likewise.
76328         * stdlib/strfmon_l.c: Likewise.
76329         * sunrpc/openchild.c: Likewise.
76330         * sunrpc/xdr_stdio.c: Likewise.
76331         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
76332         * sysdeps/mach/hurd/tmpfile.c: Likewise.
76334 2012-05-24  Roland McGrath  <roland@hack.frob.com>
76336         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
76338         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
76339         in the third column, to generate for the shared library an IFUNC
76340         that uses _dl_vdso_vsym.
76341         * Makerules (COMPILE.c, compile-stdin.c): New variables.
76342         * Makeconfig (object-suffixes-noshared): New variable.
76344         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
76345         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
76346         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
76347         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
76349         [BZ #14132]
76350         * include/sys/time.h (__gettimeofday): Remove macro.
76351         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
76352         * time/gettimeofday.c (__gettimeofday): Remove #undef.
76353         Remove INTDEF.
76354         (__gettimeofday): Add libc_hidden_def.
76355         (gettimeofday): Add libc_hidden_weak.
76356         * sysdeps/mach/gettimeofday.c: Likewise.
76357         * sysdeps/posix/gettimeofday.c: Likewise.
76358         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
76359         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
76360         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
76361         (__gettimeofday_internal): Remove strong_alias.
76362         (__gettimeofday): Add libc_hidden_def.
76363         (gettimeofday): Add libc_hidden_weak.
76364         * sysdeps/unix/syscalls.list (gettimeofday):
76365         Remove __gettimeofday_internal alias.
76367 2012-05-24  Daniel Jacobowitz  <drow@false.org>
76368             H.J. Lu  <hongjiu.lu@intel.com>
76370         [BZ #12495]
76371         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
76372         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
76373         (largebin_index_32_big): New.
76374         (largebin_index): Use it for 16-byte alignment.
76375         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
76376         correction with front_misalign.
76378 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
76380         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
76381         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
76382         Likewise.
76383         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
76384         Likewise.
76385         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
76386         Likewise.
76387         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
76388         Likewise.
76389         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
76390         Likewise.
76391         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
76392         Likewise.
76393         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
76394         Likewise.
76395         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
76396         Likewise.
76397         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
76398         Likewise.
76399         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
76400         Likewise.
76401         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
76402         Likewise.
76403         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
76404         Likewise.
76406         * scripts/data/c++-types-x32-linux-gnu.data: New file.
76407         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
76409 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
76411         [BZ #10846]
76412         [BZ #14036]
76413         * math/libm-test.inc (exp_test): Add test from bug 14036.
76414         (pow_test): Add test from bug 10846.
76416         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
76417         and other flags.
76418         (special_function): Do not include flags in test name.
76419         (parse_args): Likewise.
76420         * sysdeps/i386/fpu/libm-test-ulps: Update.
76421         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
76422         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
76423         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
76424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
76426         * math/gen-libm-test.pl (%beautify): Add entries for underflow
76427         exceptions.
76428         * math/libm-test.inc ("Philosophy"): Update comment about
76429         exception testing.
76430         (UNDERFLOW_EXCEPTION): New macro.
76431         (UNDERFLOW_EXCEPTION_OK): Likewise.
76432         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
76433         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
76434         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
76435         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
76436         (INVALID_EXCEPTION_OK): Update value.
76437         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
76438         (OVERFLOW_EXCEPTION_OK): Likewise.
76439         (IGNORE_ZERO_INF_SIGN): Likewise.
76440         (test_exceptions): Handle underflow exceptions.
76441         (acos_test): Update for underflow exception expectations.
76442         (cexp_test): Likewise.
76443         (clog_test): Likewise.
76444         (clog10_test): Likewise.
76445         (csqrt_test): Likewise.
76446         (ctan_test): Likewise.
76447         (ctanh_test): Likewise.
76448         (exp_test): Likewise.
76449         (exp10_test): Likewise.
76450         (exp2_test): Likewise.
76451         (expm1_test): Likewise.
76452         (fma_test): Likewise.
76453         (j0_test): Likewise.
76454         (jn_test): Likewise.
76455         (nexttoward_test): Likewise.
76456         (pow_test): Likewise.
76457         (scalbn_test): Likewise.
76458         (scalbln_test): Likewise.
76459         (tan_test): Likewise.
76460         (y1_test): Likewise.
76461         * sysdeps/i386/fpu/libm-test-ulps: Update.
76462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
76464 2012-05-23  David S. Miller  <davem@davemloft.net>
76466         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
76467         (__libc_sigaction): Remove unused local variables.
76469 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
76471         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
76473 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
76475         mktime: avoid signed integer overflow
76476         * time/mktime.c (__mktime_internal): Do not mishandle the case
76477         where diff == INT_MIN.
76479         mktime: simplify computation of average
76480         * time/mktime.c (ranged_convert): Use new time_t_avg function
76481         instead of rolling our own (probably-slower) code.
76483         mktime: do not assume signed right shift propagates sign bit
76484         * time/mktime.c (isdst_differ): New static function.
76485         (__mktime_internal): No need to normalize tm_isdst now.
76486         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
76487         tm_isdst values.
76489         mktime: merge another wrapv change from gnulib
76490         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
76491         from some compilers.
76493         mktime: remove incorrect attempt at unusual arithmetics
76494         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
76495         The code didn't really work on such machines anyway.
76496         (TYPE_MINIMUM): Assume two's complement.
76497         (twos_complement_arithmetic): Verify that long_int and time_t
76498         are two's complement (or unsigned, in the latter case).
76500         mktime: check signed shifts on long_int and time_t, too
76501         * time/mktime.c (SHR): Check that shifts work as desired
76502         on the types long_int and time_t too, as SHR is used on
76503         such types.
76505         mktime: do not assume 'long' is wide enough
76506         * time/mktime.c (verify): Move decl up.
76507         (long_int): New type.
76508         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
76509         to remove assumption in the code that 'long' is wide enough to
76510         store year values.  This assumption is not true on x32 and on
76511         some non-glibc platforms.
76513         mktime: merge wrapv change from gnulib
76514         * time/mktime.c (WRAPV): New macro.
76515         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
76516         (guess_time_tm, __mktime_internal): Do not assume that signed
76517         integer overflow wraps around; modern compilers generate code
76518         where this assumption is no longer valid.
76520 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
76522         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
76523         Replace "jmp L(pseudo_end)" with "ret".
76524         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
76525         Likewise.
76527 2012-05-23  Andreas Jaeger  <aj@suse.de>
76529         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
76530         * sysdeps/unix/sysv/linux/poll.c: Remove file.
76532 2012-05-23  Andreas Jaeger  <aj@suse.de>
76533             Maximilian Attems  <max@stro.at>
76535         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
76536         New macros.
76538 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
76540         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
76541         code so that pseudo_end is just ret and the stack pointer is
76542         correct also for static library in error case.
76544 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
76546         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
76547         move to syscalls.list.
76548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
76549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
76550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
76551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
76553         * manual/install.texi (Running make install): Do not mention Linux
76554         kernel version for which pt_chown is not needed.
76555         (Linux): Do not mention problems with nscd with 2.0 kernels.
76556         * INSTALL: Regenerated.
76558 2012-05-23  Andreas Jaeger  <aj@suse.de>
76560         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
76561         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
76562         macro.
76563         * sysdeps/unix/sysv/linux/s390/bits/mman.h
76564         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
76565         * sysdeps/unix/sysv/linux/sh/bits/mman.h
76566         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
76567         * sysdeps/unix/sysv/linux/i386/bits/mman.h
76568         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
76569         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
76570         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
76571         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
76572         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
76573         * sysdeps/unix/sysv/linux/bits/in.h
76574         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
76576 2012-05-22  Roland McGrath  <roland@hack.frob.com>
76578         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
76579         (PREPARE_VERSION): Just use assert instead, it will be elided
76580         under [NDEBUG] anyway.
76582 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
76584         * sysdeps/unix/sysv/linux/Makefile: Include
76585         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
76586         (sysdep_routines): Remove sysctl.
76587         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
76588         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
76589         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
76590         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
76591         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
76593 2012-05-22  Andreas Jaeger  <aj@suse.de>
76595         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
76596         that pseudo_end is just ret and the stack pointer is correct also
76597         for static library in error case.
76599 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
76601         [BZ #14122]
76602         * nss/nsswitch.c (defconfig_entries): New variable.
76603         (__nss_database_lookup): Don't leak defconfig entries.
76604         (nss_parse_service_list): Don't leak on error paths.
76605         (free_database_entries): New function.
76606         (free_defconfig): New function.
76607         (free_mem): Move common code to free_database_entries.
76609 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
76611         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
76612         Add arch_prctl.
76613         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
76615         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
76616         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
76617         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
76618         New macro.
76619         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
76620         (INTERNAL_SYSCALL_TYPES): Likewise.
76621         (LOAD_ARGS_TYPES_[1-6]): Likewise.
76622         (LOAD_REGS_TYPES_[1-6]): Likewise.
76623         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
76624         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
76626 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
76628         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
76629         copysignl for GLIBC_2_0.
76630         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
76631         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
76632         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
76633         logbl for GLIBC_2_0.
76634         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
76635         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
76637 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
76639         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
76640         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
76642         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
76643         Use "neg %eax".
76645         * time/mktime.c: Update copyright years.
76647 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
76649         mktime: merge comment-quoting-style change from gnulib
76650         * time/mktime.c: Quote 'like this' in comments.
76651         The GNU coding standards suggest that we no longer quote `like this',
76652         as "`" and "'" are typically rendered asymmetrically nowadays.
76653         The typical gnulib style is to quote 'like this' when quoting
76654         code, and "like this" when quoting English.
76656         * time/mktime.c (compile-command): Add "-I.".
76658         mktime: merge mktime-internal.h change from gnulib
76659         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
76661         mktime: merge time_r change from gnulib
76662         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
76664         mktime: merge DEBUG change from gnulib
76665         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
76666         case system <time.h> has a #define.
76668         mktime: merge <sys/types.h> change from gnulib
76669         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
76670         since <time.t> is now guaranteed to define time_t.
76672         mktime: merge HAVE_CONFIG_H change from gnulib
76673         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
76675 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
76677         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
76678         Use "neg %eax".
76680         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
76681         __rlim_t cast.
76682         (struct rusage): Use anonymous union to pad each field to
76683         __syscall_slong_t.
76685 2012-05-21  David S. Miller  <davem@davemloft.net>
76687         * Makefules (o-iterator): Remove .s cases.
76688         (compile-command.s): Delete.
76689         (COMPILE.s): Delete.
76690         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
76692 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
76694         * configure.in (libc_cv_predef_stack_protector): Only consider
76695         "foobar" and "__stack_chk_fail" lines in libc_undefs.
76696         * configure: Regenerated.
76698 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
76700         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
76701         New macro.  Use R*LP on int and pointer.
76702         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
76703         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
76704         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
76705         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
76707         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
76708         [__WORDSIZE_TIME64_COMPAT32] instead of
76709         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
76710         (struct utmp): Likewise.
76711         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
76712         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
76713         Renamed to ...
76714         (__WORDSIZE_TIME64_COMPAT32): This.
76715         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
76716         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
76717         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
76718         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
76719         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
76720         (__WORDSIZE_TIME64_COMPAT32): New macro.
76722 2012-05-21  Andreas Jaeger  <aj@suse.de>
76724         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
76725         only if [SHARED]. Add prototype for __wcschr_ia32.
76727 2012-05-21  Roland McGrath  <roland@hack.frob.com>
76729         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
76730         of %rbp unmolested in the jmp_buf while mangling the low bits.
76731         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
76732         unmolested high bits of %rbp while demangling the low bits.
76733         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
76735 2012-05-21  Andreas Jaeger  <aj@suse.de>
76737         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
76738         * sunrpc/svc_simple.c: Use it for registerrpc.
76739         * sunrpc/xcrypt.c: Use it for passwd2des.
76741         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
76743 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
76745         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
76746         Don't define if [__SYSCALL_WORDSIZE != 32].
76747         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
76748         New macro.
76750 2012-05-21  Bruno Haible  <bruno@clisp.org>
76751             Andreas Jaeger  <aj@suse.de>
76753         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
76754         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
76755         inptr and inend for must_buffer_ch.
76756         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
76757         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
76758         * stdio-common/Makefile (tests): Remove bug15.
76759         (bug15-ENV): Remove macro.
76760         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
76761         anymore.
76763 2012-05-19  Andreas Jaeger  <aj@suse.de>
76764             Roland McGrath  <roland@hack.frob.com>
76766         * manual/contrib.texi: Completely rewritten. It contains now an
76767         alphabetical list of contributors and their contributions.
76769 2012-05-21  Richard Henderson  <rth@twiddle.net>
76771         * misc/getauxval.c (__getauxval): Use unsigned long int.
76772         * misc/sys/auxv.h: Include <sys/cdefs.h>.
76773         (getauxval): Use unsigned long int.
76775 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
76777         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
76779 2012-05-21  Roland McGrath  <roland@hack.frob.com>
76781         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
76782         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
76783         __alignof__ (long double).
76785 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
76787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
76789 2012-05-20  Richard Henderson  <rth@twiddle.net>
76791         * misc/getauxval.c: New file.
76792         * misc/sys/auxv.h: New file.
76793         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
76794         (routines): Add getauxval.
76795         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
76796         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
76797         * elf/dl-sysdep.c (_dl_auxv): Remove.
76798         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
76799         * elf/dl-support.c (_dl_auxv): New variable.
76800         (_dl_aux_init): Initialize it.
76801         * manual/startup.texi (Auxiliary Vector): New node.
76802         * sysdeps/generic/bits/hwcap.h: New file.
76803         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
76804         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
76805         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
76806         * sysdeps/sparc/sysdep.h: ... here.  Include it.
76807         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
76808         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
76809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
76810         Update.
76811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
76812         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
76813         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
76814         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
76815         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
76816         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
76817         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
76818         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
76820 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
76822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
76824 2012-05-19  David S. Miller  <davem@davemloft.net>
76826         * sysdeps/sparc/fpu/libm-test-ulps: Update.
76828 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
76830         [BZ #14123]
76831         * math/s_ccosh.c: Include <float.h>
76832         (__ccosh): Avoid internal overflow calculating sinh and cosh
76833         values before multiplying by sin and cos values.
76834         * math/s_ccoshf.c: Likewise.
76835         * math/s_ccoshl.c: Likewise.
76836         * math/s_csin.c: Likewise.
76837         * math/s_csinf.c: Likewise.
76838         * math/s_csinl.c: Likewise.
76839         * math/s_csinh.c: Likewise.
76840         * math/s_csinhf.c: Likewise.
76841         * math/s_csinhl.c: Likewise.
76842         * math/libm-test.inc (ccos_test): Add more tests.
76843         (ccosh_test): Likewise.
76844         (csin_test): Likewise.
76845         (csinh_test): Likewise.
76846         * sysdeps/i386/fpu/libm-test-ulps: Update.
76847         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
76849 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
76851         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
76852         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
76854         * sysdeps/x86_64/x32/_itoa.h: Add comment.
76856 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
76858         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
76859         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
76860         * sysdeps/powerpc/soft-fp/Versions: Likewise.
76861         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
76862         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
76863         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
76864         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
76865         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
76866         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
76867         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
76868         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
76869         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
76870         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
76871         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
76872         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
76873         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
76874         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
76875         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
76876         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
76877         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
76878         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
76879         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
76880         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
76881         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
76882         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
76883         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
76884         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
76885         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
76886         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
76887         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
76888         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
76890 2012-05-18  Andreas Jaeger  <aj@suse.de>
76892         * csu/.gitignore: Delete.
76894 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
76896         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
76897         (timex): Use __syscall_slong_t.
76899 2012-05-18  Andreas Jaeger  <aj@suse.de>
76900             Carlos O'Donell  <carlos_odonell@mentor.com>
76902         * manual/install.texi (Configuring and compiling): Update
76903         description about files modified in the source directory.
76904         * INSTALL: Regenerated.
76906 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
76908         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
76909         value.  Use "or" to set return value to -1.
76910         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
76911         negate return value.
76913 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
76915         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
76916         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
76917         failure if the compiler has Graphite support disabled.
76918         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
76919         Likewise.
76920         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
76921         (CFLAGS-memmove.c): Likewise.
76922         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
76923         Likewise.
76925 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
76927         * sysdeps/x86_64/x32/_itoa.h: New file.
76929         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
76930         getdents system call only if kernel and user dirents have the
76931         same d_ino and d_off.
76933         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
76934         LLONG_MAX != LONG_MAX.
76935         (_itoa_word): Use _ITOA_WORD_TYPE on value.
76936         (_fitoa_word): Likewise.
76938         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
76939         years.
76940         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
76941         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
76942         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
76944         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
76945         include <bits/wordsize.h>.  Check __x86_64__ instead of
76946         __WORDSIZE.
76947         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
76948         if __x86_64__ is defined.  Use anonymous union on fpstate.
76950         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
76951         anonymous union.
76953 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
76955         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
76956         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
76957         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
76958         Refer to _rtld_local_ro instead of _rtld_global_ro.
76959         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
76960         Likewise.
76961         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
76962         Likewise.
76963         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
76964         Likewise.
76965         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
76966         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
76967         of _rtld_global, and rtld_progname instead of _dl_argv[0].
76969         [BZ #10882]
76970         * sysdeps/powerpc/powerpc32/dl-machine.c
76971         (__elf_machine_runtime_setup) [PROF]: Don't reference
76972         _dl_prof_resolve.
76974 2012-05-18  Andreas Jaeger  <aj@suse.de>
76976         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
76977         function only available for GCCs before 3.4 since GCC 3.4
76978         introduced a builtin.
76979         (lrint): Likewise.
76980         (llrintf): Likewise.
76981         (llrint): Likewise.
76982         (fmaxf): Likewise.
76983         (fmax): Likewise.
76984         (fminf): Likewise.
76985         (fmin): Likewise.
76986         (rint): Likewise.
76987         (rintf): Likewise.
76988         (nearbyint): Likewise.
76989         (nearbyintf): Likewise.
76990         (ceil): Likewise.
76991         (ceilf): Likewise.
76992         (floor): Likewise.
76993         (floorf): Likewise.
76995 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
76997         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
76998         on both fields and cast pointer to __syscall_ulong_t.
77000         * bits/types.h (__fsword_t): New type.
77001         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
77002         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
77003         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
77004         (__FSWORD_T_TYPE): Likewise.
77005         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
77006         (__FSWORD_T_TYPE): Likewise.
77007         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
77008         (__FSWORD_T_TYPE): Likewise.
77009         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
77010         (__FSWORD_T_TYPE): Likewise.
77011         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
77012         __SWORD_TYPE with __fsword_t.
77013         (statfs64): Likewise.
77015 2012-05-17  David S. Miller  <davem@davemloft.net>
77017         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
77019 2012-05-17  Andreas Jaeger  <aj@suse.de>
77021         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
77022         warning.
77024 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
77026         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
77028 2012-05-17  Andreas Jaeger  <aj@suse.de>
77030         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
77031         when it is used.
77033 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
77035         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
77037 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
77039         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
77040         * sysdeps/x86_64/tst-mallocalign1.c: New file.
77042 2012-05-17  Andreas Jaeger  <aj@suse.de>
77043             Carlos O'Donell  <carlos_odonell@mentor.com>
77045         [BZ #14059]
77046         * sysdeps/x86_64/multiarch/init-arch.h
77047         (bit_YMM_Usable): Rename to...
77048         (bit_AVX_Usable): ... this.
77049         (bit_FMA4_Usable): New macro.
77050         (bit_XMM_state): New macro.
77051         (bit_YMM_state): New macro.
77052         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
77053         [__ASSEMBLER__] (index_AVX_Usable): ... this.
77054         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
77055         (CPUID_OSXSAVE): New macro.
77056         (CPUID_AVX): New macro.
77057         (CPUID_FMA4): New macro.
77058         (index_YMM_Usable): Rename to...
77059         (index_AVX_Usable): ... this.
77060         (HAS_AVX): Use HAS_ARCH_FEATURE.
77061         (HAS_FMA4): Likewise.
77062         (HAS_YMM_USABLE): Remove.
77063         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
77064         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
77065         are present.
77066         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
77067         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
77068         * sysdeps/x86_64/multiarch/Makefile: Likewise.
77069         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
77070         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
77072 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
77074         * math/libm-test.c: Support platforms without multiple rounding modes.
77075         * math/bug-nextafter.c: Support platforms without FP exceptions.
77076         * math/bug-nexttoward.c: Likewise.
77077         * math/test-fenv.c: Likewise.
77078         * math/test-misc.c: Likewise.
77079         * stdlib/bug-getcontext.c: Likewise.
77081 2012-05-17  Andreas Jaeger  <aj@suse.de>
77083         * manual/examples/search.c (critter_cmp): Change signature to
77084         avoid warnings.
77085         * manual/string.texi (Collation Functions): Likewise.
77087 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77089         * bits/types.h: Fold copyright years.
77090         * bits/typesizes.h: Likewise.
77091         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
77092         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
77093         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
77094         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
77095         * time/time.h: Likewise.
77097 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
77099         [BZ #208]
77100         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
77101         in instead of returning them.  Return void.
77102         (__libc_mallinfo): Accumulate over all arenas.
77103         (__malloc_stats): Adjust for change in int_mallinfo interface.
77105 2012-05-16  Roland McGrath  <roland@hack.frob.com>
77107         [BZ #10375]
77108         * configure.in (NM): Add AC_CHECK_TOOL for it.
77109         (libc_extra_cflags): New substituted variable.
77110         Check for -fstack-protector being used implicitly.
77111         * configure: Regenerated.
77112         * config.make.in (config-extra-cflags): New variable,
77113         gets @libc_extra_cflags@.
77114         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
77116         [BZ #10375]
77117         * configure.in: Check for _FORTIFY_SOURCE being predefined.
77118         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
77119         * configure: Regenerated.
77120         * config.make.in (CPPUNDEFS): New substituted variable.
77121         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
77122         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
77123         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
77125 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77127         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
77128         (mq_attr): Use __syscall_slong_t.
77130 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77132         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
77133         Check __x86_64__ instead of __WORDSIZE.
77134         (_STAT_VER_LINUX): Likewise.
77135         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
77136         __syscall_ulong_t and __syscall_slong_t.
77137         (stat64): Likewise.
77139 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77141         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
77143 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77145         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
77147 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77149         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
77150         __syscall_ulong_t.
77152         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
77153         include <bits/wordsize.h>.  Check __x86_64__ instead of
77154         __WORDSIZE.
77155         (greg_t): Use "__extension__ long long int" if __x86_64__ is
77156         defined.
77157         (mcontext_t): Replace "unsigned long" with "unsigned long long".
77159         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
77160         include <bits/wordsize.h>.  Check __x86_64__ instead of
77161         __WORDSIZE.
77162         (user_regs_struct): Use "__extension__ unsigned long long"
77163         instead of "unsigned long" if __x86_64__ is defined.
77164         (user): Likewise.  Pad after pointer field if __ILP32__ is
77165         defined.
77167 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
77169         * configure.in (makeinfo): Require version 4.5 or later.  Allow
77170         versions 5 to 9.
77171         * configure: Regenerated.
77172         * manual/install.texi (texinfo): Increase version requirement to
77173         4.5 or later.
77174         * INSTALL: Regenerated.
77176         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
77178 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77180         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
77182         * sysdeps/x86_64/x32/ffs.c: New file.
77184         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
77185         __syscall_ulong_t.
77186         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
77187         defined.  Use __syscall_ulong_t.
77188         (shminfo): Use __syscall_ulong_t.
77189         (shm_info): Likewise.
77191         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
77192         __syscall_ulong_t.
77194         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
77195         <bits/wordsize.h>.
77196         (msgqnum_t): Use __syscall_ulong_t.
77197         (msglen_t): Likewise.
77198         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
77199         __syscall_ulong_t.
77201         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
77202         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
77204         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
77206         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
77207         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
77209         * sysvipc/sys/msg.h (msgbuf): Replace long int with
77210         __syscall_slong_t.
77212         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
77213         include <bits/wordsize.h>.  Check __x86_64__ instead of
77214         __WORDSIZE.
77216         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
77217         "unsigned long long int" if __x86_64__ is defined.
77218         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
77220         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
77221         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
77222         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
77224         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
77225         <stdint.h>.
77226         (GET_PC): Cast to uintptr_t first.
77227         (GET_FRAME): Likewise.
77228         (GET_STACK): Likewise.
77230         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
77231         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
77232         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
77233         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
77234         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
77235         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
77236         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
77237         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
77238         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
77239         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
77240         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
77241         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
77242         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
77243         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
77244         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
77245         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
77246         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
77247         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
77248         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
77249         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
77250         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
77251         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
77252         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
77253         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
77254         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
77255         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
77256         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
77257         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
77258         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
77260 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
77262         * Makerules (+depfiles): Also collect depfiles from .oS in
77263         $(extra-objs).
77264         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
77265         .oS, $(libnldbl-routines)).
77267         * Makerules (native-compile-mkdep-flags): Define.
77268         * sunrpc/Makefile (extra-objs): Add $(addprefix
77269         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
77270         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
77271         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
77272         calling $(make-target-directory).
77274 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77276         * bits/types.h (__snseconds_t): Removed.
77277         * time/time.h (struct timespec): Replace __snseconds_t with
77278         __syscall_slong_t.
77279         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
77280         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
77281         Likewise.
77282         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
77283         (__SNSECONDS_T_TYPE): Likewise.
77284         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
77285         (__SNSECONDS_T_TYPE): Likewise.
77286         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
77287         (__SNSECONDS_T_TYPE): Likewise.
77289 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77291         * sysdeps/mach/hurd/bits/typesizes.h
77292         (__SYSCALL_SLONG_TYPE): New macro.
77293         (__SYSCALL_ULONG_TYPE): Likewise.
77295 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77297         * bits/types.h (__syscall_slong_t): New type.
77298         (__syscall_ulong_t): Likewise.
77300         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
77301         (__SYSCALL_ULONG_TYPE): Likewise.
77302         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
77303         (__SYSCALL_SLONG_TYPE): Likewise.
77304         (__SYSCALL_ULONG_TYPE): Likewise.
77305         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
77306         (__SYSCALL_SLONG_TYPE): Likewise.
77307         (__SYSCALL_ULONG_TYPE): Likewise.
77308         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
77309         (__SYSCALL_SLONG_TYPE): Likewise.
77310         (__SYSCALL_ULONG_TYPE): Likewise.
77312 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77314         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
77315         Add sigaltstack-offsets.sym.
77316         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
77317         <sigaltstack-offsets.h>.
77318         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
77319         longjmp_msg pointer.
77320         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
77321         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
77322         signal stack.
77323         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
77325 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
77327         * elf/stackguard-macros.h: Remove file.
77328         * sysdeps/generic/stackguard-macros.h: New file.
77329         * sysdeps/i386/stackguard-macros.h: Likewise.
77330         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
77331         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
77332         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
77333         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
77334         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
77335         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
77336         * sysdeps/x86_64/stackguard-macros.h: Likewise.
77337         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
77338         <elf/stackguard-macros.h>.
77340         [BZ #14109]
77341         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
77342         __aligned__ in attribute.
77343         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
77344         (gregset_t): Likewise.
77346 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77348         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
77349         * sysdeps/x86_64/64/Implies-after: Here.  New file.
77350         * sysdeps/x86_64/x32/Implies-after: New file.
77352 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77354         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
77355         and access return value for _dl_profile_fixup.  Use R10_LP to
77356         load frame size.
77358 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77360         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
77362 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77364         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
77365         * sysdeps/x86_64/x32/sysdep.h: New file.
77367 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77369         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
77370         * sysdeps/x86_64/setjmp.S: Likewise.
77372 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
77374         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
77375         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
77376         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
77377         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
77378         remove unused global constant.
77380 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
77382         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
77383         include of <not-cancel.h>.
77385 2012-05-15  Roland McGrath  <roland@hack.frob.com>
77387         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
77389 2012-05-15  Jeff Law  <law@redhat.com>
77390             Andreas Jaeger  <aj@suse.de>
77392         [BZ #13594]
77393         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
77394         out from...
77395         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
77396         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
77397         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
77398         code changing __hst_map_handle.map.
77400 2012-05-15  Roland McGrath  <roland@hack.frob.com>
77402         * configure.in (sysnames): Look for Implies-before and Implies-after
77403         files.
77404         * configure: Regenerated.
77406 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77408         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
77409         8-byte data alignment with LP_SIZE alignment.
77411 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77413         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
77414         into R10_LP.
77416 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77418         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
77420 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77422         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
77423         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
77424         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
77425         Likewise.
77426         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
77428 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77430         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
77431         (stackinfo_sub_sp): Likewise.
77433 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77435         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
77436         RAX_LP.
77438 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77440         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
77441         into R*_LP.
77443 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77445         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
77446         sizes into R*_LP.
77448 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77450         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
77452 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77454         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
77455         into R11_LP and load __x86_64_shared_cache_size_half into
77456         R8_LP.
77458 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77460         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
77461         R8_LP.
77463 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
77465         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
77466         logb for POWER7.
77467         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
77468         logbf for POWER7.
77469         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
77470         logbl for POWER7.
77471         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
77472         powerpc32/power7/fpu/s_logb.c via #include.
77473         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
77474         powerpc32/power7/fpu/s_logbf.c via #include.
77475         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
77476         powerpc32/power7/fpu/s_logbl.c via #include.
77478 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
77480         * README.libm: Remove file.
77482 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
77484         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
77485         count for x32.  Use R*_LP and omit operand-size suffix.
77487 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
77489         * shlib-versions: Move x86_64-.*-linux.* entries to ...
77490         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
77491         * sysdeps/x86_64/x32/shlib-versions: New file.
77493 2012-05-14  Roland McGrath  <roland@hack.frob.com>
77495         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
77496         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
77497         Use _dl_fatal_printf instead.
77499 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
77501         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
77502         set if not set by the user.  Do not allow for being unset.
77503         * sysdeps/unix/sysv/linux/configure: Regenerated.
77505 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
77507         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
77508         the `q' suffix from lea and replace .quad with ASM_ADDR.
77510 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
77512         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
77513         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
77514         instead of $17.
77515         (PTR_DEMANGLE): Likewise.
77517 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
77519         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
77520         (LP_OP): Likewise.
77521         (ASM_ADDR): Likewise.
77522         (RAX_LP): Likewise.
77523         (RBP_LP): Likewise.
77524         (RBX_LP): Likewise.
77525         (RCX_LP): Likewise.
77526         (RDI_LP): Likewise.
77527         (RSI_LP): Likewise.
77528         (RSP_LP): Likewise.
77529         (R8_LP): Likewise.
77530         (R9_LP): Likewise.
77531         (R10_LP): Likewise.
77532         (R10_LP): Likewise.
77533         (R11_LP): Likewise.
77534         (R12_LP): Likewise.
77535         (R13_LP): Likewise.
77536         (R14_LP): Likewise.
77537         (R15_LP): Likewise.
77539 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
77541         * sysdeps/x86_64/x32/dl-machine.h: New file.
77543 2012-05-14  Andreas Jaeger  <aj@suse.de>
77545         * manual/Makefile (subdir): Remove export of subdir.
77546         (all): Remove target.
77547         (.PHONY): Remove all from list.
77548         (mkinstalldirs): Remove.
77549         (.PHONY): Remove installdirs from list.
77550         ($(inst_infodir)/libc.info): Use make-target-directory.
77551         (installdirs): Remove.
77552         (subdir_%): Remove.
77553         (glibc-targets): Remove.
77554         (lib): Remove.
77555         (stubs): Remove.
77556         ($(objpfx)stubs ../po/manual.pot): Remove.
77557         ($(objpfx)stamp%): Remove.
77558         (make-target-directory): Remove.
77559         (subdir_install): Remove.
77560         (routines): Remove.
77561         (aux): Remove.
77562         (sources): Remove.
77563         (objects): Remove.
77564         (headers): Remove.
77566         [BZ #13750]
77567         * manual/.gitignore: Remove, it's not needed anymore.
77568         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
77569         all files in it.
77570         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
77571         directory.
77572         (texis): Renamed to $(objpfx)texis.
77573         (texis-path): New, contains path to generated files.
77574         (chapters.%): Use texis-path for complete path, add extra argument
77575         libc-texinfo.sh.
77576         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
77577         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
77578         (summary,texi, stamp-summary): Use complete path of
77579         files. Generate files in build dir.
77580         (dir-add.texi): Build in build dir.
77581         (libm-err.texi,stamp-libm-err): Likewise.
77582         (version.texi, stamp-version): Likewise.
77583         (.%c.texi): Likewise.
77584         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
77585         (mostlyclean): Remove target.
77586         (realclean): Remove target.
77587         (generated): Add new variable with contents from mostlyclean and
77588         realclean, remove entries duplicated in common-mostlyclean, add
77589         stamp-libm-err and stamp-version.
77590         (generated-dirs): Add libc directory.
77591         ($(inst_infodir)/libc.info): Install files from build dir.
77593         * manual/install.texi (Configuring and compiling): Adjust since
77594         the info files are not part of the tar ball anymore.
77596 2012-05-14  Andreas Jaeger  <aj@suse.de>
77598         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
77599         variable.
77601 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
77603         [BZ #13717]
77604         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
77605         to 2.2.0 where earlier.
77606         * sysdeps/unix/sysv/linux/configure: Regenerated.
77607         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
77608         Remove conditional code.
77609         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
77610         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
77611         Remove conditional code.
77612         [!__NR_lchown]: Likewise.
77613         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
77614         [__NR_lchown]: Likewise.
77615         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
77616         comment referencing __ASSUME_LCHOWN_SYSCALL.
77617         * sysdeps/unix/sysv/linux/i386/sigaction.c
77618         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
77619         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
77620         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
77621         Remove conditional code.
77622         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
77623         (__protocol_available): Remove #if 0 code.
77624         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
77625         conditional code.
77626         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
77627         * sysdeps/unix/sysv/linux/kernel-features.h
77628         (__ASSUME_GETCWD_SYSCALL): Don't define.
77629         (__ASSUME_REALTIME_SIGNALS): Likewise.
77630         (__ASSUME_PREAD_SYSCALL): Likewise.
77631         (__ASSUME_PWRITE_SYSCALL): Likewise.
77632         (__ASSUME_POLL_SYSCALL): Likewise.
77633         (__ASSUME_LCHOWN_SYSCALL): Likewise.
77634         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
77635         non-SPARC.
77636         (__ASSUME_SIOCGIFNAME): Don't define.
77637         (__ASSUME_MSG_NOSIGNAL): Likewise.
77638         (__ASSUME_SENDFILE): Define unconditionally.
77639         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
77640         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
77641         conditional code.
77642         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
77643         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
77644         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
77645         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
77646         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
77647         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
77648         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
77649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
77650         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
77651         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
77652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
77653         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
77654         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
77655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
77656         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
77657         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
77658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
77659         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
77660         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
77661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
77662         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
77663         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
77664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
77665         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
77666         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
77667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
77668         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
77669         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
77670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
77671         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
77672         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
77673         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
77674         Remove conditional code.
77675         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
77676         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
77677         Remove conditional code.
77678         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
77679         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
77680         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
77681         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
77682         Remove conditional code.
77683         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
77684         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
77685         Remove conditional code.
77686         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
77687         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
77688         Remove conditional code.
77689         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
77690         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
77691         Remove conditional code.
77692         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
77693         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
77694         Remove conditional code.
77695         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
77696         * sysdeps/unix/sysv/linux/sh/pwrite64.c
77697         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
77698         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
77699         * sysdeps/unix/sysv/linux/sigaction.c
77700         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
77701         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
77702         * sysdeps/unix/sysv/linux/sigpending.c
77703         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
77704         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
77705         * sysdeps/unix/sysv/linux/sigprocmask.c
77706         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
77707         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
77708         * sysdeps/unix/sysv/linux/sigsuspend.c
77709         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
77710         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
77711         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
77712         (__libc_missing_rt_sigs): Remove.
77713         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
77714         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
77715         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
77716         Remove conditional code.
77717         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
77718         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
77719         return 1.
77720         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
77721         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
77722         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
77723         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
77725 2012-05-14  Andreas Jaeger  <aj@suse.de>
77727         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
77728         it's not used in glibc.
77729         (__coshm1): Likewise.
77730         (__acosh1p): Likewise.
77731         (__sgn): Likewise.
77733         * manual/string.texi (Copying and Concatenation): Add missing
77734         variable in concat example.
77735         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
77737 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
77739         [BZ #14103]
77740         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
77741         __builtin_clzl with __builtin_clzll.
77743 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
77745         [BZ #14104]
77746         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
77747         libc_freeres_ptr.
77749 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
77751         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
77752         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
77753         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
77754         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
77756 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
77758         * NEWS: Update ia64 info.
77760 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
77762         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
77763         used as bcopy.
77765 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
77767         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
77768         * sysdeps/unix/syscalls.list (dup3): Likewise.
77769         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
77770         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
77772 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
77774         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
77775         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
77777 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
77779         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
77780         thread pointer.
77781         (TLS_IE): Use mov/add instead of movq/addq to load thread
77782         pointer.
77783         (TLS_GD_PREFIX): New.
77784         (TLS_GD): Use it.
77786 2012-05-11  David S. Miller  <davem@davemloft.net>
77788         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
77789         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
77790         (_FPU_SETCW): Likewise.
77792 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
77794         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
77795         is 32-byte aligned.
77797 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
77799         [BZ #11837]
77800         * iconvdata/gb18030.c: Update tables.
77801         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
77802         characters specially.
77803         (BODY for TO_LOOP): Add encoding of missing ranges.
77805 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
77807         [BZ #13673]
77808         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
77809         * sysdeps/mach/hurd/dup3.c: Likewise.
77810         * sysdeps/mach/hurd/readlinkat.c: Likewise.
77811         * sysdeps/powerpc/memmove.c:: Likewise.
77813 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
77815         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
77816         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
77818 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
77820         * elf/elf.h (R_X86_64_RELATIVE64): New.
77821         (R_X86_64_NUM): Updated.
77822         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
77823         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
77824         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
77825         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
77826         tst-quad1pie tst-quad2pie
77827         (modules-names): Add tst-quadmod1 tst-quadmod2.
77828         ($(objpfx)tst-quad1): New dependency.
77829         ($(objpfx)tst-quad2): Likewise.
77830         ($(objpfx)tst-quad1pie): Likewise.
77831         ($(objpfx)tst-quad2pie): Likewise.
77832         * sysdeps/x86_64/tst-quad1.c: New file.
77833         * sysdeps/x86_64/tst-quad1pie.c: New file.
77834         * sysdeps/x86_64/tst-quad2.c: Likewise.
77835         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
77836         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
77837         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
77838         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
77839         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
77841 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
77843         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
77844         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
77845         * streams/stropts.h (t_scalar_t): Define type.
77847         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
77848         (_PATH_PRESERVE): Set to "/var/lib".
77849         (_PATH_RWHODIR): Set to "/var/spool/rwho".
77851         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
77852         instead of int.
77854         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
77855         if __dir_mkfile succeeded.
77857         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
77858         checking for _hurd_dtablesize.  Unlock it right after having
77859         finished _hurd_dtable allocation.
77861 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
77863         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
77864         * sysdeps/mach/hurd/configure: Regenerated.
77865         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
77866         special-casing to...
77867         * sysdeps/gnu/configure.in: ... this new file.
77868         * sysdeps/unix/sysv/linux/configure: Regenerated.
77869         * sysdeps/gnu/configure: New generated file.
77871         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
77872         for Linux: use nsec instead of usec, as well as:
77873         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
77874         members of type struct timespec.
77875         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
77876         New macros.
77877         (struct stat64): Likewise.
77878         (_STATBUF_ST_NSEC): New macro.
77879         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
77881         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
77882         __strtoul_internal rather than strtoul.
77884 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
77886         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
77887         and reject them.
77889 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
77891         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
77892         which preserves existing values.
77893         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
77895 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
77897         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
77898         TIMEOUT values.  Return EINVAL for NFDS values either negative or
77899         greater than FD_SETSIZE.
77901 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
77903         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
77904         allocated, call __vm_protect to finish enabling the existing space, and
77905         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
77906         allocate the remainder.
77908 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
77910         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
77911         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
77913 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
77915         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
77916         sysdeps/mach/hurd/readlink.c.
77918         * posix/tst-sysconf.c (posix_options): Only use
77919         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
77920         _POSIX_SYNCHRONIZED_IO when they are defined
77921         * sysdeps/mach/hurd/bits/posix_opt.h:
77922         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
77923         (_XOPEN_REALTIME): Undefine macro.
77924         (_XOPEN_REALTIME_THREADS): Undefine macro.
77925         (_XOPEN_SHM): Undefine macro.
77926         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
77927         macro to -1.
77928         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
77929         macro to -1.
77930         (_POSIX_ASYNC_IO): Undefine macro.
77931         (_POSIX_PRIORITIZED_IO): Undefine macro.
77932         (_POSIX_SPIN_LOCKS): Define macro to -1.
77934         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
77935         SA_NODEFER, SA_RESETHAND.
77936         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
77937         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
77938         F_DUPFD_CLOEXEC.
77940 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
77942         * elf/Makefile (pldd-modules): Define unconditionally.
77944 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
77946         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
77948 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
77950         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
77951         Return ENOENT when name is empty.
77952         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
77954 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
77956         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
77958         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
77960 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
77962         Fix mlock in all cases except non-readable pages.
77963         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
77964         instead of VM_PROT_ALL as parameter to __vm_wire function.
77966         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
77967         (__mkdir): When path is `/', just fail with EEXIST.
77968         * sysdeps/mach/hurd/mkdirat.c: Likewise.
77970 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
77972         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
77973         <sys/uio.h> (for writev).
77974         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
77975         and <sys/param.h> (for MIN).
77977 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
77979         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
77980         REQUESTED_TIME.  Properly set the remaining time and return EINTR
77981         if interrupted.
77983 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
77985         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
77986         Depend on against $(link-rpcuserlibs).
77988 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
77990         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
77991         (__libc_stack_end): Do not use attribute_relro.
77992         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
77993         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
77994         to libthread-provided value.
77995         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
77996         attribute_relro.
77998 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78000         [BZ #3748]
78001         * bits/libc-lock.h (__libc_once_get): New macro.
78002         * sysdeps/mach/bits/libc-lock.h: Likewise.
78003         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
78004         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
78005         instead of using implementation details.
78007         * libio/fileops.c: Unconditionally include <kernel-features.h>.
78008         * libio/freopen.c: Likewise.
78009         * libio/freopen64.c: Likewise.
78010         * misc/syslog.c: Likewise.
78011         * nscd/connections.c: Likewise.
78012         * nscd/netgroupcache.c: Likewise.
78013         * sysdeps/posix/getcwd.c: Likewise.
78015 2012-05-10  Roland McGrath  <roland@hack.frob.com>
78017         * math/w_ilogbf.c: Add #include <limits.h>.
78019 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78021         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
78022         path instead of returning without unlocking.
78024         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
78025         immediate-write ioctls.
78026         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
78028 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78030         * sysdeps/mach/hurd/i386/init-first.c (init): Use
78031         __builtin_frame_address instead of making assumptions about the
78032         location of the return address relative to DATA.  Force early load of
78033         the return address.
78034         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
78035         __builtin_frame_address.
78037         dup3 for GNU Hurd.
78038         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
78039         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
78040         implement dup3 and do some further code clean-ups.
78041         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
78042         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
78044 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78046         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
78048         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
78049         HURD_CRITICAL_END around holding _hurd_dtable_lock.
78050         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
78051         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
78052         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
78053         d->port.lock.
78055         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
78056         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
78057         when handler == SIG_ERR, not when handler != SIG_ERR.
78059 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78061         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
78062         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
78063         definitions.
78065         accept4 for GNU Hurd.
78066         * include/sys/socket.h (__libc_accept4): New prototype.
78067         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
78068         to implement __libc_accept4.
78069         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
78070         __libc_accept4.
78071         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
78073         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
78074         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
78075         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
78076         signal-defines.sym.
78078 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78080         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
78082 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78084         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
78085         assertion on O_CLOEXEC flag.
78086         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
78087         * hurd/intern-fd.c: Likewise.
78088         * hurd/port2fd.c: Likewise.
78090 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78092         [BZ #3906]
78093         * bits/in.h (IPV6_PKTINFO): Define new macro.
78094         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
78096 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
78098         [BZ #13954]
78099         [BZ #13955]
78100         [BZ #13956]
78101         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
78102         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
78103         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
78104         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
78105         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
78106         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
78107         * math/libm-test.inc (logb_test) : Additional logb tests.
78109 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
78110             Andreas Jaeger  <aj@suse.de>
78112         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
78113         * configure: Regenerated.
78114         * config.h.in (LINK_OBSOLETE_RPC): New macro.
78115         * config.make.in (link-obsolete-rpc): New substituted variable.
78116         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
78117         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
78118         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
78119         (shared-only-routines): Don't set it under [link-obsolete-rpc],
78120         so that libc.a contains the symbols.
78121         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
78122         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
78123         * sunrpc/auth_none.c: Likewise.
78124         * sunrpc/auth_unix.c: Likewise.
78125         * sunrpc/authdes_prot.c: Likewise.
78126         * sunrpc/authuxprot.c: Likewise.
78127         * sunrpc/clnt_gen.c: Likewise.
78128         * sunrpc/clnt_perr.c: Likewise.
78129         * sunrpc/clnt_raw.c: Likewise.
78130         * sunrpc/clnt_simp.c: Likewise.
78131         * sunrpc/clnt_tcp.c: Likewise.
78132         * sunrpc/clnt_udp.c: Likewise.
78133         * sunrpc/clnt_unix.c: Likewise.
78134         * sunrpc/des_crypt.c: Likewise.
78135         * sunrpc/des_soft.c: Likewise.
78136         * sunrpc/get_myaddr.c: Likewise.
78137         * sunrpc/key_call.c: Likewise.
78138         * sunrpc/key_prot.c: Likewise.
78139         * sunrpc/netname.c: Likewise.
78140         * sunrpc/pm_getmaps.c: Likewise.
78141         * sunrpc/pm_getport.c: Likewise.
78142         * sunrpc/pmap_clnt.c: Likewise.
78143         * sunrpc/pmap_prot.c: Likewise.
78144         * sunrpc/pmap_prot2.c: Likewise.
78145         * sunrpc/pmap_rmt.c: Likewise.
78146         * sunrpc/publickey.c: Likewise.
78147         * sunrpc/rpc_cmsg.c: Likewise.
78148         * sunrpc/rpc_common.c: Likewise.
78149         * sunrpc/rpc_dtable.c: Likewise.
78150         * sunrpc/rpc_prot.c: Likewise.
78151         * sunrpc/rpc_thread.c: Likewise.
78152         * sunrpc/rtime.c: Likewise.
78153         * sunrpc/svc.c: Likewise.
78154         * sunrpc/svc_auth.c: Likewise.
78155         * sunrpc/svc_raw.c: Likewise.
78156         * sunrpc/svc_run.c: Likewise.
78157         * sunrpc/svc_tcp.c: Likewise.
78158         * sunrpc/svc_udp.c: Likewise.
78159         * sunrpc/svc_unix.c: Likewise.
78160         * sunrpc/svcauth_des.c: Likewise.
78161         * sunrpc/xcrypt.c: Likewise.
78162         * sunrpc/xdr.c: Likewise.
78163         * sunrpc/xdr_array.c: Likewise.
78164         * sunrpc/xdr_float.c: Likewise.
78165         * sunrpc/xdr_intXX_t.c: Likewise.
78166         * sunrpc/xdr_mem.c: Likewise.
78167         * sunrpc/xdr_rec.c: Likewise.
78168         * sunrpc/xdr_ref.c: Likewise.
78169         * sunrpc/xdr_sizeof.c: Likewise.
78170         * sunrpc/xdr_stdio.c: Likewise.
78172 2012-05-10  Roland McGrath  <roland@hack.frob.com>
78174         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
78175         change.  Update copyright years.
78177 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
78179         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
78181 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
78182             Joseph Myers  <joseph@codesourcery.com>
78183             Paul Pluzhnikov  <ppluzhnikov@google.com>
78185         [BZ #14012]
78186         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
78187         requiring rpcgen.
78188         [cross-compiling] (extra-libs): Likewise.
78189         [cross-compiling] (extra-libs-others): Likewise.
78190         [cross-compiling] (librpcsvc-routines): Likewise.
78191         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
78192         [cross-compiling] (omit-deps): Likewise.
78193         (sunrpc-CPPFLAGS): New variable.
78194         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
78195         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
78196         (cross-rpcgen-objs): New variable.
78197         (extra-objs): Append $(cross-rpcgen-objs).
78198         ($(cross-rpcgen-objs)): New rule.
78199         ($(objpfx)cross-rpcgen): Likewise.
78200         (rpcgen-cmd): Define to use $(built-program-file).  Expand
78201         comment.
78202         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
78203         ($(objpfx)x%.stmp): Likewise.
78204         * sunrpc/proto.h [IS_IN_build] (_): Define.
78205         [IS_IN_build] (_libc_intl_domainname): Likewise.
78207 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
78209         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
78210         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
78211         and R_X86_64_TPOFF64.
78213 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
78215         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
78216         sysdeps/unix/sysv/syscalls.list.
78217         (stime): Likewise.
78218         (utime): Likewise.
78219         * sysdeps/unix/sysv/syscalls.list: Remove file.
78221 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
78223         [BZ #3440]
78224         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
78225         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
78226         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
78227         (__LC_IDENTIFICATION): Make these macros useful in #if
78228         expressions, as required by C99.
78230 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
78232         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
78233         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
78234         after this.
78236 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
78238         * stdlib/longlong.h: Updated from GCC.
78240 2012-05-09  Andreas Jaeger  <aj@suse.de>
78242         * nscd/nscd.c (run_modes): Make named enum, reorder so that
78243         default is first entry.
78244         (run_mode): Set type.
78245         (main): Remove informal message about syslog.
78246         (options): Fix typo.
78248         [BZ #14053]
78249         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
78250         to asm.
78251         (lrint): Likewise.
78252         (llrintf): Likewise.
78253         (llrint): Likewise.
78254         (rint): Likewise.
78255         (rintf): Likewise.
78256         (nearbyint): Likewise.
78257         (nearbyintf): Likewise.
78259 2012-05-09  Andreas Jaeger  <aj@suse.de>
78260             Pedro Alves  <palves@redhat.com>
78262         * nscd/nscd.c (run_mode): Use enum.
78263         (main): Cleanup coding style issue.
78265 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
78266             Andreas Jaeger  <aj@suse.de>
78268         * nscd/nscd.c (go_background): Replaced with...
78269         (run_mode): ... this.
78270         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
78271         (options): Add -F --foreground.
78272         (main): Implement it.
78273         (parse_opt): Parse it.
78275 2012-05-09  Andreas Jaeger  <aj@suse.de>
78277         [BZ #14083]
78278         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
78279         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
78280         -Wconversion warning.
78281         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
78282         Likewise.
78284 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
78286         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
78287         == 0.
78288         (LC_ALL): Use macro-int-constant.
78289         (LC_COLLATE): Likewise.
78290         (LC_CTYPE): Likewise.
78291         (LC_MESSAGES): Likewise.
78292         (LC_MONETARY): Likewise.
78293         (LC_NUMERIC): Likewise.
78294         (LC_TIME): Likewise.
78295         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
78296         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
78297         [ISO || ISO99 || ISO11] (*_t): Do not allow.
78298         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
78299         Specify type.
78300         [C99-based standards] (float_t): Expect type.
78301         [C99-based standards] (double_t): Expect type.
78302         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
78303         type.
78304         [C99-based standards] (HUGE_VALL): Likewise.
78305         [C99-based standards] (INFINITY): Likewise.
78306         [C99-based standards] (NAN): Likewise.
78307         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
78308         [C99-based standards] (FP_NAN): Likewise.
78309         [C99-based standards] (FP_NORMAL): Likewise.
78310         [C99-based standards] (FP_SUBNORMAL): Likewise.
78311         [C99-based standards] (FP_ZERO): Likewise.
78312         [C99-based standards] (FP_FAST_FMA): Use
78313         optional-macro-int-constant.  Specify type.  Require == 1.
78314         [C99-based standards] (FP_FAST_FMAF): Likewise.
78315         [C99-based standards] (FP_FAST_FMAL): Likewise.
78316         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
78317         [C99-based standards] (FP_ILOGBNAN): Likewise.
78318         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
78319         Specify type.
78320         [C99-based standards] (MATH_ERREXCEPT): Likewise.
78321         [C99-based standards] (math_errhandling): Specify type.
78322         [ISO99 || ISO11] (signgam): Do not allow.
78323         [non-C99-based standards] (copysignf): Do not allow.
78324         [non-C99-based standards] (exp2f): Likewise.
78325         [non-C99-based standards] (log2f): Likewise.
78326         [non-C99-based standards] (modff): Allow.
78327         [non-C99-based standards] (erff): Do not allow.
78328         [non-C99-based standards] (erfcf): Likewise.
78329         [non-C99-based standards] (gammaf): Likewise.
78330         [non-C99-based standards] (hypotf): Likewise.
78331         [non-C99-based standards] (j0f): Likewise.
78332         [non-C99-based standards] (j1f): Likewise.
78333         [non-C99-based standards] (jnf): Likewise.
78334         [non-C99-based standards] (lgammaf): Likewise.
78335         [non-C99-based standards] (tgammaf): Likewise.
78336         [non-C99-based standards] (y0f): Likewise.
78337         [non-C99-based standards] (y1f): Likewise.
78338         [non-C99-based standards] (ynf): Likewise.
78339         [non-C99-based standards] (isnanf): Likewise.
78340         [non-C99-based standards] (acoshf): Likewise.
78341         [non-C99-based standards] (asinhf): Likewise.
78342         [non-C99-based standards] (atanhf): Likewise.
78343         [non-C99-based standards] (cbrtf): Likewise.
78344         [non-C99-based standards] (expm1f): Likewise.
78345         [non-C99-based standards] (ilogbf): Likewise.
78346         [non-C99-based standards] (log1pf): Likewise.
78347         [non-C99-based standards] (logbf): Likewise.
78348         [non-C99-based standards] (nextafterf): Likewise.
78349         [non-C99-based standards] (remainderf): Likewise.
78350         [non-C99-based standards] (rintf): Likewise.
78351         [non-C99-based standards] (scalbf): Likewise.
78352         [non-C99-based standards] (copysignl): Likewise.
78353         [non-C99-based standards] (exp2l): Likewise.
78354         [non-C99-based standards] (log2l): Likewise.
78355         [non-C99-based standards] (modfl): Allow.
78356         [non-C99-based standards] (erfl): Do not allow.
78357         [non-C99-based standards] (erfcl): Likewise.
78358         [non-C99-based standards] (gammal): Likewise.
78359         [non-C99-based standards] (hypotl): Likewise.
78360         [non-C99-based standards] (j0l): Likewise.
78361         [non-C99-based standards] (j1l): Likewise.
78362         [non-C99-based standards] (jnl): Likewise.
78363         [non-C99-based standards] (lgammal): Likewise.
78364         [non-C99-based standards] (tgammal): Likewise.
78365         [non-C99-based standards] (y0l): Likewise.
78366         [non-C99-based standards] (y1l): Likewise.
78367         [non-C99-based standards] (ynl): Likewise.
78368         [non-C99-based standards] (isnanl): Likewise.
78369         [non-C99-based standards] (acoshl): Likewise.
78370         [non-C99-based standards] (asinhl): Likewise.
78371         [non-C99-based standards] (atanhl): Likewise.
78372         [non-C99-based standards] (cbrtl): Likewise.
78373         [non-C99-based standards] (expm1l): Likewise.
78374         [non-C99-based standards] (ilogbl): Likewise.
78375         [non-C99-based standards] (log1pl): Likewise.
78376         [non-C99-based standards] (logbl): Likewise.
78377         [non-C99-based standards] (nextafterl): Likewise.
78378         [non-C99-based standards] (remainderl): Likewise.
78379         [non-C99-based standards] (rintl): Likewise.
78380         [non-C99-based standards] (scalbl): Likewise.
78381         [ISO || ISO99 || ISO11] (*_t): Do not allow.
78382         [non-C99-based standards] (FP_*): Do not allow.
78383         [C99-based standards] (FP_*): Change to
78384         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
78385         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
78386         allow.
78387         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
78388         (SIG_ERR): Likewise.
78389         [X/Open-based standards] (SIG_HOLD): Likewise.
78390         (SIG_IGN): Likewise.
78391         (SIGABRT): Use macro-int-constant.  Specify type.  Require
78392         positive value.
78393         (SIGFPE): Likewise.
78394         (SIGILL): Likewise.
78395         (SIGINT): Likewise.
78396         (SIGSEGV): Likewise.
78397         (SIGTER): Likewise.
78398         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
78399         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
78400         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
78401         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
78402         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
78403         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
78404         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
78405         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
78406         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
78407         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
78408         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
78409         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
78410         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
78411         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
78412         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
78413         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
78414         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
78415         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
78416         [X/Open-based standards] (SIGTRAP): Likewise.
78417         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
78418         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
78419         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
78420         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
78421         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
78422         allow.
78424 2012-05-08  Ian Wienand  <ianw@vmware.com>
78426         [BZ #14080]
78427         * time/tzset.c (__tzset_parse_tz): Update default rules for
78428         daylight time changes in the Energy Policy Act of 2005.
78430 2012-05-09  Andreas Jaeger  <aj@suse.de>
78432         [BZ #13983]
78433         * elf/ldconfig.c (parse_conf): Change string to make clear that
78434         ldconfig only issued a warning if ld.so.conf does not exist.
78436 2012-05-08  David S. Miller  <davem@davemloft.net>
78438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
78439         movxtod instead of popping the value on the stack.
78441         * sysdeps/sparc/fpu/libm-test-ulps: Update.
78443 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
78445         * config.h.in: Add HAVE_ARM_PCS_VFP.
78447 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
78449         [BZ #13979]
78450         * include/features.h: Warn if user requests __FORTIFY_SOURCE
78451         checking but the checks are disabled for any reason.
78453 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
78455         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
78456         and ELF64_R_TYPE with ELFW(R_TYPE).
78458 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
78460         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
78461         (ulimit): Likewise.
78463         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
78464         (settimeofday): Likewise.
78466 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
78468         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
78469         a struct th_u2 inside the union, and move tu_block/tu_code into
78470         a new th_u3 union of tu_block/tu_code inside of that.  Move
78471         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
78472         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
78473         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
78474         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
78475         (th_stuff): Change to th_u1.tu_stuff.
78476         (th_data): Define.
78477         (th_msg): Change to th_u1.th_u2.tu_data.
78479 2012-05-07  David S. Miller  <davem@davemloft.net>
78481         * sysdeps/sparc/fpu/libm-test-ulps: Update.
78483         [BZ #14074]
78484         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
78485         (SETUP_PIC_REG): Use it.
78486         (SETUP_PIC_REG_LEAF): Use it.
78488 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
78490         [BZ #13885]
78491         [BZ #13923]
78492         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
78493         USE_AS_EXPM1L.
78494         (EXPL_FINITE): Likewise.
78495         (FLDLOG): Likewise.
78496         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
78497         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
78498         e_expl.S.
78499         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
78500         USE_AS_EXPM1L.
78501         (EXPL_FINITE): Likewise.
78502         (FLDLOG): Likewise.
78503         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
78504         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
78505         e_expl.S.
78506         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
78507         test of -max_value argument for long double.
78508         * sysdeps/i386/fpu/libm-test-ulps: Update.
78509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
78511 2012-05-06  David S. Miller  <davem@davemloft.net>
78513         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
78514         quad soft-float symbols whose references which are compiler
78515         generated.
78516         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
78518 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
78520         [BZ #13884]
78521         [BZ #13914]
78522         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
78523         USE_AS_EXP10L.
78524         (EXPL_FINITE): Likewise.
78525         (FLDLOG): Likewise.
78526         (c0): Likewise.
78527         (c1): Likewise.
78528         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
78529         Adjust comments for base varying.
78530         (__expl_finite): Change alias to EXPL_FINITE.
78531         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
78532         e_expl.S.
78533         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
78534         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
78535         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
78536         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
78537         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
78538         USE_AS_EXP10L.
78539         (EXPL_FINITE): Likewise.
78540         (FLDLOG): Likewise.
78541         (c0): Likewise.
78542         (c1): Likewise.
78543         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
78544         Adjust comments for base varying.
78545         (__expl_finite): Change alias to EXPL_FINITE.
78546         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
78547         tests for bugs.
78548         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
78550         [BZ #14064]
78551         * math/libm-test.inc (check_float_internal): Correct ulp
78552         calculation for subnormal expected results.
78554 2012-05-06  Andreas Jaeger  <aj@suse.de>
78556         * Makeconfig (+math-flags): New, set to -frounding-math.
78557         (+cflags): Add +math-flags so that all of glibc gets compiled with
78558         it.
78560         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
78562 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
78564         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
78565         Disable one test.
78567         [BZ #13787]
78568         [BZ #13922]
78569         [BZ #14036]
78570         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
78571         (__ieee754_expl): Allow for and saturate large arguments.
78572         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
78573         (u_threshold): Likewise.
78574         (__exp): Call __ieee754_exp before checking for overflow and
78575         underflow.
78576         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
78577         (u_threshold): Likewise.
78578         (__expf): Call __ieee754_expf before checking for overflow and
78579         underflow.
78580         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
78581         (u_threshold): Likewise.
78582         (__expl): Call __ieee754_expl before checking for overflow and
78583         underflow.
78584         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
78585         (__ieee754_expl): Allow for and saturate large arguments.
78586         * math/libm-test.inc (exp_test): Add another test.  Do not allow
78587         missing overflow exception on overflow.
78588         (expm1_test): Do not allow missing overflow exception on overflow.
78590         * sysdeps/i386/fpu/e_expl.c: Move to ...
78591         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
78592         rather than using inline asm.
78593         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
78594         * sysdeps/x86_64/fpu/e_expl.S: Copy from
78595         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
78597         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
78598         (nice): Likewise.
78599         (poll): Likewise.
78600         (signal): Likewise.
78601         (time): Likewise.
78602         (times): Likewise.
78604 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
78606         * sysdeps/unix/syscalls.list (adjtime): Add entry from
78607         sysdeps/unix/common/syscalls.list.
78608         (fchmod): Likewise.
78609         (fchown): Likewise.
78610         (ftruncate): Likewise.
78611         (getrusage): Likewise.
78612         (gettimeofday): Likewise.
78613         (setpgid): Likewise.
78614         (setregid): Likewise.
78615         (setreuid): Likewise.
78616         (sigaction): Likewise.
78617         (truncate): Likewise.
78618         (vhangup): Likewise.
78619         * sysdeps/unix/common/syscalls.list: Remove file.
78620         * sysdeps/unix/bsd/Implies: Don't include unix/common.
78621         * sysdeps/unix/sysv/linux/Implies: Likewise.
78623 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
78625         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
78626         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
78627         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
78628         Moved to ...
78629         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
78630         Here.
78631         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
78632         to ...
78633         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
78634         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
78635         to ...
78636         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
78637         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
78638         to ...
78639         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
78640         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
78641         to ...
78642         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
78643         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
78644         to ...
78645         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
78646         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
78647         to ...
78648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
78649         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
78650         to ...
78651         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
78652         Here.
78653         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
78654         to ...
78655         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
78656         Here.
78657         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
78658         to ...
78659         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
78660         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
78661         Moved to ...
78662         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
78663         Here.
78664         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
78665         to ...
78666         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
78668 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
78670         * sysdeps/unix/common/bits/dirent.h: Remove file.
78671         * sysdeps/unix/common/bits/fcntl.h: Likewise.
78673         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
78674         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
78675         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
78676         * sysdeps/unix/bsd/isatty.c: Likewise.
78677         * sysdeps/unix/bsd/tcdrain.c: Likewise.
78678         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
78679         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
78681 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
78683         [BZ #13563]
78684         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
78685         long double comparison inaccuracies.
78686         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
78687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
78689 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
78691         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
78692         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
78694 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
78696         [BZ #14049]
78697         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
78698         nonzero digits before rounding a hex value.
78699         * stdlib/tst-strtod.c (tests): Add another test.
78701 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
78703         * sysdeps/s390/fpu/libm-test-ulps: Update.
78705 2012-05-03  Andreas Jaeger  <aj@suse.de>
78707         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
78708         does not get optimized out.
78709         (malloc_opt_barrier): New.
78711 2012-05-03  Andreas Jaeger  <aj@suse.de>
78712             Roland McGrath  <roland@hack.frob.com>
78714         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
78715         intermediate file deletion.
78716         (generated): Add .symlist files.
78718 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
78720         [BZ #13775]
78721         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
78722         Redirect under this condition.
78723         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
78724         [__USE_GNU] (__dprintf_chk): Not under this condition.
78725         [__USE_GNU] (__vdprintf_chk): Likewise.
78726         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
78727         under this condition.
78728         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
78729         [__USE_XOPEN2K8] (dprintf): Define under this condition.
78730         [__USE_XOPEN2K8] (vdprintf): Likewise.
78731         [__USE_GNU] (__dprintf_chk): Not under this condition.
78732         [__USE_GNU] (__vdprintf_chk): Likewise.
78733         [__USE_GNU] (dprintf): Likewise.
78734         [__USE_GNU] (vdprintf): Likewise.
78736 2012-05-03  Roland McGrath  <roland@hack.frob.com>
78738         * elf/Makefile (common-generated): Set this instead of generated for
78739         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
78740         $(all-built-dso)-derived lists.
78742 2012-05-03  Andreas Jaeger  <aj@suse.de>
78744         * sysdeps/i386/fpu/libm-test-ulps: Update.
78746         * FAQ: Removed.
78747         * FAQ.in: Likewise.
78748         * scripts/gen-FAQ.pl: Likewise.
78749         * manual/install.texi (Installation): Point to online location of
78750         FAQ.
78751         * Makefile (files-for-dist): Remove FAQ.
78752         (FAQ): Remove.
78754 2012-05-02  Allan McRae  <allan@archlinux.org>
78756         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
78757         (LDFLAGS-reldepmod5.so): Likewise.
78758         (LDFLAGS-reldep6mod1.so): Likewise.
78759         (LDFLAGS-reldep6mod4.so): Likewise.
78760         (LDFLAGS-reldep8mod3.so): Likewise.
78761         (LDFLAGS-unload4mod1.so): Likewise.
78762         (LDFLAGS-unload4mod2.so): Likewise.
78763         (LDFLAGS-tst-initorder): Likewise.
78764         (LDFLAGS-tst-initordera2.so): Likewise.
78765         (LDFLAGS-tst-initordera3.so): Likewise.
78766         (LDFLAGS-tst-initordera4.so): Likewise.
78767         (LDFLAGS-tst-initorderb2.so): Likewise.
78768         (LDFLAGS-noload): Likewise.
78769         (LDFLAGS-next): Likewise.
78770         (LDFLAGS-order2mod1.so): Likewise.
78771         (LDFLAGS-order2mod2.so): Likewise.
78772         (LDFLAGS-tst-initorder2): Likewise.
78773         (LDFLAGS-tst-initorder2a.so): Likewise.
78774         (LDFLAGS-tst-initorder2b.so): Likewise.
78775         (LDFLAGS-tst-initorder2c.so): Likewise.
78776         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
78778 2012-05-02  David S. Miller  <davem@davemloft.net>
78780         * sysdeps/sparc/fpu/libm-test-ulps: Update.
78782 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
78784         [BZ #14055]
78785         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
78787 2012-05-02  Andreas Jaeger  <aj@suse.de>
78789         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
78790         since we manipulate rounding mode.
78791         (CPPFLAGS-test-idouble.c): Likewise.
78792         (CPPFLAGS-test-ifloat.c): Likewise.
78793         (CFLAGS-test-ldouble.c): Likewise.
78794         (CFLAGS-test-double.c): Likewise.
78795         (CFLAGS-test-float.c): Likewise.
78796         (CFLAGS-test-misc.c): Likewise.
78797         (CFLAGS-test-test-fenv.c): Likewise.
78799 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
78801         [BZ #2550]
78802         [BZ #2570]
78803         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
78804         comparisons to determine direction to adjust input.
78806 2012-05-01  Roland McGrath  <roland@hack.frob.com>
78808         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
78809         output to the target.
78811         * scripts/localplt.awk: New file.
78812         * elf/Makefile ($(objpfx)check-localplt): Target removed.
78813         (check-localplt-CFLAGS): Variable removed.
78814         ($(all-built-dso:=.jmprel)): New static pattern rule.
78815         (generated): Add those targets.
78816         (localplt-built-dso): New variable.
78817         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
78819         * elf/check-localplt.c: File removed.
78821         * scripts/check-execstack.awk: New file.
78822         * elf/Makefile ($(objpfx)check-execstack): Target removed.
78823         (check-execstack-CFLAGS): Variable removed.
78824         ($(objpfx)check-execstack.h): Target removed.
78825         ($(objpfx)execstack-default): New target.
78826         (generated): Add that instead of check-execstack.h.
78827         ($(all-built-dso:=.phdr)): New static pattern rule.
78828         (generated): Add those targets.
78829         * elf/check-execstack.c: File removed.
78831         * scripts/check-textrel.awk: New file.
78832         * elf/Makefile ($(objpfx)check-textrel): Target removed.
78833         (check-textrel-CFLAGS): Variable removed.
78834         (all-built-dso): Use := to define.o
78835         ($(all-built-dso:=.dyn)): New static pattern rule.
78836         (generated): Add those targets.
78837         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
78838         * config.make.in (READELF): New substituted variable.
78839         * elf/check-textrel.c: File removed.
78841 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
78843         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
78844         allow.
78845         * conform/data/ctype.h-data [C99-based standards] (isblank):
78846         Expect function.
78847         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
78848         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
78849         [ISO || ISO99 || ISO11] (*_t): Do not allow.
78850         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
78851         Specify type.  Require positive value.
78852         (EILSEQ): Likewise.
78853         (ERANGE): Likewise.
78854         [ISO || POSIX] (EILSEQ): Do not expect.
78855         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
78856         Specify type.  Require positive value.
78857         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
78858         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
78859         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
78860         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
78861         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
78862         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
78863         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
78864         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
78865         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
78866         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
78867         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
78868         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
78869         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
78870         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
78871         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
78872         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
78873         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
78874         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
78875         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
78876         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
78877         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
78878         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
78879         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
78880         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
78881         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
78882         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
78883         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
78884         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
78885         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
78886         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
78887         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
78888         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
78889         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
78890         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
78891         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
78892         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
78893         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
78894         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
78895         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
78896         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
78897         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
78898         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
78899         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
78900         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
78901         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
78902         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
78903         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
78904         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
78905         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
78906         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
78907         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
78908         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
78909         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
78910         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
78911         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
78912         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
78913         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
78914         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
78915         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
78916         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
78917         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
78918         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
78919         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
78920         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
78921         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
78922         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
78923         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
78924         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
78925         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
78926         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
78927         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
78928         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
78929         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
78930         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
78931         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
78932         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
78933         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
78934         Require >= 2.
78935         (FLT_ROUNDS): Expect as macro, not constant.
78936         (FLT_MANT_DIG): Use macro-int-constant.
78937         (DBL_MANT_DIG): Likewise.
78938         (LDBL_MANT_DIG): Likewise.
78939         (FLT_DIG): Likewise.
78940         (DBL_DIG): Likewise.
78941         (LDBL_DIG): Likewise.
78942         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
78943         (DBL_MIN_EXP): Likewise.
78944         (LDBL_MIN_EXP): Likewise.
78945         (FLT_MAX_EXP): Use macro-int-constant.
78946         (DBL_MAX_EXP): Likewise.
78947         (LDBL_MAX_EXP): Likewise.
78948         (FLT_MAX_10_EXP): Likewise.
78949         (DBL_MAX_10_EXP): Likewise.
78950         (LDBL_MAX_10_EXP): Likewise.
78951         (FLT_MAX): Use macro-constant.
78952         (DBL_MAX): Likewise.
78953         (LDBL_MAX): Likewise.
78954         (FLT_EPSILON): Use macro-constant.  Give upper bound.
78955         (DBL_EPSILON): Likewise.
78956         (LDBL_EPSILON): Likewise.
78957         (FLT_MIN): Likewise.
78958         (DBL_MIN): Likewise.
78959         (LDBL_MIN): Likewise.
78960         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
78961         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
78962         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
78963         [ISO11] (FLT_HAS_SUBNORM): Likewise.
78964         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
78965         [ISO11] (DBL_DECIMAL_DIG): Likewise.
78966         [ISO11] (FLT_DECIMAL_DIG): Likewise.
78967         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
78968         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
78969         [ISO11] (FLT_TRUE_MIN): Likewise.
78970         [ISO11] (LDBL_TRUE_MIN): Likewise.
78971         [ISO || ISO99 || ISO11] (*_t): Do not allow.
78972         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
78973         (SCHAR_MIN): Use macro-int-constant.  Specify type.
78974         (SCHAR_MAX): Likewise.
78975         (UCHAR_MAX): Likewise.
78976         (CHAR_MIN): Likewise.
78977         (CHAR_MAX): Likewise.
78978         (MB_LEN_MAX): Use macro-int-constant.
78979         (SHRT_MIN): Use macro-int-constant.  Specify type.
78980         (SHRT_MAX): Likewise.
78981         (USHRT_MAX): Likewise.
78982         (INT_MAX): Likewise.
78983         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
78984         bound negative.
78985         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
78986         bound with "U".
78987         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
78988         bound with "L".
78989         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
78990         bound negative.  Suffix upper bound with "L".
78991         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
78992         bound with "UL".
78993         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
78994         Specify type.
78995         [C99-based standards] (LLONG_MAX): Likewise.
78996         [C99-based standards] (ULLONG_MAX): Likewise.
78997         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
78998         == 0.
78999         [ISO11] (max_align_t): Require type.
79000         [ISO || ISO99 || ISO11] (*_t): Do not allow.
79002         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
79003         from $CFLAGS, without defining away __attribute__ calls.
79004         (checknamespace): Use $CFLAGS_namespace.
79006         * conform/conformtest.pl (@keywords): Only include C99 keywords
79007         for standards based on C99 or C11.
79009         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
79010         Disable tests.
79011         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
79012         UNIX98]: Likewise.
79014         * conform/conformtest.pl: Handle "macro-int-constant" and test for
79015         usability of symbols in #if.
79017         * conform/conformtest.pl: If macro or constant types start
79018         "promoted:", expect the symbol to be of the following type
79019         promoted by the integer promotions.
79021         * conform/conformtest.pl: Parse all "constant" and "macro" lines
79022         in one place.  Also handle "macro-constant".
79024         * conform/conformtest.pl: Only accept expected macro values with
79025         "==".  Parse all "macro" lines in one place.
79026         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
79028         * conform/conformtest.pl: Handle braced types on "constant" lines
79029         instead of handling "typed-constant".
79030         * conform/data/signal.h-data: Use "constant" instead of
79031         "typed-constant".
79033         * conform/conformtest.pl: Handle "optional-" at start of lines in
79034         one place rather than duplicating several cases.  Handle each
79035         format of "macro" line with initial "optional-".
79037         * conform/conformtest.pl: Only accept expected constant or
79038         optional-constant values with "==".  Parse all "constant" lines in
79039         one place.  Parse all "optional-constant" lines in one place.
79040         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
79041         * conform/data/fmtmsg.h-data: Likewise.
79042         * conform/data/netinet/in.h-data: Likewise.
79043         * conform/data/tar.h-data: Likewise.
79044         * conform/data/limits.h-data: Use "==" form on "constant" and
79045         "optional-constant" lines.
79047         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
79048         Use -std=c99 for XOPEN2K.
79049         (@knownproblems): Remove.
79050         (newtoken): Don't check %isknown.
79052         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
79053         Do not expect macro.
79054         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
79055         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
79056         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
79057         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
79058         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
79059         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
79060         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
79061         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
79062         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
79063         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
79064         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
79065         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
79066         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
79067         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
79068         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
79069         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
79070         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
79071         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
79072         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
79073         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
79074         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
79075         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
79076         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
79077         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
79078         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
79079         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
79080         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
79081         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
79082         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
79083         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
79084         [XPG3] (acosh): Likewise.
79085         [XPG3] (asinh): Likewise.
79086         [XPG3] (atanh): Likewise.
79087         [XPG3] (cbrt): Likewise.
79088         [XPG3] (expm1): Likewise.
79089         [XPG3] (ilogb): Likewise.
79090         [XPG3] (log1p): Likewise.
79091         [XPG3] (logb): Likewise.
79092         [XPG3] (nextafter): Likewise.
79093         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
79094         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
79095         [XPG3] (remainder): Likewise.
79096         [XPG3] (rint): Likewise.
79097         [XPG3 || XPG4 || UNIX98] (round): Likewise.
79098         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
79099         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
79100         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
79101         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
79102         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
79103         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
79104         [UNIX98 || XOPEN2K] (scalb): Expect.
79105         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
79106         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
79107         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
79108         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
79109         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
79110         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
79111         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
79112         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
79113         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
79114         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
79115         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
79116         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
79117         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
79118         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
79119         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
79120         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
79121         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
79122         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
79123         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
79124         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
79125         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
79126         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
79127         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
79128         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
79129         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
79130         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
79131         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
79132         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
79133         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
79134         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
79135         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
79136         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
79137         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
79138         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
79139         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
79140         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
79141         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
79142         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
79143         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
79144         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
79145         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
79146         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
79147         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
79148         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
79149         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
79150         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
79151         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
79152         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
79153         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
79154         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
79155         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
79156         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
79157         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
79158         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
79159         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
79160         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
79161         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
79162         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
79163         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
79164         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
79165         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
79166         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
79167         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
79168         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
79169         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
79170         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
79171         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
79172         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
79173         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
79174         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
79175         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
79176         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
79177         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
79178         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
79179         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
79180         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
79181         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
79182         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
79183         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
79184         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
79185         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
79186         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
79187         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
79188         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
79189         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
79190         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
79191         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
79192         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
79193         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
79194         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
79195         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
79196         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
79197         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
79198         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
79199         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
79200         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
79201         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
79202         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
79203         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
79204         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
79205         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
79206         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
79207         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
79208         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
79209         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
79210         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
79211         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
79212         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
79213         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
79214         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
79215         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
79216         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
79217         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
79218         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
79219         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
79220         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
79221         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
79222         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
79223         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
79224         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
79225         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
79226         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
79227         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
79228         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
79229         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
79230         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
79231         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
79232         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
79233         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
79234         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
79235         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
79236         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
79237         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
79238         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
79239         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
79240         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
79241         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
79243         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
79244         _XOPEN_SOURCE_EXTENDED for XPG4.
79246         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
79248         * Makeconfig (localtime): Remove variable.
79249         (inst_localtime-file): Likewise.
79251 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
79253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
79254         Update.
79255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
79256         Update.
79257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
79258         Update.
79259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
79260         Update.
79261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
79262         Update.
79263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
79264         Update.
79265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
79266         Update.
79267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
79268         Update.
79269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
79270         Update.
79272 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
79274         [BZ #2550]
79275         [BZ #2570]
79276         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
79277         comparisons to determine direction to adjust input.
79278         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
79279         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
79280         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
79281         Likewise.
79282         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
79283         Likewise.
79284         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
79285         Likewise.
79286         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
79287         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
79288         Likewise.
79289         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
79290         Likewise.
79291         * math/libm-test.inc (nexttoward_test): Add more tests.
79293 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
79295         [BZ #14040]
79296         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
79297         in version GLIBC_2.1, not GLIBC_2.0.
79298         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
79299         Likewise.
79301 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
79303         [BZ #13942]
79304         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
79305         (1 - x) * (1 + x).
79306         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
79307         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
79308         * math/libm-test.inc (acos_test): Add more tests.
79309         (asin_test): Likewise.
79310         * sysdeps/i386/fpu/libm-test-ulps: Update.
79311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79313         [BZ #14034]
79314         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
79315         of square root.
79316         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
79317         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
79318         * math/libm-test.inc (acos_test_tonearest): New function.
79319         (acos_test_towardzero): Likewise.
79320         (acos_test_downward): Likewise.
79321         (acos_test_upward): Likewise.
79322         (asin_test_tonearest): Likewise.
79323         (asin_test_towardzero): Likewise.
79324         (asin_test_downward): Likewise.
79325         (asin_test_upward): Likewise.
79326         (main): Call the new functions.
79327         * sysdeps/i386/fpu/libm-test-ulps: Update.
79328         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
79330         [BZ #13884]
79331         [BZ #13924]
79332         * math/e_exp10.c: Include <float.h>.
79333         (__ieee754_exp10): Handle underflow here rather than multiplying
79334         large negative argument by M_LN10.
79335         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
79336         of __ieee754_expf.
79337         * math/e_exp10l.c: Include <float.h>.
79338         (__ieee754_exp10l): Handle underflow here rather than multiplying
79339         large negative argument by M_LN10l.
79340         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
79341         spurious overflow exception on underflow.
79343 2012-04-29  Marek Polacek  <polacek@redhat.com>
79345         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
79346         (__fortify_function): New macro.
79347         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
79348         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
79349         __extern_always_inline.
79350         * libio/bits/stdio2.h: Likewise.
79351         * libio/bits/stdio.h: Likewise.
79352         * string/string.h: Likewise.
79353         * string/bits/string3.h: Likewise.
79354         * include/stdio.h: Likewise.
79355         * stdlib/bits/stdlib.h: Likewise.
79356         * stdlib/stdlib.h: Likewise.
79357         * rt/bits/mqueue2.h: Likewise.
79358         * rt/mqueue.h: Likewise.
79359         * posix/bits/unistd.h: Likewise.
79360         * posix/unistd.h: Likewise.
79361         * io/bits/poll2.h: Likewise.
79362         * io/bits/fcntl2.h: Likewise.
79363         * io/fcntl.h: Likewise.
79364         * io/sys/poll.h: Likewise.
79365         * misc/bits/syslog.h: Likewise.
79366         * misc/bits/syslog-ldbl.h: Likewise.
79367         * misc/sys/syslog.h: Likewise.
79368         * socket/bits/socket2.h: Likewise.
79369         * socket/sys/socket.h: Likewise.
79370         * debug/tst-chk1.c: Likewise.
79371         * wcsmbs/bits/wchar2.h: Likewise.
79372         * wcsmbs/bits/wchar-ldbl.h: Likewise.
79373         * wcsmbs/wchar.h: Likewise.
79375 2012-04-29  Andreas Jaeger  <aj@suse.de>
79377         * Makerules (tests): Remove enable-check-abi protection.
79378         (check-abi-warn): Remove.
79379         (check-abi-%): Remove check-abi-warn usage.
79381         * configure.in: Remove check-abi configure option.
79382         * configure: Regenerated.
79383         * config.make.in (enable-check-abi): Remove.
79385 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
79387         [BZ #14033]
79388         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
79389         double functions to double *_finite functions.
79391         [BZ #13941]
79392         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
79393         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
79394         LDBL_MIN_EXP.
79395         * stdio-common/Makefile (tests): Add tst-sprintf3.
79396         * stdio-common/tst-sprintf3.c: New file.
79398         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
79399         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
79401 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
79403         * conform/conformtest.pl: Remove duplicate typed-constant
79404         handling.
79406 2012-04-28  David S. Miller  <davem@davemloft.net>
79408         * Makerules (%.abilist): Add vpath on sysdep_dirs.
79409         (check-abi-%): Remove AWK script prerequisite and explicit
79410         abilist directory.
79411         (check-abi): Rewrite to just diff the symlist with the abilist.
79412         (config-tls, config-abi-config): Delete, no longer used.
79413         (update-abi-%): Remove AWK script and explicit abilist directory.
79414         (update-abi): Rewrite to simply compare and conditionally copy the
79415         symlist and the sysdep abilist file.  Remove update-abi-config
79416         checks.
79417         * abilist/ld.abilist: Remove.
79418         * abilist/libBrokenLocale.abilist: Remove.
79419         * abilist/libanl.abilist: Remove.
79420         * abilist/libcrypt.abilist: Remove.
79421         * abilist/libdl.abilist: Remove.
79422         * abilist/librt.abilist: Remove.
79423         * abilist/libthread_db.abilist: Remove.
79424         * abilist/libutil.abilist: Remove.
79425         * scripts/extract-abilist.awk: Remove.
79426         * scripts/merge-abilist.awk: Remove.
79427         * sysdeps/generic/libcidn.abilist: New file.
79428         * sysdeps/generic/libnss_compat.abilist: New file.
79429         * sysdeps/generic/libnss_db.abilist: New file.
79430         * sysdeps/generic/libnss_dns.abilist: New file.
79431         * sysdeps/generic/libnss_files.abilist: New file.
79432         * sysdeps/generic/libnss_hesiod.abilist: New file.
79433         * sysdeps/generic/libnss_nis.abilist: New file.
79434         * sysdeps/generic/libnss_nisplus.abilist: New file.
79435         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
79436         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
79437         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
79438         file.
79439         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
79440         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
79441         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
79442         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
79443         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
79444         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
79445         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
79446         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
79447         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
79448         file.
79449         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
79450         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
79451         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
79452         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
79453         file.
79454         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
79455         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
79456         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
79457         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
79458         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
79459         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
79460         file.
79461         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
79462         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
79463         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
79464         file.
79465         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
79466         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
79467         New file.
79468         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
79469         New file.
79470         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
79471         New file.
79472         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
79473         New file.
79474         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
79475         New file.
79476         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
79477         New file.
79478         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
79479         New file.
79480         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
79481         New file.
79482         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
79483         New file.
79484         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
79485         New file.
79486         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
79487         New file.
79488         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
79489         New file.
79490         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
79491         New file.
79492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
79493         file.
79494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
79495         New file.
79496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
79497         New file.
79498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
79499         file.
79500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
79501         New file.
79502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
79503         New file.
79504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
79505         file.
79506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
79507         New file.
79508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
79509         New file.
79510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
79511         New file.
79512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
79513         New file.
79514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
79515         New file.
79516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
79517         New file.
79518         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
79519         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
79520         file.
79521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
79522         New file.
79523         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
79524         file.
79525         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
79526         file.
79527         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
79528         file.
79529         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
79530         file.
79531         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
79532         file.
79533         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
79534         New file.
79535         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
79536         file.
79537         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
79538         file.
79539         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
79540         New file.
79541         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
79542         file.
79543         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
79544         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
79545         file.
79546         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
79547         New file.
79548         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
79549         file.
79550         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
79551         file.
79552         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
79553         file.
79554         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
79555         file.
79556         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
79557         file.
79558         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
79559         New file.
79560         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
79561         file.
79562         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
79563         file.
79564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
79565         New file.
79566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
79567         file.
79568         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
79569         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
79570         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
79571         file.
79572         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
79573         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
79574         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
79575         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
79576         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
79577         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
79578         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
79579         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
79580         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
79581         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
79582         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
79583         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
79584         file.
79585         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
79586         New file.
79587         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
79588         file.
79589         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
79590         file.
79591         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
79592         file.
79593         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
79594         file.
79595         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
79596         file.
79597         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
79598         New file.
79599         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
79600         New file.
79601         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
79602         file.
79603         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
79604         New file.
79605         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
79606         file.
79607         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
79608         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
79609         file.
79610         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
79611         New file.
79612         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
79613         file.
79614         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
79615         file.
79616         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
79617         file.
79618         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
79619         file.
79620         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
79621         file.
79622         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
79623         New file.
79624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
79625         New file.
79626         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
79627         file.
79628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
79629         New file.
79630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
79631         file.
79633 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
79635         * conform/conformtest.pl: Fix typo in handling typed-constant from
79636         allow-header.
79638 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
79640         * README: Cut down references to pre-2.6 Linux kernels and
79641         Linuxthreads.  Update lists of configurations in libc and ports
79642         and sort alphabetically.  Say "or newer" with Linux kernel version
79643         requirements.
79645         * config.h.in [IS_IN_build]: Allow compiling without optimization.
79647 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
79649         [BZ #887]
79650         * math/libm-test.inc (logb_test_downward): New test to expose
79651         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
79652         rounding mode.
79654 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
79656         [BZ #14027]
79657         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
79658         to be done.
79659         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
79660         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
79662 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
79664         * sysdeps/unix/i386/brk.S: Remove file.
79665         * sysdeps/unix/i386/dl-brk.S: Likewise.
79666         * sysdeps/unix/i386/pipe.S: Likewise.
79667         * sysdeps/unix/i386/sigreturn.S: Likewise.
79668         * sysdeps/unix/i386/syscall.S: Likewise.
79669         * sysdeps/unix/i386/vfork.S: Likewise.
79670         * sysdeps/unix/i386/wait.S: Likewise.
79672         * sysdeps/unix/common/tcsendbrk.c: Move to ...
79673         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
79675         * configure.in (arm*-none*): Do not allow without
79676         --enable-hacker-mode.
79677         (netbsd*): Remove case setting base_os.
79678         (386bsd*): Likewise.
79679         (freebsd*): Likewise.
79680         (bsdi*): Likewise.
79681         (osf*): Likewise.
79682         (sunos*): Likewise.
79683         (ultrix*): Likewise.
79684         (newsos*): Likewise.
79685         (dynix*): Likewise.
79686         (*bsd*): Likewise.
79687         (sysv*): Likewise.
79688         (isc*): Likewise.
79689         (esix*): Likewise.
79690         (sco*): Likewise.
79691         (minix*): Likewise.
79692         (irix4*): Likewise.
79693         (irix6*): Likewise.
79694         (solaris[2-9]*): Likewise.
79695         (none): Likewise.
79696         * configure: Regenerated.
79698 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
79700         [BZ #11521]
79701         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
79702         overflow or cancellation in calculating denominator.
79703         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
79704         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
79705         down expression to avoid unexpected rounding in newer GCCs.
79706         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
79708 2012-04-26  David S. Miller  <davem@davemloft.net>
79710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
79711         long-double compat symbols.
79712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
79713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
79714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
79715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
79716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
79717         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
79718         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
79719         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
79720         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
79721         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
79722         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
79723         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
79724         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
79726 2012-04-25  David S. Miller  <davem@davemloft.net>
79728         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
79729         HWCAP_* values only after the memory barriers have been defined.
79730         (atomic_full_barrier): Define.
79731         (atomic_read_barrier): Define.
79732         (atomic_write_barrier): Define.
79734 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
79736         * shlib-versions: Add libgcc_s version information.
79737         * sysdeps/generic/libgcc_s.h: Remove.
79738         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
79739         libgcc_s.h.
79740         * sysdeps/gnu/unwind-resume.c: Likewise.
79741         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
79743 2012-04-25  David S. Miller  <davem@davemloft.net>
79745         * sysdeps/unix/sparc/brk.S: Delete.
79746         * sysdeps/unix/sparc/dl-brk.S: Delete.
79747         * sysdeps/unix/sparc/pipe.S: Delete.
79748         * sysdeps/unix/sparc/sysdep.S: Delete.
79749         * sysdeps/unix/sparc/sysdep.h: Delete.
79750         * sysdeps/unix/sparc/vfork.S: Delete.
79751         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
79752         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
79753         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
79754         (ret_ERRVAL, r0, r1, MOVE): Define.
79755         (JUMPTARGET): Remove.
79756         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
79757         sysdeps/unix/sparc/sysdep.h
79758         (ENTRY, END): Remove.
79759         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
79761 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
79763         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
79764         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
79765         -DIS_IN_build.
79767         * timezone/README: Update upstream location and email address for
79768         tzcode and tzdata.
79769         * timezone/zdump.c: Update from tzcode 2012b.
79770         * timezone/zic.c: Likewise.
79772         * configure.in (libc_cv_as_needed): Remove test.
79773         * configure: Regenerated.
79774         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
79775         conditional definition.
79776         [$(have-as-needed) != yes] (no-as-needed): Likewise.
79777         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
79778         * config.make.in (have-as-needed): Remove variable.
79780 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
79781             Paul Pluzhnikov  <ppluzhnikov@google.com>
79783         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
79784         strings correctly.
79786 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
79788         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
79789         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
79790         * sysdeps/sh/strlen.S: Likewise.
79792 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
79794         * sysdeps/unix/fork.S: Remove file.
79795         * sysdeps/unix/i386/fork.S: Likewise.
79796         * sysdeps/unix/sparc/fork.S: Likewise.
79798         * sysdeps/unix/system.c: Remove file.
79799         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
79801         * sysdeps/unix/getegid.S: Remove file.
79802         * sysdeps/unix/geteuid.S: Likewise.
79804 2012-04-24  Roland McGrath  <roland@hack.frob.com>
79806         * scripts/check-localplt.awk: New file.
79807         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
79808         of diff.
79809         * scripts/data/localplt-generic.data: Add a comment.
79811         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
79812         NODE when __dir_mkfile failed.
79813         * sysdeps/mach/hurd/symlinkat.c: Likewise.
79814         Reported by Ludovic Courtès <ludo@gnu.org>.
79816 2012-04-24  Andreas Jaeger  <aj@suse.de>
79818         * Makerules (common-clean): Also remove gen-as-const-headers
79819         files.
79821 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
79823         * Makerules (native-compile): Do not change working directory for
79824         build.  Use $(OUTPUT_OPTION) in command.
79825         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
79827 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
79829         [BZ #13886]
79830         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
79831         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
79832         * math/libm-test.inc (floor_test): Add more tests.
79833         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
79835 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
79837         * sysdeps/unix/getdents.c: Remove file.
79838         * sysdeps/unix/sysv/getdents.c: Likewise.
79839         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
79841         * sysdeps/unix/syscalls.list (madvise): Add syscall from
79842         sysdeps/unix/mman/syscalls.list.
79843         (mmap): Likewise.
79844         (mprotect): Likewise.
79845         (msync): Likewise.
79846         (munmap): Likewise.
79847         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
79848         * sysdeps/unix/mman/syscalls.list: Remove.
79849         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
79851         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
79852         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
79853         * configure: Regenerated.
79854         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
79855         $(libgcc_s_suffix).
79856         * config.make.in (libgcc_s_suffix): Remove variable.
79858 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
79860         * sysdeps/unix/sysv/gethostname.c: Move to ...
79861         * sysdeps/posix/gethostname.c: ... here.
79863         * sysdeps/unix/execve.S: Remove file.
79865         * sysdeps/unix/_exit.S: Remove file.
79867 2012-04-23  Andreas Jaeger  <aj@suse.de>
79869         [BZ #13739]
79870         * manual/Makefile: Remove make dist support, there's no
79871         need for a stand-alone documentation tar ball.
79872         (TEXI2DVI): Define always, it's not in Makeconfig.
79873         (dist): Removed.
79874         (tar-it): Removed.
79875         (edition): Removed.
79876         (glibc-doc-$(edition).tar): Removed
79877         (%.Z): Removed.
79878         (%.gz): Removed.
79879         (%.uu): Removed.
79880         (ETAGS): Remove, it's in Makeconfig.
79881         (move-if-change): Remove, it's in Makeconfig.
79883 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
79885         [BZ #13970]
79886         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
79887         (strtod, strtof, strtold, strtol, strtoul, strtoq)
79888         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
79889         (strtod_l, strtof_l, strtold_l): Remove __wur.
79890         It is not necessarily an error to ignore strtol's return value.
79891         One can reliably look at the stored endptr to decide whether
79892         the number had valid syntax.
79894 2012-04-21  Andreas Jaeger  <aj@suse.de>
79896         [BZ #13739]
79897         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
79899 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
79901         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
79902         * sysdeps/unix/sysv/Versions: Remove file.
79904 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
79906         [BZ #13927]
79907         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
79909 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
79911         [BZ #7064]
79912         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
79913         version from __vm86.
79915 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
79917         * sysdeps/unix/common/lxstat.c: Remove file.
79918         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
79920         * sysdeps/unix/sysv/Makefile: Remove file.
79922         * sysdeps/unix/sysv/direct.h: Remove file.
79924         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
79925         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
79926         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
79927         * sysdeps/unix/sysv/bits/signum.h: Likewise.
79928         * sysdeps/unix/sysv/bits/stat.h: Likewise.
79929         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
79930         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
79932         * sysdeps/unix/sysv/setrlimit.c: Remove file.
79934         * sysdeps/unix/xmknod.c: Remove file.
79935         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
79937         * sysdeps/unix/sysv/settimeofday.c: Remove file.
79939         * sysdeps/unix/sysv/i386/time.S: Remove file.
79941         * sysdeps/unix/fxstat.c: Remove file.
79942         * sysdeps/unix/xstat.c: Likewise.
79943         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
79945         * sysdeps/unix/sysv/sigaction.c: Remove file.
79947         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
79948         (sysdep_headers): Remove variable.
79949         [termio.h not in sysdep_headers] (generated): Likewise.
79950         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
79951         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
79952         * sysdeps/unix/sysv/tcdrain.c: Likewise.
79953         * sysdeps/unix/sysv/tcflow.c: Likewise.
79954         * sysdeps/unix/sysv/tcflush.c: Likewise.
79955         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
79956         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
79957         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
79958         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
79959         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
79961         * sysdeps/unix/siglist.c: Remove file.
79963         * sysdeps/unix/getppid.S: Remove file.
79965         * sysdeps/unix/mkdir.c: Remove file.
79966         * sysdeps/unix/rmdir.c: Likewise.
79968 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
79970         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
79971         ERR_MAX value.
79972         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
79973         errlist-compat value.
79975 2012-04-18  David S. Miller  <davem@davemloft.net>
79977         * sysdeps/generic/memcopy.h (reg_char): Delete.
79978         * debug/strcat_chk.c: Use char, not reg_char.
79979         * debug/strcpy_chk.c: Likewise.
79980         * debug/strncat_chk.c: Likewise.
79981         * debug/strncpy_chk.c: Likewise.
79982         * string/memchr.c: Likewise.
79983         * string/memrchr.c: Likewise.
79984         * string/rawmemchr.c: Likewise.
79985         * string/strcat.c: Likewise.
79986         * string/strchr.c: Likewise.
79987         * string/strchrnul.c: Likewise.
79988         * string/strcmp.c: Likewise.
79989         * string/strcpy.c: Likewise.
79990         * string/strncat.c: Likewise.
79991         * string/strncmp.c: Likewise.
79992         * string/strncpy.c: Likewise.
79994 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
79996         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
79997         __builtin_memcopy is called when src and dest ranges are known to not
79998         overlap.
80000 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
80002         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
80003         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
80004         fwd_align_merge macro call.
80005         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
80006         bwd_align_merge macro call.
80007         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
80009 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
80011         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
80012         bwd_align_merge macros.
80013         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
80014         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
80015         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
80017 2012-04-18  David S. Miller  <davem@davemloft.net>
80019         * sysdeps/sparc/sparc64/memcopy.h: Delete.
80021 2012-04-18  Andreas Jaeger  <aj@suse.de>
80023         [BZ #6794]
80024         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
80025         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
80026         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
80028         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
80029         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
80030         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
80032         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
80033         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
80034         Adjust for changed ldbl-128 files.
80036         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
80037         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
80038         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
80040 2012-04-17  David S. Miller  <davem@davemloft.net>
80042         * sysdeps/sparc/sparc32/memcopy.h: Delete.
80044 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
80046         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
80047         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
80048         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
80049         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
80050         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
80051         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
80053 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
80055         [BZ #6794]
80056         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
80057         * math/libm-test.inc: Add ilogb errno and exception tests.
80058         * math/w_ilogb.c: New file: ilogb wrapper.
80059         * math/w_ilogbf.c: New file: ilogbf wrapper.
80060         * math/w_ilogbl.c: New file: ilogbl wrapper.
80061         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
80062         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
80063         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
80064         exception being thrown with 0.0 as argument.
80065         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
80066         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
80067         exception being thrown with 0.0 as argument.
80068         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
80069         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
80070         exception being thrown with 0.0 as argument.
80071         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
80072         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
80073         exception being thrown with 0.0 as argument.
80074         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
80075         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
80076         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
80077         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
80078         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
80079         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
80080         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
80081         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
80082         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
80084 2012-04-17  Petr Baudis  <pasky@ucw.cz>
80086         * include/sys/uio.h: Change __vector to __iovec to avoid clash
80087         with altivec.
80089 2012-04-16  Marek Polacek  <polacek@redhat.com>
80091         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
80093 2012-04-16  Marek Polacek  <polacek@redhat.com>
80095         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
80096         operands of fdivp instruction.
80098 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
80100         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
80101         * elf/tst-auditmod3b.c: Likewise.
80102         * elf/tst-auditmod4b.c: Likewise.
80103         * elf/tst-auditmod5b.c: Likewise.
80104         * elf/tst-auditmod6b.c: Likewise.
80105         * elf/tst-auditmod6c.c: Likewise.
80106         * elf/tst-auditmod7b.c: Likewise.
80107         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
80108         * sysdeps/x86_64/preconfigure.in: Likewise.
80109         * sysdeps/x86_64/preconfigure: Regenerated.
80111 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
80113         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
80114         __ILP32__.
80116 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
80118         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
80119         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
80121 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
80123         [BZ #13973]
80124         * locale/iso-639.def: Fix gl language name. Spotted by
80125         Yaron Shahrabani.
80127 2012-04-12  Roland McGrath  <roland@hack.frob.com>
80129         [BZ #2074]
80130         * libio/libio.h (__io_write_fn): Update comment.
80132 2012-04-12  Petr Baudis  <pasky@ucw.cz>
80134         [BZ #2074]
80135         * stdio.texi (Hook Functions): The user provided writer function
80136         is not allowed to return -1.
80138 2012-04-11  David S. Miller  <davem@davemloft.net>
80140         * sysdeps/sparc/fpu/libm-test-ulps: Update.
80142 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
80144         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
80145         Add a leading slash to rtkaio.
80147 2012-04-11  Jim Meyering  <meyering@redhat.com>
80149         [BZ #11959]
80150         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
80151         It is not necessarily an error to ignore fwrite's return
80152         value.  One can reliably use ferror to test for errors after
80153         the fact.
80155 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
80157         * bits/types.h (__snseconds_t): New type.
80158         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
80160         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
80161         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
80162         (__SNSECONDS_T_TYPE): Likewise.
80163         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
80164         (__SNSECONDS_T_TYPE): Likewise.
80165         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
80166         (__SNSECONDS_T_TYPE): Likewise.
80168 2012-04-10  Andreas Jaeger  <aj@suse.de>
80170         [BZ #2636]
80171         * manual/time.texi (Processor Time): Return type of times is
80172         elapsed real time since an arbitrary point in the past.
80173         (CPU Time): Move CLK_TCK from here...
80174         (Processor Time): ...to here.  Correct description.
80175         * manual/conf.texi (Constants for Sysconf): Correct description of
80176         _SC_CLK_TCK.
80178 2012-04-10  David S. Miller  <davem@davemloft.net>
80180         [BZ #13967]
80181         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
80182         where the is a gap between DT_REL(A) and DT_JMPREL.
80184 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
80186         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
80187         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
80188         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
80190 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
80192         * elf/dl-support.c (_dl_inhibit_cache): New variable.
80193         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
80194         (dl_main): Handle --inhibit-cache.
80195         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
80196         _dl_inhibit_cache.
80197         * elf/dl-load.c (_dl_map_object): Use it.
80198         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
80200 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
80202         [BZ #13872]
80203         * sysdeps/i386/fpu/e_powl.S (p78): New object.
80204         (__ieee754_powl): Saturate large exponents rather than testing for
80205         overflow of y*log2(x).
80206         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
80207         * math/libm-test.inc (pow_test): Do not permit spurious overflow
80208         exceptions.
80210         [BZ #11521]
80211         * math/s_ctan.c: Include <float.h>.
80212         (__ctan): Avoid internal overflow or cancellation in calculating
80213         denominator.
80214         * math/s_ctanf.c: Likewise.
80215         * math/s_ctanl.c: Likewise.
80216         * math/s_ctanh.c: Likewise.
80217         * math/s_ctanhf.c: Likewise.
80218         * math/s_ctanhl.c: Likewise.
80219         * math/libm-test.inc (ctan_test): Add more tests.
80220         (ctanh_test): Likewise.
80221         * sysdeps/i386/fpu/libm-test-ulps: Update.
80222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
80224 2012-04-09  Andreas Jaeger  <aj@suse.de>
80226         [BZ #6894]
80227         * manual/filesys.texi (Directory Entries): Mention that d_namlen
80228         is an optional BSD extension.
80230         [BZ #10254]
80231         * manual/stdio.texi (Opening Streams): Document additional fopen
80232         parameters.
80234 2012-04-09  Roland McGrath  <roland@hack.frob.com>
80236         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
80237         %eax without telling the compiler.
80239 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
80241         [BZ # 13963]
80242         * manual/install.texi: Use sourceware.org.
80244 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
80246         [BZ #13873]
80247         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
80248         (__ieee754_pow): Generate overflow and underflow using huge*huge
80249         and tiny*tiny rather than just returning constant infinity or zero
80250         for large exponents.
80251         * math/libm-test.inc (pow_test): Require overflow exceptions for
80252         applicable cases of large exponents.
80254         [BZ #706]
80255         * sysdeps/i386/fpu/e_pow.S (p10): New object.
80256         (__ieee754_pow): Use iterative multiplication algorithm only for
80257         integer exponents with absolute value below 1024.  Check for odd
80258         integer exponents when using algorithm for real exponents.
80259         * math/libm-test.inc (pow_test): Add more tests.
80260         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
80262 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
80264         [BZ #13705]
80265         * math/libm-test.inc (exp_test): Do not allow overflow exception
80266         on underflow test.
80268 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
80270         [BZ #13705]
80271         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
80272         instead of __kernel_standard_f.
80274 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
80276         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
80277         * sysdeps/x86_64/memset_chk.S: Likewise.
80279 2012-04-08  Andreas Jaeger  <aj@suse.de>
80281         [BZ #10153]
80282         * manual/startup.texi (Environment Access): Describe return value
80283         for putenv and setenv.
80285         [BZ #6895]
80286         * manual/filesys.texi (Directory Entries): Add description for
80287         DT_LNK.
80289         [BZ #6890]
80290         * manual/filesys.texi (Directory Entries): Clarify that it's file
80291         system not operating system in the description of DT_UNKNOWN.
80293         [BZ #6578]
80294         * manual/syslog.texi (closelog): Fix reference, it's openlog.
80296 2012-04-08  Stephen Compall  <s11@member.fsf.org>
80298         [BZ #6649]
80299         * manual/llio.texi (Opening and Closing Files): Add cross
80300         reference to explain mode argument.
80302 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
80304         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
80305         * sysdeps/x86_64/memset_chk.S: Likewise.
80307 2012-04-07  David S. Miller  <davem@davemloft.net>
80309         * elf/elf.h (R_SPARC_WDISP10): Define.
80310         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
80311         R_SPARC_SIZE32.
80312         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
80313         R_SPARC_SIZE64 and R_SPARC_H34.
80315 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
80317         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
80318         conditions and remove no longer applicable assertion.
80320 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
80322         * bits/byteswap.h: Include <features.h>.
80323         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
80324         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
80326 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
80328         * bits/byteswap.h (__bswap_16): Removed.
80329         Include <bits/byteswap-16.h> to get __bswap_16.
80330         * sysdeps/i386/bits/byteswap.h: Likewise.
80331         * sysdeps/s390/bits/byteswap.h: Likewise.
80332         * sysdeps/x86_64/bits/byteswap.h: Likewise.
80333         * bits/byteswap-16.h: New file.
80334         * sysdeps/i386/bits/byteswap-16.h: Likewise.
80335         * sysdeps/s390/bits/byteswap-16.h: Likewise.
80336         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
80337         * string/Makefile (headers): Add bits/byteswap-16.h.
80339 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
80341         [BZ #13895]
80342         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
80343         extra indirection.
80344         * nss/Makefile (tests-static, tests): Add tst-nss-static.
80345         * nss/tst-nss-static.c: New.
80347 2012-04-06  Robert Millan  <rmh@gnu.org>
80349         [BZ #6486]
80350         * manual/llio.texi (File Position Primitive): lseek
80351         refers to WHENCE when it really means OFFSET.
80353 2012-04-06  Andreas Jaeger  <aj@suse.de>
80355         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
80356         strncmp declarations.
80358         * abilist/libc.abilist: Add __poll and __ppoll.
80360 2012-04-05  David S. Miller  <davem@davemloft.net>
80362         * scripts/check-local-headers.sh: Accept a host triplet in the
80363         path matched by the exclude regexp.
80365         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
80366         definition.
80367         * sysdeps/powerpc/powerpc32/dl-machine.h
80368         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
80369         * sysdeps/s390/s390-32/dl-machine.h
80370         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
80371         * sysdeps/sparc/sparc32/dl-machine.h
80372         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
80373         * sysdeps/sparc/sparc64/dl-machine.h
80374         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
80376         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
80377         lazy binding.
80378         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
80379         undefined symbol errors.
80381         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
80382         DT_NEEDED entries.
80384 2012-04-05  Michael Matz  <matz@suse.de>
80386         [BZ #13592]
80387         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
80389 2012-04-05  Andreas Jaeger  <aj@suse.de>
80391         [BZ #13908]
80392         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
80393         comment.
80395 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
80397         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
80398         which ROUND is no valid rounding mode.
80400 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
80402         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
80403         read again.
80404         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
80406 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
80408         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
80409         an exception using FPU order intentionally.
80411 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
80413         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
80414         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
80415         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
80416         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
80418 2012-04-05  Simon Josefsson  <simon@josefsson.org>
80420         [BZ #12340]
80421         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
80422         EINVAL when BUFLEN is too smal.
80424 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
80426         [BZ #13553]
80427         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
80428         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
80430 2012-04-03  Andreas Jaeger  <aj@suse.de>
80432         [BZ #13938]
80433         * manual/setjmp.texi (System V contexts): Fix sentence.
80435         [BZ #13926]
80436         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
80437         New macro for this case.
80438         [!__GNUC__] (__bswap_64): New inline function for this case.
80439         * sysdeps/x86_64/bits/byteswap.h: Likewise.
80440         * bits/byteswap.h: Likewise.
80441         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
80442         ull, guard with __GLIBC_HAVE_LONG_LONG.
80444         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
80445         __GLIBC_HAVE_LONG_LONG.
80447         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
80448         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
80450 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
80452         [BZ #13691]
80453         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
80454         inptr and inend, rather than using last_ch.
80456 2012-04-02  David S. Miller  <davem@davemloft.net>
80458         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
80459         * stdio-common/printf-parse.h (read_int): Change return type to
80460         'int', return -1 on INT_MAX overflow.
80461         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
80462         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
80463         overflows INT_MAX.  Check for overflow of in-format-string precision
80464         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
80465         SIZE_MAX not INT_MAX for integer overflow test.
80466         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
80467         skip the construct in the format string but do not record anything.
80468         * stdio-common/bug22.c: Adjust to test both width/prevision
80469         INT_MAX overflow as well as total length INT_MAX overflow.  Check
80470         explicitly for proper errno values.
80472 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
80474         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
80475         CHAR_MAX.
80476         * string/test-strcmp.c [! WIDE]: Likewise.
80477         * time/tst-mktime2.c: Likewise for INT_MAX.
80478         * string/test-string.h: #include <sys/param.h> for MIN.
80480         * csu/init-first.c (__libc_init_first): Call __ctype_init.
80481         * sysdeps/i386/init-first.c (init): Likewise.
80482         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
80483         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
80484         * sysdeps/sh/init-first.c (init): Likewise.
80486 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
80488         * po/ru.po: Update from translation team.
80489         * po/vi.po: Likewise.
80491 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
80493         * resolv/nss_dns/dns-host.c: Merge copyright years.
80495 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
80497         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
80498         Optimize memcpy with prefetch if
80499         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
80500         src, dst pointers have unequal 16 byte alignments.
80502 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
80504         [BZ #13928]
80505         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
80506         from a CNAME entry and return the minimum ttl for the query.
80507         (gaih_getanswer_slice): Likewise.
80509 2012-03-30  Jeff Law  <law@redhat.com>
80511         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
80512         due to long keys.
80513         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
80514         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
80516         * resolv/nss_dns/dns-host.c: Update copyright year.
80518 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
80520         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
80521         requests to save a system call.  Fix check that all bytes are sent.
80523         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
80524         comments for sendmmsg.
80526 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
80528         [BZ #13691]
80529         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
80530         with only 1 character between 0x0041 and 0x01b0.
80531         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
80532         * wcsmbs/tst-mbsnrtowcs.c: New file.
80534 2012-03-29  David S. Miller  <davem@davemloft.net>
80536         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
80537         small copies by hand.
80539 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
80541         [BZ #13761]
80542         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
80543         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
80544         group memberships.
80546 2012-03-28  David S. Miller  <davem@davemloft.net>
80548         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
80549         that branches into memcpy.
80550         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
80551         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
80552         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
80553         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
80554         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
80555         bits.
80556         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
80557         implementation too.
80558         * sysdeps/sparc/mempcpy.S: New file.
80560         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
80561         the IFUNC routine in the libc case.
80562         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
80564         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
80565         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
80566         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
80567         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
80568         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
80569         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
80570         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
80571         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
80573         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
80574         loop to 256 bytes instead of 64 bytes and fix test signedness.
80576         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
80577         * sysdeps/sparc/sparc32/Makefile: rather than here...
80578         * sysdeps/sparc/sparc64/Makefile: and here.
80580 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
80582         * malloc/mallocbug.c: Avoid warnings about unused variables.
80584 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
80586         [BZ #13760]
80587         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
80588         in the right place. Discard and retry query if response is
80589         larger than input buffer size.
80591 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
80593         [BZ #369]
80594         [BZ #2678]
80595         [BZ #3866]
80596         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
80597         x for large integer exponent.
80598         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
80599         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
80600         sign of result as needed afterwards.
80601         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
80602         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
80603         result for underflowing pow the same as for overflow.
80604         (__kernel_standard_l): Handle powl overflow and underflow here
80605         rather than calling __kernel_standard.
80606         * math/libm-test.inc (pow_test): Add more tests.
80608         [BZ #3868]
80609         [BZ #13879]
80610         [BZ #13910]
80611         [BZ #13911]
80612         [BZ #13912]
80613         [BZ #13913]
80614         [BZ #13915]
80615         [BZ #13916]
80616         [BZ #13917]
80617         [BZ #13918]
80618         [BZ #13919]
80619         [BZ #13920]
80620         [BZ #13921]
80621         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
80622         * sysdeps/ieee754/k_standard.c: Include <float.h>.
80623         (__kernel_standard_l): New function.
80624         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
80625         __kernel_standard.
80626         * math/w_acosl.c (__acosl): Likewise.
80627         * math/w_asinl.c (__asinl): Likewise.
80628         * math/w_atan2l.c (__atan2l): Likewise.
80629         * math/w_atanhl.c (__atanhl): Likewise.
80630         * math/w_coshl.c (__coshl): Likewise.
80631         * math/w_exp10l.c (__exp10l): Likewise.
80632         * math/w_exp2l.c (__exp2l): Likewise.
80633         * math/w_fmodl.c (__fmodl): Likewise.
80634         * math/w_hypotl.c (__hypotl): Likewise.
80635         * math/w_j0l.c (__j0l, __y0l): Likewise.
80636         * math/w_j1l.c (__j1l, __y1l): Likewise.
80637         * math/w_jnl.c (__jnl, __ynl): Likewise.
80638         * math/w_lgammal.c (__lgammal): Likewise.
80639         * math/w_log10l.c (__log10l): Likewise.
80640         * math/w_log2l.c (__log2l): Likewise.
80641         * math/w_logl.c (__logl): Likewise.
80642         * math/w_powl.c (__powl): Likewise.
80643         * math/w_remainderl.c (__remainderl): Likewise.
80644         * math/w_scalbl.c (sysv_scalbl): Likewise.
80645         * math/w_sinhl.c (__sinhl): Likewise.
80646         * math/w_sqrtl.c (__sqrtl): Likewise.
80647         * math/w_tgammal.c (__tgammal): Likewise.
80648         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
80649         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
80650         * math/libm-test.inc (acos_test): Add more tests.
80651         (acosh_test): Likewise.
80652         (asin_test): Likewise.
80653         (atanh_test): Likewise.
80654         (exp_test): Likewise.
80655         (exp10_test): Likewise.
80656         (exp2_test): Likewise.
80657         (expm1_test): Likewise.
80658         (lgamma_test): Likewise.
80659         (log_test): Likewise.
80660         (log10_test): Likewise.
80661         (log1p_test): Likewise.
80662         (log2_test): Likewise.
80663         (pow_test): Do not allow some spurious overflow exceptions.
80664         (sqrt_test): Add more tests.
80665         (tgamma_test): Likewise.
80666         (y0_test): Likewise.
80667         (y1_test): Likewise.
80668         (yn_test): Likewise.
80670 2012-03-27  Anton Blanchard  <anton@samba.org>
80672         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
80673         MAP_HUGETLB.
80674         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
80675         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
80676         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
80678 2012-03-27  David S. Miller  <davem@davemloft.net>
80680         * conform/Makefile: Run run-conformtest.sh using $(BASH).
80682         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
80683         have-as-vis3 check.
80685 2012-03-27  Andreas Jaeger  <aj@suse.de>
80687         * sysdeps/x86_64/elf/configure.in: Moved to ...
80688         * sysdeps/x86_64/configure.in: ... here.
80689         * sysdeps/x86_64/elf/start.S: Moved to ...
80690         * sysdeps/x86_64/start.S: ... here.
80691         * sysdeps/x86_64/elf/configure: Delete.
80693         * sysdeps/x86_64/configure.in: Merge contents from
80694         sysdeps/i386/configure.in (without i686 check).
80696         * sysdeps/i386/elf/Versions: Merge into ...
80697         * sysdeps/i386/Versions: ... this.
80698         * sysdeps/i386/elf/Versions: Delete file.
80699         * sysdeps/i386/elf/start.S: Moved to ...
80700         * sysdeps/i386/start.S: ...here.
80701         * sysdeps/i386/elf/configure.in: Merge into...
80702         * sysdeps/i386/configure.in: ...here.
80703         * sysdeps/i386/elf/configure.in: Delete file.
80704         * sysdeps/i386/elf/configure: Delete file.
80706         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
80707         * debug/backtracesyms.c: ... here.
80708         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
80709         * debug/backtracesymsfd.c: ... here.
80710         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
80711         * sysdeps/generic/ifunc-sel.h: ... here.
80713         * sysdeps/unix/i386/start.c: Delete file.
80714         * sysdeps/unix/sparc/start.c: Delete file.
80715         * sysdeps/unix/start.c: Delete file.
80717         * sysdeps/sh/elf/configure.in: Moved to ...
80718         * sysdeps/sh/configure.in: ... here.
80719         * sysdeps/sh/elf/start.S: Moved to ...
80720         * sysdeps/sh/start.S: ... here.
80721         * sysdeps/sh/elf/configure: Delete file.
80723         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
80724         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
80725         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
80726         * sysdeps/powerpc/powerpc64/entry.h: ... here.
80727         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
80728         * sysdeps/powerpc/powerpc64/start.S: here.
80729         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
80730         * sysdeps/powerpc/powerpc64/Makefile: ... this.
80731         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
80732         * sysdeps/powerpc/powerpc64/configure.in: ... this.
80733         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
80735         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
80736         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
80737         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
80738         * sysdeps/powerpc/powerpc32/start.S: ... here.
80739         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
80740         * sysdeps/powerpc/powerpc32/configure.in: ... this.
80741         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
80743         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
80744         * sysdeps/powerpc/ifunc-sel.h: ... here.
80745         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
80746         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
80748         * sysdeps/sparc/elf/configure.in: Moved to ...
80749         * sysdeps/sparc/configure.in: ... here.
80750         * sysdeps/sparc/elf/configure: Delete file.
80751         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
80752         * sysdeps/sparc/sparc32/start.S: ... here.
80753         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
80754         * sysdeps/sparc/sparc64/start.S: ... here.
80755         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
80756         * sysdeps/sparc/sparc32/Makefile: ... this.
80757         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
80758         * sysdeps/sparc/sparc64/Makefile: ... this.
80760         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
80761         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
80762         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
80763         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
80764         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
80765         * sysdeps/s390/s390-32/setjmp.S: ... here.
80766         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
80767         * sysdeps/s390/s390-32/configure.in: ... here.
80768         * sysdeps/s390/s390-32/elf/configure: Delete file.
80769         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
80770         * sysdeps/s390/s390-32/start.S: ... here.
80772         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
80773         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
80774         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
80775         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
80776         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
80777         * sysdeps/s390/s390-64/setjmp.S: ... here.
80778         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
80779         * sysdeps/s390/s390-64/configure.in: ... here
80780         * sysdeps/s390/s390-64/elf/configure: Delete file.
80781         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
80782         * sysdeps/s390/s390-64/start.S: ... here.
80783         * sysdeps/s390/s390-64/elf/configure: Delete.
80785         * configure.in: Remove support for elf directories in sysdeps.
80787         * configure: Regenerated.
80788         * sysdeps/i386/configure: Regenerated.
80789         * sysdeps/powerpc/powerpc32/configure: Regenerated.
80790         * sysdeps/powerpc/powerpc64/configure: Regenerated.
80791         * sysdeps/s390/s390-32/configure: Regenerated.
80792         * sysdeps/s390/s390-64/configure: Regenerated.
80793         * sysdeps/sh/configure: Regenerated.
80794         * sysdeps/sparc/configure: Regenerated.
80795         * sysdeps/x86_64/configure: Regenerated.
80797 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
80799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
80801         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
80802         denormal result into account.
80804 2012-03-25  Roland McGrath  <roland@hack.frob.com>
80806         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
80807         Reported by Allan McRae <allan@archlinux.org>.
80809 2012-03-23  Jeff Law  <law@redhat.com>
80811         * nss/getnssent.c (__nss_getent): Fix typo.
80813 2012-03-23  David S. Miller  <davem@davemloft.net>
80815         * sysdeps/sparc/fpu/libm-test-ulps: Update.
80817 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
80819         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
80820         to pad to uint64_t for each field.
80821         (dl_tls_index): Replace unsigned long with uint64_t.
80823 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
80824         Paul Pluzhnikov  <ppluzhnikov@google.com>
80826         [BZ #6528]
80827         * grp/Makefile (otherlibs): Don't set it.
80828         * inet/Makefile (otherlibs): Likewise.
80829         * login/Makefile (otherlibs): Likewise.
80830         * nscd/Makefile (otherlibs): Likewise.
80831         * posix/Makefile (otherlibs): Likewise.
80832         * pwd/Makefile (otherlibs): Likewise.
80833         * rt/Makefile (otherlibs): Likewise.
80834         * sunrpc/Makefile (otherlibs): Likewise.
80835         * nss/Makefile (otherlibs): Likewise.
80836         Add libnss_files to routines and static-only-routines.
80837         ($(objpfx)getent): Remove rule.
80838         * resolv/Makefile: Add libnss_dns and libresolv to routines and
80839         static-only-routines.
80841 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
80843         [BZ #13892]
80844         * math/s_cexp.c: Include <float.h>.
80845         (__cexp): Handle exp result overflowing not necessarily
80846         overflowing both real and imaginary parts of result.
80847         * math/s_cexpf.c: Likewise.
80848         * math/s_cexpl.c: Likewise.
80849         * math/libm-test.inc (cexp_test): Add more tests.
80850         * sysdeps/i386/fpu/libm-test-ulps: Update.
80851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
80853 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
80855         * include/link.h (ELFW): New macro.
80856         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
80857         Replace ELF64_R_TYPE with ELFW(R_TYPE).
80859 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
80861         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
80862         with uint64_t.
80864 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
80866         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
80867         declaration.
80868         (struct La_x32_retval): Likewise.
80870 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
80872         * sysdeps/x86_64/preconfigure.in: New file.
80873         * sysdeps/x86_64/preconfigure: New generated file.
80875 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
80877         [BZ #13824]
80878         * math/e_exp2l.c: Include <float.h>.
80879         (__ieee754_exp2l): Handle overflow and underflow cases
80880         separately.  Only pass fractional part of argument to
80881         __ieee754_expl.
80882         * math/libm-test.inc (exp2_test): Add more tests.
80884         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
80885         negating x to take absolute value.
80886         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
80887         Likewise.
80888         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
80889         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
80890         Likewise.
80891         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
80892         computing low part if x was negated.
80893         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
80895 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
80897         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
80898         la_x32_gnu_pltexit.
80899         (pltexit): Cast int_retval to ptrdiff_t.
80900         * elf/tst-auditmod3b.c: Likewise.
80901         * elf/tst-auditmod4b.c: Likewise.
80902         * elf/tst-auditmod5b.c: Likewise.
80903         * elf/tst-auditmod6b.c: Likewise.
80904         * elf/tst-auditmod6c.c: Likewise.
80905         * elf/tst-auditmod7b.c: Likewise.
80907         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
80908         and x32_gnu_pltexit.
80910         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
80911         __ELF_NATIVE_CLASS.
80912         (La_x32_regs): New macro.
80913         (La_x32_retval): Likewise.
80914         (la_x32_gnu_pltenter): New function prototype.
80915         (la_x32_gnu_pltexit): Likewise.
80917 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
80919         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
80920         exponent.
80922         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
80924         * configure.in (libc_cv_cc_nofma): Check for option to disable
80925         generation of FMA instructions.
80926         * configure: Regenerate.
80927         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
80928         * sysdeps/ieee754/dbl-64/Makefile: New file.
80929         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
80930         Remove brandred-fma4.
80931         (CFLAGS-brandred-fma4.c): Remove.
80932         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
80933         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
80934         define.
80935         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
80936         define.
80938 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
80940         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
80941         LLONG_MAX != LONG_MAX.
80942         (_itoa_word): Use _ITOA_WORD_TYPE on value.
80943         (_fitoa_word): Likewise.
80944         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
80945         LLONG_MAX != LONG_MAX.
80946         * stdio-common/_itowa.h: Include <_itoa.h>.
80947         (_itowa_word): Use _ITOA_WORD_TYPE on value.
80948         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
80949         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
80950         only if not defined.
80951         (_ITOA_WORD_TYPE): Likewise.
80952         (_itoa_word): Use _ITOA_WORD_TYPE on value.
80953         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
80955 2012-03-21  David S. Miller  <davem@davemloft.net>
80957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
80959 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
80961         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
80962         of x86_64 when setting libc_cv_slibdir, libdir and
80963         libc_cv_localedir.
80964         * sysdeps/unix/sysv/linux/configure: Regenerated.
80966 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
80968         * manual/lang.texi (Old Varargs): Remove section.
80969         (How Variadic): Update menu.
80970         (va_start): Do not mention varargs.h.
80972 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
80973             Joseph Myers  <joseph@codesourcery.com>
80975         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
80976         link test.
80977         * configure: Regenerated.
80979 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
80981         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
80982         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
80983         conformtest.pl
80985 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
80987         * NOTES: Remove.
80988         * Makefile (files-for-dist): Remove NOTES.
80989         (NOTES): Remove rule.
80990         * README: Don't refer to NOTES.
80991         * manual/creature.texi: Don't include macros.texi.
80992         * manual/intro.texi (creature.texi): Remove comment referring to
80993         NOTES.
80995         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
80996         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
80997         * configure: Regenerated.
80998         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
80999         LIBC_TRY_CC_OPTION.
81000         (libc_cv_as_i686): Likewise.
81001         (libc_cv_cc_avx): Likewise.
81002         (libc_cv_cc_sse2avx): Likewise.
81003         (libc_cv_cc_fma4): Likewise.
81004         (libc_cv_cc_novzeroupper): Likewise.
81005         * sysdeps/i386/configure: Regenerated.
81007         [BZ #13883]
81008         * sysdeps/i386/fpu/s_cexp.S: Remove.
81009         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
81010         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
81011         * math/libm-test.inc (cexp_test): Add more tests.
81012         * sysdeps/i386/fpu/libm-test-ulps: Update.
81013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81015 2012-03-21  Allan McRae  <allan@archlinux.org>
81017         * timezone/Makefile: Do not install iso3166.tab and zone.tab
81019 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
81021         [BZ #13871]
81022         * math/w_exp2.c: Do not include <float.h>.
81023         (o_threshold, u_threshold): Remove.
81024         (__exp2): Calculate result before checking finiteness and calling
81025         __kernel_standard.
81026         * math/w_exp2f.c: Likewise.
81027         * math/w_exp2l.c: Likewise.
81028         * math/libm-test.inc (exp2_test): Require overflow exception for
81029         1e6 input.
81031         [BZ #3866]
81032         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
81033         range of signed 64-bit integers before using fistpll.  Remove
81034         checks for whether integers fit in mantissa bits.
81035         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
81036         the range of signed 32-bit integers before using fistpl.  Remove
81037         checks for whether integers fit in mantissa bits.
81038         * sysdeps/i386/fpu/e_powl.S (p64): New object.
81039         (__ieee754_powl): Test for y outside the range of signed 64-bit
81040         integers before using fistpll.  Reduce 64-bit values to 63-bit
81041         ones as needed.
81042         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
81043         divide-by-zero is raised for zero to large negative powers.
81044         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
81045         (__ieee754_powl): Test for y outside the range of signed 64-bit
81046         integers before using fistpll.  Reduce 64-bit values to 63-bit
81047         ones as needed.
81048         * math/libm-test.inc (pow_test): Add more tests.
81050 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
81052         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
81053         <stdio-common/_itoa.h>.
81054         * debug/segfault.c: Likewise.
81055         * elf/dl-cache.c: Likewise.
81056         * elf/dl-minimal.c: Likewise.
81057         * elf/dl-misc.c: Likewise.
81058         * elf/dl-sysdep.c: Likewise.
81059         * elf/dl-version.c: Likewise.
81060         * elf/rtld.c: Likewise.
81061         * hurd/hurdsock.c: Likewise.
81062         * hurd/lookup-retry.c: Likewise.
81063         * malloc/malloc.c: Likewise.
81064         * malloc/mtrace.c: Likewise.
81065         * nscd/nscd_getgr_r.c: Likewise.
81066         * nscd/nscd_getpw_r.c: Likewise.
81067         * nscd/nscd_getserv_r.c: Likewise.
81068         * posix/getopt_init.c: Likewise.
81069         * posix/wordexp.c: Likewise.
81070         * stdio-common/_itoa.c: Likewise.
81071         * stdio-common/printf_fphex.c: Likewise.
81072         * stdio-common/vfprintf.c: Likewise.
81073         * string/_strerror.c: Likewise.
81074         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
81075         * sysdeps/i386/i686/hp-timing.h: Likewise.
81076         * sysdeps/mach/_strerror.c: Likewise.
81077         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
81078         * sysdeps/mach/hurd/sethostid.c: Likewise.
81079         * sysdeps/mach/hurd/xmknodat.c: Likewise.
81080         * sysdeps/mach/xpg-strerror.c: Likewise.
81081         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
81082         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
81083         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
81084         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
81085         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
81086         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
81087         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
81088         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
81089         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
81090         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
81091         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
81092         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
81093         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
81094         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
81095         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
81096         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
81097         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
81098         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
81099         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
81100         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
81101         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
81103         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
81105         * stdio-common/_itoa.h: Moved to ...
81106         * sysdeps/generic/_itoa.h: Here.
81108         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
81110         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
81111         instead of "_itoa.h" and "_itowa.h".
81112         * stdio-common/vfprintf.: Likewise.
81114 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
81116         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
81117         <bits/wordsize.h>.
81118         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
81119         (__signbit): Likewise.
81120         (llrintf): Likewise.
81121         (llrint): Likewise.
81123 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
81125         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
81126         __WORDSIZE != 64.
81128 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
81130         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
81131         OVERFLOW_EXCEPTION_OK.
81132         * math/libm-test.inc ("Philosophy"): Update comment about
81133         exception testing.
81134         (OVERFLOW_EXCEPTION): Define.
81135         (OVERFLOW_EXCEPTION_OK): Likewise.
81136         (INVALID_EXCEPTION_OK): Renumber.
81137         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
81138         (IGNORE_ZERO_INF_SIGN): Likewise.
81139         (test_exceptions): Handle FE_OVERFLOW.
81140         (exp10_test): Expect overflow exceptions.
81141         (exp2_test): Likewise.
81142         (expm1_test): Likewise.
81143         (nextafter_test): Likewise.
81144         (pow_test): Likewise.
81145         (scalbn_test): Likewise.
81146         (scalbln_test): Likewise.
81148 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81150         * sysdeps/x86_64/bits/atomic.h
81151         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
81152         64bit integer.
81153         (atomic_exchange_acq): Likewise.
81154         (__arch_exchange_and_add_body): Likewise.
81155         (__arch_add_body): Likewise.
81156         (atomic_add_negative): Likewise.
81157         (atomic_add_zero): Likewise.
81159 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81161         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
81162         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
81164 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81166         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
81167         Check __x86_64__ instead of __WORDSIZE.
81169 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81171         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
81173 2012-03-19  David S. Miller  <davem@davemloft.net>
81175         * sysdeps/sparc/fpu/libm-test-ulps: Update.
81177         * sysdeps/sparc/fpu/fenv_private.h: New file.
81178         * sysdeps/sparc/fpu/math_private.h: Use it.
81179         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
81180         Remove.
81181         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
81182         (libc_feholdexcept_setroundl): Remove.
81183         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
81184         Remove.
81185         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
81186         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
81188 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81190         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
81191         int64_t instead of long int.
81192         (INSERT_WORDS64): Likewise.
81194 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81196         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
81197         _Unwind_GetCFA return to _Unwind_Ptr first.
81199 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
81201         [BZ #13629]
81202         * math/s_clog.c: Include <float.h>.
81203         (__clog): Scale large or subnormal inputs.
81204         * math/s_clogf.c: Likewise.
81205         * math/s_clogl.c: Likewise.
81206         * math/s_clog10.c: Include <float.h>.
81207         (M_LOG10_2): Define.
81208         (__clog10): Scale large or subnormal inputs.
81209         * math/s_clog10f.c: Likewise.
81210         * math/s_clog10l.c: Likewise.
81211         * math/libm-test.inc (clog_test): Add more tests.
81212         (clog10_test): Likewise.
81213         * sysdeps/i386/fpu/libm-test-ulps: Update.
81214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81216         [BZ #11451]
81217         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
81218         x and y.
81219         * math/libm-test.inc (atan2_test): Add another test.
81221         * Makerules (common-objdir-compile): Remove.
81222         * sysdeps/unix/Makefile (config-generated): Do not add
81223         $(unix-generated) to variable.
81224         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
81225         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
81226         Remove rule.
81227         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
81228         Likewise.
81229         [generic bits/local_lim.h] (before-compile): Do not append to
81230         variable.
81231         [generic bits/local_lim.h] (common-generated): Likewise.
81232         [generic sys/param.h] (before-compile): Do not append to variable.
81233         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
81234         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
81235         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
81236         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
81237         include.
81238         [generic sys/param.h] (sys/param.h-includes): Remove variable.
81239         [generic sys/param.h] (sys/param.h-includes): Remove rule.
81240         [generic sys/param.h] ($(addprefix
81241         $(common-objpfx),$(sys/param.h-includes))): Likewise.
81242         [generic sys/param.h] (common-generated): Do not append to
81243         variable.
81244         [generic sys/param.h] (sysdep_headers): Likewise.
81245         [generic bits/errno.h] (before-compile): Do not append to
81246         variable.
81247         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
81248         rule.
81249         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
81250         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
81251         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
81252         [generic bits/errno.h] (common-generated): Do not append to
81253         variable.
81254         [generic bits/ioctls.h] (before-compile): Do not append to
81255         variable.
81256         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
81257         rule.
81258         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
81259         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
81260         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
81261         rule.
81262         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
81263         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
81264         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
81265         [generic bits/ioctls.h] (common-generated): Do not append to
81266         variable.
81267         [generic sys/syscall.h] (syscall.h): Remove variable.
81268         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
81269         rule.
81270         [generic sys/syscall.h] (before-compile): Do not append to
81271         variable.
81272         [generic sys/syscall.h] (common-generated): Likewise.
81273         * sysdeps/unix/errnos-tmpl.c: Remove file.
81274         * sysdeps/unix/errnos.awk: Likewise.
81275         * sysdeps/unix/ioctls-tmpl.c: Likewise.
81276         * sysdeps/unix/ioctls.awk: Likewise.
81277         * sysdeps/unix/mk-local_lim.c: Likewise.
81278         * sysdeps/unix/snarf-ioctls: Likewise.
81280 2012-03-19  Richard Henderson  <rth@twiddle.net>
81282         * sysdeps/i386/fpu/fenv_private.h: New file.
81283         * sysdeps/i386/fpu/math_private.h: Use it.
81284         (math_opt_barrier, math_force_eval): Remove.
81285         (libc_feholdexcept_setround_53bit): Remove.
81286         (libc_feupdateenv_53bit): Remove.
81287         * sysdeps/x86_64/fpu/math_private.h: Likewise.
81288         (math_opt_barrier, math_force_eval): Remove.
81289         (libc_feholdexcept): Remove.
81290         (libc_feholdexcept_setround): Remove.
81291         (libc_fetestexcept, libc_fesetenv): Remove.
81292         (libc_feupdateenv_test): Remove.
81293         (libc_feupdateenv, libc_feholdsetround): Remove.
81294         (libc_feresetround): Remove.
81296         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
81297         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
81299         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
81300         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
81301         (libc_feupdateenv_testl): New.
81302         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
81303         (libc_feupdateenv_testf): New.
81304         (libc_feupdateenv): Use libc_feupdateenv_test.
81305         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
81306         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
81308         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
81309         (libc_feholdsetroundf, libc_feholdsetroundl): New.
81310         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
81311         (libc_feresetround_noex): New.
81312         (libc_feresetround_noexf): New.
81313         (libc_feresetround_noexl): New.
81314         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
81315         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
81316         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
81317         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
81318         SET_RESTORE_ROUND.
81319         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
81320         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
81321         (__cos): Likewise.
81322         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
81323         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
81324         SET_RESTORE_ROUND_NOEX.
81325         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
81326         SET_RESTORE_ROUND_NOEXF.
81327         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
81328         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
81329         (libc_feholdsetroundf): New.
81330         (libc_feresetround, libc_feresetroundf): New.
81332         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
81333         (libc_feholdexcept_setround_53bit): Convert from macro to function.
81334         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
81336         * sysdeps/generic/math_private.h: Include <fenv.h>.
81337         (default_libc_feholdexcept): New.
81338         (default_libc_feholdexcept_setround): New.
81339         (default_libc_fesetenv, default_libc_feupdateenv): New.
81340         (libc_feholdexcept): Only define if undefined.
81341         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
81342         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
81343         (libc_feholdexcept_setroundl): Likewise.
81344         (libc_feholdexcept_setround_53bit): Likewise.
81345         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
81346         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
81347         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
81348         (libc_feupdateenv_53bit): Likewise.
81349         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
81350         (libc_feholdexcept): Convert from macro to inline function.
81351         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
81352         (libc_fesetenv, libc_feupdateenv): Likewise.
81354         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
81355         not previously defined.
81356         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
81357         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
81358         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
81359         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
81360         * sysdeps/ieee754/flt-32/math_private.h: New file.
81361         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
81362         math_private.h below SET_FLOAT_WORD.
81363         (__isnan, __isinf_ns, __finite): Remove.
81364         (__isnanf, __isinf_nsf, __finitef): Remove.
81366 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
81368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
81370 2012-03-17  David S. Miller  <davem@davemloft.net>
81372         [BZ #6471]
81373         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
81374         for 2.16.
81376 2012-03-16  David S. Miller  <davem@davemloft.net>
81378         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
81379         warnings.
81381         [BZ #6471]
81382         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
81383         properly.
81384         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
81385         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
81386         sysdep_routines when subdir is sysvipc.
81387         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
81388         __getshmlba helper.
81390         * sysdeps/sparc/fpu/libm-test/ulps: Update.
81392 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
81394         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
81395         [__LP64__].
81397 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
81399         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
81400         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
81401         (__lround): Renamed to ...
81402         (__llround): This.  Replace long int with long long int.
81403         Define lround functions as aliases of llround functions.
81404         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
81406 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
81408         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
81409         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
81410         adresses to uintptr_t.  Replace "long int" and "unsigned long
81411         int" with "greg_t" on va_arg.
81413 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
81415         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
81416         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
81418         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
81419         Move e_machine check before EI_CLASS check.  Handle x32
81420         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
81421         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
81422         SKIP_EM_IA_64 and include
81423         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
81425         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
81426         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
81427         (add_system_dir): New macro.
81429         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
81430         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
81432 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
81434         [BZ #2551]
81435         [BZ #2552]
81436         [BZ #2553]
81437         [BZ #2554]
81438         [BZ #2562]
81439         [BZ #2563]
81440         [BZ #2565]
81441         [BZ #2566]
81442         [BZ #2576]
81443         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
81444         (y0): Likewise.
81445         * math/w_j0f.c (j0f): Likewise.
81446         (y0f): Likewise.
81447         * math/w_j0l.c (__j0l): Likewise.
81448         (__y0l): Likewise.
81449         * math/w_j1.c (j1): Likewise.
81450         (y1): Likewise.
81451         * math/w_j1f.c (j1f): Likewise.
81452         (y1f): Likewise.
81453         * math/w_j1l.c (__j1l): Likewise.
81454         (__y1l): Likewise.
81455         * math/w_jn.c (jn): Likewise.
81456         (yn): Likewise.
81457         * math/w_jnf.c (jnf): Likewise.
81458         (ynf): Likewise.
81459         * math/w_jnl.c (__jnl): Likewise.
81460         (__ynl): Likewise.
81461         * math/libm-test.inc (j0_test): Add more tests.
81462         (j1_test): Likewise.
81463         (jn_test): Likewise.  Add trailing semicolon to existing test.
81464         (y0_test): Likewise.
81465         (y1_test): Likewise.
81466         * sysdeps/i386/fpu/libm-test-ulps: Update.
81467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81469         [BZ #13851]
81470         [BZ #13854]
81471         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
81472         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
81473         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
81474         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
81475         (__tanl): Set errno for infinite argument.
81476         * sysdeps/i386/fpu/mptan.c: Remove.
81477         * sysdeps/i386/fpu/s_tan.S: Likewise.
81478         * sysdeps/i386/fpu/s_tanl.S: Likewise.
81479         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
81480         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
81481         * math/libm-test.inc (tan_test): Add more tests and enable more
81482         tests for double and long double.
81483         * sysdeps/i386/fpu/libm-test-ulps: Update.
81484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81486 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
81488         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
81489         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
81491 2012-03-16  Roland McGrath  <roland@hack.frob.com>
81493         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
81494         * configure.in: Use it for both main tree and add-ons.
81495         * configure: Regenerated.
81497 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
81499         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
81501 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
81503         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
81504         in comment.
81506         [BZ #13851]
81507         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
81508         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
81509         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
81510         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
81511         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
81512         infinite argument.
81513         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
81514         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
81515         != 0 for prec == 2.
81516         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
81517         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
81518         * sysdeps/i386/fpu/s_cosl.S: Likewise.
81519         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
81520         * sysdeps/i386/fpu/s_sinl.S: Likewise.
81521         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
81522         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
81523         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
81524         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
81525         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
81526         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
81527         * math/libm-test.inc (cos_test): Add more tests and enable more
81528         tests for long double.
81529         (sin_test): Likewise.
81530         (sincos_test): Likewise.
81531         * sysdeps/i386/fpu/libm-test-ulps: Update.
81532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81534 2012-03-16  David S. Miller  <davem@davemloft.net>
81536         * sysdeps/sparc/fpu/math_private.h: New file.
81538 2012-03-15  David S. Miller  <davem@davemloft.net>
81540         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
81541         file.
81542         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
81543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
81544         file.
81545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
81546         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
81547         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
81548         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
81549         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
81550         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
81551         sysdep routines.
81552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
81554         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
81555         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
81557         * sysdeps/sparc/sparc-ifunc.h: New file.
81558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
81559         sparc-ifunc.h
81560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
81561         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
81562         Likewise.
81563         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
81564         Likewise.
81565         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
81566         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
81567         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
81568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
81569         Likewise.
81570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
81571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
81572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
81573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
81574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
81575         Likewise.
81576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
81577         Likewise.
81578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
81579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
81580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
81581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
81582         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
81583         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
81584         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
81585         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
81586         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
81587         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
81588         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
81589         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
81590         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
81591         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
81592         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
81593         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
81594         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
81595         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
81596         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
81597         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
81598         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
81599         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
81600         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
81601         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
81603 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
81605         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
81606         scaling.
81607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
81609 2012-03-15  Andreas Jaeger  <aj@suse.de>
81611         [BZ #13852]
81612         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
81613         ieee754/flt-32 implementation for sin, cos and sincos.
81614         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
81615         * sysdeps/i386/fpu/s_cosf.S: Likewise.
81616         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
81617         * sysdeps/i386/fpu/s_sinf.S: Likewise.
81618         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
81619         ieee754/flt-32 implementation for tan.
81621         * math/libm-test.inc (cos_test): Enable some large input tests for
81622         float as well
81623         (sin_test): Likewise.
81624         (sincos_test): Likewise.
81625         (tan_test): Add tests for large input.
81627         * sysdeps/i386/fpu/libm-test-ulps: Update.
81629 2012-03-15  Andreas Jaeger  <aj@suse.de>
81631         [BZ #13658]
81632         * math/libm-test.inc (cos_test): Add more test cases.
81633         (sin_test): Likewise.
81634         (sincos_test): Likewise.
81636 2012-03-15  Andreas Jaeger  <aj@suse.de>
81638         [BZ #13837]
81639         * math/libm-test.inc (cos_test): Add a test case for large input
81640         value.
81641         (sin_test): Likewise.
81642         (sincos_test): Likewise.
81644 2012-03-15  Andreas Jaeger  <aj@suse.de>
81645             Joseph Myers  <joseph@codesourcery.com>
81647         [BZ #13658]
81648         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
81649         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
81650         * sysdeps/i386/fpu/branred.c: Likewise.
81651         * sysdeps/i386/fpu/dosincos.c: Likewise.
81652         * sysdeps/i386/fpu/mpa.c: Likewise.
81653         * sysdeps/i386/fpu/s_cos.S: Likewise.
81654         * sysdeps/i386/fpu/s_sin.S: Likewise.
81655         * sysdeps/i386/fpu/s_sincos.S: Likewise.
81656         * sysdeps/i386/fpu/sincos32.c: Likewise.
81658         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
81659         Define.
81660         (libc_feupdateenv_53bit): Define.
81661         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
81662         Define.
81663         (libc_feupdateenv_53bit): Define.
81665         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
81666         53 bit (without extend i386 double precision).
81668         * math/libm-test.inc (sincos_test): Add tests for large input.
81669         (sin): Likewise.
81670         (cos): Likewise.
81672         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
81674 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
81676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
81678 2012-03-15  David S. Miller  <davem@davemloft.net>
81680         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
81681         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
81682         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
81683         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
81684         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
81685         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
81686         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
81687         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
81688         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
81689         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
81690         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
81691         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
81692         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
81693         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
81694         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
81695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
81696         file.
81697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
81698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
81699         file.
81700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
81701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
81702         file.
81703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
81704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
81705         file.
81706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
81707         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
81708         fmin/fmax sysdep routines.
81709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
81711 2012-03-14  David S. Miller  <davem@davemloft.net>
81713         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
81714         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
81715         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
81716         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
81717         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
81718         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
81719         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
81720         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
81721         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
81722         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
81723         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
81724         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
81725         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
81726         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
81727         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
81728         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
81729         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
81730         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
81731         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
81732         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
81733         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
81734         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
81735         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
81736         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
81737         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
81738         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
81739         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
81740         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
81741         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
81742         routines.
81743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
81744         file.
81745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
81746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
81747         file.
81748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
81749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
81750         file.
81751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
81752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
81753         file.
81754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
81755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
81756         file.
81757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
81758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
81759         file.
81760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
81761         file.
81762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
81763         file.
81764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
81765         file.
81766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
81767         New file.
81768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
81769         file.
81770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
81771         file.
81772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
81773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
81774         file.
81775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
81776         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
81777         file.
81778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
81779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
81780         file.
81781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
81782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
81783         VIS3 routines.
81785         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
81786         New file.
81788         * sysdeps/sparc/fpu/libm-test-ulps: Update.
81790         * sysdeps/sparc/configure.in: New file.
81791         * sysdeps/sparc/configure: Generate.
81792         * configure.in (libc_cv_sparc_as_vis3): Substitute.
81793         * configure: Regenerate.
81794         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
81795         * config.make.in (have-as-vis3): New.
81796         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
81797         available use -Av9d instead of -Av9a.
81798         * sysdeps/sparc/sparc64/Makefile: Likewise.
81799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
81800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
81801         New file.
81802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
81803         file.
81804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
81805         New file.
81806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
81807         file.
81808         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
81809         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
81810         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
81811         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
81812         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
81814         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
81815         fzeros/fnegs to load 0x80000000 into a float register instead of
81816         using the stack.
81817         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
81819 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
81821         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
81822         bits/syscall.h.
81823         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
81824         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
81825         ($(inst_includedir)/bits/syscall.h): Remove rule.
81826         ($(objpfx)bits/syscall.d): Include instead of
81827         $(objpfx)syscall-list.d.
81828         (generated): Change syscall-list.h and syscall-list.d to
81829         bits/syscall.h and bits/syscall.d.
81831 2012-03-14  Roland McGrath  <roland@hack.frob.com>
81833         [BZ #13846]
81834         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
81836 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
81838         [BZ #13841]
81839         * math/s_csqrt.c: Include <float.h>.
81840         (__csqrt): Scale large or subnormal inputs.
81841         * math/s_csqrtf.c: Likewise.
81842         * math/s_csqrtl.c: Likewise.
81843         * math/libm-test.inc (csqrt_test): Add more tests.
81844         * sysdeps/i386/fpu/libm-test-ulps: Update.
81845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81847         [BZ #13840]
81848         * math/libm-test.inc (hypot_test): Add more tests.
81850 2012-03-13  David S. Miller  <davem@davemloft.net>
81852         [BZ #13840]
81853         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
81854         double-precision for the calculation instead of scaling.
81856 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
81858         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
81859         manipulate bits before adding and subtracting TWO52[sx].
81860         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
81861         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
81862         Likewise.
81863         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
81865 2012-03-13  David S. Miller  <davem@davemloft.net>
81867         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
81868         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
81869         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
81870         rtld-global-offsets.h
81871         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
81873         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
81874         large parameters.
81876         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
81878         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
81879         'err' in the ifdef scope in which it is actually used.
81881         * nss/nss_db/db-init.c: Include string.h
81883 2012-03-12  David S. Miller  <davem@davemloft.net>
81885         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
81886         masking out of the most significant byte of random value used.
81887         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
81888         Fix coding style in previous change.
81890         * sysdeps/unix/sysv/linux/kernel-features.h
81891         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
81892         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
81893         expression.
81894         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
81895         later.
81897 2012-03-11  David S. Miller  <davem@davemloft.net>
81899         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
81900         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
81901         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
81902         for 'resultvar' otherwise things get truncated on 64-bit.
81904         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
81905         Fix masking out of the most significant byte of random value used.
81907         * sysdeps/sparc/fpu/libm-test-ulps: Update.
81909 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
81911         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
81913 2012-03-09  David S. Miller  <davem@davemloft.net>
81915         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
81916         variables with appropriate CPP guards.
81917         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
81918         from the frame pointer, not the stack pointer.  Correct layout
81919         comments.  Fix test on resulting framesize and the management of
81920         the outregs buffer for pltexit.  Preserve floating point return
81921         values across _dl_call_pltexit call.
81922         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
81923         framesize and the management of the outregs buffer for pltexit.
81924         Preserve floating point return values across _dl_call_pltexit
81925         call.
81926         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
81927         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
81928         (la_sparc64_gnu_pltexit): New functions.
81929         (print_exit): Fix format string for return register value.
81931 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
81933         * sunrpc/Makefile (others): Add rpcgen.
81934         ($(objpfx)rpcgen): Remove special build rule and dependency on
81935         libc.
81936         * sunrpc/rpcgen.c: New file.
81938 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
81940         [BZ #13673]
81941         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
81942         * stdio-common/bug-vfprintf-nargs.c: Likewise.
81943         * sysdeps/i386/crti.S: Likewise.
81944         * sysdeps/i386/crtn.S: Likewise.
81945         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
81946         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
81947         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
81948         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
81949         * sysdeps/sh/crti.S: Likewise.
81950         * sysdeps/sh/crtn.S: Likewise.
81951         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
81953         [BZ #13673]
81954         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
81955         with URL.
81956         * locale/programs/locfile-kw.gperf: Likewise.
81957         * locale/programs/charmap-kw.h: Regenerated.
81958         * locale/programs/locfile-kw.h: Likewise.
81960         [BZ #13673]
81961         * intl/plural.y: Replace FSF snail mail address with URL.
81962         * intl/plural.c: Regenerated.
81964 2012-03-09  Richard Henderson  <rth@twiddle.net>
81966         * include/math_private.h: Remove file.
81967         * math/math_private.h: Move file ...
81968         * sysdeps/generic/math_private.h: ... here.
81970         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
81971         * sysdeps/powerpc/fpu/math_private.h: Likewise.
81972         * sysdeps/x86_64/fpu/math_private.h: Likewise.
81974         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
81975         and <math_private.h>.
81976         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
81977         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
81978         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
81979         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
81980         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
81981         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
81982         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
81983         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
81984         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
81985         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
81986         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
81987         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
81988         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
81989         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
81990         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
81991         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
81992         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
81993         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
81994         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
81995         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
81996         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
81997         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
81998         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
81999         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
82000         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
82001         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
82002         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
82003         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
82004         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
82005         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
82006         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
82007         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
82008         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
82009         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
82010         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
82011         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
82012         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
82013         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
82014         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
82015         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
82016         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
82017         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
82018         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
82019         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
82020         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
82021         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
82022         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
82023         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
82024         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
82025         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
82026         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
82027         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
82028         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
82029         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
82030         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
82031         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
82032         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
82033         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
82034         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
82035         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
82036         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
82037         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
82038         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
82039         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
82040         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
82041         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
82042         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
82043         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
82044         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
82045         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
82046         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
82047         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
82048         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
82049         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
82050         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
82051         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
82052         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
82053         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
82054         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
82055         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
82056         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
82057         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
82058         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
82059         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
82060         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
82061         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
82062         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
82063         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
82064         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
82065         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
82066         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
82067         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
82068         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
82069         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
82070         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
82071         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
82072         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
82073         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
82074         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
82075         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
82076         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
82077         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
82078         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
82079         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
82080         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
82081         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
82082         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
82083         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
82084         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
82085         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
82086         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
82087         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
82088         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
82089         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
82090         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
82091         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
82092         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
82093         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
82094         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
82095         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
82096         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
82097         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
82098         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
82099         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
82100         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
82101         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
82102         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
82103         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
82104         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
82105         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
82106         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
82107         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
82108         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
82109         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
82110         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
82111         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
82112         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
82113         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
82114         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
82115         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
82116         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
82117         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
82118         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
82119         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
82120         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
82121         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
82122         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
82123         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
82124         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
82125         * sysdeps/ieee754/k_standard.c: Likewise.
82126         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
82127         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
82128         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
82129         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
82130         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
82131         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
82132         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
82133         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
82134         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
82135         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
82136         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
82137         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
82138         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
82139         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
82140         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
82141         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
82142         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
82143         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
82144         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
82145         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
82146         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
82147         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
82148         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
82149         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
82150         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
82151         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
82152         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
82153         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
82154         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
82155         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
82156         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
82157         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
82158         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
82159         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
82160         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
82161         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
82162         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
82163         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
82164         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
82165         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
82166         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
82167         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
82168         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
82169         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
82170         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
82171         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
82172         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
82173         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
82174         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
82175         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
82176         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
82177         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
82178         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
82179         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
82180         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
82181         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
82182         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
82183         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
82184         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
82185         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
82186         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
82187         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
82188         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
82189         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
82190         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
82191         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
82192         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
82193         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
82194         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
82195         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
82196         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
82197         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
82198         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
82199         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
82200         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
82201         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
82202         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
82203         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
82204         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
82205         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
82206         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
82207         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
82208         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
82209         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
82210         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
82211         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
82212         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
82213         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
82214         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
82215         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
82216         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
82217         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
82218         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
82219         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
82220         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
82221         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
82222         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
82223         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
82224         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
82225         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
82226         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
82227         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
82228         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
82229         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
82230         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
82231         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
82232         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
82233         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
82234         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
82235         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
82236         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
82237         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
82238         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
82239         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
82240         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
82241         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
82242         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
82243         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
82244         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
82245         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
82246         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
82247         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
82248         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
82249         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
82250         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
82251         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
82252         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
82253         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
82254         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
82255         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
82256         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
82257         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
82258         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
82259         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
82260         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
82261         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
82262         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
82263         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
82264         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
82265         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
82266         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
82267         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
82268         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
82269         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
82270         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
82271         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
82272         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
82273         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
82274         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
82275         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
82276         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
82277         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
82278         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
82279         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
82280         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
82281         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
82282         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
82283         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
82284         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
82285         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
82286         * sysdeps/ieee754/s_lib_version.c: Likewise.
82287         * sysdeps/ieee754/s_matherr.c: Likewise.
82288         * sysdeps/ieee754/s_signgam.c: Likewise.
82289         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
82290         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
82291         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
82292         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
82293         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
82294         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
82295         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
82296         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
82297         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
82298         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
82299         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
82300         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
82301         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
82302         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
82303         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
82304         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
82305         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
82306         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
82307         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
82308         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
82309         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
82311 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
82313         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
82314         * sunrpc/rpc_main.c: Likewise.
82315         * sunrpc/rpc_svcout.c: Likewise.
82317 2012-03-09  David S. Miller  <davem@davemloft.net>
82319         * include/math_private.h: New file.
82321 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
82323         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
82324         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
82325         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
82326         from <bits/socket_type.h>.
82327         (enum __socket_type): Don't define here.
82328         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
82329         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
82330         bits/socket_type.h.
82332         [BZ #13566]
82333         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
82334         checking __USE_GNU.
82336         * Makerules ($(inst_includedir)/%.h): New rule.
82337         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
82338         (install-others): Remove variable setting.
82339         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
82341 2012-03-08  Richard Henderson  <rth@twiddle.net>
82343         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
82344         from macro to inline function; merge with the
82345         !__LIBC_INTERNAL_MATH_INLINES version.
82346         (__ieee754_sqrtf): Likewise.
82348         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
82349         to inline function.
82350         (__rintf, __floor, __floorf): Likewise.
82352         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
82353         macro to inline function.
82354         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
82356         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
82357         not <math/math_private.h>.
82359 2012-03-08  David S. Miller  <davem@davemloft.net>
82361         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
82362         copyright year.
82363         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
82365 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
82367         * resolv/gai_misc.c (handle_requests): Fix struct timespec
82368         normalization.
82369         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
82370         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
82372 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
82374         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
82375         be defined individually, they must be defined as a block.  Define
82376         S for printing a string instead of hidint the different by using a
82377         macro for adding the 'l'.
82378         * stdio-common/tst-fphex-wide.c: Adjust.
82380 2012-03-07  Marek Polacek  <polacek@redhat.com>
82382         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
82384 2012-03-08  Marek Polacek  <polacek@redhat.com>
82386         [BZ #13806]
82387         * stdio-common/Makefile (tests): Add tst-fphex-wide.
82388         * stdio-common/tst-fphex.c: Define a few macros to make the
82389         test reusable.  Use them.
82390         * stdio-common/tst-fphex-wide.c: New file.
82392 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
82394         [BZ #6911]
82395         * manual/macros.texi (gnusystems): New macro.
82396         (nongnusystems): Likewise.
82397         (gnulinuxhurdsystems): Likewise.
82398         (gnuhurdsystems): Likewise..
82399         (gnulinuxsystems): Likewise.
82400         * manual/charset.texi: Use new macros or @theglibc{} to refer to
82401         variants of the GNU system, not "GNU system".
82402         * manual/conf.texi: Likewise.
82403         * manual/errno.texi: Likewise.  Update example of errno macro
82404         expansion.
82405         * manual/filesys.texi: Likewise.
82406         (getumask): Document as specific to GNU/Hurd.
82407         * manual/install.texi: Likewise.  Reword some references to
82408         GNU/Linux.
82409         * manual/intro.texi: Likewise.
82410         * manual/io.texi: Likewise.
82411         (File Name Portability): Detail which constraints are inapplicable
82412         to all GNU systems and which are only inapplicable to GNU/Hurd.
82413         * manual/job.texi: Likewise.
82414         * manual/llio.texi: Likewise.
82415         (O_NOCTTY): Document as present on GNU/Linux.
82416         * manual/maint.texi: Likewise.
82417         * manual/memory.texi: Likewise.
82418         * manual/pattern.texi: Likewise.
82419         * manual/pipe.texi: Likewise.
82420         * manual/process.texi: Likewise.
82421         * manual/resource.texi: Likewise.
82422         (RUSAGE_CHILDREN): Remove statement about specifying a particular
82423         child on GNU/Hurd.
82424         * manual/setjmp.texi: Likewise.
82425         * manual/signal.texi: Likewise.
82426         * manual/startup.texi: Likewise.
82427         * manual/stdio.texi: Likewise.
82428         * manual/terminal.texi: Likewise.
82429         (ONLCR): Document as POSIX.
82430         (OXTABS): Document availability on GNU/Linux as XTABS.
82431         (ONOEOT): Document availability separately from other bits.
82432         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
82433         * manual/time.texi: Likewise.
82434         * manual/users.texi: Likewise.
82435         * INSTALL: Regenerated.
82436         * sysdeps/gnu/errlist.c: Regenerated.
82438         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
82439         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
82440         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
82441         puts.
82442         * configure: Regenerated.
82444 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
82446         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
82447         default includes instead of AC_HEADER_CHECK.
82448         * sysdeps/i386/configure: Regenerated.
82450         [BZ #10716]
82451         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
82452         * math/s_cacoshf.c (__cacoshf): Likewise.
82453         * math/s_cacoshl.c (__cacoshl): Likewise.
82454         * math/s_casinh.c (__casinh): Set signs of result from argument.
82455         * math/s_casinhf.c (__casinhf): Likewise.
82456         * math/s_casinhl.c (__casinhl): Likewise.
82457         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
82458         (casinh_test): Add more tests.
82459         * sysdeps/i386/fpu/libm-test-ulps: Update.
82460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82462 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
82464         * po/zh_TW.po: Update from translation team.
82466         * login/Makefile (distribute): Remove variable.
82467         * catgets/Makefile: Likewise.
82468         * mach/Makefile: Likewise.
82469         * malloc/Makefile: Likewise.
82470         * misc/Makefile: Likewise.
82471         * iconv/Makefile: Likewise.
82472         * nscd/Makefile: Likewise.
82473         * hurd/Makefile: Likewise.
82474         * manual/Makefile: Likewise.
82475         * locale/Makefile: Likewise.
82476         * intl/Makefile: Likewise.
82477         * conform/Makefile: Likewise.
82478         * nss/Makefile: Likewise.
82479         * time/Makefile: Likewise.
82480         * soft-fp/Makefile: Likewise.
82481         * dirent/Makefile: Likewise.
82482         * gmon/Makefile: Likewise.
82483         * po/Makefile: Likewise.
82484         * rt/Makefile: Likewise.
82485         * socket/Makefile: Likewise.
82486         * math/Makefile: Likewise.
82487         * signal/Makefile: Likewise.
82488         * debug/Makefile: Likewise.
82489         * elf/Makefile: Likewise.
82490         * timezone/Makefile: Likewise.
82491         * stdlib/Makefile: Likewise.
82492         * iconvdata/Makefile: Likewise.
82493         * sunrpc/Makefile: Likewise.
82494         * io/Makefile: Likewise.
82495         * argp/Makefile: Likewise.
82496         * inet/Makefile: Likewise.
82497         * hesiod/Makefile: Likewise.
82498         * grp/Makefile: Likewise.
82499         * csu/Makefile: Likewise.
82500         * wctype/Makefile: Likewise.
82501         * crypt/Makefile: Likewise.
82502         * libio/Makefile: Likewise.
82503         * string/Makefile: Likewise.
82504         * nis/Makefile: Likewise.
82505         * resolv/Makefile: Likewise.
82506         * stdio-common/Makefile: Likewise.
82507         * wcsmbs/Makefile: Likewise.
82508         * dlfcn/Makefile: Likewise.
82509         * posix/Makefile: Likewise.
82511         [BZ #6959]
82512         * timezone/Makefile: Don't install timezone files, just the programs
82513         and scripts.
82515 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
82517         * nss/databases.def: Add missing gshadow entry.
82519         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
82521 2012-03-06  Marek Polacek  <polacek@redhat.com>
82523         [BZ #13726]
82524         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
82525         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
82526         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
82527         * stdio-common/tst-long-dbl-fphex.c: New file.
82529 2012-03-06  David S. Miller  <davem@davemloft.net>
82531         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
82532         (set_obp_int): New function.
82533         (get_obp_int): New function.
82534         (__get_clockfreq_via_dev_openprom): Likewise.
82535         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
82536         Avoid unused variable warnings on 'val' and use builtin_expect.
82537         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
82538         __builtin_expect.
82539         (INLINE_CLONE_SYSCALL): Likewise.
82541 2012-03-05  David S. Miller  <davem@davemloft.net>
82543         * sysdeps/sparc/fpu/libm-test-ulps: Update.
82545 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
82547         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
82549         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
82550         only for |x| >= 40.
82551         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
82553 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
82555         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
82556         Replace gettimeofday with __vdso_gettimeofday.
82558         * sysdeps/unix/sysv/linux/x86_64/init-first.c
82559         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
82560         __vdso_clock_gettime and __vdso_getcpu.
82562         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
82563         time with __vdso_time.
82565 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
82567         * manual/lang.texi (size_t): Note types to which size_t may be
82568         equivalent with the GNU C Library, but do not describe when
82569         differences between them are significant.
82571 2012-03-05  Andreas Jaeger  <aj@suse.de>
82573         * sysdeps/i386/fpu/libm-test-ulps: Update.
82575 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
82577         [BZ #3976]
82578         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
82579         (__ieee754_pow): Save and restore rounding mode and use
82580         round-to-nearest for main computations.
82581         * math/libm-test.inc (pow_test_tonearest): New function.
82582         (pow_test_towardzero): Likewise.
82583         (pow_test_downward): Likewise.
82584         (pow_test_upward): Likewise.
82585         (main): Call the new functions.
82586         * sysdeps/i386/fpu/libm-test-ulps: Update.
82587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82589         [BZ #3976]
82590         * math/libm-test.inc (cosh_test_tonearest): New function.
82591         (cosh_test_towardzero): Likewise.
82592         (cosh_test_downward): Likewise.
82593         (cosh_test_upward): Likewise.
82594         (sinh_test_tonearest): Likewise.
82595         (sinh_test_towardzero): Likewise.
82596         (sinh_test_downward): Likewise.
82597         (sinh_test_upward): Likewise.
82598         (main): Call the new functions.
82599         * sysdeps/i386/fpu/libm-test-ulps: Update.
82600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82602 2012-03-05  Tom de Vries  <tom@codesourcery.com>
82604         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
82605         default stack guard is set in last bytes.
82606         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
82608 2012-03-05  Kees Cook  <keescook@chromium.org>
82610         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
82612         [BZ #13656]
82613         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
82614         possibly allocate from heap instead of stack.
82615         * stdio-common/bug-vfprintf-nargs.c: New file.
82616         * stdio-common/Makefile (tests): Add nargs overflow test.
82618 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
82620         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
82622 2012-03-03  Marek Polacek  <polacek@redhat.com>
82624         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
82625         * math/math_private.h: Likewise.
82626         * stdlib/tst-strtod.c: Likewise.
82627         * sysdeps/i386/i486/bits/atomic.h: Likewise.
82628         * sysdeps/x86_64/bits/atomic.h: Likewise.
82630 2012-03-02  David S. Miller  <davem@davemloft.net>
82632         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
82633         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
82634         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
82635         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
82636         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
82637         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
82638         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
82639         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
82641 2012-03-02  Roland McGrath  <roland@hack.frob.com>
82643         [BZ #13792]
82644         * manual/examples/README: New file, says the example source files
82645         can be used under GPL>=2.
82646         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
82647         line containing just "*/".
82648         * manual/examples/add.c: Add copyright header (GPL>=2).
82649         * manual/examples/argp-ex1.c: Likewise.
82650         * manual/examples/argp-ex2.c: Likewise.
82651         * manual/examples/argp-ex3.c: Likewise.
82652         * manual/examples/argp-ex4.c: Likewise.
82653         * manual/examples/atexit.c: Likewise.
82654         * manual/examples/db.c: Likewise.
82655         * manual/examples/dir.c: Likewise.
82656         * manual/examples/dir2.c: Likewise.
82657         * manual/examples/execinfo.c: Likewise.
82658         * manual/examples/filecli.c: Likewise.
82659         * manual/examples/filesrv.c: Likewise.
82660         * manual/examples/fmtmsgexpl.c: Likewise.
82661         * manual/examples/genpass.c: Likewise.
82662         * manual/examples/inetcli.c: Likewise.
82663         * manual/examples/inetsrv.c: Likewise.
82664         * manual/examples/isockad.c: Likewise.
82665         * manual/examples/longopt.c: Likewise.
82666         * manual/examples/memopen.c: Likewise.
82667         * manual/examples/memstrm.c: Likewise.
82668         * manual/examples/mkfsock.c: Likewise.
82669         * manual/examples/mkisock.c: Likewise.
82670         * manual/examples/mygetpass.c: Likewise.
82671         * manual/examples/pipe.c: Likewise.
82672         * manual/examples/popen.c: Likewise.
82673         * manual/examples/rprintf.c: Likewise.
82674         * manual/examples/search.c: Likewise.
82675         * manual/examples/select.c: Likewise.
82676         * manual/examples/setjmp.c: Likewise.
82677         * manual/examples/sigh1.c: Likewise.
82678         * manual/examples/sigusr.c: Likewise.
82679         * manual/examples/stpcpy.c: Likewise.
82680         * manual/examples/strdupa.c: Likewise.
82681         * manual/examples/strftim.c: Likewise.
82682         * manual/examples/strncat.c: Likewise.
82683         * manual/examples/subopt.c: Likewise.
82684         * manual/examples/swapcontext.c: Likewise.
82685         * manual/examples/termios.c: Likewise.
82686         * manual/examples/testopt.c: Likewise.
82687         * manual/examples/testpass.c: Likewise.
82688         * manual/examples/timeval_subtract.c: Likewise.
82690         [BZ #13792]
82691         * manual/time.texi (Elapsed Time): Move timeval_subtract example
82692         function to ...
82693         * manual/timeval_subtract.c.texi: ... here, new file.
82695 2012-03-02  David S. Miller  <davem@davemloft.net>
82697         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
82699 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
82701         [BZ #3976]
82702         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
82703         (__sin): Save and restore rounding mode and use round-to-nearest
82704         for all computations.
82705         (__cos): Save and restore rounding mode and use round-to-nearest
82706         for all computations.
82707         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
82708         <fenv.h>.
82709         (tan): Save and restore rounding mode and use round-to-nearest for
82710         all computations.
82711         * math/libm-test.inc (cos_test_tonearest): New function.
82712         (cos_test_towardzero): Likewise.
82713         (cos_test_downward): Likewise.
82714         (cos_test_upward): Likewise.
82715         (sin_test_tonearest): Likewise.
82716         (sin_test_towardzero): Likewise.
82717         (sin_test_downward): Likewise.
82718         (sin_test_upward): Likewise.
82719         (tan_test_tonearest): Likewise.
82720         (tan_test_towardzero): Likewise.
82721         (tan_test_downward): Likewise.
82722         (tan_test_upward): Likewise.
82723         (main): Call the new functions.
82724         * sysdeps/i386/fpu/libm-test-ulps: Update.
82725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82727         [BZ #10135]
82728         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
82729         small n, then large n, before computing and testing k+n.
82730         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
82731         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
82732         Likewise.
82733         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
82734         Likewise.
82735         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
82736         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
82737         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
82738         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
82739         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
82740         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
82741         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
82742         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
82743         * math/libm-test.inc (scalbn_test): Add more tests.
82744         (scalbln_test): Likewise.
82746         * manual/filesys.texi (mode_t): Describe constraints on size and
82747         signedness, not exact equivalence to a particular type.
82748         (ino_t): Likewise.
82749         (ino64_t): Likewise.
82750         (dev_t): Likewise.
82751         (nlink_t): Likewise.
82752         (blkcnt_t): Likewise.
82753         (blkcnt64_t): Likewise.
82754         * manual/llio.texi (off_t): Likewise.
82756         [BZ #3976]
82757         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
82758         (__ieee754_exp): Save and restore rounding mode and use
82759         round-to-nearest for all computations.
82760         * math/libm-test.inc (exp_test_tonearest): New function.
82761         (exp_test_towardzero): Likewise.
82762         (exp_test_downward): Likewise.
82763         (exp_test_upward): Likewise.
82764         (main): Call the new functions.
82765         * sysdeps/i386/fpu/libm-test-ulps: Update.
82766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82768 2012-03-01  Chris Demetriou  <cgd@google.com>
82770         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
82771         have predictable order.
82773 2012-03-01  David S. Miller  <davem@davemloft.net>
82775         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
82777         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
82778         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
82779         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
82780         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
82782         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
82783         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
82784         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
82785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
82786         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
82787         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
82788         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
82789         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
82790         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
82792         * sysdeps/sparc/fpu/libm-test-ulps: Update.
82794         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
82795         * sysdeps/sparc/fpu/libm-test-ulps: to here.
82796         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
82798         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
82799         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
82800         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
82801         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
82802         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
82803         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
82804         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
82805         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
82806         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
82807         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
82808         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
82809         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
82810         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
82811         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
82812         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
82813         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
82814         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
82815         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
82816         * sysdeps/sparc/elf/configure: Regenerated.
82818 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
82820         * configure.in (AS, LD): Require binutils 2.20 or later.
82821         * configure: Regenerated.
82822         * manual/install.texi (Tools for Compilation): Give binutils 2.20
82823         as required minimum version.
82824         * INSTALL: Regenerated.
82826         [BZ #2541]
82827         [BZ #4108]
82828         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
82829         before squaring exponent.
82830         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
82831         bottom long double and 27 bits of top long double before squaring
82832         exponent.
82833         * math/libm-test.inc (erfc_test): Add more tests.
82834         * sysdeps/i386/fpu/libm-test-ulps: Update.
82835         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
82836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82838 2012-03-01  Kai Tietz  <ktietz@redhat.com>
82840         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
82841         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
82842         containing bit-fields.
82843         * soft-fp/extended.h (_FP_UNION_E): Likewise.
82844         * soft-fp/single.h (_FP_UNION_S): Likewise.
82845         * soft-fp/double.h (_FP_UNION_D): Likewise.
82847 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
82849         [BZ #13786]
82850         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
82851         not include ../strcmp.S.
82852         [USE_AS_STRNCASECMP_L]: Likewise.
82853         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
82854         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
82855         * sysdeps/i386/i686/multiarch/strncase_l-c.c
82856         (__strncasecmp_l_ia32): Define as alias to
82857         __strncasecmp_l_nonascii.
82859         [BZ #5794]
82860         * math/libm-test.inc (expm1_test): Add test for bug 5794.
82861         * sysdeps/i386/fpu/libm-test-ulps: Update.
82862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82864         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
82865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82867 2012-02-29  Jeff Law  <law@redhat.com>
82869         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
82870         out of bounds read.
82872 2012-02-29  Marek Polacek  <polacek@redhat.com>
82874         [BZ #13706]
82875         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
82876         * elf/Makefile: Add rules to run tst-unused-dep.out.
82878 2012-02-28  David S. Miller  <davem@davemloft.net>
82880         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
82881         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
82882         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
82883         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
82884         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
82885         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
82887 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
82889         * math/libm-test.inc (llround_test): Move one test from
82890         lround_test.  Use TEST_f_L in moved test.
82891         (lround_test): Move misplaced test to llround_test.  Add testcase
82892         from bug 2561.
82894 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
82896         * sysdeps/x86_64/fpu/e_expf.S: New file.
82897         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
82899 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
82901         [BZ #13637]
82902         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
82903         of remain_len that may cause incomplete multi-byte character and
82904         false match.
82905         * posix/bug-regex33.c: New file.
82906         * posix/Makefile (tests): Add bug-regex33.
82908 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
82910         * manual/macros.texi: New file.
82911         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
82912         * manual/libc.texinfo: Include macros.texi.
82913         * manual/creatute.texi: Likewise.
82914         * manual/install.texi: Likewise.
82915         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
82916         @glibcadj{} in references to the GNU C Library.
82917         * manual/charset.texi: Likewise.
82918         * manual/conf.texi: Likewise.
82919         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
82920         when not using those macros.
82921         * manual/creature.texi: Likewise.
82922         * manual/crypt.texi: Likewise.
82923         * manual/errno.texi: Likewise.
82924         * manual/filesys.texi: Likewise.
82925         * manual/header.texi: Likewise.
82926         * manual/install.texi: Likewise.
82927         * manual/intro.texi: Likewise.
82928         * manual/io.texi: Likewise.
82929         * manual/job.texi: Likewise.
82930         * manual/lang.texi: Likewise.
82931         * manual/libc.texiinfo: Likewise.
82932         * manual/llio.texi: Likewise.
82933         * manual/locale.texi: Likewise.
82934         * manual/maint.texi: Likewise.
82935         * manual/math.texi: Likewise.
82936         * manual/memory.texi: Likewise.
82937         * manual/message.texi: Likewise.
82938         * manual/nss.texi: Likewise.
82939         * manual/pattern.texi: Likewise.
82940         * manual/process.texi: Likewise.
82941         * manual/resource.texi: Likewise.
82942         * manual/search.texi: Likewise.
82943         * manual/setjmp.texi: Likewise.
82944         * manual/signal.texi: Likewise.
82945         * manual/socket.texi: Likewise.
82946         * manual/startup.texi: Likewise.
82947         * manual/stdio.texi: Likewise.
82948         * manual/string.texi: Likewise.
82949         * manual/sysinfo.texi: Likewise.
82950         * manual/syslog.texi: Likewise.
82951         * manual/terminal.texi: Likewise.
82952         * manual/time.texi: Likewise.
82953         * manual/users.texi: Likewise.
82954         * INSTALL: Regenerated.
82955         * NOTES: Regenerated.
82956         * sysdeps/gnu/errlist.c: Regenerated.
82958 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
82960         * include/dirent.h: Include <dirstream.h> before
82961         <dirent/dirent.h>.
82963 2012-02-28  David S. Miller  <davem@davemloft.net>
82965         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
82966         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
82967         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
82968         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
82970 2012-02-27  David S. Miller  <davem@davemloft.net>
82972         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
82973         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
82974         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
82975         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
82977         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
82978         frame pointer instead of stack pointer relative arg slot.
82979         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
82980         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
82981         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
82983 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
82985         [BZ #3992]
82986         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
82988 2012-02-27  David S. Miller  <davem@davemloft.net>
82990         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
82991         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
82992         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
82993         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
82994         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
82995         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
82996         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
82997         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
82999 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
83001         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
83002         later.  Allow versions 5-9.
83003         * configure: Regenerated.
83004         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
83005         required minimum version and 4.6 as recommended version.  Do not
83006         mention bugs in GCC 2.7 and 2.8.
83007         * INSTALL: Regenerated.
83009 2012-02-27  David S. Miller  <davem@davemloft.net>
83011         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
83012         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
83013         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
83014         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
83015         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
83016         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
83017         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
83018         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
83020         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
83021         manipulate bits before adding and subtracting TWO112[sx].
83022         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
83024 2012-02-27  Roland McGrath  <roland@hack.frob.com>
83026         [BZ #13775]
83027         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
83028         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
83029         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
83030         being in POSIX, because they are in 1003.1-2008.
83032         * rt/tst-aio.c: Include <fcntl.h>.
83033         * rt/tst-aio7.c: Likewise.
83034         * rt/tst-aio64.c: Likewise.
83036         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
83038 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
83040         * manual/install.texi (--with-headers): Describe headers as
83041         interface headers, not private headers.
83042         (Specific advice for GNU/Linux systems): Describe use of headers
83043         from "make headers_install", not private headers from older
83044         kernels.
83045         * INSTALL: Regenerated.
83046         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
83047         Change to 2.6.19.
83048         * sysdeps/unix/sysv/linux/configure: Regenerated.
83050         * manual/llio.texi (fclean): Remove documentation.
83052         * manual/Makefile (libc-texi-generated): New variable.  Include
83053         version.texi.
83054         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
83055         $(libc-texi-generated), not duplicated list of files.
83056         (version.texi, stamp-version): New rules.
83057         (realclean): Remove $(libc-texi-generated), not individual files
83058         from that list.  Do not remove dir-add.texinfo.
83059         * manual/libc.texinfo: Comment out uses of edition numbers and
83060         references to printed manual.  Remove last-updated dates.
83061         (EDITION): Comment out.
83062         (ISBN): Likewise.
83063         (VERSION, UPDATED): Remove.
83064         (version.texi): Include.
83066 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
83068         * sysdeps/posix/spawni.c: Include <signal.h>.
83069         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
83070         * sysdeps/pthread/aio_fsync.c: Likewise.
83072 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
83074         * conform/Makefile (tests): Run only when not cross-compiling and
83075         when fast-check is not defined.
83077         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
83078         * conform/data/limits.h-data: Fixes for POSIX2008.
83079         * conform/run-conformtest.sh: Run all tests.
83080         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
83081         headers.
83082         * include/bits/dlfcn.h: Likewise.
83083         * include/langinfo.h: Likewise.
83084         * include/monetary.h: Likewise.
83085         * include/sys/poll.h: Likewise.
83087         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
83088         for __USE_GNU.
83089         * posix/spawn.h: Define __need_sigset_t.
83090         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
83091         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
83092         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
83093         to get sigevent_t only.
83094         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
83095         only for __USE_GNU.
83096         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
83097         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
83098         process_vm_writev only for __USE_GNU.
83099         * termios/termios.h: Declare tcgetsid also for POSIX2008.
83101         * conform/Makefile: For now ignore errors from run-conformtest.
83102         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
83103         POSIX to avoid namespace pollution.  Don't prepend headers.
83104         * conform/data/aio.h-data: Fixes for POSIX testing.
83105         * conform/data/fcntl.h-data: Likewise.
83106         * conform/data/glob.h-data: Likewise.
83107         * conform/data/grp.h-data: Likewise.
83108         * conform/data/pthread.h-data: Likewise.
83109         * conform/data/pwd.h-data: Likewise.
83110         * conform/data/signal.h-data: Likewise.
83111         * conform/data/spawn.h-data: Likewise.
83112         * conform/data/stdio.h-data: Likewise.
83113         * conform/data/stdlib.h-data: Likewise.
83114         * conform/data/stropts.h-data: Likewise.
83115         * conform/data/sys/mman.h-data: Likewise.
83116         * conform/data/sys/stat.h-data: Likewise.
83117         * conform/data/sys/types.h-data: Likewise.
83118         * conform/data/sys/wait.h-data: Likewise.
83119         * conform/data/time.h-data: Likewise.
83120         * conform/data/unistd.h-data: Likewise.
83121         * conform/data/utime.h-data: Likewise.
83123         * io/sys/stat.h: fchmod was always in POSIX.
83124         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
83125         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
83126         * rt/aio.h: Define __need_timespec before including <time.h>.
83127         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
83128         struct.  Add forward declaration of pthread_attr_t and use it in
83129         sigevent.
83130         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
83131         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
83132         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
83133         always remove CLK_TCK definition.
83135 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
83137         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
83139 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
83141         * conform/run-conformtest.sh: New file.
83142         * conform/Makefile: Run run-conformtest for tests.
83143         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
83144         support.
83146         * conform/data/uchar.h-data: New file.
83147         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
83148         * conform/data/arpa/inet.h-data: Likewise.
83149         * conform/data/assert.h-data: Likewise.
83150         * conform/data/complex.h-data: Likewise.
83151         * conform/data/cpio.h-data: Likewise.
83152         * conform/data/ctype.h-data: Likewise.
83153         * conform/data/dirent.h-data: Likewise.
83154         * conform/data/dlfcn.h-data: Likewise.
83155         * conform/data/errno.h-data: Likewise.
83156         * conform/data/fcntl.h-data: Likewise.
83157         * conform/data/float.h-data: Likewise.
83158         * conform/data/fmtmsg.h-data: Likewise.
83159         * conform/data/fnmatch.h-data: Likewise.
83160         * conform/data/ftw.h-data: Likewise.
83161         * conform/data/glob.h-data: Likewise.
83162         * conform/data/grp.h-data: Likewise.
83163         * conform/data/iconv.h-data: Likewise.
83164         * conform/data/inttypes.h-data: Likewise.
83165         * conform/data/langinfo.h-data: Likewise.
83166         * conform/data/libgen.h-data: Likewise.
83167         * conform/data/limits.h-data: Likewise.
83168         * conform/data/locale.h-data: Likewise.
83169         * conform/data/math.h-data: Likewise.
83170         * conform/data/monetary.h-data: Likewise.
83171         * conform/data/mqueue.h-data: Likewise.
83172         * conform/data/ndbm.h-data: Likewise.
83173         * conform/data/net/if.h-data: Likewise.
83174         * conform/data/netdb.h-data: Likewise.
83175         * conform/data/netinet/in.h-data: Likewise.
83176         * conform/data/nl_types.h-data: Likewise.
83177         * conform/data/poll.h-data: Likewise.
83178         * conform/data/pthread.h-data: Likewise.
83179         * conform/data/pwd.h-data: Likewise.
83180         * conform/data/regex.h-data: Likewise.
83181         * conform/data/sched.h-data: Likewise.
83182         * conform/data/search.h-data: Likewise.
83183         * conform/data/semaphore.h-data: Likewise.
83184         * conform/data/setjmp.h-data: Likewise.
83185         * conform/data/signal.h-data: Likewise.
83186         * conform/data/spawn.h-data: Likewise.
83187         * conform/data/stdarg.h-data: Likewise.
83188         * conform/data/stdio.h-data: Likewise.
83189         * conform/data/stdlib.h-data: Likewise.
83190         * conform/data/string.h-data: Likewise.
83191         * conform/data/strings.h-data: Likewise.
83192         * conform/data/stropts.h-data: Likewise.
83193         * conform/data/sys/ipc.h-data: Likewise.
83194         * conform/data/sys/mman.h-data: Likewise.
83195         * conform/data/sys/msg.h-data: Likewise.
83196         * conform/data/sys/resource.h-data: Likewise.
83197         * conform/data/sys/select.h-data: Likewise.
83198         * conform/data/sys/sem.h-data: Likewise.
83199         * conform/data/sys/shm.h-data: Likewise.
83200         * conform/data/sys/socket.h-data: Likewise.
83201         * conform/data/sys/stat.h-data: Likewise.
83202         * conform/data/sys/statvfs.h-data: Likewise.
83203         * conform/data/sys/time.h-data: Likewise.
83204         * conform/data/sys/timeb.h-data: Likewise.
83205         * conform/data/sys/times.h-data: Likewise.
83206         * conform/data/sys/types.h-data: Likewise.
83207         * conform/data/sys/uio.h-data: Likewise.
83208         * conform/data/sys/un.h-data: Likewise.
83209         * conform/data/sys/utsname.h-data: Likewise.
83210         * conform/data/sys/wait.h-data: Likewise.
83211         * conform/data/syslog.h-data: Likewise.
83212         * conform/data/tar.h-data: Likewise.
83213         * conform/data/termios.h-data: Likewise.
83214         * conform/data/utime.h-data: Likewise.
83215         * conform/data/utmpx.h-data: Likewise.
83216         * conform/data/varargs.h-data: Likewise.
83217         * conform/data/wchar.h-data: Likewise.
83218         * conform/data/wctype.h-data: Likewise.
83219         * conform/data/wordexp.h-data: Likewise.
83221         * include/stropts.h: New file.
83222         * include/uchar.h: New file.
83223         * include/aio.h: Changes to allow conformtest.pl to use the headers.
83224         * include/assert.h: Likewise.
83225         * include/ctype.h: Likewise.
83226         * include/dirent.h: Likewise.
83227         * include/dlfcn.h: Likewise.
83228         * include/fcntl.h: Likewise.
83229         * include/fnmatch.h: Likewise.
83230         * include/glob.h: Likewise.
83231         * include/grp.h: Likewise.
83232         * include/libio.h: Likewise.
83233         * include/locale.h: Likewise.
83234         * include/math.h: Likewise.
83235         * include/net/if.h: Likewise.
83236         * include/netdb.h: Likewise.
83237         * include/netinet/in.h: Likewise.
83238         * include/pthread.h: Likewise.
83239         * include/pwd.h: Likewise.
83240         * include/regex.h: Likewise.
83241         * include/sched.h: Likewise.
83242         * include/search.h: Likewise.
83243         * include/setjmp.h: Likewise.
83244         * include/signal.h: Likewise.
83245         * include/stdio.h: Likewise.
83246         * include/stdlib.h: Likewise.
83247         * include/string.h: Likewise.
83248         * include/sys/cdefs.h: Likewise.
83249         * include/sys/mman.h: Likewise.
83250         * include/sys/msg.h: Likewise.
83251         * include/sys/resource.h: Likewise.
83252         * include/sys/select.h: Likewise.
83253         * include/sys/socket.h: Likewise.
83254         * include/sys/stat.h: Likewise.
83255         * include/sys/statvfs.h: Likewise.
83256         * include/sys/time.h: Likewise.
83257         * include/sys/times.h: Likewise.
83258         * include/sys/uio.h: Likewise.
83259         * include/sys/utsname.h: Likewise.
83260         * include/sys/wait.h: Likewise.
83261         * include/termios.h: Likewise.
83262         * include/time.h: Likewise.
83263         * include/ulimit.h: Likewise.
83264         * include/unistd.h: Likewise.
83265         * include/utime.h: Likewise.
83266         * include/wchar.h: Likewise.
83267         * include/wctype.h: Likewise.
83268         * include/wordexp.h: Likewise.
83270         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
83272         * time/time.h: TIME_UTC must be a macro.
83273         Make timespec_get available for ISO C11 only as well.
83275 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
83277         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
83278         Reported by Peng Haitao <penght@cn.fujitsu.com>.
83280 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
83282         * configure.in: Use -o not -a in test for unsupported multi-arch.
83284 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
83286         * manual/texinfo.tex: Update to version 2012-01-19.16.
83288 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
83290         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
83292 2012-02-24  Roland McGrath  <roland@hack.frob.com>
83294         [BZ #13738]
83295         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
83296         * manual/fdl-1.3.texi: New file.
83297         * manual/fdl-1.1.texi: File removed.
83299         [BZ #13738]
83300         * manual/libc.texinfo (FDL_VERSION): New @set.
83301         Use it for mention of FDL in cover text.
83302         (Documentation License): Use it in @include file name.
83304 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
83305             Roland McGrath  <roland@hack.frob.com>
83307         [BZ #5461]
83308         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
83309         (not LONG_LONG_MAX and LONG_LONG_MIN.
83310         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
83311         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
83312         name.
83313         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
83315 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
83317         [BZ #2547]
83318         [BZ #11365]
83319         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
83320         manipulate bits before adding and subtracting TWO23[sx].
83321         * math/libm-test.inc (nearbyint_test): Add more tests.
83323 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
83325         [BZ #2548]
83326         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
83327         bits before adding and subtracting TWO23[sx].
83328         * math/libm-test.inc (rint_test): Add more tests.
83329         (rint_test_tonearest): Likewise.
83330         (rint_test_towardzero): Likewise.
83331         (rint_test_downward): Likewise.
83332         (rint_test_upward: Likewise.
83334 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
83336         [BZ #10110]
83337         * include/stdc-predef.h: New file.  Extracted from features.h.
83338         * include/features.h: Include stdc-predef.h.
83339         * Makefile (headers): Add stdc-predef.h.
83340         * CONFORMANCE (Compiler limitations): Update.
83342 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
83344         * manual/libc.texinfo (VERSION, UPDATED): Revert.
83346 2012-02-21  David S. Miller  <davem@davemloft.net>
83348         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
83349         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
83351 2012-02-20  David S. Miller  <davem@davemloft.net>
83353         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
83354         using a normal save/restore sequence, rather than allocating a
83355         dummy stack frame just to store a frame pointer and restore.
83356         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
83358 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
83360         * manual/install.texi: Fix stray word in line-wrapped comment.
83362 2012-02-20  David S. Miller  <davem@davemloft.net>
83364         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
83365         both binutils and gcc support GOTDATA.
83367         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
83368         "rd %pc" in the PIC register setup sequences.
83370         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
83371         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
83372         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
83373         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
83374         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
83375         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
83376         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
83377         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
83378         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
83379         (SYSCALL_ERROR_HANDLER): Likewise.
83380         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
83381         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
83382         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
83383         (SYSCALL_ERROR_HANDLER): Likewise.
83385         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
83386         (HAVE_GCC_GOTDATA): New.
83387         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
83388         relocation support in both binutils and gcc.
83389         * sysdeps/sparc/elf/configure: Regenerate.
83391         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
83392         * sysdeps/sparc/sparc32/elf/configure: Delete.
83393         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
83394         * sysdeps/sparc/sparc64/elf/configure: Delete.
83395         * sysdeps/sparc/elf/configure.in: New file.
83396         * sysdeps/sparc/elf/configure: Generate.
83398         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
83399         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
83400         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
83401         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
83402         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
83404 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
83406         * manual/install.texi: Do not mention specific glibc version
83407         numbers.
83408         * manual/libc.texinfo (VERSION, UPDATED): Update.
83409         (@copying): Use @copyright{} and range of years.
83411 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
83413         [BZ #13695]
83414         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
83415         [crti.S not in sysdirs] (generated): Do not append.
83416         [crti.S not in sysdirs] (omit-deps): Likewise.
83417         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
83418         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
83419         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
83420         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
83421         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
83422         Likewise.
83423         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
83424         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
83425         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
83426         * csu/defs.awk: Remove file.
83427         * sysdeps/generic/initfini.c: Likewise.
83428         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
83429         variable.
83430         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
83431         Likewise.
83433 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
83435         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
83436         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
83437         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
83438         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
83439         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
83440         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
83441         <bits/epoll.h>.
83442         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
83443         (__EPOLL_PACKED): Define to empty if not defined by
83444         <bits/epoll.h>.
83445         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
83446         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
83447         bits/epoll.h.
83449 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
83451         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
83452         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
83453         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
83454         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
83455         <bits/timerfd.h>.
83456         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
83457         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
83458         bits/timerfd.h.
83460 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
83462         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
83463         in C locale.
83464         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
83465         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
83466         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
83467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83469 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
83471         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
83472         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
83474 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
83476         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
83477         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
83478         defined.
83479         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
83480         Likewise.
83481         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
83482         entry for 2.16.
83484 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
83486         * math/w_acos.c: Use non-signaling floating-point comparisons.
83487         * math/w_acosf.c: Likewise.
83488         * math/w_acosh.c: Likewise.
83489         * math/w_acoshf.c: Likewise.
83490         * math/w_acoshl.c: Likewise.
83491         * math/w_acosl.c: Likewise.
83492         * math/w_asin.c: Likewise.
83493         * math/w_asinf.c: Likewise.
83494         * math/w_asinl.c: Likewise.
83495         * math/w_atanh.c: Likewise.
83496         * math/w_atanhf.c: Likewise.
83497         * math/w_atanhl.c: Likewise.
83498         * math/w_exp2.c: Likewise.
83499         * math/w_exp2f.c: Likewise.
83500         * math/w_exp2l.c: Likewise.
83501         * math/w_j0.c: Likewise.
83502         * math/w_j0f.c: Likewise.
83503         * math/w_j0l.c: Likewise.
83504         * math/w_j1.c: Likewise.
83505         * math/w_j1f.c: Likewise.
83506         * math/w_j1l.c: Likewise.
83507         * math/w_jn.c: Likewise.
83508         * math/w_jnf.c: Likewise.
83509         * math/w_log.c: Likewise.
83510         * math/w_log10.c: Likewise.
83511         * math/w_log10f.c: Likewise.
83512         * math/w_log10l.c: Likewise.
83513         * math/w_log2.c: Likewise.
83514         * math/w_log2f.c: Likewise.
83515         * math/w_log2l.c: Likewise.
83516         * math/w_logf.c: Likewise.
83517         * math/w_logl.c: Likewise.
83518         * math/w_sqrt.c: Likewise.
83519         * math/w_sqrtf.c: Likewise.
83520         * math/w_sqrtl.c: Likewise.
83521         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
83522         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
83523         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
83524         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
83525         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
83527 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
83529         [BZ #9739]
83530         * manual/string.texi (strnlen): Use correct parameter name in
83531         equivalent expression.
83533 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
83535         [BZ #11174]
83536         * manual/users.texi (seteuid): Consistently use neweuid for
83537         argument name.
83539 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
83541         [BZ #13704]
83542         * manual/nss.texi (Services in the NSS configuration): Correct
83543         list of services in example configuration file.
83545 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
83547         [BZ #11322]
83548         * manual/arith.texi: Remove statements about negative zero
83549         behaving identically to zero.
83551 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
83553         [BZ #5993]
83554         * manual/install.texi: Do not document upgrading from libc5.
83556 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
83558         [BZ #4596]
83559         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
83561 2012-02-18  David S. Miller  <davem@davemloft.net>
83563         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
83564         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
83565         %o7 across the call.
83566         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
83567         instead.
83568         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
83569         SETUP_PIC_REG_LEAF.
83570         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
83571         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
83572         * sysdeps/sparc/crtn.S: Likewise.
83574 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
83576         * aout/Makefile: Remove.
83578 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
83580         [BZ #13058]
83581         * manual/examples/argp-ex1.c (main): Format definition in GNU
83582         style.
83583         * manual/examples/argp-ex2.c (main): Likewise.
83584         * manual/examples/argp-ex3.c (main): Likewise.
83585         * manual/examples/argp-ex4.c (main): Likewise.
83586         * manual/examples/longopt.c (main): Use new-style prototype
83587         definition.
83588         * manual/examples/strncat.c (main): Specify return type and use
83589         (void) for arguments.
83590         * manual/examples/subopt.c (main): Use char **argv argument.
83592 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
83594         [BZ #5077]
83595         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
83596         rounding modes.
83598 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
83600         [BZ #6907]
83601         * manual/string.texi (strchr): Change when strchrnul is
83602         recommended.
83604 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
83606         [BZ #174]
83607         * manual/locale.texi (setlocale): Document LOCPATH.
83609 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
83611         [BZ #10210]
83612         * manual/process.texi (execle): Move @dots{} before last argument.
83614 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
83616         [BZ #12047]
83617         * manual/charset.texi (Generic Charset Conversion): Fix typo
83618         (LC_TYPE -> LC_CTYPE).
83620 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
83622         [BZ #5805]
83623         * manual/arith.texi (scalbn): Use @var{} on parameter names.
83624         (scalbnf): Likewise.
83625         (scalbnl): Likewise.
83626         (scalbln): Likewise.
83627         (scalblnf): Likewise.
83628         (scalblnl): Likewise.
83629         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
83630         (vwarnx): Likewise.
83631         (verr): Likewise.
83632         (verrx): Likewise.
83633         * manual/filesys.texi (telldir): Use braces around return type.
83634         * manual/llio.texi (mmap): Add space after comma.
83635         (mmap64): Likewise.
83636         * manual/math.texi (jn): Use @var{} on parameter names.
83637         (jnf): Likewise.
83638         (jnl): Likewise.
83639         (yn): Likewise.
83640         (ynf): Likewise.
83641         (ynl): Likewise.
83642         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
83643         line.
83644         * manual/resource.texi (ulimit): Use @dots{} instead of literal
83645         "...".
83646         (sched_get_priority_min): Remove semicolon on @deftypefun line.
83647         (sched_get_priority_max): Likewise.
83648         * manual/signal.texi (sigvec): Add space after comma.
83649         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
83650         names.
83651         (if_indextoname): Likewise.
83652         (if_freenameindex): Likewise.
83653         (sendto): Use ',' instead of '.' in prototype.
83654         * manual/startup.texi (syscall): Use @dots{} instead of literal
83655         "...".
83656         * manual/stdio.texi (__fpending): Separate initial words of
83657         paragraph from @deftypefun line.
83658         * manual/syslog.texi (syslog): Use @dots{} instead of literal
83659         "...".
83660         (vsyslog): Use @var{} on parameter names.
83661         * manual/terminal.texi (stty): Use @var{} on parameter names.
83662         * manual/users.texi (getutmp): Use @var{} on parameter names.
83663         (getutmpx): Likewise.
83665 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
83667         [BZ #6884]
83668         * manual/stdio.texi (fopen): Fix typos in description of
83669         ",ccs=STRING".
83671 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
83673         [BZ #4026]
83674         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
83675         get clock_id definition.
83677 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
83679         [BZ #4822]
83680         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
83681         (madvise): Cast every argument to void on its own.
83683 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
83685         [BZ #9902]
83686         * manual/startup.texi (Exit Status): Fix typo.
83688 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
83690         [BZ #10140]
83691         * manual/examples/argp-ex1.c: Include <stdlib.h>.
83692         * manual/examples/argp-ex2.c: Likewise.
83693         * manual/examples/argp-ex3.c: Likewise.
83695 2012-02-16  Richard Henderson  <rth@redhat.com>
83697         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
83698         * sysdeps/s390/s390-32/initfini.c: Remove.
83699         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
83700         * sysdeps/s390/s390-64/initfini.c: Remove.
83702 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
83704         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
83705         compiler output for sysdeps/generic/initfini.c.
83706         * sysdeps/sh/elf/initfini.c: Remove file.
83708 2012-02-16  David S. Miller  <davem@davemloft.net>
83710         [BZ #11494]
83711         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
83713         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
83714         * sysdeps/sparc/crti.S: New file.
83715         * sysdeps/sparc/crtn.S: New file.
83716         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
83717         * sysdeps/sparc/sparc64/Makefile: Likewise.
83719 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
83721         [BZ #3335]
83722         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
83724 2012-02-15  Roland McGrath  <roland@hack.frob.com>
83726         [BZ #4822]
83727         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
83729         * mach/devstream.c (cookie_io_functions_t): Macro removed.
83730         (write, read, close): Likewise.
83731         Patch by Aurelien Jarno <aurelien@aurel32.net>.
83733 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
83735         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
83736         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
83737         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
83738         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
83739         <bits/signalfd.h>.
83740         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
83741         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
83742         bits/signalfd.h.
83744 2012-02-14  Marek Polacek  <polacek@redhat.com>
83746         * sysdeps/x86_64/crti.S: New file.
83747         * sysdeps/x86_64/crtn.S: New file.
83748         * sysdeps/x86_64/elf/initfini.c: Remove file.
83750 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
83752         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
83753         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
83754         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
83755         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
83756         <bits/inotify.h>.
83757         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
83758         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
83759         bits/inotify.h.
83761 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
83763         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
83764         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
83765         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
83766         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
83767         <bits/eventfd.h>.
83768         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
83769         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
83770         bits/eventfd.h.
83772 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
83774         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
83775         __feraiseexcept instead of feraiseexcept.
83777         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
83778         nanosleep invocations.
83779         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
83780         strings, and add error checking for a nanosleep invocations.
83782 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
83784         Replace FSF snail mail address with URLs, as per GNU coding standards.
83785         Most of the snail mail addresses were wrong anyway, and omitting
83786         them makes the source code easier to maintain.  Almost all of the
83787         changes are to license notices and to locale LC_IDENTIFICATION
83788         addresses, except for this one:
83789         * manual/libc.texinfo: In "Published by", give the FSF's URL,
83790         not its snail mail address.
83792 2012-02-09  Richard Henderson  <rth@twiddle.net>
83794         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
83795         of kernel-features.h.
83797         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
83799 2012-02-08  Marek Polacek  <polacek@redhat.com>
83801         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
83802         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
83803         * sysdeps/gnu/_G_config.h: Likewise.
83804         * sysdeps/generic/_G_config.h: Likewise.
83806 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
83808         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
83809         tests.
83810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83812         * sysdeps/powerpc/powerpc32/crti.S: New file.
83813         * sysdeps/powerpc/powerpc32/crtn.S: New file.
83814         * sysdeps/powerpc/powerpc64/crti.S: New file.
83815         * sysdeps/powerpc/powerpc64/crtn.S: New file.
83817         * Makeconfig (have-initfini): Don't set.
83818         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
83819         * configure.in (nopic_initfini): Don't substitute.
83820         * config.h.in (HAVE_INITFINI): Don't #undef.
83821         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
83822         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
83824 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
83826         Support crti.S and crtn.S provided directly by architectures.
83827         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
83828         [crti.S in sysdirs] (omit-deps): Likewise.
83829         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
83830         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
83831         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
83832         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
83833         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
83834         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
83835         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
83836         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
83837         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
83838         compiler output for sysdeps/generic/initfini.c.
83839         * sysdeps/i386/elf/Makefile: Remove file.
83840         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
83842 2012-02-07  Marek Polacek  <polacek@redhat.com>
83844         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
83845         * sysdeps/gnu/_G_config.h: Likewise.
83846         * sysdeps/mach/hurd/_G_config.h: Likewise.
83848 2012-02-07  Marek Polacek  <polacek@redhat.com>
83850         * math/Makefile (tests): Add tst-CMPLX2.
83851         * math/tst-CMPLX2.c: New file.
83853 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
83855         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
83857         * math/libm-test.inc (jn_test): Add missing L suffix.
83859 2012-02-06  Marek Polacek  <polacek@redhat.com>
83861         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
83862         * sysdeps/i386/fpu/e_powf.S: Likewise.
83863         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
83864         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
83865         * sysdeps/i386/fpu/e_acosh.S: Likewise.
83866         * sysdeps/i386/fpu/e_pow.S: Likewise.
83867         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
83868         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
83869         * sysdeps/i386/fpu/s_expm1.S: Likewise.
83870         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
83871         * sysdeps/i386/fpu/e_log2.S: Likewise.
83872         * sysdeps/i386/fpu/e_log2l.S: Likewise.
83873         * sysdeps/i386/fpu/e_scalb.S: Likewise.
83874         * sysdeps/i386/fpu/e_powl.S: Likewise.
83875         * sysdeps/i386/fpu/s_log1p.S: Likewise.
83876         * sysdeps/i386/fpu/e_log10f.S: Likewise.
83877         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
83878         * sysdeps/i386/fpu/e_logl.S: Likewise.
83879         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
83880         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
83881         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
83882         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
83883         * sysdeps/i386/fpu/e_log2f.S: Likewise.
83884         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
83885         * sysdeps/i386/fpu/e_log.S: Likewise.
83886         * sysdeps/i386/fpu/s_cexp.S: Likewise.
83887         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
83888         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
83889         * sysdeps/i386/fpu/e_logf.S: Likewise.
83890         * sysdeps/i386/fpu/e_log10l.S: Likewise.
83891         * sysdeps/i386/fpu/e_atanh.S: Likewise.
83892         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
83893         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
83894         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
83895         * sysdeps/i386/fpu/e_log10.S: Likewise.
83896         * sysdeps/i386/fpu/s_frexp.S: Likewise.
83897         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
83898         * sysdeps/i386/fpu/s_asinh.S: Likewise.
83899         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
83900         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
83901         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
83902         * sysdeps/i386/asm-syntax.h: Likewise.
83903         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
83904         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
83905         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
83906         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
83907         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
83908         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
83909         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
83910         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
83911         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
83912         * sysdeps/powerpc/sysdep.h: Likewise.
83913         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
83914         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
83916 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
83918         [BZ #411]
83919         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
83921 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
83923         * sysdeps/i386/sysdep.h: Include <features.h>.
83924         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
83925         version.
83927 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
83929         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
83930         Define.
83931         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
83932         LOAD_PIC_REG_STR.
83934 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
83936         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
83937         (SETUP_PIC_REG): Use GET_PC_THUNK.
83938         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
83939         macro.
83941 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
83943         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
83944         for non-PIC compilation.
83945         (SETUP_PIC_REG): Add .p2align directive.
83946         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
83947         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
83948         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
83949         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
83950         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
83951         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
83952         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
83953         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
83954         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
83955         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
83956         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
83957         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
83958         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
83959         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
83960         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
83961         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
83962         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
83963         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
83964         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
83965         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
83966         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
83967         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
83968         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
83969         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
83970         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
83971         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
83972         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
83973         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
83974         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
83975         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
83976         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
83977         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
83978         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
83979         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
83980         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
83981         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
83982         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
83983         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
83984         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
83985         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
83986         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
83988 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
83990         * math/tst-CMPLX.c: Include <stdio.h>.
83992 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
83994         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
83995         float.
83996         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
83997         * sysdeps/sparc/bits/mathdef.h: Likewise.
83999 2012-01-31  Marek Polacek  <polacek@redhat.com>
84001         * libio/libio.h: Don't define _PARAMS.
84002         * locale/programs/config.h: Don't define PARAMS.
84003         * stdlib/strtol_l.c: Likewise.
84004         (__strtol_l): Remove PARAMS from the prototype.
84006 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
84008         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
84009         names.  Just use the correct names.  Remove unnecessary wrapper
84010         functions.
84011         * malloc/arena.c: Likewise.
84012         * malloc/hooks.c: Likewise.
84014         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
84015         ARENA_TEST says not to.  Simplify test for creation of a new arena.
84016         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
84018 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
84020         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
84021         into tail calls.
84022         (update_get_addr): New function.
84023         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
84024         GET_ADDR_MODULE parameter.
84026 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
84028         * crypt/cert.c: Remove __STDC__ conditionals.
84029         * crypt/crypt-entry.c: Likewise.
84030         * crypt/crypt_util.c: Likewise.
84031         * libio/filedoalloc.c: Likewise.
84032         * libio/fileops.c: Likewise.
84033         * libio/genops.c: Likewise.
84034         * libio/iofclose.c: Likewise.
84035         * libio/iofdopen.c: Likewise.
84036         * libio/iofopen.c: Likewise.
84037         * libio/iofopen64.c: Likewise.
84038         * libio/iogetdelim.c: Likewise.
84039         * libio/iopopen.c: Likewise.
84040         * libio/obprintf.c: Likewise.
84041         * libio/oldfileops.c: Likewise.
84042         * libio/oldiofclose.c: Likewise.
84043         * libio/oldiofdopen.c: Likewise.
84044         * libio/oldiofopen.c: Likewise.
84045         * libio/oldiopopen.c: Likewise.
84046         * libio/wfiledoalloc.c: Likewise.
84047         * libio/wgenops.c: Likewise.
84048         * locale/programs/xmalloc.c: Likewise.
84049         * misc/syslog.c: Likewise.
84050         * stdio-common/xbug.c: Likewise.
84051         * string/memchr.c: Likewise.
84052         * string/memcmp.c: Likewise.
84053         * string/memrchr.c: Likewise.
84054         * string/rawmemchr.c: Likewise.
84055         * sysdeps/posix/getcwd.c: Likewise.
84056         * time/strftime_l.c: Likewise.
84058 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
84060         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
84061         * config.make.in (config-cflags-sse2avx): Define.
84062         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
84063         Fix typo.
84065 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
84067         * scripts/config.guess: Update from upstream config git repository.
84068         * scripts/config.sub: Likewise.
84070 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
84072         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
84073         (EM_NUM): Update.
84074         (R_TILEPRO_*, R_TILEGX_*): New macros.
84076         * scripts/firstversions.awk: Fix bug in version range handling.
84078         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
84080         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
84082         * include/sys/epoll.h: New file.
84083         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
84084         libc_hidden_def.
84086 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
84088         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
84089         Avoid unnecessary __WORDSIZE == 64 test.
84090         (fmaxf): Use VEX format if possible.
84091         (fmax): Likewise.
84092         (fminf): Likewise.
84093         (fmin): Likewise.
84095         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
84096         * math/math_private.h: Remove libc_fegetround* and
84097         libc_fesetround*.
84098         * sysdeps/i386/configure.in: Check for -msse2avx.
84099         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
84100         also if SSE2AVX is defined.
84101         Remove libc_fegetround* and libc_fesetround*.
84102         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
84103         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
84104         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
84105         of HAS_YMM_USABLE.
84106         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
84107         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
84108         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
84109         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
84110         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
84112         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
84114 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
84116         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
84117         size is not set.
84118         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
84120 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
84122         [BZ #13618]
84123         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
84124         relocation.
84125         * Makeconfig (libm): Define.
84126         * elf/Makefile: Add rules to build and run tst-relsort1.
84127         * elf/tst-relsort1.c: New file.
84128         * elf/tst-relsort1mod1.c: New file.
84129         * elf/tst-relsort1mod2.c: New file.
84131 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
84133         * math/s_ldexp.c: Remove __STDC__ conditionals.
84134         * math/s_ldexpf.c: Likewise.
84135         * math/s_ldexpl.c: Likewise.
84136         * math/s_nextafter.c: Likewise.
84137         * math/s_nexttowardf.c: Likewise.
84138         * math/s_significand.c: Likewise.
84139         * math/s_significandf.c: Likewise.
84140         * math/s_significandl.c: Likewise.
84141         * math/w_jnl.c: Likewise.
84142         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
84143         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
84144         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
84145         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
84146         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
84147         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
84148         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
84149         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
84150         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
84151         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
84152         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
84153         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
84154         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
84155         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
84156         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
84157         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
84158         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
84159         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
84160         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
84161         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
84162         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
84163         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
84164         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
84165         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
84166         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
84167         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
84168         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
84169         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
84170         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
84171         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
84172         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
84173         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
84174         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
84175         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
84176         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
84177         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
84178         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
84179         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
84180         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
84181         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
84182         * sysdeps/ieee754/k_standard.c: Likewise.
84183         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
84184         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
84185         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
84186         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
84187         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
84188         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
84189         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
84190         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
84191         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
84192         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
84193         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
84194         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
84195         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
84196         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
84197         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
84198         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
84199         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
84200         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
84201         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
84202         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
84203         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
84204         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
84205         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
84206         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
84207         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
84208         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
84209         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
84210         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
84211         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
84212         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
84213         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
84214         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
84215         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
84216         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
84217         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
84218         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
84219         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
84220         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
84221         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
84222         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
84223         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
84224         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
84225         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
84226         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
84227         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
84228         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
84229         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
84230         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
84231         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
84232         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
84233         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
84234         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
84235         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
84236         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
84237         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
84238         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
84239         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
84240         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
84241         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
84242         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
84243         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
84244         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
84245         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
84246         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
84247         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
84248         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
84249         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
84250         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
84251         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
84252         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
84253         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
84254         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
84255         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
84256         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
84257         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
84258         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
84259         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
84260         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
84261         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
84262         * sysdeps/ieee754/s_matherr.c: Likewise.
84263         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
84264         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
84265         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
84266         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
84268 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
84270         * crypt/md5.h: Remove __STDC__ conditionals.
84271         * libio/libioP.h: Likewise.
84272         * locale/programs/config.h: Likewise.
84273         * sysdeps/generic/sysdep.h: Likewise.
84274         * sysdeps/i386/asm-syntax.h: Likewise.
84275         * sysdeps/s390/asm-syntax.h: Likewise.
84276         * sysdeps/unix/sysdep.h: Likewise.
84277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
84278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
84280 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
84282         * libio/libio.h: Remove __STDC__ conditionals.
84283         * malloc/obstack.h: Likewise.
84284         * math/complex.h: Likewise.
84285         * math/math.h: Likewise.
84286         * sysdeps/generic/_G_config.h: Likewise.
84287         * sysdeps/gnu/_G_config.h: Likewise.
84288         * sysdeps/mach/hurd/_G_config.h: Likewise.
84289         * sysdeps/powerpc/bits/mathdef.h: Likewise.
84290         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
84291         * sysdeps/sparc/bits/mathdef.h: Likewise.
84293 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
84295         [BZ #13583]
84296         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
84297         Clean up HAS_* macros.
84298         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
84299         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
84300         possible.
84301         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
84302         HAS_AVX.
84303         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
84304         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
84305         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
84306         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
84307         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
84309 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
84311         * elf/tst-unique3.cc (gets): Remove declaration.
84312         * elf/tst-unique3lib.cc (gets): Likewise.
84313         * elf/tst-unique3lib2.cc (gets): Likewise.
84314         * elf/tst-unique4.cc (gets): Likewise.
84316 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
84318         * include/stdio.h: Add C++ protection.  Add gets declarations and
84319         definitions.
84320         * debug/tst-chk1.c: Don't declare gets here.
84321         * stdio-common/tst-gets.c: Likewise.
84323 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
84325         * posix/glob: Remove directory.
84327 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
84329         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
84331 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
84333         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
84334         of the non-standard EPFNOSUPPORT.
84336 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
84338         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
84339         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
84340         ANYWHERE set to 1 only on KERN_NO_SPACE error.
84342 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
84344         * wcsmbs/uchar.h: Test __STDC_VERSION__.
84346 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
84348         * nscd/aicache.c (addhstaiX): Do not cache negative results of
84349         transient errors.
84350         * nscd/grpcache.c (cache_addgr): Likewise.
84351         * nscd/hstcache.c (cache_addhst): Likewise.
84352         * nscd/initgrcache.c (addinitgroupsX): Likewise.
84353         * nscd/pwdcache.c (cache_addpw): Likewise.
84354         * nscd/servicescache.c (cache_addserv): Likewise.
84356 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
84358         * malloc/malloc.c: Various cleanups.
84359         * malloc/hooks.c: Likewise.
84361         * stdlib/Makefile (tests): Add bug-fmtmsg1.
84362         * stdlib/bug-fmtmsg1.c: New file.
84364         * stdlib/fmtmsg.c (init): Add missing unlock.
84365         Patch by Peng Haitao <penght@cn.fujitsu.com>.
84367 2012-01-12  Marek Polacek  <polacek@redhat.com>
84369         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
84370         and _GNU_SOURCE.
84372 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
84374         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
84375         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
84376         macro to ensure uniqueness of label name.
84377         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
84378         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
84380 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
84382         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
84384         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
84385         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
84386         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
84387         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
84389 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
84391         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
84393         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
84394         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
84395         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
84397         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
84399         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
84400         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
84401         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
84402         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
84404         * math/bits/math-finite.h: Add ldexp support.
84406 2012-01-10  Marek Polacek  <polacek@redhat.com>
84408         * locale/programs/localedef.h (show_archive_content): Add noreturn
84409         attribute.
84411 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
84413         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
84415 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
84417         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
84419         * io/Makefile (headers): Add bits/poll2.h.
84421 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
84423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
84424         typo #include statement.
84426 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
84428         * include/sys/cdefs.h: Define __attribute_alloc_size.
84429         * catgets/gencat.c: Add alloc_size attribute and apply consistently
84430         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
84431         * elf/pldd.c: Likewise.
84432         * iconv/iconv_charmap.c: Likewise.
84433         * iconv/iconvconfig.c: Likewise.
84434         * iconv/strtab.c: Likewise.
84435         * locale/programs/locale.c: Likewise.
84436         * locale/programs/localedef.h: Likewise.
84437         * locale/programs/simple-hash.c: Likewise.
84438         * nscd/nscd.h: Likewise.
84439         * nss/makedb.c: Likewise.
84440         * sysdeps/generic/ldconfig.h: Likewise.
84441         * locale/programs/localedef.c: Remove xmalloc prototype.
84442         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
84444 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
84446         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
84447         appropriate.
84449 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
84451         * math/Makefile (tests): Add tst-CMPLX.
84452         * math/tst-CMPLX.c: New file.
84454         * math/complex.h (CMPLXL): Fix typo.
84456         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
84457         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
84458         GLIBC_2.16.
84459         * debug/tst-chk1.c: Add poll and ppoll tests.
84460         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
84461         * include/sys/poll.h: Add hidden proto for ppoll.
84462         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
84463         * sysdeps/mach/hurd/ppoll.c: Likewise.
84464         * io/ppoll.c: Likewise.
84465         * debug/poll_chk.c: New file.
84466         * debug/ppoll_chk.c: New file.
84467         * include/bits/poll2.h: New file.
84468         * io/bits/poll2.h: New file.
84470         [BZ #1350]
84471         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
84473         * configure.in: static is always set to yes.  Remove.
84474         * config.make.in: Don't set build-static.
84475         * Makeconfig: Remove use of build-static.
84476         * dlfcn/Makefile: Likewise.
84477         * elf/Makefile: Likewise.
84478         * math/Makefile: Likewise.
84479         * misc/Makefile: Likewise.
84480         * nptl/Makefile: Likewise.
84481         * sysdeps/mach/hurd/Makefile: Likewise.
84483         * configure.in: PWD_P is not used anymore.
84484         * config.make.in: Remove PWD_P entry.
84486         * configure.in: Remove last remnants of RANLIB.
84487         No need to check for signed size_t anymore.
84488         Don't set libc_commonpagesize and libc_relro_required here for Alpha
84489         and IA-64.
84490         Remove __builtin_expect test because we require at least gcc 3.4.
84491         * aclocal.m4: Likewise.
84493         * wcsmbs/mbrtoc16.c: Implement using towc function.
84494         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
84495         * wcsmbs/wcsmbsload.c: Likewise.
84496         * iconv/gconv_simple.c: Likewise.
84497         * iconv/gconv_int.h: Likewise.
84498         * iconv/gconv_builtin.h: Likewise.
84499         * iconv/iconv_prog.c: Remove CHAR16 handling.
84501         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
84503         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
84505         * configure.in: Remove --with-elf and --enable-bounded options.
84506         Dont set base_machine for ia64.  More non-ELF conditions removed.
84507         Remove testing and setting of leading underscore information.
84508         * config.make.in (build-bounded): Set to no.
84509         * config.h.in: Remove NO_UNDERSCORES entry.
84510         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
84511         them.
84512         * csu/start.c: Remove !NO_UNDERSCORE code.
84513         * locale/localeinfo.h: Likewise.
84514         * sysdeps/generic/machine-gmon.h: Likewise.
84515         * sysdeps/generic/sysdep.h: Likewise.
84516         * sysdeps/i386/sysdep.h: Likewise.
84517         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
84518         * sysdeps/mach/sysdep.h: Likewise.
84519         * sysdeps/s390/s390-32/sysdep.h: Likewise.
84520         * sysdeps/s390/s390-64/sysdep.h: Likewise.
84521         * sysdeps/sh/sysdep.h: Likewise.
84522         * sysdeps/sparc/sparc32/alloca.S: Likewise.
84523         * sysdeps/unix/i386/sysdep.S: Likewise.
84524         * sysdeps/unix/sparc/start.c: Likewise.
84525         * sysdeps/unix/sparc/sysdep.S: Likewise.
84526         * sysdeps/unix/sparc/sysdep.h: Likewise.
84527         * sysdeps/unix/start.c: Likewise.
84528         * sysdeps/unix/x86_64/sysdep.S: Likewise.
84529         * sysdeps/x86_64/sysdep.h: Likewise.
84531 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
84533         [BZ #13553]
84534         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
84535         for non-gcc.
84536         * argp/argp-fmtstream.h: Use const instead __const.
84537         * argp/argp.h: Likewise.
84538         * assert/assert.h: Likewise.
84539         * bits/fenv.h: Likewise.
84540         * bits/sched.h: Likewise.
84541         * bits/sigset.h: Likewise.
84542         * bits/sigthread.h: Likewise.
84543         * catgets/nl_types.h: Likewise.
84544         * conform/data/pthread.h-data: Likewise.
84545         * crypt/crypt-private.h: Likewise.
84546         * crypt/crypt.h: Likewise.
84547         * crypt/crypt_util.c: Likewise.
84548         * ctype/ctype.h: Likewise.
84549         * debug/execinfo.h: Likewise.
84550         * debug/mbsnrtowcs_chk.c: Likewise.
84551         * debug/mbsrtowcs_chk.c: Likewise.
84552         * debug/wcsnrtombs_chk.c: Likewise.
84553         * debug/wcsrtombs_chk.c: Likewise.
84554         * debug/wcstombs_chk.c: Likewise.
84555         * dirent/dirent.h: Likewise.
84556         * dlfcn/dlfcn.h: Likewise.
84557         * elf/neededtest4.c: Likewise.
84558         * grp/grp.h: Likewise.
84559         * gshadow/gshadow.h: Likewise.
84560         * iconv/gconv.h: Likewise.
84561         * iconv/gconv_int.h: Likewise.
84562         * iconv/gconv_simple.c: Likewise.
84563         * iconv/iconv.h: Likewise.
84564         * iconv/loop.c: Likewise.
84565         * iconv/skeleton.c: Likewise.
84566         * include/aio.h: Likewise.
84567         * include/aliases.h: Likewise.
84568         * include/argz.h: Likewise.
84569         * include/arpa/inet.h: Likewise.
84570         * include/assert.h: Likewise.
84571         * include/dirent.h: Likewise.
84572         * include/dlfcn.h: Likewise.
84573         * include/execinfo.h: Likewise.
84574         * include/fcntl.h: Likewise.
84575         * include/fenv.h: Likewise.
84576         * include/glob.h: Likewise.
84577         * include/grp.h: Likewise.
84578         * include/libintl.h: Likewise.
84579         * include/mntent.h: Likewise.
84580         * include/netdb.h: Likewise.
84581         * include/pwd.h: Likewise.
84582         * include/rpc/netdb.h: Likewise.
84583         * include/sched.h: Likewise.
84584         * include/search.h: Likewise.
84585         * include/shadow.h: Likewise.
84586         * include/signal.h: Likewise.
84587         * include/stdio.h: Likewise.
84588         * include/stdlib.h: Likewise.
84589         * include/string.h: Likewise.
84590         * include/sys/socket.h: Likewise.
84591         * include/sys/stat.h: Likewise.
84592         * include/sys/statfs.h: Likewise.
84593         * include/sys/statvfs.h: Likewise.
84594         * include/sys/syslog.h: Likewise.
84595         * include/sys/time.h: Likewise.
84596         * include/sys/uio.h: Likewise.
84597         * include/time.h: Likewise.
84598         * include/unistd.h: Likewise.
84599         * include/utmp.h: Likewise.
84600         * include/wchar.h: Likewise.
84601         * include/wctype.h: Likewise.
84602         * inet/aliases.h: Likewise.
84603         * inet/arpa/inet.h: Likewise.
84604         * inet/netinet/ether.h: Likewise.
84605         * inet/netinet/in.h: Likewise.
84606         * intl/libintl.h: Likewise.
84607         * io/bits/fcntl2.h: Likewise.
84608         * io/fcntl.h: Likewise.
84609         * io/ftw.h: Likewise.
84610         * io/sys/poll.h: Likewise.
84611         * io/sys/stat.h: Likewise.
84612         * io/sys/statfs.h: Likewise.
84613         * io/sys/statvfs.h: Likewise.
84614         * io/utime.h: Likewise.
84615         * libio/bits/stdio.h: Likewise.
84616         * libio/bits/stdio2.h: Likewise.
84617         * libio/libio.h: Likewise.
84618         * libio/libioP.h: Likewise.
84619         * libio/stdio.h: Likewise.
84620         * locale/lc-ctype.c: Likewise.
84621         * locale/locale.h: Likewise.
84622         * login/utmp.h: Likewise.
84623         * malloc/arena.c: Likewise.
84624         * malloc/malloc.c: Likewise.
84625         * malloc/malloc.h: Likewise.
84626         * malloc/mcheck.c: Likewise.
84627         * malloc/mtrace.c: Likewise.
84628         * math/bits/mathcalls.h: Likewise.
84629         * math/fenv.h: Likewise.
84630         * math/math_private.h: Likewise.
84631         * misc/bits/error.h: Likewise.
84632         * misc/bits/syslog.h: Likewise.
84633         * misc/err.h: Likewise.
84634         * misc/error.h: Likewise.
84635         * misc/fstab.h: Likewise.
84636         * misc/mntent.h: Likewise.
84637         * misc/regexp.h: Likewise.
84638         * misc/search.h: Likewise.
84639         * misc/sgtty.h: Likewise.
84640         * misc/sys/mman.h: Likewise.
84641         * misc/sys/syslog.h: Likewise.
84642         * misc/sys/uio.h: Likewise.
84643         * misc/sys/xattr.h: Likewise.
84644         * misc/ttyent.h: Likewise.
84645         * nis/rpcsvc/ypclnt.h: Likewise.
84646         * nss/nss.h: Likewise.
84647         * posix/bits/unistd.h: Likewise.
84648         * posix/fnmatch.h: Likewise.
84649         * posix/glob.h: Likewise.
84650         * posix/sched.h: Likewise.
84651         * posix/spawn.h: Likewise.
84652         * posix/sys/wait.h: Likewise.
84653         * posix/unistd.h: Likewise.
84654         * posix/wordexp.h: Likewise.
84655         * pwd/pwd.h: Likewise.
84656         * resolv/netdb.h: Likewise.
84657         * resource/sys/resource.h: Likewise.
84658         * rt/aio.h: Likewise.
84659         * rt/bits/mqueue2.h: Likewise.
84660         * rt/mqueue.h: Likewise.
84661         * shadow/shadow.h: Likewise.
84662         * signal/signal.h: Likewise.
84663         * socket/send.c: Likewise.
84664         * socket/sendto.c: Likewise.
84665         * socket/sys/socket.h: Likewise.
84666         * stdio-common/printf.h: Likewise.
84667         * stdlib/bits/stdlib.h: Likewise.
84668         * stdlib/fmtmsg.h: Likewise.
84669         * stdlib/monetary.h: Likewise.
84670         * stdlib/stdlib.h: Likewise.
84671         * stdlib/ucontext.h: Likewise.
84672         * streams/stropts.h: Likewise.
84673         * string/argz.h: Likewise.
84674         * string/bits/string2.h: Likewise.
84675         * string/string.h: Likewise.
84676         * string/strings.h: Likewise.
84677         * sunrpc/rpc/auth.h: Likewise.
84678         * sunrpc/rpc/auth_des.h: Likewise.
84679         * sunrpc/rpc/clnt.h: Likewise.
84680         * sunrpc/rpc/netdb.h: Likewise.
84681         * sunrpc/rpc/pmap_clnt.h: Likewise.
84682         * sunrpc/rpc/xdr.h: Likewise.
84683         * sysdeps/generic/inttypes.h: Likewise.
84684         * sysdeps/generic/net/if.h: Likewise.
84685         * sysdeps/generic/sys/swap.h: Likewise.
84686         * sysdeps/gnu/net/if.h: Likewise.
84687         * sysdeps/gnu/utmpx.h: Likewise.
84688         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
84689         * sysdeps/i386/i486/bits/string.h: Likewise.
84690         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
84691         * sysdeps/s390/bits/string.h: Likewise.
84692         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
84693         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
84694         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
84695         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
84696         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
84697         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
84698         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
84699         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
84700         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
84701         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
84702         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
84703         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
84704         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
84705         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
84706         * sysdeps/unix/sysv/linux/readv.c: Likewise.
84707         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
84708         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
84709         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
84710         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
84711         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
84712         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
84713         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
84714         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
84715         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
84716         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
84717         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
84718         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
84719         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
84720         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
84721         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
84722         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
84723         * sysvipc/sys/ipc.h: Likewise.
84724         * sysvipc/sys/msg.h: Likewise.
84725         * sysvipc/sys/sem.h: Likewise.
84726         * sysvipc/sys/shm.h: Likewise.
84727         * termios/termios.h: Likewise.
84728         * time/sys/time.h: Likewise.
84729         * time/time.h: Likewise.
84730         * wcsmbs/bits/wchar2.h: Likewise.
84731         * wcsmbs/uchar.h: Likewise.
84732         * wcsmbs/wchar.h: Likewise.
84733         * wctype/wctype.h: Likewise.
84735         [BZ #13551]
84736         * Makeconfig: Remove all but ELF support including AIX support.
84737         * Makerules: Likewise.
84738         * config.h.in: Likewise.
84739         * config.make.in: Likewise.
84740         * configure: Likewise.
84741         * configure.in: Likewise.
84742         * csu/Makefile: Likewise.
84743         * csu/version.c: Likewise.
84744         * debug/Makefile: Likewise.
84745         * dlfcn/Makefile: Likewise.
84746         * elf/Makefile: Likewise.
84747         * extra-lib.mk: Likewise.
84748         * iconv/Makefile: Likewise.
84749         * include/libc-symbols.h: Likewise.
84750         * include/shlib-compat.h: Likewise.
84751         * resolv/Makefile: Likewise.
84752         * resolv/res_libc.c: Likewise.
84753         * rt/Makefile: Likewise.
84754         * sysdeps/i386/asm-syntax.h: Likewise.
84755         * sysdeps/i386/sysdep.h: Likewise.
84756         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
84757         * sysdeps/mach/sysdep.h: Likewise.
84758         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
84759         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
84760         * sysdeps/s390/asm-syntax.h: Likewise.
84761         * sysdeps/s390/s390-32/sysdep.h: Likewise.
84762         * sysdeps/s390/s390-64/sysdep.h: Likewise.
84763         * sysdeps/sh/sysdep.h: Likewise.
84764         * sysdeps/unix/sparc/sysdep.h: Likewise.
84765         * sysdeps/wordsize-32/divdi3.c: Likewise.
84766         * sysdeps/x86_64/sysdep.h: Likewise.
84768         * argp/Versions: Remove _argp_unlock_xxx.
84770         [BZ #13559]
84771         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
84772         * abilist/libBrokenLocale.abilist: Likewise.
84773         * abilist/libanl.abilist: Likewise.
84774         * abilist/libc.abilist: Likewise.
84775         * abilist/libcrypt.abilist: Likewise.
84776         * abilist/libdl.abilist: Likewise.
84777         * abilist/libm.abilist: Likewise.
84778         * abilist/libnsl.abilist: Likewise.
84779         * abilist/libpthread.abilist: Likewise.
84780         * abilist/libresolv.abilist: Likewise.
84781         * abilist/librt.abilist: Likewise.
84782         * abilist/libthread_db.abilist: Likewise.
84783         * abilist/libutil.abilist: Likewise.
84784         * abilist/libnss_db.abilist: New file.
84786         * scripts/abilist.awk: Add support for indirect functions.
84788         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
84790         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
84792         * shlib-versions: Remove entries for ports architectures.
84794         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
84795         files in ports.
84796         * elf/stackguard-macros.h: Remove support for IA-64.
84797         * elf/tst-auditmod1.c: Likewise.
84798         * sysdeps/generic/ldsodefs.h: Likewise.
84800         * sysdeps/unix/sysv/linux/configure.in: Ports should define
84801         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
84802         configure files.
84804         [BZ #13552]
84805         * configure.in: Remove --enable-omitfp support.
84806         * FAQ.in: Adjust.
84807         * config.make.in: Likewise.
84808         * Makeconfig: Likewise.
84809         * manual/install.texi: Likewise.
84811         In case anyone cares, the IA-64 architecture could move to ports.
84812         * sysdeps/ia64/*: Removed.
84813         * sysdeps/unix/sysv/linux/ia64/*: Removed.
84814         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
84816         [BZ #13555]
84817         * configure.in: Remove entries for unsupported architectures.
84819         [BZ #13533]
84820         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
84821         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
84822         routines.
84823         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
84824         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
84825         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
84826         fall back to using wcrtomb.
84827         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
84828         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
84829         renaming.
84830         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
84831         * wcsmbs/tst-c16c32-1.c: New file.
84833         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
84834         local variable.
84836         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
84838         * elf/tst-unique3.cc: Add explicit declaration of gets.
84839         * elf/tst-unique3lib.cc: Likewise.
84840         * elf/tst-unique3lib2.cc: Likewise.
84841         * elf/tst-unique4.cc: Likewise.
84843         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
84845 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
84847         [BZ #13566]
84848         * assert/assert.h (static_assert): Don't define for C++.
84849         * libio/stdio.h (gets): Do declare for C++ <= C++11.
84850         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
84852 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
84854         * iconv/loop.c (single loop): Fix assertion in storing of
84855         remaining bytes.
84857         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
84859 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
84861         * posix/getconf.c: Update copyright year.
84862         * nss/getent.c: Likewise.
84863         * nss/makedb.c: Likewise.
84864         * iconv/iconvconfig.c: Likewise.
84865         * iconv/iconv_prog.c: Likewise.
84866         * elf/ldconfig.c: Likewise.
84867         * elf/pldd.c: Likewise.
84868         * elf/sotruss.ksh: Likewise.
84869         * catgets/gencat.c: Likewise.
84870         * csu/version.c: Likewise.
84871         * elf/ldd.bash.in: Likewise.
84872         * elf/sprof.c (print_version): Likewise.
84873         * locale/programs/locale.c: Likewise.
84874         * locale/programs/localedef.c: Likewise.
84875         * login/programs/pt_chown.c: Likewise.
84876         * nscd/nscd.c (print_version): Likewise.
84877         * debug/xtrace.sh: Likewise.
84878         * malloc/memusage.sh: Likewise.
84879         * malloc/mtrace.pl: Likewise.
84880         * debug/catchsegv.sh: Likewise.
84882 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
84884         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
84885         pure attribute.
84887 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
84889         [BZ #13533]
84890         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
84891         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
84892         transformations.
84893         * iconv/gconv_int.h: Likewise.
84894         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
84895         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
84896         from libc for GLIBC_2.16.
84897         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
84898         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
84899         * wcsmbs/uchar.h: Really define mbstate_t.
84900         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
84901         * wcsmbs/c16rtomb.c: New file.
84902         * wcsmbs/mbrtoc16.c: New file.
84903         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
84904         for C/POSIX locale.
84905         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
84906         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
84908         * wcsmbs/wchar.h: Add missing __restrict.
84910 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
84912         [BZ #13532]
84913         * time/Makefile (routines): Add timespec_get.
84914         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
84915         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
84916         timespec for ISO C11.
84917         * time/timespec_get.c: New file.
84918         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
84919         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
84921         [BZ #13531]
84922         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
84923         * stdlib/stdlib.h: Declare aligned_alloc.
84924         * Versions.def: Add GLIBC_2.16 for libc.
84925         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
84927         [BZ 13527]
84928         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
84929         ISO C11.
84931         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
84932         code.
84934         [BZ #13528]
84935         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
84937         [BZ #13529]
84938         * assert/assert.h (static_assert): Define.
84940         * version.h: Update for 2.16 development version.
84942         [BZ #13526]
84943         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
84944         _ISOC11_SOURCE.
84946         * version.h (RELEASE): Bump for 2.15 release.
84947         * include/features.h (__GLIBC_MINOR__): Bump to 15.
84949         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
84950         Patch by Marek Polacek <mpolacek@redhat.com>.
84952         * bits/byteswap.h: Protect long long constants with __extension__.
84953         * sysdeps/i386/bits/byteswap.h: Likewise.
84954         * sysdeps/ia64/bits/byteswap.h: Likewise.
84955         * sysdeps/s390/bits/byteswap.h: Likewise.
84956         * sysdeps/x86_64/bits/byteswap.h: Likewise.
84958 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
84960         [BZ #13540]
84961         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
84962         destination buffer.
84963         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
84965 2011-12-23  Marek Polacek  <polacek@redhat.com>
84967         * elf/dl-addr.c (determine_info): Add inline keyword.
84968         * elf/tst-auditmod4b.c (check_avx): Likewise.
84969         * elf/tst-auditmod6b.c (check_avx): Likewise.
84970         * elf/tst-auditmod6c.c (check_avx): Likewise.
84971         * elf/tst-auditmod7b.c (check_avx): Likewise.
84973 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
84975         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
84976         !__SSE_MATH__.
84978 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
84980         [BZ #13540]
84981         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
84982         processing for last bytes.
84984 2011-08-06  Bruno Haible  <bruno@clisp.org>
84986         [BZ #13061]
84987         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
84988         U+0385, not to U+1FEE.
84990         [BZ #13062]
84991         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
84992         entry for U+00A5 U+0301.
84994 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
84996         [BZ #13166]
84997         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
84998         buffer for the output is too small.
85000         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
85001         optimization.
85003         [BZ #13185]
85004         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
85005         SSE flags if possible.
85007 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85009         [BZ #13540]
85010         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
85011         processing for last bytes.
85013 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
85015         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
85016         (syscall-list-default-options, syscall-list-default-condition)
85017         (syscall-list-includes): Define.
85018         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
85019         list of ABIs and options and #if conditions for each ABI.  Do not
85020         handle common syscalls between ABIs specially.
85021         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
85022         Remove.
85023         (syscall-list-variants, syscall-list-32bit-options)
85024         (syscall-list-32bit-condition, syscall-list-64bit-options)
85025         (syscall-list-64bit-condition): Define.
85026         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
85027         (syscall-list-variants, syscall-list-32bit-options)
85028         (syscall-list-32bit-condition, syscall-list-64bit-options)
85029         (syscall-list-64bit-condition): Define.
85030         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
85031         Remove.
85032         (syscall-list-variants, syscall-list-32bit-options)
85033         (syscall-list-32bit-condition, syscall-list-64bit-options)
85034         (syscall-list-64bit-condition): Define.
85035         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
85036         Remove.
85037         (syscall-list-variants, syscall-list-32bit-options)
85038         (syscall-list-32bit-condition, syscall-list-64bit-options)
85039         (syscall-list-64bit-condition): Define.
85041 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
85043         * locale/iso-639.def: Add brx entry.
85045         [BZ #13328]
85046         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
85047         Proposed by Mariusz_Cukr <marcukr@op.pl>.
85049         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
85050         __feraiseexcept_renamed.
85052 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
85054         [BZ #13538]
85055         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
85056         EPOLLET with unsigned values.
85057         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
85058         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
85060         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
85061         to large cancellation.
85062         * math/s_cacoshf.c: Likewise.
85063         * math/s_cacoshl.c: Likewise.
85065 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
85067         [BZ #13305]
85068         [BZ #12786]
85069         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
85070         * math/s_cacoshf.c: Likewise.
85071         * math/s_cacoshl.c: Likewise.
85073 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
85075         [BZ #13439]
85076         * iconv/gconv.h: Define __GCONV_SWAP.
85077         * iconvdata/unicode.c: The swap bit must be stored in __flags.
85078         * iconvdata/utf-16.c: Likewise.
85079         * iconvdata/utf-32.c: Likewise.
85081 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
85083         [BZ #13524]
85084         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
85085         numerator after shifting it by one limb.
85087 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
85089         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
85090         under [__USE_EXTERN_INLINES].
85092 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
85094         [BZ #13446]
85095         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
85097 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
85099         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
85100         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
85101         optimized code.
85102         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
85103         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
85104         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
85105         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
85106         for strncasecmp/strncasecmp_l compilation.
85107         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
85108         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
85110 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
85112         [BZ #13484]
85113         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
85114         of __asm__.
85116 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
85118         [BZ #13506]
85119         * time/tzfile.c (__tzfile_read): Check values from file header.
85121 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
85123         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
85124         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
85125         * powerpc/powerpc32/dl-start.S: Likewise.
85126         * powerpc/powerpc32/elf/start.S: Likewise.
85127         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
85128         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
85129         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
85130         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
85131         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
85132         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
85133         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
85134         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
85135         * powerpc/powerpc32/fpu/s_round.S: Likewise.
85136         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
85137         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
85138         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
85139         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
85140         * powerpc/powerpc32/memset.S: Likewise.
85141         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
85142         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
85143         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
85144         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
85145         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
85146         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
85147         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
85148         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
85149         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
85150         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
85151         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
85152         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
85153         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
85155 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
85157         * math/libm-test.inc: Added more nearbyint tests.
85158         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
85159         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
85160         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
85161         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
85163 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
85165         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
85166         FD_CLOEXEC.
85168 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85170         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
85171         Add wcscpy-ssse3 wcscpy-c.
85172         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
85173         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
85174         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
85175         * sysdeps/x86_64/wcschr.S: New file.
85176         * sysdeps/x86_64/wcsrchr.S: New file.
85177         * string/test-strcmp.c: Remove checking of wcscmp function for
85178         wrong alignments.
85179         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
85180         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
85181         wcsrchr-sse2 wcsrchr-c.
85182         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
85183         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
85184         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
85185         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
85186         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
85187         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
85188         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
85189         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
85190         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
85191         * wcsmbc/wcschr.c (WCSCHR): New macro.
85193 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85195         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
85196         * wcsmbs/test-wcsrchr.c: New file.
85197         * string/test-strrchr.c: Add wcsrchr support.
85198         (WIDE): New macro.
85199         * wcsmbs/test-wcscpy.c: New file.
85200         * string/test-strcpy.c: Add wcscpy support.
85201         (WIDE): New macro.
85203 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
85205         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
85206         the inner loop.
85208 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
85210         [BZ #13472]
85211         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
85213 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
85215         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
85216         Minor optimizations.
85218         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
85219         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
85220         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
85222 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
85224         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
85225         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
85226         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
85227         for gcc to avoid warnings.
85228         * inet/Makefile (tests): Add tst-checks.
85229         * inet/tst-checks.c: New file.
85231         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
85232         warning.
85234         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
85235         __wmemcmp_sse2.
85237         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
85238         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
85240         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
85242 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
85244         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
85245         problem.
85247         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
85249 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
85251         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
85252         conditional on GCC version.
85253         (__arch_compare_and_exchange_val_8_acq)
85254         (__arch_compare_and_exchange_val_16_acq)
85255         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
85256         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
85257         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
85259 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
85261         * sysdeps/sh/backtrace.c: New file.
85263 2011-12-02  Andreas Schwab  <schwab@redhat.com>
85265         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
85266         parenthesis.
85268 2011-12-01  Andreas Schwab  <schwab@redhat.com>
85270         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
85271         falling back to utime.
85273 2011-11-30  Andreas Schwab  <schwab@redhat.com>
85275         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
85276         expectations for float.
85278 2011-11-29  Andreas Schwab  <schwab@redhat.com>
85280         * locale/weight.h (findidx): Add parameter len.
85281         * locale/weightwc.h (findidx): Likewise.
85282         * posix/fnmatch_loop.c (FCT): Adjust caller.
85283         * posix/regcomp.c (build_equiv_class): Likewise.
85284         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
85285         * posix/regexec.c (check_node_accept_bytes): Likewise.
85286         * string/strcoll_l.c (STRCOLL): Likewise.
85287         * string/strxfrm_l.c (STRXFRM): Likewise.
85289 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
85291         * Makefile.in: Remove CVSOPT handling.
85292         * configure.in: Remove use of AC_REVISION.
85293         * iconvdata/Makefile (distribute): No need to filter out CVS.
85294         * scripts/list-sources.sh: Remove CVS, subversion and monotone
85295         handling.
85297 2011-11-16  Andreas Schwab  <schwab@redhat.com>
85299         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
85300         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
85301         [USE_AS_STRNCASECMP_L]: Likewise.
85302         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
85303         NO_TLS_DIRECT_SEG_REFS.
85304         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
85305         Fix argument offsets for non-PIC.
85306         [USE_AS_STRNCASECMP_L]: Likewise.
85307         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
85308         NO_TLS_DIRECT_SEG_REFS.
85310 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
85312         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
85313         O_CLOEXEC.
85314         * locale/loadlocale.c (_nl_load_locale): Likewise.
85316 2011-11-15  Andreas Schwab  <schwab@redhat.com>
85318         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
85319         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
85320         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
85321         (SYSCALL_GETTIME): Set errno on error.
85323         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
85324         count references to noai6ai_cached.
85326 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
85328         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
85330         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
85331         FD_CLOEXEC for /proc/self/maps.
85333         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
85334         FD_CLOEXEC for /proc/meminfo.
85336         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
85337         gai.conf.
85339         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
85340         FD_CLOEXEC for given file.
85342         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
85344         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
85345         FD_CLOEXEC for /etc/hosts.
85346         (_gethtent): Likewise.
85348         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
85350         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
85351         cancellation and set FD_CLOEXEC for /etc/netgroup.
85353         * nss/nss_files/files-key.c (search): Don't allow cancellation when
85354         reading /etc/publickey.
85356         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
85357         allow cancellation when reading /etc/group.
85359         * nss/nss_files/files-alias.c (internal_setent): Don't allow
85360         cancellation.
85361         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
85363         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
85364         when using data file.
85366         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
85368         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
85369         (write_nis_obj): Use "c" and "e" in fopen.
85371         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
85373         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
85375         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
85377         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
85379         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
85380         locale.alias.
85382         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
85384         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
85386         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
85388         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
85389         file parsing and set FD_CLOEXEC.
85391 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
85393         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
85395 2011-11-14  Andreas Schwab  <schwab@redhat.com>
85397         * malloc/arena.c (arena_get2): Don't call reused_arena when
85398         _int_new_arena failed.
85400 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
85402         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
85403         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
85404         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
85405         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
85406         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
85407         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
85408         to compile strcasecmp and strncasecmp.
85409         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
85410         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
85412         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
85414 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
85416         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
85417         locale-defines.sym to gen-as-const-headers.
85418         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
85419         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
85420         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
85421         to compile strcasecmp and strncasecmp.
85422         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
85423         strcasecmp_l and strncasecmp_l.
85424         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
85425         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
85426         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
85427         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
85428         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
85429         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
85430         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
85431         * sysdeps/i386/i686/multiarch/strncase.S: New file.
85432         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
85433         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
85434         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
85436 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
85438         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
85439         result of SYSDEP_GETTIME_CPU to retval.
85440         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
85441         parameter list to macro.  Remove trailing semicolon.  Adjust users.
85443         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
85444         variable.
85446         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
85447         mantissa words.
85448         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
85450         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
85451         from unused variable.
85453         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
85454         DWARF definitions.
85455         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
85456         for assembling.
85458         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
85459         over namespaces.
85461         * sunrpc/rpc_prot.c (rejected): Fix case value.
85463         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
85464         unsigned long long int to avoid warnings in shift.
85466         * posix/regex_internal.c (re_string_reconstruct): Actually use result
85467         of use of trans.
85468         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
85469         variable tmp.
85471         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
85472         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
85473         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
85475         * nis/nis_table.c (nis_list): Use variable of correct type for
85476         result of __follow_path call.
85478 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
85480         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
85481         of math functions ceil, trunc, floor, round, and sqrt, when
85482         avaliable on the platform.
85483         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
85484         name clash.
85485         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
85486         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
85487         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
85489 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
85491         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
85492         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
85494 2011-11-11  Roland McGrath  <roland@hack.frob.com>
85496         * include/unistd.h: Fix __readlink return type.
85497         Reported by Chris Metcalf <cmetcalf@tilera.com>.
85499 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
85501         * stdlib/ucontext.h: Undo last change for makecontext.
85503 2011-11-11  Andreas Schwab  <schwab@redhat.com>
85505         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
85507         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
85508         * setjmp/setjmp.h: Mark functions as non-leaf.
85509         * setjmp/bits/setjmp2.h: Likewise.
85510         * stdlib/ucontext.h: Likewise.
85512 2011-11-10  Andreas Schwab  <schwab@redhat.com>
85514         * malloc/arena.c (_int_new_arena): Don't increment narenas.
85515         (reused_arena): Don't check arena limit.
85516         (arena_get2): Atomically check arena limit.
85518 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
85520         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
85521         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
85523         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
85524         instructions.
85526 2011-11-07  Andreas Schwab  <schwab@redhat.com>
85528         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
85529         handler when locking.
85531         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
85532         Fix size of allocated buffer.
85534 2011-11-04  Andreas Schwab  <schwab@redhat.com>
85536         [BZ #10103]
85537         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
85538         declarations for long double functions.
85539         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
85541         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
85543 2011-11-03  Andreas Schwab  <schwab@redhat.com>
85545         * nscd/nscd.c (main): Don't start AVC thread until credentials are
85546         installed.
85548         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
85549         is disabled.
85551 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
85553         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
85555 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
85557         * include/alloca.h (stackinfo_alloca_round): Define.
85558         (extend_alloca): Use it.
85559         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
85560         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
85561         here.
85563         * scripts/check-local-headers.sh: Ignore libaudit.h.
85565         * nscd/Makefile (extra-objs): Make recursively expanded.
85567 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
85569         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
85570         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
85572         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
85573         * posix/tst-rfc3484-2.c: Likewise.
85574         * posix/tst-rfc3484-3.c: Likewise.
85576         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
85577         process_vm_writev.
85578         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
85579         process_vm_writev.
85580         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
85581         process_vm_writev from libc using GLIBC_2.15 version.
85583         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
85585 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
85587         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
85588         stack usage.
85590 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
85592         [BZ #13367]
85593         * nss/getent.c (initgroups_keys): Show error message in case no group
85594         names are given.
85596         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
85597         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
85598         __bump_nl_timestamp.
85599         * nscd/connections (nscd_init): When host database is served open
85600         netlink socket and request notification about configuration changes.
85601         (main_loop_poll): Track netlink file descriptor and bump timestamp
85602         in case data becomes available.
85603         (main_loop_epoll): Likewise.
85604         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
85605         (database_pers_head): Add extra_data fileds.
85606         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
85607         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
85608         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
85609         Adjust caller.
85610         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
85611         in6ai data, call __free_in6ai.
85612         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
85613         Add -DHAVE_NETLINK.
85614         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
85615         interface information.  Reuse previous data if netlink timestamp
85616         is not changed.
85617         (__bump_nl_timestamp): New function.
85618         (__free_in6ai): New function.
85620 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
85622         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
85623         close_not_cancel_no_status here.
85624         (__check_pf): Reorganize code a bit to not call close twice if OOM.
85626 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
85628         [BZ #13276]
85629         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
85630         return value.
85632         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
85633         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
85634         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
85636 2011-07-03  Andreas Jaeger  <aj@suse.de>
85638         [BZ #10709]
85639         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
85640         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
85641         * math/libm-test.inc (sin_test): Add test case.
85643 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
85645         [BZ #13337]
85646         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
85647         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
85649         * elf/chroot_canon.c (chroot_canon): Cleanups.
85651         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
85653         [BZ #13335]
85654         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
85655         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
85657         * string/test-strchr.c: Make usable for strchrnul testing.
85658         * string/test-strchrnul.c: New file.
85659         * string/Makefile (strop-tests): Add strchrnul.
85661         * po/it.po: Update from translation team.
85662         * po/es.po: Likewise.
85664 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
85666         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
85667         the three constants needed as parameters.  Drop the others.
85668         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
85669         __m128i_strloadu_tolower.
85670         Create and initialize variable zero and use it in all the places
85671         where _mm_setzero_si128 was used.
85673         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
85674         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
85675         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
85676         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
85677         anymore.
85678         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
85679         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
85680         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
85681         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
85682         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
85683         __mpranred, __mptan.
85684         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
85685         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
85686         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
85687         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
85688         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
85689         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
85690         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
85691         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
85692         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
85694 2011-10-28  Andreas Schwab  <schwab@redhat.com>
85696         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
85697         redefine if SHARED.
85698         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
85700         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
85701         wide char related routines to wcsmbs subdir.
85703 2011-10-27  Andreas Schwab  <schwab@redhat.com>
85705         [BZ #13344]
85706         * misc/sys/cdefs.h (__THROWNL): Define.
85707         * posix/unistd.h: Use __THREADNL instead of __THREAD
85708         for memory synchronization functions.
85710 2011-10-26  Roland McGrath  <roland@hack.frob.com>
85712         [BZ #13349]
85713         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
85714         doesn't exist.
85715         * manual/stdio.texi (Obstack Streams): Node removed.
85717 2011-10-26  Andreas Schwab  <schwab@redhat.com>
85719         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
85720         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
85721         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
85723         * math/math_private.h (math_force_eval): Allow non-addressable
85724         arguments.
85725         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
85727 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
85729         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
85730         file is not needed.
85732         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
85733         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
85734         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
85735         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
85736         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
85737         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
85738         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
85739         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
85740         Add AVX variants.
85741         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
85742         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
85743         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
85744         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
85745         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
85746         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
85747         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
85748         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
85749         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
85750         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
85751         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
85752         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
85753         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
85754         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
85755         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
85756         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
85757         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
85758         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
85759         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
85761         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
85762         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
85764         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
85765         place.  Use VEX encoding when compiling for AVX.
85767 2011-10-25  Andreas Schwab  <schwab@redhat.com>
85769         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
85770         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
85772         * string/test-strchr.c (do_test): Don't generate NUL bytes.
85774 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
85776         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
85777         useless if() expression.
85778         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
85779         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
85780         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
85781         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
85782         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
85783         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
85784         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
85785         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
85786         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
85787         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
85788         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
85789         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
85790         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
85791         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
85792         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
85793         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
85794         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
85795         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
85796         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
85798         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
85800 2011-10-25  Andreas Schwab  <schwab@redhat.com>
85802         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
85803         condition.
85804         * elf/dl-fini.c (_dl_sort_fini): Likewise.
85806 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
85808         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
85809         .text section.  Avoid duplicate constants.
85810         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
85811         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
85812         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
85813         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
85814         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
85815         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
85816         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
85817         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
85818         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
85819         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
85820         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
85821         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
85822         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
85823         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
85824         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
85825         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
85826         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
85827         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
85828         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
85829         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
85830         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
85831         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
85832         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
85833         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
85834         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
85835         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
85836         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
85837         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
85838         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
85839         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
85840         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
85841         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
85842         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
85843         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
85844         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
85845         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
85846         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
85847         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
85848         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
85849         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
85850         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
85851         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
85852         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
85853         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
85854         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
85856 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
85858         * sysdeps/x86_64/dla.h: Move to ...
85859         * sysdeps/x86_64/fpu/dla.h: ...here.
85860         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
85861         situations.  Use __builtin_fma only for gcc 4.6 and up.
85863         * config.make.in: Add have-mfma4 entry.
85864         * configure.in: Substitute libc_cv_cc_fma4.
85865         * math/Makefile (dbl-only-routines): Add sincostab.
85866         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
85867         Use __sincostab not sincos.
85868         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
85869         name is a macro.
85870         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
85871         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
85872         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
85873         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
85874         using __copysign.
85875         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
85876         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
85877         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
85878         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
85879         and __inv.
85880         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
85881         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
85882         __copysign.
85883         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
85884         define aliases when function name is a macro.
85885         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
85886         sysdeps/ieee754/dbl-64/sincos.tbl.
85887         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
85888         fma4-enabled routines.
85889         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
85890         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
85891         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
85892         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
85893         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
85894         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
85895         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
85896         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
85897         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
85898         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
85899         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
85900         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
85901         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
85902         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
85903         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
85904         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
85905         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
85906         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
85907         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
85908         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
85909         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
85910         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
85911         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
85912         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
85913         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
85914         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
85915         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
85916         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
85917         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
85918         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
85920         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
85921         rename.
85922         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
85923         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
85924         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
85925         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
85926         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
85927         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
85928         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
85929         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
85931 2011-10-24  Andreas Schwab  <schwab@redhat.com>
85933         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
85935 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
85937         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
85939         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
85940         prediction.
85941         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
85943         * string/strnlen.c: Don't define STRNLEN, reverse logic.
85944         Remove unused variable magic_bits.
85945         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
85947         * string/strnlen.c: Define and use STRNLEN macro.
85948         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
85949         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
85950         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
85951         * wcsmbs/wcslen.c: Define and use WCSLEN.
85952         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
85953         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
85954         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
85955         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
85956         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
85957         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
85958         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
85960 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85962         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
85963         strnlen-sse2-no-bsf.
85964         Rename strlen-no-bsf to strlen-sse2-no-bsf.
85965         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
85966         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
85967         Add strnlen support.
85968         (USE_AS_STRNLEN): New macro.
85969         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
85970         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
85971         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
85972         * sysdeps/x86_64/wcslen.S: New file.
85974 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
85976         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
85977         XMM-moves are used for copying on small sizes.
85979 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85981         * wcsmbs/Makefile (strop-tests): Add wcschr.
85982         * wcsmbs/test-wcschr.c: New file.
85983         * string/test-strchr.c: Update.
85984         Add wcschr support.
85985         (WIDE): New macro.
85987 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85989         * wcsmbs/Makefile (strop-tests): Add wcslen.
85990         * wcsmbs/test-wcslen.c: New file.
85991         * string/test-strlen.c: Update.
85992         Add wcslen support.
85993         (WIDE): New macro.
85995 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
85997         * po/it.po: Update from translation team.
85999 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86001         * sysdeps/x86_64/wcscmp.S: Update.
86002         Fix wrong comparison semantics.
86003         wcscmp shall use signed comparison not unsigned.
86004         Don't use substraction to avoid overflow bug.
86005         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
86006         * wcsmbc/wcscmp.c: Likewise.
86007         * string/test-strcmp.c: Likewise.
86008         Add new tests to check cases with negative values.
86010 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
86012         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
86013         * sysdeps/x86_64/dla.h: ...here.  New file.
86014         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
86015         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
86016         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
86017         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86018         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86019         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
86020         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
86021         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
86022         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
86024 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
86026         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
86027         __ynl_finite aliases.
86029 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
86031         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
86033         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
86034         define DLA_FMA.
86035         [DLA_FMA] (EMULV): Use DLA_FMA.
86036         [DLA_FMA] (MUL12): Use EMULV.
86037         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
86038         that are not needed.
86039         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
86040         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
86041         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86042         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86043         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
86044         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
86045         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
86047 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
86049         * math/s_nan.c: Undef __nan.
86050         * math/s_nanf.c: Undef __nanf.
86051         * math/s_nanl.c: Undef __nanl.
86052         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
86053         "math_private.h".
86055 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
86057         * math/s_catan.c: Add branch predictions.
86058         * math/s_catanf.c: Likewise.
86059         * math/s_catanh.c: Likewise.
86060         * math/s_catanhf.c: Likewise.
86061         * math/s_catanhl.c: Likewise.
86062         * math/s_catanl.c: Likewise.
86063         * math/s_cexp.c: Likewise.
86064         * math/s_cexpf.c: Likewise.
86065         * math/s_cexpl.c: Likewise.
86066         * math/s_clog.c: Likewise.
86067         * math/s_clog10.c: Likewise.
86068         * math/s_clog10f.c: Likewise.
86069         * math/s_clog10l.c: Likewise.
86070         * math/s_clogf.c: Likewise.
86071         * math/s_clogl.c: Likewise.
86072         * math/s_csqrt.c: Likewise.
86073         * math/s_csqrtf.c: Likewise.
86074         * math/s_csqrtl.c: Likewise.
86075         * math/s_ctanf.c: Likewise.
86076         * math/s_ctanh.c: Likewise.
86077         * math/s_ctanhf.c: Likewise.
86078         * math/s_ctanhl.c: Likewise.
86079         * math/s_ctanl.c: Likewise.
86081         * math/math_private.h: Define __nan, __nanf, __nanl.
86082         * math/s_cacosh.c: Include <math_private.h>.
86083         * math/s_cacoshl.c: Likewise.
86084         * math/s_casinh.c: Likewise.
86085         * math/s_casinhf.c: Likewise.
86086         * math/s_casinhl.c: Likewise.
86087         * math/s_ccos.c: Rely entire on ccosh.
86088         * math/s_ccosf.c: Rely entire on ccoshf.
86089         * math/s_ccosl.c: Rely entirely on ccoshl.
86090         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
86091         Remove tests for FE_INVALID.
86092         * math/s_ccoshf.c: Likewise.
86093         * math/s_ccoshl.c: Likewise.
86094         * math/s_csin.c: Likewise.
86095         * math/s_csinf.c: Likewise.
86096         * math/s_csinh.c Likewise.
86097         * math/s_csinhf.c: Likewise.
86098         * math/s_csinhl.c: Likewise.
86099         * math/s_csinl.c: Likewise.
86100         * math/s_ctan.c: Likewise.
86101         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
86102         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
86103         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
86105 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
86107         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
86108         compilation problems.
86110         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
86111         __builtin_expect.
86113 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
86115         * sysdeps/i386/configure.in: Test for -mfma4 option.
86116         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
86117         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
86118         COMMON_CPUID_INDEX_80000001.
86119         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
86120         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
86121         use it if FMA3 is not supported.
86122         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
86124         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
86125         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
86127 2011-10-20  Andreas Schwab  <schwab@redhat.com>
86129         [BZ #12892]
86130         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
86131         it would create a cycle with a link time dependency.
86133 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
86135         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
86136         instruction.
86137         * string/Makefile (strop-tests): Add rawmemchr.
86138         * string/test-rawmemchr.c: New file.
86140         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
86141         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
86142         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
86143         when compiling str{,n}casecmp and when AVX is available.  Hook up
86144         new optimized code in initializers.
86146 2011-10-19  Andreas Schwab  <schwab@redhat.com>
86148         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
86149         __feraiseexcept instead of feraiseexcept.
86151 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
86153         * math/math_private.h: Define defaults for libc_fetestexcept and
86154         libc_feupdateenv.
86155         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
86156         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
86157         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
86158         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
86159         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
86160         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
86161         libc_fetestexcept and libc_feupdateenv.
86163         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
86164         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
86165         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
86166         * sysdeps/x86_64/fpu/math_private.h: Define special version of
86167         libc_feholdexcept_setround.
86169         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
86170         Add s_nearbyint-c and s_nearbyintf-c.
86171         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
86172         nearbyintf inlines.
86173         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
86174         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
86175         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
86176         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
86178         * math/math_private.h: Define defaults for libc_fegetround,
86179         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
86180         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
86181         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
86182         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
86183         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
86184         standard functions.
86185         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
86186         Remove comments and hacks for old compiler versions.
86187         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
86188         libc_fegetround, libc_fesetround, libc_feholdexcept, and
86189         libc_feholdexceptl.
86191 2011-10-18  Andreas Schwab  <schwab@redhat.com>
86193         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
86194         (__feraiseexcept_renamed): Add __NTH.
86195         (feraiseexcept): Add __NTH.  Rename local variables to fix
86196         namespace violations.
86198 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
86200         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
86202         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
86204         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
86205         recently added interfaces.
86206         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
86208         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
86209         about macro parameter expansion.
86211         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
86212         __NO_MATH_INLINES is defined.  Cleanups.
86214         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
86215         and __floorf is target has SSE4.1.
86216         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
86217         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
86218         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
86219         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
86221         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
86222         name.
86223         (floorf): Likewise.
86225         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
86227 2011-10-17  Andreas Schwab  <schwab@redhat.com>
86229         * misc/sys/cdefs.h: Fix last change.
86231         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
86232         database lookup.
86234 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
86236         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
86238         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
86239         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
86240         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
86241         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
86242         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
86243         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
86244         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
86245         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
86246         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
86247         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
86248         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
86249         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
86250         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
86251         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
86252         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
86253         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
86254         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
86255         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
86256         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
86257         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
86258         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
86259         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
86261         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
86262         ceil, ceilf, floor, floorf.
86264         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
86265         Perform IRELATIVE relocations last.
86267         * elf/do-rel.h: Add another parameter nrelative, replacing the
86268         local variable with the same name.  Change name of the function
86269         to end in Rel or Rela (uppercase).
86270         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
86271         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
86272         elf_dynamic_do_##reloc function.
86274 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
86276         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
86277         is sufficient, at least on modern CPUs.
86279         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
86281         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
86282         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
86284         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
86285         __expl_finite.
86286         * math/bits/math-finite.h: Add entries for exp.
86287         * math/e_expl.c: Add __*_finite alias.
86288         * sysdeps/i386/fpu/e_exp.S: Likewise.
86289         * sysdeps/i386/fpu/e_expf.S: Likewise.
86290         * sysdeps/i386/fpu/e_expl.c: Likewise.
86291         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
86292         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
86293         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
86294         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
86295         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
86296         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
86297         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
86299         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
86300         is sufficient, at least on modern CPUs.
86302         * ctype/ctype-info.c (__ctype_init): Define.
86303         * include/ctype.h (__ctype_init): Declare.
86304         (__ctype_b_loc): The variable is always initialized.
86305         (__ctype_toupper_loc): Likewise.
86306         (__ctype_tolower_loc): Likewise.
86307         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
86308         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
86310 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
86312         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
86314         * configure.in: Also look in $cxxmachine/include for C++ system
86315         headers.
86317 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86319         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
86320         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
86321         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
86322         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
86323         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
86324         (USE_AS_WMEMCMP): New macro.
86325         Fixing indents.
86326         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
86327         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
86328         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
86329         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
86330         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
86331         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
86332         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
86333         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
86334         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
86335         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
86336         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
86337         (USE_AS_WMEMCMP): New macro.
86338         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
86339         * sysdeps/string/test-memcmp.c: Update.
86340         Fix simple_wmemcmp.
86341         Add new tests.
86342         * wcsmbs/wmemcmp.c: Update.
86343         (WMEMCMP): New macro.
86344         Fix overflow bug.
86346 2011-10-12  Andreas Jaeger  <aj@suse.de>
86348         [BZ #13268]
86349         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
86351 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
86353         * libio/iofwide.c (do_length): Avoid warning.
86355         * ctype/ctype.h (__isctype_f): Add missing __THROW.
86357 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
86359         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
86361         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
86362         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
86363         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
86364         * sysdeps/i386/i686/fpu/e_log.S: New file.
86365         * sysdeps/i386/i686/fpu/e_logf.S: New file.
86366         * sysdeps/i386/i686/fpu/e_logl.S: New file.
86368         * ctype/ctype.h: Add support for inlined isXXX functions when
86369         compiling C++ code.
86371 2011-10-14  Andreas Schwab  <schwab@redhat.com>
86373         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
86375         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
86377 2011-10-13  Roland McGrath  <roland@hack.frob.com>
86379         [BZ #13291]
86380         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
86382 2011-10-13  Andreas Schwab  <schwab@redhat.com>
86384         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
86385         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
86386         feraiseexcept.
86388         * sysdeps/x86_64/memrchr.S: Check for zero size.
86390         * string/stratcliff.c: Add memrchr tests.
86392 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86394         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
86395         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
86396         rawmemchr-sse2 rawmemchr-sse2-bsf.
86397         * sysdeps/i386/i686/multiarch/memchr.S: New file.
86398         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
86399         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
86400         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
86401         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
86402         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
86403         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
86404         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
86405         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
86406         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
86407         * string/memrchr.c (MEMRCHR): New macro.
86409 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
86411         Add integration with gcc's -ffinite-math-only and optimize wrapper
86412         functions in libm.
86413         * Versions.def: Define GLIBC_2.15 version for libm.
86414         * math/Makefile (headers): Add bits/math-finite.h.
86415         * math/bits/math-finite.h: New file.
86416         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
86417         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
86418         * math/e_acoshl.c: Add __*_finite alias.
86419         * math/e_acosl.c: Likewise.
86420         * math/e_asinl.c: Likewise.
86421         * math/e_atan2l.c: Likewise.
86422         * math/e_atanhl.c: Likewise.
86423         * math/e_coshl.c: Likewise.
86424         * math/e_exp10.c: Likewise.
86425         * math/e_exp10f.c: Likewise.
86426         * math/e_exp10l.c: Likewise.
86427         * math/e_exp2l.c: Likewise.
86428         * math/e_fmodl.c: Likewise.
86429         * math/e_gammal_r.c: Likewise.
86430         * math/e_hypotl.c: Likewise.
86431         * math/e_j0l.c: Likewise.
86432         * math/e_j1l.c: Likewise.
86433         * math/e_jnl.c: Likewise.
86434         * math/e_lgammal_r.c: Likewise.
86435         * math/e_log10l.c: Likewise.
86436         * math/e_log2l.c: Likewise.
86437         * math/e_logl.c: Likewise.
86438         * math/e_powl.c: Likewise.
86439         * math/e_sinhl.c: Likewise.
86440         * math/e_sqrtl.c: Likewise.
86441         * math/e_scalb.c: Completely rewritten and optimized.
86442         * math/e_scalbf.c: Likewise.
86443         * math/e_scalbl.c: Likewise.
86444         * math/w_acos.c: Likewise.
86445         * math/w_acosf.c: Likewise.
86446         * math/w_acosl.c: Likewise.
86447         * math/w_acosh.c: Likewise.
86448         * math/w_acoshf.c: Likewise.
86449         * math/w_acoshl.c: Likewise.
86450         * math/w_asin.c: Likewise.
86451         * math/w_asinf.c: Likewise.
86452         * math/w_asinl.c: Likewise.
86453         * math/w_atan2.c: Likewise.
86454         * math/w_atan2f.c: Likewise.
86455         * math/w_atan2l.c: Likewise.
86456         * math/w_atanh.c: Likewise.
86457         * math/w_atanhf.c: Likewise.
86458         * math/w_atanhl.c: Likewise.
86459         * math/w_exp10.c: Likewise.
86460         * math/w_exp10f.c: Likewise.
86461         * math/w_exp10l.c: Likewise.
86462         * math/w_fmod.c: Likewise.
86463         * math/w_fmodf.c: Likewise.
86464         * math/w_fmodl.c: Likewise.
86465         * math/w_j0.c: Likewise.
86466         * math/w_j0f.c: Likewise.
86467         * math/w_j0l.c: Likewise.
86468         * math/w_j1.c: Likewise.
86469         * math/w_j1f.c: Likewise.
86470         * math/w_j1l.c: Likewise.
86471         * math/w_jn.c: Likewise.
86472         * math/w_jnf.c: Likewise.
86473         * math/w_log.c: Likewise.
86474         * math/w_logf.c: Likewise.
86475         * math/w_logl.c: Likewise.
86476         * math/w_log10.c: Likewise.
86477         * math/w_log10f.c: Likewise.
86478         * math/w_log10l.c: Likewise.
86479         * math/w_log2.c: Likewise.
86480         * math/w_log2f.c: Likewise.
86481         * math/w_log2l.c: Likewise.
86482         * math/w_pow.c: Likewise.
86483         * math/w_powf.c: Likewise.
86484         * math/w_powl.c: Likewise.
86485         * math/w_remainder.c: Likewise.
86486         * math/w_remainderf.c: Likewise.
86487         * math/w_remainderl.c: Likewise.
86488         * math/w_scalb.c: Likewise.
86489         * math/w_scalbf.c: Likewise.
86490         * math/w_scalbl.c: Likewise.
86491         * math/w_sqrt.c: Likewise.
86492         * math/w_sqrtf.c: Likewise.
86493         * math/w_sqrtl.c: Likewise.
86494         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
86495         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
86496         used.
86497         * math/math_private.h: Declare __kernel_standard_f.
86498         * math/w_cosh.c: Remove cruft and optimize a bit.
86499         * math/w_coshf.c: Likewise.
86500         * math/w_coshl.c: Likewise.
86501         * math/w_exp2.c: Likewise.
86502         * math/w_exp2f.c: Likewise.
86503         * math/w_exp2l.c: Likewise.
86504         * math/w_hypot.c: Likewise.
86505         * math/w_hypotf.c: Likewise.
86506         * math/w_hypotl.c: Likewise.
86507         * math/w_lgamma.c: Likewise.
86508         * math/w_lgamma_r.c: Likewise.
86509         * math/w_lgammaf.c: Likewise.
86510         * math/w_lgammaf_r.c: Likewise.
86511         * math/w_lgammal.c: Likewise.
86512         * math/w_lgammal_r.c: Likewise.
86513         * math/w_sinh.c: Likewise.
86514         * math/w_sinhf.c: Likewise.
86515         * math/w_sinhl.c: Likewise.
86516         * math/w_tgamma.c: Likewise.
86517         * math/w_tgammaf.c: Likewise.
86518         * math/w_tgammal.c: Likewise.
86519         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
86520         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
86521         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
86522         Minor optimizations.  Pretty printing.  Remove cruft.
86523         * sysdeps/i386/fpu/e_acosf.S: Likewise.
86524         * sysdeps/i386/fpu/e_acosh.S: Likewise.
86525         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
86526         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
86527         * sysdeps/i386/fpu/e_acosl.c: Likewise.
86528         * sysdeps/i386/fpu/e_asin.S: Likewise.
86529         * sysdeps/i386/fpu/e_asinf.S: Likewise.
86530         * sysdeps/i386/fpu/e_atan2.S: Likewise.
86531         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
86532         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
86533         * sysdeps/i386/fpu/e_atanh.S: Likewise.
86534         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
86535         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
86536         * sysdeps/i386/fpu/e_exp10.S: Likewise.
86537         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
86538         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
86539         * sysdeps/i386/fpu/e_exp2.S: Likewise.
86540         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
86541         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
86542         * sysdeps/i386/fpu/e_fmod.S: Likewise.
86543         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
86544         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
86545         * sysdeps/i386/fpu/e_hypot.S: Likewise.
86546         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
86547         * sysdeps/i386/fpu/e_log.S: Likewise.
86548         * sysdeps/i386/fpu/e_log10.S: Likewise.
86549         * sysdeps/i386/fpu/e_log10f.S: Likewise.
86550         * sysdeps/i386/fpu/e_log10l.S: Likewise.
86551         * sysdeps/i386/fpu/e_log2.S: Likewise.
86552         * sysdeps/i386/fpu/e_log2f.S: Likewise.
86553         * sysdeps/i386/fpu/e_log2l.S: Likewise.
86554         * sysdeps/i386/fpu/e_logf.S: Likewise.
86555         * sysdeps/i386/fpu/e_logl.S: Likewise.
86556         * sysdeps/i386/fpu/e_pow.S: Likewise.
86557         * sysdeps/i386/fpu/e_powf.S: Likewise.
86558         * sysdeps/i386/fpu/e_powl.S: Likewise.
86559         * sysdeps/i386/fpu/e_remainder.S: Likewise.
86560         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
86561         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
86562         * sysdeps/i386/fpu/e_scalb.S: Likewise.
86563         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
86564         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
86565         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
86566         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
86567         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
86568         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
86569         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
86570         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
86571         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
86572         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
86573         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
86574         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
86575         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
86576         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
86577         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
86578         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
86579         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
86580         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86581         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
86582         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
86583         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86584         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
86585         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
86586         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
86587         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
86588         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
86589         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
86590         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
86591         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
86592         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
86593         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
86594         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
86595         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
86596         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
86597         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
86598         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
86599         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
86600         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
86601         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
86602         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
86603         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
86604         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
86605         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
86606         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
86607         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
86608         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
86609         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
86610         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
86611         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
86612         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
86613         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
86614         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
86615         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
86616         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
86617         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
86618         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
86619         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
86620         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
86621         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
86622         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
86623         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
86624         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
86625         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
86626         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
86627         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
86628         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
86629         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
86630         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
86631         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
86632         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
86633         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
86634         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
86635         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
86636         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
86637         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
86638         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
86639         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
86640         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
86641         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
86642         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
86643         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
86644         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
86645         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
86646         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
86647         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
86648         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
86649         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
86650         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
86651         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
86652         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
86653         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
86654         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
86655         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
86656         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
86657         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
86658         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
86659         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
86660         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
86661         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
86662         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
86663         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
86664         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
86665         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
86666         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
86667         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
86668         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
86669         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
86670         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
86671         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
86672         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
86673         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
86674         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
86675         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
86676         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
86677         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
86678         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
86679         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
86680         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
86681         (__isnanf): Likewise.
86682         (__isinf_ns): Likewise.
86683         (__isinf_nsf): Likewise.
86684         (__finite): Likewise.
86685         (__finitef): Likewise.
86686         (__ieee754_sqrt): Define as macro.
86687         (__ieee754_sqrtf): Define as macro.
86688         (__ieee754_sqrtl): Define as macro.
86689         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
86690         inlined copy.
86691         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
86692         __FINITE_MATH_ONLY__ consistent.
86693         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
86695 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
86697         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
86698         of rawmemchr.
86700         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
86702 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
86704         * po/ja.po: Update from translation team.
86706 2011-10-08  Roland McGrath  <roland@hack.frob.com>
86708         * locale/programs/locarchive.c (prepare_address_space): New function.
86709         (create_archive, enlarge_archive, open_archive): Use it.
86711         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
86712         inside [SHARED], where it is used.
86714         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
86716         * nss/getent.c (netgroup_keys): Remove unused variable.
86717         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
86719 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
86721         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
86722         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
86723         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
86724         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
86725         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
86726         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
86727         * math/Makefile (libm-calls): Add s_isinf_ns.
86728         * math/divtc3.c: Use __isinf_nsl instead of isinf.
86729         * math/multc3.c: Likewise.
86730         * math/s_casin.c: Likewise.
86731         * math/s_casinf.c: Likewise.
86732         * math/s_casinl.c: Likewise.
86733         * math/s_ccos.c: Likewise.
86734         * math/s_ccosf.c: Likewise.
86735         * math/s_ccosl.c: Likewise.
86736         * math/s_ctan.c: Likewise.
86737         * math/s_ctanf.c: Likewise.
86738         * math/s_ctanh.c: Likewise.
86739         * math/s_ctanhf.c: Likewise.
86740         * math/s_ctanhl.c: Likewise.
86741         * math/s_ctanl.c: Likewise.
86742         * math/w_fmod.c: Likewise.
86743         * math/w_fmodf.c: Likewise.
86744         * math/w_fmodl.c: Likewise.
86745         * math/w_remainder.c: Likewise.
86746         * math/w_remainderf.c: Likewise.
86747         * math/w_remainderl.c: Likewise.
86748         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
86749         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
86750         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
86751         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
86752         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
86753         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
86754         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
86755         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
86757         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
86758         of the number.
86759         * stdio-common/printf_fphex.c: Likewise.
86760         * stdio-common/printf_size.c: Likewise.
86762         * math/e_exp10.c: Include math_private.h using <...> not "...".
86763         * math/e_exp10f.c: Likewise.
86764         * math/e_exp10l.c: Likewise.
86765         * math/e_exp2l.c: Likewise.
86766         * math/e_j0l.c: Likewise.
86767         * math/e_j1l.c: Likewise.
86768         * math/e_jnl.c: Likewise.
86769         * math/e_lgammal_r.c: Likewise.
86770         * math/e_rem_pio2l.c: Likewise.
86771         * math/e_scalb.c: Likewise.
86772         * math/e_scalbf.c: Likewise.
86773         * math/e_scalbl.c: Likewise.
86774         * math/k_cosl.c: Likewise.
86775         * math/k_sinl.c: Likewise.
86776         * math/k_tanl.c: Likewise.
86777         * math/s_cacoshf.c: Likewise.
86778         * math/s_catan.c: Likewise.
86779         * math/s_catanf.c: Likewise.
86780         * math/s_catanh.c: Likewise.
86781         * math/s_catanhf.c: Likewise.
86782         * math/s_catanhl.c: Likewise.
86783         * math/s_catanl.c: Likewise.
86784         * math/s_ccosh.c: Likewise.
86785         * math/s_ccoshf.c: Likewise.
86786         * math/s_ccoshl.c: Likewise.
86787         * math/s_cexp.c: Likewise.
86788         * math/s_cexpf.c: Likewise.
86789         * math/s_cexpl.c: Likewise.
86790         * math/s_clog.c: Likewise.
86791         * math/s_clog10.c: Likewise.
86792         * math/s_clog10f.c: Likewise.
86793         * math/s_clog10l.c: Likewise.
86794         * math/s_clogf.c: Likewise.
86795         * math/s_clogl.c: Likewise.
86796         * math/s_csin.c: Likewise.
86797         * math/s_csinf.c: Likewise.
86798         * math/s_csinh.c: Likewise.
86799         * math/s_csinhf.c: Likewise.
86800         * math/s_csinhl.c: Likewise.
86801         * math/s_csinl.c: Likewise.
86802         * math/s_csqrt.c: Likewise.
86803         * math/s_csqrtf.c: Likewise.
86804         * math/s_csqrtl.c: Likewise.
86805         * math/s_ctan.c: Likewise.
86806         * math/s_ctanf.c: Likewise.
86807         * math/s_ctanh.c: Likewise.
86808         * math/s_ctanhf.c: Likewise.
86809         * math/s_ctanhl.c: Likewise.
86810         * math/s_ctanl.c: Likewise.
86811         * math/s_ldexp.c: Likewise.
86812         * math/s_ldexpf.c: Likewise.
86813         * math/s_ldexpl.c: Likewise.
86814         * math/s_significand.c: Likewise.
86815         * math/s_significandf.c: Likewise.
86816         * math/s_significandl.c: Likewise.
86817         * math/w_acos.c: Likewise.
86818         * math/w_acosf.c: Likewise.
86819         * math/w_acosh.c: Likewise.
86820         * math/w_acoshf.c: Likewise.
86821         * math/w_acoshl.c: Likewise.
86822         * math/w_acosl.c: Likewise.
86823         * math/w_asin.c: Likewise.
86824         * math/w_asinf.c: Likewise.
86825         * math/w_asinl.c: Likewise.
86826         * math/w_atan2.c: Likewise.
86827         * math/w_atan2f.c: Likewise.
86828         * math/w_atan2l.c: Likewise.
86829         * math/w_atanh.c: Likewise.
86830         * math/w_atanhf.c: Likewise.
86831         * math/w_atanhl.c: Likewise.
86832         * math/w_cosh.c: Likewise.
86833         * math/w_coshf.c: Likewise.
86834         * math/w_coshl.c: Likewise.
86835         * math/w_dremf.c: Likewise.
86836         * math/w_exp10.c: Likewise.
86837         * math/w_exp10f.c: Likewise.
86838         * math/w_exp10l.c: Likewise.
86839         * math/w_exp2.c: Likewise.
86840         * math/w_exp2f.c: Likewise.
86841         * math/w_fmod.c: Likewise.
86842         * math/w_fmodf.c: Likewise.
86843         * math/w_fmodl.c: Likewise.
86844         * math/w_hypot.c: Likewise.
86845         * math/w_hypotf.c: Likewise.
86846         * math/w_hypotl.c: Likewise.
86847         * math/w_j0.c: Likewise.
86848         * math/w_j0f.c: Likewise.
86849         * math/w_j0l.c: Likewise.
86850         * math/w_j1.c: Likewise.
86851         * math/w_j1f.c: Likewise.
86852         * math/w_j1l.c: Likewise.
86853         * math/w_jn.c: Likewise.
86854         * math/w_jnf.c: Likewise.
86855         * math/w_jnl.c: Likewise.
86856         * math/w_lgamma.c: Likewise.
86857         * math/w_lgamma_r.c: Likewise.
86858         * math/w_lgammaf.c: Likewise.
86859         * math/w_lgammaf_r.c: Likewise.
86860         * math/w_lgammal.c: Likewise.
86861         * math/w_lgammal_r.c: Likewise.
86862         * math/w_log.c: Likewise.
86863         * math/w_log10.c: Likewise.
86864         * math/w_log10f.c: Likewise.
86865         * math/w_log10l.c: Likewise.
86866         * math/w_log2.c: Likewise.
86867         * math/w_log2f.c: Likewise.
86868         * math/w_log2l.c: Likewise.
86869         * math/w_logf.c: Likewise.
86870         * math/w_logl.c: Likewise.
86871         * math/w_pow.c: Likewise.
86872         * math/w_powf.c: Likewise.
86873         * math/w_powl.c: Likewise.
86874         * math/w_remainder.c: Likewise.
86875         * math/w_remainderf.c: Likewise.
86876         * math/w_remainderl.c: Likewise.
86877         * math/w_scalb.c: Likewise.
86878         * math/w_scalbf.c: Likewise.
86879         * math/w_scalbl.c: Likewise.
86880         * math/w_sinh.c: Likewise.
86881         * math/w_sinhf.c: Likewise.
86882         * math/w_sinhl.c: Likewise.
86883         * math/w_sqrt.c: Likewise.
86884         * math/w_sqrtf.c: Likewise.
86885         * math/w_sqrtl.c: Likewise.
86886         * math/w_tgamma.c: Likewise.
86887         * math/w_tgammaf.c: Likewise.
86888         * math/w_tgammal.c: Likewise.
86890         * po/ja.po: Update from translation team.
86892 2011-09-29  Andreas Jaeger  <aj@suse.de>
86894         [BZ #13179]
86895         * sunrpc/netname.c (netname2host): Fix logic.
86897         [BZ #6779]
86898         [BZ #6783]
86899         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
86900         correctly.
86901         * math/w_remainder.c (__remainder): Likewise.
86902         * math/w_remainderf.c (__remainderf): Likewise.
86903         * math/libm-test.inc (remainder_test): Add test cases.
86905 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
86907         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
86908         sdiv_qrnnd.
86910 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
86912         * string/test-memcmp.c: Avoid unncessary #defines.
86913         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
86915 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86917         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
86918         Use new sse2 version for core i3 - i7 as it's faster
86919         than sse42 version.
86920         (bit_Prefer_PMINUB_for_stringop): New.
86921         * sysdeps/x86_64/rawmemchr.S: Update.
86922         Replace with faster SSE2 version.
86923         * sysdeps/x86_64/memrchr.S: New file.
86924         * sysdeps/x86_64/memchr.S: Update.
86925         Replace with faster SSE2 version.
86927 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
86929         * elf/dl-load.c (lose): Add cast to avoid warning.
86931 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
86933         * po/ca.po: Update from translation team.
86935         * inet/getnetgrent_r.c: Hook up nscd.
86936         * nscd/Makefile (routines): Add nscd_netgroup.
86937         (nscd-modules): Add netgroupcache.
86938         (CFLAGS-netgroupcache.c): Define.
86939         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
86940         (cache_search): Add const to second parameter.
86941         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
86942         INNETGR.
86943         (dbs): Add netgrdb entry.
86944         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
86945         (verify_persistent_db): Handle netgrdb.
86946         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
86947         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
86948         GETFDNETGR.
86949         (netgroup_response_header): Define.
86950         (innetgroup_response_header): Define.
86951         (datahead): Add netgroup_response_header and innetgroup_response_header
86952         elements.
86953         * nscd/nscd.conf: Add entries for netgroup cache.
86954         * nscd/nscd.h (dbtype): Add netgrdb.
86955         (_PATH_NSCD_NETGROUP_DB): Define.
86956         (netgroup_iov_disabled): Declare.
86957         (xmalloc, xcalloc, xrealloc): Move declarations here.
86958         (cache_search): Adjust prototype.
86959         Add netgroup-related prototypes.
86960         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
86961         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
86962         (__nscd_innetgr): Declare.
86963         * nscd/selinux.c (perms): Use access_vector_t as element type and
86964         add netgroup-related initializers.
86965         * nscd/netgroupcache.c: New file.
86966         * nscd/nscd_netgroup.c: New file.
86967         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
86968         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
86969         For four parameters use innetgr.
86970         * nss/nss_files/files-init.c: Add definition and callback for netgr.
86971         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
86972         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
86973         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
86975         * nscd/connections.c (register_traced_file): Don't register file
86976         for disabled databases.
86978 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
86980         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
86982         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
86983         from tree and freeing node.
86985 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
86987         * nss/nsswitch.c (__nss_database_lookup): Handle
86988         nss_parse_service_list out of memory case.
86990 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
86992         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
86993         out of memory case.
86995 2011-10-04  Andreas Schwab  <schwab@redhat.com>
86997         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
86998         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
86999         pass it down.
87000         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
87001         elf_machine_rela, elf_machine_lazy_rel.
87002         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
87003         (ELF_DYNAMIC_DO_REL): Likewise.
87004         (ELF_DYNAMIC_DO_RELA): Likewise.
87005         (ELF_DYNAMIC_RELOCATE): Likewise.
87006         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
87007         to ELF_DYNAMIC_DO_REL.
87008         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
87009         (dl_main): In trace mode always set __RTLD_NOIFUNC.
87010         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
87011         elf_machine_rela.
87012         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
87013         skip_ifunc, don't call ifunc function if non-zero.
87014         (elf_machine_rela): Likewise.
87015         (elf_machine_lazy_rel): Likewise.
87016         (elf_machine_lazy_rela): Likewise.
87017         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
87018         (elf_machine_lazy_rel): Likewise.
87019         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
87020         Likewise.
87021         (elf_machine_lazy_rel): Likewise.
87022         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
87023         Likewise.
87024         (elf_machine_lazy_rel): Likewise.
87025         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
87026         (elf_machine_lazy_rel): Likewise.
87027         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
87028         (elf_machine_lazy_rel): Likewise.
87029         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
87030         (elf_machine_lazy_rel): Likewise.
87031         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
87032         (elf_machine_lazy_rel): Likewise.
87033         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
87034         (elf_machine_lazy_rel): Likewise.
87035         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
87036         (elf_machine_lazy_rel): Likewise.
87038 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
87040         * nss/nss_files/files-init.c (_nss_files_init): Use static
87041         initialization for all the *_traced_file variables.
87043 2011-09-28  Andreas Schwab  <schwab@redhat.com>
87045         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
87047 2011-09-27  Roland McGrath  <roland@hack.frob.com>
87049         [BZ #13226]
87050         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
87052 2011-09-27  Andreas Schwab  <schwab@redhat.com>
87054         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
87055         Reread the line before reparsing it.
87057 2011-09-26  Andreas Schwab  <schwab@redhat.com>
87059         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
87061 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
87062             Maxim Kuvyrkov  <maxim@codesourcery.com>
87063             Joseph Myers  <joseph@codesourcery.com>
87065         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
87066         if needed for __stack_chk_guard.
87068 2011-09-19  Roland McGrath  <roland@hack.frob.com>
87070         * sysdeps/posix/spawni.c (script_execute): Always define it.
87071         It will be optimized away if unused.
87072         (maybe_script_execute): New function.
87073         (__spawni): Call it.
87075         * Makerules: Don't include tls.make.
87076         (config-tls): Always set to thread.
87077         * tls.make.c: File removed.
87079 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
87081         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
87082         * config.make.in (CPPFLAGS-config): New substituted variable.
87084 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
87086         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
87088         [BZ #13192]
87089         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
87090         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
87092 2011-09-15  Roland McGrath  <roland@hack.frob.com>
87094         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
87095         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
87096         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
87097         (CALL_FAIL): Likewise.
87098         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
87099         (CALL_FAIL): Macro removed.
87100         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
87102 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
87104         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
87105         for __FINITE_MATH_ONLY__ == 1.
87107 2011-09-15  Andreas Schwab  <schwab@redhat.com>
87109         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
87110         __ieee754_sqrt instead of sqrt.
87111         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
87112         __ieee754_sqrtf instead of sqrtf.
87113         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
87114         __floorf instead of floorf.
87115         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
87116         __floorf, __truncf instead of floorf, truncf.
87118 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
87120         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
87122         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
87123         __extern_always_inline.
87124         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
87125         32-bit.
87127 2011-09-14  Andreas Schwab  <schwab@redhat.com>
87129         * elf/rtld.c (dl_main): Also relocate in dependency order when
87130         doing symbol dependency testing.
87132 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
87134         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
87135         Always define `refsym'.
87137 2011-09-13  Andreas Schwab  <schwab@redhat.com>
87139         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
87140         (__FD_ELT): Renamed from __FDELT.
87141         * misc/bits/select2.h (__FD_ELT): Likewise.
87142         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
87143         __FD_MASK instead of __FDELT, __FDMASK.
87144         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
87145         Likewise.
87146         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
87147         Likewise.
87149         * elf/Makefile (gen-ldd): Fix pattern.
87151         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
87152         (init_tls): Likewise.
87154 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
87156         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
87158 2011-09-12  Andreas Schwab  <schwab@redhat.com>
87160         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
87161         `struct cmsghdr *' instead of `void *'.
87162         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
87163         Likewise.
87165 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
87167         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
87168         if non-absolute.
87169         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
87170         ldd_rewrite_script.
87172 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
87174         * configure.in: Remove --with-tls option.
87175         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
87176         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
87177         out in case it is missing.
87178         * sysdeps/ia64/elf/configure.in: Likewise.
87179         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
87180         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
87181         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
87182         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
87183         * sysdeps/sh/elf/configure.in: Likewise.
87184         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
87185         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
87186         * sysdeps/x86_64/elf/configure.in: Likewise.
87187         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
87188         * sysdeps/mach/hurd/tls.h: Likewise.
87190         [BZ #13067]
87191         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
87193         [BZ #13090]
87194         * configure.in: Fix use of AC_INIT.
87196         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
87198 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
87200         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
87201         __set_errno.
87202         * malloc/hooks.c: Likewise.
87204         [BZ #11929]
87205         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
87206         variables statically.
87207         (narenas): Initialize.
87208         (list_lock): Initialize.
87209         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
87210         initializtion of main_arena and list_lock.  Small cleanups.
87211         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
87212         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
87213         Add initializers to main_arena and mp_.
87214         (malloc_state): Remove pagesize member.  Change all users to use
87215         GLRO(dl_pagesize).
87217         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
87218         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
87219         is always initialized.
87221         * malloc/malloc.c: Removed unused configurations and dead code.
87222         * malloc/arena.c: Likewise.
87223         * malloc/hooks.c: Likewise.
87224         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
87226         * include/tls.h: Removed.  USE___THREAD must always be defined.
87227         * bits/libc-tsd.h: Don't handle !USE___THREAD.
87228         * elf/dl-libc.c: Likewise.
87229         * elf/dl-tsd.c: Likewise.
87230         * include/errno.h: Likewise.
87231         * include/netdb.h: Likewise.
87232         * include/resolv.h: Likewise.
87233         * inet/herrno-loc.c: Likewise.
87234         * inet/herrno.c: Likewise.
87235         * malloc/arena.c: Likewise.
87236         * malloc/hooks.c: Likewise.
87237         * malloc/malloc.c: Likewise.
87238         * resolv/res-state.c: Likewise.
87239         * resolv/res_libc.c: Likewise.
87240         * sysdeps/i386/dl-machine.h: Likewise.
87241         * sysdeps/ia64/dl-machine.h: Likewise.
87242         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
87243         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
87244         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
87245         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
87246         * sysdeps/sh/dl-machine.h: Likewise.
87247         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
87248         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
87249         * sysdeps/unix/i386/sysdep.S: Likewise.
87250         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
87251         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
87252         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
87253         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
87254         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
87255         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
87256         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
87257         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
87258         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
87259         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
87260         * sysdeps/unix/x86_64/sysdep.S: Likewise.
87261         * sysdeps/x86_64/dl-machine.h: Likewise.
87262         * tls.make.c: Likewise.
87264         * configure.in: Remove --with-__thread option.  Make tests for
87265         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
87266         tls_model attribute fail if no support is available.  Remove
87267         USE_IN_LIBIO.
87268         * Makeconfig: Adjust for dropped configure option.  All features are
87269         now mandatory.
87270         * Makerules: Likewise.
87271         * Versions.def: Likewise.
87272         * argp/argp-fmtstream.c: Likewise.
87273         * argp/argp-fmtstream.h: Likewise.
87274         * argp/argp-help.c: Likewise.
87275         * assert/assert.c: Likewise.
87276         * config.h.in: Likewise.
87277         * config.make.in: Likewise.
87278         * configure: Likewise.
87279         * configure.in: Likewise.
87280         * csu/Versions: Likewise.
87281         * csu/init.c: Likewise.
87282         * elf/tst-audit2.c: Likewise.
87283         * elf/tst-tls10.c: Likewise.
87284         * elf/tst-tls10.h: Likewise.
87285         * elf/tst-tls11.c: Likewise.
87286         * elf/tst-tls12.c: Likewise.
87287         * elf/tst-tls14.c: Likewise.
87288         * elf/tst-tlsmod11.c: Likewise.
87289         * elf/tst-tlsmod12.c: Likewise.
87290         * elf/tst-tlsmod13.c: Likewise.
87291         * elf/tst-tlsmod13a.c: Likewise.
87292         * elf/tst-tlsmod14a.c: Likewise.
87293         * elf/tst-tlsmod15b.c: Likewise.
87294         * elf/tst-tlsmod16a.c: Likewise.
87295         * elf/tst-tlsmod16b.c: Likewise.
87296         * elf/tst-tlsmod7.c: Likewise.
87297         * elf/tst-tlsmod8.c: Likewise.
87298         * elf/tst-tlsmod9.c: Likewise.
87299         * gmon/gmon.c: Likewise.
87300         * grp/fgetgrent_r.c: Likewise.
87301         * grp/putgrent.c: Likewise.
87302         * hurd/fopenport.c: Likewise.
87303         * include/libc-symbols.h: Likewise.
87304         * include/tls.h: Likewise.
87305         * intl/gettextP.h: Likewise.
87306         * intl/loadinfo.h: Likewise.
87307         * locale/global-locale.c: Likewise.
87308         * locale/localeinfo.h: Likewise.
87309         * mach/devstream.c: Likewise.
87310         * malloc/arena.c: Likewise.
87311         * malloc/set-freeres.c: Likewise.
87312         * misc/err.c: Likewise.
87313         * misc/getttyent.c: Likewise.
87314         * misc/mntent_r.c: Likewise.
87315         * posix/getopt.c: Likewise.
87316         * posix/wordexp.c: Likewise.
87317         * pwd/fgetpwent_r.c: Likewise.
87318         * resolv/Versions: Likewise.
87319         * resolv/res_hconf.c: Likewise.
87320         * shadow/fgetspent_r.c: Likewise.
87321         * shadow/putspent.c: Likewise.
87322         * stdio-common/printf_fphex.c: Likewise.
87323         * stdio-common/tmpfile.c: Likewise.
87324         * stdlib/abort.c: Likewise.
87325         * stdlib/fmtmsg.c: Likewise.
87326         * sunrpc/auth_unix.c: Likewise.
87327         * sunrpc/clnt_perr.c: Likewise.
87328         * sunrpc/clnt_tcp.c: Likewise.
87329         * sunrpc/clnt_udp.c: Likewise.
87330         * sunrpc/clnt_unix.c: Likewise.
87331         * sunrpc/openchild.c: Likewise.
87332         * sunrpc/svc_simple.c: Likewise.
87333         * sunrpc/svc_tcp.c: Likewise.
87334         * sunrpc/svc_udp.c: Likewise.
87335         * sunrpc/svc_unix.c: Likewise.
87336         * sunrpc/xdr.c: Likewise.
87337         * sunrpc/xdr_array.c: Likewise.
87338         * sunrpc/xdr_rec.c: Likewise.
87339         * sunrpc/xdr_ref.c: Likewise.
87340         * sunrpc/xdr_stdio.c: Likewise.
87342 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
87344         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
87346 2011-07-03  Andreas Jaeger  <aj@suse.de>
87348         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
87349         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
87350         regenerate with gen-libm-tests.pl.
87352 2010-05-12  Petr Baudis  <pasky@suse.cz>
87354         [BZ #11589]
87355         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
87356         around j0() zero points by switching to j1().
87357         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
87358         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
87359         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
87360         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
87362 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
87364         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
87365         instead of 0.
87366         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
87367         instead of 0.
87368         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
87369         Patch in part by Pavel Roskin <proski@gnu.org>.
87371         [BZ #13138]
87372         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
87373         realloc.
87374         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
87375         Free memory block if necessary.
87377         [BZ #12847]
87378         * libio/genops.c (INTDEF): For string streams the _lock pointer can
87379         be NULL.  Don't lock in this case.
87381 2011-09-09  Roland McGrath  <roland@hack.frob.com>
87383         * elf/elf.h (ELFOSABI_GNU): New macro.
87384         (ELFOSABI_LINUX): Define to that.
87386 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
87388         * string/strncat.c (strncat): Undef the symbol in case it has been
87389         defined in bits/string.h.
87391 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
87393         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
87395         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
87396         link map.
87398 2011-08-17  Andreas Jaeger  <aj@suse.de>
87400         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
87402 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
87403             Ian Lance Taylor  <iant@google.com>
87405         * math/libm-test.inc (lround_test): New testcase.
87406         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
87408 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
87410         * Makefile: Remove support for automatic cvs check-ins.
87411         * Makerules: Likewise.
87412         * config.make.in: Likewise.
87413         * configure.in: Likewise.
87414         * intl/Makefile: Likewise.
87415         * locale/Makefile: Likewise.
87416         * po/Makefile: Likewise.
87417         * posix/Makefile: Likewise.
87418         * sysdeps/gnu/Makefile: Likewise.
87419         * sysdeps/mach/hurd/Makefile: Likewise.
87420         * sysdeps/sparc/sparc32/Makefile: Likewise.
87422         [BZ #13118]
87423         * posix/Makefile (bug-regex32-ENV): Define.
87424         Patch by John Stanley <jpsinthemix@verizon.net>.
87426         * misc/Makefile (headers): Add bits/select2.h.
87427         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
87428         * misc/bits/select2.h: New file.
87429         * include/bits/select2.h: New file.
87430         * debug/Makefile (routines): Add fdelt_chk.
87431         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
87432         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
87433         FD_ISSET.
87434         * debug/fdelt_chk.c: New file.
87436         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
87437         * wcsmbs/test-wmemcmp.c: Likewise.
87438         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
87439         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
87441 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
87443         * string/Makefile (strop-tests): Add memcmp.
87444         * string/test-wmemcmp.c: New file.
87445         * string/test-memcmp.c: Add wmemcmp support.
87447 2011-09-08  Roland McGrath  <roland@hack.frob.com>
87449         [BZ #13153]
87450         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
87451         2011-07-19 change.
87453         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
87454         garbage value in a __mach_port_mod_refs call in the cases of the
87455         task-self and thread-self ports.
87457 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
87459         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
87461 2011-09-08  Andreas Schwab  <schwab@redhat.com>
87463         * elf/dl-load.c (lose): Check for non-null L.
87465 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
87467         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
87469         * elf/dl-libc.c (dlerror_run): Pass back error code from
87470         dl_catch_error.
87472         [BZ #13123]
87473         * elf/dl-load.c (lose): Free l_origin if it is valid.
87475         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
87476         names.
87477         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
87478         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
87479         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
87480         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
87481         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
87482         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
87484 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
87486         * sysdeps/powerpc/fpu/e_hypot.c: New file.
87487         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
87488         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
87489         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
87490         * sysdeps/powerpc/fpu/k_cosf.c: New file.
87491         * sysdeps/powerpc/fpu/k_sinf.c: New file.
87492         * sysdeps/powerpc/fpu/s_cosf.c: New file.
87493         * sysdeps/powerpc/fpu/s_sinf.c: New file.
87494         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
87495         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
87497 2011-08-15  Alan Modra  <amodra@gmail.com>
87499         [BZ #13092]
87500         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
87501         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
87502         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
87503         ppc_mcount to static-only-routines.
87504         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
87505         __mcount_internal.
87506         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
87507         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
87509 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
87511         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
87512         for finite and infinity parameters.
87514 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
87516         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
87517         and add nop instructions for throughput optimization.
87518         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
87520 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
87522         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
87523         aligned copy for power7 with vector-scalar instructions.
87524         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
87526 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
87528         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
87529         AVX check.
87531 2011-09-07  Andreas Schwab  <schwab@redhat.com>
87533         [BZ #13144]
87534         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
87535         last change.
87537 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
87539         * sysdeps/unix/sysv/linux/x86_64/init-first.c
87540         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
87541         syscall wrapper around clock_gettime in __vdso_clock_gettime.
87542         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
87543         clock_gettime.
87545 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
87547         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
87548         Forgot to demangle the pointer.
87550         * sysdeps/i386/sysdep.h: Define atom_text_section.
87551         * sysdeps/x86_64/sysdep.h: Likewise.
87552         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
87553         section with atom_text_section.
87554         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
87555         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
87556         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
87557         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
87558         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
87560         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
87561         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
87562         already be defined.  Change to take two parameters and don't assign
87563         result to variable.  Adjust all users.
87564         Define INTERNAL_GETTIME if not already defined.
87565         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
87566         call.
87567         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
87568         HAVE_CLOCK_GETTIME_VSYSCALL.
87569         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
87571         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
87572         gettimeofday vsyscall, just use time.
87574 2011-09-06  Andreas Schwab  <schwab@redhat.com>
87576         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
87577         <errno.h>.
87579 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
87581         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
87582         syscall on x86-64.
87583         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
87584         syscall.
87585         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
87586         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
87587         syscall if possible.
87589 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
87591         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
87592         e_ident.  Don't pass to find_mapsXX.
87593         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
87595 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
87597         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
87598         strchr-sse2-no-bsf strrchr-sse2-no-bsf
87599         * sysdeps/x86_64/multiarch/strchr.S: Update.
87600         Check bit_slow_BSF bit.
87601         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
87602         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
87603         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
87605 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
87607         [BZ #13134]
87608         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
87609         before glibc 2.15.
87610         (tryshell): Define.
87611         (__spawni): Change last parameter to be flag.  Test
87612         SPAWN_XFLAGS_USE_PATH flag to use path or not.
87613         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
87614         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
87615         * posix/spawni.c: Likewise.
87616         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
87617         * posix/spawnp.c: Likewise.  Change normal version to use
87618         SPAWN_XFLAGS_USE_PATH.
87619         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
87620         SPAWN_XFLAGS_TRY_SHELL.
87622         [BZ #13150]
87623         * posix/glob.h: Remove gcc 1.x support.
87625         [BZ #13068]
87626         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
87628 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
87630         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
87631         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
87632         strrchr-sse2-bsf
87633         * sysdeps/i386/i686/multiarch/strchr.S: New file.
87634         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
87635         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
87636         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
87637         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
87638         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
87640 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
87642         * sysdeps/x86_64/wcscmp.S: New file.
87644         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
87645         wcscmp-c wcscmp-sse2
87646         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
87647         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
87648         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
87649         * wcsmbs/wcscmp.c: Allow renaming.
87651 2011-09-05  David S. Miller  <davem@davemloft.net>
87653         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
87654         stack slot, rather than the struct return pointer slot.
87655         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
87656         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
87657         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
87658         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
87660 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
87662         * po/ja.po: Update from translation team.
87664         [BZ #13144]
87665         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
87666         kernel in 64-bit binaries.
87668 2011-09-01  David S. Miller  <davem@davemloft.net>
87670         * elf/elf.h (HWCAP_SPARC_*): Move to..
87671         * sysdeps/sparc/sysdep.h: this new file and add new values.
87672         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
87673         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
87674         _DL_HWCAP_COUNT to 24.
87675         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
87676         entries.
87677         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
87678         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
87679         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
87680         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
87681         instead of magic constants.
87682         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
87684 2011-08-31  David S. Miller  <davem@davemloft.net>
87686         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
87687         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
87688         Reimplement to do errno handling inline.
87689         (SYSCALL_ERROR_HANDLER): New macro.
87690         (__SYSCALL_STRING): Do not do errno handling in asm.
87691         (__CLONE_SYSCALL_STRING): Delete.
87692         (__INTERNAL_SYSCALL_STRING): Delete.
87693         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
87694         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
87695         (PSEUDO): Reimplement to do errno handling inline.
87696         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
87697         (SYSCALL_ERROR_HANDLER): New macro.
87698         (__SYSCALL_STRING): Do not do errno handling in asm.
87699         (__CLONE_SYSCALL_STRING): Delete.
87700         (__INTERNAL_SYSCALL_STRING): Delete.
87701         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
87702         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
87703         i386.
87704         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
87705         (inline_syscall*): Add 'err' argument.
87706         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
87707         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
87708         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
87709         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
87711         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
87712         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
87714 2011-08-30  Andreas Schwab  <schwab@redhat.com>
87716         * elf/rtld.c (dl_main): Relocate objects in dependency order.
87718 2011-08-29  Jiri Olsa <jolsa@redhat.com>
87720         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
87721         directive.
87723 2011-08-24  David S. Miller  <davem@davemloft.net>
87725         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
87727 2011-08-24  Andreas Schwab  <schwab@redhat.com>
87729         * elf/Makefile: Add rules to build and run unload8 test.
87730         * elf/unload8.c: New file.
87731         * elf/unload8mod1.c: New file.
87732         * elf/unload8mod1x.c: New file.
87733         * elf/unload8mod2.c: New file.
87734         * elf/unload8mod3.c: New file.
87736         * elf/dl-close.c (_dl_close_worker): Reset private search list if
87737         it wasn't used.
87739 2011-08-23  David S. Miller  <davem@davemloft.net>
87741         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
87742         subtract stack bias.
87743         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
87744         %sp not %fp in calculations.
87745         (_JMPBUF_UNWINDS_ADJ): Likewise.
87747         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
87748         (aio_suspend): Call it to force an exception region around the
87749         AIO_MISC_WAIT() invocation.
87751 2011-08-23  Andreas Schwab  <schwab@redhat.com>
87753         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
87754         backslash.
87756 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
87758         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
87759         protection macro.
87760         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
87761         and <dl-machine.h>.
87762         (Elf64_FuncDesc): Remove.
87764 2011-08-22  David S. Miller  <davem@davemloft.net>
87766         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
87767         sigaltstack check, add missing cfi directives.
87768         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
87769         missing cfi directives, and sigaltstack handling.
87771 2011-08-16  Andreas Schwab  <schwab@redhat.com>
87773         [BZ #11724]
87774         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
87775         object is seen twice.
87776         * elf/dl-fini.c (_dl_sort_fini): Likewise.
87778         * elf/Makefile (distribute): Add tst-initorder2.c.
87779         (tests): Add tst-initorder2.
87780         (modules-names): Add tst-initorder2a tst-initorder2b
87781         tst-initorder2c tst-initorder2d.  Add rules to build them.
87782         ($(objpfx)tst-initorder2.out): New rule.
87783         * elf/tst-initorder2.c: New file.
87784         * elf/tst-initorder2.exp: New file.
87786 2011-08-22  Andreas Schwab  <schwab@redhat.com>
87788         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
87790         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
87791         dependencies back to end of function.
87793         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
87794         $(elfobjdir)/ld.so.
87796 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
87798         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
87799         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
87800         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
87801         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
87802         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
87803         of __vdso_gettimeofday.
87804         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
87805         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
87806         attribute_hidden.
87807         (_libc_vdso_platform_setup): Remove initialization of
87808         __vdso_gettimeofday and __vdso_time.
87810 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
87812         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
87813         and fgetc_unlocked.
87814         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
87815         getc_unlocked.
87817         * elf/dl-open.c (add_to_global): Report additions to the global scope
87818         for LD_DEBUG=scopes.
87819         (dl_open_worker): Also print scope of newly loaded dependencies.
87820         (_dl_show_scope): Indicate if there is no scope.
87822         [BZ #13114]
87823         * stdio-common/Makefile (tests): Add bug24.
87824         * stdio-common/bug24.c: New file.
87826 2011-08-19  Andreas Jaeger  <aj@suse.de>
87828         [BZ #13114]
87829         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
87830         non-existant file when using close-on-exec mode.
87832 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
87834         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
87835         the very first instruction.
87837         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
87838         the CFI state in the end.
87839         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
87840         inclusion of dl-trampoline.h.
87841         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
87843 2011-08-19  Andreas Schwab  <schwab@redhat.com>
87845         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
87846         expectations for long double.
87848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
87849         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
87851 2011-08-14  David S. Miller  <davem@davemloft.net>
87853         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
87854         artificual limit depends upon the system page size.
87856 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
87858         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
87859         * resolv/Makefile: Define CFLAGS-libresolv.
87861 2011-08-17  Andreas Schwab  <schwab@redhat.com>
87863         * nss/makedb.c (compute_tables): Make variables used in nested
87864         function static.
87866 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
87868         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
87869         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
87870         if buffer was too small.
87872         * elf/pldd.c (main): Attach to all threads in the process.
87873         Rewrite /proc handling to use *at functions.
87875 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
87877         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
87878         specifies first scope to show.
87879         (dl_open_worker): Update callers.  Move printing scope of new
87880         object to before the relocation.
87881         * elf/rtld.c (dl_main): Update _dl_show_scope call.
87882         * sysdeps/generic/ldsodefs.h: Update declaration.
87884         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
87885         string for the scope number.
87887 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
87889         * nscd/servicescache.c (cache_addserv): Make sure written is always
87890         initialized.
87892 2011-08-14  Roland McGrath  <roland@hack.frob.com>
87894         * sysdeps/i386/i486/bits/atomic.h
87895         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
87896         statement expression, so as to suppress "set but not used" warning.
87897         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
87899         * string/strncat.c (STRNCAT): Use prototype definition.
87901         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
87902         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
87903         -Iprograms here.
87904         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
87905         (localedef-modules): Add localedef.
87906         (locale-modules): Add locale.
87908         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
87909         * elf/rtld.c (dl_main): Invert order of assignment in last change,
87910         to avoid a warning.
87912 2011-08-14  David S. Miller  <davem@davemloft.net>
87914         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
87915         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
87917 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
87919         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
87920         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
87921         * elf/rtld.c (dl_main): Set l_name of vDSO.
87922         Call _dl_show_scope when DL_DEBUG_SCOPES.
87923         (process_dl_debug): Recognize scopes flag and also set it for all.
87924         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
87925         Declare _dl_show_scope.
87927         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
87928         (do_dlopen): Pass caller_dlopen to dl_open.
87929         (__libc_dlopen_mode): Initialize caller_dlopen.
87931         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
87932         of libc.  Make tolower call locale-independent.  Optimize a bit by
87933         using isdigit instead of isalnum.
87934         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
87936 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
87938         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
87939         was a dependency or dynamically loaded.
87941 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
87943         * intl/l10nflist.c: Allow architecture-specific pop function.
87944         * sysdeps/x86_64/l10nflist.c: New file.
87946         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
87947         classification.
87949 2011-08-10  Andreas Schwab  <schwab@redhat.com>
87951         * include/dirent.h: Add libc_hidden_proto for scandirat and
87952         scandirat64.  Don't declare __scandirat64.
87953         * dirent/scandirat.c: Add libc_hidden_def.
87954         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
87955         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
87957 2011-08-10  David S. Miller  <davem@davemloft.net>
87959         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
87960         enum.
87961         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
87962         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
87963         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
87965 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
87967         * Versions.def [libc]: Add GLIBC_2.15.
87968         * dirent/Makefile (routines): Add scandirat and scandirat64.
87969         * dirent/Versions [libc]: Export scandirat and scandirat64 for
87970         GLIBC_2.15.
87971         * dirent/dirent.h: Declare scandirat and scandirat64.
87972         * dirent/scandirat.c: New file.
87973         * dirent/scandirat64.c: New file.
87974         * sysdeps/wordsize-64/scandirat.c: New file.
87975         * sysdeps/wordsize-64/scandirat64.c: New file.
87976         * dirent/opendir.c: Define opendirat.
87977         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
87978         using scandirat.
87979         * dirent/scandir64.c: Adjust for scandir.c change.
87980         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
87981         __scandirat64, and __scandir_cancel_handler.
87982         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
87983         additional parameter and use openat instead of open (outside of ld.so).
87984         Add new __opendir as wrapper around __opendirat.
87985         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
87986         here without requiring old scandirat implementation.
87988 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
87990         * dirent/scandir.c (cancel_handler): Renamed to
87991         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
87992         defined.  Adjust users.
87993         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
87994         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
87996 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
87998         * string/test-string.h (IMPL): Use __STRING to expand name and then
87999         stringify it.
88001         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
88002         of cleanups.
88004 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
88006         * string/Makefile: Update.
88007         (strop-tests): Append strncat.
88008         * string/test-wcscmp.c: New file.
88009         New comprehensive test for wcscmp.
88010         * string/test-strcmp.c: Update.
88011         (WIDE): New define.
88013 2011-07-22  Andreas Schwab  <schwab@redhat.com>
88015         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
88016         line.
88018 2011-07-26  Andreas Schwab  <schwab@redhat.com>
88020         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
88021         encoding to ACE if AI_IDN.
88023 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
88025         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
88026         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
88028 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
88030         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
88031         Fix overflow bug in strncat.
88032         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
88034         * string/test-strncat.c: Update.
88035         Add new tests for checking overflow bugs.
88037 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
88039         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
88040         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
88041         * sysdeps/i386/i686/multiarch/strcat.S: New file.
88042         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
88043         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
88044         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
88045         * sysdeps/i386/i686/multiarch/strncat.S: New file.
88046         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
88047         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
88049         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
88050         (USE_AS_STRCAT): Define.
88051         Add strcat and strncat support.
88052         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
88054 2011-07-25  Andreas Schwab  <schwab@redhat.com>
88056         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
88057         __n bigger than INT_MAX+1.
88058         (__strncmp_g): Likewise.
88060 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
88062         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
88063         * libio/stido.h: Likewise.
88065         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
88066         (AF_NFC): Define.
88067         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
88068         (AF_NFC): Define.
88070         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
88071         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
88072         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
88073         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
88074         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
88076         [BZ #13021]
88077         * scripts/test-installation.pl: Don't expect libnss_test1 to be
88078         installed.
88080         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
88081         typo.
88082         (_dl_x86_64_save_sse): Likewise.
88084 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
88086         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
88087         OSXSAVE.
88088         (_dl_x86_64_save_sse): Likewise.
88090         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
88092         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
88094 2011-07-21  Andreas Schwab  <schwab@redhat.com>
88096         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
88097         change.
88098         (_dl_x86_64_save_sse): Use correct AVX check.
88100 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
88102         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
88103         bug in strncpy/strncat.
88104         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
88106 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
88108         * string/tester.c (test_strcat): Add tests for different alignments
88109         of source and destination.
88110         (test_strncat): Likewise.
88112 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
88114         [BZ #12852]
88115         * posix/glob.c (glob): Check passed in values before using them in
88116         expressions to avoid some overflows.
88117         (glob_in_dir): Likewise.
88119         [BZ #13007]
88120         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
88121         check for AVX enablement so that we don't crash with old kernels and
88122         new hardware.
88123         * elf/tst-audit4.c: Add same checks here.
88124         * elf/tst-audit6.c: Likewise.
88126         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
88128 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
88130         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
88132 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
88134         * po/cs.po: Update from translation team.
88135         * po/bg.po: Likewise.
88137 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
88139         * misc/sys/cdefs.h: Add support for const attribute.
88140         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
88141         to gnu_dev_{major,minor,makedev} functions.
88143 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
88145         * intl/dcigettext.c (get_output_charset): Add missing bracket.
88147 2011-07-20  Andreas Schwab  <schwab@redhat.com>
88149         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
88150         strlen results.
88152 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
88154         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
88155         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
88156         register in order to avoid conflicts with the soft frame pointer
88157         being held in r11 when necessary.
88158         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
88159         (INTERNAL_VSYSCALL_NCS): Likewise.
88161 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
88163         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
88164         * elf/dl-fini.c (_dl_fini): Adjust caller.
88165         * elf/dl-close.c (_dl_close_worker): Likewise.
88166         * sysdeps/generic/ldsodefs.h: Adjust declaration.
88168 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
88170         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
88171         "aux_cache->nlibs < 0".
88173         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
88174         in the reload-count case.
88176 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
88178         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
88179         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
88180         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
88181         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
88182         * sysdeps/x86_64/multiarch/strcat.S: New file.
88183         * sysdeps/x86_64/multiarch/strncat.S: New file.
88184         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
88185         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
88186         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
88187         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
88188         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
88189         (USE_AS_STRCAT): Define.
88190         Add strcat and strncat support.
88191         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
88192         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
88193         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
88194         * string/strncat.c: Update.
88195         (USE_AS_STRNCAT): Define.
88196         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
88197         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
88198         and i7.
88199         * sysdeps/x86_64/multiarch/init-arch.h
88200         (bit_Prefer_PMINUB_for_stringop): New.
88201         (index_Prefer_PMINUB_for_stringop): Likewise.
88202         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
88203         bit_Prefer_PMINUB_for_stringop.
88205 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
88207         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
88208         buffer64.
88209         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
88210         of casting of buffer.
88211         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
88212         buffer32 and buffer64.
88213         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
88214         writes instead of casting of buffer.
88215         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
88216         buffer32.
88217         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
88218         casting of buffer.
88220 2011-07-19  Andreas Schwab  <schwab@redhat.com>
88222         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
88224 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
88226         * nscd/nscd.c (termination_handler): Don't do anything for a database
88227         if it has not yet been initialized.
88229 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
88231         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
88233 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
88235         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
88237 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
88239         * po/nl.po: Update from translation team.
88240         * po/sv.po: Likewise.
88242 2011-07-16  Roland McGrath  <roland@hack.frob.com>
88244         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
88245         now disallowed by GCC.
88247         * configure.in (use-default-link): Default to yes if a test -shared
88248         link meets our qualifications.
88249         * configure: Regenerated.
88251         * config.make.in (output-format): New variable.
88252         * configure.in: Check for ld --print-output-format support.
88253         * configure: Regenerated.
88254         * Makerules ($(common-objpfx)format.lds)
88255         [$(output-format) != unknown]: Just use $(output-format),
88256         instead of the linker-script munging.
88258 2011-07-14  Roland McGrath  <roland@hack.frob.com>
88260         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
88261         of $(common-objpfx)shlib.lds.
88262         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
88264         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
88265         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
88267         * configure.in (-z relro check): Adjust test code to add a large
88268         writable data section after it.
88269         * configure: Regenerated.
88271 2011-07-11  Roland McGrath  <roland@hack.frob.com>
88273         * configure.in (-z relro check): Fix test code to make the variable
88274         truly const.
88275         * configure: Regenerated.
88277 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
88279         * nscd/nscd.h (struct traced_file): Define.
88280         (struct database_dyn): Remove inotify_descr, reset_res, and filename
88281         elements.  Add traced_files.
88282         (inotify_fd): Declare.
88283         (register_traced_file): Declare.
88284         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
88285         (inotify_fd): Export.
88286         (resolv_conf_descr): Remove.
88287         (nscd_init): Move inotify descriptor creation to main.
88288         Don't register files for notification here.
88289         (register_traced_file): New function.
88290         (invalidate_cache): Don't use reset_res to determine whether to call
88291         res_init, go through the list of registered files.
88292         (main_loop_poll): The inotify descriptors are now stored in the
88293         structures for the traced files.
88294         (main_loop_epoll): Likewise.
88295         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
88296         to __nss_disable_nscd.
88297         * nscd/cache.c (prune_cache): There is no single inotify descriptor
88298         for a database anymore.  Check the records for all the registered
88299         files instead.
88300         * nss/Makefile (libnss_files-routines): Add files-init.
88301         (libnss_db-routines): Add db-init.
88302         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
88303         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
88304         * nss/nss_db/db-init.c: New file.
88305         * nss/nss_files/files-init.c: New file.
88306         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
88307         __nss_lookup_function.
88308         (__nss_lookup_function): Call nss_load_library.
88309         (nss_load_all_libraries): New function.
88310         (__nss_disable_nscd): Take parameter with callback function for files
88311         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
88312         used for the cached services.
88313         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
88314         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
88315         options for features to all the files in nscd.
88317         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
88319 2011-07-10  Roland McGrath  <roland@hack.frob.com>
88321         * csu/elf-init.c (__libc_csu_init): Comment typo.
88323 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
88325         * po/pl.po: Update from translation team.
88326         * po/ja.po: Likewise.
88327         * po/ru.po: Likewise.
88328         * po/ko.po: Likewise.
88329         * po/fr.po: Likewise.
88331 2011-07-09  Roland McGrath  <roland@hack.frob.com>
88333         * configure.in (.ctors/.dtors header and trailer check):
88334         Use an empirical test on a built program.
88335         * configure: Regenerated.
88337         * configure.in (-z relro check): Use an empirical test on a built DSO.
88338         Detect, but do not require, on ia64.
88339         * configure: Regenerated.
88341         * configure.in (READELF): Find it with AC_CHECK_TOOL.
88342         Update tests that use readelf to use $READELF instead.
88343         * configure: Regenerated.
88345 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
88347         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
88348         if the result is not used.
88350 2011-07-05  Andreas Jaeger  <aj@suse.de>
88352         [BZ #9696]
88353         * stdlib/tst-strtod.c: Add testcase.
88355 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
88357         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
88358         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
88359         The latter has a higher limit.  Take additional parameter to pass to
88360         the new function.
88361         (__pathconf): Pass file to __statfs_link_max.
88362         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
88363         __statfs_link_max.
88364         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
88365         __statfs_link_max.
88367         [BZ #12868]
88368         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
88369         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
88370         Handle Lustre.
88371         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
88372         (__statfs_filesize_max): Likewise.
88373         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
88375 2011-07-05  Andreas Jaeger  <aj@suse.de>
88377         * resolv/res_comp.c (dn_skipname): Remove unused variable.
88379 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
88381         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
88382         `status' variable.
88383         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
88384         Likewise.
88386 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
88388         * Makefile (strop-tests): Add strncat.
88389         * string/test-strncat.c: New file.
88391 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
88393         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
88395 2011-06-21  Andreas Jaeger  <aj@suse.de>
88397         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
88398         Copy rule from iconvdata/Makefile.
88400 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
88402         [BZ #12922]
88403         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
88404         but no long options are defined, just return 'W'.
88406 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
88408         [BZ #9696]
88409         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
88411 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
88413         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
88414         netgroups to read.
88415         (innetgr): Likewise.
88417 2011-07-05  Roland McGrath  <roland@hack.frob.com>
88419         * config.make.in (install_root): Default to $(DESTDIR).
88421 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
88423         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
88425 2011-07-02  Roland McGrath  <roland@hack.frob.com>
88427         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
88429         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
88430         containing directory rather than embedding absolute directory names.
88432         * scripts/check-local-headers.sh: Rewritten using awk.
88433         Match by word, not by line.  Print error messages for matches.
88434         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
88436         * Makerules [shlib-lds-flags empty]:
88437         ($(common-objpfx)libc_pic.opts): New target.
88438         ($(common-objpfx)libc_pic.os.clean): New target.
88439         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
88441         * config.make.in (OBJCOPY): New variable.
88442         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
88443         * configure: Regenerated.
88445         * config.make.in (use-default-link): New variable.
88446         * configure.in (use_default_link): Grok --with-default-link to set it.
88447         * configure: Regenerated.
88448         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
88449         (shlib-lds, shlib-lds-flags): Define to empty.
88451         * Makerules (shlib-lds): New variable.
88452         (shlib-lds-flags): New variable.
88453         (build-shlib, build-moduile, build-module-asneeded): Use it.
88454         ($(common-objpfx)libc.so): Use $(shlib-lds).
88455         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
88456         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
88458         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
88459         DT_FLAGS/DT_FLAGS_1 with zero flags.
88461         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
88462         linker script munging.
88464 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
88466         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
88467         as 128-bit value.
88468         * crypt/sha512.c (sha512_process_block): Perform total addition using
88469         128-bit if possible.
88470         (__sha512_finish_ctx): Likewise.
88471         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
88472         as 64-bit value.
88473         * crypt/sha256.c (SWAP64): Define.
88474         (sha256_process_block): Perform total addition using 64-bit if
88475         possible.
88476         (__sha256_finish_ctx): Likewise.
88478 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
88480         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
88481         * nscd/initgrcache.c (addinitgroupsX): Likewise.
88482         * nscd/hstcache.c (cache_addhst): Likewise.
88483         * nscd/grpcache.c (cache_addgr): Likewise.
88484         * nscd/aicache.c (addhstaiX): Likewise.
88485         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
88487 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
88489         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
88490         * nscd/initgrcache.c (addinitgroupsX): Likewise.
88491         * nscd/hstcache.c (cache_addhst): Likewise.
88492         * nscd/grpcache.c (cache_addgr): Likewise.
88493         * nscd/aicache.c (addhstaiX): Likewise.
88495 2011-07-01  Andreas Schwab  <schwab@redhat.com>
88497         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
88498         domain only when needed.
88500 2011-06-30  Andreas Schwab  <schwab@redhat.com>
88502         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
88503         is always restored.
88505 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
88507         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
88508         are re-adding the entry.
88509         * nscd/servicescache.c (cache_addserv): Likewise.
88511 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
88513         * sysdeps/generic/dl-irel.h: fix protection against multiple
88514         inclusions.
88515         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
88517 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
88519         [BZ #12935]
88520         * malloc/memusage.sh: Fix quoting in message.
88521         * debug/xtrace.sh: Likewise.
88523         * configure.in: Remove support for --experimental-malloc option, make
88524         it the default.
88525         * config.make.in: Likewise.
88526         * malloc/Makefile: Likewise.
88528 2011-06-27  Andreas Schwab  <schwab@redhat.com>
88530         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
88531         two-byte characters.
88533 2011-06-27  Roland McGrath  <roland@hack.frob.com>
88535         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
88536         AC_CACHE_CHECK invocation.
88537         * configure: Regenerated.
88539         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
88541 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
88543         [BZ #12350]
88544         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
88545         bit from old_res_options.
88547         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
88549         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
88550         value type for setfct.
88552 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
88554         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
88555         __gettimeofday instead of gettimeofday.
88557 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
88559         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
88561 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
88563         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
88565         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
88566         info.
88568 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
88570         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
88571         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
88572         strcpy-sse2-unaligned strncpy-sse2-unaligned
88573         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
88574         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
88575         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
88576         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
88577         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
88578         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
88579         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
88580         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
88581         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
88582         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
88583         (STRCPY): Support SSE2 and SSSE3 versions.
88585 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
88587         [BZ #12874]
88588         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
88589         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
88590         kernels which artificially limit size of requests.
88592 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
88594         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
88595         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
88596         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
88597         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
88598         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
88599         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
88600         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
88601         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
88602         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
88603         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
88604         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
88605         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
88606         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
88607         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
88608         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
88609         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
88610         Enable unaligned load optimization for Intel Core i3, i5 and i7
88611         processors.
88612         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
88613         Define.
88614         (index_Fast_Unaligned_Load): Define.
88615         (HAS_FAST_UNALIGNED_LOAD): Define.
88617 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
88619         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
88621 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
88623         [BZ #12907]
88624         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
88625         until it is clear that the information is realy needed.
88626         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
88628 2011-06-22  Andreas Schwab  <schwab@redhat.com>
88630         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
88632 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
88634         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
88635         /sys/devices/system/cpu/online if it is usable.
88637         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
88638         reading the information from the /proc filesystem to once a second.
88640 2011-06-21  Andreas Jaeger  <aj@suse.de>
88642         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
88643         NULL after inclusion of kernel headers.
88645 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
88647         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
88648         calls to internal_setent.
88650         [BZ #12885]
88651         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
88652         addresses using gethostbyname4_r ignore IPv4 addresses.
88654         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
88655         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
88657         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
88659 2011-06-20  David S. Miller  <davem@davemloft.net>
88661         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
88662         inclusions.
88663         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
88665         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
88666         (elf_irel): Use it.
88667         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
88668         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
88669         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
88670         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
88671         * sysdeps/x86_64/dl-irel.h: Likewise.
88673         * elf/dl-runtime.c: Use elf_ifunc_invoke.
88674         * elf/dl-sym.c: Likewise.
88676 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
88678         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
88679         need to dereference resplen2.
88681 2011-06-14  Andreas Schwab  <schwab@redhat.com>
88683         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
88685 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
88687         * Makeconfig: Define vardbdir and inst_vardbdir.
88688         * nss/Makefile: Add rules to install db-Makefile.
88690         * nss/nss_db/db-XXX.c: Cleanup.
88692         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
88693         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
88694         GLIBC_PRIVATE.
88695         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
88696         * nss/makedb.c: Implement -g option to specify that value strings
88697         are generated and should not be added to table iterated over for
88698         get*ent calls.
88699         * nss/nss_db/db-initgroups.c: New file.
88701         * nss/getent.c: Add support for initgroups lookups through getgrouplist
88702         interface.
88704         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
88705         (internal_getgrouplist): Adjust to name change.
88706         Update use_initgroups_entry if this is not the first call.
88707         * nss/databases.def: Add initgroups entry.
88709         * nss/makedb.c (compute_tables): Check result of multiple hash table
88710         sizes to minimize maximum chain length.
88712 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
88714         * Versions.def: Add entry for libnss_db.
88715         * shlib-versions: Likewise.
88716         * nss/Makefile: Add rules to build libnss_db.
88717         * nss/Versions: Add libnss_db information.  Organize libnss_files
88718         entries better.
88719         * nss/db-Makefile: Add gshadow support.  Change rules for the new
88720         makedb progra.  Some minor improvements to generate smaller files.
88721         * nss/nss_db/nss_db.h: Move NSS database header data structures to
88722         here from...
88723         * nss/makedb.c: ...here.
88724         Improve database format to be smaller and require less memory at
88725         runtime.
88726         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
88727         db anymore.
88728         * nss/nss_db/db-netgrp.c: Likewise.
88729         * nss/nss_db/db-open.c: Likewise.
88730         * nss/nss_files/flies-XXX.x: Adjust comments.
88731         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
88732         * nss/nss_files/files-grp.c: Likewise.
88733         * nss/nss_files/files-hosts.c: Likewise.
88734         * nss/nss_files/files-network.c: Likewise.
88735         * nss/nss_files/files-proto.c: Likewise.
88736         * nss/nss_files/files-pwd.c: Likewise.
88737         * nss/nss_files/files-rpc.c: Likewise.
88738         * nss/nss_files/files-service.c: Likewise.
88739         * nss/nss_files/files-sgrp.c: Likewise.
88740         * nss/nss_files/files-spwd.c: Likewise.
88741         * nss/nss_db/db-alias.c: Removed.
88742         * nss/nss_db/dummy-db.h: Removed.
88744 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
88746         * nss/makedb.c: Rewritten to not use database library.
88747         * nss/Makefile: Update to build new makedb program.
88749 2011-06-14  Andreas Jaeger  <aj@suse.de>
88751         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
88752         memset declaration.
88754 2011-06-10  Andreas Schwab  <schwab@redhat.com>
88756         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
88757         tmpbuf.
88759 2011-06-10  Roland McGrath  <roland@hack.frob.com>
88761         * Makerules (shlib.lds): Fail if the linker script comes out empty.
88762         * elf/Makefile ($(objpfx)ld.so): Likewise.
88764         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
88765         Don't list ld.so twice in dependencies.
88767         * posix/bug-regex31.c: Include <stdlib.h>.
88769         * nscd/hstcache.c (cache_addhst): Remove unused variable.
88771         * nis/nss_compat/compat-spwd.c
88772         (getspent_next_nss_netgr): Remove unused variable.
88773         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
88775         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
88776         nonmembers" output to use the right array.
88778         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
88780         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
88782         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
88783         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
88784         * catgets/gencat.c (read_input_file): Likewise.
88785         * locale/programs/locarchive.c (enlarge_archive): Likewise.
88787         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
88788         variable definition inside #if's controlling its use.
88790         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
88792         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
88794         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
88796         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
88797         unreachable code.
88799         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
88801         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
88802         * configure: Regenerated.
88804         * Makerules: Revert last change.
88805         * elf/Makefile: Likewise.
88807 2011-06-09  Roland McGrath  <roland@hack.frob.com>
88809         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
88810         * elf/Makefile ($(objpfx)librtld.os): Likewise.
88811         (reloc-link): Likewise.
88813 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
88815         * elf/Makefile: Add rules to build pldd.
88816         * elf/pldd.c: New file.
88817         * elf/pldd-xx.c: New file.
88819 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
88821         * version.h: Update for 2.15 development version.
88823 2011-06-07  David S. Miller  <davem@davemloft.net>
88825         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
88826         ifuncs.
88827         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
88828         elf_machine_lazy_rel): Likewise.
88829         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
88830         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
88831         elf_machine_lazy_rel): Likewise.
88832         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
88833         dl_hwcap via passed in argument.
88834         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
88835         Likewise.
88837 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
88839         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
88841 2011-06-06  Roland McGrath  <roland@hack.frob.com>
88843         [BZ #12849]
88844         * manual/fdl-1.1.texi: New file, verbatim from:
88845         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
88846         * manual/lgpl-2.1.texi: New file, verbatim from:
88847         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
88848         * manual/Makefile (licenses): New variable, list those new file names.
88849         (texis): Use it.
88850         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
88852         * manual/fdl.texi: File removed.
88853         * manual/lesser.texi: File removed.
88854         * manual/libc.texinfo (Copying, Documentation License):
88855         Use new @include file names, put @appendix directive before @include.
88857 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
88859         [BZ #12841]
88860         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
88861         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
88862         (mq_open): Add __NTH.
88864 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
88866         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
88867         Assume Intel Core i3/i5/i7 processor if AVX is available.
88869 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
88871         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
88872         typo.
88874 2011-05-31  Andreas Schwab  <schwab@redhat.com>
88876         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
88877         memory.  Use alloca_account.  Fix memory leak when retrying.
88879 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
88881         * version.h (RELEASE): Bump for 2.14 release.
88882         * include/features.h (__GLIBC_MINOR__): Bump to 14.
88884         * config.make.in (RANLIB): Remove entry.
88886 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
88888         * po/Makefile (po-sed-cmd): Add ksh to extensions.
88889         (libc.pot): Work around missing support for .ksh extension in xgettext.
88891         [BZ #12684]
88892         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
88893         if both request failed.
88894         (send_dg): In case of server errors clear resplen or *resplen2.
88896         [BZ #12454]
88897         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
88898         when there are multiple maps.
88899         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
88900         (_dl_fini): Remove test here.
88902         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
88904 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
88906         [BZ #12350]
88907         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
88908         bit from old_res_options.
88909         (gaih_inet): Likewise.
88911         [BZ #11099]
88912         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
88913         as signed.
88915         * resolv/res_init.c (res_setoptions): Make the code more compact.
88917         [BZ #11558]
88918         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
88919         set RES_USEVC.
88921         [BZ #11634]
88922         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
88924         * malloc/malloc.h: Mark malloc hook variables as deprecated.
88926         [BZ #11781]
88927         * malloc/malloc.h: Declare malloc hook variables as volatile.
88929         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
88930         in last patch.
88932         [BZ #11799]
88933         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
88934         raise in the comment.
88935         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
88936         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
88937         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
88939 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
88941         [BZ #12811]
88942         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
88943         grow the buffers more if it already has to be sufficient.
88944         (build_wcs_upper_buffer): Likewise.
88945         * posix/regexec.c (check_matching): Likewise.
88946         (clean_state_log_if_needed): Likewise.
88947         (extend_buffers): Don't enlarge buffers beyond size of the input
88948         buffer.
88949         Patches mostly by Emil Wojak <emil@wojak.eu>.
88950         * posix/bug-regex32.c: New file.
88951         * posix/Makefile (tests): Add bug-regex32.
88953         * locale/findlocale.c (_nl_find_locale): Return right away if
88954         _nl_explode_name failed.
88955         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
88957         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
88959         * debug/xtrace.sh: Unify messages.
88960         * malloc/memusage.sh: Likewise.
88962         [BZ #12813]
88963         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
88964         time symbol from vDSO.  Substitute with vsyscall if not available.
88965         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
88966         __vdso_time.
88968         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
88969         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
88970         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
88971         Add sendmmsg and internal_sendmmsg.
88972         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
88973         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
88974         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
88976         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
88977         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
88978         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
88980 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
88982         [BZ #12813]
88983         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
88984         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
88985         available.
88986         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
88987         __vdso_getcpu.
88989         [BZ #12814]
88990         * iconvdata/Makefile (tests): Add bug-iconv9.
88991         * iconvdata/bug-iconv9.c: New file.
88993 2011-05-27  Andreas Schwab  <schwab@redhat.com>
88995         [BZ #12814]
88996         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
88998 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
89000         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
89001         (struct user_regs_struct): Change intcs field back to cs.
89003 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
89005         * po/ja.po: Update from translation team.
89007 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
89009         [BZ #12795]
89010         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
89011         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
89013 2011-05-20  Andreas Schwab  <schwab@redhat.com>
89015         * stdlib/longlong.h: Update from GCC.
89017 2011-05-23  Andreas Schwab  <schwab@redhat.com>
89019         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
89020         parameter name.
89021         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
89022         Add parameter name.
89023         (__sysconf): Pass it down.
89025 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
89027         [BZ #12671]
89028         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
89029         some situations.
89030         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
89031         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
89032         add in in __libc_use_alloca calls.  Adjust callers.
89033         (glob): Use malloc in some situations.
89035         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
89036         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
89037         pltexit.
89039 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
89041         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
89042         and CLOCK_BOOTTIME_ALARM.
89044         [BZ #12782]
89045         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
89046         is returned.
89048         * string/_strerror.c (__strerror_r): Print negative errors as signed
89049         numbers.
89051         [BZ #12777]
89052         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
89053         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
89054         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
89056         * configure.in: Fix typo in redirection and correct removal of test
89057         files in two cases.
89059         [BZ #12788]
89060         * locale/setlocale.c (new_composite_name): Fix test to check for
89061         identical name of all categories.
89063         [BZ #12792]
89064         * libio/filedoalloc.c (local_isatty): New function.
89065         (_IO_file_doallocate): Use local_isatty.
89066         * stdio-common/perror.c (perror): In case a new stream is used
89067         forward the stream error.
89068         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
89069         error flag.
89071 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
89073         [BZ #11884]
89074         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
89075         alloca.
89076         * include/alloca.h (extend_alloca_account): Define.
89078         [BZ #11857]
89079         * posix/regex.h: Fix comments with documentation of user-accessible
89080         fields after compilation and describe correct free'ing of pattern
89081         after re_compile_pattern.
89082         Patch by Reuben Thomas <rrt@sc3d.org>.
89084 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
89086         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
89087         and -mno-altivec to prevent the compiler from using Altivec and/or
89088         VSX instructions when the corresponding registers are not available.
89090 2011-05-19  Andreas Schwab  <schwab@redhat.com>
89092         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
89094 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
89096         * libio/freopen.c (freopen): Use __dup2, not dup2.
89097         * libio/freopen64.c (freopen64): Likewise.
89099 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
89101         [BZ #12775]
89102         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
89103         * math/Makefile (tests): Add test-powl.
89104         (CFLAGS-test-powl.c): Define.
89105         * math/test-powl.c: New file.
89107 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
89109         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
89111 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
89113         [BZ #11837]
89114         * iconvdata/gb18030.c: Update to GB18020-2005.
89116 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
89118         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
89119         RE_SYNTAX_POSIX_AWK): Update to match recent development.
89120         Patch by Aharon Robbins <arnold@skeeve.com>.
89122         [BZ #11892]
89123         * stdlib/putenv.c (putenv): Don't always create copy of the variable
89124         on the stack.
89126         [BZ #11895]
89127         * misc/pselect.c (__pselect): Handle timeout value errors hidden
89128         through underflows.
89130         [BZ #12766]
89131         * misc/error.c (error_at_line): Ensure file_name and old_file_name
89132         point to strings before performing equality test for error_one_per_line
89133         mode.
89135         [BZ #11697]
89136         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
89138         [BZ #11820]
89139         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
89140         (struct user_fpregs_struct): Avoid __uint*_t types.
89142         [BZ #6420]
89143         * malloc/mtrace.c (tr_where): Add additional parameter to point to
89144         symbol info.  Use it instead of calling _dl_addr locally.
89145         (lock_and_info): New function.
89146         (tr_freehook): Call lock_and_info and pass symbol info as additional
89147         parameter to tr_where.
89148         (tr_mallochook): Likewise.
89149         (tr_reallochook): Likewise.
89150         (tr_memalignhook): Likewise.
89152         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
89153         used and couldn't be at all thread-safe.
89155 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
89157         * libio/freopen.c (freopen): Don't close old file descriptor
89158         before the new one is opened.  Instead dup the new file descriptor
89159         to the old one after the new stream is created.
89160         * libio/freopen64.c (freopen64): Likewise.
89161         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
89162         * libio/fileops.c (_IO_new_file_close_it): Handle new
89163         _IO_FLAGS2_NOCLOSE flag.
89164         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
89165         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
89166         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
89167         _IO_FLAGS2_NOCLOSE flag.
89168         * include/unistd.h: Add hidden_proto for dup3.
89169         Define __have_dup3.
89170         * io/dup3.c: Define hidden symbol.
89171         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
89173         [BZ #7101]
89174         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
89175         when an incomplete long option is used.
89176         * posix/tst-getopt_long1.c: New file.
89177         * posix/Makefile (tests): Add tst-getopt_long1.
89179         [BZ #10138]
89180         * scripts/config.guess: Update from autoconf-2.68.
89181         * scripts/config.sub: Likewise.
89183         [BZ #10157]
89184         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
89185         tests into ...
89186         (has_cpuclock): ...this.  New function.
89187         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
89188         macro here based on has_cpuclock code.
89190         [BZ #10149]
89191         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
89192         First byte (not low byte) is now always NUL.
89193         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
89195         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
89196         Use non-cancelable interfaces.
89198         [BZ #9809]
89199         * locale/iso-639.def: Add entry for Sorani.
89201         [BZ #11901]
89202         * include/stdlib.h: Move include protection to the right place.
89203         Define abort_msg_s.  Declare __abort_msg with it.
89204         * stdlib/abort.c (__abort_msg): Adjust type.
89205         * assert/assert.c (__assert_fail_base): New function.  Majority
89206         of code from __assert_fail.  Allocate memory for __abort_msg with
89207         mmap.
89208         (__assert_fail): Now call __assert_fail_base.
89209         * assert/assert-perr.c: Remove bulk of implementation.  Use
89210         __assert_fail_base.
89211         * include/assert.hL Declare __assert_fail_base.
89212         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
89213         mmap.
89214         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
89216 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
89218         [BZ #11952]
89219         [BZ #12453]
89220         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
89221         until all modules are registered in the DTV.
89222         * elf/Makefile: Add rules to build and run tst-tls19.
89223         * elf/tst-tls19.c: New file.
89224         * elf/tst-tls19mod1.c: New file.
89225         * elf/tst-tls19mod2.c: New file.
89226         * elf/tst-tls19mod3.c: New file.
89227         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
89229         [BZ #12083]
89230         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
89231         correctly.
89233         [BZ #12601]
89234         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
89235         two-byte sequence errors.
89236         * iconvdata/Makefile (tests): Add bug-iconv8.
89237         * iconvdata/bug-iconv8.c: New file.
89239         [BZ #12626]
89240         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
89241         buf2 definition.
89243         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
89245         [BZ #12432]
89246         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
89247         (dummy_getcfa): New function.
89248         (init): Get _Unwind_GetCFA address, use dummy if not found.
89249         (backtrace_helper): In recursion check, also check whether CFA changes.
89250         (__backtrace): Completely initialize arg.
89252         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
89253         storing incomplete byte sequence in state object.  Avoid testing for
89254         guaranteed too small input if we know there is enough data available.
89256 2011-05-11  Andreas Schwab  <schwab@redhat.com>
89258         * Makeconfig (+link-pie): Indent.
89259         * Rules (binaries-pie): Define if $(have-fpie) and
89260         $(build-shared).
89261         (binaries-shared): Also filter out $(binaries-pie).
89262         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
89263         * nscd/Makefile (others-pie): Add nscd.
89264         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
89265         ($(objpfx)nscd): Remove command override.
89266         * login/Makefile (others-pie): Add pt_chown.
89267         ($(objpfx)pt_chown): Remove command override.
89268         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
89269         remove command overrides.
89271 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
89273         * libio/tst_putwc.c: Fix error messages.
89275         [BZ #12724]
89276         * libio/fileops.c (_IO_new_file_close_it): Always flush when
89277         currently writing and seek to current position when not.
89278         * libio/Makefile (tests): Add bug-fclose1.
89279         * libio/bug-fclose1.c: New file.
89281 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
89283         [BZ #12511]
89284         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
89285         don't set DF_1_NODELETE here.
89286         (do_lookup_x): When entering new entry test for copy relocation
89287         and if necessary set DF_1_NODELETE flag.
89288         * elf/tst-unique4.cc: New file.
89289         * elf/tst-unique4.h: New file.
89290         * elf/tst-unique4lib.cc: New file.
89291         * elf/Makefile: Add rules to build and run tst-unique4.
89292         Patch by Piotr Bury <pbury@goahead.com>.
89294 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
89296         [BZ #12052]
89297         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
89299         [BZ #12625]
89300         * misc/mntent_r.c (addmntent): Flush the stream after the output
89302         [BZ #12393]
89303         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
89304         (is_trusted_path_normalize): Skip initial colon.  Append slash
89305         to empty buffer.  Duplicate is_trusted_path code but allow
89306         constructed patch to be prefix.
89307         (is_dst): Allow $ORIGIN followed by /.
89308         (_dl_dst_substitute): Correct clearing of check_for_trusted.
89309         Correct testing of result of is_trusted_path_normalize
89310         (decompose_rpath): Fix warning.
89312 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
89314         [BZ #11257]
89315         * grp/initgroups.c (internal_getgrouplist): When we found the service
89316         list through the initgroups entry in nsswitch.conf do not always
89317         continue on a successful lookup.  Don't always use the
89318         __nss_group_database value if it is set.
89319         * nss/nsswitch.conf (initgroups): Change action for successful db
89320         lookup to continue for compatibility.
89322 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
89324         [BZ #11532]
89325         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
89326         and CP774 modules.
89327         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
89328         and CP774 modules.
89329         * iconvdata/tst-tables.sh: Likewise.
89330         * iconvdata/cp770.c: New file.
89331         * iconvdata/cp771.c: New file.
89332         * iconvdata/cp772.c: New file.
89333         * iconvdata/cp773.c: New file.
89334         * iconvdata/cp774.c: New file.
89335         * iconvdata/testdata/CP770: New file.
89336         * iconvdata/testdata/CP770..UTF8: New file.
89337         * iconvdata/testdata/CP771: New file.
89338         * iconvdata/testdata/CP771..UTF8: New file.
89339         * iconvdata/testdata/CP772: New file.
89340         * iconvdata/testdata/CP772..UTF8: New file.
89341         * iconvdata/testdata/CP773: New file.
89342         * iconvdata/testdata/CP773..UTF8: New file.
89343         * iconvdata/testdata/CP774: New file.
89344         * iconvdata/testdata/CP774..UTF8: New file.
89346         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
89347         END CHARMAP line.
89348         * iconvdata/gen-8bit-gap.sh: Likewise.
89349         * iconvdata/gen-8bit.sh: Likewise.
89351         * locale/iso-639.def: Add ary entry.
89353         [BZ #11258]
89354         * locale/C-translit.h.in: Add U20A1 transliteration.
89356         [BZ #12178]
89357         * locale/iso-639.def: Add wae entry.
89358         Patch by Kevin Bortis <bortis@translate-wae.ch>.
89360         [BZ #12545]
89361         * locale/programs/localedef.c (construct_output_path): Use ssize_t
89362         for n.
89364         [BZ #12711]
89365         * locale/C-translit.h.in: Add entry for U20B9.
89366         Patch by pravin.d.s@gmail.com.
89368 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
89370         [BZ #12713]
89371         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
89372         ENAMETOOLONG use generic getcwd.
89373         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
89374         in rtld.  Use *stat64.
89375         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
89376         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
89377         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
89378         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
89379         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
89380         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
89381         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
89382         __fstatat64 macros.
89383         * include/dirent.h: Add libc_hidden_proto for rewinddir.
89384         * dirent/rewinddir.c: Add libc_hidden_def.
89385         * sysdeps/mach/hurd/rewinddir.c: Likewise.
89386         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
89388         * include/dirent.h (__alloc_dir): Add flags parameter.
89389         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
89390         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
89391         __alloc_dir.
89392         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
89393         from fdopendir if O_CLOEXEC is already set.
89395 2011-03-15  Alan Modra  <amodra@gmail.com>
89397         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
89398         l_tls_firstbyte_offset non-zero.  Save padding offset in
89399         l_tls_firstbyte_offset for later use.
89400         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
89401         freeing static tls block.
89403 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
89405         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
89406         where #ifdef was intended.  The intent is to prevent ARG_MAX from
89407         being defined by the kernel headers.
89409 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
89411         [BZ #12734]
89412         * resolv/resolv.h: Define RES_NOTLDQUERY.
89413         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
89414         no-tld-query and set RES_NOTLDQUERY.
89415         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
89416         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
89417         modern BIND to search name as TLD unless forbidden.
89419 2011-05-07  Petr Baudis  <pasky@suse.cz>
89420             Ulrich Drepper  <drepper@gmail.com>
89422         [BZ #12393]
89423         * elf/dl-load.c (fillin_rpath): Move trusted path check...
89424         (is_trusted_path): ...to here.
89425         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
89426         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
89427         using is_trusted_path_normalize() in setuid scripts.
89429 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
89431         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
89432         __BEGIN/__END_DECLS.
89434 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
89436         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
89437         NSS_STATUS_NOTFOUND if no record was found.
89439 2011-05-05  Andreas Schwab  <schwab@redhat.com>
89441         * sunrpc/Makefile (headers): Add rpc/netdb.h.
89442         (headers-not-in-tirpc): Remove rpc/netdb.h
89443         * resolv/netdb.h: Revert last change.
89445 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
89447         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
89448         circular dependency between libgcc.a and libc.a.
89450 2011-05-05  Andreas Schwab  <schwab@redhat.com>
89452         * resolv/netdb.h: Don't include <rpc/netdb.h>.
89453         * nis/Makefile: Don't install rpcsvc/*.
89454         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
89455         instead of <rpc/types.h>.
89456         (MAXHOSTNAMELEN): Define.
89458 2011-05-03  Andreas Schwab  <schwab@redhat.com>
89460         * elf/ldconfig.c (add_dir): Don't crash on empty path.
89462 2011-04-28  Maciej Babinski  <mbabinski@google.com>
89464         [BZ #12714]
89465         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
89466         gethostbyname4_r when IPv6 results are possible.
89468 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
89470         [BZ #12723]
89471         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
89472         _PC_PIPE_BUF handling.
89474 2011-04-30  Bruno Haible  <bruno@clisp.org>
89476         [BZ #12717]
89477         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
89478         * resolv/netdb.h (getnameinfo): Change type of flags parameter
89479         to 'int'.
89480         * inet/getnameinfo.c (getnameinfo): Likewise.
89482 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
89484         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
89485         to groups setting in database lookup.
89486         * nss/nsswitch.conf: Add initgroups entry.
89488 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
89490         [BZ #12685]
89491         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
89492         mode string.
89493         Patch by Eric Blake <eblake@redhat.com>.
89495 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
89497         * sunrpc/Makefile (need-export-routines): Add svc_run.
89498         (routines): Remove svc_run.
89499         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
89500         * sunrpc/clnt_perr.c (clnt_perrno): Export.
89501         * sunrpc/svc_run.c (svc_run): Likewise.
89502         * sunrpc/svc_udp.c (svcudp_create): Likewise.
89504 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
89506         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
89507         problem in reallocation in last patch.
89509 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
89511         * sunrpc/Makefile: Move inclusion of Rules.
89513 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
89515         * nss/nss_files/files-initgroups.c: New file.
89516         * nss/Makefile (libnss_files-routines): Add files-initgroups.
89517         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
89518         _nss_files_initgroups_dyn.
89520 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
89522         * elf/elf.h (R_ARM_IRELATIVE): Define.
89524 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
89526         * po/ru.po: Update from translation team.
89528 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
89530         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
89531         dependencies.
89533 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
89535         [BZ #12653]
89536         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
89537         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
89538         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
89539         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
89540         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
89542 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
89544         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
89545         differing bytes.
89546         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
89547         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
89548         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
89550 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
89552         [BZ #12420]
89553         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
89554         storing it.
89555         * stdlib/bug-getcontext.c: New file.
89556         * stdlib/Makefile: Add rules to build and run bug-getcontext.
89558 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
89560         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
89561         instructions into .machine "z9-109".
89562         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
89563         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
89565 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
89567         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
89568         between environment variables and auxiliary vector.
89570 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
89572         * Makefile: Add rules to build linkobj/libc.so.
89573         * include/libc-symbols.h: Define libc_hidden_nolink.
89574         * include/rpc/auth.h: Mark functions which are to be hidden.
89575         * include/rpc/auth_des.h: Likewise.
89576         * include/rpc/auth_unix.h: Likewise.
89577         * include/rpc/clnt.h: Likewise.
89578         * include/rpc/des_crypt.h: Likewise.
89579         * include/rpc/key_prot.h: Likewise.
89580         * include/rpc/pmap_clnt.h: Likewise.
89581         * include/rpc/pmap_prot.h: Likewise.
89582         * include/rpc/pmap_rmt.h: Likewise.
89583         * include/rpc/rpc_msg.h: Likewise.
89584         * include/rpc/svc.h: Likewise.
89585         * include/rpc/svc_auth.h: Likewise.
89586         * include/rpc/xdr.h: Likewise.
89587         * nis/Makefile: Link all DSOs against linkobj/libc.so.
89588         * nss/Makefile: Likewise.
89589         * sunrpc/Makefile: Don't install headers.  Build library with normal
89590         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
89591         * sunrpc/auth_des.c: Hide exported symbols by default, export some
89592         for the compat linking library.  Remove use of INTDEF/INTUSE.
89593         * sunrpc/auth_none.c: Likewise.
89594         * sunrpc/auth_unix.c: Likewise.
89595         * sunrpc/authdes_prot.c: Likewise.
89596         * sunrpc/authuxprot.c: Likewise.
89597         * sunrpc/clnt_gen.c: Likewise.
89598         * sunrpc/clnt_perr.c: Likewise.
89599         * sunrpc/clnt_raw.c: Likewise.
89600         * sunrpc/clnt_simp.c: Likewise.
89601         * sunrpc/clnt_tcp.c: Likewise.
89602         * sunrpc/clnt_udp.c: Likewise.
89603         * sunrpc/clnt_unix.c: Likewise.
89604         * sunrpc/des_crypt.c: Likewise.
89605         * sunrpc/des_soft.c: Likewise.
89606         * sunrpc/get_myaddr.c: Likewise.
89607         * sunrpc/key_call.c: Likewise.
89608         * sunrpc/key_prot.c: Likewise.
89609         * sunrpc/netname.c: Likewise.
89610         * sunrpc/pm_getmaps.c: Likewise.
89611         * sunrpc/pm_getport.c: Likewise.
89612         * sunrpc/pmap_clnt.c: Likewise.
89613         * sunrpc/pmap_prot.c: Likewise.
89614         * sunrpc/pmap_prot2.c: Likewise.
89615         * sunrpc/pmap_rmt.c: Likewise.
89616         * sunrpc/publickey.c: Likewise.
89617         * sunrpc/rpc_cmsg.c: Likewise.
89618         * sunrpc/rpc_common.c: Likewise.
89619         * sunrpc/rpc_dtable.c: Likewise.
89620         * sunrpc/rpc_prot.c: Likewise.
89621         * sunrpc/rpc_thread.c: Likewise.
89622         * sunrpc/rtime.c: Likewise.
89623         * sunrpc/svc.c: Likewise.
89624         * sunrpc/svc_auth.c: Likewise.
89625         * sunrpc/svc_authux.c: Likewise.
89626         * sunrpc/svc_raw.c: Likewise.
89627         * sunrpc/svc_run.c: Likewise.
89628         * sunrpc/svc_simple.c: Likewise.
89629         * sunrpc/svc_tcp.c: Likewise.
89630         * sunrpc/svc_udp.c: Likewise.
89631         * sunrpc/svc_unix.c: Likewise.
89632         * sunrpc/svcauth_des.c: Likewise.
89633         * sunrpc/xcrypt.c: Likewise.
89634         * sunrpc/xdr.c: Likewise.
89635         * sunrpc/xdr_array.c: Likewise.
89636         * sunrpc/xdr_float.c: Likewise.
89637         * sunrpc/xdr_intXX_t.c: Likewise.
89638         * sunrpc/xdr_mem.c: Likewise.
89639         * sunrpc/xdr_rec.c: Likewise.
89640         * sunrpc/xdr_ref.c: Likewise.
89641         * sunrpc/xdr_sizeof.c: Likewise.
89642         * sunrpc/xdr_stdio.c: Likewise.
89644 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
89646         [BZ #12650]
89647         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
89648         * sysdeps/ia64/dl-tls.h: Likewise.
89649         * sysdeps/powerpc/dl-tls.h: Likewise.
89650         * sysdeps/s390/dl-tls.h: Likewise.
89651         * sysdeps/sh/dl-tls.h: Likewise.
89652         * sysdeps/sparc/dl-tls.h: Likewise.
89653         * sysdeps/x86_64/dl-tls.h: Likewise.
89654         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
89656 2011-03-14  Andreas Schwab  <schwab@redhat.com>
89658         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
89659         rpath element also skip the following colon.
89660         (expand_dynamic_string_token): Add is_path parameter and pass
89661         down to DL_DST_REQUIRED and _dl_dst_substitute.
89662         (decompose_rpath): Call expand_dynamic_string_token with
89663         non-zero is_path.  Ignore empty rpaths.
89664         (_dl_map_object_from_fd): Call expand_dynamic_string_token
89665         with zero is_path.
89667 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
89669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
89670         Make cancelable.
89672 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
89674         [BZ #12655]
89675         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
89676         Patch by Filipe David Manana <fdmanana@apache.org>.
89678 2011-04-07  Andreas Schwab  <schwab@redhat.com>
89680         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
89681         Maintain aligned stack.
89682         (CHECK_RSP): Remove unused macro.
89684 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
89686         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
89687         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
89689 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
89691         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
89693         * include/features.h: Mention __USE_XOPEN2K8 in comment.
89695 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
89697         [BZ #12518]
89698         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
89699         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
89700         * sysdeps/x86_64/memmove.c: New file.
89701         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
89702         (memcpy): Renamed to ...
89703         (__new_memcpy): This.
89704         (memcpy): Provide GLIBC_2_14 memcpy.
89705         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
89706         (memcpy): Provide GLIBC_2_2_5 memcpy.
89708 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
89710         [BZ #12631]
89711         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
89713 2011-03-30  Andreas Schwab  <schwab@redhat.com>
89715         * misc/syncfs.c: New file.
89716         * misc/Makefile (routines): Add syncfs.
89717         * posix/unistd.h: Declare syncfs.
89718         * sysdeps/unix/syscalls.list: Add syncfs.
89720 2011-04-01  Andreas Schwab  <schwab@redhat.com>
89722         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
89723         open_by_handle_at.
89724         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
89725         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
89726         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
89727         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
89728         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
89729         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
89730         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
89732 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
89734         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
89735         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
89736         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
89737         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
89738         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
89739         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
89740         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
89742         * io/Makefile: Compile fallocate.c, fallocate64.c, and
89743         sync_file_range.c with -fexceptions.
89744         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
89745         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
89746         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
89747         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
89748         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
89749         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
89750         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
89751         sync_file_range as cancellation point
89752         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
89753         now a wrapper around __call_sync_file_range with cancellation handling.
89754         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
89755         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
89756         function name to __call_sync_file_range.
89757         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
89758         Add call_sync_file_range.
89760 2011-04-01  Andreas Schwab  <schwab@redhat.com>
89762         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
89763         bits/timex.h.
89765 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
89767         * iconv/iconv.h: Fix typo in comment.
89768         * io/fcntl.h: Likewise.
89769         * libio/stdio.h: Likewise.
89770         * posix/spawn.h: Likewise.
89771         * posix/unistd.h: Likewise.
89772         * stdlib/stdlib.h: Likewise.
89773         * time/time.h: Likewise.
89774         * wcsmbs/wchar.h: Likewise.
89776         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
89777         open_by_handle): Add.
89778         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
89779         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
89780         Augment a few comments.
89781         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
89782         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
89783         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
89784         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
89785         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
89786         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
89787         open_by_handle.
89789         * io/fcntl.h (AT_EMPTY_PATH): Define.
89791 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
89793         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
89794         * sysdeps/unix/sysv/linux/bits/time.h: New file.
89795         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
89796         to...
89797         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
89798         * Versions.def: Add GLIBC_2.14.
89799         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
89800         Export.
89802 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
89804         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
89805         round counter.
89806         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
89808 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
89810         [BZ #12597]
89811         * string/test-strncmp.c (do_page_test): New function.
89812         (check2): Likewise.
89813         (test_main): Call check2.
89814         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
89816 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
89818         [BZ #12587]
89819         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
89820         Handle cache information in CPU leaf 4.
89821         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
89823 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
89825         [BZ #12583]
89826         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
89827         character representation.
89828         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
89830 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
89832         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
89833         END(__isnan) to END(__isnanf) to match function entry point/label
89834         EALIGN(__isnanf,...).
89836 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
89838         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
89840 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
89842         [BZ #12510]
89843         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
89844         copy from the symbol referenced in the relocation to initialize the
89845         used variable.
89846         Patch by Piotr Bury <pbury@goahead.com>.
89847         * elf/Makefile: Add rules to build and tst-unique3.
89848         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
89849         * elf/tst-unique3.cc: New file.
89850         * elf/tst-unique3.h: New file.
89851         * elf/tst-unique3lib.cc: New file.
89852         * elf/tst-unique3lib2.cc: New file.
89854         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
89856 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
89858         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
89859         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
89860         to _start.
89862 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
89864         * elf/dl-load.c (_dl_map_object): If we are looking for the first
89865         to-be-loaded object along a path to loader is ld.so.
89867 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
89868             Ulrich Drepper  <drepper@gmail.com>
89870         * sysdeps/x86_64/memset.S: After aligning destination, code
89871         branches to different locations depending on the value of
89872         misalignment, when multiarch is enabled. Fix this.
89874 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
89876         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
89877         Set _x86_64_preferred_memory_instruction for AMD processsors.
89878         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
89879         Set bit_Prefer_SSE_for_memop for AMD processors.
89881 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
89883         * libio/fmemopen.c (fmemopen): Optimize a bit.
89885 2011-03-03  Andreas Schwab  <schwab@redhat.com>
89887         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
89889 2011-03-03  Roland McGrath  <roland@redhat.com>
89891         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
89893 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
89895         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
89896         __bzero_ultra1 instead of __memset_ultra1.
89898 2011-02-23  Andreas Schwab  <schwab@redhat.com>
89899             Ulrich Drepper  <drepper@gmail.com>
89901         [BZ #12509]
89902         * include/link.h (struct link_map): Add l_orig_initfini.
89903         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
89904         returning unsuccessfully.
89905         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
89906         close of a file loaded at startup, restore the original l_initfini
89907         list.
89908         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
89909         list, store the pointer.
89910         * elf/Makefile ($(objpfx)noload-mem): New rule.
89911         (noload-ENV): Define.
89912         (tests): Add $(objpfx)noload-mem.
89913         * elf/noload.c: Include <memcheck.h>.
89914         (main): Call mtrace.  Close all opened handles.
89916 2011-02-17  Andreas Schwab  <schwab@redhat.com>
89918         [BZ #12454]
89919         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
89920         dependencies are missing.
89922 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
89924         Fix __if_freereq crash: Unlike the generic version which uses free,
89925         Hurd needs munmap.
89926         * sysdeps/mach/hurd/ifreq.h: New file.
89928 2011-01-27  Petr Baudis  <pasky@suse.cz>
89929             Ulrich Drepper  <drepper@gmail.com>
89931         [BZ 12445]#
89932         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
89933         to extend_alloca().
89934         * stdio-common/bug23.c: New file.
89935         * stdio-common/Makefile (tests): Add bug23.
89937 2010-09-28  Andreas Schwab  <schwab@redhat.com>
89938             Ulrich Drepper  <drepper@gmail.com>
89940         [BZ #12489]
89941         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
89942         before performing relro protection.  At old place add assertion
89943         to make sure nothing changed.
89945 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
89946             Glauber de Oliveira Costa  <glommer@gmail.com>
89948         * elf/elf.h: Add new ARM TLS relocs.
89950 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
89952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
89953         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
89954         cast from r3.
89955         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
89956         'tests' variable.
89957         * sysdeps/wordsize-64/tst-writev.c: New file.
89959 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
89961         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
89962         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
89963         insns in _dl_start to prevent a TOC reference before relocs are
89964         resolved.
89966 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
89968         [BZ #12469]
89969         * Makeconfig: Remove RANLIB definition.
89970         * Makerules: Don't use RANLIB.
89971         * aclocal.m4: Remove ranlib test.
89972         * configure.in: No need to check for ranlib.
89973         * elf/rtld-Rules: Don't use RANLIB.
89975 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
89977         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
89978         protection macro.
89979         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
89980         inclusion protection macro.
89982         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
89983         SIGRTMIN and SIGRTMAX and print information in that case only when
89984         SIGRTMIN is defined.
89986 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
89988         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
89989         arginfo fn returning -1.
89991         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
89992         and thousands string is zero terminated.
89994 2011-02-03  Andreas Schwab  <schwab@redhat.com>
89996         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
89997         sysdeps/unix/sysv/linux/bits/socket.h.
89999 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
90001         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
90002         (__CPU_COUNT): Remove old macros.
90003         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
90004         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
90005         (__CPU_ALLOC, __CPU_FREE): Add macros.
90006         (__sched_cpualloc, __sched_cpufree): Add declarations.
90008 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
90010         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
90011         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
90012         * nscd/aicache.c (addhstaiX): Return timeout of added value.
90013         (readdhstai): Return value of addhstaiX call.
90014         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
90015         (addgrbyX): Return value returned by cache_addgr.
90016         (readdgrbyname): Return value returned by addgrbyX.
90017         (readdgrbygid): Likewise.
90018         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
90019         (addpwbyX): Return value returned by cache_addpw.
90020         (readdpwbyname): Return value returned by addhstbyX.
90021         (readdpwbyuid): Likewise.
90022         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
90023         (addservbyX): Return value returned by cache_addserv.
90024         (readdservbyname): Return value returned by addservbyX:
90025         (readdservbyport): Likewise.
90026         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
90027         (addhstbyX): Return value returned by cache_addhst.
90028         (readdhstbyname): Return value returned by addhstbyX.
90029         (readdhstbyaddr): Likewise.
90030         (readdhstbynamev6): Likewise.
90031         (readdhstbyaddrv6): Likewise.
90032         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
90033         (readdinitgroups): Return value returned by addinitgroupsX.
90034         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
90035         (prune_cache): Keep track of timeout value of re-added entries.
90036         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
90037         * nscd/nscd.h: Adjust prototypes of readd* functions.
90039 2011-02-04  Roland McGrath  <roland@redhat.com>
90041         * nis/nis_server.c (nis_servstate): Use the right name for 0.
90042         (nis_stats): Likewise.
90043         * nis/nis_modify.c (nis_modify): Likewise.
90044         * nis/nis_remove.c (nis_remove): Likewise.
90045         * nis/nis_add.c (nis_add): Likewise.
90047         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
90049         * posix/fnmatch_loop.c: Add some consts.
90051         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
90053 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
90055         [BZ #12460]
90056         * config.make.in (config-cflags-novzeroupper): Define.
90057         * configure.in: Substitute libc_cv_cc_novzeroupper.
90058         * elf/Makefile (AVX-CFLAGS): Define.
90059         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
90060         (CFLAGS-tst-auditmod4a.c): Likewise.
90061         (CFLAGS-tst-auditmod4b.c): Likewise.
90062         (CFLAGS-tst-auditmod6b.c): Likewise.
90063         (CFLAGS-tst-auditmod6c.c): Likewise.
90064         (CFLAGS-tst-auditmod7b.c): Likewise.
90065         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
90067 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
90069         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
90070         function to the callback.
90071         Patch partly by Jiri Olsa <jolsa@redhat.com>.
90073 2011-02-02  Andreas Schwab  <schwab@redhat.com>
90075         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
90076         of errno.
90078 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
90080         [BZ #11724]
90081         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
90082         of constructors.
90083         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
90084         of destructors.
90085         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
90087         [BZ #11724]
90088         * elf/Makefile: Add rules to build and run new test.
90089         * elf/tst-initorder.c: New file.
90090         * elf/tst-initorder.exp: New file.
90091         * elf/tst-initordera1.c: New file.
90092         * elf/tst-initordera2.c: New file.
90093         * elf/tst-initordera3.c: New file.
90094         * elf/tst-initordera4.c: New file.
90095         * elf/tst-initorderb1.c: New file.
90096         * elf/tst-initorderb2.c: New file.
90097         * elf/tst-order-a1.c: New file.
90098         * elf/tst-order-a2.c: New file.
90099         * elf/tst-order-a3.c: New file.
90100         * elf/tst-order-a4.c: New file.
90101         * elf/tst-order-b1.c: New file.
90102         * elf/tst-order-b2.c: New file.
90103         * elf/tst-order-main.c: New file.
90104         New test case by George Gensure <werkt0@gmail.com>.
90106 2010-10-01  Andreas Schwab  <schwab@redhat.com>
90108         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
90109         decoding ACE if AI_CANONIDN.
90111 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
90113         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
90115 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
90117         * version.h (RELEASE): Bump for 2.13 release.
90118         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
90120         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
90122         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
90123         MADV_NOHUGEPAGE.
90124         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
90125         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
90126         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
90127         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
90128         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
90129         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
90131         * posix/getconf.c: Update copyright year.
90132         * catgets/gencat.c: Likewise.
90133         * csu/version.c: Likewise.
90134         * debug/catchsegv.sh: Likewise.
90135         * debug/xtrace.sh: Likewise.
90136         * elf/ldconfig.c: Likewise.
90137         * elf/ldd.bash.in: Likewise.
90138         * elf/sprof.c (print_version): Likewise.
90139         * iconv/iconv_prog.c: Likewise.
90140         * iconv/iconvconfig.c: Likewise.
90141         * locale/programs/locale.c: Likewise.
90142         * locale/programs/localedef.c: Likewise.
90143         * malloc/memusage.sh: Likewise.
90144         * malloc/mtrace.pl: Likewise.
90145         * nscd/nscd.c (print_version): Likewise.
90146         * nss/getent.c: Likewise.
90148         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
90149         PF_CAIF, and PF_ALG.
90150         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
90152 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
90154         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
90155         (modules-names): Use them.
90156         (ifunc-test-modules, ifunc-pie-tests): Define.
90157         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
90158         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
90159         (test-extras): Likewise.
90160         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
90161         $(compile-command.c).
90162         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
90163         (all-built-dso): Define.
90164         (check-textrel.out, check-execstack.out): Depend on it.
90166         * configure.in: Don't override --enable-multi-arch.
90168 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
90170         [BZ #6812]
90171         * nscd/hstcache.c (tryagain): Define.
90172         (cache_addhst): Return tryagain not notfound for temporary errors.
90173         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
90174         failed.
90176 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
90178         [BZ #10563]
90179         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
90180         to make the syscall.
90181         * sysdeps/unix/sysv/linux/setgroups.c: New file.
90183         [BZ #12378]
90184         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
90185         and fall back to matching as normal character if the string ends before
90186         the matching ']' is found.  This is what POSIX requires.
90187         * posix/testfnm.c: Adjust test result.
90188         * posix/globtest.sh: Adjust test result.  Add new test.
90189         * posix/tst-fnmatch.input: Likewise.
90190         * posix/tst-fnmatch2.c: Add new test.
90192 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
90194         * elf/Makefile (check-execstack): Revert last change.  Depend on
90195         check-execstack.h.
90196         (check-execstack.h): New target.
90197         (generated): Add check-execstack.h.
90198         * elf/check-execstack.c: Include "check-execstack.h".
90199         (main): Revert last change.
90200         (handle_file): Return zero if GNU_STACK is absent and
90201         DEFAULT_STACK_PERMS doesn't include PF_X.
90203 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
90205         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
90206         in child fails because the descriptor is already closed.
90207         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
90208         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
90209         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
90211         [BZ #12397]
90212         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
90213         syscall.
90215         [BZ #10484]
90216         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
90217         temporary buffer used to handle multi lookups locally.
90218         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
90220 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
90222         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
90223         loader is ld.so.
90225 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
90227         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
90228         alignment for SSE2.
90230 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
90232         [BZ #12394]
90233         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
90234         characters.  When rounding increased number of integer digits recompute
90235         number of groups.
90236         * stdio-common/tst-grouping.c: New file.
90237         * stdio-common/Makefile: Add rules to build and run tst-grouping.
90239 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
90241         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
90242         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
90244         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
90245         void.
90246         * bits/select.h: Likewise.
90248 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
90250         * po/ja.po: Update from translation team.
90252 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
90254         [BZ #11155]
90255         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
90256         implementation just like for lxstat, fxstatat, et al.
90258 2010-12-27  Jim Meyering  <meyering@redhat.com>
90260         [BZ #12348]
90261         * posix/regexec.c (build_trtable): Return failure indication upon
90262         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
90264 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
90266         [BZ #12201]
90267         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
90268         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
90269         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
90270         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
90272         [BZ #12207]
90273         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
90275         [BZ #12204]
90276         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
90277         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
90279 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
90281         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
90282         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
90283         script has SORT_BY_INIT_PRIORITY.
90284         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
90285         NO_CTORS_DTORS_SECTIONS is defined.
90286         * elf/soinit.c: Likewise.
90287         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
90288         NO_CTORS_DTORS_SECTIONS is defined.
90289         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
90290         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
90291         * sysdeps/sh/init-first.c: Likewise.
90292         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
90294 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
90296         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
90297         always use the slow path.
90299 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
90301         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
90302         similar rule which adds the sysdep directories to the header search in
90303         order to pick up the correct platform stackinfo.h.
90304         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
90305         perform test if it is, otherwise return successfully without testing.
90306         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
90307         DEFAULT_STACK_PERMS define in stackinfo.h.
90308         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
90309         defined in stackinfo.h.
90310         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
90311         DEFAULT_STACK_PERMS defined in stackinfo.h.
90312         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
90313         * sysdeps/ia64/stackinfo.h: Likewise.
90314         * sysdeps/s390/stackinfo.h: Likewise.
90315         * sysdeps/sh/stackinfo.h: Likewise.
90316         * sysdeps/sparc/stackinfo.h: Likewise.
90317         * sysdeps/x86_64/stackinfo.h: Likewise.
90318         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
90319         PF_X for powerpc64.  Retain PF_X for powerpc32.
90321 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
90323         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
90324         accurately.
90325         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
90326         GETDENTS_64BIT_ALIGNED.
90328 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
90330         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
90332 2010-12-10  Andreas Schwab  <schwab@redhat.com>
90334         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
90335         _GNU_SOURCE.
90337         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
90338         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
90339         Remove __restrict.
90340         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
90341         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
90343 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
90345         [BZ #11655]
90346         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
90347         are initialized.
90349 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
90351         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
90353 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
90355         * po/it.po: Update from translation team.
90357 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
90359         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
90360         unused codes.
90362 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
90364         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
90366 2010-11-24  Andreas Schwab  <schwab@redhat.com>
90368         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
90369         specially.
90370         (gaih_getanswer_slice): Likewise.
90372 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
90374         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
90376 2010-05-31  Petr Baudis  <pasky@suse.cz>
90378         [BZ #11149]
90379         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
90380         silently even in the chroot mode.
90382 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
90384         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
90385         last patch a bit.  Pretty printing
90387 2010-05-31  Petr Baudis <pasky@suse.cz>
90389         [BZ #10085]
90390         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
90391         initialization of skip_initgroups_dyn.
90393 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
90395         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
90396         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
90398 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
90400         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
90402 2010-11-11  Andreas Schwab  <schwab@redhat.com>
90404         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
90405         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
90406         (tst-fnmatch-ENV): Set MALLOC_TRACE.
90407         ($(objpfx)tst-fnmatch-mem): New rule.
90408         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
90409         * posix/tst-fnmatch.c (main): Call mtrace.
90411 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
90413         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
90414         Support Intel processor model 6 and model 0x2c.
90416 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
90418         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
90419           signed comparison.
90421 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
90423         [BZ #12205]
90424         * string/test-strncasecmp.c (check_result): New function.
90425         (do_one_test): Use it.
90426         (check1): New function.
90427         (test_main): Use it.
90428         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
90429         Support strcasecmp and strncasecmp.
90431 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
90433         [BZ #12194]
90434         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
90435         * sysdeps/x86_64/bits/byteswap.h: Likewise.
90437 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
90439         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
90440         IFUNC support.
90441         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
90442         memset-x86-64.
90443         * sysdeps/x86_64/multiarch/bzero.S: New file.
90444         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
90445         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
90446         * sysdeps/x86_64/multiarch/memset.S: New file.
90447         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
90448         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
90449         Set bit_Prefer_SSE_for_memop for Intel processors.
90450         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
90451         Define.
90452         (index_Prefer_SSE_for_memop): Define.
90453         (HAS_PREFER_SSE_FOR_MEMOP): Define.
90455 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
90457         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
90458         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
90460 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
90462         [BZ #12191]
90463         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
90464         (__x86_64_raw_data_cache_size_half): Likewise.
90465         (__x86_64_raw_shared_cache_size): Likewise.
90466         (__x86_64_raw_shared_cache_size_half): Likewise.
90468         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
90469         (__x86_64_raw_data_cache_size_half): Likewise.
90470         (__x86_64_raw_shared_cache_size): Likewise.
90471         (__x86_64_raw_shared_cache_size_half): Likewise.
90472         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
90473         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
90474         and __x86_64_raw_shared_cache_size_half.  Round
90475         __x86_64_data_cache_size_half, __x86_64_data_cache_size
90476         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
90477         to multiple of 256 bytes.
90479 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
90481         [BZ #12167]
90482         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
90483         of inacessible symlinks.  Verify result of symlink before returning it.
90484         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
90485         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
90487 2010-10-28  Erich Ritz  <erichritz@gmail.com>
90489         * math/math.h (isinf): Fix typo in comment.
90491 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
90493         * po/da.po: Update from translation team.
90495 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
90497         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
90498         is added to the list.
90500 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
90501             Ulrich Drepper  <drepper@gmail.com>
90503         * elf/dl-object.c (_dl_new_object): Don't append the new object to
90504         the global list here.  Move code to...
90505         (_dl_add_to_namespace_list): ...here.  New function.
90506         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
90507         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
90508         * elf/dl-load.c (lose): Don't remove the element from the list.
90509         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
90510         (_dl_map_object): Likewise.
90512 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
90514         [BZ #12159]
90515         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
90516         into all bytes of SSE register.
90517         Patch by Richard Li <richardpku@gmail.com>.
90519 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
90521         [BZ #12140]
90522         * malloc/malloc.c (_int_free): Fill correct number of bytes when
90523         perturbing.
90525 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
90527         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
90528         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
90529         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
90530         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
90531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
90532         submachine.
90533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
90535 2010-10-22  Andreas Schwab  <schwab@redhat.com>
90537         * include/dlfcn.h (__RTLD_SECURE): Define.
90538         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
90539         mode & __RTLD_SECURE instead.
90540         (open_path): Rename preloaded parameter to secure.
90541         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
90542         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
90543         * elf/dl-deps.c (openaux): Likewise.
90544         * elf/rtld.c (struct map_args): Remove is_preloaded.
90545         (map_doit): Don't use it.
90546         (dl_main): Likewise.
90547         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
90548         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
90550 2010-09-09  Andreas Schwab  <schwab@redhat.com>
90552         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
90553         (sysd-rules-targets): Remove duplicates.
90554         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
90555         rtld-%.$o dependency.
90557 2010-10-18  Andreas Schwab  <schwab@redhat.com>
90559         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
90560         _dl_map_object do it.
90562 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
90564         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
90565         fast fma builtins, define the macros in the C99 standard.
90566         (FP_FAST_FMAF): Likewise.
90567         (FP_FAST_FMAL): Likewise.
90568         * sysdeps/x86_64/bits/mathdef.h: Likewise.
90570         * bits/mathdef.h: Update copyright year.
90571         * sysdeps/powerpc/bits/mathdef.h: Likewise.
90573 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
90575         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
90576         builtins, define the macros in the C99 standard.
90577         (FP_FAST_FMAF): Likewise.
90578         (FP_FAST_FMAL): Likewise.
90579         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
90580         multiply/add.
90581         (FP_FAST_FMAF): Likewise.
90583 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
90585         [BZ #3268]
90586         * math/libm-test.inc (fma_test): Some new testcases.
90587         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
90588         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
90589         y and infinite z.  Do multiplication by C already in long double.
90590         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
90591         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
90592         y and infinite z.  Do bitwise or of inexact bit into u.d.
90593         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
90594         * sysdeps/i386/fpu/s_fmaf.S: Removed.
90595         * sysdeps/i386/fpu/s_fma.S: Removed.
90596         * sysdeps/i386/fpu/s_fmal.S: Removed.
90598 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
90600         [BZ #3268]
90601         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
90602         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
90603         computation is not scheduled after fetestexcept.  Fix value
90604         of minimum denormal long double.
90606 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
90608         [BZ #3268]
90609         * math/libm-test.inc (fma_test): Add some more tests.
90610         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
90611         correctly.
90613 2010-10-15  Andreas Schwab  <schwab@redhat.com>
90615         * scripts/data/localplt-s390-linux-gnu.data: New file.
90616         * scripts/data/localplt-s390x-linux-gnu.data: New file.
90618 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
90620         [BZ #3268]
90621         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
90622         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
90623         instead of dbl-64.
90624         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
90625         inlines.
90626         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
90627         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
90628         if one of x and y is very large and the other is subnormal.
90629         * sysdeps/s390/fpu/s_fmaf.c: New file.
90630         * sysdeps/s390/fpu/s_fma.c: New file.
90631         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
90632         * sysdeps/powerpc/fpu/s_fma.S: New file.
90633         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
90634         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
90635         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
90637 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
90639         [BZ #3268]
90640         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
90641         fma tests.
90642         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
90643         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
90644         * sysdeps/i386/i686/multiarch/s_fma.c: Include
90645         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
90646         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
90647         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
90648         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
90650 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
90652         [BZ #12078]
90653         * posix/regcomp.c (parse_branch): One more memory leak plugged.
90654         * posix/bug-regex31.input: Add test case.
90656 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
90658         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
90659         * posix/bug-regex31.input: New file.
90661         [BZ #12078]
90662         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
90663         (parse_sub_exp): Fix last change, use postorder.
90665         * posix/bug-regex31.c: New file.
90666         * posix/Makefile: Add rules to build and run bug-regex31.
90668         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
90670         [BZ #12078]
90671         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
90673         [BZ #12108]
90674         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
90675         to have entries in sys_siglist.
90677         [BZ #12093]
90678         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
90679         be NULL.
90681 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
90683         [BZ #3268]
90684         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
90685         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
90686         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
90687         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
90688         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
90689         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
90690         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
90691         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
90692         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
90693         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
90694         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
90695         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
90696         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
90697         * math/ftestexcept.c (fetestexcept): Likewise.
90698         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
90699         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
90700         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
90701         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
90702         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
90703         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
90704         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
90706 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
90708         [BZ #12107]
90709         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
90710         newline.
90712 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
90714         * string/bug-strstr1.c: New file.
90715         * string/Makefile: Add rules to build and run bug-strstr1.
90717 2010-10-05  Eric Blake  <eblake@redhat.com>
90719         [BZ #12092]
90720         * string/str-two-way.h (two_way_long_needle): Always clear memory
90721         when skipping input due to the shift table.
90723 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
90725         [BZ #12005]
90726         * malloc/mcheck.c: Handle large requests.
90728         [BZ #12077]
90729         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
90730         for strncmp and strncasecmp.
90731         * string/stratcliff.c: Add tests for strcmp and strncmp.
90732         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
90734 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
90736         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
90737         __set_fpscr.
90739 2010-09-30  Andreas Jaeger  <aj@suse.de>
90741         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
90742         (CGROUP_SUPER_MAGIC): Define.
90743         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
90744         Handle btrfs and cgroup file systems.
90745         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
90746         Likewise.
90748 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
90750         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
90751         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
90753 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
90755         [BZ #12067]
90756         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
90757         trying to locate the ELF header.
90759 2010-09-27  Andreas Schwab  <schwab@redhat.com>
90761         [BZ #11611]
90762         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
90763         Mask out sign-bit copies when constructing f_fsid.
90765 2010-09-24  Petr Baudis <pasky@suse.cz>
90767         * debug/stack_chk_fail_local.c: Add missing licence exception.
90768         * debug/warning-nop.c: Likewise.
90770 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
90772         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
90773         implementing getdents64 using getdents syscall, set d_type if
90774         __ASSUME_GETDENTS32_D_TYPE.
90776 2010-09-16  Andreas Schwab  <schwab@redhat.com>
90778         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
90779         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
90781 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
90783         [BZ #12037]
90784         * posix/unistd.h: Undo change of feature selection for ftruncate from
90785         2010-01-11.
90787 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
90789         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
90790         detection.
90792 2010-09-20  Andreas Schwab  <schwab@redhat.com>
90794         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
90795         fanotify_mark.
90796         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
90798 2010-09-14  Andreas Schwab  <schwab@redhat.com>
90800         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
90801         variables after CHECK_SP call.
90802         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
90804 2010-09-13  Andreas Schwab  <schwab@redhat.com>
90805             Ulrich Drepper  <drepper@redhat.com>
90807         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
90808         re-relocationg ld.so.
90809         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
90810         _dl_init_paths call.
90811         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
90812         here anymore.
90814 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
90816         * resolv/res_init.c (__res_vinit): Count the default server we added.
90818 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
90819             Ulrich Drepper  <drepper@redhat.com>
90821         [BZ #11968]
90822         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
90823         (____longjmp_chk): Use %ebx for saving value across system call.
90824         Add unwind info.
90826 2010-09-06  Andreas Schwab  <schwab@redhat.com>
90828         * manual/Makefile: Don't mix pattern rules with normal rules.
90830 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
90832         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
90833         operation.
90834         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
90835         * libio/iofopncook.c (_IO_cookie_init): Likewise.
90836         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
90837         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
90838         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
90839         Likewise.
90841 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
90843         [BZ #11979]
90844         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
90845         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
90847 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
90849         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
90850         * sysdeps/x86_64/addmul_1.S: Likewise.
90851         * sysdeps/x86_64/lshift.S: Likewise.
90852         * sysdeps/x86_64/mul_1.S: Likewise.
90853         * sysdeps/x86_64/rshift.S: Likewise.
90854         * sysdeps/x86_64/sub_n.S: Likewise.
90855         * sysdeps/x86_64/submul_1.S: Likewise.
90857 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
90859         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
90860         Define __sched_param instead of SCHED_* and sched_param when
90861         <bits/sched.h> is included with __need_schedparam defined.
90862         * bits/sched.h [__need_schedparam]
90863         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
90864         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
90865         (__defined_schedparam): Define to 1.
90866         (__sched_param): New structure, identical to sched_param.
90867         (__need_schedparam): Undefine.
90869 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
90871         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
90872         (epoll_create1): Declare.
90874         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
90876 2010-08-31  Andreas Schwab  <schwab@redhat.com>
90878         [BZ #7066]
90879         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
90880         shifting retval into place.
90882 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
90884         * nis/rpcsvc/nis.h: Update copyright notice.
90885         * nis/rpcsvc/nis.x: Likewise.
90886         * nis/rpcsvc/nis_callback.h: Likewise.
90887         * nis/rpcsvc/nis_callback.x: Likewise.
90888         * nis/rpcsvc/nis_object.x: Likewise.
90889         * nis/rpcsvc/nis_tags.h: Likewise.
90890         * nis/rpcsvc/yp.h: Likewise.
90891         * nis/rpcsvc/yp.x: Likewise.
90892         * nis/rpcsvc/ypupd.h: Likewise.
90893         * nis/yp_xdr.c: Likewise.
90894         * nis/ypupdate_xdr.c: Likewise.
90896         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
90897         mainly the body of pmap_getport.  Add parameters to specify timeouts.
90898         (pmap_getport): Use __libc_rpc_getport.
90899         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
90900         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
90901         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
90903 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
90905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
90906         fanotify_mark.
90908 2010-08-27  Roland McGrath  <roland@redhat.com>
90910         * sysdeps/i386/i686/multiarch/Makefile
90911         (CFLAGS-varshift.c): New variable.
90913 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
90915         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
90916         * sysdeps/i386/i686/multiarch/varshift.c: New file.
90918         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
90920         * sysdeps/x86_64/strlen.S: Minimal code improvement.
90922 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
90924         * sysdeps/x86_64/strlen.S: Unroll the loop.
90925         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
90926         strlen-sse2 strlen-sse2-bsf.
90927         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
90928         __strlen_no_bsf if bit_Slow_BSF is set.
90929         (__strlen_sse42): Removed.
90930         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
90931         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
90933 2010-08-25  Roland McGrath  <roland@redhat.com>
90935         * sysdeps/x86_64/multiarch/varshift.S: File removed.
90936         * sysdeps/x86_64/multiarch/varshift.c: New file.
90937         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
90938         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
90939         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
90940         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
90942 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
90944         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
90945         strlen-sse2 strlen-sse2-bsf.
90946         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
90947         __strlen_sse2_bsf if bit_Slow_BSF is unset.
90948         (__strlen_sse2): Removed.
90949         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
90950         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
90951         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
90952         bit_Slow_BSF for Atom.
90953         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
90954         (index_Slow_BSF): Define.
90955         (HAS_SLOW_BSF): Define.
90957 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
90959         [BZ #10851]
90960         * resolv/res_init.c (__res_vinit): When no server address at all
90961         is given default to loopback.
90963 2010-08-24  Roland McGrath  <roland@redhat.com>
90965         * configure.in: Remove config-name.h generation.
90966         * configure: Regenerated.
90967         * config-name.in: File removed.
90968         * scripts/config-uname.sh: New file.
90969         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
90970         ($(objdir)config-name.h): New target.
90972         * sunrpc/rpc_parse.h: Avoid nested comment.
90974 2010-08-24  Richard Henderson  <rth@redhat.com>
90975             Ulrich Drepper  <drepper@redhat.com>
90976             H.J. Lu  <hongjiu.lu@intel.com>
90978         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
90979         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
90980         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
90981         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
90982         _mm_alignr_epi8 with _mm_loadu_si128.
90983         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
90984         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
90985         (__m128i_shift_right): Removed.
90986         * sysdeps/i386/i686/multiarch/varshift.h: New file.
90987         * sysdeps/i386/i686/multiarch/varshift.S: New file.
90988         * sysdeps/x86_64/multiarch/varshift.h: New file.
90989         * sysdeps/x86_64/multiarch/varshift.S: New file.
90991 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
90993         * configure.in: Move assembler checks to before sysdep dir checking.
90995 2010-08-20  Petr Baudis  <pasky@suse.cz>
90997         * LICENSES: Sync the sunrpc license.
90999 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
91001         * sunrpc/auth_des.c: Update copyright notice once again.
91002         * sunrpc/auth_none.c: Likewise.
91003         * sunrpc/auth_unix.c: Likewise.
91004         * sunrpc/authdes_prot.c: Likewise.
91005         * sunrpc/authuxprot.c: Likewise.
91006         * sunrpc/bindrsvprt.c: Likewise.
91007         * sunrpc/clnt_gen.c: Likewise.
91008         * sunrpc/clnt_perr.c: Likewise.
91009         * sunrpc/clnt_raw.c: Likewise.
91010         * sunrpc/clnt_simp.c: Likewise.
91011         * sunrpc/clnt_tcp.c: Likewise.
91012         * sunrpc/clnt_udp.c: Likewise.
91013         * sunrpc/clnt_unix.c: Likewise.
91014         * sunrpc/des_crypt.c: Likewise.
91015         * sunrpc/des_soft.c: Likewise.
91016         * sunrpc/get_myaddr.c: Likewise.
91017         * sunrpc/getrpcport.c: Likewise.
91018         * sunrpc/key_call.c: Likewise.
91019         * sunrpc/key_prot.c: Likewise.
91020         * sunrpc/openchild.c: Likewise.
91021         * sunrpc/pm_getmaps.c: Likewise.
91022         * sunrpc/pm_getport.c: Likewise.
91023         * sunrpc/pmap_clnt.c: Likewise.
91024         * sunrpc/pmap_prot.c: Likewise.
91025         * sunrpc/pmap_prot2.c: Likewise.
91026         * sunrpc/pmap_rmt.c: Likewise.
91027         * sunrpc/rpc/auth.h: Likewise.
91028         * sunrpc/rpc/auth_unix.h: Likewise.
91029         * sunrpc/rpc/clnt.h: Likewise.
91030         * sunrpc/rpc/des_crypt.h: Likewise.
91031         * sunrpc/rpc/key_prot.h: Likewise.
91032         * sunrpc/rpc/netdb.h: Likewise.
91033         * sunrpc/rpc/pmap_clnt.h: Likewise.
91034         * sunrpc/rpc/pmap_prot.h: Likewise.
91035         * sunrpc/rpc/pmap_rmt.h: Likewise.
91036         * sunrpc/rpc/rpc.h: Likewise.
91037         * sunrpc/rpc/rpc_des.h: Likewise.
91038         * sunrpc/rpc/rpc_msg.h: Likewise.
91039         * sunrpc/rpc/svc.h: Likewise.
91040         * sunrpc/rpc/svc_auth.h: Likewise.
91041         * sunrpc/rpc/types.h: Likewise.
91042         * sunrpc/rpc/xdr.h: Likewise.
91043         * sunrpc/rpc_clntout.c: Likewise.
91044         * sunrpc/rpc_cmsg.c: Likewise.
91045         * sunrpc/rpc_common.c: Likewise.
91046         * sunrpc/rpc_cout.c: Likewise.
91047         * sunrpc/rpc_dtable.c: Likewise.
91048         * sunrpc/rpc_hout.c: Likewise.
91049         * sunrpc/rpc_main.c: Likewise.
91050         * sunrpc/rpc_parse.c: Likewise.
91051         * sunrpc/rpc_parse.h: Likewise.
91052         * sunrpc/rpc_prot.c: Likewise.
91053         * sunrpc/rpc_sample.c: Likewise.
91054         * sunrpc/rpc_scan.c: Likewise.
91055         * sunrpc/rpc_scan.h: Likewise.
91056         * sunrpc/rpc_svcout.c: Likewise.
91057         * sunrpc/rpc_tblout.c: Likewise.
91058         * sunrpc/rpc_util.c: Likewise.
91059         * sunrpc/rpc_util.h: Likewise.
91060         * sunrpc/rpcinfo.c: Likewise.
91061         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
91062         * sunrpc/rpcsvc/key_prot.x: Likewise.
91063         * sunrpc/rpcsvc/klm_prot.x: Likewise.
91064         * sunrpc/rpcsvc/mount.x: Likewise.
91065         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
91066         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
91067         * sunrpc/rpcsvc/rex.x: Likewise.
91068         * sunrpc/rpcsvc/rstat.x: Likewise.
91069         * sunrpc/rpcsvc/rusers.x: Likewise.
91070         * sunrpc/rpcsvc/sm_inter.x: Likewise.
91071         * sunrpc/rpcsvc/spray.x: Likewise.
91072         * sunrpc/rpcsvc/yppasswd.x: Likewise.
91073         * sunrpc/rtime.c: Likewise.
91074         * sunrpc/svc.c: Likewise.
91075         * sunrpc/svc_auth.c: Likewise.
91076         * sunrpc/svc_authux.c: Likewise.
91077         * sunrpc/svc_raw.c: Likewise.
91078         * sunrpc/svc_run.c: Likewise.
91079         * sunrpc/svc_simple.c: Likewise.
91080         * sunrpc/svc_tcp.c: Likewise.
91081         * sunrpc/svc_udp.c: Likewise.
91082         * sunrpc/svc_unix.c: Likewise.
91083         * sunrpc/svcauth_des.c: Likewise.
91084         * sunrpc/xcrypt.c: Likewise.
91085         * sunrpc/xdr.c: Likewise.
91086         * sunrpc/xdr_array.c: Likewise.
91087         * sunrpc/xdr_float.c: Likewise.
91088         * sunrpc/xdr_mem.c: Likewise.
91089         * sunrpc/xdr_rec.c: Likewise.
91090         * sunrpc/xdr_ref.c: Likewise.
91091         * sunrpc/xdr_sizeof.c: Likewise.
91092         * sunrpc/xdr_stdio.c: Likewise.
91094         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
91095         handling.
91097 2010-08-19  Andreas Schwab  <schwab@redhat.com>
91099         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
91101 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
91103         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
91104         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
91105         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
91106         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
91107         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
91108         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
91109         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
91110         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
91111         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
91112         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
91113         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
91114         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
91115         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
91116         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
91118 2010-07-26  Anton Blanchard  <anton@samba.org>
91120         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
91121         * malloc/arena.c (heap_trim): Likewise.
91123 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
91125         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
91126         here.  Not...
91127         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
91128         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
91130 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
91132         * sysdeps/i386/elf/Makefile: New file.
91134 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
91136         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
91137         from fanotify_init.
91138         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
91139         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
91141 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
91143         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
91144         of strncasecmp_l.
91145         * sysdeps/multiarch/strcmp.S: Likewise.
91147 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
91149         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
91150         strncase_l-nonascii.
91151         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
91152         Add strncase_l-ssse3.
91153         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
91154         * sysdeps/x86_64/strcmp.S: Likewise.
91155         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
91156         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
91157         * sysdeps/x86_64/strncase.S: New file.
91158         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
91159         * sysdeps/x86_64/strncase_l.S: New file.
91160         * string/Makefile (strop-tests): Add strncasecmp.
91161         * string/test-strncasecmp.c: New file.
91163         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
91164         warning.
91166         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
91167         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
91169 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
91171         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
91173 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
91175         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
91176         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
91177         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
91179 2010-05-01  Alan Modra  <amodra@gmail.com>
91181         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
91182         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
91183         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
91184         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
91185         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
91186         tidying.  Don't tail-call __sigjmp_save for static lib.
91187         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
91188         save location.
91189         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
91190         (CALL_MCOUNT): Add eh info, and nop after bl.
91191         (TAIL_CALL_SYSCALL_ERROR): New macro.
91192         (PSEUDO_RET): Use it.
91193         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
91194         Correct save location of integer regs and cr.
91195         (_dl_profile_resolve): Correct cr save location.  Delete nops
91196         after bl when SHARED.  Reduce cfi size a little by better
91197         placement of cfi directives.
91198         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
91199         make a stack frame.  Instead use parm save area as a temp.
91200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
91201         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
91202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
91203         Don't make a stack frame for parent, use parm save area.
91204         Increase child stack frame to 112 bytes.  Don't save unused reg,
91205         and adjust reg usage.  Set up cfi on error recovery and
91206         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
91207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
91208         (__makecontext): Add dummy nop after jump to exit.
91209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
91210         Use correct parm save area and cr save, reduce stack frame.
91211         Correct cfi for possible PSEUDO_RET frame setup.
91212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
91213         Branch to local label emitted by PSEUDO_RET rather than
91214         __syscall_error.
91216 2010-08-12  Andreas Schwab  <schwab@redhat.com>
91218         [BZ #11904]
91219         * locale/programs/locale.c (print_assignment): New function.
91220         (show_locale_vars): Use it.
91222 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
91224         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
91225         field.
91226         (struct statfs64): Likewise.
91227         (_STATFS_F_FLAGS): Define.
91228         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
91229         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
91230         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
91231         (ST_VALID): Define locally.
91232         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
91233         __statvfs_getflags, use the provided value.
91234         * sysdeps/unix/sysv/linux/kernel-features.h: Define
91235         __ASSUME_STATFS_F_FLAGS.
91237         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
91239         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
91240         Add sys/fanotify.h.
91241         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
91242         fanotify_mask for GLIBC_2.13.
91243         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
91244         fanotify_init and fanotify_mark.
91245         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
91246         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
91248         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
91249         Add prlimit.
91250         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
91251         prlimit64 for GLIBC_2.13.
91252         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
91253         prlimit64.
91254         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
91255         syscall.
91256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
91257         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
91258         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
91259         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
91260         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
91261         add prlimit alias.
91262         * sysdeps/unix/sysv/linux/prlimit.c: New file.
91264         [BZ #11903]
91265         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
91266         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
91268         * nss/Makefile: Add rules to build and run tst-nss-test1.
91269         * shlib-versions: Add entry for libnss_test1.
91270         * nss/nss_test1.c: New file.
91271         * nss/tst-nss-test1.c: New file.
91273         * nss/nsswitch.c (__nss_database_custom): Define new variable.
91274         (__nss_configure_lookup): Set appropriate entry in
91275         __nss_configure_lookup to true.
91276         * nss/nsswitch.h: Define enum with indeces of databases in
91277         databases and __nss_database_custom arrays.  Declare
91278         __nss_database_custom.
91279         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
91280         to avoid using nscd when custom rules are installed.
91281         * nss/getXXbyYY_r.c: Likewise.
91282         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
91284         * nss/nss_files/files-parse.c: Whitespace fixes.
91286 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
91288         [BZ #11883]
91289         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
91290         * posix/fnmatch_loop.c: Likewise.
91292 2010-07-17  Andi Kleen  <ak@linux.intel.com>
91294         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
91295         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
91296         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
91297         * Versions.def [GLIBC_2.13]: Add.
91299 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
91301         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
91302         Also fail if tpwd after pwuid call is NULL.
91304 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
91306         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
91307         when converting to ms.
91309 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
91311         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
91312         EOPNOTSUPP errors with ENOTTY.
91313         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
91314         EOPNOTSUPP errors with ENOTTY.
91316 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
91318         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
91319         Add strcasecmp_l-ssse3.
91320         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
91321         strcasecmp.
91322         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
91323         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
91324         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
91326 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
91328         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
91330         * string/Makefile (strop-tests): Add strcasecmp.
91331         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
91332         strcasecmp_l-nonascii.
91333         (gen-as-const-headers): Add locale-defines.sym.
91334         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
91335         * sysdeps/x86_64/strcasecmp.S: New file.
91336         * sysdeps/x86_64/strcasecmp_l.S: New file.
91337         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
91338         * sysdeps/x86_64/locale-defines.sym: New file.
91339         * string/test-strcasecmp.c: New file.
91341         * string/test-strcasestr.c: Test both ends of the range of characters.
91342         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
91344 2010-07-29  Roland McGrath  <roland@redhat.com>
91346         [BZ #11856]
91347         * manual/locale.texi (Yes-or-No Questions): Fix example code.
91349 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
91351         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
91352         for ld.so.
91354 2010-07-27  Andreas Schwab  <schwab@redhat.com>
91356         * manual/memory.texi (Malloc Tunable Parameters): Document
91357         M_PERTURB.
91359 2010-07-26  Roland McGrath  <roland@redhat.com>
91361         [BZ #11840]
91362         * configure.in (-fgnu89-inline check): Set and substitute
91363         gnu89_inline, not libc_cv_gnu89_inline.
91364         * configure: Regenerated.
91365         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
91367 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
91369         * string/test-strnlen.c: New file.
91370         * string/Makefile (strop-tests): Add strnlen.
91371         * string/tester.c (test_strnlen): Add a few more test cases.
91372         * string/tst-strlen.c: Better error reporting.
91374         * sysdeps/x86_64/strnlen.S: New file.
91376 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
91378         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
91379         lower-latency instructions.
91381 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
91383         * string/test-strcasestr.c: New file.
91384         * string/test-strstr.c: New file.
91385         * string/Makefile (strop-tests): Add strstr and strcasestr.
91386         * string/str-two-way.h: Don't undefine MAX.
91387         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
91389 2010-07-21  Andreas Schwab  <schwab@redhat.com>
91391         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
91392         strcasestr-nonascii.
91393         (CFLAGS-strcasestr-nonascii.c): Define.
91394         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
91395         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
91396         Remove unused attribute.
91398 2010-07-20  Roland McGrath  <roland@redhat.com>
91400         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
91401         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
91402         ld.so.cache was broken.  With it, there is no way to disable dsocaps
91403         like LD_HWCAP_MASK can disable hwcaps.
91405 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
91407         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
91409 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
91411         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
91412         call in strcasestr.
91413         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
91414         __strcasestr_sse42_nonascii.
91415         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
91416         strcasestr-nonascii.c.
91417         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
91419 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
91421         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
91422         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
91423         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
91424         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
91426 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
91428         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
91429         fcntl.
91431 2010-07-06  Andreas Schwab  <schwab@redhat.com>
91433         [BZ #11577]
91434         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
91435         dl_signal_cerror.
91437 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
91439         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
91440         _PC_PIPE_BUF using F_GETPIPE_SZ.
91442 2010-07-05  Roland McGrath  <roland@redhat.com>
91444         * manual/arith.texi (Rounding Functions): Fix rint description
91445         implicit in round description.
91447 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
91449         * elf/Makefile: Fix linking for a few tests to make recent linker
91450         happy.
91452 2010-06-30  Andreas Schwab  <schwab@redhat.com>
91454         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
91455         $(common-objpfx)libc_nonshared.a.
91457 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
91459         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
91460         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
91461         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
91462         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
91463         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
91464         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
91465         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
91466         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
91467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
91468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
91469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
91470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
91471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
91472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
91473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
91474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
91475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
91476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
91477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
91478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
91479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
91480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
91481         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
91482         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
91483         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
91484         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
91485         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
91486         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
91487         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
91488         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
91489         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
91490         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
91491         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
91492         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
91493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
91494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
91495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
91496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
91497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
91498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
91499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
91500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
91501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
91502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
91503         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
91504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
91505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
91506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
91508 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
91510         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
91511         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
91512         * string/memmove.c (memmove): Renamed to ...
91513         (MEMMOVE): ...this.  Default to memmove.
91514         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
91515         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
91516         (END_CHK): Define.
91517         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
91518         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
91519         mempcpy-ssse3-back memmove-ssse3-back.
91520         * sysdeps/x86_64/multiarch/bcopy.S: New file .
91521         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
91522         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
91523         * sysdeps/x86_64/multiarch/memcpy.S: New file.
91524         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
91525         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
91526         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
91527         * sysdeps/x86_64/multiarch/memmove.c: New file.
91528         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
91529         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
91530         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
91531         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
91532         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
91533         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
91534         Define.
91535         (index_Fast_Copy_Backward): Define.
91536         (HAS_ARCH_FEATURE): Define.
91537         (HAS_FAST_REP_STRING): Define.
91538         (HAS_FAST_COPY_BACKWARD): Define.
91540 2010-06-21  Andreas Schwab  <schwab@redhat.com>
91542         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
91543         Restore proper fallback handling.
91545 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
91547         [BZ #11701]
91548         * posix/group_member.c (__group_member): Correct checking loop.
91550         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
91551         OOM in getpwuid_r correctly.  Return error number when the caller
91552         should return, otherwise -1.
91553         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
91554         call returning > 0 value.
91555         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
91557 2010-06-07  Andreas Schwab  <schwab@redhat.com>
91559         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
91560         libc_nonshared.a from targets in modules-names.
91562 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
91564         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
91565         requires it.
91567 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
91569         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
91570         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
91571         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
91572         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
91574 2010-06-02  Andreas Schwab  <schwab@redhat.com>
91576         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
91578 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
91580         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
91581         and F_GETPIPE_SZ.
91582         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
91583         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
91584         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
91585         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
91586         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
91587         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
91589 2010-06-14  Roland McGrath  <roland@redhat.com>
91591         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
91593 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
91595         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
91596         __REDIRECT followed by __THROW.
91597         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
91598         * posix/getopt.h (getopt): Likewise.
91600 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
91602         * hurd/lookup-at.c (__file_name_lookup_at): Accept
91603         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
91604         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
91605         in AT_FLAGS.
91606         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
91607         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
91609 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
91611         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
91613 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
91615         [BZ #11640]
91616         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
91617         Properly check family and model.
91619 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
91621         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
91623 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
91625         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
91627 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
91629         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
91630         symbol reference.
91632 2010-05-19  Andreas Schwab  <schwab@redhat.com>
91634         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
91635         symbol reference.
91637 2010-05-21  Andreas Schwab  <schwab@redhat.com>
91639         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
91640         and internal_recvmmsg.
91641         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
91642         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
91643         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
91644         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
91646         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
91647         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
91648         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
91650 2010-05-20  Andreas Schwab  <schwab@redhat.com>
91652         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
91654 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
91656         POWER7 optimizations.
91657         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
91658         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
91660 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
91662         * version.h: Update for 2.13 development version.
91664 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
91666         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
91667         exceptions.  Return 0.
91669 2010-05-07  Roland McGrath  <roland@redhat.com>
91671         * elf/ldconfig.c (main): Add a const.
91673 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
91675         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
91676         (args_options): Add no-idn option.
91677         (ahosts_keys_int): Add idn_flags to ai_flags.
91678         (parse_option): Handle 'i' option to clear idn_flags.
91680         * malloc/malloc.c (_int_free): Possible race in the most recently
91681         added check.  Only act on the data if no current modification
91682         happened.
91684 See ChangeLog.17 for earlier changes.