Fix atan / atan2 missing underflows (bug 15319).
[glibc.git] / ChangeLog
blob8b6dd07140dcbc77c56230f88af654dd1e466f39
1 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
3         [BZ #15319]
4         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
5         (MO): New macro.
6         (__ieee754_atan2): For results with small absolute value, force
7         underflow exception and remove excess range and precision from
8         return value.
9         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
10         (MO): New macro.
11         (__ieee754_atan2f): For results with small absolute value, force
12         underflow exception and remove excess range and precision from
13         return value.
14         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
15         (MO): New macro.
16         (__atan): For results with small absolute value, force underflow
17         exception and remove excess range and precision from return value.
18         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
19         (MO): New macro.
20         (__atanf): For results with small absolute value, force underflow
21         exception and remove excess range and precision from return value.
22         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
23         <math.h>.
24         (__ieee754_atan2): Force underflow exception for results with
25         small absolute value.
26         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
27         <math_private.h>.
28         (atan): Force underflow exception for results with small absolute
29         value.
30         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
31         (__atanf): Force underflow exception for results with small
32         absolute value.
33         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
34         <math.h>.
35         (__atanl): Force underflow exception for results with small
36         absolute value.
37         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
38         (__atanl): Force underflow exception for results with small
39         absolute value.
40         * sysdeps/x86/fpu/bits/mathinline.h
41         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
42         (__ieee754_atan2): Only define inline for long double.
43         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
44         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
45         * math/auto-libm-test-in: Do not mark underflow exceptions as
46         possibly missing for bug 15319.  Add more tests of atan2.
47         * math/auto-libm-test-out: Regenerated.
48         * math/libm-test.inc (casin_test_data): Do not mark underflow
49         exceptions as possibly missing for bug 15319.
50         (casinh_test_data): Likewise.
51         * sysdeps/i386/fpu/libm-test-ulps: Update.
53 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
55         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
56         * sysdeps/mips/bits/endian.h: Fix comments.
58 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
60         [BZ #17996]
61         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
62         (hdestroy_r): Likewise.
63         (hsearch_r): Likewise.
64         (__hcreate_r): Declare and use libc_hidden_proto.
65         (__hdestroy_r): Likewise.
66         (__hsearch_r): Likewise.
67         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
68         (hcreate): Call __hcreate_r instead of hcreate_r.
69         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
70         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
71         as weak alias of __hcreate_r.
72         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
73         __hdestroy_r.
74         (hsearch_r): Rename to __hsearch_r and define as weak alias of
75         __hsearch_r.
76         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
77         Remove variable.
78         (test-xfail-XPG4/search.h/linknamespace): Likewise.
79         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
80         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
81         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
83 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
85         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
86         arena_lock into a single arena_get.
88 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
90         * dl-reloc.c: Inlucde libc-internal.h.
91         (_dl_try_allocate_static_tls): Call ALIGN_UP.
92         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
93         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
94         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
95         (grow_heap): Likewise.
96         * malloc/malloc.c: Include libc-internal.h.
97         (do_check_malloc): Call powerof2.
98         (sysmalloc): Use pagesize. Call ALIGN_UP.
99         (systrim): Use pagesize.
100         (mremap_chunk): Use pagesize. Call ALIGN_UP.
101         (__libc_valloc): Use pagesize.
102         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
104 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
106         [BZ #17991]
107         * include/sys/resource.h (__getrlimit64): Declare.  Use
108         libc_hidden_proto.
109         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
110         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
111         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
112         getrlimit64.
113         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
114         __getrlimit64.
115         [!getrlimit64] (getrlimit64): Define as weak alias of
116         __getrlimit64.  Use libc_hidden_weak.
117         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
118         using __getrlimit64 not __new_getrlimit64.
119         (__GI_getrlimit64): Likewise.
120         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
121         Likewise.
122         (__GI_getrlimit64): Likewise.
123         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
125         (getrlimit): Add __getrlimit64 alias.
126         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
127         Likewise.
128         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
129         Remove variable.
130         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
131         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
133 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
135         * libio/fileops.c: Add missing sys/mman.h
136         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
138 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
140         * manual/math.texi (Errors in Math Functions): Clarify goals
141         regarding inexact and underflow exceptions.
143 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
145         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
146         * sysdeps/mips/memset.S: Ditto.
148 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
150         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
152 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
154         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
155         (__v1longjmp): Remove versioned symbol.
156         (__v1siglongjmp): Remove alias and versioned symbol.
157         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
158         (__v2siglongjmp): Likewise.
160 2015-02-16  Torvald Riegel  <triegel@redhat.com>
162         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
164 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
166         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
168 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
170         [BZ #17987]
171         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
172         zero result does not depend on the sign resulting from
173         subtraction.
174         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
175         Likewise.
176         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
177         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
178         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
179         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
180         * math/libm-test.inc (remquo_test_data): Add more tests.
182 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
184         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
185         Problem reported by J William Piggott.
187 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
189         [BZ #17978]
190         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
191         products 4 * y and 2 * y where those would overflow.
192         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
193         Likewise.
194         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
195         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
196         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
197         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
198         * math/libm-test.inc (remquo_test_data): Add more tests.
200         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
202         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
203         [defined _COMPILING_NEWLIB].
204         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
205         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
207         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
208         [!defined __mips_isa_rev || __mips_isa_rev < 6].
210 2015-02-16  Torvald Riegel  <triegel@redhat.com>
212         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
213         acquired.
215 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
217         [BZ #17792]
218         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
219         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
220         HOST_STACK_END_ADDR): Likewise.
222 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
224         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
225         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
226         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
228 2015-02-13  Roland McGrath  <roland@hack.frob.com>
230         * sysdeps/generic/c++-types.data: New file.
231         * sysdeps/generic/ld.abilist: New file.
232         * sysdeps/generic/libBrokenLocale.abilist: New file.
233         * sysdeps/generic/libanl.abilist: New file.
234         * sysdeps/generic/libc.abilist: New file.
235         * sysdeps/generic/libcrypt.abilist: New file.
236         * sysdeps/generic/libdl.abilist: New file.
237         * sysdeps/generic/libm.abilist: New file.
238         * sysdeps/generic/libpthread.abilist: New file.
239         * sysdeps/generic/libresolv.abilist: New file.
240         * sysdeps/generic/librt.abilist: New file.
242 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
244         [BZ #17569]
245         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
246         Compute absolute value of x as modified by fmod, not original
247         value of x.
248         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
249         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
250         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
251         RUN_TEST_ffI_f1_mod8.
252         (remquo_test_data): Add more tests.
254 2015-02-13  Roland McGrath  <roland@hack.frob.com>
256         * sysdeps/init_array/pt-crti.S: New file.
258 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
260         [BZ #17967]
261         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
262         __builtin_fmaf instead of relying on contraction of a * b + c.
264 2015-02-12  J William Piggott  <elseifthen@gmx.com>
266         [BZ #17969]
267         * manual/time.texi: correct the zoneinfo path in the TZ Variable
268         node.
270 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
272         [BZ #17964]
273         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
274         __builtin_fma instead of relying on contraction of a * b + c.
276 2015-02-12  Roland McGrath  <roland@hack.frob.com>
278         * Makeconfig (ASFLAGS): Add -Werror=undef.
279         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
280         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
281         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
283         * Makeconfig (after-link): New variable.
284         (+link-pie, +link-pie-tests): Use it.
285         (+link-static, +link-static-tests): Likewise.
286         (+link, +link-tests): Likewise.
287         * Makerules (build-module, build-module-asneeded): Likewise.
288         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
289         Likewise.
290         * elf/Makefile ($(objpfx)ld.so): Likewise.
292 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
294         [BZ #17965]
295         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
296         both struct timeval and struct timespec.
298 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
300         [BZ #16560]
301         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
302         and redefine.
303         (__ieee754_exp2l): Do not multiply small fractional parts by
304         M_LN2l.
305         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
306         small argument.
307         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
308         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
309         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
310         * math/auto-libm-test-in: Add more tests of exp2.
311         * math/auto-libm-test-out: Regenerated.
313 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
315         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
316         unaligned path.
318 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
320         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
321         little endian.
323 2015-02-12  Andreas Schwab  <schwab@suse.de>
325         [BZ #15790]
326         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
327         Filter out elision flags from value returned in kind.
328         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
329         * nptl/tst-pthread-mutexattr.c: New file.
331 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
333         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
334         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
335         into gnu-gnu, and update comment to refer to abi-tags.
337 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
339         [BZ #15467]
340         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
341         (__sincos): Set errno to EDOM for infinite argument.
342         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
343         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
344         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
345         (__sincosl): Set errno to EDOM for infinite argument.
346         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
347         (__sincosl): Set errno to EDOM for infinite argument.
348         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
349         (__sincosl): Set errno to EDOM for infinite argument.
350         * math/libm-test.inc (sincos_test_data): Test errno setting.
352 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
354         * string/strxfrm_l.c: Remove #define STRCMP.
355         * string/strcoll_l.c: Remove #define STRLEN.
356         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
357         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
359 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
361         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
362         * sysdeps/mips/mips32/sfp-machine.h: ... here.
363         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
364         * sysdeps/mips/mips64/Makefile: ... here.
365         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
366         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
367         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
368         * sysdeps/mips/mips64/sfp-machine.h: ... here.
369         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
370         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
371         * sysdeps/mips/mips64/n64/Implies: Likewise.
373 2015-02-10  Roland McGrath  <roland@hack.frob.com>
375         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
376         <sys/time.h>, <string.h>, and <errno.h>.
377         (dest_offset, dest_address, value, zero): Remove unused variables.
378         (ldouble): Remove typedef.
379         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
380         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
381         1).  Fix code style.
382         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
383         (check): Function removed.
384         (CHECK): New macro.
385         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
386         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
387         Don't call set_sigaction_FP and remove_sigaction_FP here.
388         (ldouble_test): Just use 'long double' as macro argument, no need for
389         the 'ldouble' typedef.
390         (do_test): Set up SIGFPE handler at start, using plain signal rather
391         than sigaction.  Fix code style.
393 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
395         [BZ #17949]
396         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
397         jump label.
399 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
401         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
402         * sysdeps/powerpc/powerpc32/configure: Regenerated.
404         * sysdeps/powerpc/configure.ac: Remove file.
405         * sysdeps/powerpc/configure: Likewise.
407         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
408         [sysdep_routines]: Remove wordcopy-power6 object.
409         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
410         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
411         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
412         (__memmove_ppc32): Likewise.
413         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
414         file.
415         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
416         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
417         Remove preprocessor.
419         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
420         [sysdep_routines]: Remove wide chars objects.
421         [wcsmbs]: New rule for wide char objects.
423         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
424         Remove wordcopy-power6 obejct.
425         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
426         Use local call for wordcopy and memcpy symbols.
427         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
428         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
429         implementation for loader.
430         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
432         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
433         Remove wordcopy-power7 object.
434         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
435         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
436         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
437         (_wordcopy_fwd_dest_aligned): Likewise.
438         (_wordcopy_bwd_aligned): Likewise.
439         (_wordcopy_bwd_dest_aligned): Likewise.
441         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
442         Rewrite to call __memmove_ppc instead of include default
443         implementation.
445         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
446         Remove wide chars objects.
447         [wcsmbs]: New rule for wide char objects.
449 2015-02-09  Andreas Schwab  <schwab@suse.de>
451         [BZ #17912]
452         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
453         in terms of __O_DIRECTORY.
455 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
457         * time/getdate.c: Include <stdbool.h>.
458         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
459         call PTR_MANGLE.
460         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
461         PTR_DEMANGLE.
463 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
465         Add ersatz _Static_assert on older C hosts
466         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
467         pre-C11 C platform that is not known to support _Static_assert.
469 2015-02-07  Richard Braun  <rbraun@sceen.net>
471         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
472         sigstate.
473         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
475 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
477         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
478         priority against unexistent AIO_PRIO_DELTA_MAX.
479         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
480         instead of int.
481         * misc/fchflags.c (fchflags): Likewise.
482         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
483         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
484         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
485         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
486         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
487         Declare macros.
488         [__USE_MISC] (chflags, fchflags): Declare functions.
489         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
490         EINVAL when nfds is greater than FD_SETSIZE.
491         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
492         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
493         45.
494         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
495         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
496         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
497         MACH_RCV_TIMED_OUT.
498         * hurd/hurd/signal.h (_hurd_self_sigstate,
499         _hurd_critical_section_lock, _hurd_critical_section_unlock):
500         Explicit casts from void *.
501         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
502         * abi-tags: Rename gnu-gnu os into gnu.
504         [BZ #4719]
505         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
506         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
507         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
508         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
509         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
510         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
512         [BZ #17944]
513         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
514         duplicates ADDR->sun_path with sockaddr LEN limitation.
515         * sysdeps/mach/hurd/connect.c: Include <string.h>
516         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
517         * sysdeps/mach/hurd/sendmsg.c: Likewise.
518         * sysdeps/mach/hurd/sendto.c: Likewise.
519         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
520         implementing it by hand.
522 2015-02-06  Roland McGrath  <roland@hack.frob.com>
524         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
525         Use sfi_breg on ldr.
526         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
527         Likewise.
529         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
530         it's defined.
531         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
532         Test SIGSETXID only if it's defined.
534         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
536         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
537         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
539         * nptl/tst-align2.c: Moved ...
540         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
541         * nptl/Makefile (tests): Remove tst-align2.
542         * sysdeps/unix/sysv/linux/Makefile
543         [$(subdir) = nptl] (tests): Add tst-align-clone.
544         * nptl/tst-getpid1.c: Moved ...
545         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
546         * nptl/tst-getpid2.c: Moved ...
547         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
548         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
549         * sysdeps/unix/sysv/linux/Makefile
550         [$(subdir) = nptl] (tests): ... here.
551         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
552         * sysdeps/unix/sysv/linux/Makefile
553         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
555         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
556         Drop trailing \n from perror argument.  Use return rather than exit.
558         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
559         on [SA_SIGINFO].
560         * nptl/tst-cancel21.c (do_test): Likewise.
561         * debug/tst-backtrace6.c: Include <signal.h> first thing.
562         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
563         [!SA_SIGINFO]: Make it a stub test.
565         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
566         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
568         * posix/tst-getlogin.c: Move to ...
569         * login/tst-getlogin.c: ... here.
570         * posix/Makefile (tests): Move tst-getlogin to ...
571         * login/Makefile (tests): ... here.
573         * libio/tst-atime.c (do_test): Move local variables SV and E
574         inside [ST_NOATIME] conditional.
576         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
578         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
580         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
581         (wait_code): New function replaces macro.
582         Call nanosleep rather than syscall.
584         * nptl/pt-system.c: Rewritten.  Put everything under
585         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
586         Use IFUNC to redirect when possible.
588         * nptl/pt-longjmp.c: Rewritten.  Put everything under
589         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
590         Use IFUNC to redirect when possible.
592         * nptl/pt-fork.c: Rewritten.  Put everything under
593         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
594         Use IFUNC to redirect when possible.
595         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
597         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
598         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
599         unconditionally nowadays.  This included the only reference to
600         __vdso_clock_gettime that appears outside libc proper.
601         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
602         Remove version set (containing only __vdso_clock_gettime).
603         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
604         Add attribute_hidden.
605         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
606         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
607         libc_hidden_data_def.
608         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
609         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
611         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
612         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
613         setrpcent, and getrpcport to ...
614         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
615         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
616         getrpcbynumber_r, and getrpcent_r to ...
617         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
618         * inet/getrpcbyname.c: Moved ...
619         * sunrpc/getrpcbyname.c: ... here.
620         * inet/getrpcbyname_r.c: Moved ...
621         * sunrpc/getrpcbyname_r.c: ... here.
622         * inet/getrpcbynumber.c: Moved ...
623         * sunrpc/getrpcbynumber.c: ... here.
624         * inet/getrpcbynumber_r.c: Moved ...
625         * sunrpc/getrpcbynumber_r.c: ... here.
626         * inet/getrpcent.c: Moved ...
627         * sunrpc/getrpcent.c: ... here.
628         * inet/getrpcent_r.c: Moved ...
629         * sunrpc/getrpcent_r.c: ... here.
630         * inet/Makefile (routines): Move those to ...
631         * sunrpc/Makefile (routines): ... here.
632         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
633         the $(subdirs) list.
634         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
635         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
636         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
637         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
639         * elf/Makefile (routines): Include $(all-dl-routines), not just
640         $(dl-routines).
641         (rtld-routines): Likewise.  Use = rather than :=.
642         * sysdeps/aarch64/Makefile [$(subdir) = elf]
643         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
644         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
645         * sysdeps/arm/Makefile: Likewise.
646         * sysdeps/i386/Makefile: Likewise.
647         * sysdeps/x86_64/Makefile: Likewise.
648         * sysdeps/hppa/Makefile [$(subdir) = elf]
649         (sysdep_routines, sysdep-rtld-routines): Don't add
650         $(sysdep-dl-routines) to these.
651         * sysdeps/ia64/Makefile: Likewise.
652         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
653         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
654         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
655         Don't add dl-static to these; sysdep-dl-routines alone is enough.
656         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
657         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
658         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
659         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
660         * sysdeps/powerpc/Makefile [$(subdir) = elf]
661         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
662         these; sysdep-dl-routines alone is enough.
664 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
666         [BZ #17932]
667         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
668         where multiplication results in zero and third argument is finite
669         and nonzero.
670         * math/auto-libm-test-in: Add more tests of fma.
671         * math/auto-libm-test-out: Regenerated.
673         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
674         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
675         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
676         (_FP_CMP_EQ): Likewise.
677         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
679         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
680         extra argument CHECK_NAN.  Redefine as wrapper around
681         _FP_EXTEND_CNAN.
683 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
685         * version.h (RELEASE): Set to "stable".
686         (VERSION): Set to "2.21"
687         * include/features.h (__GLIBC_MINOR__): Set to 21.
689         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
691 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
692             Paul Eggert  <eggert@cs.ucla.edu>
694         [BZ #16618]
695         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
696         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
697         size in bytes. Store needed elements in wpmax. Use needed size
698         in bytes for extend_alloca.
700 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
702         * manual/install.texi: Latest tested versions are GCC 4.9.2,
703         binutls 2.25, and texinfo 5.2.
704         * INSTALL: Regenerate.
705         * sysdeps/nios2/configure: Regenerate.
706         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
707         * manual/contrib.texi: Update.
708         * po/be.po: Update.
709         * po/bg.po: Update.
710         * po/ca.po: Update.
711         * po/cs.po: Update.
712         * po/da.po: Update.
713         * po/de.po: Update.
714         * po/el.po: Update.
715         * po/eo.po: Update.
716         * po/es.po: Update.
717         * po/fi.po: Update.
718         * po/fr.po: Update.
719         * po/gl.po: Update.
720         * po/hr.po: Update.
721         * po/hu.po: Update.
722         * po/ia.po: Update.
723         * po/id.po: Update.
724         * po/it.po: Update.
725         * po/ja.po: Update.
726         * po/ko.po: Update.
727         * po/lt.po: Update.
728         * po/nb.po: Update.
729         * po/nl.po: Update.
730         * po/pl.po: Update.
731         * po/pt_BR.po: Update.
732         * po/ru.po: Update.
733         * po/rw.po: Update.
734         * po/sk.po: Update.
735         * po/sl.po: Update.
736         * po/sv.po: Update.
737         * po/tr.po: Update.
738         * po/uk.po: Update.
739         * po/vi.po: Update.
740         * po/zh_CN.po: Update.
741         * po/zh_TW.po: Update.
743         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
744         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
745         * sysdeps/hppa/dl-irel.h: Remove #warning.
746         * sysdeps/hppa/entry.h: Provide prototype for
747         __canonicalize_funcptr_for_compare and cast argument.
748         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
749         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
750         * sysdeps/hppa/sotruss-lib.c: New file.
751         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
752         (atomic_compare_and_exchange_val_acq): Use __typeof__.
753         (atomic_compare_and_exchange_bool_acq): Likewise.
754         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
755         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
757         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
758         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
759         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
761 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
763         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
764         called function in non-PIC case.
766 2015-01-31  David S. Miller  <davem@davemloft.net>
768         * sysdeps/sparc/sparc32/bits/atomic.h
769         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
770         unlock not after it.
771         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
772         volatile register usage warnings from the compiler.
774         * sysdeps/sparc/nptl/sem_init.c: Delete.
775         * sysdeps/sparc/nptl/sem_post.c: Delete.
776         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
777         * sysdeps/sparc/nptl/sem_wait.c: Delete.
778         * sysdeps/sparc/sparc32/sem_init.c: New file.
779         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
780         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
781         padding explicitly initialized.
782         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
783         padding for in-semaphore spinlock.
784         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
785         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
786         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
787         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
788         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
789         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
790         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
791         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
792         version.
793         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
794         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
796 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
798         [BZ #17801]
799         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
800         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
801         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
802         New.
803         (index_AVX_Fast_Unaligned_Load): Likewise.
804         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
805         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
806         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
807         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
808         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
809         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
810         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
811         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
812         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
814 2015-01-29  Andreas Schwab  <schwab@suse.de>
816         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
818 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
820         [BZ #17892]
821         * nscd/nscd_stat.c (send_stats): Initialize DATA.
823 2015-01-28  Martin Sebor  <msebor@redhat.com>
825         * math/README.libm-test: Clarify. Add "How to read the test output."
827 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
829         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
830         Define to 0.
832 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
834         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
835         (__HAVE_64B_ATOMICS): Define to 0.
837 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
839         [BZ #17885]
840         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
841         value to set as new flag.
843         [BZ #16576]
844         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
845         and use _ARCH_PPCSQ instead.
846         (__ieee754_sqrt): Likewise.
847         (__ieee754_sqrtf): Likewise.
848         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
849         _ARCH_PPCSQ is defined.
850         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
851         fsqrt instruction.
852         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
853         _ARCH_PPCSQ is defined.
854         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
855         fsqrts instruction.
856         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
858 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
860         * iconv/loop.c: Suppress array out of bound warning caused by GCC
861         bug (GCC BZ #64739).
863 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
865         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
866         Mark _retval as used.
867         (lll_futex_wake_unlock): Likewise.
868         (lll_futex_timed_wait_requeue_pi): Likewise.
870         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
871         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
872         register variables.
874         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
875         libm_hidden_def.
877         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
878         (__bswap_64): Mark as __always_inline.
880 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
882         [BZ #15378]
883         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
884         when none of the search directories exist.
886 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
888         [BZ #17869]
889         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
890         power8 in .machine directive.
892         [BZ #17868]
893         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
894         set dependency from opd value.
896 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
898         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
899         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
900         architecture.
902 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
904         [BZ #17870]
905         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
906         with uint64_t.
907         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
908         (uint64_t) 1.
909         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
910         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
911         Replace 1UL with (uint64_t) 1.
912         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
913         int with uint64_t.
915 2015-01-23  Roland McGrath  <roland@hack.frob.com>
917         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
918         (if_freenameindex): Likewise.
920         * resource/getrlimit64.c: Add missing libc_hidden_def.
922 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
924         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
925         __label__.
926         (_FP_FMA): Likewise.
927         (_FP_TO_INT_ROUND): Likewise.
928         (_FP_FROM_INT): Likewise.
930 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
932         [BZ #16418]
933         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
934         Make code racy and cancel safe.
936 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
938         * sysdeps/arm/unwind-resume.h: Fix copyright year.
939         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
940         attribution.
942         * pwd/tst-getpw.c: Rewrite.
944         [BZ #17702]
945         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
946         (modules-names): Add moddummy1 and moddummy2.
947         ($(objpfx)tst-rec-dlopen): Define.
948         * dlfcn/moddummy1.c: New file.
949         * dlfcn/moddummy2.c: New file.
950         * dlfcn/tst-rec-dlopen.c: New file.
951         * elf/dl-cache.c (_dl_load_cache_lookup):
952         Return char*. Copy result with alloca/strcpy/strdup.
953         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
954         returns char*. Free cached. If not saving realname
955         free cached.
956         * elf/dl-open.c (dl_open_worker): Do not assert that
957         _r_debug->r_state is RT_CONSISTENT.
958         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
959         returns char*.
961 2015-01-21  Torvald Riegel  <triegel@redhat.com>
962             Carlos O'Donell  <carlos@redhat.com>
964         [BZ #12674]
965         * nptl/sem_waitcommon.c: New file.
966         * nptl/sem_wait.c: Include sem_waitcommon.c.
967         (__sem_wait_cleanup, do_futex_wait): Remove.
968         (__new_sem_wait): Adapt.
969         (__new_sem_trywait): New function.
970         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
971         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
972         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
973         (sem_timedwait): Adapt.
974         * nptl/sem_post.c (__new_sem_post): Adapt.
975         (futex_wake): New function.
976         (__old_sem_post): Add release MO fence.
977         * nptl/sem_open.c (sem_open): Adapt.
978         * nptl/sem_init.c (__new_sem_init): Adapt.
979         (futex_private_if_supported): New function.
980         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
981         (__old_sem_getvalue): Add using previous code.
982         * sysdeps/nptl/internaltypes.h: Adapt.
983         * nptl/tst-sem13.c (do_test): Adapt.
984         * nptl/tst-sem11.c (main): Adapt.
985         * nptl/sem_trywait.c: Remove.
986         * nptl/DESIGN-sem.txt: Remove.
987         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
988         (gen-as-const-headers): Remove structsem.sym.
989         * nptl/structsem.sym: Remove.
990         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
991         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
992         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
993         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
994         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
995         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
996         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
997         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
998         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
999         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1000         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1001         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1002         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1003         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1004         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1005         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1006         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1007         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1008         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1009         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1010         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1011         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1013 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1015         * INSTALL: Regenerated.
1017         * po/libc.pot: Regenerated.
1019 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1020             Sandra Loosemore  <sandra@codesourcery.com>
1021             Andrew Jenner  <andrew@codesourcery.com>
1022             Joseph Myers  <joseph@codesourcery.com>
1023             Nathan Sidwell  <nathan@codesourcery.com>
1025         * NEWS: Mention new Nios II port.
1026         * sysdeps/nios2/Implies: New file.
1027         * sysdeps/nios2/Makefile: New file.
1028         * sysdeps/nios2/Subdirs: New file.
1029         * sysdeps/nios2/Versions: New file.
1030         * sysdeps/nios2/__longjmp.S: New file.
1031         * sysdeps/nios2/abort-instr.h: New file.
1032         * sysdeps/nios2/backtrace.c: New file.
1033         * sysdeps/nios2/bits/endian.h: New file.
1034         * sysdeps/nios2/bits/fenv.h: New file.
1035         * sysdeps/nios2/bits/link.h: New file.
1036         * sysdeps/nios2/bits/setjmp.h: New file.
1037         * sysdeps/nios2/bsd-_setjmp.S: New file.
1038         * sysdeps/nios2/bsd-setjmp.S: New file.
1039         * sysdeps/nios2/configure: New generated file.
1040         * sysdeps/nios2/configure.ac: New file.
1041         * sysdeps/nios2/crti.S: New file.
1042         * sysdeps/nios2/crtn.S: New file.
1043         * sysdeps/nios2/dl-init.c: New file.
1044         * sysdeps/nios2/dl-machine.h: New file.
1045         * sysdeps/nios2/dl-sysdep.h: New file.
1046         * sysdeps/nios2/dl-tls.h: New file.
1047         * sysdeps/nios2/dl-trampoline.S: New file.
1048         * sysdeps/nios2/gccframe.h: New file.
1049         * sysdeps/nios2/gmp-mparam.h: New file.
1050         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1051         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1052         * sysdeps/nios2/ldsodefs.h: New file.
1053         * sysdeps/nios2/libc-tls.c: New file.
1054         * sysdeps/nios2/libm-test-ulps: New file.
1055         * sysdeps/nios2/machine-gmon.h: New file.
1056         * sysdeps/nios2/math-tests.h: New file.
1057         * sysdeps/nios2/math_private.h: New file.
1058         * sysdeps/nios2/memusage.h: New file.
1059         * sysdeps/nios2/nptl/Makefile: New file.
1060         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1061         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1062         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1063         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1064         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1065         * sysdeps/nios2/nptl/tls.h: New file.
1066         * sysdeps/nios2/preconfigure: New file.
1067         * sysdeps/nios2/s_fma.c: New file.
1068         * sysdeps/nios2/s_fmaf.c: New file.
1069         * sysdeps/nios2/setjmp.S: New file.
1070         * sysdeps/nios2/sfp-machine.h: New file.
1071         * sysdeps/nios2/sotruss-lib.c: New file.
1072         * sysdeps/nios2/stackguard-macros.h: New file.
1073         * sysdeps/nios2/stackinfo.h: New file.
1074         * sysdeps/nios2/start.S: New file.
1075         * sysdeps/nios2/sysdep.h: New file.
1076         * sysdeps/nios2/tls-macros.h: New file.
1077         * sysdeps/nios2/tst-audit.h: New file.
1078         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1079         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1080         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1081         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1082         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1083         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1084         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1085         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1086         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1087         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1088         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1089         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1090         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1091         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1092         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1093         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1094         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1095         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1096         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1097         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1098         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1099         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1100         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1101         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1102         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1103         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1104         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1105         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1106         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1107         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1108         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1109         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1110         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1111         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1112         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1113         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1114         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1115         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1116         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1117         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1118         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1119         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1120         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1121         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1123 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1125         [BZ #17844]
1126         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1127         (getutent): Use weak_alias in non SHARED case
1128         and default_symbol_version in SHARED case.
1129         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1130         (getutent_r, pututline): Likewise.
1131         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1132         (getutid): Likewise.
1133         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1134         (getutid_r): Likewise.
1135         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1136         (getutline): Likewise.
1137         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1138         (getutline_r): Likewise.
1139         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1140         (updwtmp): Likewise.
1142 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1144         [BZ #17848]
1145         * sysdeps/s390/s390-32/memcmp.S
1146         (memcmp_g5): Rename to __memcmp_g5.
1147         * sysdeps/s390/s390-32/memcpy.S
1148         (memcpy_g5): Rename to __memcpy_g5.
1149         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1150         (memcpy_mvcle) Rename to __memcpy_mvcle.
1151         * sysdeps/s390/s390-32/memset.S
1152         (memset_g5): Rename to __memset_g5.
1153         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1154         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1155         and use prefixed functions.
1156         * sysdeps/s390/s390-32/multiarch/memcmp.S
1157         (memcmp_z196): Rename to __memcmp_z196.
1158         (memcmp_z10): Rename to __memcmp_z10.
1159         (memcmp): Set alias to __memcmp_g5.
1160         (bcmp): Set alias to __memcmp_g5.
1161         * sysdeps/s390/s390-32/multiarch/memcpy.S
1162         (memcpy_z196): Rename to __memcpy_z196.
1163         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1164         (memcpy_z10): Rename to __memcpy_z10.
1165         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1166         (memcpy): Set alias to __memcpy_g5.
1167         * sysdeps/s390/s390-32/multiarch/memset.S
1168         (memset_z196): Rename to __memset_z196.
1169         Jump to __memset_mvcle instead of memset_mvcle.
1170         (memset_z10): Rename to __memset_z10.
1171         Jump to __memset_mvcle instead of memset_mvcle.
1172         (memset_mvcle) Rename to __memset_mvcle.
1173         (memset): Set alias to __memset_g5.
1174         * sysdeps/s390/s390-64/memcmp.S
1175         (memcmp_z900): Rename to __memcmp_z900.
1176         * sysdeps/s390/s390-64/memcpy.S
1177         (memcpy_z900): Rename to __memcpy_z900.
1178         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1179         (memcpy_mvcle) Rename to __memcpy_mvcle.
1180         * sysdeps/s390/s390-64/memset.S
1181         (memset_z900): Rename to __memset_z900.
1182         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1183         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1184         and use prefixed functions.
1185         * sysdeps/s390/s390-64/multiarch/memcmp.S
1186         (memcmp_z196): Rename to __memcmp_z196.
1187         (memcmp_z10): Rename to __memcmp_z10.
1188         (memcmp): Set alias to __memcmp_z900.
1189         (bcmp): Set alias to __memcmp_z900.
1190         * sysdeps/s390/s390-64/multiarch/memcpy.S
1191         (memcpy_z196): Rename to __memcpy_z196.
1192         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1193         (memcpy_z10): Rename to __memcpy_z10.
1194         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1195         (memcpy): Set alias to __memcpy_z900.
1196         * sysdeps/s390/s390-64/multiarch/memset.S
1197         (memset_z196): Rename to __memset_z196.
1198         Jump to __memset_mvcle instead of memset_mvcle.
1199         (memset_z10): Rename to __memset_z10.
1200         Jump to __memset_mvcle instead of memset_mvcle.
1201         (memset_mvcle) Rename to __memset_mvcle.
1202         (memset): Set alias to __memset_z900.
1204 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1206         [BZ #17748]
1207         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1208         __fesetenv instead of fesetenv.
1210 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1212         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1213         macro.
1215 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1217         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1218         regression on LE.
1220         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1221         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1222         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1223         strncmp-power8 object.
1224         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1225         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1226         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1227         * NEWS: Update.
1229 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1230             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1232         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1233         trailing byte check.
1235 2015-01-13  David S. Miller  <davem@davemloft.net>
1237         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1239 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1241         * login/logout.c (logout): Use memset rather than bzero.
1242         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1243         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1244         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1245         (_gethtbyaddr): Likewise.
1246         * locale/programs/simple-hash.c (bcopy): Macro removed.
1248 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1250         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1251         Add strcmp-power8 object.
1252         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1253         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1254         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1255         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1256         __strcmp_power8 implementation.
1257         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1258         * NEWS: Update.
1260         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1261         Add strncpy-power8 and stpncpy-power8 objects.
1262         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1263         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1264         implementations.
1265         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1266         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1267         __stpncpy_power8 implementation.
1268         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1269         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1270         __strncpy_power8 implementation.
1271         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1272         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1273         * NEWS: Update.
1275         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1276         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1277         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1279         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1280         strncat-power8 object.
1281         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1282         __strcat_power8 implementation.
1283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1284         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1285         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1286         optimized strcat for power8.
1288         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1289         strcpy-power8 and stpcpy-power8 objects.
1290         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1291         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1292         implementations.
1293         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1294         multiarch stpcpy implementation for POWER8.
1295         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1296         multiarch strcpy implementation for POWER8.
1297         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1298         __strcpy_power8 function.
1299         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1300         stpcpy for POWER8.
1301         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1302         strcpy for POWER8.
1303         * NEWS: Update.
1305 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1307         [BZ #16009]
1308         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1309         weights and rules. Use do_xfrm_cached if data fits in cache,
1310         do_xfrm otherwise.  Moved former main loop to...
1311         * (do_xfrm_cached): New function.
1312         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1313         find_idx, find_position and stack_push.
1314         * (find_idx): New function.
1315         * (find_position): Likewise.
1316         * localedata/sort-test.sh: Added test run for do_xfrm.
1317         * localedata/xfrm-test.c (main): Added command line option
1318         -nocache to run the test with strings that are too large for
1319         the STRXFRM cache.
1321 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1323         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1324         variable to lll_futex_wake call, not the value itself.
1326 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1328         [BZ #17803]
1329         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1330         twom64.  Adjust value to 0x1p-64L.
1331         (__scalblnl): Only return standard underflowing result for K <=
1332         -64 not K <= -63; adjust exponent for underflowing result by 64
1333         not 63.
1334         * math/libm-test.inc (scalbn_test_data): Add more tests.
1335         (scalbln_test_data): Likewise.
1337         [BZ #17834]
1338         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1339         0x1p63L.
1340         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1341         not HX.
1342         * math/libm-test.inc (scalbn_test_data): Add more tests.
1343         (scalbln_test_data): Likewise.
1345 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1346             Stefani Seibold  <stefani@seibold.net>
1348         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1349         (sysdep_routines): Add dl-vdso here, ...
1350         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1351         (sysdep_routines): ... not here.
1352         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1353         fallback when vDSO is not presented.
1354         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1355         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1356         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1357         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1358         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1359         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1360         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1361         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1362         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1363         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1364         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1365         fallback configurable symbol when vDSO is not available.
1366         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1367         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1368         be able to redefine fallback symbol when vDSO is not available.
1369         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1370         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1372 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1374         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1375         (TLS_INIT_TP): Add tm_capable initialization.
1376         (TLS_DEFINE_INIT_TP): Likewise.
1377         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1378         TCB.
1379         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1380         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1381         calculation.
1382         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1383         transactoion is lock elision is built and TCB tm_capable is set.
1384         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1386         (INTERNAL_SYSCALL_NCS): Likewise.
1387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1388         (INTERNAL_SYSCALL_NCS): Likewise.
1389         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1391         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1392         for powerpc.
1393         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1394         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1395         and remove it for 32 bits case.
1396         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1397         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1398         initialization.
1399         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1400         Disable lock elision with rdlocks if elision is not available.
1402         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1403         (sysdep_routines): Add lock elision objects.
1404         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1405         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1406         [pthread_mutex_t] (__elision): Add field.
1407         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1408         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1409         elision definitions for powerpc.
1410         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1411         implementation of lock elision for powerpc.
1412         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1413         implementation of timed lock elision for powerpc.
1414         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1415         implementation of trylock with lock elision for powerpc.
1416         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1417         implementaion of unlock for lock elision for powerpc.
1418         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1419         automatic enable lock elision for mutexes.
1420         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1421         transaction execution definitions for powerpc.
1422         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1423         definitions.
1424         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1425         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1426         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1427         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1428         * NEWS: Update.
1430 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1432         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1433         for #include of <shm-directory.h>.
1435 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1437         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1438         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1440 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1442         [BZ #17791]
1443         * NEWS: Mention bug fix.
1444         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1445         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1446         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1448 2015-01-09  Torvald Riegel <triegel@redhat.com>
1450         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1452 2015-01-09  Torvald Riegel <triegel@redhat.com>
1454         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1456 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1458         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1459         pointer and cast to uintptr_t.
1461 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1463         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1464         removed.
1465         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1467 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1469         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1470         of 0.
1472 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1474         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1475         <nptl/pthreadP.h> instead.
1476         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1478         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1479         already defined.
1480         [__SIGRTMIN] (init): Function removed.
1481         [__SIGRTMIN] (initialized): Variable removed.
1482         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1483         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1484         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1485         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1486         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1487         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1488         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1489         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1490         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1491         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1492         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1493         * sysdeps/nptl/allocrtsig.c: New file.
1494         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1495         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1496         * sysdeps/generic/testrtsig.h: File removed.
1498         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1499         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1501         * nptl/nptl-init.c (pthread_functions): Conditionalize
1502         .ptr__nptl_setxid initialization on [SIGSETXID].
1504         * sysdeps/nptl/sys/procfs.h: New file.
1505         * nptl_db/Makefile (headers): Add it.
1506         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
1508         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
1509         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
1510         * nptl/pthread_attr_setaffinity.c: Include it.
1511         * nptl/pthread_setattr_default_np.c: Likewise.
1512         * nptl/check-cpuset.h: New file.
1514 2015-01-08  Richard Henderson  <rth@redhat.com>
1516         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
1517         (CFLAGS-tst-execstack-prog.c): Likewise.
1518         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
1520 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
1521             Sandra Loosemore  <sandra@codesourcery.com>
1522             Andrew Jenner  <andrew@codesourcery.com>
1523             Joseph Myers  <joseph@codesourcery.com>
1524             Nathan Sidwell  <nathan@codesourcery.com>
1526         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1527         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1528         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1529         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1530         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1531         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1532         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1533         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1534         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1535         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1536         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1537         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1538         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1539         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1540         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1541         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1542         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1544 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1546         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1547         timespec struct member in syscall macro.
1548         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1549         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1550         first timeval struct member in syscall macro.
1551         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1553 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1555         [BZ #17748]
1556         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1557         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1558         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1559         __feupdateenv and define as weak alias of __feupdateenv.  Use
1560         libm_hidden_weak.
1561         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1562         libm_hidden_def.
1563         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1564         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1565         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1566         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1567         libm_hidden_def.
1568         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1569         __feupdateenv and define as weak alias of __feupdateenv.  Use
1570         libm_hidden_weak.
1571         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1572         libm_hidden_def.
1573         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1574         __feupdateenv and define as weak alias of __feupdateenv.  Use
1575         libm_hidden_weak.
1576         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1577         libm_hidden_def.
1578         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1579         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1580         (__feupdateenv): Likewise.
1581         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1582         __feupdateenv and define as weak alias of __feupdateenv.  Use
1583         libm_hidden_weak.
1584         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1585         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1586         libm_hidden_def.
1587         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1588         function.
1589         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1590         libm_hidden_def.
1591         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1592         __feupdateenv instead of feupdateenv.
1593         (default_libc_feupdateenv_test): Likewise.
1594         (libc_feresetround_ctx): Likewise.
1596 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1598         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1599         prototype.
1601 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1603         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1604         COLL_SYM in a couple of places to avoid uninitialized variable
1605         wanings on tilegx gcc 4.8.2.
1607 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1609         * sysdeps/aarch64/strcpy.S: New file.
1610         * sysdeps/aarch64/stpcpy.S: New file.
1611         * NEWS: Updated.
1613 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1615         * sysdeps/aarch64/strrchr.S: New file.
1616         * NEWS: Updated.
1618 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1620         [BZ #17658]
1621         * stdlib/setenv.c: Fix memory leak when setting large,
1622         duplicate string.
1624 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1626         [BZ #17273]
1627         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1628         and tabs from buffer before parsing fstab entry.
1629         * misc/tst-mntent.c (main): Add test for mount entry with
1630         trailing spaces and tabs.
1632 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1634         [BZ #17748]
1635         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1636         * math/fesetround.c (fesetround): Rename to __fesetround and
1637         define as weak alias of __fesetround.  Use libm_hidden_weak.
1638         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1639         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1640         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1641         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1642         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1643         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1644         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1645         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1646         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1647         __fesetround_inline.
1648         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1649         __fesetround_inline instead of __fesetround.
1650         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1651         __fesetround and define as weak alias of __fesetround.  Use
1652         libm_hidden_weak.  Call __fesetround_inline instead of
1653         __fesetround.
1654         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1655         __fesetround and define as weak alias of __fesetround.  Use
1656         libm_hidden_weak.
1657         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1658         Likewise.
1659         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1660         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1661         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1662         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1663         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1664         __fesetround and define as weak alias of __fesetround.  Use
1665         libm_hidden_weak.
1666         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1667         __fesetround instead of fesetround.
1668         (default_libc_feholdexcept_setround): Likewise.
1669         (libc_feholdsetround_ctx): Likewise.
1670         (libc_feholdsetround_noex_ctx): Likewise.
1672         [BZ #17748]
1673         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1674         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1675         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1676         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1677         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1678         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1679         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1680         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1681         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1682         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1683         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1684         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1685         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1686         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1687         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1688         libm_hidden_def.
1689         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1690         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1691         Likewise.
1692         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1693         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1694         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1695         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1696         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1697         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1698         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1699         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1700         __fesetenv instead of fesetenv.
1701         (libc_feresetround_noex_ctx): Likewise.
1702         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1703         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1704         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1705         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1706         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1707         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1708         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1709         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1710         (__feupdateenv): Likewise.
1711         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1712         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1713         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1714         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1716 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1718         [BZ #17806]
1719         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1720         addresses have been freed.
1722 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1724         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1725         and nservall.
1727 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1729         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1730         Clean up check_pf allocation pattern. addresses
1732 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1734         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1735         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1736         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1737         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1738         * nptl/pthread_join.c (pthread_join): Likewise.
1739         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1740         * sysdeps/posix/waitid.c (__waitid): Likewise.
1741         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1742         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1743         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1744         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1745         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1746         Likewise.
1747         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1748         (__libc_pread64): Likewise.
1749         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1750         (__libc_pwrite): Likewise.
1751         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1752         (__libc_pwrite64): Likewsie.
1753         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1754         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1755         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1756         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1757         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1758         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1759         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1761         Likewise.
1762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1763         (__libc_pread64): Likewise.
1764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1765         Likewise.
1766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1767         (__libc_pwrite64): Likewise.
1768         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1769         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1770         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1771         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1772         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1773         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1774         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1775         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1776         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1777         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1778         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1779         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1780         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1781         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1782         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1783         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1784         Likewise.
1786 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1788         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1789         (CFLAGS-test-double.c): Likewise.
1790         (CFLAGS-test-ldouble.c): Likewise.
1791         (CPPFLAGS-test-ifloat.c): Likewise.
1792         (CPPFLAGS-test-idouble.c): Likewise.
1793         (CPPFLAGS-test-ildoubl.c): Likewise.
1794         (CFLAGS-test-test-fenv.c): Remove variable.
1795         (CFLAGS-test-misc.c): Likewise.
1797 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1799         [BZ #17797]
1800         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1801         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1802         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1803         CLOCKS_PER_SEC == 1000000.
1804         * time/clocktest.c (main): Replace %ld with %jd and cast to
1805         intmax_t.
1807 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1809         * sysdeps/generic/unwind-resume.h: New file.
1810         * sysdeps/gnu/unwind-resume.c: Include it.
1811         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1812         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1813         argument list.
1814         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1815         global rather than static.
1816         (_Unwind_Resume): Update user.
1817         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1818         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1819         rather than static.  Add __attribute__ ((cold)).
1820         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1821         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1822         * sysdeps/arm/arm-unwind-resume.S: New file.
1823         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1824         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1825         * sysdeps/arm/Makefile [$(subdir) = csu]
1826         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1827         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1828         Add rt-arm-unwind-resume.
1829         [$(subdir) = nptl]
1830         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1831         Add pt-arm-unwind-resume.
1832         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1833         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1835 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1837         [BZ #17748]
1838         * include/fenv.h (__feholdexcept): Declare.  Use
1839         libm_hidden_proto.
1840         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1841         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1842         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1843         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1844         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1845         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1846         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1847         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1848         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1849         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1850         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1851         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1852         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1853         (feholdexcept): Likewise.
1854         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1855         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1856         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1857         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1858         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1859         __feholdexcept instead of feholdexcept.
1860         (default_libc_feholdexcept_setround): Likewise.
1862 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1864         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1865         to avoid using stl/str to align destination.
1867 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1869         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1871 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1873         [BZ #17796]
1874         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1875         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1876         Define as weak alias not strong alias.
1878 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1880         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1881         bltzal with addiupc.
1882         (RTLD_START): Ditto.
1884 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1886         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1887         for __vdso_* functions in declarations.
1888         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1889         definitions.
1890         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1891         INTERNAL_VSYSCALL): Use struct return types to check for error.
1893         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1894         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1895         function with cast from llround().
1896         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1897         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1898         Define.
1900 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1902         [BZ #17793]
1903         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1904         Define as weak alias not strong alias.
1906         [BZ #17635]
1907         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1908         ...
1909         * ctype/ctype-extn.c: ... here.
1910         (__isblank_l): Move to ...
1911         * ctype/ctype-c99_l.c: ... here.  New file.
1912         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1913         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1914         Remove variable.
1915         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1916         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1917         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1918         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1919         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1921         [BZ #17777]
1922         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1923         (posix_fadvise64): Define as weak alias not strong alias.
1924         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1925         (posix_fallocate64): Likewise.
1926         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1927         Remove variable.
1928         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1929         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1930         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1931         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1932         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1934 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1936         [BZ #16191]
1937         * NEWS: Mention bug fix.
1938         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1939         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1940         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1941         (HOST_STACK_END_ADDR): Likewise.
1943 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1945         [BZ #17748]
1946         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1947         * math/fegetround.c (fegetround): Rename to __fegetround and
1948         define as weak alias of __fegetround.  Use libm_hidden_weak.
1949         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1950         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1951         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1952         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1953         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1954         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1955         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1956         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1957         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1958         Undefine after rather than before function definition; use
1959         parentheses around function name in definition.
1960         (__fegetround): Also undefine macro after function definition.
1961         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1962         __fegetround and define as weak alias of __fegetround.  Use
1963         libm_hidden_weak.  Do not undefine as macro.
1964         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1965         Likewise.
1966         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1967         __fegetround and define as weak alias of __fegetround.  Use
1968         libm_hidden_weak.
1969         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1970         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1971         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1972         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1973         __fegetround and define as weak alias of __fegetround.  Use
1974         libm_hidden_weak.
1975         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1976         __fegetround instead of fegetround.
1978         [BZ #17782]
1979         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1980         Condition macro definition on [__USE_MISC].
1982         [BZ #17781]
1983         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1984         (struct sigaction): Change type of sa_flags field to int.
1986         [BZ #17780]
1987         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1988         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1989         __glibc_reserved0.
1991         * nptl/version.c (banner): Use single year in copyright notice.
1993         * NEWS: Update copyright dates.
1994         * catgets/gencat.c (print_version): Likewise.
1995         * csu/version.c (banner): Likewise.
1996         * debug/catchsegv.sh: Likewise.
1997         * debug/pcprofiledump.c (print_version): Likewise.
1998         * debug/xtrace.sh (do_version): Likewise.
1999         * elf/ldconfig.c (print_version): Likewise.
2000         * elf/ldd.bash.in: Likewise.
2001         * elf/pldd.c (print_version): Likewise.
2002         * elf/sotruss.sh: Likewise.
2003         * elf/sprof.c (print_version): Likewise.
2004         * iconv/iconv_prog.c (print_version): Likewise.
2005         * iconv/iconvconfig.c (print_version): Likewise.
2006         * locale/programs/locale.c (print_version): Likewise.
2007         * locale/programs/localedef.c (print_version): Likewise.
2008         * login/programs/pt_chown.c (print_version): Likewise.
2009         * malloc/memusage.sh (do_version): Likewise.
2010         * malloc/memusagestat.c (print_version): Likewise.
2011         * malloc/mtrace.pl: Likewise.
2012         * manual/libc.texinfo: Likewise.
2013         * nptl/version.c (banner): Likewise.
2014         * nscd/nscd.c (print_version): Likewise.
2015         * nss/getent.c (print_version): Likewise.
2016         * nss/makedb.c (print_version): Likewise.
2017         * posix/getconf.c (main): Likewise.
2018         * scripts/test-installation.pl: Likewise.
2019         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2021 2015-01-02  Will Newton  <will.newton@linaro.org>
2023         * sysdeps/arm/armv7/configure: Removed.
2024         * sysdeps/arm/armv7/configure.ac: Likewise.
2026 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2028         * All files with FSF copyright notices: Update copyright dates
2029         using scripts/update-copyrights.
2030         * intl/plural.c: Regenerated.
2031         * locale/programs/charmap-kw.h: Likewise.
2032         * locale/programs/locfile-kw.h: Likewise.
2034 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2036         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2038 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2040         [BZ #17748]
2041         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2042         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2043         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2044         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2045         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2046         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2047         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2048         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2049         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2050         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2051         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2052         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2053         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2054         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2055         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2056         libm_hidden_def.
2057         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2058         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2059         Likewise.
2060         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2061         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2062         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2063         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2064         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2065         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2066         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2067         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2068         __fegetenv instead of fegetenv.
2069         (libc_feholdsetround_noex_ctx): Likewise.
2071 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2073         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2074         (Elf_MIPS_ABIFlags_v0): New structure.
2075         (EF_MIPS_FP64): Define.
2076         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2077         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2078         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2079         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2080         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2081         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2082         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2083         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2084         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2085         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2086         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2087         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2088         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2089         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2090         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2091         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2092         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2093         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2094         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2095         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2096         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2097         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2098         field.
2099         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2100         EF_MIPS_FP64.
2101         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2102         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2103         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2104         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2105         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2106         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2107         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2108         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2109         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2110         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2111         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2112         record the current FP ABI extension.
2113         (mips-mode-switch): Define to show if kernel headers support mode
2114         switching.
2115         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2116         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2117         supported SYSV ABI version to 3.
2118         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2119         feature.
2121 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2122             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2124         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2125         path.
2126         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2128 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2130         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2131         __fegetround and redefine to call __fegetround.  Remove condition
2132         on [!__NO_MATH_INLINES].
2133         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2134         function.
2135         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2136         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2137         Remove macro.
2138         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2139         instead of <fenv_libc.h>.
2140         (__llrintl): Call fegetround instead of __fegetround.
2141         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2142         instead of <fenv_libc.h>.
2143         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2144         (__lrintl): Call fegetround instead of __fegetround.
2145         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2146         instead of <fenv_libc.h>.
2147         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2148         (__rintl): Call fegetround instead of __fegetround.
2150 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2152         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2153         arrays.
2155 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2157         [BZ #17775]
2158         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2159         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2160         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2162 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2164         * sysdeps/i386/tls-macros.h: Include <features.h>.
2165         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2166         (TLS_IE): Likewise.
2167         (TLS_LD): Likewise.
2168         (TLS_GD): Likewise.
2169         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2170         define for GCC >= 5.0.
2172 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2174         * math/test-fenv.c (test_single_exception, set_single_exc,
2175         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2176         feexcp_mask_test, feenable_test, fe_single_test): Add
2177         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2178         case where they are not used.
2179         * math/libm-test.inc: Likewise.
2180         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2181         unused in the absence of FP rounding/exception support.
2182         * stdio-common/tst-printf-round.c: Likewise.
2183         * stdlib/tst-strtod-round.c: Likewise.
2184         * stdlib/tst-strtod-underflow.c: Likewise.
2186 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2188         [BZ #17723]
2189         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2190         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2191         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2192         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2193         libm_hidden_weak.
2194         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2195         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2196         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2197         libm_hidden_def.
2198         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2199         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2200         libm_hidden_weak.
2201         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2202         Likewise.
2203         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2204         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2205         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2206         libm_hidden_weak.
2207         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2208         libm_hidden_def.
2209         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2210         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2211         (__feraiseexcept): Likewise.
2212         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2213         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2214         libm_hidden_weak.
2215         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2216         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2217         libm_hidden_def.
2218         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2219         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2220         Use libm_hidden_def.
2221         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2222         libm_hidden_def.
2223         (feraiseexcept): Define as weak not strong alias.  Use
2224         libm_hidden_weak.
2225         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2226         New inline function.  Factored out of ...
2227         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2228         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2229         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2230         feraiseexcept.
2231         * math/w_acos.c (__acos): Likewise.
2232         * math/w_asin.c (__asin): Likewise.
2233         * math/w_ilogb.c (__ilogb): Likewise.
2234         * math/w_j0.c (y0): Likewise.
2235         * math/w_j1.c (y1): Likewise.
2236         * math/w_jn.c (yn): Likewise.
2237         * math/w_log.c (__log): Likewise.
2238         * math/w_log10.c (__log10): Likewise.
2239         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2240         * sysdeps/aarch64/fpu/math_private.h
2241         (libc_feupdateenv_test_aarch64): Likewise.
2242         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2243         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2244         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2245         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2246         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2247         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2248         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2249         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2250         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2251         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2253 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2255         [BZ #17732]
2256         * io/test-utime.c (main): Replace %ld with %jd and cast to
2257         intmax_t.
2258         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2259         * nptl/tst-mutex5.c: Include <stdint.h>.
2260         (do_test): Replace %ld with %jd and cast to intmax_t.
2261         * posix/tst-regex.c (run_test): Likewise.
2262         (run_test_backwards): Likewise.
2263         * rt/tst-clock.c: Include <stdint.h>.
2264         (clock_test): Replace %ld with %jd and cast to intmax_t.
2265         * rt/tst-cpuclock1.c: Include <stdint.h>.
2266         (do_test): Replace %lu with %ju and cast to uintmax_t.
2267         * rt/tst-cpuclock2.c: Include <stdint.h>.
2268         (do_test): Replace %lu with %ju and cast to uintmax_t.
2269         * rt/tst-mqueue1.c: Include <stdint.h>.
2270         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2271         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2272         intmax_t.
2273         * rt/tst-mqueue4.c (do_test): Likewise.
2274         * rt/tst-timer4.c: Include <stdint.h>.
2275         (check_ts): Replace %ld with %jd and cast to intmax_t.
2276         (do_test): Likewise.
2277         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2278         and cast to intmax_t.
2279         * sysdeps/pthread/tst-timer.c (main): Likewise.
2280         * time/clocktest.c (main): Likewise.
2281         * time/tst-posixtz.c (do_test): Likewise.
2282         * timezone/tst-timezone.c (main): Likewise.
2284 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2285             H.J. Lu  <hongjiu.lu@intel.com>
2287         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2288         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2289         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2290         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2291         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2292         version if bit_Fast_Unaligned_Load is set.
2293         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2294         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2295         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2296         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2297         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2298         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2299         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2300         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2301         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2302         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2303         to 4.
2304         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2305         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2306         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2307         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2309 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2311         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2312         instead of #if to avoid a Wundef warning.
2313         * stdlib/tst-limits.c (do_test): Likewise.
2315         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2316         parallel other exception macros.
2317         (fegetenv): Convert from macro to extern inline so that it applies
2318         retroactively to inline functions already seen by the compiler.
2319         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2321         * posix/Makefile (before-compile): Use $(objpfx) for
2322         posix-conf-vars-def.h.
2324 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2326         * posix/getconf.c (main): Use size_t for type of I.
2327         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2328         NSPEC.
2330         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2331         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2332         * posix/posix-envs.def: Likewise.
2333         * sysdeps/posix/sysconf.c: Likewise.
2334         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2335         (specs): Remove array.
2336         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2337         array.
2339         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2340         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2341         (__sysconf): Use CONF_IS_* macros.
2343         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2344         ($(objpfx)posix-conf-vars-def.h): New target.
2345         * posix/posix-conf-vars.list: New file.
2346         * posix/posix-conf-vars.h: New file.
2347         * posix/confstr.c: Include posix-conf-vars.h.
2348         (confstr): Use CONF_IS_* macros.
2349         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2350         CONF_IS_* macros.
2351         * scripts/gen-posix-conf-vars.awk: New file.
2353 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2355         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2356         fegetround): Add no-op macros to avoid linknamespace issues.
2358         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2359         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2361         * sysdeps/unix/sysv/linux/tile/sysdep.h
2362         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2363         assembly-specific section to avoid a redefinition warning.
2365         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2366         long before casting to pointer to avoid a cast warning.
2368 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2370         * sysdeps/tile/tilegx/Implies: New file.
2372 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2374         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2376 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2378         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2380 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2382         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2383         not define.
2384         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2385         <kernel-features.h>.
2386         (__utimes) [__NR_utimes]: Make code unconditional.
2387         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2388         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2389         (__ASSUME_UTIMES): Do not undefine.
2390         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2391         (__ASSUME_UTIMES): Likewise.
2392         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2393         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2394         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2395         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2397 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2399         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2401 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2403         [BZ #17747]
2404         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2405         alias to weak alias for j0l, y0l.
2406         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2407         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2409         [BZ #17746]
2410         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2411         conversion.
2413 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2415         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2416         to zero if not already defined.
2418 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2420         [BZ #17724]
2421         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2422         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2423         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2424         (char *) casts added.
2425         * sysdeps/ieee754/k_standardf.c: New file.
2426         * sysdeps/ieee754/k_standardl.c: Likewise.
2427         * math/Makefile (libm-support): Remove k_standard.
2428         (libm-calls): Add k_standard.
2430 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2432         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2433         Optimize to avoid an unnecessary FPCR read.
2435 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2437         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2438         Optimize to reduce FPCR/FPSR accesses.
2440 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2442         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2443         Call libc_fetestexcept_aarch64.
2445 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2447         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2448         Call libc_fesetround_aarch64.
2450 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2452         [BZ #17733]
2453         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2454         (__bind): Do not define as weak alias.
2455         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2456         define.
2457         (__getsockname): Do not define as weak alias.
2459 2014-12-22  Will Newton  <will.newton@linaro.org>
2461         * manual/install.texi: Document that we require bison 2.7
2462         or above.
2463         * INSTALL: Regenerate.
2464         * configure.ac: Use AC_CHECK_PROG_VER instead of
2465         AC_PATH_PROG when checking for bison and check for
2466         version 2.7 or above.
2467         * configure: Regenerate.
2469 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2471         [BZ #17745]
2472         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2473         * sysdeps/tile/ffsll.c (ffsll): To here.
2475         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2477 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2479         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2480         if not defined.
2481         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2482         definition.
2483         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2484         hidden ___tls_get_addr.
2485         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2486         hidden __tls_get_addr.
2487         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2488         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2489         Likewise.
2491 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2493         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2494         _dl_init call.
2496 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2498         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2499         from "call _dl_init@PLT".
2500         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2502 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
2504         * manual/search.texi: (Array Sort Function): Clarify stable sorting
2505         guarantees.
2507 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
2509         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
2511 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2513         [BZ #17744]
2514         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
2515         strnlen.
2517 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2519         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
2520         of multu on MIPSr6.
2521         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
2522         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
2523         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
2524         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
2525         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2527 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2529         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2530         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2531         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2532         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2533         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2534         mips32r6/mips64r6.
2535         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2537 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2539         * string/strncat.c (STRNCAT): Simplify implementation.
2541 2014-12-19  David S. Miller  <davem@davemloft.net>
2543         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2544         access the quad as both a long double and as a series of 4 words.
2546         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2547         link_map->l_info array access.
2549 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2551         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2553         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2554         * math/atest-exp2.c (TIMEOUT): Likewise.
2555         * math/atest-sincos.c (TIMEOUT): Likewise.
2557 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2559         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2560         -Wno-error with -fno-builtin-lround.
2562 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2564         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2565         Contains futex constants and functions moved over from ...
2566         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2567         <lowlevellock-futex.h>.
2568         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2569         (lll_timedwait_tid): Add comments and parentheses around macro
2570         arguments.
2572 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2574         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2575         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2576         (__lll_private_flag): Remove.
2577         (lll_futex_wait): Likewise.
2578         (lll_futex_timed_wait): Likewise.
2579         (lll_futex_wake): Likewise.
2580         (lll_futex_requeue): Likewise.
2581         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2582         (__lll_timedwait_tid): Spell out argument names.
2583         (lll_timedwait_tid): Add comments and parentheses around macro
2584         arguments.
2585         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2586         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2588 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2590         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2591         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2592         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2593         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2594         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2595         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2596         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2597         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2598         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2599         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2600         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2601         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2602         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2603         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2604         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2605         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2606         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2607         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2608         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2610 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2612         * sysdeps/x86_64/x32/Makefile: New file.
2614 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2616         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2617         1L with (mp_limb_t) 1.
2619 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2621         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2622         * nptl/libc_pthread_init.c: ... here.
2623         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2624         * nptl/register-atfork.c: ... here.
2626         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2627         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2628         Use assert_perror to check its return value.
2629         (__gai_create_helper_thread): Likewise.
2631         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2633         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2635 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2637         [BZ #17725]
2638         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2639         __profil_counter.
2640         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2641         Likewise.
2642         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2643         Likewise.
2644         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2645         Likewise.
2646         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2647         (profil_counter): Likewise.
2648         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2649         (profil_counter): Likewise.
2650         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2651         Likewise.
2652         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2653         Likewise.
2654         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2655         (profil_counter): Likewise.
2656         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2657         Likewise.
2658         [!__profil_counter] (profil_counter): Define as weak alias of
2659         __profil_counter.
2660         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2661         (profil_counter): Rename to __profil_counter.
2662         [!__profil_counter] (profil_counter): Define as weak alias of
2663         __profil_counter.
2664         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2665         (profil_counter): Rename to __profil_counter.
2666         [!__profil_counter] (profil_counter): Define as weak alias of
2667         __profil_counter.
2668         * sysdeps/posix/profil.c: Update comment referring to
2669         profil_counter.
2670         (__profil): Use __profil_counter instead of profil_counter.
2671         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2672         __profil_counter.  Use __profil_counter_ushort and
2673         __profil_counter_uint in definitions.
2674         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2675         instead of profil_counter_uint and profil_counter_ushort.
2677         [BZ #17722]
2678         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2679         define as weak alias of __inet_makeaddr.
2680         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2681         as weak alias of __inet_addr.
2682         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2683         as weak alias of __inet_pton.  Use libc_hidden_weak.
2684         * include/arpa/inet.h (__inet_pton): Declare.  Use
2685         libc_hidden_proto.
2686         (inet_makeaddr): Don't use libc_hidden_proto.
2687         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2688         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2689         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2690         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2691         Remove variable.
2692         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2693         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2695 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2697         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2699 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2701         * stdio-common/bug-vfprintf-nargs.c (do_test):
2702         Cast value to intptr_t to avoid format warning
2703         for usage with PRIdPTR printing macro.
2705 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2707         * libio/tst-widetext.c (do_test):
2708         Use format type %td instead of %Zd for ptrdiff_t
2709         in order to avoid format warning.
2711 2014-12-17  Andreas Schwab  <schwab@suse.de>
2713         * nscd/mem.c (gc): Add size_t cast to match printf format.
2715 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2717         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2718         (init): Apply PTR_MANGLE to pointers before storing them.
2719         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2720         before using them.
2722 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2724         [BZ #17719]
2725         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2726         define as weak alias of __memrchr.
2727         (__memrchr): Do not define as strong alias of memrchr.
2728         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2729         Remove variable.
2730         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2731         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2732         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2734         [BZ #17717]
2735         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2736         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2737         (if_indextoname): Rename to __if_indextoname and define as weak
2738         alias of __if_indextoname.  Use libc_hidden_weak.
2739         (if_freenameindex): Rename to __if_freenameindex and define as
2740         weak alias of __if_freenameindex.
2741         (if_nameindex): Rename to __if_nameindex and define as weak alias
2742         of __if_nameindex.
2743         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2744         __if_nametoindex and define as weak alias of __if_nametoindex.
2745         Use libc_hidden_weak.
2746         (if_freenameindex): Rename to __if_freenameindex and define as
2747         weak alias of __if_freenameindex.
2748         (if_nameindex): Rename to __if_nameindex and define as weak alias
2749         of __if_nameindex.
2750         (if_indextoname): Rename to __if_indextoname and define as weak
2751         alias of __if_indextoname.  Use libc_hidden_weak.
2752         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2753         __if_nametoindex and define as weak alias of __if_nametoindex.
2754         Use libc_hidden_weak.
2755         (if_freenameindex): Rename to __if_freenameindex and define as
2756         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2757         (if_nameindex_netlink): Use __if_freenameindex instead of
2758         if_freenameindex.
2759         (if_nameindex): Rename to __if_nameindex and define as weak alias
2760         of __if_nameindex.  Use libc_hidden_weak.
2761         (if_indextoname): Rename to __if_indextoname and define as weak
2762         alias of __if_indextoname.  Use libc_hidden_weak.
2763         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2764         libc_hidden_proto.
2765         [!_ISOMAC] (__if_freenameindex): Likewise.
2766         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2767         if_nametoindex.
2768         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2769         variable.
2770         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2771         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2772         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2773         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2774         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2775         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2776         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2778         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2779         Remove variable.
2780         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2781         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2783 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2785         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2786         subscript above bounds'
2788         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2789         bounds.
2791 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2793         * libio/tst-fopenloc.c: Use test-skeleton.c.
2795         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2796         (entry): Rename to ITEM.
2797         (do_test, comp): Adjust.
2799         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2801 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2803         * string/tester.c: Include <libc-internal.h>.
2804         (test_memset): Ignore -Wmemset-transposed-args.
2806 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2808         * misc/tst-mntent2.c (do_test): Fix warning.
2810 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2812         * elf/tst-unique4lib.cc(a): Mark as used.
2814 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2816         [BZ #17630]
2817         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2818         names.
2820 2014-12-16  Allan McRae  <allan@archlinux.org>
2822         * stdio-common/Makefile (tests): Re-add bug26.
2824 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2826         [BZ #17657]
2827         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2828         static array.
2830 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2832         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2833         (__lll_lock_wait): Likewise.
2834         (__lll_timedlock_wait): Likewise.
2835         (__lll_timedwait_tid): Likewise.
2836         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2837         (__lll_robust_timedlock_wait): Likewise.
2838         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2839         (lll_cond_trylock): Likewise.
2840         (__lll_lock): Likewise.
2841         (__lll_robust_lock): Likewise.
2842         (__lll_cond_lock): Likewise.
2843         (lll_robust_cond_lock): Likewise.
2844         (__lll_timedlock): Likewise.
2845         (__lll_robust_timedlock): Likewise.
2846         (__lll_unlock): Likewise.
2847         (__lll_robust_unlock): Likewise.
2848         (lll_wait_tid): Likewise.
2849         (lll_timedwait_tid): Likewise.
2851 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2853         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2855 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2857         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2859 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2861         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2862         * stdio-common/tst-sprintf.c: Likewise.
2864 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2866         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2868 2014-12-15  Jeff Law  <law@redhat.com>
2870         [BZ #16617]
2871         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2872         on the heap.  (CVE-2012-3406)
2873         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2874         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2875         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2877 2014-12-15  Will Newton  <will.newton@linaro.org>
2879         * manual/install.texi: Bump required version of texinfo
2880         to 4.7 from 4.5.
2881         * INSTALL: Regenerated.
2882         * configure.ac: Check for makeinfo version 4.7 and above.
2883         * configure: Regenerated.
2885 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2887         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2888         PREFIX, string constant to insert between directory and name.
2889         * sysdeps/posix/shm_open.c: Update caller.
2890         * sysdeps/posix/shm_unlink.c: Likewise.
2891         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2892         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2893         (SEM_SHM_PREFIX): New macro.
2894         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2895         [$(have-thread-library) = no].
2896         * nptl/Makefile (libpthread-routines): Add shm-directory.
2897         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2898         * sysdeps/nptl/shm-directory.h: New file.
2899         * sysdeps/posix/shm-directory.c
2900         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2901         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2902         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2903         INTERNAL_SYSCALL.
2904         (__where_is_shmfs): Function removed.
2905         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2906         Variables removed.
2907         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2908         Use SHM_GET_NAME.
2909         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2911         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2912         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2913         unconditional for use inside libpthread.
2914         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2916 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2918         * nptl/pthread_getaffinity.c: New file.
2919         * nptl/pthread_setaffinity.c: New file.
2920         * nptl/pthread_getname.c: New file.
2921         * nptl/pthread_setname.c: New file.
2923         * nptl/pthread_create.c (START_THREAD_DEFN)
2924         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2926 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2927             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2929         * resolv/res_send.c (send_vc): Disable warning resplen may
2930         be used uninitialized.
2932 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2934         * nptl/tst-mutex6.c
2935         (ATTR_NULL): New define checks ATTR against NULL.
2936         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2937         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2939 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2941         [BZ #17581]
2942         * malloc/hooks.c
2943         (mem2mem_check): Revert my previous change.
2944         (malloc_check_get_size): Revert my previous change.
2945         (mem2chunk_check): Revert my previous change.
2947 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2949         * sysdeps/posix/shm-directory.c: New file.
2950         * sysdeps/posix/shm-directory.h: New file.
2951         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2952         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2953         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2954         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2955         Transmute EPERM to EACCES.
2956         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2957         from ...
2958         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2959         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2961 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2963         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2964         pointer and cast to uintptr_t.
2965         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2966         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2967         Add cast to avoid warning.
2968         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2970 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2972         * nptl/semaphore.h: Move to ...
2973         * sysdeps/pthread/semaphore.h: ... here.
2974         * Makefile (installed-headers): Change nptl/semaphore.h to
2975         sysdeps/pthread/semaphore.h.
2977 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2979         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2980         generated error format strings.
2982         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2983         -Wformat-extra-args warnings for scanf formats.
2984         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2985         test of zero-length format (duh).
2986         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2987         corner-case scanf format test.
2988         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2989         generated fprintf format string.
2990         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2991         corner-case sprintf format tests.
2992         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2993         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2994         -Wformat-extra-args warnings throughout.
2995         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2996         (CFLAGS-scanf4.c): Likewise.
2997         (CFLAGS-scanf7.c): Likewise.
2998         (CFLAGS-tst-sprintf.c): Likewise.
2999         (CFLAGS-tst-printf.c): Likewise.
3000         (CFLAGS-tst-printfsz.c): Likewise.
3002 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3004         * include/cpio.h: New file.
3005         * include/fmtmsg.h: Likewise.
3007         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3008         corresponding format argument to size_t.
3009         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3010         arguments.
3011         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3012         corresponding format argument to size_t.
3013         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3014         arguments.
3015         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3016         corresponding format argument to size_t.
3017         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3018         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3019         (CFLAGS-tst-mbswcs2.c): Likewise.
3020         (CFLAGS-tst-mbswcs3.c): Likewise.
3021         (CFLAGS-tst-mbswcs4.c): Likewise.
3022         (CFLAGS-tst-mbswcs5.c): Likewise.
3023         (CFLAGS-tst-trans.c): Likewise
3025 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3027         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3028         rather than assuming they won't contain any '%'s.
3030 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3032         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3033         inhibit_loop_to_libcall to avoid recursive calls.
3034         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3035         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3037 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3039         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3040         prototype.
3042 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3044         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3045         integer value instead of boolean.
3047 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3049         * malloc/malloc.c: Fix powerof2 check.
3051 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3053         * locale/programs/locfile.h (maybe_swap_uint32):
3054         Remove inline and add unused attribute.
3056 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3058         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3059         Truncating assembler expression to a .long expression.
3061 2014-12-11  Andreas Schwab  <schwab@suse.de>
3063         * elf/rtld.c (struct map_args): Constify str member.
3064         (do_preload): Constify fname argument.
3066 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3068         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3069         constants definition.
3071 2014-12-11  Andreas Schwab  <schwab@suse.de>
3073         [BZ #16657]
3074         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3075         FORCE_ELISION instead of DO_ELISION.
3076         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3077         Remove.
3078         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3079         Likewise.
3081         * iconvdata/gconv-modules: Remove duplicate entry.
3083 2014-12-11  Will Newton  <will.newton@linaro.org>
3085         Merge gettext 0.19.3 into intl/.
3087         This involves a number of cosmetic changes to comments
3088         and ANSI function definitions and prototypes throughout
3089         all the files. The gettext copyright header is used but
3090         with the date ranges taken from the glibc copy.
3092         * NEWS: Add gettext merge to 2.21.
3093         * intl/bindtextdom.c: Switch to gettext copyright.
3094         Use ANSI definitions and prototypes.
3095         Use gl_* locking primitives rather than __libc_* ones.
3096         Use __builtin_expect rather than __glibc_likely/unlikely.
3097         * intl/dcgettext.c: Switch to gettext copyright.
3098         Use ANSI definitions and prototypes.
3099         * intl/dcigettext.c: Switch to gettext copyright.
3100         Use ANSI definitions and prototypes.
3101         (INTDIV0_RAISES_SIGFPE): New define.
3102         Use gl_* locking primitives rather than __libc_* ones.
3103         Include eval-plural.h instead of plural-eval.c.
3104         Use __builtin_expect rather than __glibc_likely/unlikely.
3105         * intl/dcngettext.c: Switch to gettext copyright.
3106         Use ANSI definitions and prototypes.
3107         * intl/dgettext.c: Likewise.
3108         * intl/dngettext.c: Likewise.
3109         * intl/plural-eval.c: Renamed to...
3110         * intl/eval-plural.h: ...this.
3111         * intl/explodename.c: Switch to gettext copyright.
3112         Use ANSI definitions and prototypes.
3113         (_nl_explode_name): Use strchr instead of __rawmemchr.
3114         * intl/finddomain.c: Switch to gettext copyright.
3115         Use ANSI definitions and prototypes.
3116         Use gl_* locking primitives rather than __libc_* ones.
3117         (_nl_find_domain): Use malloc rather than alloca for
3118         allocation of temporary locale name.
3119         * intl/gettext.c: Switch to gettext copyright.
3120         Use ANSI definitions and prototypes.
3121         * intl/gettextP.h: Switch to gettext copyright.
3122         Use ANSI definitions and prototypes.
3123         Use gl_* locking primitives rather than __libc_* ones.
3124         * intl/gmo.h: Switch to gettext copyright.
3125         (struct sysdep_string): Move struct segment_pair outside of
3126         struct definition.
3127         * intl/hash-string.c: Use ANSI definitions and prototypes.
3128         * intl/hash-string.h: Switch to gettext copyright.
3129         Use ANSI definitions and prototypes.
3130         * intl/l10nflist.c: Switch to gettext copyright.
3131         Use ANSI definitions and prototypes.
3132         (_nl_normalize_codeset): Avoid integer overflow.
3133         * intl/loadinfo.h: Switch to gettext copyright.
3134         Use ANSI definitions and prototypes.
3135         (LIBINTL_DLL_EXPORTED): New define.
3136         (PATH_SEPARATOR): New define.
3137         * intl/loadmsgcat.c: Switch to gettext copyright.
3138         * intl/localealias.c: Switch to gettext copyright.
3139         Use ANSI definitions and prototypes.
3140         (_nl_expand_alias): Use PATH_SEPARATOR.
3141         * intl/ngettext.c: Switch to gettext copyright.
3142         Use ANSI definitions and prototypes.
3143         * intl/plural-exp.c: Likewise.
3144         * intl/plural-exp.h: Switch to gettext copyright.
3145         Use ANSI definitions and prototypes.
3146         (struct expression): Move definition of enum operator outside
3147         of struct definition.
3148         * intl/plural.c: Regenerate.
3149         * intl/plural.y: Switch to gettext copyright.
3150         Use ANSI definitions and prototypes.
3151         Port to bison 3.0.
3152         * intl/textdomain.c: Switch to gettext copyright.
3153         Use ANSI definitions and prototypes.
3154         Use gl_* locking primitives rather than __libc_* ones.
3156 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3158         * debug/warning-nop.c: Add used atrribute.
3160 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3162         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3164         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3165         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3166         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3168 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3169             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3171         [BZ #17634]
3172         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3173         Undefine after defining function.  Define as weak alias of
3174         __wcschr.  Use libc_hidden_weak.
3175         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3176         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3177         (libc_hidden_def): Also define __GI___wcschr alias.
3178         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3179         __wcschr and define as weak alias of __wcschr.
3180         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3181         __wcschr.
3182         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3183         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3184         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3185         libc_hidden_weak.  Do not use libc_hidden_def.
3186         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3187         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3188         __GI___wcschr alias.
3189         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3190         [IS_IN (libc)] (wcschr): Define as macro expanding to
3191         __redirect_wcschr.
3192         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3193         [IS_IN (libc)] (__wcschr_power6): Likewise.
3194         [IS_IN (libc)] (__wcschr_power7): Likewise.
3195         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3196         instead of wcschr.
3197         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3198         __libc_wcschr.
3199         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3200         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3201         __wcschr and define as weak alias of __wcschr.  Use
3202         libc_hidden_builtin_def.
3203         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3204         as weak alias of __wcschr.  Use libc_hidden_weak.
3205         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3206         wcschr.
3207         * time/era.c (_nl_init_era_entries): Likewise.
3208         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3209         variable.
3210         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3211         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3213 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3215         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3216         format for long int variable.
3218 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3220         [BZ #10672]
3221         * manual/search.texi: (Array Sort Function): Remove claim how to make
3222         qsort stable.
3224 2014-12-10  Andreas Schwab  <schwab@suse.de>
3226         [BZ #12847]
3227         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3228         user-controlled locks.
3230 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3232         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3233         register.
3235 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3237         * configure.ac (--disable-werror): New configure option.
3238         (enable_werror): New AC_SUBST.
3239         * configure: Regenerated.
3240         * config.make.in (enable-werror): New variable.
3241         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3242         -Wno-error=undef.
3243         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3244         * manual/install.texi (Configuring and compiling): Document
3245         --disable-werror.
3246         * INSTALL: Regenerated.
3247         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3248         (CFLAGS-tst-chk2.c): Likewise.
3249         (CFLAGS-tst-chk3.c): Likewise.
3250         (CFLAGS-tst-chk4.cc): Likewise.
3251         (CFLAGS-tst-chk5.cc): Likewise.
3252         (CFLAGS-tst-chk6.cc): Likewise.
3253         (CFLAGS-tst-lfschk1.c): Likewise.
3254         (CFLAGS-tst-lfschk2.c): Likewise.
3255         (CFLAGS-tst-lfschk3.c): Likewise.
3256         (CFLAGS-tst-lfschk4.cc): Likewise.
3257         (CFLAGS-tst-lfschk5.cc): Likewise.
3258         (CFLAGS-tst-lfschk6.cc): Likewise.
3260         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3261         (main): Disable -Wdeprecated-declarations around calls to
3262         register_printf_function.
3264         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3265         (do_test): Disable -Wdiv-by-zero around some calls to
3266         fwrite_unlocked and fread_unlocked.
3268         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3269         (DIAG_POP_NEEDS_COMMENT): Likewise.
3270         (_DIAG_STR1): Likewise.
3271         (_DIAG_STR): Likewise.
3272         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3273         * stdio-common/bug21.c: Include <libc-internal.h>.
3274         (do_test): Disable -Wformat around call to sscanf.
3275         * stdio-common/scanf14.c: Include <libc-internal.h>.
3276         (main): Disable -Wformat around some calls to scanf functions.
3278 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3280         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3282 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3284         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3285         stack variable alignment.
3287 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3289         [BZ #17682]
3290         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3291         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3292         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3293         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3294         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3295         __getrlimit instead of getrlimit.
3296         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3297         __gettimeofday instead of gettimeofday.
3298         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3299         Likewise.
3300         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3301         Likewise.
3302         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3303         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3304         Remove variable.
3305         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3306         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3308 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3310         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3311         for wide-character tests.
3313 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3315         * io/openat64.c: #include <libc-internal.h>
3316         (__openat64): Prototypify.  Use ignore_value on MODE.
3317         * io/openat.c: Likewise.
3318         * misc/reboot.c: #include <libc-internal.h>
3319         (reboot): Prototypify.  Use ignore_value on HOWTO.
3320         * misc/ptrace.c: #include <libc-internal.h>
3321         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3323 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3325         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3326         XPG4, UNIX98 and XOPEN2K.
3327         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3328         Remove variable.
3329         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3331 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3333         * libio/fileops.c: Use ISO C style for function definitions.
3334         * libio/iofopen.c: Likewise.
3335         * libio/wfileops.c: Likewise.
3337         [BZ #17653]
3338         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3339         offset on EOF.
3340         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3341         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3342         (fgets_func): Function pointer to fgets and fgetws.
3343         (do_ftell_test): Add test to verify ftell value after read
3344         EOF.
3345         (do_test): Set fgets_func.
3347         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3348         O_TRUNC flag for w and w+ modes.
3349         (do_rewind_test): Likewise.
3350         (do_ftell_test): Likewise.
3351         (do_write_test): Likewise.
3353         [BZ #17647]
3354         * libio/fileops.c (do_ftell): Seek only when there are
3355         unflushed writes.
3356         * libio/wfileops.c (do_ftell_wide): Likewise.
3357         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3358         test case.
3359         (do_one_test): Call it.
3361 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3363         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3364         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3365         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3366         Remove variable.
3367         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3368         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3369         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3371 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3373         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3374         Remove variable.
3375         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3377         [BZ #17668]
3378         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3379         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3380         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3381         __freeifaddrs.  Use libc_hidden_weak.
3382         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3383         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3384         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3385         __freeifaddrs.  Use libc_hidden_weak.
3386         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3387         __getifaddrs and define as weak alias of __getifaddrs.  Use
3388         libc_hidden_weak.
3389         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3390         __freeifaddrs.  Use libc_hidden_weak.
3391         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3392         Remove variable.
3393         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3394         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3396 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3398         [BZ #17601]
3399         * sysdeps/mips/start.S (__start): Use indirect jump to call
3400         __libc_start_main.
3402 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3404         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3406         * nptl/tst-mutex1.c: Include <stdbool.h>.
3407         [!ATTR] (ATTR_NULL): New macro.
3408         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3409         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3410         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3412         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3413         to char *.
3415         [BZ #17665]
3416         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3417         Change conditional to [__USE_MISC].
3419         [BZ #17664]
3420         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3421         fgets_unlocked.
3422         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3423         __fgets_unlocked.
3424         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3425         fgets_unlocked.
3426         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3427         Remove variable.
3428         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3429         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3430         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3431         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3432         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3433         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3434         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3435         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3436         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3438         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3440 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3442         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3443         Remove strpbrk objects.
3444         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3445         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3446         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3447         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3448         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3449         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3451         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3452         Remove strcspn objects.
3453         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3454         (__libc_ifunc_impl_list): Remove strcspn implementation.
3455         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3456         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3457         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3458         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3460         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3461         Remove strspn objetcs.
3462         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3463         (__libc_ifunc_impl_list): Remove strspn implementation.
3464         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3465         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3466         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3467         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3469 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3471         [BZ #17581]
3472         * malloc/hooks.c
3473         (mem2mem_check): Add a terminator to the chain of checking blocks.
3474         (malloc_check_get_size): Use it here.
3475         (mem2chunk_check): Ditto.
3477 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3479         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3480         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3482 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3484         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3486         * nptl/nptl-init.c: Include libc-internal.h.
3487         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3489         * elf/ldconfig.c (search_dir): Expand comment.
3491 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3493         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3494         variable.
3495         (linknamespace-symlist-stdlibs-tests): Likewise.
3496         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3497         instead of $(objpfx)symlist-stdlibs.
3498         (linknamespace-libs-isoc): New variable.
3499         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3500         (linknamespace-libs-ISO): New variable.
3501         (linknamespace-libs-ISO99): Likewise.
3502         (linknamespace-libs-ISO11): Likewise.
3503         (linknamespace-libs-XPG3): Likewise.
3504         (linknamespace-libs-XPG4): Likewise.
3505         (linknamespace-libs-POSIX): Likewise.
3506         (linknamespace-libs-UNIX98): Likewise.
3507         (linknamespace-libs-XOPEN2K): Likewise.
3508         (linknamespace-libs-POSIX2008): Likewise.
3509         (linknamespace-libs-XOPEN2K8): Likewise.
3510         ($(objpfx)symlist-stdlibs): Replace by
3511         $(linknamespace-symlist-stdlibs-tests).  Use
3512         $(linknamespace-libs-$*) as set of libraries.
3513         ($(linknamespace-header-tests)): Update dependencies.  Use
3514         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
3515         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
3516         * conform/linknamespace.pl: Remove comment about considering
3517         definitions of symbols from irrelevant libraries.
3519 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3521         [BZ #13862]
3522         * elf/dl-tls.c: Include <atomic.h>.
3523         (oom): Remove #ifdef SHARED/#endif.
3524         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
3525         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3526         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3527         big enough.
3528         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3529         * nptl/Makefile (tests): Add tst-stack4.
3530         (modules-names): Add tst-stack4mod.
3531         ($(objpfx)tst-stack4): New.
3532         (tst-stack4mod.sos): Likewise.
3533         ($(objpfx)tst-stack4.out): Likewise.
3534         ($(tst-stack4mod.sos)): Likewise.
3535         (clean): Likewise.
3536         * nptl/tst-stack4.c: New file.
3537         * nptl/tst-stack4mod.c: Likewise.
3539 2014-11-27  J. Brown  <jb999@gmx.de>
3541         * sysdeps/x86/bits/string.h: Add recent CPUs.
3543 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3545         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3546         sigblock.
3548         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3549         feof.
3551         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3552         variable.
3554 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3556         * nscd/connections.c: Include libc-internal.h because of macro
3557         usage ignore_value.
3559 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3561         * string/bits/string3.h (__warn_memset_zero_len): Don't
3562         declare for gcc newer than 5.0.
3563         (memset): Don't test for zero-length __LEN for gcc newer than
3564         5.0.
3566 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3568         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3569         size_t for %zu format.
3571         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3572         difference, not %ju.
3574 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3576         * include/libc-internal.h (ignore_value): New macro.
3577         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3578         with ignore_value.
3580         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3581         definition.
3583         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3584         pthread_cleanup_push to void *.
3586         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3587         Undefine.
3589         [BZ #16619]
3590         [BZ #16740]
3591         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3592         instead of 1L << 52.
3594         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3595         * libio/bug-rewind2.c (do_test): Likewise.
3597         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3598         * debug/test-strcpy_chk-ifunc.c: Likewise.
3599         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3600         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3601         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3602         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3603         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3604         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3605         * Rules [$(multi-arch) = no] (tests): Do not filter out
3606         $(tests-ifunc).
3607         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3608         * debug/Makefile (tests-ifunc): Remove variable.
3609         (tests): Do not add $(tests-ifunc).
3610         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3611         (tests): Do not add $(tests-ifunc).
3612         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3613         [TEST_IFUNC]: Remove conditionals.
3614         * string/test-string.h (TEST_IFUNC): Remove macro.
3615         [TEST_IFUNC]: Remove conditionals.
3617         * string/test-strchr.c [!WIDE] (L): New macro.
3618         [WIDE] (L): Likewise.
3619         (check1): Use CHAR instead of char.  Use L on string and character
3620         constants.
3622 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3624         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3625         tests.
3626         * sysdeps/powerpc/bits/atomic.h
3627         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3628         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3629         (atomic_exchange_and_add_acq): Likewise.
3630         (atomic_exchange_and_add_rel): Likewise.
3631         * sysdeps/powerpc/powerpc32/bits/atomic.h
3632         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3633         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3634         * sysdeps/powerpc/powerpc64/bits/atomic.h
3635         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3636         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3638 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3640         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3641         Change synchronization of __sched_fifo_min_prio and
3642         __sched_fifo_max_prio.
3643         * nptl/pthread_mutexattr_getprioceiling.c
3644         (pthread_mutexattr_getprioceiling): Likewise.
3645         * nptl/pthread_mutexattr_setprioceiling.c
3646         (pthread_mutexattr_setprioceiling): Likewise.
3647         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3648         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3649         Likewise.
3651 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3653         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3654         void.
3656 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3658         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3659         third argument const.
3661 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3663         fnmatch: work around GCC compiler warning bug with uninit var
3664         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3665         This works around a bug with x86-64 GCC 4.9.2 and earlier
3666         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3667         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3668         used uninitialized in this function [-Wmaybe-uninitialized]".
3670 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3672         * posix/bug-regex31.c (main): Return RES not 0.
3674 2014-11-25  Anton Blanchard <anton@samba.org>
3676         * sysdeps/powerpc/bits/atomic.h
3677         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3679 2014-11-24  Sterling Augustine  <saugustine@google.com>
3681         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3683 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3685         [BZ #17608]
3686         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3688 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3690         [BZ #17633]
3691         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3692         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3693         variable.
3694         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3695         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3697 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3699         * string/strncpy.c (strncpy): Improve performance by using memset.
3701 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3703         * string/strcpy.c (strcpy):
3704         Improve performance by using strlen and memcpy.
3706 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3708         * string/strcoll_l.c (get_next_seq): __always_inline.
3709         * string/strcoll_l.c (do_compare): __always_inline.
3711 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3713         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3714         defined.
3715         * include/mqueue.h: Likewise.
3716         * include/stdlib.h: Likewise.
3718         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3719         (get_null_defines): Adjust.
3720         * sunrpc/Makefile: Adjust comment.
3721         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3722         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3723         (CFLAGS-interp.c): Likewise.
3724         (CFLAGS-ldconfig.c): Likewise.
3725         (CPPFLAGS-.os): Likewise.
3726         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3727         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3728         * extra-modules.mk (extra-modules.mk): Likewise.
3729         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3730         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3731         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3732         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3733         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3734         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3735         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3736         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3737         * iconvdata/Makefile (CPPFLAGS): Likewise.
3738         (cpp-srcs-left): Add libof for all iconvdata routines.
3739         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3740         * include/assert.h: Likewise.
3741         * include/ctype.h: Likewise.
3742         * include/errno.h: Likewise.
3743         * include/libc-symbols.h: Likewise.
3744         * include/math.h: Likewise.
3745         * include/netdb.h: Likewise.
3746         * include/resolv.h: Likewise.
3747         * include/stdio.h: Likewise.
3748         * include/stdlib.h: Likewise.
3749         * include/string.h: Likewise.
3750         * include/sys/stat.h: Likewise.
3751         * include/wctype.h: Likewise.
3752         * intl/l10nflist.c: Likewise.
3753         * libidn/idn-stub.c: Likewise.
3754         * libio/libioP.h: Likewise.
3755         * nptl/libc_multiple_threads.c: Likewise.
3756         * nptl/pthreadP.h: Likewise.
3757         * posix/regex_internal.h: Likewise.
3758         * resolv/res_hconf.c: Likewise.
3759         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3760         * sysdeps/arm/memmove.S: Likewise.
3761         * sysdeps/arm/sysdep.h: Likewise.
3762         * sysdeps/generic/_itoa.h: Likewise.
3763         * sysdeps/generic/symbol-hacks.h: Likewise.
3764         * sysdeps/gnu/errlist.awk: Likewise.
3765         * sysdeps/gnu/errlist.c: Likewise.
3766         * sysdeps/i386/i586/memcpy.S: Likewise.
3767         * sysdeps/i386/i586/memset.S: Likewise.
3768         * sysdeps/i386/i686/memcpy.S: Likewise.
3769         * sysdeps/i386/i686/memmove.S: Likewise.
3770         * sysdeps/i386/i686/mempcpy.S: Likewise.
3771         * sysdeps/i386/i686/memset.S: Likewise.
3772         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3773         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3774         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3775         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3776         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3777         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3778         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3779         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3780         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3781         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3782         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3783         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3784         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3785         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3786         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3787         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3788         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3789         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3790         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3791         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3792         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3793         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3794         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3795         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3796         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3797         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3798         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3799         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3800         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3801         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3802         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3803         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3804         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3805         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3806         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3807         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3808         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3809         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3810         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3811         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3812         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3813         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3814         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3815         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3816         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3817         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3818         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3819         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3820         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3821         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3822         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3823         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3824         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3825         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3826         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3827         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3828         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3829         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3830         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3831         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3832         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3833         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3834         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3835         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3836         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3837         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3838         * sysdeps/posix/closedir.c: Likewise.
3839         * sysdeps/posix/opendir.c: Likewise.
3840         * sysdeps/posix/readdir.c: Likewise.
3841         * sysdeps/posix/rewinddir.c: Likewise.
3842         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3843         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3844         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3845         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3846         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3847         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3848         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3849         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3850         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3851         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3852         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3853         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3854         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3855         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3856         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3857         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3858         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3859         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3860         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3861         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3862         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3863         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3864         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3865         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3866         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3867         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3868         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3869         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3870         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3871         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3872         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3873         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3874         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3875         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3876         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3877         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3878         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3879         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3880         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3881         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3882         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3883         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3884         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3885         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3886         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3887         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3888         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3889         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3890         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3891         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3892         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3893         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3894         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3895         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3896         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3897         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3898         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3899         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3900         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3901         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3902         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3903         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3904         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3905         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3906         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3907         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3908         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3909         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3910         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3911         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3912         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3913         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3914         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3915         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3916         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3917         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3918         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3919         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3920         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3921         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3922         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3923         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3924         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3925         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3926         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3927         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3928         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3929         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3930         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3931         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3932         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3933         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3934         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3935         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3936         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3937         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3938         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3939         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3940         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3941         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3942         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3943         * sysdeps/unix/alpha/sysdep.S: Likewise.
3944         * sysdeps/unix/alpha/sysdep.h: Likewise.
3945         * sysdeps/unix/make-syscalls.sh: Likewise.
3946         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3947         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3948         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3949         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3950         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3951         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3952         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3953         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3954         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3955         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3956         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3957         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3958         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3959         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3960         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3961         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3962         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3963         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3964         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3965         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3966         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3967         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3968         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3969         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3970         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3971         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3972         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3975         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3976         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3977         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3978         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3979         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3980         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3981         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3982         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3983         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3984         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3985         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3986         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3987         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3988         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3989         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3990         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3991         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3992         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3993         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3994         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3995         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3996         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3997         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3998         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3999         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4000         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4001         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4002         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4003         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4004         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4005         * sysdeps/x86_64/memcpy.S: Likewise.
4006         * sysdeps/x86_64/memmove.c: Likewise.
4007         * sysdeps/x86_64/memset.S: Likewise.
4008         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4009         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4010         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4011         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4012         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4013         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4014         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4015         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4016         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4017         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4018         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4019         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4020         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4021         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4022         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4023         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4024         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4025         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4026         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4027         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4028         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4029         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4030         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4031         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4032         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4033         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4034         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4035         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4036         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4037         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4038         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4039         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4040         * sysdeps/x86_64/strcmp.S: Likewise.
4042         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4044         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4045         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4046         * elf/rtld-Rules: Likewise.
4047         * elf/setup-vdso.h: Likewise.
4048         * include/assert.h: Likewise.
4049         * include/bits/stdlib-float.h: Likewise.
4050         * include/errno.h: Likewise.
4051         * include/sys/stat.h: Likewise.
4052         * include/unistd.h: Likewise.
4053         * sysdeps/aarch64/setjmp.S: Likewise.
4054         * sysdeps/alpha/setjmp.S: Likewise.
4055         * sysdeps/arm/__longjmp.S: Likewise.
4056         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4057         * sysdeps/arm/setjmp.S: Likewise.
4058         * sysdeps/arm/sysdep.h: Likewise.
4059         * sysdeps/generic/_itoa.h: Likewise.
4060         * sysdeps/generic/dl-sysdep.h: Likewise.
4061         * sysdeps/generic/ldsodefs.h: Likewise.
4062         * sysdeps/i386/dl-tls.h: Likewise.
4063         * sysdeps/i386/setjmp.S: Likewise.
4064         * sysdeps/m68k/setjmp.c: Likewise.
4065         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4066         * sysdeps/mach/hurd/opendir.c: Likewise.
4067         * sysdeps/posix/getcwd.c: Likewise.
4068         * sysdeps/posix/opendir.c: Likewise.
4069         * sysdeps/posix/profil.c: Likewise.
4070         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4071         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4072         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4073         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4074         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4075         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4076         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4077         * sysdeps/s390/dl-tls.h: Likewise.
4078         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4079         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4080         * sysdeps/sh/sh3/setjmp.S: Likewise.
4081         * sysdeps/sh/sh4/setjmp.S: Likewise.
4082         * sysdeps/unix/alpha/sysdep.h: Likewise.
4083         * sysdeps/unix/arm/sysdep.S: Likewise.
4084         * sysdeps/unix/i386/sysdep.S: Likewise.
4085         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4086         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4087         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4088         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4089         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4090         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4091         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4092         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4093         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4094         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4095         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4096         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4097         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4100         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4101         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4102         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4103         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4104         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4105         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4106         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4107         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4108         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4109         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4110         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4111         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4112         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4113         * sysdeps/x86_64/setjmp.S: Likewise.
4115         * include/math.h: Use IS_IN instead of IS_IN_libm.
4116         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4117         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4118         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4119         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4120         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4121         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4122         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4123         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4124         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4125         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4126         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4127         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4128         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4129         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4130         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4131         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4132         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4133         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4134         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4135         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4136         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4137         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4138         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4139         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4140         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4141         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4142         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4143         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4144         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4145         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4146         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4147         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4148         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4150         Likewise.
4151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4152         Likewise.
4153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4154         Likewise.
4155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4156         Likewise.
4157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4158         Likewise.
4159         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4160         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4161         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4162         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4163         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4164         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4170         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4171         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4172         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4173         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4174         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4175         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4176         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4177         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4178         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4179         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4180         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4181         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4182         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4183         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4184         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4185         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4187         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4188         * nptl/pthreadP.h: Likewise.
4189         * nptl_db/structs.def: Likewise.
4190         * sysdeps/arm/sysdep.h: Likewise.
4191         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4192         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4193         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4194         * sysdeps/unix/alpha/sysdep.h: Likewise.
4195         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4196         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4197         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4198         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4199         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4200         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4201         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4202         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4203         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4204         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4205         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4206         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4207         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4208         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4211         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4212         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4213         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4214         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4215         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4216         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4217         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4218         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4219         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4220         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4222         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4223         * nptl/pthreadP.h: Likewise.
4224         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4225         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4226         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4227         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4228         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4229         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4230         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4231         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4232         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4233         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4234         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4235         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4237         Likewise.
4238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4239         Likewise.
4240         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4241         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4242         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4243         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4244         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4245         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4246         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4247         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4249         * dlfcn/dladdr.c: Use IS_IN.
4250         * dlfcn/dladdr1.c: Likewise.
4251         * dlfcn/dlclose.c: Likewise.
4252         * dlfcn/dlerror.c: Likewise.
4253         * dlfcn/dlinfo.c: Likewise.
4254         * dlfcn/dlmopen.c: Likewise.
4255         * dlfcn/dlopen.c: Likewise.
4256         * dlfcn/dlsym.c: Likewise.
4257         * dlfcn/dlvsym.c: Likewise.
4259         * include/ifaddrs.h: Use IS_IN.
4260         * inet/check_pf.c: Likewise.
4261         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4262         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4264         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4265         IS_IN_ldconfig.
4266         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4267         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4269         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4270         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4271         IS_IN (libc).
4273         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4275         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4276         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4277         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4278         * include/libc-symbols.h (IS_IN_LIB): New macro.
4279         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4280         * include/netdb.h: Likewise.
4281         * include/stap-probe.h: Remove all uses of IN_LIB.
4283         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4284         instead of IN_MODULE.
4285         * include/libc-symbols.h (IN_MODULE): Define using
4286         MODULE_NAME.
4287         (PASTE_NAME, PASTE_NAME1): New macros.
4288         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4289         of IN_LIB.
4290         (STAP_PROBE_ASM): Likewise.
4292 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4294         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4295         __mach_init in dlopened libc.
4297 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4299         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4300         * sysdeps/arm/preconfigure: Regenerate.
4302 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4304         * nptl/pthread_create.c (__pthread_create_2_1): Set
4305         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4306         when copying values from IATTR into PD.
4308 2014-11-21  Will Newton  <will.newton@linaro.org>
4309             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4311         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4312         Refactor inline-asm.  Also add comment.
4314         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4315         ElfW macro instead of hardcoded Elf64 types.
4316         (la_aarch64_gnu_pltenter): Likewise.
4317         * sysdeps/aarch64/dl-machine.h
4318         (elf_machine_runtime_setup): Use ElfW(Addr).
4320         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4321         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4322         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4323         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4324         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4325         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4326         (R_AARCH64_TLS_DTPMOD): This.
4327         (R_AARCH64_TLS_DTPREL64): Rename to ...
4328         (R_AARCH64_TLS_DTPREL): This.
4329         (R_AARCH64_TLS_TPREL64): Rename to ...
4330         (R_AARCH64_TLS_TPREL): This.
4331         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4332         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4333         R_AARCH64_TLS_TPREL64.
4334         (elf_machine_rela): Likewise.
4336 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4338         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4339         by setting it to 0.  64b atomics are not supported currently.
4341 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4343         [BZ #16469]
4344         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4345         search domain names.
4347 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4349         [BZ #16469]
4350         * NEWS: Update.
4351         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4352         trailing dot.
4353         * posix/tst-getaddrinfo5.c: New.
4354         * posix/Makefile (tests): Add it.
4356 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4358         [BZ #14498]
4359         * NEWS: Fixed.
4360         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4361         after parsing line but before break_if_match.
4362         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4363         if there is a protocol mismatch.
4365 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4367         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4368         because the potential race is on the user-supplied stream.
4370 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4372         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4373         string literal if not passed a buffer.
4374         * manual/job.texi (ctermid): Update reasoning, note deviation
4375         from posix, suggest mtasurace when not passed a buffer, for
4376         future non-preliminary safety notes.
4378 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4380         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4381         of not passing it a buffer.
4382         Reported by Peng Haitao.
4384 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4386         * manual/Makefile ($(objpfx)stamp-summary): Require
4387         check-safety.sh to pass.
4388         * manual/check-safety.sh: Wish for verification that every
4389         @deftypefn and @deftypefun is followed by a @safety remark.
4391 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4393         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4395         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4396         PTHREAD_CANCEL_ASYNCHRONOUS.
4397         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4398         send SIGCANCEL.
4400         * nptl/default-sched.h: New file.
4401         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4402         * nptl/pthread_create.c: Include it.
4403         (__pthread_create_2_1): Use collect_default_sched instead of making
4404         Linux syscalls here directly.
4406 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4408         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4409         __pthread_once): Use C11 atomics.
4411 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4413         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4415 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4417         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4418         atomic_thread_fence_acquire, atomic_thread_fence_release,
4419         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4420         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4421         atomic_compare_exchange_weak_relaxed,
4422         atomic_compare_exchange_weak_acquire,
4423         atomic_compare_exchange_weak_release,
4424         atomic_exchange_acquire, atomic_exchange_release,
4425         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4426         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4427         atomic_fetch_and_acquire,
4428         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4430 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4432         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4433         USE_ATOMIC_COMPILER_BUILTINS): Define.
4434         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4435         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4436         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4437         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4438         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4439         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4440         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4441         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4442         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4443         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4444         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4445         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4446         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4447         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4448         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4449         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4450         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4451         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4452         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4453         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4454         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4455         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4456         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4457         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4458         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4459         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4460         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4461         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4462         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4463         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4464         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4465         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4466         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4467         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4468         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4469         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4470         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4471         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4472         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4473         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4475 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4477         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4478         the sched_priority value here.  It was already checked when the user
4479         called pthread_attr_setschedparam.
4481         * nptl/tst-bad-schedattr.c: New file.
4482         * nptl/Makefile (tests): Add it.
4484 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4485             Florian Weimer  <fweimer@redhat.com>
4486             Joseph Myers  <joseph@codesourcery.com>
4487             Adam Conrad  <adconrad@0c3.net>
4488             Andreas Schwab  <schwab@suse.de>
4489             Brooks  <bmoses@google.com>
4491         [BZ #17625]
4492         * wordexp-test.c (__dso_handle): Add prototype.
4493         (__register_atfork): Likewise.
4494         (__app_register_atfork): New function.
4495         (registered_forks): New global.
4496         (register_fork): New function.
4497         (test_case): Add 3 new tests for WRDE_CMDSUB.
4498         (main): Call __app_register_atfork.
4499         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4500         fork count is non-zero fail the test.
4501         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4502         is set.
4503         (parse_dollars): Remove check for WRDE_NOCMD.
4504         (parse_dquote): Likewise.
4506 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4508         * Makeconfig (built-modules): List non-library modules to be
4509         built.
4510         (module-cppflags): Include libc-modules.h for
4511         everything except shlib-versions.v.i.
4512         (CPPFLAGS): Use it.
4513         (before-compile): Add libc-modules.h.
4514         ($(common-objpfx)libc-modules.h,
4515         $(common-objpfx)libc-modules.stmp): New targets.
4516         (common-generated): Add libc-modules.h and libc-modules.stmp.
4517         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
4518         * include/libc-symbols.h: Don't include libc-modules.h.
4519         * include/libc-modules.h: Remove file.
4520         * scripts/gen-libc-modules.awk: New script to generate
4521         libc-modules.h.
4522         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
4523         Depend on libc-modules.stmp.
4525         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4527         * Makeconfig (in-module): Get value of libof set for the
4528         translation unit.
4529         (CPPFLAGS): Use $(in-module).
4530         * Makerules: Don't suffix routine names for nonlib.
4531         * include/libc-modules.h: New file.
4532         * include/libc-symbols.h: Include libc-modules.h
4533         (IS_IN): New macro to replace IS_IN_* macros.
4534         * elf/Makefile: Set libof-* for each routine.
4535         * elf/rtld-Rules: Likewise.
4536         * extra-modules.mk: Likewise.
4537         * iconv/Makefile: Likewise.
4538         * iconvdata/Makefile: Likewise.
4539         * locale/Makefile: Likewise.
4540         * malloc/Makefile: Likewise.
4541         * nss/Makefile: Likewise.
4542         * sysdeps/gnu/Makefile: Likewise.
4543         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4544         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4545         * sysdeps/s390/s390-64/Makefile: Likewise.
4546         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4547         CPPFLAGS for nscd instead of nonlib.
4549 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4551         * nptl/createthread.c: New file.
4553         * nptl/createthread.c: Moved ...
4554         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4556         * nptl/createthread.c: Add proper top-line comment.
4557         (do_clone): Folded into ...
4558         (create_thread): ... here.  Take new arguments STOPPED_START and
4559         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4560         increment __nptl_threads, do event-reporting logic, do
4561         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4562         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4563         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4564         just send SIGCANCEL.
4565         * nptl/pthread_create.c: Forward-declare create_thread before
4566         including createthread.c.
4567         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4568         declaration, and new macro START_THREAD_SELF to replace argument.
4569         Remove return statement.
4570         (report_thread_creation): New function.
4571         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4572         synchronization logic, and __nptl_nthreads increment here, around
4573         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4574         PD->parent_cancelhandling here, before create_thread.  When
4575         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4576         __deallocate_stack, and ENOMEM translation here.
4578 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4580         [BZ #17616]
4581         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4582         (mptwo): Rename to __mptwo.
4583         (__inv): Use __mptwo instead of mptwo.
4584         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4585         (mptwo): Rename to __mptwo.
4586         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4587         of mpone and __mptwo instead of mptwo.
4588         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4589         instead of mpone.
4590         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4591         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4592         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4593         of mpone and __mptwo instead of mptwo.
4594         (__mpranred): Use __mpone instead of mpone.
4595         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4596         variable.
4597         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4598         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4599         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4600         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4601         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4602         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4603         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4604         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4605         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4606         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4607         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4608         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4609         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4610         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4611         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4612         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4613         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4614         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4615         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4617 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4619         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4620         replace BSD Handler xref with BSD Signal Handling.
4622 2014-11-17  Richard Henderson  <rth@redhat.com>
4624         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4625         (_FP_PACK_RAW_2): Remove.
4626         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4627         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4628         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4629         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4630         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4631         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4632         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4633         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4634         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4635         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4636         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4637         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4638         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4639         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4640         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4641         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4643 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4645         * signal/signal.h [__USE_MISC]
4646         (struct sigvec): Remove type.
4647         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4648         (sigvec): Remove declaration.
4649         * sysdeps/posix/sigvec.c: Moved ...
4650         * signal/sigvec.c: ... here, replacing old file.
4651         (struct sigvec): New type, copied from old signal.h definition.
4652         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4653         (__sigvec): Convert definition to prototype.
4654         (sigvec): Replace weak_alias with compat_symbol.
4655         * signal/Versions (libc: GLIBC_2.21): New version set.
4656         * include/signal.h: Remove __sigvec declaration.
4657         * sysdeps/unix/bsd/sigvec.c: Remove file.
4658         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4659         * manual/signal.texi (BSD Handler): Remove subsection.
4660         Move siginterrupt up to ...
4661         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4662         (Blocking in BSD): Fold subsection into its parent.
4663         * NEWS: Mention sigvec removal.
4665 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4667         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4668         (DLA_FMS): Make definition conditional only on [__FMA4__].
4669         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4670         definition.
4672         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4673         Make definition conditional only on [PROF].
4674         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4675         definition.
4676         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4677         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4679         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4680         !__GNUC__].
4681         * include/signal.h (__sigpause): Move declaration above call to
4682         libc_hidden_proto.
4683         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4684         variable.
4685         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4686         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4688 2014-11-14  David S. Miller  <davem@davemloft.net>
4690         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4691         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4693 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4695         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4696         * configure: Regenerated.
4697         * manual/install.texi (Tools for Compilation): Document a
4698         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4699         compiler verified to work.
4700         * INSTALL: Regenerated.
4702         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4703         redeclare with asm name.
4704         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4705         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4706         including <string.h>.
4707         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4708         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4709         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4710         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4711         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4712         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4713         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4715 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4717         * stdlib/strtol.c (__strtol): Use prototype definition.
4719         [BZ #17594]
4720         * stdlib/strtol.c (SYM__): New macro.
4721         (SYM__1): Likewise.
4722         (__strtol): Likewise.
4723         (strtol): Rename to __strtol and define as weak alias of
4724         __strtol.  Use libc_hidden_weak.
4726 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4728         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4729         Use numbered labels in inline assembly.
4731 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4733         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4734         Add setjmp LIBC_PROBE.
4735         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4736         Likewise.
4737         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4738         Add longjmp, longjmp_target LIBC_PROBE.
4739         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4740         Likewise.
4742 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4744         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4745         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4746         to get rid of unused variable warning.
4748 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4750         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4751         Check for unwind_backtrace ==  NULL only in SHARED case.
4752         (__backchain_backtrace): Compile only in SHARED case.
4753         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4754         Likewise.
4755         (__backchain_backtrace): Declare as static.
4757 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4759         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4760         (__libc_multiple_threads_ptr): Variable moved ...
4761         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4763 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4765         * conform/GlibcConform.pm: New file.
4766         * conform/conformtest.pl: Use GlibcConform module.
4767         * conform/linknamespace.pl: New file.
4768         * conform/list-header-symbols.pl: Likewise.
4769         * conform/Makefile (linknamespace-symlists-base): New variable.
4770         (linknamespace-symlists-tests): Likewise.
4771         (linknamespace-header-base): Likewise.
4772         (linknamespace-header-tests): Likewise.
4773         (tests-special): Add new tests.
4774         ($(linknamespace-symlists-tests)): New rule.
4775         (linknamespace-libs): New variable.
4776         ($(objpfx)symlist-stdlibs): New rule.
4777         ($(linknamespace-header-tests)): Likewise.
4778         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4779         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4780         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4781         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4782         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4783         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4784         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4785         (test-xfail-ISO/math.h/linknamespace): Likewise.
4786         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4787         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4788         (test-xfail-ISO/time.h/linknamespace): Likewise.
4789         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4790         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4791         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4792         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4793         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4794         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4795         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4796         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4797         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4798         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4799         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4800         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4801         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4802         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4803         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4804         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4805         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4806         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4807         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4808         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4809         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4810         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4811         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4812         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4813         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4814         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4815         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4816         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4817         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4818         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4819         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4820         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4821         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4822         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4823         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4824         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4825         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4826         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4827         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4828         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4829         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4830         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4831         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4832         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4833         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4834         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4835         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4836         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4837         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4838         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4839         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4840         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4841         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4842         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4843         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4844         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4845         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4846         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4847         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4848         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4849         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4850         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4851         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4852         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4853         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4854         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4855         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4856         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4857         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4858         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4859         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4860         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4861         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4862         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4863         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4864         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4865         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4866         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4867         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4868         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4869         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4870         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4871         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4872         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4873         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4874         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4875         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4876         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4877         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4878         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4879         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4880         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4881         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4882         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4883         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4884         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4885         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4886         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4887         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4888         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4889         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4890         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4891         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4892         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4893         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4894         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4895         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4896         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4897         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4898         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4899         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4900         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4901         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4902         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4903         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4904         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4905         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4906         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4907         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4908         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4909         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4910         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4911         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4912         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4913         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4914         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4915         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4916         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4917         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4918         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4919         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4920         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4921         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4922         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4923         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4924         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4925         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4926         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4927         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4928         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4929         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4930         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4931         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4932         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4933         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4934         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4935         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4936         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4937         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4938         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4940         [BZ #17589]
4941         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4942         of fgets_unlocked.
4944         [BZ #17585]
4945         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4946         (memmem): Rename to __memmem and define as weak alias of
4947         __memmem.  Use libc_hidden_weak.
4948         (__memmem): Use libc_hidden_def.
4949         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4950         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4951         memmem.
4953         [BZ #17582]
4954         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4955         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4956         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4957         and define as weak alias of __fgets_unlocked.  Use
4958         libc_hidden_weak.
4959         (__fgets_unlocked): Use libc_hidden_def.
4960         * include/stdio.h (__fgets_unlocked): Declare.  Use
4961         libc_hidden_proto.
4962         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4963         __fgets_unlocked instead of fgets_unlocked.
4964         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4965         (GET_NPROCS_CONF_PARSER): Likewise.
4966         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4967         (GET_NPROCS_CONF_PARSER): Likewise.
4969         [BZ #17574]
4970         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4971         weak alias of __wmemset.  Use libc_hidden_weak.
4972         (__wmemset): Use libc_hidden_def.
4973         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4974         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4975         of wmemset.
4977         [BZ #17573]
4978         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4979         with asm name __mempcpy.
4980         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4982         [BZ #17572]
4983         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4984         and define as weak alias of __rawmemchr.
4985         (__rawmemchr): Do not define as strong alias of rawmemchr.
4987         [BZ #17571]
4988         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4989         alias of __qsort_r.
4990         (qsort): Call __qsort_r instead of qsort_r.
4991         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4992         (__qsort_r): Declare.  Call libc_hidden_proto.
4993         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4994         instead of qsort_r.
4995         * nscd/gai.c (__qsort_r): Define to qsort_r.
4996         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4997         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4998         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5000         [BZ #17570]
5001         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5002         define as weak alias of __malloc_info.
5004         [BZ #17584]
5005         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5006         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5007         (__rewinddir): Use libc_hidden_def.
5008         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5009         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5010         (__rewinddir): Use libc_hidden_def.
5011         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5012         weak alias of __rewinddir.  Don't use libc_hidden_def.
5013         (__rewinddir): Use libc_hidden_def.
5014         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5015         (__rewinddir): Use libc_hidden_proto.
5016         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5017         rewinddir.
5018         (__getcwd): Use __rewinddir instead of rewinddir.
5020         [BZ #17583]
5021         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5022         alias of __fileno.  Use libc_hidden_weak.
5023         (__fileno): Use libc_hidden_def.
5024         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5025         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5026         alias of __ftello.
5027         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5028         __ftello.
5029         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5030         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5031         libc_hidden_def.
5032         (fread_unlocked): Don't use libc_hidden_ver.
5033         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5034         and define as weak alias of __fread_unlocked.  Don't use
5035         libc_hidden_def.
5036         (__fread_unlocked): Use libc_hidden_def.
5037         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5038         (ftello): Don't use libc_hidden_proto.
5039         (__ftello): Declare.  Use libc_hidden_proto.
5040         (fread_unlocked): Don't use libc_hidden_proto.
5041         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5042         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5043         and __ftello instead of fileno, fread_unlocked and ftello.
5045 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5047         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5048         GOT12.
5049         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5050         Likewise.
5051         (_dl_start_user): Likewise.
5052         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5054 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5055             Siddhesh Poyarekar  <siddhesh@redhat.com>
5057         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5058         Move argv and envp down instead of moving argc up.
5059         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5061 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5063         [BZ #17506]
5064         * test-skeleton.c (main): Return successful if one of
5065         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5066         * string/tst-strcoll-overflow.c: Define expected status.
5068 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5070         [BZ #17475]
5071         * locale/iso-639.def: Define Bhili and Tulu language codes.
5073 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5075         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5077 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5079         [BZ #17555]
5080         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5082 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5084         * configure.ac: Updated check of minimal required version to
5085         2.22.
5086         * manual/install.texi (Tools for Compilation): Updated version
5087         number.
5088         * configure: Regenerated.
5089         * INSTALL: Likewise.
5091 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5093         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5094         __tls_get_addr.
5096 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5098         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5099         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5100         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5101         libc_hidden_weak.
5102         (waitpid): Define as alias of __waitpid.
5103         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5104         __waitpid.
5105         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5106         libc_hidden_weak.
5107         (waitpid): Define as alias of __waitpid.
5108         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5109         __libc_waitpid alias.
5110         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5111         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5112         Likewise.
5113         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5114         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5115         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5116         alias.
5117         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5118         __waitpid.
5119         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5120         libc_hidden_weak.
5121         (waitpid): Define as alias of __waitpid.
5123 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5125         * manual/llio.texi: Add comment that write safety has been
5126         fixed in Linux.
5128         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5129         (localplt-build-dso): Add elf/ld.so.
5130         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5131         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5132         and free for ld.so.
5133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5134         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5136         Likewise.
5137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5138         Likewise.
5139         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5140         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5141         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5142         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5143         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5144         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5145         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5146         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5147         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5148         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5149         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5151 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5153         [BZ #14132]
5154         * include/libc-symbols.h (INTUSE): Remove macro.
5155         (INTDEF): Likewise.
5156         (INTVARDEF): Likewise.
5157         (_INTVARDEF): Likewise.
5158         (INTDEF2): Likewise.
5159         (INTVARDEF2): Likewise.
5160         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5161         rtld_hidden_def instead of INTVARDEF.
5162         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5163         (_dl_starting_up_internal): Remove declaration.
5164         (_dl_starting_up): Use rtld_hidden_proto.
5165         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5166         declaration.
5167         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5168         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5169         _dl_starting_up.
5170         * elf/dl-writev.h (_dl_writev): Likewise.
5171         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5172         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5173         _dl_starting_up_internal.
5175 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5177         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5178         test-skeleton.c.
5180 2014-11-05  Will Newton  <will.newton@linaro.org>
5182         * benchtests/Makefile: (bench-malloc): Add malloc thread
5183         scalability benchmark.
5184         * benchtests/bench-malloc-threads.c: New file.
5186 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5188         * sysdeps/aarch64/strchrnul.S: New file.
5190 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5192         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5193         definition.
5194         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5195         Likwise.
5196         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5197         Likewise.
5198         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5199         Likewise.
5200         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5201         Likewise.
5202         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5203         Likewise.
5205 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5207         * catgets/test-gencat.c: Use test-skeleton.c.
5208         * catgets/tst-catgets.c: Likewise.
5209         * csu/tst-empty.c: Likewise.
5210         * elf/tst-audit2.c: Likewise.
5211         * elf/tst-global1.c: Likewise.
5212         * elf/tst-pathopt.c: Likewise.
5213         * elf/tst-piemod1.c: Likewise.
5214         * elf/tst-tls10.c: Likewise.
5215         * elf/tst-tls11.c: Likewise.
5216         * elf/tst-tls12.c: Likewise.
5217         * gnulib/tst-gcc.c: Likewise.
5218         * iconvdata/tst-e2big.c: Likewise.
5219         * iconvdata/tst-loading.c: Likewise.
5220         * iconv/tst-iconv1.c: Likewise.
5221         * iconv/tst-iconv2.c: Likewise.
5222         * inet/test-inet6_opt.c: Likewise.
5223         * inet/tst-gethnm.c: Likewise.
5224         * inet/tst-network.c: Likewise.
5225         * inet/tst-ntoa.c: Likewise.
5226         * intl/tst-codeset.c: Likewise.
5227         * intl/tst-gettext2.c: Likewise.
5228         * intl/tst-gettext3.c: Likewise.
5229         * intl/tst-ngettext.c: Likewise.
5230         * intl/tst-translit.c: Likewise.
5231         * io/test-stat.c: Likewise.
5232         * libio/test-fmemopen.c: Likewise.
5233         * libio/tst-freopen.c: Likewise.
5234         * libio/tst-sscanf.c: Likewise.
5235         * libio/tst-ungetwc1.c: Likewise.
5236         * libio/tst-ungetwc2.c: Likewise.
5237         * libio/tst-widetext.c: Likewise.
5238         * localedata/tst-ctype.c: Likewise.
5239         * localedata/tst-digits.c: Likewise.
5240         * localedata/tst-leaks.c: Likewise.
5241         * localedata/tst-mbswcs1.c: Likewise.
5242         * localedata/tst-mbswcs2.c: Likewise.
5243         * localedata/tst-mbswcs3.c: Likewise.
5244         * localedata/tst-mbswcs4.c: Likewise.
5245         * localedata/tst-mbswcs5.c: Likewise.
5246         * localedata/tst-setlocale.c: Likewise.
5247         * localedata/tst-trans.c: Likewise.
5248         * localedata/tst-wctype.c: Likewise.
5249         * localedata/tst-xlocale1.c: Likewise.
5250         * login/tst-grantpt.c: Likewise.
5251         * malloc/tst-calloc.c: Likewise.
5252         * malloc/tst-malloc.c: Likewise.
5253         * malloc/tst-mallocstate.c: Likewise.
5254         * malloc/tst-mcheck.c: Likewise.
5255         * malloc/tst-mtrace.c: Likewise.
5256         * malloc/tst-obstack.c: Likewise.
5257         * math/atest-exp2.c: Likewise.
5258         * math/atest-exp.c: Likewise.
5259         * math/atest-sincos.c: Likewise.
5260         * math/test-matherr.c: Likewise.
5261         * math/test-misc.c: Likewise.
5262         * math/test-powl.c: Likewise.
5263         * math/tst-definitions.c: Likewise.
5264         * misc/tst-dirname.c: Likewise.
5265         * misc/tst-efgcvt.c: Likewise.
5266         * misc/tst-fdset.c: Likewise.
5267         * misc/tst-hsearch.c: Likewise.
5268         * misc/tst-mntent2.c: Likewise.
5269         * nptl/tst-sem7.c: Likewise.
5270         * nptl/tst-sem8.c: Likewise.
5271         * nptl/tst-sem9.c: Likewise.
5272         * nss/test-netdb.c: Likewise.
5273         * posix/tst-fnmatch.c: Likewise.
5274         * posix/tst-getlogin.c: Likewise.
5275         * posix/tst-gnuglob.c: Likewise.
5276         * posix/tst-mmap.c: Likewise.
5277         * pwd/tst-getpw.c: Likewise.
5278         * resolv/tst-inet_ntop.c: Likewise.
5279         * rt/tst-timer.c: Likewise.
5280         * stdio-common/test-fseek.c: Likewise.
5281         * stdio-common/test-popen.c: Likewise.
5282         * stdio-common/test-vfprintf.c: Likewise.
5283         * stdio-common/tst-cookie.c: Likewise.
5284         * stdio-common/tst-fileno.c: Likewise.
5285         * stdio-common/tst-gets.c: Likewise.
5286         * stdio-common/tst-obprintf.c: Likewise.
5287         * stdio-common/tst-perror.c: Likewise.
5288         * stdio-common/tst-sprintf2.c: Likewise.
5289         * stdio-common/tst-sprintf3.c: Likewise.
5290         * stdio-common/tst-sprintf.c: Likewise.
5291         * stdio-common/tst-swprintf.c: Likewise.
5292         * stdio-common/tst-tmpnam.c: Likewise.
5293         * stdio-common/tst-unbputc.c: Likewise.
5294         * stdio-common/tst-wc-printf.c: Likewise.
5295         * stdlib/tst-environ.c: Likewise.
5296         * stdlib/tst-fmtmsg.c: Likewise.
5297         * stdlib/tst-limits.c: Likewise.
5298         * stdlib/tst-rand48-2.c: Likewise.
5299         * stdlib/tst-rand48.c: Likewise.
5300         * stdlib/tst-random2.c: Likewise.
5301         * stdlib/tst-random.c: Likewise.
5302         * stdlib/tst-strtol.c: Likewise.
5303         * stdlib/tst-strtoll.c: Likewise.
5304         * stdlib/tst-tls-atexit.c: Likewise.
5305         * stdlib/tst-xpg-basename.c: Likewise.
5306         * string/test-ffs.c: Likewise.
5307         * string/tst-bswap.c: Likewise.
5308         * string/tst-inlcall.c: Likewise.
5309         * string/tst-strtok.c: Likewise.
5310         * string/tst-strxfrm.c: Likewise.
5311         * sysdeps/x86_64/tst-audit10.c: Likewise.
5312         * sysdeps/x86_64/tst-audit3.c: Likewise.
5313         * sysdeps/x86_64/tst-audit4.c: Likewise.
5314         * sysdeps/x86_64/tst-audit5.c: Likewise.
5315         * time/tst-ftime_l.c: Likewise.
5316         * time/tst-getdate.c: Likewise.
5317         * time/tst-mktime3.c: Likewise.
5318         * time/tst-mktime.c: Likewise.
5319         * time/tst-posixtz.c: Likewise.
5320         * time/tst-strptime2.c: Likewise.
5321         * time/tst-strptime3.c: Likewise.
5322         * wcsmbs/tst-btowc.c: Likewise.
5323         * wcsmbs/tst-mbrtowc.c: Likewise.
5324         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5325         * wcsmbs/tst-wchar-h.c: Likewise.
5326         * wcsmbs/tst-wcpncpy.c: Likewise.
5327         * wcsmbs/tst-wcrtomb.c: Likewise.
5328         * wcsmbs/tst-wcsnlen.c: Likewise.
5329         * wcsmbs/tst-wcstof.c: Likewise.
5331 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5333         [BZ #14132]
5334         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5335         INTDEF.
5336         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5337         declaration.
5338         (_dl_mcount): Use rtld_hidden_proto.
5339         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5340         _dl_mcount.
5341         * elf/rtld.c (_rtld_global_ro): Likewise.
5343         [BZ #14132]
5344         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5345         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5346         of _dl_init_internal.
5347         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5348         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5349         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5350         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5351         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5352         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5353         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5354         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5355         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5356         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5357         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5358         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5359         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5360         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5361         * sysdeps/tile/dl-start.S (_start): Likewise.
5362         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5363         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5365         [BZ #14132]
5366         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5367         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5368         (rtld_progname): Make macro definition unconditional.
5369         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5370         INTDEF.
5371         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5372         (dl_main): Likewise.
5373         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5374         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5375         instead of _dl_argv_internal.
5376         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5377         __GI__dl_argv instead of INTUSE(_dl_argv).
5378         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5379         __GI__dl_argv instead of _dl_argv_internal.
5381         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5382         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5383         macro.
5384         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5385         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5386         New macro.
5387         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5388         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5389         macro.
5390         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5391         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5393 2014-11-04  Andreas Schwab  <schwab@suse.de>
5395         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5397 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5399         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5400         mtvsrd instruction in binary form.
5402 2014-11-03  Andreas Schwab  <schwab@suse.de>
5404         [BZ #17522]
5405         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5406         for less than MB_LEN_MAX use a local buffer of that size.
5407         * libio/tst-fputws.c: New file.
5408         * libio/Makefile (tests): Add tst-fputws.
5410 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5412         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5413         the size of the fpu_fr.fpu_dregs[] array.
5415 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5417         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5418         (__nanosleep): Do not define as alias.
5419         (nanosleep): Define as alias of __nanosleep.
5420         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5421         __libc_nanosleep name.
5423 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5425         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5426         install.texi in comment.
5428 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5430         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5431         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5432         ... add here and use lwsync or sync ...
5433         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5434         ... and add here using lwsync.
5436 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5438         * elf/dl-machine-reject-phdr.h: New file.
5439         * elf/dl-load.c: #include that.
5440         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5441         if that returned true.
5443 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5445         [BZ #17496]
5446         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5447         gen-as-const-headers chunk.  Add a big scare comment after the last
5448         safe place to touch before-compile.
5450 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5452         * manual/install.texi (Tools for Compilation): Update autoconf
5453         version requirements.
5454         * INSTALL: Regenerated.
5456         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5457         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5458         (__libc_pselect): Likewise.
5460         [BZ #14138]
5461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5466 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5468         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5469         correct barrier instruction.
5470         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5471         Likewise.
5472         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5473         Likewise.
5475 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5477         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5478         after defining inlines.  Instead, just use parens to defeat macro
5479         expansion of __isctype in its declaration.
5481 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5483         * include/sys/uio.h (__libc_readv): Remove declaration.
5484         (__libc_writev): Likewise.
5485         * misc/readv.c (__libc_readv): Rename to __readv.
5486         (__readv): Do not define as alias.
5487         (readv): Define as alias of __readv.
5488         * misc/writev.c (__libc_writev): Rename to __writev.
5489         (__writev): Do not define as alias.
5490         (writev): Define as alias of __writev.
5491         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5492         (__readv): Do not define as alias.
5493         (readv): Define unconditionally as alias of __readv.
5494         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5495         (__writev): Do not define as alias.
5496         (writev): Define unconditionally as alias of __writev.
5497         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5498         name.
5499         (writev): Do not define __libc_writev name.
5501 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5503         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
5504         (convert_charseq): New function, broken out of ...
5505         (use_from_charmap): ... here.  Call it.
5506         (use_to_charmap): Use convert_charseq and free instead of duplicating
5507         its code with a variable-length stack struct.
5509 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5511         * include/fcntl.h (__libc_creat): Remove declaration.
5512         * io/creat.c (__libc_creat): Rename to creat.
5513         (creat): Do not define as alias.
5514         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
5515         of creat instead of __libc_creat.
5516         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
5517         to creat.
5518         (creat): Do not define as alias.
5519         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
5520         __libc_creat.
5521         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
5522         __libc_creat name.
5523         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
5524         Likewise.
5526 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5528         * manual/llio.texi: Add comments discussing why write() may be
5529         considered MT-unsafe on Linux.
5531 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5533         * dl-load.c (local_strdup): Remove.
5534         (expand_dynamic_string_token): Use __strdup.
5535         (decompose_rpath): Likewise.
5536         (_dl_map_object): Likewise.
5538 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5540         [BZ #14132]
5541         * sysdeps/generic/unwind-dw2-fde.c
5542         (__register_frame_info_bases_internal): Do not declare.
5543         (__register_frame_info_table_bases_internal): Likewise.
5544         (__deregister_frame_info_bases_internal): Likewise.
5545         (__register_frame_info_bases): Declare and use hidden_proto before
5546         definition.  Use hidden_def instead of INTDEF.
5547         (__register_frame_info_table_bases): Likewise.
5548         (__deregister_frame_info_bases): Likewise.
5549         (__register_frame_info): Do not use INTUSE.
5550         (__register_frame): Likewise.
5551         (__register_frame_info_table): Likewise.
5552         (__register_frame_table): Likewise.
5553         (__deregister_frame_info): Likewise.
5554         (__deregister_frame): Likewise.
5556 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5558         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5559         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5560         not undefine.
5561         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5562         Likewise.
5563         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5564         Likewise.
5566 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5568         [BZ #14138]
5569         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5570         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5571         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5572         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5573         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5574         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5575         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5576         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5577         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5578         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5579         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5580         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5581         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5582         syscall.
5583         (setfsuid): Likewise.
5584         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5585         (setfsuid): Likewise.
5586         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5587         (setfsuid): Likewise.
5588         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5589         Likewise.
5590         (setfsuid): Likewise.
5591         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5592         (setfsuid): Likewise.
5593         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5594         Likewise.
5595         (setfsuid): Likewise.
5597 2014-10-27  Andreas Schwab  <schwab@suse.de>
5599         [BZ #17501]
5600         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5601         check for Slow_SSE4_2 feature bit.
5602         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5603         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5604         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5605         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5607 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5609         * configure.ac: Validate compiler version with a empirical test of
5610         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5611         $CC -v output.
5612         * configure: Regenerated.
5614         * inet/htons.c (htons): Prototypify.
5615         * inet/htonl.c (htonl): Likewise.
5617 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5619         * string/strncat.c (strncat): Improve performance by using strlen.
5621 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5623         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5625 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5627         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5628         Call libc_fetestexcept_aarch64.
5630 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5632         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5633         Call libc_feholdexcept_aarch64.
5635 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5637         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5638         Call get_rounding_mode.
5640 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5642         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5643         Simplify logic.
5645 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5647         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5648         Simplify logic.
5650 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5652         [BZ #14138]
5653         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5654         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5655         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5656         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5657         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5658         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5659         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5660         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5661         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5662         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5663         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5664         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5665         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5666         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5667         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5668         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5669         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5670         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5671         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5672         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5673         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5674         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5675         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5676         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5677         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5678         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5679         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5680         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5681         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5682         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5683         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5684         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5685         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5686         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5687         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5688         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5689         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5690         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5691         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5692         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5693         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5694         syscall.
5695         (geteuid): Likewise.
5696         (getgid): Likewise.
5697         (getuid): Likewise.
5698         (getresgid): Likewise.
5699         (getresuid): Likewise.
5700         (getgroups): Likewise.
5701         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5702         (geteuid): Likewise.
5703         (getgid): Likewise.
5704         (getuid): Likewise.
5705         (getresgid): Likewise.
5706         (getresuid): Likewise.
5707         (getgroups): Likewise.
5708         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5709         (geteuid): Likewise.
5710         (getgid): Likewise.
5711         (getuid): Likewise.
5712         (getresgid): Likewise.
5713         (getresuid): Likewise.
5714         (getgroups): Likewise.
5715         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5716         Likewise.
5717         (geteuid): Likewise.
5718         (getgid): Likewise.
5719         (getuid): Likewise.
5720         (getresgid): Likewise.
5721         (getresuid): Likewise.
5722         (getgroups): Likewise.
5723         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5724         (geteuid): Likewise.
5725         (getgid): Likewise.
5726         (getuid): Likewise.
5727         (getresgid): Likewise.
5728         (getresuid): Likewise.
5729         (getgroups): Likewise.
5730         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5731         Likewise.
5732         (geteuid): Likewise.
5733         (getgid): Likewise.
5734         (getuid): Likewise.
5735         (getgroups): Likewise.
5737         [BZ #14138]
5738         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5739         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5740         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5741         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5742         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5743         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5744         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5745         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5746         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5747         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5748         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5749         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5750         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5751         __chown.
5752         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5753         (lchown): Likewise.
5754         (fchown): Likewise.
5755         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5756         Likewise.
5757         (lchown): Likewise.
5758         (fchown): Likewise.
5759         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5760         (lchown): Likewise.
5761         (fchown): Likewise.
5762         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5763         Likewise.
5764         (lchown): Likewise.
5765         (fchown): Likewise.
5767 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5769         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5770         Simplify logic.
5772 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5774         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5775         Cleanup logic.
5777 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5779         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5780         Remove unused include.
5782 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5784         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5785         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5786         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5787         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5789 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5790             Helge Deller <deller@gmx.de>
5792         [BZ #17508]
5793         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5794         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5795         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5797 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5799         [BZ #14132]
5800         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5801         Remove macro definition.
5802         (__ashrdi3_v_glibc20): Likewise.
5803         (__lshrdi3_v_glibc20): Likewise.
5804         (__cmpdi2_v_glibc20): Likewise.
5805         (__ucmpdi2_v_glibc20): Likewise.
5806         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5807         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5808         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5809         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5810         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5811         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5813 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5815         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5816         old GNU extension [0] syntax.
5817         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5818         alloca rather than an array member with variable length.
5819         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5820         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5821         (parse_opt): ... here.  Likewise use alloca there.
5822         Validate the -i argument before checking for rootness.
5823         (send_shutdown): New function, broken out of ...
5824         (parse_opt): ... here.
5826 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5828         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5829         macro to get at the _rt_local_ro field.
5830         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5831         ([PIC] case) or _dl_hwcap ([!PIC] case).
5832         * sysdeps/arm/setjmp.S: Likewise.
5834         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5835         * sysdeps/arm/configure.ac: New check to define it.
5836         * sysdeps/arm/configure: Regenerated.
5837         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5838         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5839         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5840         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5841         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5842         Use move/movt pair instead of a load.
5843         (LDST_GLOBAL): Macro removed.
5844         (LDR_GLOBAL): New macro replaces it.
5845         (LDR_HIDDEN): New macro.
5846         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5847         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5849         * setjmp/tst-setjmp-static.c: New file.
5850         * setjmp/Makefile (tests): Add it.
5851         (tests-static): New variable.
5853 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5855         [BZ #17485]
5856         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5858 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5860         [BZ #14132]
5861         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5863 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5865         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5867 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5869         * io/fts.c (dirent_not_directory): New function.
5870         (fts_build): Call it.
5872 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5874         * nptl/version.c (__nptl_main): Use normal __write rather than
5875         INTERNAL_SYSCALL.
5876         (banner): Update copyright years.
5878         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5879         gettimeofday.
5880         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5881         * nptl/pthread_cond_timedwait.c: Likewise.
5882         * nptl/pthread_mutex_timedlock.c: Likewise.
5883         * nptl/sem_timedwait.c: Likewise.
5885         * sysdeps/nptl/bits/libc-lock.h
5886         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5887         (__libc_lock_init_recursive): Return void, not 0.
5888         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5889         (__libc_rwlock_init): Likewise.
5890         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5892 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5894         [BZ #15215]
5895         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5896         (__pthread_once_slow): ... here.
5897         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5898         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5900 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5902         [BZ #15215]
5903         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5904         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5905         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5906         * nptl/pthread_once.c (__pthread_once): Likewise.
5907         Update comments.
5909 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5911         [BZ #14138]
5912         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5913         name.
5914         (writev): Use __libc_writev as strong name.
5915         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5916         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5918 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5920         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5922         * sysdeps/i386/nptl/tls.h
5923         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5924         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5925         New macros.
5926         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5927         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5928         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5929         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5930         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5931         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5933         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5934         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5935         on [__NR_futex].
5936         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5937         broken out of ...
5938         (__pthread_mutex_init): ... here.  Call it.
5939         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5940         Conditionalize PI cases on [__NR_futex].
5941         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5942         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5943         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5945         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5946         conditional on [SIGSETXID].
5947         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5948         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5949         is defined.  Likewise for SIGSETXID.
5950         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5951         Conditionalize definitions on [SIGSETXID].
5952         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5953         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5954         unblocking on [SIGCANCEL].
5956         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5957         [__NR_set_robust_list].
5959 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5961         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5962         (do_compare): Likewise.
5964 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5966         [BZ #15884]
5967         * string/strcoll_l.c: Don't include stdio.h.
5968         (coll_seq): Remove members idxarr and rulearr.
5969         (get_next_seq_cached): Remove function.
5970         (get_next_seq): Likewise.
5971         (get_next_seq_nocache): Rename to get_next_seq.
5972         (do_compare): Remove function.
5973         (do_compare_nocache): Rename to do_compare.
5974         (STRCOLL): Remove weight and rules cache.
5976 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5978         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5979         * sysdeps/arm/sfp-machine.h: ... to here.
5980         * sysdeps/arm/Implies: Remove arm/soft-fp.
5982 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5984         * conform/data/sys/utsname.h-data (*_t): Allow.
5985         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5986         [POSIX] (WEXITED): Do not expect constant.
5987         [POSIX] (WSTOPPED): Likewise.
5988         [POSIX] (WNOHANG): Likewise.
5989         [POSIX] (WNOWAIT): Likewise.
5990         [POSIX] (siginfo_t): Do not expect type or elements.
5991         [POSIX] (pid_t): Do not expect type.
5992         [POSIX] (signal.h): Do not allow header.
5993         [POSIX] (sys/resource.h): Likewise.
5994         [POSIX] (si_*): Do not allow pattern.
5995         [POSIX] (W*): Likewise.
5996         [POSIX] (P_*): Likewise.
5997         [POSIX] (BUS_*): Likewise.
5998         [POSIX] (CLD_*): Likewise.
5999         [POSIX] (FPE_*): Likewise.
6000         [POSIX] (ILL_*): Likewise.
6001         [POSIX] (POLL_*): Likewise.
6002         [POSIX] (SEGV_*): Likewise.
6003         [POSIX] (SI_*): Likewise.
6004         [POSIX] (TRAP_*): Likewise.
6005         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6006         variable.
6008 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6010         [BZ #12926]
6011         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6012         infinite loop when __recvmsg returns 0.
6014 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6016         * CANCEL-FCT-WAIVE: Remove file.
6017         * CANCEL-FILE-WAIVE: Likewise.
6019         [BZ #14132]
6020         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6021         instead of INTVARDEF.
6022         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6023         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6024         rtld_hidden_data_def instead of INTVARDEF.
6025         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6026         * elf/dl-deps.c (expand_dst): Likewise.
6027         * elf/dl-load.c (_dl_dst_count): Likewise.
6028         (_dl_dst_substitute): Likewise.
6029         (decompose_rpath): Likewise.
6030         (_dl_init_paths): Likewise.
6031         (open_path): Likewise.
6032         (_dl_map_object): Likewise.
6033         * elf/rtld.c (dl_main): Likewise.
6034         (process_dl_audit): Likewise.
6035         (process_envvars): Likewise.
6036         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6037         Remove declaration.
6038         (__libc_enable_secure): Use rtld_hidden_proto.
6040 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6042         * elf/dl-load.c
6043         (add_path): New function broken out of _dl_rtld_di_serinfo.
6044         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6046 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6048         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6049         parentheses around macro arguments.
6050         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6051         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6052         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6053         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6054         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6055         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6056         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6057         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6058         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6059         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6060         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6061         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6062         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6063         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6064         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6065         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6066         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6067         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6068         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6069         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6070         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6071         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6072         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6073         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6074         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6075         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6076         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6077         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6078         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6079         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6080         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6081         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6082         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6083         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6084         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6085         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6086         Likewise.
6087         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6088         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6089         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6090         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6091         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6092         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6093         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6094         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6095         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6096         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6097         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6098         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6099         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6100         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6101         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6102         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6103         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6104         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6105         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6106         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6107         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6108         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6109         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6110         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6111         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6112         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6113         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6114         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6115         (_FP_FRAC_SRS_1): Likewise.
6116         (_FP_FRAC_CLZ_1): Likewise.
6117         (_FP_MUL_MEAT_1_imm): Likewise.
6118         (_FP_MUL_MEAT_1_wide): Likewise.
6119         (_FP_MUL_MEAT_1_hard): Likewise.
6120         (_FP_SQRT_MEAT_1): Likewise.
6121         (_FP_FRAC_ASSEMBLE_1): Likewise.
6122         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6123         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6124         (__FP_CLZ_2): Likewise.
6125         (_FP_MUL_MEAT_2_wide): Likewise.
6126         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6127         (_FP_MUL_MEAT_2_gmp): Likewise.
6128         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6129         (_FP_SQRT_MEAT_2): Likewise.
6130         (_FP_FRAC_ASSEMBLE_2): Likewise.
6131         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6132         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6133         (_FP_FRAC_CLZ_4): Likewise.
6134         (_FP_MUL_MEAT_4_wide): Likewise.
6135         (_FP_MUL_MEAT_4_gmp): Likewise.
6136         (_FP_SQRT_MEAT_4): Likewise.
6137         (_FP_FRAC_ASSEMBLE_4): Likewise.
6138         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6139         * soft-fp/op-common.h (_FP_CMP): Likewise.
6140         (_FP_CMP_EQ): Likewise.
6141         (_FP_CMP_UNORD): Likewise.
6142         (_FP_TO_INT): Likewise.
6143         (_FP_FROM_INT): Likewise.
6144         [!__FP_CLZ] (__FP_CLZ): Likewise.
6145         (_FP_DIV_HELP_imm): Likewise.
6146         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6147         Likewise.
6148         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6149         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6150         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6151         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6152         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6153         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6154         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6155         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6156         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6157         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6158         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6159         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6160         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6161         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6162         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6163         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6164         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6165         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6166         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6167         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6168         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6169         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6170         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6171         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6172         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6173         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6174         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6175         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6176         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6177         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6178         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6179         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6180         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6181         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6182         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6183         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6184         (FP_UNPACK_RAW_SP): Likewise.
6185         (FP_PACK_RAW_S): Likewise.
6186         (FP_PACK_RAW_SP): Likewise.
6187         (FP_UNPACK_S): Likewise.
6188         (FP_UNPACK_SP): Likewise.
6189         (FP_UNPACK_SEMIRAW_S): Likewise.
6190         (FP_UNPACK_SEMIRAW_SP): Likewise.
6191         (FP_PACK_S): Likewise.
6192         (FP_PACK_SP): Likewise.
6193         (FP_PACK_SEMIRAW_S): Likewise.
6194         (FP_PACK_SEMIRAW_SP): Likewise.
6195         (_FP_SQRT_MEAT_S): Likewise.
6196         (FP_CMP_S): Likewise.
6197         (FP_CMP_EQ_S): Likewise.
6198         (FP_CMP_UNORD_S): Likewise.
6199         (FP_TO_INT_S): Likewise.
6200         (FP_FROM_INT_S): Likewise.
6202         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6204         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6205         (FP_EX_INVALID_IMZ): Likewise.
6206         (FP_EX_INVALID_IMZ_FMA): Likewise.
6207         (FP_EX_INVALID_ISI): Likewise.
6208         (FP_EX_INVALID_ZDZ): Likewise.
6209         (FP_EX_INVALID_IDI): Likewise.
6210         (FP_EX_INVALID_SQRT): Likewise.
6211         (FP_EX_INVALID_CVI): Likewise.
6212         (FP_EX_INVALID_VC): Likewise.
6213         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6214         "invalid" exceptions.
6215         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6216         (_FP_ADD_INTERNAL): Likewise.
6217         (_FP_MUL): Likewise.
6218         (_FP_FMA): Likewise.
6219         (_FP_DIV): Likewise.
6220         (_FP_CMP_CHECK_NAN): Likewise.
6221         (_FP_SQRT): Likewise.
6222         (_FP_TO_INT): Likewise.
6223         (FP_EXTEND): Likewise.
6225 2014-10-09  Allan McRae  <allan@archlinux.org>
6227         * po/fr.po: Update French translation from translation project.
6229 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6231         [BZ #14132]
6232         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6233         of INTDEF.
6234         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6235         (__cxa_atexit): Use libc_hidden_proto.
6236         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6238         [BZ #14132]
6239         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6240         declaration.
6241         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6242         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6243         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6244         [!_ISOMAC] (__iswctype_internal): Likewise.
6245         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6246         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6247         alias.
6248         (fcntl): Remove __fcntl_internal alias.
6249         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6250         __connect_internal alias.
6251         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6252         Likewise.
6254         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6255         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6256         FP_DENORM_ZERO.
6257         (_FP_CHECK_FLUSH_ZERO): New macro.
6258         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6259         (_FP_CMP): Likewise.
6260         (_FP_CMP_EQ): Likewise.
6261         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6262         FP_DENORM_ZERO.
6263         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6264         (FP_TRUNC): Likewise.
6266         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6267         treated as invalid conversion, not as normal exponent.
6269         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6270         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6271         (_FP_CMP_EQ): Likewise.
6272         (_FP_CMP_UNORD): Likewise.
6273         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6274         (FP_CMP_EQ_D): Likewise.
6275         (FP_CMP_UNORD_D): Likewise.
6276         * soft-fp/extended.h (FP_CMP_E): Likewise.
6277         (FP_CMP_EQ_E): Likewise.
6278         (FP_CMP_UNORD_E): Likewise.
6279         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6280         (FP_CMP_EQ_Q): Likewise.
6281         (FP_CMP_UNORD_Q): Likewise.
6282         * soft-fp/single.h (FP_CMP_S): Likewise.
6283         (FP_CMP_EQ_S): Likewise.
6284         (FP_CMP_UNORD_S): Likewise.
6285         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6286         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6287         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6288         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6289         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6290         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6291         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6292         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6293         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6294         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6295         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6296         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6297         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6298         to FP_CMP_Q.
6299         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6300         FP_CMP_Q.
6301         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6302         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6303         FP_CMP_EQ_Q.
6304         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6305         FP_CMP_Q.
6306         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6307         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6308         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6309         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6310         FP_CMP_EQ_Q.
6311         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6312         FP_CMP_Q.
6313         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6314         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6315         FP_CMP_EQ_Q.
6316         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6317         FP_CMP_Q.
6318         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6319         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6320         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6321         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6322         FP_CMP_EQ_Q.
6324         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6325         a subnormal result, set the underflow exception if trapping on
6326         underflow is enabled.
6327         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6328         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6329         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6330         redefine to 0.
6331         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6332         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6333         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6334         * soft-fp/extendxftf2.c (__extendxftf2): Use
6335         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6337         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6338         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6339         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6340         FP_HANDLE_EXCEPTIONS.
6341         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6342         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6343         FP_HANDLE_EXCEPTIONS.
6344         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6345         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6346         FP_HANDLE_EXCEPTIONS.
6347         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6348         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6349         FP_HANDLE_EXCEPTIONS.
6351 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6353         [BZ #14132]
6354         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6355         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6356         use INTUSE.
6357         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6358         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6359         Remove alias.
6360         (__adjtimex): Define using libc_hidden_ver.
6361         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6362         Remove declaration.
6363         (ntp_gettime): Call __adjtimex directly.
6364         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6365         Remove declaration.
6366         (ntp_gettimex): Call __adjtimex directly.
6367         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6368         __adjtimex_internal alias.
6370 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6372         [BZ #17460]
6373         * nscd/nscd.c (more_help): Rewrite list of tables collection
6374         using xstrdup and asprintf.
6376         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6378 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6379             Roland McGrath  <roland@hack.frob.com>
6381         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6382         (do_lookup_unique): ... local function 'enter' here; update callers.
6384 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6386         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6387         compat_symbol calls on [SHARED].
6388         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6389         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6390         Remove.
6391         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6392         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6393         (oldsetrlimit): Remove.
6394         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6396         (lchown): New syscall entry.
6397         (oldsetrlimit): Remove.
6398         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6399         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6400         (oldsetrlimit): Remove.
6401         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6403         [BZ #14138]
6404         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6405         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6406         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6407         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6408         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6409         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6410         (fchown): Likewise.
6411         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6412         (fchown): Likewise.
6413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6414         Likewise.
6416 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6418         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6419         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6420         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6421         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6422         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6423         Likewise.
6424         (__old_sem_post): Likewise.
6426 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6428         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6429         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6430         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6431         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6432         Use INLINE_VSYSCALL macro.
6433         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6434         __vdso_clock_gettime.
6435         * sysdeps/unix/sysv/linux/tile/init-first.c
6436         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6437         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6438         __vdso_clock_gettime.
6440         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6441         to set up frame more cleanly.
6443         * sysdeps/tile/memcmp.c: New file.
6445         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6447         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6448         * sysdeps/tile/tilegx/strcasestr.c: New file.
6449         * sysdeps/tile/tilegx/strnlen.c: New file.
6450         * sysdeps/tile/tilegx/strstr.c: New file.
6452         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6454 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6456         * nptl/tst-setuid3.c: Write errors to stdout.
6458 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6460         * elf/dl-deps.c
6461         (preload): New functions broken out of _dl_map_object_deps.
6462         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6464 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6466         [BZ #14138]
6467         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6468         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6470 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6472         * sysdeps/mips/strcmp.S: New.
6474 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6476         [BZ #14138]
6477         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6478         (linkat): Likewise.
6479         (mkdirat): Likewise.
6480         (readlinkat): Likewise.
6481         (renameat): Likewise.
6482         (symlinkat): Likewise.
6483         (unlinkat): Likewise.
6484         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6485         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6486         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6487         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6488         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6489         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6490         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6492 2014-09-30  Will Newton  <will.newton@linaro.org>
6494         * math/math.h: Define long double math functions if
6495         _LIBC_TEST is defined.
6496         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6498         * localedata/Makefile: Move assignment to tests-special
6499         into an ifdef testing run-built-tests.
6500         * timezone/Makefile: Likewise.
6502 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
6504         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
6505         with $(BASH) not $(SHELL).
6507 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
6508             Matthew LeGendre  <legendre1@llnl.gov>
6510         [BZ #17411]
6511         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
6512         l_reloc_result.
6514 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6516         * stdio-common/printf_fp.c
6517         (hack_digit): New function, broken out of ...
6518         (__printf_fp): ... local function here.  Update call sites.
6519         hack_digit now takes an additional parameter that is a pointer
6520         to a struct of the referenced locals.  Those locals moved inside
6521         the struct and references updated.
6523 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
6525         * aclocal.m4: Require autoconf 2.69.
6526         * configure: Regenerated.
6527         * sysdeps/aarch64/configure: Likewise.
6528         * sysdeps/alpha/configure: Likewise.
6529         * sysdeps/arm/armv7/configure: Likewise.
6530         * sysdeps/arm/configure: Likewise.
6531         * sysdeps/ia64/configure: Likewise.
6532         * sysdeps/mach/configure: Likewise.
6533         * sysdeps/mips/configure: Likewise.
6534         * sysdeps/s390/configure: Likewise.
6535         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6538         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6539         file.
6540         * sysdeps/ia64/configure.ac: Likewise.
6542 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6545         specify symbol version for ld.so.  Do not include entry for
6546         libpthread.
6547         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6548         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6549         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6551         [BZ #14171]
6552         * Makeconfig [$(build-shared) = yes]
6553         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6554         makefiles.
6555         [$(build-shared) = yes && $(soversions.mk-done) = t]
6556         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6557         [$(build-shared) = yes && $(soversions.mk-done) = t]
6558         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6559         to Makerules.
6560         [$(build-shared) = yes && $(soversions.mk-done) = t]
6561         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6562         here.
6563         [$(build-shared) = yes && $(soversions.mk-done) = t]
6564         (common-generated): Don't append gnu/lib-names.h and
6565         gnu/lib-names.stmp here.
6566         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6567         (lib-names-h-abi): New variable.
6568         [$(build-shared) = yes && $(soversions.mk-done) = t]
6569         (lib-names-stmp-abi): Likewise.
6570         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6571         abi-variants] (before-compile): Append
6572         $(common-objpfx)$(lib-names-h-abi).
6573         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6574         abi-variants] (common-generated): Append gnu/lib-names.h.
6575         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6576         abi-variants] (install-others-nosubdir): Depend on
6577         $(inst_includedir)/$(lib-names-h-abi).
6578         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6579         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6580         [$(build-shared) = yes && $(soversions.mk-done) = t]
6581         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6582         [$(build-shared) = yes && $(soversions.mk-done) = t]
6583         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6584         [$(build-shared) = yes && $(soversions.mk-done) = t]
6585         (common-generated): Append $(lib-names-h-abi) and
6586         $(lib-names-stmp-abi).
6587         * scripts/lib-names.awk: Do not handle multi being set.
6588         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6589         Remove variable.
6590         (abi-lp64_be-ld-soname): Likewise.
6591         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6592         Likewise.
6593         (abi-hard-ld-soname): Likewise.
6594         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6595         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6596         Remove variable.
6597         (abi-o32_hard-ld-soname): Likewise.
6598         (abi-o32_soft_2008-ld-soname): Likewise.
6599         (abi-o32_hard_2008-ld-soname): Likewise.
6600         (abi-n32_soft-ld-soname): Likewise.
6601         (abi-n32_hard-ld-soname): Likewise.
6602         (abi-n32_soft_2008-ld-soname): Likewise.
6603         (abi-n32_hard_2008-ld-soname): Likewise.
6604         (abi-n64_soft-ld-soname): Likewise.
6605         (abi-n64_hard-ld-soname): Likewise.
6606         (abi-n64_soft_2008-ld-soname): Likewise.
6607         (abi-n64_hard_2008-ld-soname): Likewise.
6608         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6609         Likewise.
6610         (abi-64-v2-ld-soname): Likewise.
6611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6612         ld.so entries.
6613         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6614         variable.
6615         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6616         entry.
6617         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6618         variable.
6619         (abi-64-ld-soname): Likewise.
6620         (abi-x32-ld-soname): Likewise.
6621         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6622         entry.
6623         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6625 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6627         [BZ #14138]
6628         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6629         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6630         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6631         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6632         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6633         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6634         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6635         syscall entry for GLIBC_2.2 symbol version.
6636         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6637         Likewise.
6638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6639         (setrlimit): Likewise.
6640         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6641         Likewise.
6643 2014-09-23  Will Newton  <will.newton@linaro.org>
6645         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6646         _LINUX_ARM_SYSDEP_H include guard too.
6647         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6648         define.
6650 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6652         * sysdeps/unix/sysv/linux/eventfd.c:
6653         Make first argument unsigned.
6654         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6655         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6657 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6659         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6660         * socket/sys/socket.h: Likewise
6661         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6663 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6665         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6667 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6669         * time/tst-ftime.c: New test.
6670         * time/Makefile (tests): Add tst-ftime.
6672 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6674         * soft-fp/extended.h: Fix comment formatting.
6675         * soft-fp/op-1.h: Likewise.
6676         * soft-fp/op-2.h: Likewise.
6677         * soft-fp/op-4.h: Likewise.
6678         * soft-fp/op-8.h: Likewise.
6679         * soft-fp/op-common.h: Likewise.
6680         * soft-fp/soft-fp.h: Likewise.
6682         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6684 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6686         [BZ #6652]
6687         * Makeconfig (soversions-default-setname): Remove variable.
6688         ($(common-objpfx)soversions.i): Don't pass default_setname to
6689         soversions.awk.
6690         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6691         oldest_abi to abi-versions.awk.
6692         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6693         * config.make.in (oldest-abi): Remove variable.
6694         * configure.ac (--enable-oldest-abi): Remove configure option.
6695         * configure: Regenerated.
6696         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6697         text.
6698         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6699         * scripts/soversions.awk: Do not handle default_setname variable.
6700         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6701         variable.
6702         * sysdeps/mach/hurd/configure: Regenerated.
6703         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6704         variable.
6705         * sysdeps/unix/sysv/linux/configure: Regenerated.
6707 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6709         * elf/Makefile (CFLAGS-interp.c): Remove.
6710         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6711         path string.
6712         * elf/interp.c: Include generated runtime-linker.h
6714         * Makerules (lib%.so): Don't include $(+interp) in
6715         prerequisites.
6716         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6717         * dlfcn/eval.c: Remove file.
6719         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6720         macros.
6722         [BZ #17266]
6723         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6724         4.2 and newer.
6726         [BZ #17370]
6727         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6729 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6730             Jakub Jelinek  <jakub@redhat.com>
6732         [BZ #17266]
6733         * libio/stdio.h: Check definition of __fortify_function
6734         instead of __extern_always_inline to include bits/stdio2.h.
6735         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6736         check if __extern_always_inline is defined.
6737         [__USE_MISC || __USE_XOPEN]: Likewise.
6738         [__USE_ISOC99] Likewise.
6739         * misc/sys/cdefs.h (__fortify_function): Define only if
6740         __extern_always_inline is defined.
6741         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6742         __extern_always_inline and __extern_inline only for g++-4.3
6743         and newer or a compatible gcc.
6745 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6747         [BZ #17371]
6748         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6749         last change to handle zero prefix length.
6751 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6753         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6754         _SC_REGEX_VERSION.
6756         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6757         _POSIX_RAW_SOCKETS.
6759 2014-09-13  Allan McRae  <allan@archlinux.org>
6761         * po/ru.po: Update Russian translation from translation project.
6763 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6765         * locale/programs/locale.c (show_locale_vars): Inline local function
6766         into its sole call site.  Clean up some style nits.
6767         (print_item): New function, broken out of ...
6768         (show_info): ... local function here.  Clean up style nits.
6770         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6771         out of ...
6772         (set_class_defaults): ... local function set_default here.
6773         Define set_default as a macro locally to pass constant parameters.
6774         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6775         rather than a shared local.
6777         * stdlib/rpmatch.c (try): New function, broken out of ...
6778         (rpmatch): ... local function here.  Also, prototypify definition.
6780 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6782         * scripts/soversions.awk: Do not handle configuration names.
6783         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6784         vendor and os variables to soversions.awk.
6785         * configure.ac: Do not modify gnu-* host_os.
6786         * configure: Regenerated
6787         * shlib-versions: Remove first column with configuration names.
6788         * nptl/shlib-versions: Likewise.
6789         * nptl_db/shlib-versions: Likewise.
6790         * sysdeps/hppa/shlib-versions: Likewise.
6791         * sysdeps/m68k/shlib-versions: Likewise.
6792         * sysdeps/mach/hurd/shlib-versions: Likewise.
6793         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6794         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6795         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6796         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6797         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6798         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6799         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6800         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6802         Likewise.
6803         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6804         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6805         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6806         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6807         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6808         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6809         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6810         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6813         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6815         Regenerated.
6816         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6818         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6820         * shlib-versions: Remove OS-specific entries.  Moved to files in
6821         sysdeps.
6822         * sysdeps/mach/hurd/shlib-versions: New file.
6823         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6825         * nptl/shlib-versions: Remove architecture-specific entries.
6826         Moved to files in sysdeps.
6827         * shlib-versions: Likewise.
6828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6829         file.
6830         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6831         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6832         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6833         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6835         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6836         (UDP_NO_CHECK6_RX): Likewise.
6838 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6840         * sysdeps/posix/sysconf.c (__sysconf): Spell
6841         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6843 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6845         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6846         loading.
6847         * iconv/Versions (__gconv_transliterate): Export for use from
6848         gconv modules.
6849         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6850         (struct __gconv_trans_data, __gconv_trans_fct,
6851         __gconv_trans_context_fct, __gconv_trans_query_fct,
6852         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6853         definitions.
6854         (struct __gconv_step_data): Remove __trans member.
6855         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6856         longer hidden.  Remove unused trans_data argument.
6857         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6858         (__gconv_translit_find): Remove declaration.
6859         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6860         prototype.
6861         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6862         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6863         trans_data argument.  Add hidden definition.
6864         (__gconv_translit_find): Remove.
6865         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6866         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6867         * iconv/skeleton.c: Remove transliteration initialization.
6868         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6869         __gconv_step_data initialization.
6870         * libio/iofwide.c (__libio_translit_): Remove.
6871         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6872         * wcsmbs/btowc.c (__btowc): Likewise.
6873         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6874         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6875         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6876         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6877         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6878         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6879         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6880         * wcsmbs/wctob.c (wctob): Likewise.
6882 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6884         [BZ #16194]
6885         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6886         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6887         register usage.
6888         * sysdeps/x86/Makefile: Adjust.
6890 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6891             Roland McGrath  <roland@hack.frob.com>
6893         * locale/weight.h: Add include guard.
6894         (findidx): Make static rather than auto; take new parameters
6895         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6896         * locale/weightwc.h: Likewise.
6897         * posix/fnmatch_loop.c
6898         (FCT): Change type of EXTRA from int32_t to wint_t.
6899         Don't include either header inside the function.
6900         Call FINDIDX rather than findidx, and pass new arguments.
6901         #undef FINDIDX at the end of the file.
6902         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6903         FINDIDX before including fnmatch_loop.c for the non-wide version.
6904         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6905         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6906         for the wide version.
6907         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6908         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6909         Pass new arguments to findidx.
6910         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6911         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6912         Don't #include it inside the function.  Pass new arguments to findidx.
6913         * posix/regex_internal.h
6914         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6915         (re_string_elem_size_at): Don't #include it inside the function.
6916         Pass new arguments to findidx.
6917         * string/strcoll_l.c: #include WEIGHT_H at top level.
6918         (get_next_seq): Don't #include it inside the function.
6919         Pass new arguments to findidx.
6920         (get_next_seq_nocache): Likewise.
6921         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6922         (STRXFRM): Don't #include it inside the function.
6923         Pass new arguments to findidx.
6925 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6927         [BZ #17344]
6928         * malloc/malloc.c (unlink): Turn asserts into a call to
6929         malloc_printerr.
6931 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6933         [BZ #17370]
6934         * libio/wfileops (do_ftell_wide): Free OUT.
6936 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6938         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6940 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6942         [BZ #17363]
6943         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6944         group if the current group is empty.
6946 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6948         * benchtests/bench-memset.c (test_main): Add more test from size
6949         from 32 to 512 bytes.
6950         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6951         Add POWER8 memset object.
6952         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6953         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6954         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6955         implementation.
6956         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6957         Likewise.
6958         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6959         multiarch POWER8 memset optimization.
6960         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6961         POWER8 memset optimization.
6963         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6964         Remove bzero multiarch objects.
6965         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6966         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6967         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6968         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6969         Remove define.
6970         [__bzero]: Redefine to specific name.
6971         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6972         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6973         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6974         define.
6975         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6976         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6978 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6980         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6981         warnings into errors.
6983         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6984         __cxa_thread_atexit_impl prototype.
6986 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6988         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6989         Fix capitalization of error message.
6991 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6993         * sysdeps/mips/preconfigure: Modify ABI tests.
6995 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6997         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6999 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7000             Carlos O'Donell  <carlos@systemhalted.org>
7002         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7003         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7004         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7005         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7006         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7007         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7008         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7009         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7010         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7011         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7012         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7013         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7014         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7015         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7016         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7017         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7018         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7019         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7020         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7021         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7022         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7023         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7024         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7025         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7026         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7027         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7028         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7029         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7030         Deconditionalize the code that was previously under [RESET_PID].
7031         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7032         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7033         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7034         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7035         include sysdep.h.
7037 2014-09-08  Allan McRae  <allan@archlinux.org>
7039         * version.h (RELEASE): Set to "development".
7040         (VERSION): Set to "2.20.90"
7042 2014-09-07  Allan McRae  <allan@archlinux.org
7044         * version.h (RELEASE): Set to "stable".
7045         (VERSION): Set to "2.20"
7046         * include/features.h (__GLIBC_MINOR__): Set to 20.
7048         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7049         Liebler.
7051         * po/ko.po: Update Korean translation from translation project.
7053 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7055         [BZ #17354]
7056         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7057         macro for handling signed relocations.
7059 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7061         [BZ #17325]
7062         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7063         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7064         assert.
7065         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7066         * iconvdata/ibm935.c (BODY): Likewise.
7067         * iconvdata/ibm937.c (BODY): Likewise.
7068         * iconvdata/ibm939.c (BODY): Likewise.
7069         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7070         assert.
7071         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7072         script.
7073         * iconvdata/run-iconv-test.sh: New test loop for checking for
7074         decoder crashers.
7076 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7078         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7079         libm_hidden_ver.
7081 2014-09-01  Allan McRae  <allan@archlinux.org>
7083         * po/eo.po: Update Esperanto translation from translation project.
7085         * po/ca.po: Update Catalan translation from translation project.
7087 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7089         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7090         __proc_dostop call.
7092 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7094         [BZ #17319]
7095         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7096         to call set_thread_area instead of hand written asm.
7097         (__NR_set_thread_area): Removed define.
7098         (TLS_FLAG_WRITABLE): Likewise.
7099         (__ASSUME_SET_THREAD_AREA): Remove check.
7100         (TLS_EBX_ARG): Remove define.
7101         (TLS_LOAD_EBX): Likewise.
7103 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7105         Simplify atomicity of socket creation in bind.
7107         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7108         looking up the name after linking the file.
7110 2014-08-27  Allan McRae  <allan@archlinux.org>
7112         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7114 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7116         [BZ #17187]
7117         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7118         trans_compare, open_translit, __gconv_translit_find):
7119         Remove module loading code.
7121 2014-08-26  Allan McRae  <allan@archlinux.org>
7123         * po/vi.po: Update Vietnamese translation from translation project.
7125         * po/uk.po: Update Ukrainian translation from translation project.
7127         * po/fr.po: Update French translation from translation project.
7129         * po/ru.po: Update Russian translation from translation project.
7131         * po/pl.po: Update Polish translation from translation project.
7133         * po/cs.po: Update Czech translation from translation project.
7135         * po/de.po: Update German translation from translation project.
7137         * po/bg.po: Update Bulgarian translation from translation project.
7139         * po/sv.po: Update Sweedish translation from translation project.
7141         * po/nl.po: Update Dutch translation from translation project.
7143         * po/es.po: Update Spanish translation from translation project.
7145 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7147         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7149         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7150         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7151         (CPPFLAGS-iconvconfig): Likewise.
7152         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7154         * include/libc-symbols.h: Remove unnecessary check for
7155         NOT_IN_libc.
7156         * nptl/pthreadP.h: Likewise.
7157         * sysdeps/aarch64/setjmp.S: Likewise.
7158         * sysdeps/alpha/setjmp.S: Likewise.
7159         * sysdeps/arm/sysdep.h: Likewise.
7160         * sysdeps/i386/setjmp.S: Likewise.
7161         * sysdeps/m68k/setjmp.c: Likewise.
7162         * sysdeps/posix/getcwd.c: Likewise.
7163         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7164         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7165         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7166         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7167         * sysdeps/sh/sh3/setjmp.S: Likewise.
7168         * sysdeps/sh/sh4/setjmp.S: Likewise.
7169         * sysdeps/unix/alpha/sysdep.h: Likewise.
7170         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7171         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7172         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7173         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7176         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7177         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7178         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7179         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7180         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7181         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7182         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7183         * sysdeps/x86_64/setjmp.S: Likewise.
7185 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7187         [BZ #17263]
7188         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7189         <stdint.h>.
7190         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7191         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7193 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7195         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7197         [BZ #17262]
7198         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7199         and __x86_64__ when disabling x87 inline functions.
7201 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7203         [BZ #17259]
7204         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7205         asm statement with __cpuid_count.
7207 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7209         * configure.ac: Change __ehdr_start code to dereference the struct.
7210         Run readelf on the output to look for relocations.
7211         * configure: Regenerated.
7213 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7215         [BZ #17261]
7216         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7217         value to 0.
7218         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7220 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7222         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7224 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7226         [BZ #16892]
7227         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7228         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7230 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7232         * malloc/malloc.c: Fix typo in comment.
7234 2014-08-09  Allan McRae  <allan@archlinux.org>
7236         * Regenerate libc.po.
7238 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7240         * intl/tst-gettext2.sh: Check every lang file for creation.
7242 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7244         * sysdeps/aarch64/fpu/math_private.h
7245         (libc_feholdsetround_noex_aarch64_ctx): New function.
7247 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7249         * sysdeps/arm/armv6/strcpy.S (strcpy):
7250         Fix performance issue in misaligned cases.
7252 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7254         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7255         Move definition from termios.h.
7256         (struct termio): Likewise.
7257         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7258         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7259         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7260         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7261         Likewise.
7262         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7263         Move definition to ioctl-types.h
7264         (struct termio): Likewise.
7265         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7266         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7267         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7268         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7269         Likewise.
7271 2014-08-05  Richard Henderson  <rth@redhat.com>
7273         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7274         exceptions.
7275         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7276         Add fraiseexcpt.
7277         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7278         Use __feraiseexcept.
7279         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7280         Protect libm symbols with IS_IN_libm.
7282         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7284 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7286         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7288 2014-08-04  Will Newton  <will.newton@linaro.org>
7290         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7291         file.
7293 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7295         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7296         variants for each function.
7298 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7300         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7301         appended ...
7302         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7303         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7304         appended ...
7305         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7306         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7307         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7308         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7309         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7310         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7311         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7312         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7313         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7314         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7315         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7316         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7317         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7318         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7319         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7320         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7321         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7322         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7323         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7324         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7325         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7326         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7327         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7328         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7329         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7330         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7331         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7332         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7333         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7334         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7335         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7336         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7337         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7338         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7339         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7340         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7341         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7342         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7343         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7344         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7345         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7346         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7347         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7348         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7349         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7350         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7351         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7352         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7353         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7354         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7355         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7356         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7357         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7358         Update #include.
7359         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7360         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7362 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7364         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7365         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7366         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7367         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7368         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7369         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7371 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7373         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7374         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7375         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7376         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7378 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7380         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7381         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7382         (__libc_vfork): Define function under this name.
7383         (__vfork): Define as an alias.
7384         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7385         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7387 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7389         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7390         that was previously under [RESET_PID].
7391         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7393 2014-08-04  Andreas Schwab  <schwab@suse.de>
7395         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7397 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7399         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7400         (main): Likewise.
7402 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7404         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7406 2014-08-01  Richard Henderon  <rth@redhat.com>
7408         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7409         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7410         typo in exact zero test.
7411         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7412         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7413         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7415 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7417         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7418         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7419         * sysdeps/arm/sysdep.h: ... here.
7420         [!__ASSEMBLER__]: Include <stdint.h>.
7422 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7424         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7425         (HAVE_WCTYPE_H): Likewise.
7426         (HAVE_ISWCTYPE): Likewise.
7427         (ENABLE_NLS): Likewise.
7428         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7429         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7431         * posix/regex_internal.c: Check if DEBUG is defined and is
7432         set.
7434         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7435         (HAVE_MBSRTOWCS): Likewise.
7436         * posix/fnmatch.c: Include string.h unconditionally.
7438 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7440         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7441         reversal.
7443 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7445         * sysdeps/generic/safe-fatal.h: New file.
7446         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7447         * nptl/forward.c: Include it.
7448         (__pthread_unwind): Use __safe_fatal as default action, rather
7449         than a bogus use of INTERNAL_SYSCALL that could never work.
7451         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7452         * configure.ac (libc_cv_builtin_trap): New test.
7453         * configure: Regenerated.
7454         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7455         (ABORT_INSTRUCTION): Define using __builtin_trap.
7457         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7458         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7459         * sysdeps/nptl/nptl-signals.h: New file.
7460         * nptl/pthreadP.h: Include <nptl-signals.h>.
7462 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7464         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7465         (ONE_DIRECTION): Define.
7466         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7467         (ONE_DIRECTION): Define.
7468         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7469         (ONE_DIRECTION): Define.
7471 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7473         * sysdeps/s390/Makefile: Delete file.
7474         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7475         * sysdeps/s390/__longjmp.c: Delete file.
7476         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7477         Remove fields __flags and __reserved.
7478         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7479         and add versioning.
7480         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7481         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7482         * sysdeps/s390/rtld-setjmp.S: Likewise.
7483         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7484         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7485         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7486         * sysdeps/s390/s390-32/setjmp.S: ... here.
7487         Add versioning.
7488         (__sigsetjmp): Remove setting __flags field.
7489         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7490         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7491         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7492         * sysdeps/s390/s390-64/setjmp.S: ... here.
7493         Add versioning.
7494         (__sigsetjmp): Remove setting __flags field.
7495         * sysdeps/s390/setjmp.S: Delete file.
7496         * sysdeps/s390/sigjmp.c: Likewise.
7497         * sysdeps/s390/v1-longjmp.c: Likewise.
7498         * sysdeps/s390/v1-setjmp.h: Likewise.
7499         * sysdeps/s390/v1-sigjmp.c: Likewise.
7500         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7501         Remove v1-longjmp_chk.
7502         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
7503         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
7504         Include debug/longjmp_chk.c and add versioning.
7505         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
7506         Include nptl/pt-longjmp.c and add versioning.
7507         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
7508         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
7509         Include __longjmp.c.
7510         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
7511         Move to ...
7512         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
7513         (__getcontext): Remove setting __flags field.
7514         Add versioning.
7515         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
7516         Don't restore upper high grps.
7517         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
7518         Likewise.
7519         (__swapcontext): Remove setting uc_flags field.
7520         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
7521         Delete file.
7522         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
7523         Include __longjmp.c.
7524         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
7525         Move to ...
7526         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7527         (__getcontext): Remove setting __flags field.
7528         Add versioning.
7529         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7530         (__swapcontext): Remove setting uc_flags field.
7531         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7532         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7533         Remove fields uc_high_gprs and __reserved.
7534         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7535         New file with reverted content.
7536         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7537         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7538         Regenerated.
7539         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7540         Regenerated.
7542 2014-07-31  Andreas Schwab  <schwab@suse.de>
7544         * config.h.in (HAVE_IFUNC): Define to 0.
7545         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7546         definedness.
7548 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7550         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7551         memmove-avx-unaligned, memcpy-avx-unaligned and
7552         mempcpy-avx-unaligned.
7553         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7554         Add tests for AVX memcpy functions.
7555         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7556         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7557         memcpy_chk.
7558         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7559         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7560         memmove_chk.
7561         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7562         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7563         mempcpy_chk.
7564         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7565         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7566         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7568 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7570         [BZ #17213]
7571         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7572         powerpc64le.
7574 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7576         [BZ #16839]
7577         * manual/llio.texi: Add section about open file description locks.
7578         * manual/examples/ofdlocks.c: Example of open file description
7579         lock usage.
7580         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7581         F_OFD_SETLK, and F_OFD_SETLKW.
7583 2014-07-23  Allan McRae  <allan@archlinux.org>
7585         * po/es.po: Update Spanish translation from translation project.
7587 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7589         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7591 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7593         [BZ #17078]
7594         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7595         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7596         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7598 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7600         [BZ #17088]
7601         * math/fesetenv.c (__fesetenv)
7602         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7603         * math/feupdateenv.c (__feupdateenv)
7604         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7606         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7607         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7608         (__ASSUME_SOCKETCALL): Do not define.
7610         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7611         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7612         (__ASSUME_SOCKETCALL): Do not define.
7613         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7614         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7615         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7616         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7617         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7618         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7619         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7620         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7622         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7623         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7624         (__ASSUME_SOCKETCALL): Do not define.
7625         (__ASSUME_IPC64): Define unconditionally.
7626         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7627         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7628         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7629         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7630         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7631         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7632         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7633         Likewise.
7635         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7636         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7637         (__ASSUME_SOCKETCALL): Do not define.
7638         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7639         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7640         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7641         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7642         (__ASSUME_REQUEUE_PI): Define unconditionally.
7643         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7644         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7645         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7646         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7647         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7648         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7650         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7651         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7652         (__ASSUME_SOCKETCALL): Do not define.
7653         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7654         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7655         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7656         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7657         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7658         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7660         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7661         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7662         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7663         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7664         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7665         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7666         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7667         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7668         (__ASSUME_GETCPU_SYSCALL): Likewise.
7670         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7671         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7672         cases for individual architectures.
7673         * sysdeps/gnu/configure: Regenerated.
7674         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7675         LIBC_SLIBDIR_RTLDDIR.
7676         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7677         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7678         LIBC_SLIBDIR_RTLDDIR.
7679         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7681         LIBC_SLIBDIR_RTLDDIR.
7682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7683         Regenerated.
7684         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7685         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7686         file.
7687         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7688         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7689         file.
7690         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7691         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7692         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7693         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7695         * sysdeps/aarch64/shlib-versions: Move to ...
7696         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7697         * sysdeps/alpha/shlib-versions: Move to ...
7698         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7699         * sysdeps/arm/shlib-versions: Move to ...
7700         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7701         * sysdeps/hppa/shlib-versions: Move all contents except for
7702         libgcc_s entry to ...
7703         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7704         entry from ...
7705         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7706         * sysdeps/ia64/shlib-versions: Move to ...
7707         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7708         entry from ...
7709         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7710         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7711         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7712         * sysdeps/microblaze/shlib-versions: Move to ...
7713         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7714         * sysdeps/mips/shlib-versions: Move to ...
7715         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7716         entry from ...
7717         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7718         * sysdeps/tile/shlib-versions: Move to ...
7719         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7720         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7721         from ...
7722         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7723         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7724         entry from ...
7725         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7727 2014-07-17  Will Newton  <will.newton@linaro.org>
7729         * sysdeps/arm/bits/atomic.h
7730         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7731         (__arch_compare_and_exchange_bool_16_int): Likewise.
7732         (__arch_compare_and_exchange_bool_64_int): Likewise.
7734         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7735         into an #else block.
7737 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7739         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7740         just Linux configurations.  Test empirically that the compiler sets
7741         __ARM_EABI__, rather than using the tuple to decide.
7742         * sysdeps/arm/preconfigure: Regenerated.
7743         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7744         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7745         contents appended ...
7746         * sysdeps/arm/configure.ac: ... here.
7747         * sysdeps/arm/configure: Regenerated.
7749 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7751         * nptl/pthread_kill.c: New file.
7752         * nptl/pthread_sigmask.c: New file.
7753         * nptl/pthread_sigqueue.c: New file.
7755         * sysdeps/nptl/lowlevellock.h: New file.
7756         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7757         * sysdeps/nptl/lowlevellock-futex.h: New file.
7759         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7760         Remove dead declarations.
7762 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7764         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7765         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7766         config-cflags-avx2.
7767         * sysdeps/x86_64/configure.ac: Likewise.
7768         * sysdeps/i386/configure: Regenerated.
7769         * sysdeps/x86_64/configure: Likewise.
7770         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7771         memset-avx2 only if config-cflags-avx2 is yes.
7772         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7773         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7774         defined.
7775         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7776         only if HAVE_AVX2_SUPPORT is defined.
7777         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7779 2014-07-14  Alan Modra  <amodra@gmail.com>
7781         [BZ #17153]
7782         * elf/elf.h (DT_PPC64_NUM): Correct value.
7783         * NEWS: Add to fixed bug list.
7785 2014-07-13  Jim Meyering  <meyering@fb.com>
7787         [BZ 17150]
7788         regex: don't deref NULL upon heap allocation failure
7789         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7790         failure in one more place.
7791         To trigger the segfault, configure grep -with-included-regex,
7792         build it, and run these commands:
7793         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7795 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7797         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7799 2014-07-11  Richard Henderson  <rth@redhat.com>
7801         * sysdeps/aarch64/libm-test-ulps: Update.
7803 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7805         [BZ #17135]
7806         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7807         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7808         (__nptl_setxid): Initialize error member.  Call
7809         __nptl_setxid_error.
7810         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7811         * nptl/descr.h (struct xid_command): Add error member.
7812         * nptl/tst-setuid3.c: New file.
7813         * nptl/Makefile (tests): Add it.
7815 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7817         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7818         New define.
7819         (__lll_trylock): Use __lll_base_trylock.
7820         (__lll_cond_trylock): Likewise.
7822 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7824         * nptl/pthread_create.c (start_thread): Use atomic_or and
7825         lll_futex_wake directly rather than lll_robust_dead.
7826         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7827         (lll_robust_dead): Macro removed.
7828         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7829         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7830         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7831         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7832         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7833         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7834         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7835         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7836         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7837         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7838         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7839         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7840         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7841         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7842         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7844         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7845         Use atomic_compare_and_exchange_val_acq directly rather than
7846         lll_robust_trylock.
7847         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7848         (__lll_robust_trylock, lll_robust_trylock): Removed.
7849         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7850         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7851         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7852         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7853         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7854         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7855         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7856         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7857         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7858         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7859         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7860         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7861         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7862         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7864 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7866         * manual/locale.texi (Locale Names): New section documenting
7867         locale name syntax.  Adjust menu and node chaining accordingly.
7868         (Choosing Locale): Reference Locale Names, Locale Categories.
7869         Mention setting LC_ALL=C.  Reflect that name syntax is now
7870         documented.
7871         (Locale Categories): New section title.  Reference Locale Names.
7872         LC_ALL is an environment variable, but not a category.
7873         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7874         description, now in Locale Name.  Reference that section.  Locale
7875         name syntax is now documented.
7877 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7879         [BZ #17137]
7880         * locale/findlocale.c (name_present, valid_locale_name): New
7881         functions.
7882         (_nl_find_locale): Use the loc_name variable to store name
7883         candidates.  Call name_present and valid_locale_name to check and
7884         validate locale names.  Return an error if the locale is invalid.
7886 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7888         * locale/setlocale.c (setlocale): Use strdup for allocating
7889         composite name copy.
7891 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7893         Sync up with gnulib.
7894         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7895         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7896         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7897         and _GL_ARG_NONNULL.
7898         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7899         [!_LIBC]: Include code for Windows and Cygwin.
7900         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7901         Include prototype for int strerror_r.
7902         [!_LIBC] (is_open): New function.
7903         (flush_stdout): New function.
7904         (print_errno_message): Use it.
7905         (error): Likewise.
7906         (error_at_line): Likewise.
7907         (error_tail) Add function attribute macros.  Use
7908         __builtin_expect.
7910         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7912         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7914         * io/ftw.c: Include sys/param.h unconditionally.
7916         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7918         [BZ #17125]
7919         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7920         libc_freeres_ptr.
7921         (freecache): New function to free CACHE on exit.
7923         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7924         initialization.
7926 2014-07-09  David S. Miller  <davem@davemloft.net>
7928         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7930         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7931         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7932         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7933         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7934         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7935         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7936         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7937         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7938         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7939         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7940         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7941         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7942         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7944 2014-07-09  Andreas Schwab  <schwab@suse.de>
7946         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7947         output.
7948         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7949         (do_test): Likewise.
7951         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7953 2014-07-09  Will Newton  <will.newton@linaro.org>
7955         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7956         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7957         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7958         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7959         * sysdeps/hppa/start.S (_start): Likewise.
7961 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7963         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7965         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7966         defined.
7968 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7970         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7971         after checking that it is non-NULL.
7973         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7975 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7977         * sysdeps/powerpc/memmove.c: Remove file.
7978         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7979         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7980         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7981         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7982         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7983         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7984         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7985         string memmove instead of removed powerpc one.
7987         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7988         [weak_alias]: Fix compiler warning due trailing data.
7989         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7990         [weak_alias]: Likewise.
7991         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7992         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7994         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7995         (__libc_ifunc_impl_list): Add memmove functions.
7997 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7999         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8000         Remove code.
8001         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8002         Likewise
8003         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8004         Likewise
8005         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8006         Likewise
8007         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8008         Likewise
8009         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8010         Likewise
8011         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8012         Likewise
8013         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8014         Likewise
8015         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8016         Likewise
8017         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8018         Likewise
8019         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8020         Likewise
8021         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8022         Likewise
8023         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8024         Likewise
8025         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8026         Likewise
8027         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8028         Likewise
8029         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8030         Likewise
8031         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8032         Likewise
8034 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8036         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8037         to avoid alignment traps in non-cacheable memory.
8038         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8040         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8041         multiarch objects.
8042         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8043         file: multiarch power7 memmove.
8044         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8045         multiarch default memmove.
8046         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8047         multiarch memove for powerpc32/power4.
8049         * string/bcopy.c: Use full path to include memmove.c.
8050         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8051         multiarch objects.
8052         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8053         bcopy for powerpc64.
8054         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8055         bcopy for powerpc64.
8056         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8057         and memmove implementations.
8058         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8059         optimized multiarch memmove for POWER7/powerpc64.
8060         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8061         default multiarch memmove for powerpc64.
8062         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8063         multiarch for powerpc64.
8064         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8065         for POWER7/powerpc64.
8066         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8067         memmove for POWER7/powerpc64.
8069         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8070         glibc default one.
8072         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8073         __ELF_NATIVE_CLASS equal to 64.
8075 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8077         * sysdeps/nptl/lowlevellock.h: File removed.
8079         * NEWS: NPTL is no longer an add-on!
8080         * nptl/internaltypes.h: Moved ...
8081         * sysdeps/nptl/internaltypes.h: ... here.
8082         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8083         * sysdeps/nptl/fork.c: Likewise.
8084         * sysdeps/nptl/gai_misc.h: Likewise.
8085         * sysdeps/nptl/librt-cancellation.c: Likewise.
8086         * sysdeps/nptl/jmp-unwind.c: Likewise.
8087         * sysdeps/nptl/setxid.h: Likewise.
8088         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8089         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8090         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8091         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8092         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8093         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8094         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8095         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8096         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8097         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8098         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8099         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8100         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8101         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8102         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8103         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8104         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8105         * nptl/Makeconfig: Moved ...
8106         * sysdeps/nptl/Makeconfig: ... here.
8107         * nptl/configure: File removed.
8108         * nptl/ANNOUNCE: File removed.
8109         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8110         * sysdeps/unix/sysv/linux/configure: Regenerated.
8112         * nptl/Makefile (routines): Add libc_pthread_init,
8113         libc_multiple_threads, register-atfork and unregister-atfork.
8114         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8115         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8116         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8117         pthread-pi-defines.sym, structsem.sym.
8118         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8119         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8120         [$(subdir) = nptl] (tests): Add tst-setgetname.
8121         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8122         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8123         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8124         [!LIBC_SIGACTION]: Remove aliases.
8125         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8126         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8127         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8128         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8129         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8130         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8131         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8132         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8133         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8134         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8135         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8136         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8137         __libc_allocate_rtsig_private.
8138         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8139         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8140         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8141         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8142         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8143         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8144         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8145         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8146         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8147         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8148         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8149         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8150         * nptl/internaltypes.h: ... here.
8151         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8152         * sysdeps/nptl/jmp-unwind.c: ... here.
8153         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8154         * nptl/libc-lowlevellock.c: ... here.
8155         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8156         * nptl/libc_multiple_threads.c: ... here.
8157         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8158         * nptl/libc_pthread_init.c: ... here.
8159         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8160         * nptl/lowlevelbarrier.sym: ... here.
8161         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8162         * nptl/lowlevelcond.sym: ... here.
8163         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8164         * nptl/lowlevellock.c: ... here.
8165         * nptl/lowlevellock.h: Moved ...
8166         * sysdeps/nptl/lowlevellock.h: ... here.
8167         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8168         * nptl/lowlevelrobustlock.c: ... here.
8169         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8170         * nptl/lowlevelrobustlock.sym: ... here.
8171         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8172         * nptl/lowlevelrwlock.sym: ... here.
8173         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8174         * nptl/pt-fork.c: ... here.
8175         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8176         * nptl/pthread-pi-defines.sym: ... here.
8177         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8178         * nptl/pthread_attr_getaffinity.c: ... here.
8179         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8180         * nptl/pthread_attr_setaffinity.c: ... here.
8181         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8182         * nptl/pthread_mutex_cond_lock.c: ... here.
8183         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8184         Update #include.
8185         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8186         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8187         * nptl/pthread_once.c: ... here, replacing old file.
8188         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8189         * nptl/pthread_yield.c: ... here.
8190         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8191         * nptl/register-atfork.c: ... here.
8192         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8193         * nptl/sem_post.c: ... here.
8194         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8195         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8196         * nptl/sem_timedwait.c: ... here.
8197         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8198         * nptl/sem_trywait.c: ... here.
8199         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8200         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8201         * nptl/sem_wait.c: ... here.
8202         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8203         * nptl/structsem.sym: ... here.
8204         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8205         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8206         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8207         * nptl/unregister-atfork.c: ... here.
8208         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8209         * nptl/unwindbuf.sym: ... here.
8210         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8211         * sysdeps/nptl/fork.c: ... here.
8212         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8213         * sysdeps/nptl/fork.h: ... here.
8214         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8215         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8216         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8217         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8218         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8219         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8220         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8221         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8222         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8223         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8224         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8225         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8226         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8227         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8228         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8229         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8230         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8231         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8232         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8233         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8234         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8235         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8236         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8237         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8238         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8239         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8240         * sysdeps/unix/sysv/linux/raise.c: ... here.
8241         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8242         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8243         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8244         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8245         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8246         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8247         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8248         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8249         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8250         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8251         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8252         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8253         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8254         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8255         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8257 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8259         * sysdeps/generic/memcopy.h: Add comment for
8260         MEMCPY_OK_FOR_FWD_MEMMOVE.
8262 2014-07-04  Will Newton  <will.newton@linaro.org>
8264         * string/memchr.c: Merge from gnulib.
8265         [_LIBC]: Remove conditionals.
8266         (__ptr_t): Remove define.
8267         (LONG_MAX_32_BITS): Likewise.
8268         (LONG_MAX): Likewise.
8269         (MEMCHR): Use ANSI prototype and optimize algorithm.
8271         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8273 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8275         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8276         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8278         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8279         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8280         in a bare environment with no <stdlib.h> installed.
8281         * sysdeps/nptl/configure: Regenerated.
8283         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8285         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8286         AC_EGREP_CPP for kernel header checks, so they only succeed if
8287         including <linux/version.h> actually works right.
8288         * sysdeps/unix/sysv/linux/configure: Regenerated.
8290         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8291         value so it's not diagnosed as unused.
8293         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8294         thing) with "ifeq ($(subdir),rt)".
8296 2014-07-03  Richard Henderson  <rth@redhat.com>
8298         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8299         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8300         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8302         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8303         (math_force_eval): New.
8305         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8306         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8308         * sysdeps/alpha/fpu/s_round.c: Remove file.
8309         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8311         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8312         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8313         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8314         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8315         (_dl_start, print_statistics): Likewise.
8316         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8317         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8319         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8320         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8321         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8322         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8323         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8324         (HP_SMALL_TIMING_AVAIL): Define.
8325         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8326         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8327         (HP_SMALL_TIMING_AVAIL): Define.
8328         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8329         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8331         * sysdeps/aarch64/hp-timing.h: New file.
8333         * sysdeps/generic/hp-timing.h: Remove dead comment.
8334         * sysdeps/generic/hp-timing-common.h: New file.
8335         * sysdeps/alpha/hp-timing.h: Include it.
8336         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8337         * sysdeps/i386/i686/hp-timing.h: Likewise.
8338         * sysdeps/ia64/hp-timing.h: Likewise.
8339         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8340         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8341         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8342         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8343         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8344         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8345         (hp_timing_t): New.
8347         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8348         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8349         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8350         * elf/rtld.c (_dl_start_final): Likewise.
8351         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8352         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8353         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8354         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8355         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8356         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8357         (HP_TIMING_DIFF_INIT): Remove.
8358         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8359         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8360         (HP_TIMING_DIFF_INIT): Remove.
8361         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8362         * sysdeps/i386/i686/hp-timing.c: Remove file.
8363         * sysdeps/x86_64/hp-timing.c: Remove file.
8364         * sysdeps/ia64/hp-timing.c: Remove file.
8365         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8366         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8367         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8368         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8370         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8371         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8372         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8373         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8374         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8375         (HP_TIMING_ACCUM): Remove.
8376         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8377         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8378         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8380         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8381         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8382         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8383         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8384         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8385         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8386         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8387         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8389         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8391 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8393         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8395 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8397         Sync up with gettext.
8398         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8399         [_MSC_VER]: Include malloc.h
8400         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8401         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8402         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8403         TEMP_FAILURE_RETRY.  Cast return of alloca.
8404         [!_LIBC] Call gl_rwlock_init.
8405         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8407 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8409         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8410         before checking its value.
8412 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8414         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8416         * debug/memcpy_chk.c: Don't include pagecopy.h.
8417         * debug/mempcpy_chk.c: Likewise.
8418         * string/memcpy.c: Likewise.
8419         * string/memmove.c: Likewise.
8420         * sysdeps/powerpc/memmove.c: Likewise.
8421         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8422         definition of PAGE_COPY_FWD_MAYBE here...
8423         * sysdeps/generic/pagecopy.h: ... from here.
8424         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8426 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8427             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8429         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8430         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8431         optimizations.
8432         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8433         (__libc_ifunc_impl_list): Likewise.
8434         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8435         multiarch strcat for PPC64.
8436         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8437         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8439 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8441         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8443 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8445         * intl/loadmsgcat.c: Remove declaration of
8446         get_sysdep_segment_value.
8447         (get_sysdep_segment_value): Use ISO C style.
8448         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8449         semicolon.  Fix typo and formatting in comment.
8450         (_nl_unload_domain): Use ISO C style.
8452         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8454 2014-07-02  Will Newton  <will.newton@linaro.org>
8456         * malloc/obstack.c: Merge from gnulib master.
8457         [HAVE_CONFIG_H]: Remove conditional code.
8458         [!_LIBC]: Include config.h.
8459         [!ELIDE_CODE]: Don't include inttypes.h, include
8460         stdint.h unconditionally.
8461         (print_and_abort): Mark as _Noreturn.
8462         (_obstack_allocated_p): Mark as __attribute_pure__.
8463         (obstack_free): Rename to __obstack_free.
8464         [!__attribute__]: Remove conditional code.
8465         * malloc/obstack.h: Merge from gnulib master.
8466         [__cplusplus]: Move conditional down.
8467         [!__attribute_pure__]: Define __attribute_pure__ here
8468         if it is not already defined.
8469         (_obstack_memory_used): Mark as __attribute_pure__.
8470         [!__obstack_free]: Define as obstack_free.
8471         [__GNUC__]: Remove check for ancient NeXT gcc.
8473 2014-07-02  Will Newton  <will.newton@linaro.org>
8474             Paul Eggert  <eggert@cs.ucla.edu>
8476         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8478 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8480         * resolv/gethnamaddr.c: Add comment warning that the file is
8481         not maintained.
8483 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8485         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8486         entries.
8488         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8489         entry for aio_cancel and aio_cancel64.
8490         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8491         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8492         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8493         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8494         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8495         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8496         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8497         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8498         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8499         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8500         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8501         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8502         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
8504 2014-07-01  Roland McGrath  <roland@hack.frob.com>
8506         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
8507         * nptl/pthread_mutex_lock.c: Likewise.
8508         * nptl/pthread_mutex_timedlock.c: Likewise.
8509         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
8511 2014-07-01  Richard henderson  <rth@redhat.com>
8513         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
8514         (__isnan, __isnanl): Remove.
8515         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
8517         * sysdeps/alpha/fpu/libm-test-ulps: Update.
8519 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8521         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8523 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8525         * resolv/nss_dns/dns-host.c (getanswer_r)
8526         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8528 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8530         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8531         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8532         undefine.
8533         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8534         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8536 2014-07-01  Roland McGrath <roland@hack.frob.com>
8538         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8539         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8541         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8542         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8544         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8545         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8546         ... here.
8547         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8548         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8550         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8551         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8552         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8553         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8555         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8556         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8557         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8558         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8559         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8560         Moved ...
8561         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8562         ... here.
8563         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8564         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8565         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8566         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8567         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8568         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8569         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8570         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8571         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8572         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8573         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8574         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8575         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8576         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8577         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8578         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8579         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8580         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8581         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8582         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8583         ... here.
8584         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8585         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8586         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8587         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8588         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8589         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8590         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8591         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8593 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8595         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8596         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8597         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8598         Add sysdep.
8600 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8602         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8604 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8606         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8607         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8609         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8611         * sysdeps/arm/libm-test-ulps: Regenerated.
8613 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8614             Roland McGrath <roland@hack.frob.com>
8616         * test-skeleton.c (signal_handler): Kill the whole process group
8617         before killing the child individually.
8618         (main): Report any failure on `setpgid'.
8620 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8622         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8623         from _TLS_H to _ARM_NPTL_TLS_H.
8624         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8625         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8627 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8629         [BZ #16539]
8630         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8631         (__expm1l): Return argument unchanged when small but not
8632         subnormal.
8634         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8635         include macro name.
8636         (_FP_UNPACK_RAW_1_P): Likewise.
8637         (_FP_PACK_RAW_1): Likewise.
8638         (_FP_PACK_RAW_1_P): Likewise.
8639         (_FP_MUL_MEAT_1_wide): Likewise.
8640         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8641         (_FP_MUL_MEAT_1_hard): Likewise.
8642         (_FP_DIV_MEAT_1_imm): Likewise.
8643         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8644         (_FP_DIV_MEAT_1_udiv): Likewise.
8645         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8646         (_FP_UNPACK_RAW_2): Likewise.
8647         (_FP_UNPACK_RAW_2_P): Likewise.
8648         (_FP_PACK_RAW_2): Likewise.
8649         (_FP_PACK_RAW_2_P): Likewise.
8650         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8651         (_FP_MUL_MEAT_2_wide): Likewise.
8652         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8653         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8654         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8655         (_FP_MUL_MEAT_2_gmp): Likewise.
8656         (_FP_DIV_MEAT_2_udiv): Likewise.
8657         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8658         (_FP_FRAC_SRL_4): Likewise.
8659         (_FP_FRAC_SRST_4): Likewise.
8660         (_FP_FRAC_SRS_4): Likewise.
8661         (_FP_UNPACK_RAW_4): Likewise.
8662         (_FP_UNPACK_RAW_4_P): Likewise.
8663         (_FP_PACK_RAW_4): Likewise.
8664         (_FP_PACK_RAW_4_P): Likewise.
8665         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8666         (_FP_MUL_MEAT_4_wide): Likewise.
8667         (_FP_MUL_MEAT_4_gmp): Likewise.
8668         (umul_ppppmnnn): Likewise.
8669         (_FP_DIV_MEAT_4_udiv): Likewise.
8670         (__FP_FRAC_ADD_4): Likewise.
8671         (__FP_FRAC_SUB_3): Likewise.
8672         (__FP_FRAC_SUB_4): Likewise.
8673         (__FP_FRAC_DEC_3): Likewise.
8674         (__FP_FRAC_DEC_4): Likewise.
8675         (__FP_FRAC_ADDI_4): Likewise.
8676         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8677         (_FP_FRAC_SRL_8): Likewise.
8678         (_FP_FRAC_SRS_8): Likewise.
8680         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8681         include macro name.
8682         (FP_UNPACK_RAW_EP): Likewise.
8683         (FP_PACK_RAW_E): Likewise.
8684         (FP_PACK_RAW_EP): Likewise.
8685         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8686         (_FP_ISSIGNAN): Likewise.
8687         (_FP_ADD_INTERNAL): Likewise.
8688         (_FP_FMA): Likewise.
8689         (_FP_CMP): Likewise.
8690         (_FP_SQRT): Likewise.
8691         (_FP_TO_INT): Likewise.
8692         (_FP_FROM_INT): Likewise.
8693         (FP_EXTEND): Likewise.
8694         (_FP_DIV_MEAT_N_loop): Likewise.
8696 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8698         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8699         throughout.
8701 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8703         [BZ #17097]
8704         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8705         result with correct sign in case of exponents that produce
8706         overflow except for X very close to 1.
8708 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8710         mktime: merge #if/#ifdef usage from glibc
8711         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8712         as that works with both Glibc's and Gnulib's style.
8713         See thread starting at Siddhesh Poyarekar's bug report at:
8714         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8716 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8718         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8719         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8720         * sysdeps/tile/tilegx/memmove.c: Remove file.
8722 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8724         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8725         abi-name definition.
8726         * scripts/soversions.awk: Do not handle or generate ABI lines.
8727         * shlib-versions: Remove ABI entries.
8728         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8729         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8731 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8733         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8734         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8735         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8736         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8737         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8738         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8739         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8740         Moved ...
8741         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8742         ... here.
8743         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8744         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8745         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8746         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8747         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8748         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8749         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8750         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8751         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8752         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8753         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8754         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8755         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8756         Moved ...
8757         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8758         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8759         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8760         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8761         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8762         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8763         Moved ...
8764         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8765         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8766         Moved ...
8767         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8768         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8769         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8770         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8771         Moved ...
8772         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8773         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8774         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8775         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8776         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8777         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8778         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8779         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8780         Moved ...
8781         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8782         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8783         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8784         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8785         Moved ...
8786         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8787         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8788         Moved ...
8789         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8790         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8791         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8792         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8793         Moved ...
8794         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8795         ... here.
8796         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8797         Identical file removed.
8798         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8799         Moved ...
8800         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8801         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8802         Identical file removed.
8803         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8804         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8805         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8806         Moved ...
8807         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8808         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8809         Identical file removed.
8810         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8811         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8812         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8813         Identical file removed.
8814         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8815         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8816         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8817         Identical file removed.
8818         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8819         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8820         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8821         Identical file removed.
8822         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8823         Moved ...
8824         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8825         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8826         Identical file removed.
8827         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8828         Moved ...
8829         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8830         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8831         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8832         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8833         Identical file removed.
8834         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8835         Moved ...
8836         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8837         ... here.
8838         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8839         Identical file removed.
8840         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8841         Moved ...
8842         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8843         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8844         Identical file removed.
8845         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8846         Moved ...
8847         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8848         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8849         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8850         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8851         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8852         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8853         Moved ...
8854         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8855         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8856         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8858         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8859         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8860         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8861         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8862         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8864 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8866         [BZ #17092]
8867         * nscd/nscd.c (monitor_child): Return exit status of child
8868         instead of return value from wait syscall.
8870 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8872         * configure.ac (libc_commonpagesize): Remove variable.
8873         (libc_relro_required): Likewise.
8874         (libc_cv_z_relro): Remove configure test.
8875         * configure: Regenerated.
8876         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8877         variable.
8878         (libc_relro_required): Likewise.
8879         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8880         (libc_relro_required): Likewise.
8881         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8882         (libc_relro_required): Likewise.
8883         * sysdeps/arm/preconfigure: Regenerated.
8884         * sysdeps/ia64/preconfigure: Remove file.
8885         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8886         variable.
8887         (libc_relro_required): Likewise.
8889         [BZ #16561]
8890         [BZ #16562]
8891         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8892         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8893         recompute overflowing results in original rounding mode.
8894         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8895         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8896         recompute overflowing results in original rounding mode.
8897         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8898         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8899         recompute overflowing results in original rounding mode.
8900         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8901         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8902         recompute overflowing results in original rounding mode.
8903         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8904         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8905         recompute overflowing results in original rounding mode.
8906         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8907         (libc_feholdsetround_ctx): New macro.
8908         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8909         * sysdeps/i386/fpu/libm-test-ulps: Update.
8910         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8912 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8914         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8915         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8916         corresponding .cpsetup call.
8918 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8920         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8921         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8922         * sysdeps/arm/Makefile [$(subdir) = csu]
8923         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8924         (static-only-routines): Add aeabi_read_tp here.
8925         (shared-only-routines): Add libc-aeabi_read_tp here.
8926         (CFLAGS-libc-start.c): Add -fexceptions here.
8927         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8928         (sysdep_routines, static-only-routines, shared-only-routines):
8929         Don't add to these here.
8930         (CFLAGS-libc-start.c): Likewise.
8932         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8933         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8934         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8935         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8936         * sysdeps/arm/Makefile [$(subdir) = rt]
8937         (librt-sysdep_routines, librt-shared-only-routines):
8938         Append rt-aeabi_unwind_cpp_pr1 here.
8939         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8940         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8941         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8942         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8943         Append nptl-aeabi_unwind_cpp_pr1 here.
8944         (tests): Filter out tst-cleanupx4 here.
8945         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8946         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8947         Don't do those here.
8949 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8951         * scripts/list-sources.sh: Do not handle ports specially.
8953 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8955         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8956         * sysdeps/arm/feupdateenv.c: Likewise.
8958         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8960 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8962         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8963         trailing whitespace removed.
8964         * scripts/config.guess: Update to version 2014-03-23.
8965         * scripts/config.sub: Update to version 2014-05-01
8966         * scripts/install-sh: Update to version 2013-12-25.23.
8967         * scripts/move-if-change: Update from gnulib.
8969 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8971         * debug/memmove_chk.c: Remove pagecopy.h include.
8973 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8975         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8976         identical to gnulib mktime.
8978 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8980         * configure.ac: Do not test for machine being rs6000.  Do not test
8981         for powerpc*-*soft.
8982         * configure: Regenerated.
8984         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8985         test.
8986         * configure: Regenerated.
8987         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8988         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8989         Remove configure test.
8990         * sysdeps/arm/configure: Regenerated.
8991         * sysdeps/nptl/configure.ac: Do not check
8992         libc_cv_asm_cfi_directives.
8993         * sysdeps/nptl/configure: Regenerated.
8994         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8995         * sysdeps/x86_64/nptl/configure: Remove generated file.
8996         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8997         unconditional.
8998         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9000 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9002         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9003         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9004         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9005         it is defined.
9007         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9008         instead of whether it is defined.
9009         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9010         * sysdeps/hppa/dl-machine.h: Likewise.
9011         * sysdeps/ia64/dl-machine.h: Likewise.
9012         * sysdeps/m68k/dl-machine.h: Likewise.
9013         * sysdeps/microblaze/dl-machine.h: Likewise.
9014         * sysdeps/mips/dl-machine.: Likewise.
9015         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9016         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9017         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9018         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9019         * sysdeps/sh/dl-machine.h: Likewise.
9020         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9021         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9022         * sysdeps/tile/dl-machine.h: Likewise.
9023         * sysdeps/x86_64/dl-machine.h: Likewise.
9025         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9026         code.
9027         (verify_persistent_db): Likewise.
9029 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9031         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9032         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9033         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9034         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9035         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9036         Moved ...
9037         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9038         ... here.
9039         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9040         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9041         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9042         Identical file removed.
9043         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9044         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9046         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9047         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9048         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9049         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9050         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9051         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9052         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9053         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9054         Moved ...
9055         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9056         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9057         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9058         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9059         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9060         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9061         Moved ...
9062         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9063         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9064         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9065         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9066         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9067         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9068         Identical file removed.
9069         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9070         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9071         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9072         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9073         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9074         Moved ...
9075         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9076         ... here.
9077         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9078         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9079         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9080         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9081         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9082         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9083         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9084         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9085         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9086         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9087         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9088         Moved ...
9089         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9090         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9091         Moved ...
9092         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9093         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9094         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9095         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9096         Moved ...
9097         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9098         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9099         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9101         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9102         folded into ...
9103         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9104         * sysdeps/unix/sysv/linux/s390/Versions
9105         (libpthread: GLIBC_2.19): New version set.
9106         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9107         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9108         (librt: GLIBC_2.3.3): New version set.
9109         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9110         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9111         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9112         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9113         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9114         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9115         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9116         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9117         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9118         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9119         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9120         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9121         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9122         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9123         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9124         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9125         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9126         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9127         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9128         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9129         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9130         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9131         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9132         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9133         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9134         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9135         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9136         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9137         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9138         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9139         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9140         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9141         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9142         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9143         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9144         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9145         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9146         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9147         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9148         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9149         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9150         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9151         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9152         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9153         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9155         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9156         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9157         (__libc_vfork): Define the function under this name.
9158         [!NOT_IN_libc] (__vfork): Make this an alias.
9159         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9160         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9161         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9162         (__libc_vfork): Define the function under this name.
9163         [!NOT_IN_libc] (__vfork): Make this an alias.
9164         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9165         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9166         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9167         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9168         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9169         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9171         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9172         code that was previously under [RESET_PID].
9173         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9174         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9175         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9177         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9178         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9179         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9180         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9181         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9182         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9183         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9184         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9185         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9186         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9187         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9188         Moved ...
9189         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9190         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9191         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9192         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9193         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9194         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9195         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9196         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9197         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9198         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9199         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9200         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9201         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9202         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9203         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9204         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9205         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9207         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9209         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9210         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9211         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9212         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9213         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9214         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9215         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9216         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9217         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9219 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9221         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9222         that was previously under [RESET_PID].
9223         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9225 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9227         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9228         not undefine and redefine.
9229         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9230         [O_CLOEXEC]: Make code unconditional.
9231         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9232         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9233         <kernel-features.h>.
9234         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9235         conditional variable definition.
9236         (shm_open) [O_CLOEXEC]: Make code unconditional.
9237         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9238         code.
9240         * configure.ac (USE_REGPARMS): Don't define here.
9241         * configure: Regenerated.
9242         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9243         * sysdeps/i386/configure: Regenerated.
9245         * nptl/createthread.c: Don't include kernel-features.h.
9246         * nptl/pthread_cancel.c: Likewise.
9247         * nptl/pthread_condattr_setclock.c: Likewise.
9248         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9249         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9250         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9251         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9252         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9253         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9254         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9255         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9256         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9257         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9258         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9259         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9260         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9261         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9262         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9263         * nscd/gai.c: Likewise.
9264         * nss/nss_db/db-open.c: Likewise.
9265         * sysdeps/generic/ldsodefs.h: Likewise.
9266         * sysdeps/sh/nptl/tls.h: Likewise.
9267         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9268         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9269         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9270         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9271         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9272         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9273         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9274         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9275         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9276         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9277         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9278         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9279         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9280         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9281         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9282         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9283         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9284         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9285         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9286         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9287         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9288         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9289         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9290         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9291         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9292         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9293         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9294         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9295         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9296         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9297         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9298         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9299         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9300         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9301         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9302         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9303         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9304         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9305         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9306         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9307         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9308         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9309         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9310         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9311         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9312         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9313         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9314         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9315         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9316         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9317         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9318         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9319         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9320         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9321         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9322         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9323         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9324         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9347         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9348         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9349         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9350         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9351         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9352         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9353         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9354         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9355         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9356         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9357         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9358         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9359         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9360         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9361         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9362         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9363         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9364         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9365         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9366         * sysdeps/unix/sysv/linux/system.c: Likewise.
9367         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9368         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9369         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9370         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9371         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9372         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9373         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9375         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9376         * configure: Regenerated.
9377         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9379         * configure.ac (base_machine): Do not set specially for particular
9380         machines here.
9381         * configure: Regenerated.
9382         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9383         settings from configure.ac.
9384         * sysdeps/i386/preconfigure: New file.
9385         * sysdeps/s390/preconfigure: Likewise.
9386         * sysdeps/sh/preconfigure: Likewise.
9387         * sysdeps/sparc/preconfigure: Likewise.
9389 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9391         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9392         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9393         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9394         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9395         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9396         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9397         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9398         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9399         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9400         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9401         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9402         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9403         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9404         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9405         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9406         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9407         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9408         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9409         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9411         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9412         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9413         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9414         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9415         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9416         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9417         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9418         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9419         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9420         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9421         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9422         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9423         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9424         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9425         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9426         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9427         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9428         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9429         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9430         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9431         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9432         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9433         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9434         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9435         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9436         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9437         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9438         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9439         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9440         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9441         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9442         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9443         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9444         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9445         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9446         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9447         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9448         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9450         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9451         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9452         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9453         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9454         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9455         Moved ...
9456         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9457         ... here.
9458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9459         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9460         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9461         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9462         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9463         Moved ...
9464         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9465         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9466         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9468         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9470         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9472         Moved ...
9473         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9475         Moved ...
9476         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9478         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9480         Moved ...
9481         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9482         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9483         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9485         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9486         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9487         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9489         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9490         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9491         Moved ...
9492         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9493         ... here.
9494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9495         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9497         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9499         Moved ...
9500         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9502         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
9503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
9504         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
9505         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
9506         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
9507         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
9508         Moved ...
9509         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
9510         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
9511         Moved ...
9512         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
9513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
9514         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
9515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
9516         Moved ...
9517         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
9518         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
9519         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
9520         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
9521         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
9523 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9525         * timezone/checktab.awk: Update from tzcode 2014e.
9526         * timezone/private.h: Likewise.
9527         * timezone/tzfile.h: Likewise.
9528         * timezone/zdump.c: Likewise.
9529         * timezone/zic.c: Likewise.
9531         * sysdeps/unix/sysv/linux/kernel-features.h
9532         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9533         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9534         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9535         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9536         Remove conditional code.
9538 2014-06-25  Will Newton  <will.newton@linaro.org>
9540         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9541         (_dl_arm_cap_flags): Add HWCAP2 values.
9542         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9543         (_DL_HWCAP_COUNT): Increase to 37.
9544         (_DL_HWCAP_LAST): New define.
9545         (_DL_HWCAP2_LAST): New define.
9546         (_dl_procinfo): Add support for printing
9547         AT_HWCAP2 entries.
9548         (_dl_string_hwcap): Use _dl_hwcap_string.
9550 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9552         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9554 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9556         * README: Do not mention ports directory.
9558         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9559         Remove macro.
9560         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9561         <kernel-features.h>.
9562         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9563         conditional variable definition.
9564         (__futimes): Update comment.
9565         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9566         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9568         [BZ #16560]
9569         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9570         arguments close to 0.
9571         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9572         Likewise.
9573         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9574         Likewise.
9575         * math/auto-libm-test-in: Add more tests of exp10.
9576         * math/auto-libm-test-out: Regenerated.
9577         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9579         * sysdeps/unix/sysv/linux/kernel-features.h
9580         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9581         * sysdeps/unix/sysv/linux/readv.c: Do not include
9582         <kernel-features.h>.
9583         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9584         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9585         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9586         unconditional.
9587         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9588         conditional code.
9589         * sysdeps/unix/sysv/linux/writev.c: Do not include
9590         <kernel-features.h>.
9591         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9592         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9593         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9594         unconditional.
9595         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9596         conditional code.
9598 2014-06-25  Will Newton  <will.newton@linaro.org>
9600         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9601         comment changes throughout the file.  Remove checks
9602         for HAVE_*_H definitions that are not required.
9603         (__gen_tempname): Call abort if an unknown kind value is
9604         passed.
9606 2014-06-25  Andreas Schwab  <schwab@suse.de>
9608         [BZ #17086]
9609         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9610         scalbln, scalblnf, scalblnl in libc.
9612 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9614         [BZ #17086]
9615         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9616         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9617         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9619 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9621         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9622         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9623         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9624         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9625         Update #include.
9626         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9627         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9628         Update #include.
9629         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9630         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9631         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9632         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9633         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9634         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9635         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9636         * sysdeps/x86/bits/semaphore.h: ... here.
9637         * sysdeps/x86/nptl/elide.h: Moved ...
9638         * sysdeps/x86/elide.h: ... here.
9639         * sysdeps/x86_64/nptl/Implies: File removed.
9640         * sysdeps/i386/nptl/Implies: File removed.
9642 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9644         [BZ #16539]
9645         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9646         return the argument for normal arguments with exponent below -64.
9647         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9648         Likewise.
9649         * math/auto-libm-test-in: Add another test of expm1.
9650         * math/auto-libm-test-out: Regenerated.
9652         [BZ #16287]
9653         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9654         calling __erfcl for arguments at least 16.
9655         * math/auto-libm-test-in: Add more tests of erf.
9656         * math/auto-libm-test-out: Regenerated.
9658         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9659         individual architectures.
9660         * sysdeps/unix/sysv/linux/configure: Regenerated.
9661         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9662         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9663         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9664         (ldd_rewrite_script): Define variable.
9665         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9667         file.
9668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9669         generated file.
9670         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9671         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9672         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9673         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9674         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9675         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9676         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9677         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9679 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9681         [BZ #17084]
9682         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9683         Rename member __data.d to __data.__elision_data.
9685 2014-06-24  Wilco  <wdijkstr@arm.com>
9687         * NEWS: Add 16918 to fixed bug list.
9689 2014-06-24  Wilco  <wdijkstr@arm.com>
9691         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9693 2014-06-24  Wilco  <wdijkstr@arm.com>
9695         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9696         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9697         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9698         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9699         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9700         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9701         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9702         Use _FPU_MASK_RM.
9704 2014-06-24  Wilco  <wdijkstr@arm.com>
9706         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9708 2014-06-24  Wilco  <wdijkstr@arm.com>
9710         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9711         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9712         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9713         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9715 2014-06-24  Wilco  <wdijkstr@arm.com>
9717         [BZ #16918]
9718         * sysdeps/arm/feupdateenv.c (feupdateenv):
9719         Rewrite to reduce FPSCR accesses and fix return value.
9721 2014-06-24  Wilco  <wdijkstr@arm.com>
9723         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9724         Optimize to avoid unnecessary FPSCR writes.
9725         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9726         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9727         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9728         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9730 2014-06-24  Wilco  <wdijkstr@arm.com>
9732         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9733         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9734         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9735         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9736         Call libc_fetestexcept_vfp.
9737         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9738         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9739         __SOFTFP__ ifdef so that they can be built for softfp.
9741 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9743         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9744         argument type signed char.
9746         * Makerules (check-abi): Dump diff of symlist if the test
9747         fails.
9749 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9751         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9752         using abort.
9754         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9755         Remove unused variable ST.
9757 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9759         [BZ #16354]
9760         [BZ #17061]
9761         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9762         small arguments before calling __expm1.
9763         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9764         small arguments before calling __expm1f.
9765         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9766         small arguments before calling __expm1l.
9767         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9768         Likewise.
9769         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9770         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9771         spurious underflow for some cosh tests.
9772         * math/auto-libm-test-out: Regenerated.
9773         * sysdeps/i386/fpu/libm-test-ulps: Update.
9775         [BZ #17050]
9776         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9777         (__ieee754_y1): Set errno if return value overflows.
9778         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9779         (__ieee754_y1f): Set errno if return value overflows.
9780         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9781         (__ieee754_y1l): Set errno if return value overflows.
9782         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9783         (__ieee754_y1l): Set errno if return value overflows.
9784         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9785         * math/auto-libm-test-out: Regenerated.
9787         * math/gen-auto-libm-tests.c: Document use of
9788         ignore-zero-inf-sign.
9789         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9790         (input_flags): Add ignore-zero-inf-sign.
9791         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9792         * math/gen-libm-test.pl (generate_testfile): Handle
9793         ignore-zero-inf-sign.
9794         * math/auto-libm-test-in: Mark some cpow tests with
9795         ignore-zero-inf-sign and some with xfail-rounding.
9796         * math/auto-libm-test-out: Regenerated.
9797         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9798         * sysdeps/i386/fpu/libm-test-ulps: Update.
9799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9801         [BZ #16315]
9802         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9803         overflowing or underflowing operations take place with sign of
9804         result.
9805         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9806         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9807         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9808         (__ieee754_pow): Recompute overflowing and underflowing results in
9809         original rounding mode.
9810         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9811         (__powl_helper): Allow negative argument X and scale negated value
9812         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9813         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9814         overflowing or underflowing operations take place with sign of
9815         result.
9816         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9817         Include <math.h>.
9818         * math/auto-libm-test-in: Add more tests of pow.
9819         * math/auto-libm-test-out: Regenerated.
9820         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9821         (pow_tonearest_test_data): Remove.
9822         (pow_test_tonearest): Likewise.
9823         (pow_towardzero_test_data): Likewise.
9824         (pow_test_towardzero): Likewise.
9825         (pow_downward_test_data): Likewise.
9826         (pow_test_downward): Likewise.
9827         (pow_upward_test_data): Likewise.
9828         (pow_test_upward): Likewise.
9829         (main): Don't call removed functions.
9830         * sysdeps/i386/fpu/libm-test-ulps: Update.
9831         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9833 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9836         Moved ...
9837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9839         Moved ...
9840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9842         Moved ...
9843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9845         Moved ...
9846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9848         File removed.
9849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9850         File removed.
9851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9852         File removed.
9853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9854         File removed.
9855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9856         File removed.
9857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9858         File removed.
9859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9860         File removed.
9861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9862         File removed.
9863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9864         File removed.
9865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9866         File removed.
9867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9868         File removed.
9869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9870         File removed.
9871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9872         Moved ...
9873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9875         Moved ...
9876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9877         ... here.
9878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9879         Moved ...
9880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9882         Moved ...
9883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9885         Moved ...
9886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9888         Moved ...
9889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9891         Moved ...
9892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9894         Moved ...
9895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9897         Moved ...
9898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9901         ... here.
9902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9903         Moved ...
9904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9906         Moved ...
9907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9908         ... here.
9909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9910         Moved ...
9911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9912         ... here.
9913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9914         Moved ...
9915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9916         ... here.
9917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9918         Moved ...
9919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9921         Moved ...
9922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9926         Moved ...
9927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9928         ... here.
9929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9930         Moved ...
9931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9932         ... here.
9933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9934         Moved ...
9935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9937         Moved ...
9938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9940         Moved ...
9941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9943         Moved ...
9944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9946         Moved ...
9947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9948         ... here.
9949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9950         Moved ...
9951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9953         Moved ...
9954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9956         Moved ...
9957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9959         Moved ...
9960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9964         Moved ...
9965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9967         Moved ...
9968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9970         Moved ...
9971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9972         ... here.
9973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9974         Moved ...
9975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9976         ... here.
9977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9978         Moved ...
9979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9980         ... here.
9981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9982         Moved ...
9983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9985         Moved ...
9986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9988         Moved ...
9989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9991         Moved ...
9992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9993         ... here.
9994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9995         Moved ...
9996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9997         ... here.
9998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9999         Moved ...
10000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10001         ... here.
10002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10003         Moved ...
10004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10006         Moved ...
10007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10009 2014-06-23  Will Newton  <will.newton@linaro.org>
10010             Wilco  <wdijkstr@arm.com>
10012         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10013         implementation.  Include get-rounding-mode.h.
10014         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10015         [!libc_feholdsetround_noex_ctx]: Define
10016         libc_feholdsetround_noex_ctx.
10017         [!libc_feholdsetround_noexf_ctx]: Define
10018         libc_feholdsetround_noexf_ctx.
10019         [!libc_feholdsetround_noexl_ctx]: Define
10020         libc_feholdsetround_noexl_ctx.
10021         (libc_feholdsetround_ctx): New function.
10022         (libc_feresetround_ctx): New function.
10023         (libc_feholdsetround_noex_ctx): New function.
10024         (libc_feresetround_noex_ctx): New function.
10026 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10028         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10029         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10030         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10031         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10032         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10033         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10035         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10036         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10037         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10038         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10039         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10040         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10041         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10042         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10043         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10044         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10045         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10046         Moved ...
10047         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10048         ... here.
10049         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10050         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10051         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10052         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10053         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10054         Moved ...
10055         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10056         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10057         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10058         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10059         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10060         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10061         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10062         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10063         Moved ...
10064         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10065         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10066         Moved ...
10067         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10068         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10069         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10070         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10071         Moved ...
10072         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10073         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10074         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10075         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10076         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10077         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10078         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10079         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10080         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10081         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10082         Moved ...
10083         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10084         ... here.
10085         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10086         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10087         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10088         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10089         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10090         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10091         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10092         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10093         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10094         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10095         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10096         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10097         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10098         Moved ...
10099         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10101         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10102         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10103         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10104         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10105         Moved ...
10106         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10107         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10108         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10109         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10110         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10112         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10113         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10114         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10115         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10116         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10117         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10118         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10119         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10120         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10121         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10122         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10123         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10124         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10125         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10126         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10127         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10128         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10129         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10130         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10131         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10132         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10133         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10134         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10135         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10136         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10137         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10138         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10139         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10141 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10143         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10144         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10145         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10146         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10147         (IPV6_PMTUDISC_INTERFACE): Likewise.
10148         (IPV6_PMTUDISC_OMIT): Likewise.
10150 2014-06-23  Andreas Schwab  <schwab@suse.de>
10152         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10153         Remove unused errout label.
10155 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10157         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10158         macro: hardware supports Vector Crypto instructions.
10160 2014-06-23  Will Newton  <will.newton@linaro.org>
10162         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10163         rather than __builtin_expect.
10165         * elf/dl-lookup.c (undefined_msg): Remove variable.
10166         (_dl_lookup_symbol_x): Replace undefined_msg with string
10167         literal.
10169         * elf/dl-lookup.c (do_lookup_unique): New function.
10170         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10171         to a separate function.
10173 2014-06-23  Andreas Schwab  <schwab@suse.de>
10175         [BZ #17079]
10176         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10177         before reading the next line.
10179 2014-06-23  Will Newton  <will.newton@linaro.org>
10181         * test-skeleton.c (signal_handler): Use printf and %m
10182         rather than perror.  Use printf rather than fprintf to
10183         stderr.  Use puts rather than fputs to stderr.
10184         (main): Likewise.
10186 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10188         * nscd/nscd.c (thread_info_t): Remove typedef.
10189         (thread_info): Remove variable.
10191 2014-06-21  Allan McRae  <allan@archlinux.org>
10193         * NEWS: Mention CVE-2014-4043.
10195 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10197         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10198         * nptl/smp.h: ... here.
10200         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10202         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10203         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10204         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10205         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10207         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10208         * nptl/stack-aliasing.h: New file.
10209         * sysdeps/i386/i686/stack-aliasing.h: New file.
10210         * sysdeps/i386/i686/nptl/Makefile: File removed.
10211         * sysdeps/x86_64/stack-aliasing.h: New file.
10212         * sysdeps/x86_64/nptl/Makefile
10213         (CFLAGS-pthread_create.c): Variable removed.
10215         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10216         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10217         old file.
10218         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10219         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10220         old file.
10222 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10224         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10225         (__ASSUME_SIGFRAME_V2): Remove macro.
10226         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10227         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10228         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10229         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10230         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10231         Declare as function.  Remove conditional macro definitions.
10232         (__default_rt_sa_restorer): Likewise.
10233         (__default_sa_restorer_v1): Remove declaration.
10234         (__default_sa_restorer_v2): Likewise.
10235         (__default_rt_sa_restorer_v1): Likewise.
10236         (__default_rt_sa_restorer_v2): Likewise.
10237         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10238         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10239         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10241 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10243         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10244         (libpthread-routines): Add sysdep.
10245         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10246         * sysdeps/unix/sysv/linux/sparc/Versions
10247         (libpthread: GLIBC_2.3.3): New version set.
10248         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10249         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10250         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10252         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10253         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10254         Moved ...
10255         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10256         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10257         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10258         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10259         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10260         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10261         * sysdeps/sparc/nptl/sem_init.c: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10263         * sysdeps/sparc/nptl/sem_post.c: ... here.
10264         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10265         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10266         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10267         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10268         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10269         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10270         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10271         (libpthread-routines): Add cpu_relax.
10272         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10273         File removed.
10274         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10275         (librt: GLIBC_2.3.3): New version set.
10276         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10277         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10278         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10279         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10280         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10281         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10282         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10283         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10284         Moved ...
10285         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10286         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10287         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10288         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10289         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10290         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10291         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10292         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10293         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10294         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10295         Moved ...
10296         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10297         Update #include.
10298         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10299         Moved ...
10300         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10301         Update #include.
10302         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10303         Moved ...
10304         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10305         Update #include.
10306         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10307         Moved ...
10308         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10309         Update #include.
10310         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10311         Moved ...
10312         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10313         Update #include.
10314         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10315         Moved ...
10316         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10317         Update #include.
10318         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10319         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10321         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10323         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10325         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10326         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10327         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10328         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10329         Moved ...
10330         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10332         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10334         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10336 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10338         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10339         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10340         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10341         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10342         * nscd/nscd.c: Likewise.
10343         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10344         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10345         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10346         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10348         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10349         <kernel-features.h>.
10350         (init_mq_netlink): Remove conditional have_sock_cloexec
10351         definitions.  Remove code conditional on have_sock_cloexec < 0.
10352         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10353         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10354         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10355         <kernel-features.h>.
10356         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10357         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10359 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10361         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10362         Add tests for memset_chk and memset.
10364         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10365         with AVX2_Usable.
10367 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10369         [BZ #16046]
10370         * elf/tst-dl-iter-static.c: New file.
10371         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10373         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10374         error.
10376 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10378         * sysdeps/unix/sysv/linux/kernel-features.h
10379         (__ASSUME_F_GETOWN_EX): Remove macro.
10380         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10381         <kernel-features.h>.
10382         (miss_F_GETOWN_EX): Remove variable or macro.
10383         (do_fcntl): Do not check miss_F_GETOWN_EX.
10384         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10386         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10387         Remove macro.
10388         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10389         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10390         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10392         * sysdeps/unix/sysv/linux/kernel-features.h
10393         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10394         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10395         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10396         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10398 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10400         [BZ #17075]
10401         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10402         Fix calculation of the symbol's value.
10403         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10404         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10405         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10406         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10407         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10408         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10409         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10410         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10411         (modules-names): Add `tst-armtlsdescmod',
10412         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10413         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10414         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10415         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10416         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10417         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10418         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10419         ($(objpfx)tst-armtlsdescloc): New dependency.
10420         ($(objpfx)tst-armtlsdescextnow): Likewise.
10421         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10422         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10423         TLS scheme support.
10424         * sysdeps/arm/configure: Regenerate.
10426 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10428         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10429         (__atfct_seterrno_2): Likewise.
10430         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10431         <kernel-features.h>.
10432         (__ASSUME_ATFCTS): Do not undefine and redefine.
10433         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10434         (__have_atfcts): Remove conditional definition.
10435         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10436         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10437         unreachable if [__ASSUME_ATFCTS].
10438         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10439         not undefine and redefine.
10440         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10441         <kernel-features.h>.
10442         (faccessat) [__NR_faccessat]: Make code unconditional.
10443         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10444         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10445         <kernel-features.h>.
10446         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10447         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10448         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10449         <kernel-features.h>.
10450         (fchownat) [__NR_fchownat]: Make code unconditional.
10451         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10452         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10453         <kernel-features.h>.
10454         (futimesat) [__NR_futimesat]: Make code unconditional.
10455         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10456         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10457         <kernel-features.h>.
10458         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10459         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10460         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10461         <kernel-features.h>.
10462         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10463         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10464         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10465         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10466         <kernel-features.h>.
10467         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10468         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10469         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10470         <kernel-features.h>.
10471         (linkat) [__NR_linkat]: Make code unconditional.
10472         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10473         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10474         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10475         <kernel-features.h>.
10476         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10477         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10478         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10479         <kernel-features.h>.
10480         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10481         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10482         * sysdeps/unix/sysv/linux/openat.c: Do not include
10483         <kernel-features.h>.
10484         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10485         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10486         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10487         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10488         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10489         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10490         <kernel-features.h>.
10491         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10492         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10493         result of INLINE_SYSCALL directly, not via int variable.
10494         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10495         <kernel-features.h>.
10496         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10497         (renameat) [__NR_renameat]: Make code unconditional.
10498         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10499         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10500         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10501         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10502         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
10503         (__ASSUME_ATFCTS): Do not undefine and redefine.
10504         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
10505         <kernel-features.h>.
10506         (symlinkat) [__NR_symlinkat]: Make code unconditional.
10507         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10508         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
10509         <kernel-features.h>.
10510         (unlinkat) [__NR_unlinkat]: Make code unconditional.
10511         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10512         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
10513         (__ASSUME_ATFCTS): Do not undefine and redefine.
10514         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10515         <kernel-features.h>.
10516         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10517         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10518         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10519         <kernel-features.h>.
10520         (__xmknodat) [__NR_mknodat]: Make code unconditional.
10521         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10523 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10525         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10527 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10529         [BZ #17069]
10530         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10531         constructed tree before returning error.
10532         * posix/bug-regexp36.c: Expand test case.
10534 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10536         [BZ #6803]
10537         * math/libm-test.inc (scalbln_test_date):
10538         Add errno expectations.
10539         * math/w_scalblnf.c: New File.
10540         Add wrapper which checks for setting errno to ERANGE.
10541         Add weak_alias for corresponding scalbln function.
10542         * math/w_scalbln.c: Likewise.
10543         * math/w_scalblnl.c: Likewise.
10544         * math/Makefile (libm-calls): Add w_scalbln.
10545         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10546         Remove weak_alias for corresponding scalbln function.
10547         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10548         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10549         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10550         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10551         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10552         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10553         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10554         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10555         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10556         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10557         Remove long_double_symbol for scalblnl function in libm, libc.
10558         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10559         Add wrapper which checks for setting errno to ERANGE.
10560         Add long_double_symbol for scalblnl function in libm, libc.
10561         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10562         Remove long_double_symbol for scalblnl in libm.
10563         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10564         Add wrapper which checks for setting errno to ERANGE.
10565         Add long_double_symbol for scalblnl function in libm.
10566         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10567         Do not use wrapper because of own implementation.
10569 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10571         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10572         3 bytes for __pad1 for x32.
10573         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10575 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10576             H.J. Lu  <hongjiu.lu@intel.com>
10578         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10579         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10580         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10581         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10582         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10584 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10586         [BZ #17069]
10587         * posix/regcomp.c (parse_expression): Deallocate partially
10588         constructed tree before returning error.
10589         * posix/Makefile.c (tests): Add bug-regex36.
10590         (generated): Add bug-regex36.mtrace.
10591         (tests-special): Add $(objpfx)bug-regex36-mem.out
10592         (bug-regex36-ENV): New variable.
10593         ($(objpfx)bug-regex36-mem.out): New rule.
10594         * posix/bug-regex36.c: New file.
10596 2014-06-19  Will Newton  <will.newton@linaro.org>
10598         * malloc/malloc.c (systrim): If extra is zero then return
10599         early.
10601 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10603         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10605 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10607         * sysdeps/aarch64/strchr.S: New file.
10609 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10611         [BZ #17022]
10612         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10613         from arguments -2 or below.
10614         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10615         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10617 2014-06-18  Andreas Schwab  <schwab@suse.de>
10619         [BZ #17062]
10620         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10621         of a bracket expr not to run off the end of the string.
10622         * posix/Makefile (tests): Add tst-fnmatch3.
10623         * posix/tst-fnmatch3.c: New file.
10625 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10627         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10628         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10629         [$(cross-compiling) = no]: Likewise.
10630         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10631         [$(cross-compiling) = no]: Likewise.
10633 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10635         [BZ #17031]
10636         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10637         double, adjusted for any remainder from the high double.
10638         * math/libm-test.inc (nearbyint): Add tests.
10639         (rint): Likewise.
10641 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10643         * nptl/sysdeps/powerpc/Makefile: Moved ...
10644         * sysdeps/powerpc/nptl/Makefile: ... here.
10645         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10646         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10647         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10648         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10649         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10650         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10651         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10652         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10653         * nptl/sysdeps/powerpc/tls.h: Moved ...
10654         * sysdeps/powerpc/nptl/tls.h: ... here.
10656 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10658         [BZ #16681]
10659         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10660         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10661         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10662         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10663         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10664         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10665         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10666         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10667         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10669 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10671         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10673 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10675         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10676         defined operator.
10678         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10679         $TIMEOUTFACTOR.
10681 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10683         [BZ #17058]
10684         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10685         non-executed part of the test.
10687 2014-06-16  Andreas Schwab  <schwab@suse.de>
10689         * string/bits/string2.h (strdup, strndup): Update feature guard.
10691 2014-06-14  David S. Miller  <davem@davemloft.net>
10693         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10695 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10697         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10698         that was previously under [RESET_PID].
10699         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10701         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10702         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10703         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10704         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10705         (__libc_vfork): New strong alias.
10706         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10708 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10710         * sysdeps/generic/elide.h: New file.
10712 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10714         * Makefile (installed-headers): Adjust path of pthread.h header.
10716 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10718         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10719         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10720         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10721         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10723         * nptl/sysdeps/s390/Makefile: Moved ...
10724         * sysdeps/s390/nptl/Makefile: ... here.
10725         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10726         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10727         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10728         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10729         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10730         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10731         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10732         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10733         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10734         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10735         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10736         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10737         * nptl/sysdeps/s390/tls.h: Moved ...
10738         * sysdeps/s390/nptl/tls.h: ... here.
10740         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10741         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10743 2014-06-13  David S. Miller  <davem@davemloft.net>
10745         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10746         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10747         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10748         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10749         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10750         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10751         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10752         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10753         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10754         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10755         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10756         Remove RESET_PID cpp guards.
10757         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10758         Remove RESET_PID cpp guards.
10759         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10761 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10763         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10764         __sp to uintptr_t.
10766 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10768         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10769         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10770         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10771         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10772         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10773         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10774         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10775         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10776         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10777         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10778         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10779         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10780         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10781         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10782         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10783         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10784         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10785         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10786         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10787         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10789         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10790         (pthread_rwlock_rdlock): Add elision.
10791         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10792         (pthread_rwlock_wrlock): Add elision.
10793         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10794         (pthread_rwlock_trywrlock): Add elision.
10795         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10796         (pthread_rwlock_tryrdlock): Add elision.
10797         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10798         (pthread_rwlock_tryrdlock): Add elision unlock.
10799         * nptl/sysdeps/pthread/pthread.h:
10800         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10801         (PTHREAD_RWLOCK_INITIALIZER,
10802         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10803         Handle new elision field.
10804         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10805         * sysdeps/arm/nptl/bits/pthreadtypes.h
10806         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10807         * sysdeps/sh/nptl/bits/pthreadtypes.h
10808         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10809         * sysdeps/tile/nptl/bits/pthreadtypes.h
10810         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10811         * sysdeps/a/nptl/bits/pthreadtypes.h
10812         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10813         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10814         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10815         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10816         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10817         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10818         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10819         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10820         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10821         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10822         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10823         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10824         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10825         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10826         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10827         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10828         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10829         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10830         (elision_init): Set try_xbegin to zero when no RTM.
10831         * sysdeps/x86/nptl/bits/pthreadtypes.h
10832         (pthread_rwlock_t): Change __pad1 to __rwelision.
10833         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10835 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10837         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10838         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10839         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10840         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10842 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10844         [BZ #16996]
10845         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10846         that the cached result has been set before returning it.
10848 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10850         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10851         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10852         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10853         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10854         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10855         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10857         * nptl/sysdeps/sparc/Makefile: Moved ...
10858         * sysdeps/sparc/nptl/Makefile: ... here.
10859         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10860         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10861         * nptl/sysdeps/sparc/tls.h: Moved ...
10862         * sysdeps/sparc/nptl/tls.h: ... here.
10863         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10864         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10865         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10866         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10867         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10868         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10869         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10870         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10871         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10872         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10873         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10874         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10875         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10876         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10877         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10878         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10879         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10880         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10881         Update #include.
10882         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10883         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10884         Update #include.
10885         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10886         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10887         Update #include.
10888         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10889         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10890         Update #include.
10892         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10894         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10895         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10897         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10898         (struct list_links): Type removed.
10899         (struct thread_node, struct timer_node): Replace struct list_links
10900         with struct list_head.
10901         (list_unlink_ip): Likewise.
10902         * sysdeps/pthread/timer_routines.c
10903         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10904         (list_append, list_insbefore): Likewise.
10905         (list_init): Function removed.
10906         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10907         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10908         * sysdeps/pthread/Makefile: ... here, new file.
10910         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10911         * sysdeps/nptl/Implies: ... here.
10912         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10913         * nptl/sysdeps/pthread/list.h: Moved ...
10914         * include/list.h: ... here.
10915         * nptl/sysdeps/pthread/createthread.c: Moved ...
10916         * nptl/createthread.c: ... here.
10917         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10918         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10919         * nptl/pt-longjmp.c: ... here.
10920         * nptl/sysdeps/pthread/Makefile: Moved ...
10921         * sysdeps/nptl/Makefile: ... here.
10922         * nptl/sysdeps/pthread/Subdirs: Moved ...
10923         * sysdeps/nptl/Subdirs: ... here.
10924         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10925         * sysdeps/nptl/aio_misc.h: ... here.
10926         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10927         * sysdeps/nptl/bits/libc-lock.h: ... here.
10928         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10929         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10930         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10931         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10932         * nptl/sysdeps/pthread/configure: Moved ...
10933         * sysdeps/nptl/configure: ... here.
10934         * nptl/sysdeps/pthread/configure.ac: Moved ...
10935         * sysdeps/nptl/configure.ac: ... here.
10936         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10937         * sysdeps/nptl/gai_misc.h: ... here.
10938         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10939         * sysdeps/nptl/librt-cancellation.c: ... here.
10940         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10941         * sysdeps/nptl/malloc-machine.h: ... here.
10942         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10943         * sysdeps/nptl/pthread-functions.h: ... here.
10944         * nptl/sysdeps/pthread/pthread.h: Moved ...
10945         * sysdeps/nptl/pthread.h: ... here.
10946         * nptl/sysdeps/pthread/setxid.h: Moved ...
10947         * sysdeps/nptl/setxid.h: ... here.
10948         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10949         * sysdeps/nptl/sigfillset.c: ... here.
10950         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10951         * sysdeps/nptl/tcb-offsets.h: ... here.
10952         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10953         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10954         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10955         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10956         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10957         * sysdeps/pthread/allocalim.h: ... here.
10958         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10959         * sysdeps/pthread/bits/sigthread.h: ... here.
10960         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10961         * sysdeps/pthread/flockfile.c: ... here.
10962         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10963         * sysdeps/pthread/ftrylockfile.c: ... here.
10964         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10965         * sysdeps/pthread/funlockfile.c: ... here.
10966         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10967         * sysdeps/pthread/posix-timer.h: ... here.
10968         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10969         * sysdeps/pthread/timer_create.c: ... here.
10970         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10971         * sysdeps/pthread/timer_delete.c: ... here.
10972         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10973         * sysdeps/pthread/timer_getoverr.c: ... here.
10974         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10975         * sysdeps/pthread/timer_gettime.c: ... here.
10976         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10977         * sysdeps/pthread/timer_routines.c: ... here.
10978         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10979         * sysdeps/pthread/timer_settime.c: ... here.
10980         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10981         * sysdeps/pthread/tst-timer.c: ... here.
10982         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10983         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10985         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10986         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10988         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10989         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10990         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10991         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10992         Update #include target.
10993         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10994         * sysdeps/i386/i686/nptl/Makefile: ... here.
10995         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10996         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10997         Update #include target.
10998         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10999         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11000         * nptl/sysdeps/i386/Makefile: Moved ...
11001         * sysdeps/i386/nptl/Makefile: ... here.
11002         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11003         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11004         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11005         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11006         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11007         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11008         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11009         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11010         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11011         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11012         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11013         * nptl/sysdeps/i386/tls.h: Moved ...
11014         * sysdeps/i386/nptl/tls.h: ... here.
11016         * sysdeps/sh/Makefile [$(subdir) = csu]
11017         (gen-as-const-headers): Add tcb-offsets.sym.
11018         * nptl/sysdeps/sh/Makefile: File removed.
11019         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11020         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11021         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11022         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11023         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11024         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11025         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11026         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11027         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11028         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11029         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11030         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11031         * nptl/sysdeps/sh/tls.h: Moved ...
11032         * sysdeps/sh/nptl/tls.h: ... here.
11033         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11034         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11035         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11036         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11037         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11038         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11039         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11040         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11041         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11042         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11043         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11044         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11045         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11046         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11047         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11048         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11049         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11050         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11051         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11052         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11053         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11054         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11055         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11056         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11057         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11058         Moved ...
11059         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11060         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11061         Moved ...
11062         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11063         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11064         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11065         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11066         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11067         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11068         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11069         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11070         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11071         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11072         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11073         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11074         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11075         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11076         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11077         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11078         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11079         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11080         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11082 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11084         * posix/spawn_faction_addopen.c: Include string.h.
11086 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11088         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11089         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11090         * nptl/sysdeps/x86_64/Makefile: Moved ...
11091         * sysdeps/x86_64/nptl/Makefile: ... here.
11092         * nptl/sysdeps/x86_64/configure: Moved ...
11093         * sysdeps/x86_64/nptl/configure: ... here.
11094         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11095         * sysdeps/x86_64/nptl/configure.ac: ... here.
11096         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11097         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11098         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11099         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11100         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11101         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11102         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11103         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11104         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11105         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11106         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11107         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11108         * nptl/sysdeps/x86_64/tls.h: Moved ...
11109         * sysdeps/x86_64/nptl/tls.h: ... here.
11110         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11111         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11112         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11113         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11115         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11117 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11121 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11123         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11124         type.
11125         [POSIX] (off_t): Likewise.
11126         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11127         [POSIX] (S_ISBLK): Require macro.
11128         [POSIX] (S_ISCHR): Likewise.
11129         [POSIX] (S_ISDIR): Likewise.
11130         [POSIX] (S_ISFIFO): Likewise.
11131         [POSIX] (S_ISREG): Likewise.
11132         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11133         optional-macro.
11134         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11135         type.
11136         [POSIX] (time_t): Likewise.
11137         [POSIX] (timer_t): Likewise.
11139 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11141         [BZ #17048]
11142         * posix/spawn_int.h (struct __spawn_action): Make the path string
11143         non-const to support deallocation.
11144         * posix/spawn_faction_addopen.c
11145         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11146         * posix/spawn_faction_destroy.c
11147         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11148         path in all spawn_do_open actions.
11149         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11150         posix_spawn_file_actions_addopen.
11152 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11154         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11155         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11156         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11157         conditional code always true.
11158         (__libc_vfork): New alias.
11160 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11162         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11163         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11165         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11167         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11168         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11170         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11171         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11173         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11174         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11176 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11178         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11179         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11180         multiarch strcmp for PPC64.
11181         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11182         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11183         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11184         multiarch optimizations.
11185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11186         (__libc_ifunc_impl_list): Likewise.
11188 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11190         * benchtests/scripts/validate_benchout.py: New script.
11191         * benchtests/Makefile (bench-func): Call it.
11192         * benchtests/scripts/benchout.schema.json: New file.
11194 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11196         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11197         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11198         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11199         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11200         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11201         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11202         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11203         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11204         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11205         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11206         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11207         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11208         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11209         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11210         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11211         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11212         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11213         Moved ...
11214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11215         ... here.
11216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11217         Moved ...
11218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11219         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11220         Moved ...
11221         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11222         ... here.
11223         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11224         Moved ...
11225         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11226         ... here.
11227         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11228         Moved ...
11229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11230         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11231         Moved ...
11232         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11233         ... here.
11234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11235         Moved ...
11236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11237         ... here.
11238         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11239         Moved ...
11240         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11241         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11242         Moved ...
11243         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11244         ... here.
11245         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11246         Moved ...
11247         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11248         ... here.
11249         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11250         Moved ...
11251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11252         ... here.
11253         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11254         Moved ...
11255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11256         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11257         Moved ...
11258         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11259         ... here.
11260         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11261         Moved ...
11262         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11263         ... here.
11264         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11265         Moved ...
11266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11267         ... here.
11268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11269         Moved ...
11270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11271         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11272         Moved ...
11273         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11274         ... here.
11275         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11276         Moved ...
11277         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11278         ... here.
11279         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11280         Moved ...
11281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11283         Moved ...
11284         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11285         ... here.
11286         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11287         Moved ...
11288         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11290         Moved ...
11291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11292         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11293         Moved ...
11294         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11295         ... here.
11296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11297         Moved ...
11298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11299         ... here.
11300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11301         Moved ...
11302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11303         ... here.
11304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11305         Moved ...
11306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11308         Moved ...
11309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11310         ... here.
11311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11312         Moved ...
11313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11314         ... here.
11315         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11316         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11317         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11318         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11319         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11320         Moved ...
11321         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11322         ... here.
11323         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11324         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11325         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11326         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11327         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11328         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11329         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11330         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11331         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11332         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11333         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11334         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11335         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11336         Moved ...
11337         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11338         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11339         Moved ...
11340         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11341         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11342         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11343         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11344         Moved ...
11345         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11346         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11347         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11348         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11349         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11350         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11351         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11353 2014-06-10  Wilco  <wdijkstr@arm.com>
11355         * math/test-fenv-return.c: New file.
11356         * math/Makefile: Add new test test-fenv-return.
11358 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11360         [BZ #17042]
11361         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11362         when x - 1 is zero.
11363         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11364         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11365         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11366         0.0L for an argument of 1.0L.
11367         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11368         Likewise.
11369         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11370         value when x - 1 is zero.
11371         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11372         * sysdeps/i386/fpu/libm-test-ulps: Update.
11373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11375 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11377         [BZ #15119]
11378         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11380 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11382         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11383         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11385 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11387         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11388         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11390         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11391         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11393         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11394         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11396         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11397         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11399         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11400         if not already defined.
11401         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11402         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11403         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11404         (TLS_INIT_TP): Use it.
11405         (TLS_DEFINE_INIT_TP): New macro.
11406         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11408 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11410         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11411         constant.
11412         [POSIX] (IXANY): Likewise.
11413         [POSIX] (OLCUC): Likewise.
11414         [POSIX || POSIX2008] (CBAUD): Do not allow.
11415         [POSIX || POSIX2008] (DEFECHO): Likewise.
11416         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11417         [POSIX || POSIX2008] (ECHOKE): Likewise.
11418         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11419         [POSIX || POSIX2008] (EXTA): Likewise.
11420         [POSIX || POSIX2008] (EXTB): Likewise.
11421         [POSIX || POSIX2008] (FLUSHO): Likewise.
11422         [POSIX || POSIX2008] (LOBLK): Likewise.
11423         [POSIX || POSIX2008] (PENDIN): Likewise.
11424         [POSIX || POSIX2008] (SWTCH): Likewise.
11425         [POSIX || POSIX2008] (VDISCARD): Likewise.
11426         [POSIX || POSIX2008] (VDSUSP): Likewise.
11427         [POSIX || POSIX2008] (VLNEXT): Likewise.
11428         [POSIX || POSIX2008] (VREPRINT): Likewise.
11429         [POSIX || POSIX2008] (VSTATUS): Likewise.
11430         [POSIX || POSIX2008] (VWERASE): Likewise.
11431         (B*): Change to B[0123456789]*.
11432         * conform/data/time.h-data [POSIX || UNIX98]
11433         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11434         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11435         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11436         [POSIX] (tm_*): Do not allow.
11438 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11440         * Makefile (install): Don't set LANGUAGE.
11441         * Makefile.in (install): Likewise.
11442         * assert/Makefile (test-assert-ENV): Remove variable.
11443         (test-assert-perr-ENV): Likewise.
11444         * elf/Makefile (neededtest4-ENV): Likewise.
11445         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11446         [$(cross-compiling) = no]: Don't set LANGUAGE.
11447         * io/ftwtest-sh (LANG): Remove variable.
11448         * libio/Makefile (tst-widetext-ENV): Likewise.
11449         * manual/install.texi (Running make install): Don't refer to
11450         environment settings for make install.
11451         * INSTALL: Regenerated.
11452         * nptl/tst-tls6.sh: Don't set LANG.
11453         * posix/globtest.sh (LANG): Remove variable.
11454         * string/Makefile (tester-ENV): Likewise.
11455         (inl-tester-ENV): Likewise.
11456         (noinl-tester-ENV): Likewise.
11457         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11458         [$(cross-compiling) = no]: Don't set LANGUAGE.
11459         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11460         without explicit environment settings.
11462 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11464         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11465         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11466         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11467         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11469 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11471         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11472         other files in the crypt directory.
11473         * crypt/crypt.c: Remove duplicate includes.
11474         * crypt/crypt-entry.c: Likewise.
11475         * crypt/crypt_util.c: Likewise.
11477 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11479         * Makeconfig (run-program-env): New variable.
11480         (run-program-prefix-before-env): Likewise.
11481         (run-program-prefix-after-env): Likewise.
11482         (run-program-prefix): Define in terms of new variables.
11483         (built-program-cmd-before-env): New variable.
11484         (built-program-cmd-after-env): Likewise.
11485         (built-program-cmd): Define in terms of new variables.
11486         (test-program-prefix-before-env): New variable.
11487         (test-program-prefix-after-env): Likewise.
11488         (test-program-prefix): Define in terms of new variables.
11489         (test-program-cmd-before-env): New variable.
11490         (test-program-cmd-after-env): Likewise.
11491         (test-program-cmd): Define in terms of new variables.
11492         * Rules (make-test-out): Use $(run-program-env).
11493         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11494         (help): Do not mention environment variables.  Mention
11495         --timeoutfactor option.
11496         (timeoutfactor): New variable.
11497         (blacklist_exports): Remove function.
11498         (exports): Remove variable.
11499         (command): Do not include ${exports}.
11500         * manual/install.texi (Configuring and compiling): Do not mention
11501         test wrappers preserving environment variables.  Mention that last
11502         assignment to a variable must take precedence.
11503         * INSTALL: Regenerated.
11504         * benchtests/Makefile (run-bench): Use $(run-program-env).
11505         * catgets/Makefile ($(objpfx)test1.cat): Use
11506         $(built-program-cmd-before-env), $(run-program-env) and
11507         $(built-program-cmd-after-env).
11508         ($(objpfx)test2.cat): Do not specify environment variables
11509         explicitly.
11510         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
11511         $(run-program-env) and $(built-program-cmd-after-env).
11512         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
11513         $(run-program-env) and $(test-program-cmd-after-env).
11514         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
11515         explicitly.
11516         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
11517         run_program_env and test_program_cmd_after_env arguments.
11518         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
11519         * elf/tst-pathopt.sh: Use run_program_env argument.
11520         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
11521         $(test-wrapper-env) and $(run-program-env).
11522         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
11523         run_program_env arguments.
11524         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
11525         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11526         $(test-program-prefix-before-env), $(run-program-env) and
11527         $(test-program-prefix-after-env).
11528         ($(objpfx)tst-gettext2.out): Likewise.
11529         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11530         run_program_env and test_program_prefix_after_env arguments.
11531         * intl/tst-gettext2.sh: Likewise.
11532         * intl/tst-gettext4.sh: Do not set environment variables
11533         explicitly.
11534         * intl/tst-gettext6.sh: Likewise.
11535         * intl/tst-translit.sh: Likewise.
11536         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11537         $(test-program-prefix-before-env), $(run-program-env) and
11538         $(test-program-prefix-after-env).
11539         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11540         run_program_env and test_program_prefix_after_env arguments.
11541         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11542         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11543         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11544         explicitly with each use of ${test_wrapper_env}.
11545         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11546         $(test-program-prefix-before-env), $(run-program-env) and
11547         $(test-program-prefix-after-env).
11548         * posix/tst-getconf.sh: Do not set environment variables
11549         explicitly.
11550         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11551         run_program_env and test_program_prefix_after_env arguments.
11552         * stdio-common/tst-printf.sh: Do not set environment variables
11553         explicitly.
11554         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11555         $(test-program-prefix-before-env), $(run-program-env) and
11556         $(test-program-prefix-after-env).
11557         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11558         run_program_env and test_program_prefix_after_env arguments.
11559         Split $test calls into $test_pre and $test.
11560         * timezone/Makefile (build-testdata): Use
11561         $(built-program-cmd-before-env), $(run-program-env) and
11562         $(built-program-cmd-after-env).
11564 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11566         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11567         strlen for non SHARED builds.
11569 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11571         * nptl/allocatestack.c (check_list): Inlined function...
11572         (__reclaim_stacks): ... here.
11574 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11576         [BZ #15698]
11577         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11578         memory overrun.
11580 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11582         * Rules (make-test-out): Include
11583         LOCPATH=$(common-objpfx)localedata in default environment.
11584         * debug/Makefile (tst-chk1-ENV): Remove variable.
11585         (tst-chk2-ENV): Likewise.
11586         (tst-chk3-ENV): Likewise.
11587         (tst-chk4-ENV): Likewise.
11588         (tst-chk5-ENV): Likewise.
11589         (tst-chk6-ENV): Likewise.
11590         (tst-lfschk1-ENV): Likewise.
11591         (tst-lfschk2-ENV): Likewise.
11592         (tst-lfschk3-ENV): Likewise.
11593         (tst-lfschk4-ENV): Likewise.
11594         (tst-lfschk5-ENV): Likewise.
11595         (tst-lfschk6-ENV): Likewise.
11596         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11597         (tst-iconv7-ENV): Likewise.
11598         * intl/Makefile (LOCPATH-ENV): Likewise.
11599         (tst-codeset-ENV): Likewise.
11600         (tst-gettext3-ENV): Likewise.
11601         (tst-gettext5-ENV): Likewise.
11602         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11603         (tst-fopenloc-ENV): Likewise.
11604         (tst-fgetws-ENV): Remove variable.
11605         (tst-ungetwc1-ENV): Likewise.
11606         (tst-ungetwc2-ENV): Likewise.
11607         (bug-ungetwc2-ENV): Likewise.
11608         (tst-swscanf-ENV): Likewise.
11609         (bug-ftell-ENV): Likewise.
11610         (tst-fgetwc-ENV): Likewise.
11611         (tst-fseek-ENV): Likewise.
11612         (tst-ftell-partial-wide-ENV): Likewise.
11613         (tst-ftell-active-handler-ENV): Likewise.
11614         (tst-ftell-append-ENV): Likewise.
11615         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11616         (tst-regexloc-ENV): Likewise.
11617         (bug-regex1-ENV): Likewise.
11618         (tst-regex-ENV): Likewise.
11619         (tst-regex2-ENV): Likewise.
11620         (bug-regex5-ENV): Likewise.
11621         (bug-regex6-ENV): Likewise.
11622         (bug-regex17-ENV): Likewise.
11623         (bug-regex18-ENV): Likewise.
11624         (bug-regex19-ENV): Likewise.
11625         (bug-regex20-ENV): Likewise.
11626         (bug-regex22-ENV): Likewise.
11627         (bug-regex23-ENV): Likewise.
11628         (bug-regex25-ENV): Likewise.
11629         (bug-regex26-ENV): Likewise.
11630         (bug-regex30-ENV): Likewise.
11631         (bug-regex32-ENV): Likewise.
11632         (bug-regex33-ENV): Likewise.
11633         (bug-regex34-ENV): Likewise.
11634         (bug-regex35-ENV): Likewise.
11635         (tst-rxspencer-ENV): Likewise.
11636         (tst-rxspencer-no-utf8-ENV): Likewise.
11637         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11638         (tst-sscanf-ENV): Likewise.
11639         (tst-swprintf-ENV): Likewise.
11640         (tst-swscanf-ENV): Likewise.
11641         (test-vfprintf-ENV): Likewise.
11642         (scanf13-ENV): Likewise.
11643         (bug14-ENV): Likewise.
11644         (tst-grouping-ENV): Likewise.
11645         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11646         (tst-strtod3-ENV): Likewise.
11647         (tst-strtod4-ENV): Likewise.
11648         (tst-strtod5-ENV): Likewise.
11649         (testmb2-ENV): Likewise./
11650         * string/Makefile (tst-strxfrm-ENV): Likewise.
11651         (tst-strxfrm2-ENV): Likewise.
11652         (bug-strcoll1-ENV): Likewise.
11653         (test-strcasecmp-ENV): Likewise.
11654         (test-strncasecmp-ENV): Likewise.
11655         * time/Makefile (tst-strptime-ENV): Likewise.
11656         (tst-ftime_l-ENV): Likewise.
11657         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11658         (tst-mbrtowc-ENV): Likewise.
11659         (tst-wcrtomb-ENV): Likewise.
11660         (tst-mbrtowc2-ENV): Likewise.
11661         (tst-c16c32-1-ENV): Likewise.
11662         (tst-mbsnrtowcs-ENV): Likewise.
11664 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11666         * manual/resource.texi (How to get information about the memory
11667         subsystem?): Fix typo.
11668         Reported by Peon de la Parra Ivan <peon@keba.com>
11670 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11672         [BZ #16882]
11673         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11674         (pthread_spin_lock): Branch out of spin loop to proper location.
11675         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11676         (pthread_spin_lock): Likewise.
11678         * nptl/tst-spin4.c: New test.
11679         * nptl/Makefile (tests): Add tst-spin4.
11681 2014-06-03  Andreas Schwab  <schwab@suse.de>
11683         [BZ #15946]
11684         * resolv/res_send.c (send_dg): Reload file descriptor after
11685         calling reopen.
11687 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11689         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11691 2014-06-03  Richard Henderson  <rth@redhat.com>
11693         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11694         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11695         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11696         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11697         in the SAVE_PID block.
11698         (__libc_vfork): New alias.
11699         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11701         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11702         child in registers, not on the stack.  Remove RESET_PID conditionals.
11703         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11705 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11707         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11709 2014-06-03  Wilco  <wdijkstr@arm.com>
11711         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11712         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11713         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11714         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11715         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11716         Likewise.
11718 2014-06-03  Wilco  <wdijkstr@arm.com>
11720         * sysdeps/aarch64/fpu/math_private.h
11721         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11722         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11723         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11724         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11725         Fix declarations.
11727 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11729         * crypt/crypt-private.h: Include ufc-crypt.h.
11730         (__b64_from_24bit): Declare extern.
11731         * crypt/crypt_util.c(__b64_from_24bit): New function.
11732         (b64t): New static const variable.
11733         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11734         (b64t): Remove variable.
11735         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11736         * crypt/sha256-crypt.c: Include crypt-private.h.
11737         (b64t): Remove variable.
11738         (__sha256_crypt_r): Remove b64_from_24bit and replace
11739         with __b64_from_24bit.
11740         * crypt/sha512-crypt.c: Likewise.
11742 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11744         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11745         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11746         Label the code __libc_vfork rather than __vfork.
11747         [!NOT_IN_libc] (vfork): Define as weak alias.
11748         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11749         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11750         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11752 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11754         * malloc/malloc.c (malloc_info): Fix format specifier for
11755         n_mmaps.
11757 2014-06-02  Wilco  <wdijkstr@arm.com>
11759         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11760         FPCR write.
11762 2014-06-02  Wilco  <wdijkstr@arm.com>
11764         [BZ #17009]
11765         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11766         Rewrite to reduce FPCR/FPSR accesses.
11768 2014-06-01  David S. Miller  <davem@davemloft.net>
11770         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11772 2014-05-31  David S. Miller  <davem@davemloft.net>
11774         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11775         to occur in round to nearest mode when |x| >= 2.0
11777 2014-05-30  Richard Henderson  <rth@twiddle.net>
11779         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11780         (PSEUDO_RET_NOERRNO): Remove.
11781         (ret): Don't redefine.
11782         (ret_NOERRNO): Define in terms of ret.
11783         (ret_ERRVAL): Likewise.
11785         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11786         use of PSEUDO_RET; perform the error check directly.
11788 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11790         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11791         with __int128_t.
11793 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11795         * malloc/malloc (malloc_info): Fix formatting.
11797 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11798             Roland McGrath  <roland@hack.frob.com>
11800         * malloc/malloc (malloc_info): Also print mmapped statistics.
11802 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11804         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11805         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11807 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11809         * malloc/malloc.c (malloc_info): Inline mi_arena.
11811 2014-05-29  Richard Henderson  <rth@twiddle.net>
11813         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11814         Remove comma before expanding ASM_ARGS_##nr.
11815         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11816         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11817         of ASM_ARGS_##nr.
11818         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11819         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11820         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11821         (ASM_ARGS_1): Add leading comma.
11823         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11824         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11825         to __errno_location.
11826         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11827         Remove the expected plt for __errno_location.
11829         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11830         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11831         call to __read_tp.
11833         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11834         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11835         it and break it down.
11836         (DOCARGS_0, DOCARGS_1): Do nothing.
11837         (DOCARGS_2): Update to store into the new stack frame.
11838         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11839         (UNDOCARGS_1): Update to restore from the new stack frame.
11840         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11841         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11843         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11844         (SINGLE_THREAD_P): New parameter for result regno.
11845         (PSEUDO): Update to match; use cbz instead of beq.
11847         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11848         Use ENTRY to define the _nocancel entry point.  Share the syscall
11849         and syscall error check paths with the cancel path.
11850         (PSEUDO_END): New.
11852         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11853         whitespace; tabs before and after asm mnemonics.
11855 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11857         [BZ #15132]
11858         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11859         Call fstat64 or stat64 internally, depending on arguments passed.
11860         Replace stat buffer argument with file descriptor argument.
11861         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11862         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11863         Pass fd to __internal_statvfs instead of calling fstat64.
11864         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11865         Pass fd to __internal_statvfs64 instead of calling fstat64.
11866         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11867         Pass -1 to __internal_statvfs instead of calling stat64.
11868         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11869         Pass -1 to __internal_statvfs64 instead of calling stat64.
11871 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11873         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11874         that was previously under [RESET_PID].
11875         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11877         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11878         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11880 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11882         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11884         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11885         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11887 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11889         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11891 2014-05-27  Andreas Schwab  <schwab@suse.de>
11893         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11894         TLS_INIT_TP macro.
11895         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11896         * elf/rtld.c (init_tls, dl_main): Likewise.
11897         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11898         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11899         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11900         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11901         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11902         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11903         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11904         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11905         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11906         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11907         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11908         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11909         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11910         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11911         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11912         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11913         * sysdeps/generic/tls.h: Update description.
11915 2014-05-27  Will Newton  <will.newton@linaro.org>
11917         [BZ #16990]
11918         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11919         and restore r2 rather than just restoring.
11921 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11923         [BZ #16724]
11924         * libio/tst-ftell-append.c: New test case.
11925         * libio/Makefile (tests): Add test case.
11926         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11927         append mode.
11928         * libio/wfileops.c (do_ftell_wide): Likewise.
11930 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11932         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11934         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11935         ...
11936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11938         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11939         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11940         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11941         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11942         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11943         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11944         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11945         Moved ...
11946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11947         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11948         Moved ...
11949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11950         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11951         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11952         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11953         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11954         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11955         ...
11956         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11957         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11958         Moved ...
11959         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11960         here.
11961         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11962         ...
11963         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11964         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11965         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11967         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11968         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11969         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11970         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11972         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11973         merge into ...
11974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11975         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11976         ...
11977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11978         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11979         ...
11980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11981         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11982         Moved ...
11983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11984         here.
11985         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11986         Moved ...
11987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11988         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11989         Moved ...
11990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11993         conditional [RESET_PID].
11994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11995         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11996         removed.
11997         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11998         removed.
12000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12001         <tcb-offsets.h>.
12002         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12003         (__libc_vfork): New strong alias.
12004         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12005         removed.
12006         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12007         Removed.
12009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12010         <tcb-offsets.h>.
12011         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12012         (__libc_vfork): New strong alias.
12013         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12014         removed.
12015         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12016         removed.
12018 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12020         * malloc/malloc.c (mi_arena): New function.
12021         (malloc_info): Remove nested function mi_arena. Call non-nosted
12022         function mi_arena.
12024 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12026         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12027         by insrwi.
12028         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12029         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12030         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12031         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12032         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12033         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12034         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12036 2014-05-26  Andreas Schwab  <schwab@suse.de>
12038         [BZ #16984]
12039         * locale/programs/repertoire.c (repertoire_read): Add slash
12040         between I18NPATH element and file name.
12041         * locale/programs/locfile.c (locfile_read): Likewise.
12043 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12045         * nptl/pthread_mutexattr_settype.c
12046         (__pthread_mutexattr_settype):
12047         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12049 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12051         * nptl/tst-mutex5 (do_test):
12052         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12054 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12056         * benchtests/README: Document 'init' directive.
12057         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12058         BENCH_INIT.
12059         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12060         (parse_file): Recognize 'init' directive.
12062 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12064         [BZ #16796]
12065         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12066         alignment of struct pthread.
12068 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12070         [BZ #16878]
12071         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12072         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12073         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12074         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12076 2014-05-25  Richard Henderson  <rth@twiddle.net>
12078         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12079         (SINGLE_THREAD_P_PIC): Remove.
12080         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12081         (SINGLE_THREAD_P_PIC): Remove.
12083         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12084         branch to syscall error ...
12085         (PSEUDO): ... here.
12086         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12087         from __local_syscall_error to .Lsyscall_error.
12088         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12089         (SYSCALL_ERROR): Update label name.
12091         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12092         Do not use DOARGS/UNDOARGS.
12093         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12094         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12095         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12096         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12097         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12099         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12100         block comment.
12102         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12103         define if !NOT_IN_libc.
12104         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12105         define with non-default symbol versions.
12107 2014-05-23  Richard Henderson  <rth@twiddle.net>
12109         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12110         (vfork, __vfork): Define via compat_symbol.
12112         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12113         [!HAVE_IFUNC] (vfork_compat): Remove.
12114         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12116 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12118         [BZ #16978]
12119         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12120         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12121         variable.
12123 2014-05-23  Richard Henderson  <rth@twiddle.net>
12125         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12126         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12127         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12128         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12130         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12131         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12132         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12133         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12134         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12135         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12136         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12137         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12138         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12139         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12140         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12141         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12142         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12143         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12144         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12145         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12146         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12147         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12148         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12149         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12150         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12151         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12152         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12153         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12154         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12155         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12156         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12157         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12158         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12159         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12160         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12161         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12162         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12163         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12164         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12165         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12166         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12167         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12168         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12169         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12170         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12171         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12172         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12173         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12174         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12175         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12176         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12177         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12178         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12179         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12180         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12181         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12182         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12183         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12184         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12185         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12187         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12188         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12189         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12190         before exiting on error.
12191         (__libc_vfork): New strong alias.
12192         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12193         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12195         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12196         that was previously under [RESET_PID].
12197         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12199         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12201 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12203         [BZ #16977]
12204         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12205         value when x - 1 is zero.
12206         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12207         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12208         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12209         0.0L for an argument of 1.0L.
12210         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12211         Likewise.
12212         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12213         value when x - 1 is zero.
12214         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12215         * sysdeps/i386/fpu/libm-test-ulps: Update.
12216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12218 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12220         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12221         alphasort and versionsort.
12223 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12225         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12226         macro.
12227         [copysignf]: Likewise.
12229 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12231         * crypt/md5-crypt.c: Fix formatting.
12233 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12235         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12236         (b64_from_24bit): New function.
12238 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12240         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12241         libc_hidden_builtin_def to ifunc.
12242         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12243         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12245 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12247         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12248         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12250 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12252         * nscd/Depend (linuxthreads): Remove.
12253         (nptl): Add.
12254         * resolv/Depend (linuxthreads): Remove.
12255         * rt/Depend (linuxthreads): Remove.
12257         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12258         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12259         $(common-objpfx)elf/.
12260         (link-libc-before-gnulib): Likewise.
12261         (elfobjdir): Remove variable.
12262         * Makefile (install): Use $(elf-objpfx) instead of
12263         $(common-objpfx)elf/.
12264         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12265         $(elfobjdir)/.
12266         (link-libc-deps): Likewise.
12267         ($(common-objpfx)libc.so): Likewise.
12268         ($(common-objpfx)linkobj/libc.so): Likewise.
12269         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12270         instead of $(common-objpfx)elf/.
12271         (symbolic-link-list): Likewise.
12272         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12273         [$(cross-compiling) = no]: Likewise.
12274         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12275         $(elfobjdir)/.
12276         (static-gnulib-arch): Likewise.
12277         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12278         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12279         $(common-objpfx)elf/.
12281 2014-05-21  Richard Henderson  <rth@redhat.com>
12283         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12284         (SINGLE_THREAD_P): Use the correct width load.  Fold
12285         into the ldr offset.
12287         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12288         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12290 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12292         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12293         (libgcc_s_resume): Use __attribute_used__.
12294         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12295         Likewise.
12297 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12299         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12300         optimization when used with float constants.
12302         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12304 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12306         [BZ #16915]
12307         * locale/nl_langinfo_l.c: Make direct reference to every
12308         _nl_current_CATEGORY symbol.
12309         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12310         (tests-static): Add tst-langinfo-static.
12311         (tests-special): Add tst-langinfo-static.out.
12312         ($(objpfx)tst-langinfo.out): Redirect output.
12313         ($(objpfx)tst-langinfo-static.out): New.
12314         * localedata/tst-langinfo.sh: Send output to stdout.
12315         * localedata/tst-langinfo-static.c: New file.
12317         [BZ #16965]
12318         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12319         when the shift amount is modulo the limb size.
12321 2014-05-20  Richard Henderson  <rth@redhat.com>
12323         [BZ #16967]
12324         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12325         Change type of sa_flags from unsigned int to int.
12327         [BZ #16966]
12328         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12330         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12332 2014-05-20  Will Newton  <will.newton@linaro.org>
12334         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12335         Test the return value of the system call in the nocancel case.
12337 2014-05-20  Will Newton  <will.newton@linaro.org>
12338             Yvan Roux  <yvan.roux@linaro.org>
12340         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12341         #include of asm/ptrace.h.
12342         (PTRACE_GET_THREAD_AREA): Remove #undef.
12343         (PTRACE_GETHBPREGS): Likewise.
12344         (PTRACE_SETHBPREGS): Likewise.
12345         (struct user_regs_struct): New structure.
12346         (struct user_fpsimd_struct): New structure.
12347         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12348         #include of asm/ptrace.h and second #include of sys/user.h.
12349         (PTRACE_GET_THREAD_AREA): Remove #undef.
12350         (PTRACE_GETHBPREGS): Likewise.
12351         (PTRACE_SETHBPREGS): Likewise.
12352         (ELF_NGREG): Use new struct user_regs_struct.
12353         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12355 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12357         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12358         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12360 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12362         [BZ #16958]
12363         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12364         membar to avoid block loads/stores to overlap previous stores.
12366 2014-05-17  Richard Henderson  <rth@redhat.com>
12368         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12369         Create the __##syscall_name##_nocancel entry point.
12370         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12371         Remove; let the sysdep-cancel.h code create it.
12373 2014-05-17  David S. Miller  <davem@davemloft.net>
12375         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12376         Protect with __USE_GNU.
12377         (TIOCSET_TEMPT): Likewise.
12378         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12379         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12380         these are already provided in bits/ioctl-types.h
12382 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12384         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12385         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12387         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12388         Use wait4 regardless of [__NR_waitpid].
12390 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12392         PR libgcc/60166
12393         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12394         (_FP_NANSIGN_Q): Set the quiet bit.
12396 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12398         * benchtests/Makefile
12399         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12400         not $(common-objpfx)math/libm.so.
12401         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12402         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12403         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12404         $(common-objpfx)dlfcn/libdl.so.
12405         ($(objpfx)tst-audit8): Depend on $(libm), not
12406         $(common-objpfx)math/libm.so.
12407         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12408         not $(common-objpfx)dlfcn/libdl.so.
12409         * math/Makefile
12410         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12411         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12412         [$(build-shared) = yes].
12413         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12414         $(common-objpfx)nptl/libpthread.so.
12415         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12416         $(common-objpfx)math/libm.so$(libm.so-version) or
12417         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12418         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12419         $(common-objpfx)dlfcn/libdl.so.
12420         * setjmp/Makefile (link-libm): Remove variable.
12421         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12422         * stdio-common/Makefile (link-libm): Remove variable.
12423         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12424         * stdlib/Makefile (link-libm): Remove variable.
12425         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12426         ($(objpfx)tst-strtod-round): Likewise.
12427         ($(objpfx)tst-tininess): Likewise.
12428         ($(objpfx)tst-strtod-underflow): Likewise.
12429         ($(objpfx)tst-strtod6): Likewise.
12430         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12431         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12432         $(common-objpfx)dlfcn/libdl.so.
12434 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12436         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12437         BSD terminal modes definitions.
12439 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12441         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12442         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12444         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12445         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12446         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12447         Don't do #include_next.
12448         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12449         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12450         Don't do #include_next.
12451         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12452         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12453         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12454         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12456 2014-05-16  Allan McRae  <allan@archlinux.org>
12458         * po/sv.po: Update Swedish translation from translation project.
12460         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12461         in sed expression.
12463 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12465         [BZ #16917]
12466         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12467         errno if the TIOCGPTN ioctl fails with an error different than
12468         EINVAL.
12469         * login/tst-ptsname.c: New file.
12470         * login/Makefile (tests): Add tst-ptsname.
12472         [BZ #16943]
12473         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12474         and prlimit64.
12476 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12478         [BZ #16849]
12479         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12480         herrno to return EAI_AGAIN.
12482 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12484         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12485         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12486         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12487         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12488         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12489         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12490         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12491         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12492         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12493         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12494         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12495         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12496         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12497         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12498         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12499         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12500         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12501         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12502         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
12503         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
12504         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
12505         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
12506         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
12507         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
12508         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
12509         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
12510         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
12511         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
12512         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
12513         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
12514         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
12515         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
12516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
12517         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
12518         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
12519         Moved ...
12520         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
12521         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
12522         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
12523         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
12524         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
12525         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12526         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12527         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12528         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12529         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12530         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12531         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12532         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12533         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12534         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12536         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12537         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12538         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12540         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12541         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12542         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12543         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12544         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12545         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12546         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12547         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12548         Moved ...
12549         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12550         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12551         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12552         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12553         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12554         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12555         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12556         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12557         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12558         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12559         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12560         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12561         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12562         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12563         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12564         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12565         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12566         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12567         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12568         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12569         Moved ...
12570         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12571         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12572         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12574         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12575         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12576         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12577         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12578         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12579         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12580         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12581         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12582         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12583         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12584         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12585         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12586         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12587         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12588         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12589         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12590         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12591         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12592         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12593         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12594         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12595         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12596         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12597         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12598         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12599         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12600         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12601         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12602         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12603         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12604         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12606         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12607         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12609         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12610         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12611         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12612         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12613         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12614         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12615         Moved ...
12616         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12617         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12618         Moved ...
12619         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12620         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12621         Moved ...
12622         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12623         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12624         Moved ...
12625         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12626         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12627         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12628         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12629         Moved ...
12630         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12631         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12632         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12633         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12634         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12635         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12636         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12637         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12638         Moved ...
12639         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12640         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12641         Moved ...
12642         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12643         ... here.
12644         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12645         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12646         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12647         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12648         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12649         Moved ...
12650         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12651         ... here.
12652         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12653         Moved ...
12654         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12655         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12656         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12657         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12658         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12659         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12660         Moved ...
12661         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12662         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12663         Moved ...
12664         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12665         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12666         Moved ...
12667         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12668         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12669         Moved ...
12670         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12671         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12672         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12673         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12674         Moved ...
12675         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12676         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12677         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12678         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12679         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12680         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12681         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12682         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12683         Moved ...
12684         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12685         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12686         Moved ...
12687         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12688         ... here.
12689         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12690         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12691         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12692         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12693         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12694         Moved ...
12695         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12696         ... here.
12697         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12698         Moved ...
12699         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12700         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12701         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12702         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12703         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12704         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12705         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12706         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12707         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12708         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12709         Moved ...
12710         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12711         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12712         Moved ...
12713         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12714         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12715         Moved ...
12716         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12717         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12718         Moved ...
12719         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12720         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12721         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12722         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12723         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12724         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12725         Moved ...
12726         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12727         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12728         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12729         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12730         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12731         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12732         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12733         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12734         Moved ...
12735         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12736         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12737         Moved ...
12738         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12739         ... here.
12740         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12741         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12742         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12743         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12744         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12745         Moved ...
12746         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12747         ... here.
12748         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12749         Moved ...
12750         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12751         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12752         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12753         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12754         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12755         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12756         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12757         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12758         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12759         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12760         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12762         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12763         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12765         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12766         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12768         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12769         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12770         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12771         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12772         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12773         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12774         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12775         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12776         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12777         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12778         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12779         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12780         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12781         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12782         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12783         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12784         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12785         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12786         Moved ...
12787         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12788         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12789         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12790         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12791         Moved ...
12792         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12793         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12794         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12795         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12796         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12797         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12798         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12799         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12800         Moved ...
12801         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12802         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12803         Moved ...
12804         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12805         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12806         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12807         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12808         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12809         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12810         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12811         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12812         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12813         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12814         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12815         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12816         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12817         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12818         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12819         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12820         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12822         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12823         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12824         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12825         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12826         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12828         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12829         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12830         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12831         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12832         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12833         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12834         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12835         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12836         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12837         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12839         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12840         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12842         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12843         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12844         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12845         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12846         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12847         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12848         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12849         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12850         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12851         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12852         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12853         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12854         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12855         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12856         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12857         Update #include.
12858         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12859         Likewise.
12860         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12861         Likewise.
12862         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12863         Likewise.
12864         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12865         Likewise.
12866         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12867         Likewise.
12868         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12869         Likewise.
12870         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12871         Likewise.
12872         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12873         Likewise.
12874         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12875         Likewise.
12876         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12877         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12878         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12879         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12880         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12881         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12882         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12883         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12884         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12885         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12886         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12887         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12888         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12889         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12890         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12892         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12893         that was previously under [RESET_PID].
12894         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12895         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12896         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12898         * sysdeps/i386/nptl/Implies: New file.
12899         * sysdeps/x86_64/nptl/Implies: New file.
12900         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12901         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12902         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12903         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12905         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12906         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12907         (__libc_vfork): New strong alias.
12908         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12909         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12911         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12912         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12913         (__libc_vfork): New strong alias.
12914         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12915         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12917         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12918         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12919         (__libc_vfork): New strong alias.
12920         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12921         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12922         * nptl/pt-vfork.c: New file.
12923         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12924         (libpthread: GLIBC_2.20): New version set (empty).
12926 2014-05-14  Will Newton  <will.newton@linaro.org>
12928         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12929         rather than #if.
12931 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12933         [BZ #16564]
12934         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12935         arguments with exponent 65 or above.
12936         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12937         arguments 0x1p113L or above.
12938         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12939         to arguments 0x1p107L or above.
12940         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12941         positive arguments with exponent 65 or above.
12942         * math/auto-libm-test-in: Add more tests of log1p.
12943         * math/auto-libm-test-out: Regenerated.
12945         [BZ #16928]
12946         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12947         non-finite arguments is +0.
12948         * math/s_cacosf.c (__cacosf): Likewise.
12949         * math/s_cacosl.c (__cacosl): Likewise.
12950         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12951         * sysdeps/i386/fpu/libm-test-ulps: Update.
12952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12954         [BZ #16927]
12955         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12956         value.
12957         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12958         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12959         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12960         for explicit high bit of mantissa when testing for argument equal
12961         to 1.
12962         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12963         * sysdeps/i386/fpu/libm-test-ulps: Update.
12964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12966         [BZ #16516]
12967         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12968         (__erf): Scale by 16 instead of 8 in potentially underflowing
12969         case.  Ensure exception if result actually underflows.
12970         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12971         (__erff): Scale by 16 instead of 8 in potentially underflowing
12972         case.  Ensure exception if result actually underflows.
12973         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12974         (efx8): Remove variable.
12975         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12976         case.  Ensure exception if result actually underflows.
12977         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12978         (efx8): Remove variable.
12979         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12980         case.  Ensure exception if result actually underflows.
12981         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12982         (efx8): Remove variable.
12983         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12984         case.  Ensure exception if result actually underflows.
12985         * math/auto-libm-test-in: Add more tests of erf.
12986         * math/auto-libm-test-out: Regenerated.
12988 2014-05-14  Andreas Schwab  <schwab@suse.de>
12990         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12991         Remove code conditionalized on USE___THREAD.
12993         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12994         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12995         not definedness.
12997 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12999         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13000         Define unconditionally.
13001         (__ASSUME_O_CLOEXEC): Likewise.
13002         (__ASSUME_SOCK_CLOEXEC): Likewise.
13003         (__ASSUME_IN_NONBLOCK): Likewise.
13004         (__ASSUME_PIPE2): Likewise.
13005         (__ASSUME_EVENTFD2): Likewise.
13006         (__ASSUME_SIGNALFD4): Likewise.
13007         (__ASSUME_DUP3): Likewise.
13008         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13009         (__ASSUME_DUP3): Do not define.
13010         (__ASSUME_EVENTFD2): Likewise.
13011         (__ASSUME_IN_NONBLOCK): Likewise.
13012         (__ASSUME_O_CLOEXEC): Likewise.
13013         (__ASSUME_PIPE2): Likewise.
13014         (__ASSUME_SIGNALFD4): Likewise.
13015         (__ASSUME_SOCK_CLOEXEC): Likewise.
13016         (__ASSUME_UTIMES): Undefine.
13017         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13018         (__ASSUME_UTIMES): Do not define.
13019         (__ASSUME_O_CLOEXEC): Likewise.
13020         (__ASSUME_SOCK_CLOEXEC): Likewise.
13021         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13022         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13023         0x020621].
13024         (__ASSUME_PIPE2): Likewise.
13025         (__ASSUME_EVENTFD2): Likewise.
13026         (__ASSUME_SIGNALFD4): Likewise.
13027         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13028         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13029         Do not define.
13030         (__ASSUME_EVENTFD2): Likewise.
13031         (__ASSUME_SIGNALFD4): Likewise.
13032         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13033         (__ASSUME_32BITUIDS): Likewise.
13034         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13035         (__ASSUME_IPC64): Likewise.
13036         (__ASSUME_ST_INO_64_BIT): Likewise.
13037         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13038         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13039         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13040         (__ASSUME_UTIMES): Do not define.
13041         (__ASSUME_PSELECT): Likewise.
13042         (__ASSUME_PPOLL): Likewise.
13043         (__ASSUME_O_CLOEXEC): Likewise.
13044         (__ASSUME_SOCK_CLOEXEC): Likewise.
13045         (__ASSUME_IN_NONBLOCK): Likewise.
13046         (__ASSUME_PIPE2): Likewise.
13047         (__ASSUME_EVENTFD2): Likewise.
13048         (__ASSUME_SIGNALFD4): Likewise.
13049         (__ASSUME_DUP3): Likewise.
13050         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13051         (__ASSUME_UTIMES): Likewise.
13052         (__ASSUME_O_CLOEXEC): Likewise.
13053         (__ASSUME_SOCK_CLOEXEC): Likewise.
13054         (__ASSUME_IN_NONBLOCK): Likewise.
13055         (__ASSUME_PIPE2): Likewise.
13056         (__ASSUME_EVENTFD2): Likewise.
13057         (__ASSUME_SIGNALFD4): Likewise.
13058         (__ASSUME_DUP3): Likewise.
13059         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13060         (__ASSUME_UTIMES): Likewise.
13061         (__ASSUME_O_CLOEXEC): Likewise.
13062         (__ASSUME_SOCK_CLOEXEC): Likewise.
13063         (__ASSUME_IN_NONBLOCK): Likewise.
13064         (__ASSUME_PIPE2): Likewise.
13065         (__ASSUME_EVENTFD2): Likewise.
13066         (__ASSUME_SIGNALFD4): Likewise.
13067         (__ASSUME_DUP3): Likewise.
13068         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13069         Likewise.
13070         (__ASSUME_UTIMES): Likewise.
13071         (__ASSUME_EVENTFD2): Likewise.
13072         (__ASSUME_SIGNALFD4): Likewise.
13073         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13074         (__ASSUME_O_CLOEXEC): Likewise.
13075         (__ASSUME_SOCK_CLOEXEC): Likewise.
13076         (__ASSUME_IN_NONBLOCK): Likewise.
13077         (__ASSUME_PIPE2): Likewise.
13078         (__ASSUME_EVENTFD2): Likewise.
13079         (__ASSUME_SIGNALFD4): Likewise.
13080         (__ASSUME_DUP3): Likewise.
13081         (__ASSUME_UTIMES): Undefine.
13083         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13084         feclearexcept.  Remove symbol versioning code.
13085         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13086         symbol versioning code.
13087         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13088         symbol versioning code.
13089         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13090         feupdateenv.  Remove symbol versioning code.
13091         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13092         fegetexceptflag.  Remove symbol versioning code.
13093         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13094         fesetexceptflag.  Remove symbol versioning code.
13095         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13096         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13097         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13098         (__posix_fadvise64_l32): Remove prototype.
13099         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13100         code.
13102 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13104         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13105         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13106         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13107         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13109 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13111         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13112         current working directory
13114 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13116         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13117         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13118         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13119         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13120         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13121         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13122         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13123         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13124         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13125         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13126         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13127         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13128         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13129         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13130         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13131         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13132         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13133         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13134         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13135         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13136         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13137         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13138         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13139         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13140         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13141         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13142         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13143         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13144         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13145         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13146         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13147         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13148         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13149         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13150         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13151         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13152         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13153         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13154         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13155         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13156         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13157         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13159         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13160         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13162         * sysdeps/unix/sysv/linux/arm/Makefile
13163         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13164         Add rt-aeabi_unwind_cpp_pr1.
13165         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13166         Add nptl-aeabi_unwind_cpp_pr1.
13167         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13168         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13169         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13170         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13171         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13172         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13174         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13175         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13176         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13177         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13179         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13180         Deconditionalize the code that was previously under [RESET_PID].
13181         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13183         * sysdeps/generic/exit-thread.h: New file.
13184         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13185         * include/unistd.h (__exit_thread): Remove declaration.
13186         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13187         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13188         * csu/libc-start.c: Include <exit-thread.h>.
13189         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13190         * nptl/pthread_create.c: Include <exit-thread.h>.
13191         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13192         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13193         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13194         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13195         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13196         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13197         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13198         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13199         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13200         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13201         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13202         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13203         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13204         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13205         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13206         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13207         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13209 2014-05-13  Andreas Schwab  <schwab@suse.de>
13211         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13213 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13215         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13216         (__ASSUME_UTIMES): Do not condition on kernel version.
13217         (__ASSUME_PSELECT): Define unconditionally.
13218         (__ASSUME_PPOLL): Likewise.
13219         (__ASSUME_ATFCTS): Likewise.
13220         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13221         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13222         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13223         (__ASSUME_UTIMENSAT): Define unconditionally.
13224         (__ASSUME_PRIVATE_FUTEX): Likewise.
13225         (__ASSUME_FALLOCATE): Likewise.
13226         (__ASSUME_O_CLOEXEC): Likewise.
13227         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13228         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13229         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13230         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13231         (__ASSUME_IN_NONBLOCK): Likewise.
13232         (__ASSUME_PIPE2): Likewise.
13233         (__ASSUME_EVENTFD2): Likewise.
13234         (__ASSUME_SIGNALFD4): Likewise.
13235         (__ASSUME_DUP3): Likewise.
13236         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13237         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13238         (__ASSUME_AT_RANDOM): Likewise.
13239         (__ASSUME_PREADV): Likewise.
13240         (__ASSUME_PWRITEV): Likewise.
13241         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13242         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13243         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13244         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13245         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13246         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13247         (__ASSUME_O_CLOEXEC): Define unconditionally.
13248         (__ASSUME_PSELECT): Do not undefine conditionally.
13249         (__ASSUME_PPOLL): Likewise.
13250         (__ASSUME_ATFCTS): Likewise.
13251         (__ASSUME_SET_ROBUST_LIST): Likewise.
13252         (__ASSUME_UTIMENSAT): Likewise.
13253         (__ASSUME_FDATASYNC): Define unconditionally.
13254         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13255         (__ASSUME_SIGFRAME_V2): Likewise.
13256         )__ASSUME_EVENTFD2): Likewise.
13257         (__ASSUME_SIGNALFD4): Likewise.
13258         (__ASSUME_PSELECT): Do not undefine conditionally.
13259         (__ASSUME_PPOLL): Likewise.
13260         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13261         (__ASSUME_PSELECT): Define unconditionally.
13262         (__ASSUME_PPOLL): Likewise.
13263         (__ASSUME_O_CLOEXEC): Likewise.
13264         (__ASSUME_SOCK_CLOEXEC): Likewise.
13265         (__ASSUME_IN_NONBLOCK): Likewise.
13266         (__ASSUME_PIPE2): Likewise.
13267         (__ASSUME_EVENTFD2): Likewise.
13268         (__ASSUME_SIGNALFD4): Likewise.
13269         (__ASSUME_DUP3): Likewise.
13270         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13271         (__ASSUME_O_CLOEXEC): Likewise.
13272         (__ASSUME_SOCK_CLOEXEC): Likewise.
13273         (__ASSUME_IN_NONBLOCK): Likewise.
13274         (__ASSUME_PIPE2): Likewise.
13275         (__ASSUME_EVENTFD2): Likewise.
13276         (__ASSUME_SIGNALFD4): Likewise.
13277         (__ASSUME_DUP3): Likewise.
13278         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13279         (__ASSUME_EVENTFD2): Likewise.
13280         (__ASSUME_SIGNALFD4): Likewise.
13281         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13283 2014-05-12  Andreas Schwab  <schwab@suse.de>
13285         [BZ #16932]
13286         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13287         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13288         than maximum RPC packet size.
13289         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13290         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13291         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13292         (_nss_nis_getservbyport_r): Likewise.
13294 2014-05-12  Will Newton  <will.newton@linaro.org>
13296         * malloc/Makefile (tests): Add tst-mallopt.
13297         * malloc/tst-mallopt.c: New file.
13299 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13301         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13302         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13304 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13306         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13307         (tst-tlsmod6.so): Likewise.
13309 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13311         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13313 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13315         [BZ #16064]
13316         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13317         and <dl-procinfo.h>.
13318         (__fegetenv): Save SSE state in envp->__eip if supported.
13319         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13320         envp->__eip if supported.
13321         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13322         and <dl-procinfo.h>.
13323         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13324         __data_offset and __data_selector in environment to 0.  Set SSE
13325         state if supported.
13326         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13327         test-fenv-sse.
13328         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13329         -mfpmath=sse.
13330         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13332 2014-05-09  Will Newton  <will.newton@linaro.org>
13334         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13335         and libc_relro_required for ARM.
13336         * sysdeps/arm/preconfigure: Regenerate.
13338 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13339             Stefan Liebler  <stli@linux.vnet.ibm.com>
13341         * config.make.in (enable-lock-elision): New Makefile variable.
13342         * configure.ac: Likewise.
13343         * configure: Regenerate.
13344         * sysdeps/s390/configure.ac:
13345         Add check for gcc transactions support.
13346         * sysdeps/s390/configure: Regenerate.
13347         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13348         Build elision files if enabled.
13349         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13350         Add lock elision support for s390.
13351         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13352         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13353         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13354         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13355         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13356         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13357         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13358         Likewise.
13359         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13360         Likewise.
13361         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13362         Likewise.
13363         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13364         Likewise.
13365         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13366         (__lll_timedlock_elision, __lll_lock_elision)
13367         (__lll_unlock_elision, __lll_trylock_elision)
13368         (lll_timedlock_elision, lll_lock_elision)
13369         (lll_unlock_elision, lll_trylock_elision): Add.
13370         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13371         (pthread_mutex_t): Add lock elision support for s390.
13373 2014-05-14  Wilco  <wdijkstr@arm.com>
13375         * sysdeps/arm/fclrexcpt.c: Cleanup.
13376         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13377         * sysdeps/arm/feenablxcpt.c: Cleanup.
13378         * sysdeps/arm/fegetenv.c: Cleanup.
13379         * sysdeps/arm/fegetexcept.c: Cleanup.
13380         * sysdeps/arm/fegetround.c: Cleanup.
13381         * sysdeps/arm/feholdexcpt.c: Cleanup.
13382         * sysdeps/arm/fesetenv.c: Cleanup.
13383         * sysdeps/arm/fesetround.c: Cleanup.
13384         * sysdeps/arm/feupdateenv.c: Cleanup.
13385         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13386         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13387         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13388         * sysdeps/arm/ftestexcept.c: Cleanup.
13389         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13390         * sysdeps/arm/setfpucw.c: Cleanup.
13392 2014-05-09  Will Newton  <will.newton@linaro.org>
13394         * sysdeps/arm/armv7/strcmp.S: New file.
13395         * NEWS: Mention addition of ARMv7 optimized strcmp.
13397 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13399         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13400         look for %.ac rather than %.in.
13402         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13403         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13404         * sysdeps/mach/hurd/configure: Regenerated.
13405         * sysdeps/unix/sysv/linux/configure: Regenerated.
13407         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13409 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13411         [BZ# 16922]
13412         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13413         (LONG_SUB): Ditto.
13414         (PTR_SUB): Ditto.
13416 2014-05-07  Andreas Schwab  <schwab@suse.de>
13418         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13419         when skipping over non-matching result from nscd.
13421 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13423         [BZ #16876]
13424         * nptl/sockperf.c (client): Check socket return value.
13426         [BZ #16877]
13427         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13428         nscd security class.
13430 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13432         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13433         * sysdeps/arm/unwind.h: ... here.
13435 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13437         [BZ# 16916]
13438         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13439         Define.
13441 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13443         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13444         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13445         multiarch strncpy for PPC64.
13446         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13447         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13448         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13449         multiarch optimizations.
13450         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13451         (__libc_ifunc_impl_list): Likewise.
13452         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13453         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13454         multiarch stpncpy for PPC64.
13455         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13456         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13458 2014-05-06  Andreas Schwab  <schwab@suse.de>
13460         [BZ #16912]
13461         * gmon/mcount.c (_MCOUNT_DECL): Use
13462         atomic_compare_and_exchange_bool_acq instead of
13463         catomic_compare_and_exchange_bool_acq.
13465 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13467         * elf/Makefile (others, install-bin): Remove pldd.
13468         (pldd-modules): Variable removed.
13469         ($(objpfx)pldd): Target removed.
13470         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13471         (others, install-bin): Append pldd here.
13472         ($(objpfx)pldd): New target.
13474         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13475         to 0, so the first #if test emitted later doesn't see it undefined.
13476         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13477         * sysdeps/gnu/errlist.c: Regenerated.
13479 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13481         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13482         [libc_hidden_builtin_def]: Define to empty value.
13483         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13484         [libc_hidden_builtin_def]: Likewise.
13485         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13486         [libc_hidden_builtin_def]: Likewise.
13487         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13488         [libc_hidden_builtin_def]: Likewise.
13489         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13490         __redirect_memcpy and define ifunc as default hidden symbol.
13491         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13492         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13494 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13496         * locale/iso-4217.def: Reintroduce XDR currency.
13498 2014-05-04  Allan McRae  <allan@archlinux.org>
13500         * po/eo.po: Update Esperanto translation from translation project.
13502 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
13504         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
13505         and FEATURE_INDEX_MAX to 1.
13506         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
13508 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13510         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
13511         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
13512         * iconvdata/big5.c (ONE_DIRECTION): Define.
13513         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
13514         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
13515         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
13516         * iconvdata/cp932.c (ONE_DIRECTION): Define.
13517         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
13518         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
13519         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
13520         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
13521         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
13522         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
13523         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
13524         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
13525         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13526         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13527         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13528         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13529         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13530         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13531         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13532         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13533         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13534         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13535         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13536         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13537         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13538         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13539         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13540         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13541         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13542         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13543         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13544         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13545         * iconvdata/johab.c (ONE_DIRECTION): Define.
13546         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13547         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13548         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13549         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13550         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13551         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13552         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13553         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13554         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13555         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13557 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13559         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13560         (_IO_JUMPS_OFFSET): Define to 0.
13562         * nptl/sysdeps/pthread/bits/libc-lock.h
13563         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13564         (__libc_lock_define_initialized_recursive): Always define using
13565         initializer.  Modern compilers treat uninitialized (implicit zero) and
13566         explicit zero initializers the same (i.e. put the datum in bss).
13568 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13570         * nscd/nscd-client.h: Include <string.h>.
13572 2014-05-01  David S. Miller  <davem@davemloft.net>
13574         [BZ #16885]
13575         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13576         multiple zero bytes exist at the end of a string.
13577         Reported by Aurelien Jarno <aurelien@aurel32.net>
13579         * string/test-strcmp.c (check): Add explicit test for situations where
13580         there are multiple zero bytes after the first.
13582 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13584         [BZ #16890]
13585         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13586         when compiling wprintf.
13587         * stdio-common/tstdiomisc.c (t3): New function.
13588         (main): Call it.
13590 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13592         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13593         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13594         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13595         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13597 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13599         * stdlib/longlong.h: Updated from GCC.
13601 2014-05-01  Will Newton  <will.newton@linaro.org>
13602             Bernard Ogden  <bernie.ogden@linaro.org>
13604         * NEWS: Update fixed bug list.
13606         [BZ #15119]
13607         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13609 2014-04-30  David S. Miller  <davem@davemloft.net>
13611         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13612         (libc_feholdexcept_setround_sparc_ctx): New function.
13613         (libc_fesetenv_sparc_ctx): Likewise.
13614         (libc_feupdateenv_sparc_ctx): Likewise.
13615         (libc_feholdsetround_sparc_ctx): Likewise.
13616         (libc_feholdexcept_setround_ctx): Define.
13617         (libc_feholdexcept_setroundf_ctx): Likewise.
13618         (libc_feholdexcept_setroundl_ctx): Likewise.
13619         (libc_fesetenv_ctx): Likewise.
13620         (libc_fesetenvf_ctx): Likewise.
13621         (libc_fesetenvl_ctx): Likewise.
13622         (libc_feupdateenv_ctx): Likewise.
13623         (libc_feupdateenvf_ctx): Likewise.
13624         (libc_feupdateenvl_ctx): Likewise.
13625         (libc_feresetround_ctx): Likewise.
13626         (libc_feresetroundf_ctx): Likewise.
13627         (libc_feresetroundl_ctx): Likewise.
13628         (libc_feholdsetround_ctx): Likewise.
13629         (libc_feholdsetroundf_ctx): Likewise.
13630         (libc_feholdsetroundl_ctx): Likewise.
13632         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13633         with __USE_GNU instead of XOPEN cpp guards.
13635         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13636         0.
13638         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13639         with XOPEN cpp guards.
13641 2014-04-30  Julian Brown  <julian@codesourcery.com>
13643         [BZ #16888]
13644         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13645         handling.
13647 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13649         [BZ #9894]
13650         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13651         Change to 2.6.32.
13652         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13653         * sysdeps/unix/sysv/linux/configure: Regenerated.
13654         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13655         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13656         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13657         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13658         * README: Update reference to required Linux kernel version.
13659         * manual/install.texi (Linux): Update reference to required Linux
13660         kernel headers version.
13661         * INSTALL: Regenerated.
13663         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13664         header inclusion.
13665         [POSIX] (limits.h): Likewise.
13666         [POSIX] (math.h): Likewise.
13667         [POSIX] (sys/wait.h): Likewise.
13668         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13669         function.
13670         [POSIX] (stddef.h): Do not allow header inclusion.
13672 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13674         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13676 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13678         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13679         Return immediately after lll_futex_wake.
13681 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13683         [BZ #16791]
13684         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13685         structure.
13686         (datahead_init_pos): Call datahead_init_common early.
13687         (datahead_init_neg): Likewise.
13689         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13690         datahead_init_neg): New functions.
13691         * nscd/aicache.c (addhstaiX): Use them.
13692         * nscd/grpcache.c (cache_addgr): Likewise.
13693         * nscd/hstcache.c (cache_addhst): Likewise.
13694         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13695         * nscd/netgroupcache.c (do_notfound): Likewise.
13696         (addgetnetgrentX): Likewise.
13697         (addinnetgrX): Likewise.
13698         * nscd/pwdcache.c (cache_addpw): Likewise.
13699         * nscd/servicescache.c (cache_addserv): Likewise.
13701 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13702             Atsushi Onoe  <atsushi@onoe.org>
13704         [BZ #14308]
13705         [BZ #12994]
13706         [BZ #13651]
13707         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13708         one response is valid.
13709         * resolv/res_send.c (send_dg): Check for validity of other
13710         response if the current response is a referral.
13712 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13714         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13716 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13718         [BZ #16823]
13719         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13720         Always divide by positive zero when computing -Inf result.
13721         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13722         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13724 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13726         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13727         FPSCR if value do not change.
13728         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13729         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13730         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13731         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13732         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13733         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13734         function.
13736 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13738         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13739         * sysdeps/unix/sysv/linux/hppa: Move directory from
13740         ports/systeps/unix/sysv/linux/hppa.
13741         * README: Update listing for hppa-*-linux-gnu.
13743 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13745         [BZ #16754]
13746         * manual/stdio.texi (Hook functions): Fix types of stream hook
13747         functions.
13748         [BZ #16854]
13749         * socket/sys/socket.h: Fix typo in comment.
13751 2014-04-28  Wilco  <wdijkstr@arm.com>
13753         * sysdeps/arm/fenv_private.h: New file.
13754         * sysdeps/arm/math_private.h: New file.
13755         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13757 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13759         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13760         with __int128_t.
13761         (La_x86_64_retval): Likewise.
13763 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13765         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13766         fpsr if value didn't change.
13767         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13768         to fpcr if value didn't change.
13769         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13770         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13771         fpsr or fpcr if value didn't change.
13772         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13773         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13774         fpcr if value didn't change.
13775         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13776         to fpsr if value didn't change.
13778 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13780         * nptl/tst-sem3.c: Use test-skeleton.c
13781         (main): Rename to do_test.  Use return instead of
13782         exit.
13783         * nptl/tst-sem4.c: Use test-skeleton.c
13784         (main): Rename to do_test.
13786 2014-04-22  David S. Miller  <davem@davemloft.net>
13788         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13789         (struct sigaction): New struct member __glibc_reserved0, change
13790         type of sa_flags to int.
13792 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13794         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13795         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13797 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13799         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13800         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13802 2014-04-22  Will Newton  <will.newton@linaro.org>
13803             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13805         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13806         (__longjmp): Add longjmp and longjmp_target SystemTap
13807         probes.
13808         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13809         (__sigsetjmp): Add setjmp SystemTap probe.
13811 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13813         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13814         match manual order.
13816 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13818         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13820         * sysdeps/powerpc/fpu/fenv_private.h
13821         (libc_feholdexcept_setroundl_ctx): Define to
13822         libc_feholdexcept_setround_ppc_ctx.
13823         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13824         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13825         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13826         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13828 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13830         * sysdeps/aarch64/math-tests.h: New file.
13832 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13834         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13835         New.
13836         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13837         Check and set bit_AVX2_Usable.
13838         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13839         macro.
13840         (bit_AVX2): Likewise.
13841         (index_AVX2_Usable): Likewise.
13842         (CPUID_AVX2): Likewise.
13843         (HAS_AVX2): Likewise.
13845 2014-04-17  Will Newton  <will.newton@linaro.org>
13847         * manual/setjmp.texi (System V contexts): Add note that
13848         calling setcontext on a context created by a call to a
13849         signal handler is undefined.  Update text to note that
13850         setcontext from a signal handler is possible but not
13851         recommended.
13853         [BZ #16629]
13854         * stdlib/tst-setcontext.c: Include signal.h.
13855         (main): Check that the signal stack before and
13856         after swapcontext is the same.
13858         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13859         Re-implement to restore registers in user code and avoid
13860         rt_sigreturn system call.
13862 2014-04-17  Wilco  <wdijkstr@arm.com>
13864         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13865         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13866         * math/test-fenv.c: Skip exception trap tests on targets which only
13867         support non-stop mode.
13869 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13870             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13872         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13873         (libc_feholdsetround_aarch64_ctx)
13874         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13875         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13876         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13877         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13878         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13879         (libc_feresetround_noexl_ctx): Define.
13881 2014-04-16  Richard Henderson  <rth@redhat.com>
13883         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13885         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13886         unwind tables.
13888         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13889         const from the non-libc, non-ldso copy.
13891         * sysdeps/alpha/libm-test-ulps: Regenerate.
13893 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13894             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13896         * sysdeps/aarch64/fpu/math_private.h: New file.
13898 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13900         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13902 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13904         [BZ #16275]
13905         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13906         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13907         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13908         Intel MPX bound registers before _dl_profile_fixup.
13909         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13910         registers after _dl_profile_fixup.  Save and restore bound
13911         registers bnd0/bnd1 when calling _dl_call_pltexit.
13912         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13913         (LR_BND_OFFSET): Likewise.
13914         (LRV_BND0_OFFSET): Likewise.
13915         (LRV_BND1_OFFSET): Likewise.
13917 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13919         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13920         to...
13921         * sysdeps/mach/hurd/i386/tls.h: ... here.
13922         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13923         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13924         fields.
13926 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13928         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13930 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13932         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13934 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13936         [BZ #14770]
13937         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13938         * sysdeps/s390/configure: Regenerate.
13940         [BZ #16824]
13941         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13942         Set round-to-nearest internally to reduce error accumulation.
13944 2014-04-16  Alan Modra  <amodra@gmail.com>
13946         [BZ #16740]
13947         [BZ #16619]
13948         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13949         * math/libm-test.inc (frexp_test_data): Add tests.
13950         * NEWS: Update fixed bug list.
13952 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13954         * benchtests/Makefile: Depend on libraries in build directory.
13955         (bench-math): Separate out math tests.
13956         (bench-pthread): Separate out pthread tests.
13957         (bench): Include math and pthread tests.
13959 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13961         [BZ #16831]
13962         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13963         _dl_debug_initialize.
13965         * configure.ac: Remove SELinux header check.
13966         * configure: Regenerate.
13967         * nscd/selinux.c (perms): Array of const char* to permission names.
13968         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13969         default policy. Call string_to_security_class and string_to_av_perm to
13970         translate strings. Enforce default policy and call avs_has_perm with
13971         results of translated strings.
13973 2014-04-13  David S. Miller  <davem@davemloft.net>
13975         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13977 2014-04-12  Allan McRae  <allan@archlinux.org>
13979         [BZ #16838]
13980         * manual/string.texi (Collation Functions): Fix qsort argument
13981         order in example.
13982         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13984 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13986         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13987         Make the test a no-op if there are no exceptions defined.
13989 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13991         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13992         enable-hardcoded-path-in-tests
13994 2014-04-11  Will Newton  <will.newton@linaro.org>
13996         * benchtests/Makefile (extra-objs): Add json-lib.o.
13997         (bench-func): Tidy up JSON output.
13998         * benchtests/bench-skeleton.c: Include json-lib.h.
13999         (main): Use JSON library functions to do output of
14000         benchmark results.
14001         * benchtests/bench-timing-type.c (main): Output the
14002         timing type simply, leaving formatting to the user.
14003         * benchtests/json-lib.c: New file.
14004         * benchtests/json-lib.h: Likewise.
14006 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14008         [BZ #15215]
14009         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14010         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14011         memory barriers.  Add comments.
14012         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14013         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14014         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14015         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14016         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14017         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14019 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14021         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14022         * sysdeps/s390/s390-64/configure.ac: ... this ...
14023         * sysdeps/s390/configure.ac: ... to here.
14024         * sysdeps/s390/s390-32/configure: Delete file.
14025         * sysdeps/s390/s390-64/configure: Delete file.
14026         * sysdeps/s390/configure: Regenerate.
14028 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14030         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14032 2014-04-11  Will Newton  <will.newton@linaro.org>
14034         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14035         to zero if it is not defined elsewhere.  (mtrim): Test
14036         the value of MALLOC_DEBUG with #if rather than #ifdef.
14038 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14040         * benchtests/pthread_once-inputs: New file.
14041         * benchtests/pthread_once-source.c: New file.
14042         * benchtests/README: Update documentation.
14044 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14045             H.J. Lu  <hongjiu.lu@intel.com>
14047         [BZ #16275]
14048         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14049         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14050         * sysdeps/x86_64/configure: Regenerated.
14051         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14052         macro.
14053         (REGISTER_SAVE_RAX): Likewise.
14054         (REGISTER_SAVE_RCX): Likewise.
14055         (REGISTER_SAVE_RDX): Likewise.
14056         (REGISTER_SAVE_RSI): Likewise.
14057         (REGISTER_SAVE_RDI): Likewise.
14058         (REGISTER_SAVE_R8): Likewise.
14059         (REGISTER_SAVE_R9): Likewise.
14060         (REGISTER_SAVE_BND0): Likewise.
14061         (REGISTER_SAVE_BND1): Likewise.
14062         (REGISTER_SAVE_BND2): Likewise.
14063         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14064         bound registers when calling _dl_fixup.
14066 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14068         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14069         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14070         of its definition.
14071         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14072         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14073         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14074         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14075         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14076         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14077         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14079 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14081         [BZ #15514]
14082         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14083         pathconf(_PC_NAME_MAX).
14085 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14087         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14088         Remove macro usage.
14089         (__PTHREAD_SPINS): Move definition to ...
14090         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14091         (__PTHREAD_SPINS): ... here.
14092         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14093         (__PTHREAD_SPIN): Likewise.
14094         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14095         (__PTHREAD_SPIN): Likewise.
14096         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14097         (__PTHREAD_SPIN): Likewise.
14098         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14099         (__PTHREAD_SPIN): Likewise.
14100         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14101         (__PTHREAD_SPIN): Likewise.
14102         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14103         (__PTHREAD_SPIN): Likewise.
14104         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14105         (__PTHREAD_SPIN): Likewise.
14106         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14107         (__PTHREAD_SPIN): Likewise.
14108         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14109         (__PTHREAD_SPIN): Likewise.
14110         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14111         (__PTHREAD_SPIN): Likewise.
14112         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14113         (__PTHREAD_SPIN): Likewise.
14114         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14115         (__PTHREAD_SPIN): Likewise.
14117         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14118         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14119         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14120         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14121         imply folder.
14122         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14123         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14124         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14125         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14126         correct imply path.
14127         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14128         strlen symbol for non multi-arch builds.
14129         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14130         missing hidden_def and weak_alias.
14132 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14134         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14136 2014-04-07  Will Newton  <will.newton@linaro.org>
14138         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14139         and contents.  [!_LIBC] Remove #ifndef and contents.
14140         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14141         * string/memccpy.c (__memccpy): Use ANSI prototype.
14142         * string/memfrob.c (memfrob): Likewise.
14143         * string/strcoll.c (STRCOLL): Likewise.
14144         * string/strlen.c (strlen): Likewise.
14145         * string/strtok.c (STRTOK): Likewise.
14146         * string/strcat.c: Remove unused #include of memcopy.h.
14147         (strcat): Use ANSI prototype.
14148         * string/strchr.c: Remove unused #include of memcopy.h.
14149         (strchr): Use ANSI prototype.
14150         * string/strcmp.c: Remove unused #include of memcopy.h.
14151         (strcmp): Use ANSI prototype.
14152         * string/strcpy.c: Remove unused #include of memcopy.h.
14153         (strcpy): Use ANSI prototype.
14155 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14157         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14158         * config.make.in (config-extra-cppflags): Set it from
14159         libc_extra_cppflags.
14160         * configure.ac (libc_extra_cflags): Make it accumulate over
14161         configure fragments.
14162         (libc_extra_cppflags): New flag.
14163         * configure. Regenerate.
14164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14165         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14166         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14169         [BZ #16815]
14170         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14171         result for FE_DOWNWARD rounding mode.
14172         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14173         Likewise.
14174         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14176 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14178         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14179         in function argument name.
14181 2014-04-03  David Svoboda  <svoboda@cert.org>
14183         [BZ #5666]
14184         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14185         explicitly.
14187 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14189         * elf/dl-unmap-segments.h: New file.
14190         * sysdeps/generic/ldsodefs.h
14191         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14192         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14193         * elf/dl-fptr.c: Likewise.
14194         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14195         * sysdeps/aarch64/tlsdesc.c: Likewise.
14196         * sysdeps/arm/tlsdesc.c: Likewise.
14197         * sysdeps/i386/tlsdesc.c: Likewise.
14198         * sysdeps/tile/dl-runtime.c: Likewise.
14199         * sysdeps/x86_64/tlsdesc.c: Likewise.
14200         * elf/dl-load.h: New file.
14201         * elf/dl-load.c: Include it.
14202         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14203         Macros moved to dl-load.h.
14204         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14205         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14206         Use _dl_unmap_segments in place of __munmap.
14207         Break out segment-mapping loop into ...
14208         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14210 2014-04-03  Will Newton  <will.newton@linaro.org>
14212         * elf/dl-lookup.c (do_lookup_x): Remove comment
14213         referring to nested function and move variable
14214         declarations down to before first use.
14216 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14218         [BZ #16799]
14219         [BZ #16800]
14220         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14221         with 0 numerator.
14222         * math/s_catanf.c (__catanf): Likewise.
14223         * math/s_catanh.c (__catanh): Likewise.
14224         * math/s_catanhf.c (__catanhf): Likewise.
14225         * math/s_catanhl.c (__catanhl): Likewise.
14226         * math/s_catanl.c (__catanl): Likewise.
14227         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14228         by positive zero when computing -Inf result.
14229         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14230         (catanh_test): Likewise.
14231         * sysdeps/i386/fpu/libm-test-ulps: Update.
14232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14234         [BZ #16789]
14235         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14236         instead of using underflowing value in computing result.
14237         * math/s_clog10.c (__clog10): Likewise.
14238         * math/s_clog10f.c (__clog10f): Likewise.
14239         * math/s_clog10l.c (__clog10l): Likewise.
14240         * math/s_clogf.c (__clogf): Likewise.
14241         * math/s_clogl.c (__clogl): Likewise.
14242         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14243         (clog10_test): Likewise.
14244         * sysdeps/i386/fpu/libm-test-ulps: Update.
14245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14247 2014-04-02  Alan Modra  <amodra@gmail.com>
14249         [BZ #16739]
14250         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14251         output when value is near a power of two.  Use int64_t for lx and
14252         remove casts.  Use decimal rather than hex exponent constants.
14253         Don't use long double multiplication when double will suffice.
14254         * math/libm-test.inc (nextafter_test_data): Add tests.
14255         * NEWS: Add 16739 and 16786 to bug list.
14257         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14259         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14261 2014-04-01  Will Newton  <will.newton@linaro.org>
14263         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14264         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14266 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14268         [BZ #13347]
14269         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14270         * nptl/tst-setuid2.c: New file.
14271         * nptl/Makefile (xtests): Add tst-setuid2.
14273 2014-04-01  Alan Modra  <amodra@gmail.com>
14275         [BZ #16786]
14276         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14278 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14280         [BZ #6803]
14281         [BZ #6804]
14282         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14283         set errno as appropriate.
14284         * math/w_scalbf.c (__scalbf): Likewise.
14285         * math/w_scalbl.c (__scalbl): Likewise.
14286         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14287         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14288         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14289         Add more NaN tests.
14291         [BZ #16349]
14292         * math/w_atan2.c: Include <errno.h>.
14293         (__atan2): Set errno for result underflowing to zero.
14294         * math/w_atan2f.c: Include <errno.h>.
14295         (__atan2f): Set errno for result underflowing to zero.
14296         * math/w_atan2l.c: Include <errno.h>.
14297         (__atan2l): Set errno for result underflowing to zero.
14298         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14299         tests.
14300         * math/auto-libm-test-out: Regenerated.
14302 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14304         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14305         Encode instruction correctly in little endian.
14306         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14307         Likewise.
14308         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14309         Likewise.
14310         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14311         Likewise.
14312         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14313         Likewise.
14315 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14317         [BZ #9894]
14318         * sysdeps/unix/sysv/linux/kernel-features.h
14319         [__sparc__ && !__arch64__ && !__sparc_v9__]
14320         (__ASSUME_SET_ROBUST_LIST): Do not define.
14321         [__sparc__ && !__arch64__ && !__sparc_v9__]
14322         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14323         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14324         Likewise.
14325         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14326         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14327         (__ASSUME_REQUEUE_PI): Likewise.
14328         (__ASSUME_SET_ROBUST_LIST): Likewise.
14329         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14330         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14331         Undefine.
14332         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14333         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14334         Likewise.
14335         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14336         Likewise.
14337         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14338         Likewise.
14339         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14340         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14341         Undefine.
14342         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14343         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14344         Likewise.
14346         [BZ #16648]
14347         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14348         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14349         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14351 2014-03-31  Will Newton  <will.newton@linaro.org>
14353         * benchtests/Makefile (bench): Add ffs and ffsll to list
14354         of tests.
14355         * benchtests/ffs-inputs: New file.
14356         * benchtests/ffsll-inputs: Likewise.
14358 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14360         [BZ #16770]
14361         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14362         too large before casting to int.
14363         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14364         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14365         * math/libm-test.inc (scalb_test_data): Add more tests.
14367 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14369         * benchtests/Makefile (DETAILED_OPT): New make option.
14370         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14371         set.
14372         * benchtests/bench-skeleton.c: Include stdbool.h.
14373         (main): Store and print timings per input.
14374         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14375         member to each argument value.
14376         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14377         (_print_arg_data): Initialize per-input timing to 0.
14379         * benchtests/Makefile (timing-type): New binary.
14380         (bench-clean): Also remove bench-timing-type.
14381         (bench): New target for timing-type.
14382         (bench-func): Print output in JSON format.
14383         * benchtests/bench-skeleton.c (main): Print output in JSON
14384         format.
14385         * benchtests/bench-timing-type.c: New file.
14386         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14387         (TIMING_PRINT_STATS): Remove.
14388         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14389         name separately.
14391         * benchtests/bench-modf.c: Remove.
14392         * benchtests/modf-inputs: New inputs file.
14394 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14396         [BZ #16362]
14397         * math/s_clog10.c (M_PI_LOG10E): New macro.
14398         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14399         imaginary parts are 0.
14400         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14401         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14402         imaginary parts are 0.
14403         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14404         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14405         imaginary parts are 0.
14406         * math/libm-test.inc (clog10_test_data): Update expected results
14407         for when real and imaginary parts are 0.
14409 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14411         * elf/dl-load.c: Finish conversion of __builtin_expect into
14412         __glibc_{un}likely.
14414 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14416         [BZ #16348]
14417         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14418         1+x for argument with exponent below -67.
14419         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14420         Likewise.
14421         * math/auto-libm-test-in: Add more tests of exp.
14422         * math/auto-libm-test-out: Regenerated.
14424 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14426         [BZ #16759]
14427         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14428         (nscd_getnetgrent): Use it.
14430         [BZ #16760]
14431         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14432         of stpcpy.
14434 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14436         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14437         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14438         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14439         (lll_robust_unlock): Remove out of line section. Use cfi
14440         intrinsics.
14441         (LLL_STUB_UNWIND_INFO*): Remove.
14442         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14443         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14444         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14445         (lll_robust_unlock): Remove out of line section. Use cfi
14446         intrinsics.
14447         (LLL_STUB_UNWIND_INFO*): Remove.
14449 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14451         [BZ #16758]
14452         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14453         blank values.
14455 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14457         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14459 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14461         [BZ #16198]
14462         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14463         fnstenv.
14464         * math/test-fenv-preserve.c: New file.
14465         * math/Makefile (tests): Add test-fenv-preserve.
14467 2014-03-26  Will Newton <will.newton@linaro.org>
14469         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14471 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14473         * scripts/versionlist.awk: Partition the version sets and emit all
14474         GLIBC_* (sorted) before all others (sorted).
14476 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14478         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14479         GLIBC_2.2.5 version.
14481 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14483         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14484         calls.
14486         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14487         previous change.
14489         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14491 2014-03-25  Andreas Schwab  <schwab@suse.de>
14493         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14494         label to be used after in6ailist is initialized.
14496 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14498         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14499         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14501 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14503         [BZ #16357]
14504         [BZ #16599]
14505         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
14506         min_plus_half.
14507         (fp_formats): Update initializers.
14508         (init_fp_formats): Initialize new field.
14509         (output_for_one_input_case): Allow underflow for results up to
14510         min_plus_half.
14511         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
14512         * math/auto-libm-test-in: Don't mark some underflows from asin and
14513         atanh as spurious.
14514         * math/auto-libm-test-out: Regenerated.
14515         * sysdeps/i386/fpu/libm-test-ulps: Update.
14516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14518 2014-03-25  Andreas Schwab  <schwab@suse.de>
14520         * libio/Makefile (tst-ftell-partial-wide-ENV)
14521         (tst-ftell-active-handler-ENV): Define.
14523 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
14525         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14527 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14529         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14531 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14533         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14534         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14535         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14537 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14539         [BZ #16634]
14540         * elf/dl-load.c (open_verify): Add mode parameter.
14541         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14542         (open_path): Change from boolean 'secure' to complete flag 'mode'
14543         (_dl_map_object): Adjust.
14544         * elf/Makefile (tests): Add tst-dlopen-aout.
14545         * elf/tst-dlopen-aout.c: New test.
14547 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14549         [BZ #16714]
14550         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14551         (struct stat): Rename member pad0 to __glibc_reserved0.
14553         [BZ #16712]
14554         * sysdeps/s390/s390-32/bits/wordsize.h
14555         (__WORDSIZE32_SIZE_ULONG): New define.
14556         * sysdeps/s390/s390-64/bits/wordsize.h
14557         (__WORDSIZE32_SIZE_ULONG): Likewise.
14558         * sysdeps/generic/stdint.h (SIZE_MAX):
14559         Define as UL if __WORDSIZE32_SIZE_ULONG.
14561         [BZ #16713]
14562         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14563         (__glibc_reserved0): New variable.
14564         (sa_flags): Change type to int.
14566         * posix/Makefile (before-compile): Use += before-compile instead
14567         of a :=.
14569         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14570         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14572 2014-03-20  Andreas Schwab  <schwab@suse.de>
14574         [BZ #16743]
14575         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14576         non-matching result from nscd.
14578 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14580         * scripts/bench.py: Moved to ...
14581         * benchtests/scripts/bench.py: ... here.
14582         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14584 2014-03-24  Andreas Schwab  <schwab@suse.de>
14586         [BZ #16002]
14587         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14588         alloca_account and account alloca use for struct in6ailist.
14590 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14592         [BZ #16284]
14593         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14594         rounding mode to recompute results that overflow to infinity or
14595         underflow to zero.
14596         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14597         bug 16284.
14598         * math/auto-libm-test-out: Regenerated.
14599         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14600         (ccosh_test): Likewise.
14601         (csin_test_data): Use plus_oflow.
14602         (csin_test): Use ALL_RM_TEST.
14603         (csinh_test_data): Use plus_oflow.
14604         (csinh_test): Use ALL_RM_TEST.
14605         * sysdeps/i386/fpu/libm-test-ulps: Update.
14606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14608 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14610         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14611         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14612         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14614         [BZ #16731]
14615         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14616         when x - 1 is zero.
14617         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14618         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14619         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14620         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14621         argument is 1.
14622         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14623         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14624         zero.
14625         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14626         * sysdeps/i386/fpu/libm-test-ulps: Update.
14627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14629 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14631         * scripts/bench.pl: Remove file.
14632         * scripts/bench.py: New benchmark script.
14633         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14634         * benchtests/README: Mention python dependency.
14635         * scripts/pylintrc: New file.
14636         * scripts/pylint: New file.
14638         * bits/mathdef.h: Use #ifdef instead of #if.
14639         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14640         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14641         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14642         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14643         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14644         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14646 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14647             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14649         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14650         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14651         and strpbrk-ppc64 objects.
14652         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14653         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14654         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14655         multiarch strpbrk for POWER7.
14656         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14657         multiarch strpbrk for PPC64.
14658         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14659         ifunc selector.
14660         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14661         strpbrk for POWER7.
14663 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14665         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14666         (atan_test): Likewise.
14667         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14668         (atanh_test): Use ALL_RM_TEST.
14669         (atan2_test_data): Likewise.
14670         (cabs_test): Likewise.
14671         (cacosh_test): Likewise.
14672         (carg_test): Likewise.
14673         (casin_test): Likewise.
14674         (casinh_test): Likewise.
14675         (cbrt_test): Likewise.
14676         (csqrt_test): Likewise.
14677         (erf_test): Likewise.
14678         (erfc_test): Likewise.
14679         (pow10_test): Likewise.
14680         (exp2_test): Likewise.
14681         (hypot_test): Likewise.
14682         (j0_test): Likewise.
14683         (j1_test): Likewise.
14684         (lgamma_test): Likewise.
14685         (gamma_test): Likewise.
14686         (sincos_test): Likewise.
14687         (tanh_test): Likewise.
14688         (y0_test): Likewise.
14689         (y1_test): Likewise.
14690         * sysdeps/i386/fpu/libm-test-ulps: Update.
14691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14693 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14695         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14696         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14697         and strcspn-ppc64 objects.
14698         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14699         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14700         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14701         multiarch strcspn for POWER7.
14702         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14703         multiarch strcspn for PPC64.
14704         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14705         ifunc selector.
14706         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14707         strcspn for POWER7.
14709 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14711         * math/gen-libm-test.pl (generate_testfile): Expect only function
14712         name as argument to AUTO_TESTS_* and pass results for all rounding
14713         modes to parse_args.
14714         (parse_auto_input): Separate inputs of automatic tests from
14715         outputs before storing in %auto_tests.
14716         * math/libm-test.inc (acos_test_data): Update call to
14717         AUTO_TESTS_f_f.
14718         (acos_test): Use ALL_RM_TEST.
14719         (acos_tonearest_test_data): Remove.
14720         (acos_test_tonearest): Likewise.
14721         (acos_towardzero_test_data): Likewise.
14722         (acos_test_towardzero): Likewise.
14723         (acos_downward_test_data): Likewise.
14724         (acos_test_downward): Likewise.
14725         (acos_upward_test_data): Likewise.
14726         (acos_test_upward): Likewise.
14727         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14728         (asin_test_data): Likewise.
14729         (asin_test): Use ALL_RM_TEST.
14730         (asin_tonearest_test_data): Remove.
14731         (asin_test_tonearest): Likewise.
14732         (asin_towardzero_test_data): Likewise.
14733         (asin_test_towardzero): Likewise.
14734         (asin_downward_test_data): Likewise.
14735         (asin_test_downward): Likewise.
14736         (asin_upward_test_data): Likewise.
14737         (asin_test_upward): Likewise.
14738         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14739         (atan_test_data): Likewise.
14740         (atanh_test_data): Likewise.
14741         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14742         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14743         (carg_test_data): Likewise.
14744         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14745         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14746         (ccosh_test_data): Likewise.
14747         (cexp_test_data): Likewise.
14748         (clog_test_data): Likewise.
14749         (clog10_test_data): Likewise.
14750         (cos_test_data): Update call to AUTO_TESTS_f_f.
14751         (cos_test): Use ALL_RM_TEST.
14752         (cos_tonearest_test_data): Remove.
14753         (cos_test_tonearest): Likewise.
14754         (cos_towardzero_test_data): Likewise.
14755         (cos_test_towardzero): Likewise.
14756         (cos_downward_test_data): Likewise.
14757         (cos_test_downward): Likewise.
14758         (cos_upward_test_data): Likewise.
14759         (cos_test_upward): Likewise.
14760         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14761         (cosh_test): Use ALL_RM_TEST.
14762         (cosh_tonearest_test_data): Remove.
14763         (cosh_test_tonearest): Likewise.
14764         (cosh_towardzero_test_data): Likewise.
14765         (cosh_test_towardzero): Likewise.
14766         (cosh_downward_test_data): Likewise.
14767         (cosh_test_downward): Likewise.
14768         (cosh_upward_test_data): Likewise.
14769         (cosh_test_upward): Likewise.
14770         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14771         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14772         (ctan_test_data): Likewise.
14773         (ctan_test): Use ALL_RM_TEST.
14774         (ctan_tonearest_test_data): Remove.
14775         (ctan_test_tonearest): Likewise.
14776         (ctan_towardzero_test_data): Likewise.
14777         (ctan_test_towardzero): Likewise.
14778         (ctan_downward_test_data): Likewise.
14779         (ctan_test_downward): Likewise.
14780         (ctan_upward_test_data): Likewise.
14781         (ctan_test_upward): Likewise.
14782         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14783         (ctanh_test): Use ALL_RM_TEST.
14784         (ctanh_tonearest_test_data): Remove.
14785         (ctanh_test_tonearest): Likewise.
14786         (ctanh_towardzero_test_data): Likewise.
14787         (ctanh_test_towardzero): Likewise.
14788         (ctanh_downward_test_data): Likewise.
14789         (ctanh_test_downward): Likewise.
14790         (ctanh_upward_test_data): Likewise.
14791         (ctanh_test_upward): Likewise.
14792         (erf_test_data): Update call to AUTO_TESTS_f_f.
14793         (erfc_test_data): Likewise.
14794         (exp_test_data): Likewise.
14795         (exp_test): Use ALL_RM_TEST.
14796         (exp_tonearest_test_data): Remove.
14797         (exp_test_tonearest): Likewise.
14798         (exp_towardzero_test_data): Likewise.
14799         (exp_test_towardzero): Likewise.
14800         (exp_downward_test_data): Likewise.
14801         (exp_test_downward): Likewise.
14802         (exp_upward_test_data): Likewise.
14803         (exp_test_upward): Likewise.
14804         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14805         (exp10_test): Use ALL_RM_TEST.
14806         (exp10_tonearest_test_data): Remove.
14807         (exp10_test_tonearest): Likewise.
14808         (exp10_towardzero_test_data): Likewise.
14809         (exp10_test_towardzero): Likewise.
14810         (exp10_downward_test_data): Likewise.
14811         (exp10_test_downward): Likewise.
14812         (exp10_upward_test_data): Likewise.
14813         (exp10_test_upward): Likewise.
14814         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14815         (expm1_test_data): Likewise.
14816         (expm1_test): Use ALL_RM_TEST.
14817         (expm1_tonearest_test_data): Remove.
14818         (expm1_test_tonearest): Likewise.
14819         (expm1_towardzero_test_data): Likewise.
14820         (expm1_test_towardzero): Likewise.
14821         (expm1_downward_test_data): Likewise.
14822         (expm1_test_downward): Likewise.
14823         (expm1_upward_test_data): Likewise.
14824         (expm1_test_upward): Likewise.
14825         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14826         (fma_test): Use ALL_RM_TEST.
14827         (fma_towardzero_test_data): Remove.
14828         (fma_test_towardzero): Likewise.
14829         (fma_downward_test_data): Likewise.
14830         (fma_test_downward): Likewise.
14831         (fma_upward_test_data): Likewise.
14832         (fma_test_upward): Likewise.
14833         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14834         (j0_test_data): Update call to AUTO_TESTS_f_f.
14835         (j1_test_data): Likewise.
14836         (jn_test_data): Update call to AUTO_TESTS_if_f.
14837         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14838         (log_test_data): Update call to AUTO_TESTS_f_f.
14839         (log10_test_data): Likewise.
14840         (log1p_test_data): Likewise.
14841         (log2_test_data): Likewise.
14842         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14843         (pow_tonearest_test_data): Likewise.
14844         (sin_test_data): Update call to AUTO_TESTS_f_f.
14845         (sin_test): Use ALL_RM_TEST.
14846         (sin_tonearest_test_data): Remove.
14847         (sin_test_tonearest): Likewise.
14848         (sin_towardzero_test_data): Likewise.
14849         (sin_test_towardzero): Likewise.
14850         (sin_downward_test_data): Likewise.
14851         (sin_test_downward): Likewise.
14852         (sin_upward_test_data): Likewise.
14853         (sin_test_upward): Likewise.
14854         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14855         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14856         (sinh_test): Use ALL_RM_TEST.
14857         (sinh_tonearest_test_data): Remove.
14858         (sinh_test_tonearest): Likewise.
14859         (sinh_towardzero_test_data): Likewise.
14860         (sinh_test_towardzero): Likewise.
14861         (sinh_downward_test_data): Likewise.
14862         (sinh_test_downward): Likewise.
14863         (sinh_upward_test_data): Likewise.
14864         (sinh_test_upward): Likewise.
14865         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14866         (sqrt_test): Use ALL_RM_TEST.
14867         (sqrt_tonearest_test_data): Remove.
14868         (sqrt_test_tonearest): Likewise.
14869         (sqrt_towardzero_test_data): Likewise.
14870         (sqrt_test_towardzero): Likewise.
14871         (sqrt_downward_test_data): Likewise.
14872         (sqrt_test_downward): Likewise.
14873         (sqrt_upward_test_data): Likewise.
14874         (sqrt_test_upward): Likewise.
14875         (tan_test_data): Update call to AUTO_TESTS_f_f.
14876         (tan_test): Use ALL_RM_TEST.
14877         (tan_tonearest_test_data): Remove.
14878         (tan_test_tonearest): Likewise.
14879         (tan_towardzero_test_data): Likewise.
14880         (tan_test_towardzero): Likewise.
14881         (tan_downward_test_data): Likewise.
14882         (tan_test_downward): Likewise.
14883         (tan_upward_test_data): Likewise.
14884         (tan_test_upward): Likewise.
14885         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14886         (tgamma_test_data): Likewise.
14887         (y0_test_data): Likewise.
14888         (y1_test_data): Likewise.
14889         (yn_test_data): Update call to AUTO_TESTS_if_f.
14890         (main): Do not call removed functions.
14892 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14894         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14895         (ldexp_test_data): Remove.
14896         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14897         scalbn_test_data.
14898         (scalb_test): Use ALL_RM_TEST.
14900 2014-03-19  Andreas Schwab  <schwab@suse.de>
14902         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14904 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14906         [BZ #16649]
14907         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14908         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14909         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14910         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14911         (__ASSUME_PREADV): Undefine.
14912         (__ASSUME_PWRITEV): Likewise.
14914 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14916         * bits/mman-linux.h: Add comment about non-Linux use.
14917         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14918         bits/mman-linux.h resting place.
14920         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14921         * bits/mman-linux.h: ... here.
14923 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14925         * conform/conformtest.pl: Add standard definition when calling C
14926         preprocessor on data files.
14927         (checknamespace): Remove unused variable.
14929 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14931         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14932         minus_oflow, plus_uflow and minus_uflow in expected results.
14933         * math/libm-test.inc (scalbn_test_data): Add more tests of
14934         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14935         minus_uflow.
14936         (scalbn_test): Use ALL_RM_TEST.
14937         (scalbln_test_data): Add more tests of negative arguments.  Use
14938         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14939         (scalbln_test): Use ALL_RM_TEST.
14941 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14943         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14945 2014-03-18  Will Newton  <will.newton@linaro.org>
14947         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14948         inaccurate comment.
14950 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14952         * Makerules [!subdir] (check-abi): Exit with error status if a
14953         test failed.
14955 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14957         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14958         for rint.  Include results for all rounding modes.
14959         (nearbyint_test): Use ALL_RM_TEST.
14960         (rint_test_data): Include all tests used for nearbyint.
14962 2014-03-17  Will Newton  <will.newton@linaro.org>
14964         * nptl/sysdeps/pthread/pthread.h: Revert previous
14965         change.
14967         * sysdeps/generic/ldsodefs.h: Revert previous
14968         change.
14970         * libio/genops.c: Revert previous change.
14971         * libio/libioP.h: Likewise.
14972         * stdio-common/vfprintf.c: Likewise.
14974         * sysdeps/generic/math_private.h: Revert previous
14975         change.
14977         * sysdeps/generic/math_private.h: Check whether
14978         HAVE_RM_CTX is defined with #ifdef rather
14979         than #if.
14981         * argp/argp-fmtstream.h: Check whether
14982         __STRICT_ANSI__ is defined with #ifdef rather
14983         than #if.
14984         * argp/argp.h: Likewise.
14986         * libio/genops.c: Check whether
14987         _IO_JUMPS_OFFSET is defined with #ifdef rather
14988         than #if.
14989         * libio/libioP.h: Likewise.
14990         * stdio-common/vfprintf.c: Likewise.
14992         * sysdeps/generic/ldsodefs.h: Check whether
14993         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14994         than #if.
14996         * nptl/sysdeps/pthread/pthread.h: Check
14997         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14998         its value.
15000 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15002         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15003         setting O_APPEND.
15004         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15005         test case.
15007         [BZ #16680]
15008         * libio/fileops.c (_IO_file_open): Seek to end of file but
15009         don't cache the offset.
15010         (get_file_offset): Remove function.
15011         (do_ftell): Use cached offset when available.
15012         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15013         don't cache the offset.
15014         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15015         case.
15016         (do_one_test): Call it.
15017         (do_ftell_test): Fix up expected old offset for a+ mode.
15018         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15019         available.
15021         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15022         up test status with function return status.
15023         (do_write_test): Likewise.
15024         (do_append_test): Likewise.
15026         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15027         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15028         Remove.
15030 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15032         * math/gen-libm-test.pl (parse_args): Handle results specified for
15033         each rounding mode separately.
15034         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15035         tests and results from lrint_tonearest_test_data,
15036         lrint_towardzero_test_data, lrint_downward_test_data and
15037         lrint_upward_test_data.
15038         (lrint_test): Use ALL_RM_TEST.
15039         (lrint_tonearest_test_data): Remove.
15040         (lrint_test_tonearest): Likewise.
15041         (lrint_towardzero_test_data): Likewise.
15042         (lrint_test_towardzero): Likewise.
15043         (lrint_downward_test_data): Likewise.
15044         (lrint_test_downward): Likewise.
15045         (lrint_upward_test_data): Likewise.
15046         (lrint_test_upward): Likewise.
15047         (llrint_test_data): Merge in per-rounding-mode tests and results
15048         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15049         llrint_downward_test_data and llrint_upward_test_data.
15050         (llrint_test): Use ALL_RM_TEST.
15051         (llrint_tonearest_test_data): Remove.
15052         (llrint_test_tonearest): Likewise.
15053         (llrint_towardzero_test_data): Likewise.
15054         (llrint_test_towardzero): Likewise.
15055         (llrint_downward_test_data): Likewise.
15056         (llrint_test_downward): Likewise.
15057         (llrint_upward_test_data): Likewise.
15058         (llrint_test_upward): Likewise.
15059         (rint_test_data): Merge in per-rounding-mode tests and results
15060         from rint_tonearest_test_data, rint_towardzero_test_data,
15061         rint_downward_test_data and rint_upward_test_data.  Add
15062         per-rounding-mode results for tests not in those arrays.
15063         (rint_test): Use ALL_RM_TEST.
15064         (rint_tonearest_test_data): Remove.
15065         (rint_test_tonearest): Likewise.
15066         (rint_towardzero_test_data): Likewise.
15067         (rint_test_towardzero): Likewise.
15068         (rint_downward_test_data): Likewise.
15069         (rint_test_downward): Likewise.
15070         (rint_upward_test_data): Likewise.
15071         (rint_test_upward): Likewise.
15072         (main): Don't call removed functions.
15074 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15076         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15077         "Compiled on ..." crapola.  It is anti-useful.
15079 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15081         * scripts/evaluate-test.sh: Handle fourth argument to determine
15082         whether test run should stop on failure.
15083         * Makeconfig (stop-on-test-failure): New variable.
15084         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15085         $(stop-on-test-failure).
15086         * Makefile (tests): Give a summary of results from testing and
15087         exit with failure status if they include an ERROR or FAIL.
15088         (xtests): Likewise.
15089         * manual/install.texi (Configuring and compiling): Mention
15090         stop-on-test-failure=y.
15091         * INSTALL: Regenerated.
15093 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15095         * scripts/versionlist.awk: New file.
15096         * Makerules [$(build-shared) = yes]
15097         (postclean-generated): Add Versions.def, not Versions.def.v and
15098         Versions.def.v.i.
15099         ($(common-objpfx)Versions.def.v.i): Target removed.
15100         ($(common-objpfx)Versions.def): New target.
15101         ($(common-objpfx)Versions.all): Depend on that rather that
15102         $(common-objpfx)Versions.def.v.
15103         * Versions.def: File removed.
15105         * Makeconfig (+gccwarn): Add -Wundef.
15106         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15107         a dl-sysdep.h breaking its contract.
15108         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15109         * include/stackinfo.h: New file.
15110         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15111         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15112         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15113         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15114         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15115         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15116         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15117         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15118         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15119         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15120         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15121         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15122         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15123         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15124         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15126 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15128         [BZ #16707]
15129         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15130         implementation.
15131         * math/libm-test.inc (round_test_data): Add more tests.
15133         [BZ #16706]
15134         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15135         implementation.
15136         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15138         [BZ #16701]
15139         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15140         implementation.
15141         * math/libm-test.inc (ceil_test_data): Add more tests.
15143         * math/libm-test.inc (trunc_test_data): Add more tests related to
15144         BZ#16414.
15146 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15148         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15149         with #if rather than #ifdef.
15150         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15152 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15154         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15155         first.  Disable AVX-512 GCC support if assembler doesn't support
15156         it.
15157         * sysdeps/x86_64/configure: Regenerated.
15159 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15161         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15162         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15163         (__old_pthread_attr_setstack): Likewise.
15164         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15165         [!_STACK_GROWS_DOWN]: Likewise.
15167 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15169         * config.make.in (have-bash2): Delete.
15170         * configure.ac (libc_cv_have_bash2): Delete.
15171         * configure: Regenerate.
15172         * elf/Makefile (common-ldd-rewrite): Rename to ...
15173         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15174         (sh-ldd-rewrite): Delete.
15175         (bash-ldd-rewrite): Delete.
15176         (have-bash2): Delete checks.
15177         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15178         ldd-rewrite.
15180         * config.make.in (have-ksh): Delete.
15181         (KSH): Delete.
15182         * configure.ac (libc_cv_have_ksh): Delete.
15183         * configure: Regenerate.
15185         * elf/Makefile: Delete $(have-ksh) check.
15186         ($(objpfx)sotruss): Change KSH to BASH.
15187         * elf/sotruss.ksh: Rename to ...
15188         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15189         function style to match POSIX.  Drop ksh vim mode setting.
15191         * manual/time.texi (Specifying the Time Zone with TZ): Change
15192         Tuesday to Thursday.
15194         * debug/tst-longjmp_chk2.c: Update header comment.
15195         (stackoverflow_handler): Add comment.  Call assert on pass value.
15197 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15199         [BZ #16194]
15200         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15201         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15202         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15203         (La_x86_64_vector): Add zmm.
15204         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15205         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15206         ($(objpfx)tst-audit10): New target.
15207         ($(objpfx)tst-audit10.out): Likewise.
15208         (tst-audit10-ENV): New.
15209         (AVX512-CFLAGS): Likewise.
15210         (CFLAGS-tst-audit10.c): Likewise.
15211         (CFLAGS-tst-auditmod10a.c): Likewise.
15212         (CFLAGS-tst-auditmod10b.c): Likewise.
15213         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15214         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15215         * sysdeps/x86_64/configure: Regenerated.
15216         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15217         AVX-512 zmm register support.
15218         (_dl_x86_64_save_sse): Likewise.
15219         (_dl_x86_64_restore_sse): Likewise.
15220         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15221         size vector registers.
15222         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15223         (ZMM_SIZE): Likewise.
15224         * sysdeps/x86_64/tst-audit10.c: New file.
15225         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15226         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15228 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15230         * configure.ac (HAVE_EHDR_START): New check.
15231         * configure: Regenerated.
15232         * config.h.in (HAVE_EHDR_START): New #undef.
15233         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15234         assuming the lowest-addressed segment maps the start of the file.
15236 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15238         * INSTALL: Regenerated.
15240 2014-03-13  Will Newton  <will.newton@linaro.org>
15242         * manual/setjmp.texi (System V contexts): Improve
15243         clarity and grammar of documentation.
15245 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15247         [BZ #16381]
15248         * elf/Makefile (tests): Add tst-pie2.
15249         (tests-pie): Add tst-pie2.
15250         * elf/tst-pie2.c: New file.
15251         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15252         for ET_EXEC.
15253         * elf/rtld.c (map_doit): Load executable as lt_executable.
15254         (dl_main): Likewise.
15256 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15258         [BZ #16642]
15259         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15260         (__ASSUME_PSELECT): Undefine.
15262 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15264         [BZ #16689]
15265         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15266         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15267         static build.
15268         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15269         selector for static builds.
15271 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15273         [BZ #16695]
15274         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15275         key in the buffer.
15277 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15279         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15280         IFUNC selector for static builds.
15282 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15284         * sysdeps/mips/math_private.h [__mips_hard_float]
15285         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15286         libc_feresetround_mips_ctx.
15287         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15288         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15289         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15291         [BZ #16677]
15292         * math/s_nextafter.c (__nextafter): Do not return value from
15293         overflowing computation.
15294         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15295         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15296         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15297         Likewise.
15298         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15299         Likewise.
15300         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15301         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15303 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15305         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15306         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15307         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15308         the new mov targetting sp.
15310 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15312         [BZ #16683]
15313         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15314         Define it for static builds as well.
15315         (NO_BZERO_IMPL): Likewise.
15317 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15319         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15320         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15321         multiarch strspn for PPC64.
15322         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15323         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15324         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15325         (__libc_ifunc_impl_list): Likewise.
15326         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15327         multiarch optimizations
15328         * string/strspn.c (strspn): Using macro to redefine symbol name.
15330 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15331             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15333         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15334         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15335         multiarch strncat for PPC64.
15336         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15337         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15338         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15339         (__libc_ifunc_impl_list): Likewise.
15340         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15341         multiarch optimizations
15343 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15345         [BZ #16639]
15346         * nscd/nscd.service: Make service type forking.
15348 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15350         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15351         sign in non default rounding modes.
15352         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15354 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15356         * math/libm-test.inc (ALL_RM_TEST): New macro.
15357         (ceil_test): Use ALL_RM_TEST.
15358         (cimag_test): Likewise.
15359         (conj_test): Likewise.
15360         (copysign_test): Likewise.
15361         (cproj_test): Likewise.
15362         (creal_test): Likewise.
15363         (fabs_test): Likewise.
15364         (floor_test): Likewise.
15365         (fmax_test): Likewise.
15366         (fmin_test): Likewise.
15367         (fmod_test): Likewise.
15368         (fpclassify_test): Likewise.
15369         (frexp_test): Likewise.
15370         (ilogb_test): Likewise.
15371         (isfinite_test): Likewise.
15372         (finite_test): Likewise.
15373         (isgreater_test): Likewise.
15374         (isgreaterequal_test): Likewise.
15375         (isinf_test): Likewise.
15376         (isless_test): Likewise.
15377         (islessequal_test): Likewise.
15378         (islessgreater_test): Likewise.
15379         (isnan_test): Likewise.
15380         (isnormal_test): Likewise.
15381         (issignaling_test): Likewise.
15382         (isunordered_test): Likewise.
15383         (logb_test): Likewise.
15384         (logb_downward_test_data): Remove.
15385         (logb_test_downward): Likewise.
15386         (lround_test): Use ALL_RM_TEST.
15387         (llround_test): Likewise.
15388         (modf_test): Likewise.
15389         (nexttoward_test): Likewise.
15390         (remainder_test): Likewise.
15391         (drem_test): Likewise.
15392         (remainder_tonearest_test_data): Likewise.
15393         (remainder_test_tonearest): Likewise.
15394         (drem_test_tonearest): Likewise.
15395         (remainder_towardzero_test_data): Likewise.
15396         (remainder_test_towardzero): Likewise.
15397         (drem_test_towardzero): Likewise.
15398         (remainder_downward_test_data): Likewise.
15399         (remainder_test_downward): Likewise.
15400         (drem_test_downward): Likewise.
15401         (remainder_upward_test_data): Likewise.
15402         (remainder_test_upward): Likewise.
15403         (drem_test_upward): Likewise.
15404         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15405         (round_test): Use ALL_RM_TEST.
15406         (signbit_test): Likewise.
15407         (trunc_test): Likewise.
15408         (significand_test): Likewise.
15409         (main): Don't call removed functions.
15411 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15413         [BZ #16674]
15414         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15415         || __USE_XOPEN2K8].
15416         (ILL_ILLOPN): Likewise.
15417         (ILL_ILLADR): Likewise.
15418         (ILL_ILLTRP): Likewise.
15419         (ILL_PRVOPC): Likewise.
15420         (ILL_PRVREG): Likewise.
15421         (ILL_COPROC): Likewise.
15422         (ILL_BADSTK): Likewise.
15423         (FPE_INTDIV): Likewise.
15424         (FPE_INTOVF): Likewise.
15425         (FPE_FLTDIV): Likewise.
15426         (FPE_FLTOVF): Likewise.
15427         (FPE_FLTUND): Likewise.
15428         (FPE_FLTRES): Likewise.
15429         (FPE_FLTINV): Likewise.
15430         (FPE_FLTSUB): Likewise.
15431         (SEGV_MAPERR): Likewise.
15432         (SEGV_ACCERR): Likewise.
15433         (BUS_ADRALN): Likewise.
15434         (BUS_ADRERR): Likewise.
15435         (BUS_OBJERR): Likewise.
15436         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15437         (TRAP_TRACE): Likewise.
15438         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15439         __USE_XOPEN2K8].
15440         (CLD_KILLED): Likewise.
15441         (CLD_DUMPED): Likewise.
15442         (CLD_TRAPPED): Likewise.
15443         (CLD_STOPPED): Likewise.
15444         (CLD_CONTINUED): Likewise.
15445         (POLL_IN): Likewise.
15446         (POLL_OUT): Likewise.
15447         (POLL_MSG): Likewise.
15448         (POLL_ERR): Likewise.
15449         (POLL_PRI): Likewise.
15450         (POLL_HUP): Likewise.
15451         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15452         Likewise.
15453         (ILL_ILLOPN): Likewise.
15454         (ILL_ILLADR): Likewise.
15455         (ILL_ILLTRP): Likewise.
15456         (ILL_PRVOPC): Likewise.
15457         (ILL_PRVREG): Likewise.
15458         (ILL_COPROC): Likewise.
15459         (ILL_BADSTK): Likewise.
15460         (FPE_INTDIV): Likewise.
15461         (FPE_INTOVF): Likewise.
15462         (FPE_FLTDIV): Likewise.
15463         (FPE_FLTOVF): Likewise.
15464         (FPE_FLTUND): Likewise.
15465         (FPE_FLTRES): Likewise.
15466         (FPE_FLTINV): Likewise.
15467         (FPE_FLTSUB): Likewise.
15468         (SEGV_MAPERR): Likewise.
15469         (SEGV_ACCERR): Likewise.
15470         (BUS_ADRALN): Likewise.
15471         (BUS_ADRERR): Likewise.
15472         (BUS_OBJERR): Likewise.
15473         (BUS_MCEERR_AR): Likewise.
15474         (BUS_MCEERR_AO): Likewise.
15475         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15476         (TRAP_TRACE): Likewise.
15477         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15478         __USE_XOPEN2K8].
15479         (CLD_KILLED): Likewise.
15480         (CLD_DUMPED): Likewise.
15481         (CLD_TRAPPED): Likewise.
15482         (CLD_STOPPED): Likewise.
15483         (CLD_CONTINUED): Likewise.
15484         (POLL_IN): Likewise.
15485         (POLL_OUT): Likewise.
15486         (POLL_MSG): Likewise.
15487         (POLL_ERR): Likewise.
15488         (POLL_PRI): Likewise.
15489         (POLL_HUP): Likewise.
15490         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15491         (ILL_ILLOPN): Likewise.
15492         (ILL_ILLADR): Likewise.
15493         (ILL_ILLTRP): Likewise.
15494         (ILL_PRVOPC): Likewise.
15495         (ILL_PRVREG): Likewise.
15496         (ILL_COPROC): Likewise.
15497         (ILL_BADSTK): Likewise.
15498         (FPE_INTDIV): Likewise.
15499         (FPE_INTOVF): Likewise.
15500         (FPE_FLTDIV): Likewise.
15501         (FPE_FLTOVF): Likewise.
15502         (FPE_FLTUND): Likewise.
15503         (FPE_FLTRES): Likewise.
15504         (FPE_FLTINV): Likewise.
15505         (FPE_FLTSUB): Likewise.
15506         (SEGV_MAPERR): Likewise.
15507         (SEGV_ACCERR): Likewise.
15508         (BUS_ADRALN): Likewise.
15509         (BUS_ADRERR): Likewise.
15510         (BUS_OBJERR): Likewise.
15511         (BUS_MCEERR_AR): Likewise.
15512         (BUS_MCEERR_AO): Likewise.
15513         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15514         (TRAP_TRACE): Likewise.
15515         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15516         __USE_XOPEN2K8].
15517         (CLD_KILLED): Likewise.
15518         (CLD_DUMPED): Likewise.
15519         (CLD_TRAPPED): Likewise.
15520         (CLD_STOPPED): Likewise.
15521         (CLD_CONTINUED): Likewise.
15522         (POLL_IN): Likewise.
15523         (POLL_OUT): Likewise.
15524         (POLL_MSG): Likewise.
15525         (POLL_ERR): Likewise.
15526         (POLL_PRI): Likewise.
15527         (POLL_HUP): Likewise.
15528         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15529         Likewise.
15530         (ILL_ILLOPN): Likewise.
15531         (ILL_ILLADR): Likewise.
15532         (ILL_ILLTRP): Likewise.
15533         (ILL_PRVOPC): Likewise.
15534         (ILL_PRVREG): Likewise.
15535         (ILL_COPROC): Likewise.
15536         (ILL_BADSTK): Likewise.
15537         (ILL_BADIADDR): Likewise.
15538         (ILL_BREAK): Likewise.
15539         (FPE_INTDIV): Likewise.
15540         (FPE_INTOVF): Likewise.
15541         (FPE_FLTDIV): Likewise.
15542         (FPE_FLTOVF): Likewise.
15543         (FPE_FLTUND): Likewise.
15544         (FPE_FLTRES): Likewise.
15545         (FPE_FLTINV): Likewise.
15546         (FPE_FLTSUB): Likewise.
15547         (FPE_DECOVF): Likewise.
15548         (FPE_DECDIV): Likewise.
15549         (FPE_DECERR): Likewise.
15550         (FPE_INVASC): Likewise.
15551         (FPE_INVDEC): Likewise.
15552         (SEGV_MAPERR): Likewise.
15553         (SEGV_ACCERR): Likewise.
15554         (SEGV_PSTKOVF): Likewise.
15555         (BUS_ADRALN): Likewise.
15556         (BUS_ADRERR): Likewise.
15557         (BUS_OBJERR): Likewise.
15558         (BUS_MCEERR_AR): Likewise.
15559         (BUS_MCEERR_AO): Likewise.
15560         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15561         (TRAP_TRACE): Likewise.
15562         (TRAP_BRANCH): Likewise.
15563         (TRAP_HWBKPT): Likewise.
15564         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15565         __USE_XOPEN2K8].
15566         (CLD_KILLED): Likewise.
15567         (CLD_DUMPED): Likewise.
15568         (CLD_TRAPPED): Likewise.
15569         (CLD_STOPPED): Likewise.
15570         (CLD_CONTINUED): Likewise.
15571         (POLL_IN): Likewise.
15572         (POLL_OUT): Likewise.
15573         (POLL_MSG): Likewise.
15574         (POLL_ERR): Likewise.
15575         (POLL_PRI): Likewise.
15576         (POLL_HUP): Likewise.
15577         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15578         (ILL_ILLOPN): Likewise.
15579         (ILL_ILLADR): Likewise.
15580         (ILL_ILLTRP): Likewise.
15581         (ILL_PRVOPC): Likewise.
15582         (ILL_PRVREG): Likewise.
15583         (ILL_COPROC): Likewise.
15584         (ILL_BADSTK): Likewise.
15585         (FPE_INTDIV): Likewise.
15586         (FPE_INTOVF): Likewise.
15587         (FPE_FLTDIV): Likewise.
15588         (FPE_FLTOVF): Likewise.
15589         (FPE_FLTUND): Likewise.
15590         (FPE_FLTRES): Likewise.
15591         (FPE_FLTINV): Likewise.
15592         (FPE_FLTSUB): Likewise.
15593         (SEGV_MAPERR): Likewise.
15594         (SEGV_ACCERR): Likewise.
15595         (BUS_ADRALN): Likewise.
15596         (BUS_ADRERR): Likewise.
15597         (BUS_OBJERR): Likewise.
15598         (BUS_MCEERR_AR): Likewise.
15599         (BUS_MCEERR_AO): Likewise.
15600         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15601         (TRAP_TRACE): Likewise.
15602         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15603         __USE_XOPEN2K8].
15604         (CLD_KILLED): Likewise.
15605         (CLD_DUMPED): Likewise.
15606         (CLD_TRAPPED): Likewise.
15607         (CLD_STOPPED): Likewise.
15608         (CLD_CONTINUED): Likewise.
15609         (POLL_IN): Likewise.
15610         (POLL_OUT): Likewise.
15611         (POLL_MSG): Likewise.
15612         (POLL_ERR): Likewise.
15613         (POLL_PRI): Likewise.
15614         (POLL_HUP): Likewise.
15615         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15616         (ILL_ILLOPN): Likewise.
15617         (ILL_ILLADR): Likewise.
15618         (ILL_ILLTRP): Likewise.
15619         (ILL_PRVOPC): Likewise.
15620         (ILL_PRVREG): Likewise.
15621         (ILL_COPROC): Likewise.
15622         (ILL_BADSTK): Likewise.
15623         (FPE_INTDIV): Likewise.
15624         (FPE_INTOVF): Likewise.
15625         (FPE_FLTDIV): Likewise.
15626         (FPE_FLTOVF): Likewise.
15627         (FPE_FLTUND): Likewise.
15628         (FPE_FLTRES): Likewise.
15629         (FPE_FLTINV): Likewise.
15630         (FPE_FLTSUB): Likewise.
15631         (SEGV_MAPERR): Likewise.
15632         (SEGV_ACCERR): Likewise.
15633         (BUS_ADRALN): Likewise.
15634         (BUS_ADRERR): Likewise.
15635         (BUS_OBJERR): Likewise.
15636         (BUS_MCEERR_AR): Likewise.
15637         (BUS_MCEERR_AO): Likewise.
15638         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15639         (TRAP_TRACE): Likewise.
15640         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15641         __USE_XOPEN2K8].
15642         (CLD_KILLED): Likewise.
15643         (CLD_DUMPED): Likewise.
15644         (CLD_TRAPPED): Likewise.
15645         (CLD_STOPPED): Likewise.
15646         (CLD_CONTINUED): Likewise.
15647         (POLL_IN): Likewise.
15648         (POLL_OUT): Likewise.
15649         (POLL_MSG): Likewise.
15650         (POLL_ERR): Likewise.
15651         (POLL_PRI): Likewise.
15652         (POLL_HUP): Likewise.
15653         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15654         (ILL_ILLOPN): Likewise.
15655         (ILL_ILLADR): Likewise.
15656         (ILL_ILLTRP): Likewise.
15657         (ILL_PRVOPC): Likewise.
15658         (ILL_PRVREG): Likewise.
15659         (ILL_COPROC): Likewise.
15660         (ILL_BADSTK): Likewise.
15661         (FPE_INTDIV): Likewise.
15662         (FPE_INTOVF): Likewise.
15663         (FPE_FLTDIV): Likewise.
15664         (FPE_FLTOVF): Likewise.
15665         (FPE_FLTUND): Likewise.
15666         (FPE_FLTRES): Likewise.
15667         (FPE_FLTINV): Likewise.
15668         (FPE_FLTSUB): Likewise.
15669         (SEGV_MAPERR): Likewise.
15670         (SEGV_ACCERR): Likewise.
15671         (BUS_ADRALN): Likewise.
15672         (BUS_ADRERR): Likewise.
15673         (BUS_OBJERR): Likewise.
15674         (BUS_MCEERR_AR): Likewise.
15675         (BUS_MCEERR_AO): Likewise.
15676         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15677         (TRAP_TRACE): Likewise.
15678         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15679         __USE_XOPEN2K8].
15680         (CLD_KILLED): Likewise.
15681         (CLD_DUMPED): Likewise.
15682         (CLD_TRAPPED): Likewise.
15683         (CLD_STOPPED): Likewise.
15684         (CLD_CONTINUED): Likewise.
15685         (POLL_IN): Likewise.
15686         (POLL_OUT): Likewise.
15687         (POLL_MSG): Likewise.
15688         (POLL_ERR): Likewise.
15689         (POLL_PRI): Likewise.
15690         (POLL_HUP): Likewise.
15691         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15692         (ILL_ILLOPN): Likewise.
15693         (ILL_ILLADR): Likewise.
15694         (ILL_ILLTRP): Likewise.
15695         (ILL_PRVOPC): Likewise.
15696         (ILL_PRVREG): Likewise.
15697         (ILL_COPROC): Likewise.
15698         (ILL_BADSTK): Likewise.
15699         (ILL_DBLFLT): Likewise.
15700         (ILL_HARDWALL): Likewise.
15701         (FPE_INTDIV): Likewise.
15702         (FPE_INTOVF): Likewise.
15703         (FPE_FLTDIV): Likewise.
15704         (FPE_FLTOVF): Likewise.
15705         (FPE_FLTUND): Likewise.
15706         (FPE_FLTRES): Likewise.
15707         (FPE_FLTINV): Likewise.
15708         (FPE_FLTSUB): Likewise.
15709         (SEGV_MAPERR): Likewise.
15710         (SEGV_ACCERR): Likewise.
15711         (BUS_ADRALN): Likewise.
15712         (BUS_ADRERR): Likewise.
15713         (BUS_OBJERR): Likewise.
15714         (BUS_MCEERR_AR): Likewise.
15715         (BUS_MCEERR_AO): Likewise.
15716         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15717         (TRAP_TRACE): Likewise.
15718         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15719         __USE_XOPEN2K8].
15720         (CLD_KILLED): Likewise.
15721         (CLD_DUMPED): Likewise.
15722         (CLD_TRAPPED): Likewise.
15723         (CLD_STOPPED): Likewise.
15724         (CLD_CONTINUED): Likewise.
15725         (POLL_IN): Likewise.
15726         (POLL_OUT): Likewise.
15727         (POLL_MSG): Likewise.
15728         (POLL_ERR): Likewise.
15729         (POLL_PRI): Likewise.
15730         (POLL_HUP): Likewise.
15731         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15732         (ILL_ILLOPN): Likewise.
15733         (ILL_ILLADR): Likewise.
15734         (ILL_ILLTRP): Likewise.
15735         (ILL_PRVOPC): Likewise.
15736         (ILL_PRVREG): Likewise.
15737         (ILL_COPROC): Likewise.
15738         (ILL_BADSTK): Likewise.
15739         (FPE_INTDIV): Likewise.
15740         (FPE_INTOVF): Likewise.
15741         (FPE_FLTDIV): Likewise.
15742         (FPE_FLTOVF): Likewise.
15743         (FPE_FLTUND): Likewise.
15744         (FPE_FLTRES): Likewise.
15745         (FPE_FLTINV): Likewise.
15746         (FPE_FLTSUB): Likewise.
15747         (SEGV_MAPERR): Likewise.
15748         (SEGV_ACCERR): Likewise.
15749         (BUS_ADRALN): Likewise.
15750         (BUS_ADRERR): Likewise.
15751         (BUS_OBJERR): Likewise.
15752         (BUS_MCEERR_AR): Likewise.
15753         (BUS_MCEERR_AO): Likewise.
15754         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15755         (TRAP_TRACE): Likewise.
15756         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15757         __USE_XOPEN2K8].
15758         (CLD_KILLED): Likewise.
15759         (CLD_DUMPED): Likewise.
15760         (CLD_TRAPPED): Likewise.
15761         (CLD_STOPPED): Likewise.
15762         (CLD_CONTINUED): Likewise.
15763         (POLL_IN): Likewise.
15764         (POLL_OUT): Likewise.
15765         (POLL_MSG): Likewise.
15766         (POLL_ERR): Likewise.
15767         (POLL_PRI): Likewise.
15768         (POLL_HUP): Likewise.
15769         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15770         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15772         [BZ #16670]
15773         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15774         before #include of <time.h>.
15775         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15776         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15777         (test-xfail-UNIX98/sched.h/conform): Likewise.
15779 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15781         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15782         error absence of trapping exception support.
15783         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15785 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15787         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15788         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15789         * timezone/Makefile (testdata): Move definition above include of
15790         Rules.
15791         (test-zones): New variable.
15792         (tests-special): Add zone files.
15793         (build-testdata): Use $(evaluate-test).
15795         * elf/Makefile (tests-special): Rename tests to end with .out.
15796         ($(objpfx)noload-mem): Likewise.
15797         ($(objpfx)tst-leaks1-mem): Likewise.
15798         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15799         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15800         $(objpfx)test-iconvconfig.out.
15801         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15802         set -e inside subshell and redirect output to file.
15803         * iconvdata/Makefile (generated): Rename tests to end with .out.
15804         Correct type.
15805         (tests-special): Rename tests to end with .out.
15806         ($(objpfx)mtrace-tst-loading): Likewise.
15807         * intl/Makefile (generated): Likewise.
15808         (tests-special): Likewise.
15809         ($(objpfx)mtrace-tst-gettext): Likewise.
15810         * misc/Makefile (generated): Likewise.
15811         (tests-special): Likewise.
15812         ($(objpfx)tst-error1-mem): Likewise.
15813         * nptl/Makefile (tests-special): Likewise.
15814         ($(objpfx)tst-stack3-mem): Likewise.
15815         (generated): Likewise.
15816         * posix/Makefile (generated): Likewise.
15817         (tests-special): Likewise.
15818         (xtests-special): Likewise.
15819         ($(objpfx)tst-fnmatch-mem): Likewise.
15820         ($(objpfx)bug-regex2-mem): Likewise.
15821         ($(objpfx)bug-regex14-mem): Likewise.
15822         ($(objpfx)bug-regex21-mem): Likewise.
15823         ($(objpfx)bug-regex31-mem): Likewise.
15824         ($(objpfx)tst-vfork3-mem): Likewise.
15825         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15826         ($(objpfx)tst-pcre-mem): Likewise.
15827         ($(objpfx)tst-boost-mem): Likewise.
15828         ($(objpfx)bug-ga2-mem): Likewise.
15829         ($(objpfx)bug-glob2-mem): Likewise.
15830         * resolv/Makefile (generate): Likewise.
15831         (tests-special): Likewise.
15832         (xtests-special): Likewise.
15833         (generated): Likewise.
15834         ($(objpfx)mtrace-tst-leaks): Likewise.
15835         ($(objpfx)mtrace-tst-leaks2): Likewise.
15837         * scripts/merge-test-results.sh: New file.
15838         * Makefile (tests-special-notdir): New variable.
15839         (tests): Run merge-test-results.sh.
15840         (xtests): Likewise.
15841         * Rules (tests-special-notdir): New variable.
15842         (xtests-special-notdir): Likewise.
15843         (tests): Run merge-test-results.sh
15844         (xtests): Likewise.
15846         * Makeconfig (test-xfail-name): New variable.
15847         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15848         compute variable name for expected failures.
15849         * conform/Makefile (conformtest-headers-data): New variable.
15850         (conformtest-standards): Likewise.
15851         (conformtest-headers-ISO): Likewise.
15852         (conformtest-headers-ISO99): Likewise.
15853         (conformtest-headers-ISO11): Likewise.
15854         (conformtest-headers-POSIX): Likewise.
15855         (conformtest-headers-XPG3): Likewise.
15856         (conformtest-headers-XPG4): Likewise.
15857         (conformtest-headers-UNIX98): Likewise.
15858         (conformtest-headers-XOPEN2K): Likewise.
15859         (conformtest-headers-POSIX2008): Likewise.
15860         (conformtest-headers-XOPEN2K8): Likewise.
15861         (conformtest-header-list-base): Likewise.
15862         (conformtest-header-list-tests): Likewise.
15863         (conformtest-header-base): Likewise.
15864         (conformtest-header-tests): Likewise.
15865         (tests-special): Add $(conformtest-header-list-tests).  If
15866         [$(fast-check) && !$(cross-compiling)], add
15867         $(conformtest-header-tests) instead of
15868         $(objpfx)run-conformtest.out.
15869         (generated): Add $(conformtest-header-list-base).  If
15870         [$(fast-check) && !$(cross-compiling)], add
15871         $(conformtest-header-base).  Remove previous setting.
15872         ($(conformtest-header-list-tests)): New target.
15873         (test-xfail-run-conformtest): Remove variable.
15874         ($(objpfx)run-conformtest.out): Remove target.
15875         (test-xfail-ISO11/complex.h/conform): New variable.
15876         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15877         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15878         (test-xfail-XPG3/varargs.h/conform): Likewise.
15879         (test-xfail-XPG4/varargs.h/conform): Likewise.
15880         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15881         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15882         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15883         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15884         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15885         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15886         (test-xfail-XPG3/ftw.h/conform): Likewise.
15887         (test-xfail-XPG3/grp.h/conform): Likewise.
15888         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15889         (test-xfail-XPG3/limits.h/conform): Likewise.
15890         (test-xfail-XPG3/pwd.h/conform): Likewise.
15891         (test-xfail-XPG3/search.h/conform): Likewise.
15892         (test-xfail-XPG3/signal.h/conform): Likewise.
15893         (test-xfail-XPG3/stdio.h/conform): Likewise.
15894         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15895         (test-xfail-XPG3/string.h/conform): Likewise.
15896         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15897         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15898         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15899         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15900         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15901         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15902         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15903         (test-xfail-XPG3/termios.h/conform): Likewise.
15904         (test-xfail-XPG3/time.h/conform): Likewise.
15905         (test-xfail-XPG3/unistd.h/conform): Likewise.
15906         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15907         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15908         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15909         (test-xfail-XPG4/netdb.h/conform): Likewise.
15910         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15911         (test-xfail-XPG4/signal.h/conform): Likewise.
15912         (test-xfail-XPG4/stdio.h/conform): Likewise.
15913         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15914         (test-xfail-XPG4/stropts.h/conform): Likewise.
15915         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15916         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15917         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15918         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15919         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15920         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15921         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15922         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15923         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15924         (test-xfail-XPG4/termios.h/conform): Likewise.
15925         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15926         (test-xfail-XPG4/unistd.h/conform): Likewise.
15927         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15928         (test-xfail-POSIX/sched.h/conform): Likewise.
15929         (test-xfail-POSIX/signal.h/conform): Likewise.
15930         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15931         (test-xfail-POSIX/tar.h/conform): Likewise.
15932         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15933         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15934         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15935         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15936         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15937         (test-xfail-UNIX98/sched.h/conform): Likewise.
15938         (test-xfail-UNIX98/signal.h/conform): Likewise.
15939         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15940         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15941         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15942         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15943         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15944         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15945         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15946         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15947         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15948         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15949         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15950         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15951         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15952         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15953         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15954         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15955         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15956         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15957         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15958         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15959         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15960         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15961         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15962         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15963         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15964         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15965         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15966         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15967         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15968         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15969         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15970         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15971         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15972         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15973         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15974         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15975         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15976         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15977         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15978         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15979         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15980         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15981         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15982         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15983         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15984         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15985         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15986         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15987         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15988         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15989         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15990         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15991         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15992         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15993         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15994         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15995         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15996         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15997         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15998         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15999         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16000         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16001         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16002         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16003         (conformtest-cc-flags): Likewise.
16004         ($(conformtest-header-tests): New target.
16005         * conform/check-header-lists.sh: New file.
16006         * conform/run-conformtest.sh: Remove.
16008         * conform/conformtest.pl: Allow ' and \ in values given for
16009         constants.
16010         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16011         inclusion.
16012         [POSIX] (sys/types.h): Likewise.
16013         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16014         inclusion.
16015         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16016         inclusion.
16017         * conform/data/signal.h-data (SIGIO): Remove expectation.
16018         [XPG3] (SIGBUS): Do not expect.
16019         [POSIX || XPG3] (SIGPOLL): Likewise.
16020         [POSIX || XPG3] (SIGPROF): Likewise.
16021         [POSIX || XPG3] (SIGSYS): Likewise.
16022         [XPG3] (SIGTRAP): Likewise.
16023         [POSIX || XPG3] (SIGURG): Likewise.
16024         [POSIX || XPG3] (SIGVTALRM): Likewise.
16025         [POSIX || XPG3] (SIGXCPU): Likewise.
16026         [POSIX || XPG3] (SIGXFSZ): Likewise.
16027         [POSIX] (SA_SIGINFO): Expect.
16028         [XPG3] (siginfo_t): Do not expect type or contents.
16029         [POSIX] (si_pid): Do not expect element.
16030         [POSIX] (si_uid): Likewise.
16031         [POSIX] (si_addr): Likewise.
16032         [POSIX] (si_status): Likewise.
16033         [POSIX] (si_band): Likewise.
16034         [XPG4] (si_value): Likewise.
16035         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16036         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16037         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16038         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16039         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16040         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16041         [POSIX || XPG3] (ILL_COPROC): Likewise.
16042         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16043         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16044         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16045         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16046         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16047         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16048         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16049         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16050         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16051         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16052         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16053         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16054         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16055         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16056         [POSIX || XPG3] (CLD_EXITED): Likewise.
16057         [POSIX || XPG3] (CLD_KILLED): Likewise.
16058         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16059         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16060         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16061         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16062         [POSIX || XPG3] (POLL_IN): Likewise.
16063         [POSIX || XPG3] (POLL_OUT): Likewise.
16064         [POSIX || XPG3] (POLL_MSG): Likewise.
16065         [POSIX || XPG3] (POLL_ERR): Likewise.
16066         [POSIX || XPG3] (POLL_PRI): Likewise.
16067         [POSIX || XPG3] (POLL_HUP): Likewise.
16068         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16069         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16070         (SIG*): Do not allow.
16071         [XPG3] (si_*): Likewise.
16072         [XPG3] (SI_*): Likewise.
16073         [XPG3 || XPG4] (sigev_*): Likewise.
16074         [XPG3 || XPG4] (SIGEV_*): Likewise.
16075         [XPG3 || XPG4] (sival_*): Likewise.
16076         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16077         [POSIX || XPG3] (BUS_*): Likewise.
16078         [POSIX || XPG3] (CLD_*): Likewise.
16079         [POSIX || XPG3] (FPE_*): Likewise.
16080         [POSIX || XPG3] (ILL_*): Likewise.
16081         [POSIX || XPG3] (POLL_*): Likewise.
16082         [POSIX || XPG3] (SEGV_*): Likewise.
16083         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16084         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16085         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16086         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16087         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16088         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16089         Specify type and value.
16090         (TVERSLEN): Likewise.
16091         (REGTYPE): Likewise.
16092         (AREGTYPE): Likewise.
16093         (LNKTYPE): Likewise.
16094         (SYMTYPE): Likewise.
16095         (CHRTYPE): Likewise.
16096         (BLKTYPE): Likewise.
16097         (DIRTYPE): Likewise.
16098         (FIFOTYPE): Likewise.
16099         (CONTTYPE): Likewise.
16100         (TSUID): Likewise.
16101         (TSGID): Likewise.
16102         (TSVTX): Likewise.
16103         (TUREAD): Likewise.
16104         (TUWRITE): Likewise.
16105         (TUEXEC): Likewise.
16106         (TGREAD): Likewise.
16107         (TGWRITE): Likewise.
16108         (TGEXEC): Likewise.
16109         (TOREAD): Likewise.
16110         (TOWRITE): Likewise.
16111         (TOEXEC): Likewise.
16112         [POSIX] (TSVTX): Expect constant.
16114 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16116         * Makefile (tests): Change dependencies to ....
16117         (tests-special): ... additions to this variable.
16118         (tests): Depend on $(tests-special).
16119         * Makerules (check-abi-list): New variable.
16120         (check-abi): Depend on $(check-abi-list).
16121         [$(subdir) = elf] (tests-special): Add
16122         $(objpfx)check-abi-libc.out.
16123         [$(build-shared) = yes && subdir] (tests-special): Add
16124         $(check-abi-list).
16125         [$(build-shared) = yes && subdir] (tests): Do not depend on
16126         check-abi.
16127         * Rules (tests): Depend on $(tests-special).
16128         (xtests): Depend on $(xtests-special).
16129         * catgets/Makefile (tests): Change dependencies to ....
16130         (tests-special): ... additions to this variable.
16131         * conform/Makefile (tests): Change dependencies to ....
16132         (tests-special): ... additions to this variable.
16133         * elf/Makefile (tests): Change dependencies to ....
16134         (tests-special): ... additions to this variable.
16135         * grp/Makefile (tests): Change dependencies to ....
16136         (tests-special): ... additions to this variable.
16137         * iconv/Makefile (xtests): Change dependencies to ....
16138         (xtests-special): ... additions to this variable.
16139         * iconvdata/Makefile (tests): Change dependencies to ....
16140         (tests-special): ... additions to this variable.
16141         * intl/Makefile (tests): Change dependencies to ....
16142         (tests-special): ... additions to this variable.  Also add
16143         $(objpfx)tst-gettext.out.
16144         * io/Makefile (tests): Change dependencies to ....
16145         (tests-special): ... additions to this variable.
16146         * libio/Makefile (tests): Change dependencies to ....
16147         (tests-special): ... additions to this variable.
16148         * malloc/Makefile (tests): Change dependencies to ....
16149         (tests-special): ... additions to this variable.
16150         * misc/Makefile (tests): Change dependencies to ....
16151         (tests-special): ... additions to this variable.
16152         * nptl/Makefile (tests): Change dependencies to ....
16153         (tests-special): ... additions to this variable.
16154         * nptl_db/Makefile (tests): Change dependencies to ....
16155         (tests-special): ... additions to this variable.
16156         * posix/Makefile (tests): Change dependencies to ....
16157         (tests-special): ... additions to this variable.
16158         (xtests): Change dependencies to ....
16159         (xtests-special): ... additions to this variable.
16160         * resolv/Makefile (tests): Change dependencies to ....
16161         (tests-special): ... additions to this variable.
16162         (xtests): Change dependencies to ....
16163         (xtests-special): ... additions to this variable.
16164         * stdio-common/Makefile (tests): Change dependencies to ....
16165         (tests-special): ... additions to this variable.
16166         (do-tst-unbputc): Remove target.
16167         (do-tst-printf): Likewise.
16168         * stdlib/Makefile (tests): Change dependencies to ....
16169         (tests-special): ... additions to this variable.
16170         * string/Makefile (tests): Change dependencies to ....
16171         (tests-special): ... additions to this variable.
16172         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16173         (tests-special): ... additions to this variable.
16175         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16176         whole file.
16177         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16178         whole file.
16179         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16180         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16182         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16183         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16184         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16185         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16186         * conform/data/libgen.h-data [XPG3]: Likewise.
16187         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16188         * conform/data/ndbm.h-data [XPG3]: Likewise.
16189         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16190         * conform/data/netdb.h-data [XPG3]: Likewise.
16191         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16192         * conform/data/poll.h-data [XPG3]: Likewise.
16193         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16194         * conform/data/strings.h-data [XPG3]: Likewise.
16195         * conform/data/stropts.h-data [XPG3]: Likewise.
16196         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16197         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16198         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16199         Likewise.
16200         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16201         * conform/data/sys/time.h-data [XPG3]: Likewise.
16202         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16203         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16204         * conform/data/sys/un.h-data [XPG3]: Likewise.
16205         * conform/data/syslog.h-data [XPG3]: Likewise.
16206         * conform/data/ucontext.h-data [XPG3]: Likewise.
16207         * conform/data/utmpx.h-data [XPG3]: Likewise.
16208         * conform/data/varargs.h-data [UNIX98]: Enable file.
16210         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16212         * math/libm-test.inc (struct test_f_f_data): Move expected results
16213         into structure for each rounding mode.
16214         (struct test_ff_f_data): Likewise.
16215         (struct test_ff_f_data_nexttoward): Likewise.
16216         (struct test_fi_f_data): Likewise.
16217         (struct test_fl_f_data): Likewise.
16218         (struct test_if_f_data): Likewise.
16219         (struct test_fff_f_data): Likewise.
16220         (struct test_c_f_data): Likewise.
16221         (struct test_f_f1_data): Likewise.
16222         (struct test_fF_f1_data): Likewise.
16223         (struct test_ffI_f1_data): Likewise.
16224         (struct test_c_c_data): Likewise.
16225         (struct test_cc_c_data): Likewise.
16226         (struct test_f_i_data): Likewise.
16227         (struct test_ff_i_data): Likewise.
16228         (struct test_f_l_data): Likewise.
16229         (struct test_f_L_data): Likewise.
16230         (struct test_fFF_11_data): Likewise.
16231         (RM_): New macro.
16232         (RM_FE_DOWNWARD): Likewise.
16233         (RM_FE_TONEAREST): Likewise.
16234         (RM_FE_TOWARDZERO): Likewise.
16235         (RM_FE_UPWARD): Likewise.
16236         (RUN_TEST_LOOP_f_f): Update references to expected results.
16237         (RUN_TEST_LOOP_2_f): Likewise.
16238         (RUN_TEST_LOOP_fff_f): Likewise.
16239         (RUN_TEST_LOOP_c_f): Likewise.
16240         (RUN_TEST_LOOP_f_f1): Likewise.
16241         (RUN_TEST_LOOP_fF_f1): Likewise.
16242         (RUN_TEST_LOOP_fI_f1): Likewise.
16243         (RUN_TEST_LOOP_ffI_f1): Likewise.
16244         (RUN_TEST_LOOP_c_c): Likewise.
16245         (RUN_TEST_LOOP_cc_c): Likewise.
16246         (RUN_TEST_LOOP_f_i): Likewise.
16247         (RUN_TEST_LOOP_f_i_tg): Likewise.
16248         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16249         (RUN_TEST_LOOP_f_b): Likewise.
16250         (RUN_TEST_LOOP_f_b_tg): Likewise.
16251         (RUN_TEST_LOOP_f_l): Likewise.
16252         (RUN_TEST_LOOP_f_L): Likewise.
16253         (RUN_TEST_LOOP_fFF_11): Likewise.
16254         * math/gen-libm-test.pl (parse_args): Output four copies of
16255         expected results for each test.
16257         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16258         (__ASSUME_UTIMES): Remove.
16259         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16260         (__ASSUME_UTIMES): Likewise.
16262         * math/gen-auto-libm-tests.c: Update comment on output format.
16263         (output_for_one_input_case): Generate before-rounding and
16264         after-rounding information as conditions on output flags not
16265         floating-point format.
16266         * math/auto-libm-test-out: Regenerated.
16267         * math/gen-libm-test.pl (cond_value): New function.
16268         (or_cond_value): Use cond_value.
16269         (generate_testfile): Handle conditional exceptions.
16271 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16273         * math/libm-test.inc (max_valid_error): New variable.
16274         (init_max_error): Take new argument specifying whether function
16275         results are exactly determined.  Set max_valid_error and bound
16276         other variables for errors based on this argument.
16277         (set_max_error): Do not record results above max_valid_error.
16278         (check_float_internal): Only accept errors of up to 0.5ulps if
16279         also at most max_valid_error.
16280         (START): Take new argument EXACT and pass it to init_max_error.
16281         (acos_test): Update call to START.
16282         (acos_test_tonearest): Likewise.
16283         (acos_test_towardzero): Likewise.
16284         (acos_test_downward): Likewise.
16285         (acos_test_upward): Likewise.
16286         (acosh_test): Likewise.
16287         (asin_test): Likewise.
16288         (asin_test_tonearest): Likewise.
16289         (asin_test_towardzero): Likewise.
16290         (asin_test_downward): Likewise.
16291         (asin_test_upward): Likewise.
16292         (asinh_test): Likewise.
16293         (atan_test): Likewise.
16294         (atanh_test): Likewise.
16295         (atan2_test): Likewise.
16296         (cabs_test): Likewise.
16297         (cacos_test): Likewise.
16298         (cacosh_test): Likewise.
16299         (carg_test): Likewise.
16300         (casin_test): Likewise.
16301         (casinh_test): Likewise.
16302         (catan_test): Likewise.
16303         (catanh_test): Likewise.
16304         (cbrt_test): Likewise.
16305         (ccos_test): Likewise.
16306         (ccosh_test): Likewise.
16307         (ceil_test): Likewise.
16308         (cexp_test): Likewise.
16309         (cimag_test): Likewise.
16310         (clog_test): Likewise.
16311         (clog10_test): Likewise.
16312         (conj_test): Likewise.
16313         (copysign_test): Likewise.
16314         (cos_test): Likewise.
16315         (cos_test_tonearest): Likewise.
16316         (cos_test_towardzero): Likewise.
16317         (cos_test_downward): Likewise.
16318         (cos_test_upward): Likewise.
16319         (cosh_test): Likewise.
16320         (cosh_test_tonearest): Likewise.
16321         (cosh_test_towardzero): Likewise.
16322         (cosh_test_downward): Likewise.
16323         (cosh_test_upward): Likewise.
16324         (cpow_test): Likewise.
16325         (cproj_test): Likewise.
16326         (creal_test): Likewise.
16327         (csin_test): Likewise.
16328         (csinh_test): Likewise.
16329         (csqrt_test): Likewise.
16330         (ctan_test): Likewise.
16331         (ctan_test_tonearest): Likewise.
16332         (ctan_test_towardzero): Likewise.
16333         (ctan_test_downward): Likewise.
16334         (ctan_test_upward): Likewise.
16335         (ctanh_test): Likewise.
16336         (ctanh_test_tonearest): Likewise.
16337         (ctanh_test_towardzero): Likewise.
16338         (ctanh_test_downward): Likewise.
16339         (ctanh_test_upward): Likewise.
16340         (erf_test): Likewise.
16341         (erfc_test): Likewise.
16342         (exp_test): Likewise.
16343         (exp_test_tonearest): Likewise.
16344         (exp_test_towardzero): Likewise.
16345         (exp_test_downward): Likewise.
16346         (exp_test_upward): Likewise.
16347         (exp10_test): Likewise.
16348         (exp10_test_tonearest): Likewise.
16349         (exp10_test_towardzero): Likewise.
16350         (exp10_test_downward): Likewise.
16351         (exp10_test_upward): Likewise.
16352         (pow10_test): Likewise.
16353         (exp2_test): Likewise.
16354         (expm1_test): Likewise.
16355         (expm1_test_tonearest): Likewise.
16356         (expm1_test_towardzero): Likewise.
16357         (expm1_test_downward): Likewise.
16358         (expm1_test_upward): Likewise.
16359         (fabs_test): Likewise.
16360         (fdim_test): Likewise.
16361         (floor_test): Likewise.
16362         (fma_test): Likewise.
16363         (fma_test_towardzero): Likewise.
16364         (fma_test_downward): Likewise.
16365         (fma_test_upward): Likewise.
16366         (fmax_test): Likewise.
16367         (fmin_test): Likewise.
16368         (fmod_test): Likewise.
16369         (fpclassify_test): Likewise.
16370         (frexp_test): Likewise.
16371         (hypot_test): Likewise.
16372         (ilogb_test): Likewise.
16373         (isfinite_test): Likewise.
16374         (finite_test): Likewise.
16375         (isgreater_test): Likewise.
16376         (isgreaterequal_test): Likewise.
16377         (isinf_test): Likewise.
16378         (isless_test): Likewise.
16379         (islessequal_test): Likewise.
16380         (islessgreater_test): Likewise.
16381         (isnan_test): Likewise.
16382         (isnormal_test): Likewise.
16383         (issignaling_test): Likewise.
16384         (isunordered_test): Likewise.
16385         (j0_test): Likewise.
16386         (j1_test): Likewise.
16387         (jn_test): Likewise.
16388         (ldexp_test): Likewise.
16389         (lgamma_test): Likewise.
16390         (gamma_test): Likewise.
16391         (lrint_test): Likewise.
16392         (lrint_test_tonearest): Likewise.
16393         (lrint_test_towardzero): Likewise.
16394         (lrint_test_downward): Likewise.
16395         (lrint_test_upward): Likewise.
16396         (llrint_test): Likewise.
16397         (llrint_test_tonearest): Likewise.
16398         (llrint_test_towardzero): Likewise.
16399         (llrint_test_downward): Likewise.
16400         (llrint_test_upward): Likewise.
16401         (log_test): Likewise.
16402         (log10_test): Likewise.
16403         (log1p_test): Likewise.
16404         (log2_test): Likewise.
16405         (logb_test): Likewise.
16406         (logb_test_downward): Likewise.
16407         (lround_test): Likewise.
16408         (llround_test): Likewise.
16409         (modf_test): Likewise.
16410         (nearbyint_test): Likewise.
16411         (nextafter_test): Likewise.
16412         (nexttoward_test): Likewise.
16413         (pow_test): Likewise.
16414         (pow_test_tonearest): Likewise.
16415         (pow_test_towardzero): Likewise.
16416         (pow_test_downward): Likewise.
16417         (pow_test_upward): Likewise.
16418         (remainder_test): Likewise.
16419         (drem_test): Likewise.
16420         (remainder_test_tonearest): Likewise.
16421         (drem_test_tonearest): Likewise.
16422         (remainder_test_towardzero): Likewise.
16423         (drem_test_towardzero): Likewise.
16424         (remainder_test_downward): Likewise.
16425         (drem_test_downward): Likewise.
16426         (remainder_test_upward): Likewise.
16427         (drem_test_upward): Likewise.
16428         (remquo_test): Likewise.
16429         (rint_test): Likewise.
16430         (rint_test_tonearest): Likewise.
16431         (rint_test_towardzero): Likewise.
16432         (rint_test_downward): Likewise.
16433         (rint_test_upward): Likewise.
16434         (round_test): Likewise.
16435         (scalb_test): Likewise.
16436         (scalbn_test): Likewise.
16437         (scalbln_test): Likewise.
16438         (signbit_test): Likewise.
16439         (sin_test): Likewise.
16440         (sin_test_tonearest): Likewise.
16441         (sin_test_towardzero): Likewise.
16442         (sin_test_downward): Likewise.
16443         (sin_test_upward): Likewise.
16444         (sincos_test): Likewise.
16445         (sinh_test): Likewise.
16446         (sinh_test_tonearest): Likewise.
16447         (sinh_test_towardzero): Likewise.
16448         (sinh_test_downward): Likewise.
16449         (sinh_test_upward): Likewise.
16450         (sqrt_test): Likewise.
16451         (sqrt_test_tonearest): Likewise.
16452         (sqrt_test_towardzero): Likewise.
16453         (sqrt_test_downward): Likewise.
16454         (sqrt_test_upward): Likewise.
16455         (tan_test): Likewise.
16456         (tan_test_tonearest): Likewise.
16457         (tan_test_towardzero): Likewise.
16458         (tan_test_downward): Likewise.
16459         (tan_test_upward): Likewise.
16460         (tanh_test): Likewise.
16461         (tgamma_test): Likewise.
16462         (trunc_test): Likewise.
16463         (y0_test): Likewise.
16464         (y1_test): Likewise.
16465         (yn_test): Likewise.
16466         (significand_test): Likewise.
16468         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16469         individual tests in comment.
16470         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16471         (prev_max_error): New variable.
16472         (prev_real_max_error): Likewise.
16473         (prev_imag_max_error): Likewise.
16474         (compare_ulp_data): Don't refer to test names in comment.
16475         (find_test_ulps): Remove function.
16476         (find_function_ulps): Likewise.
16477         (find_complex_function_ulps): Likewise.
16478         (init_max_error): Take function name as argument.  Look up ulps
16479         for that function.
16480         (print_ulps): Remove function.
16481         (print_max_error): Use prev_max_error instead of calling
16482         find_function_ulps.
16483         (print_complex_max_error): Use prev_real_max_error and
16484         prev_imag_max_error instead of calling find_complex_function_ulps.
16485         (check_float_internal): Take max_ulp parameter instead of calling
16486         find_test_ulps.  Don't call print_ulps.
16487         (check_float): Update call to check_float_internal.
16488         (check_complex): Update calls to check_float_internal.
16489         (START): Pass argument to init_max_error.
16490         * math/gen-libm-test.pl (%results): Don't include "kind"
16491         information.
16492         (parse_ulps): Don't handle ulps of individual tests.
16493         (print_ulps_file): Likewise.
16494         (output_ulps): Likewise.
16495         * math/README.libm-test: Update.
16496         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16497         individual tests.
16498         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16499         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16500         * sysdeps/arm/libm-test-ulps: Likewise.
16501         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16502         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
16503         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
16504         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
16505         * sysdeps/microblaze/libm-test-ulps: Likewise.
16506         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
16507         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
16508         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16509         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
16510         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16511         * sysdeps/sh/libm-test-ulps: Likewise.
16512         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16513         * sysdeps/tile/libm-test-ulps: Likewise.
16514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16516 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
16518         * math/libm-test.inc (print_complex_max_error): Check separately
16519         whether real and imaginary errors are within allowed range and
16520         pass 0 to print_complex_function_ulps instead of value within
16521         allowed range.
16523 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16525         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16526         formatting.
16527         (get_handles_fopen): Likewise.
16528         (do_write_test): Likewise.
16530         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16532         * libio/fileops.c (do_ftell): Use cached offset when
16533         available.
16534         * libio/iofwide.c (do_ftell_wide): Likewise.
16535         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16536         _IO_file_attach.
16537         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16539         [BZ #16532]
16540         * libio/libioP.h (get_file_offset): New function.
16541         * libio/fileops.c (get_file_offset): Likewise.
16542         (do_ftell): Likewise.
16543         (_IO_new_file_seekoff): Split out ftell logic.
16544         * libio/wfileops.c (do_ftell_wide): Likewise.
16545         (_IO_wfile_seekoff): Split out ftell logic.
16546         * libio/tst-ftell-active-handler.c: New test case.
16547         * libio/Makefile (tests): Add it.
16549 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16551         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16552         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16554 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16556         [BZ #16639]
16557         * nscd/connections.c (nscd_init): Call do_exit.
16558         (start_threads): Call do_exit and notify_parent.
16559         (begin_drop_privileges): Call do_exit.
16560         (finish_drop_privileges): Likewise.
16561         * nscd/selinux.c (preserve_capabilities): Likewise.
16562         (install_real_capabilities): Likewise.
16563         (nscd_selinux_enabled): Likewise.
16564         (avc_create_thread): Likewise.
16565         (avc_alloc_lock): Likewise.
16566         (nscd_avc_init): Likewise.
16567         * nscd/nscd.c (parent_fd): New static variable.
16568         (main): Create a pipe between parent and child processes.
16569         Skip closing parent_fd.
16570         (monitor_child): New function.
16571         (do_exit): Likewise.
16572         (notify_parent): Likewise.
16573         * nscd/nscd.h (notify_parent): Likewise.
16574         (do_exit): Likewise.
16576 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16578         * malloc/malloc.c (__libc_calloc): Revert last change.
16580 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16584 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16586         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16587         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16588         implementation.
16589         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16590         (__libc_ifunc_impl_list): Likewise.
16591         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16592         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16593         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16594         * string/strrchr.c: Define STRRCHR.
16596 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16598         * benchtest/bench-strtok.c (simple_strtok): Delete.
16599         (strtok_string): Use as benchmark.
16600         * string/strtok (STRTOK): New macro.
16602 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16604         * manual/threads.texi: Add header and standard comments to all
16605         functions.
16607         * elf/dl-lookup.c (check_match): New function.
16608         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16609         (do_lookup_x): Remove nested function check_match. Use non-nested
16610         function check_match.
16612 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16614         * csu/Makefile (generated, before-compile): Use += rather than =.
16615         * catgets/Makefile (generated, generated-dirs): Likewise.
16616         * debug/Makefile (generated): Likewise.
16617         * dlfcn/Makefile (generated): Likewise.
16618         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16619         * iconvdata/Makefile (before-compile, generated): Likewise.
16620         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16621         * libio/Makefile (generated): Likewise.
16622         * malloc/Makefile (generated): Likewise.
16623         * manual/Makefile (generated, generated-dirs): Likewise.
16624         * misc/Makefile (generated): Likewise.
16625         * posix/Makefile (generated): Likewise.
16626         * resolv/Makefile (generated): Likewise.
16627         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16628         * timezone/Makefile (generated, generated-dirs): Likewise.
16630         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16632 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16634         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16635         power8 implementation.
16636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16637         file: POWER8 llround ifunc implementation.
16638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16639         (__lllround): Add POWER8 implementation.
16640         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16641         POWER8 llround implementation.
16643         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16644         power8 implementation.
16645         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16646         file: POWER8 llrint ifunc implementation.
16647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16648         Add POWER8 implementation.
16649         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16650         POWER8 llrint implementation.
16652         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16653         power8 implementation.
16654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16655         file: POWER8 finite ifunc implementation.
16656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16657         Add POWER8 implementation.
16658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16659         Likewise.
16660         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16661         POWER8 finite implementation.
16662         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16664         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16665         power8 implementation.
16666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16667         file: POWER8 isinf ifunc implementation.
16668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16669         POWER8 implementation.
16670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16671         Likewise.
16672         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16673         isinf implementation.
16674         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16676         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16677         (INIT_ARCH): Add hwcap2 initialization.
16678         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16679         power8 implementation.
16680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16681         file: POWER8 isnan ifunc implementation.
16682         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16683         POWER8 implementation.
16684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16685         Likewise.
16686         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16687         isnan implementation.
16688         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16690 2014-02-27  Joey Ye  <joey.ye@arm.com>
16692         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16693         (_FP_NANFRAC_Q): Set to zero.
16695 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16697         [BZ #16623]
16698         * math/auto-libm-test-in: New test inputs.
16699         * math/auto-libm-test-out: Regenerate.
16700         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16701         and DA.
16702         (__cos): Likewise.
16703         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16705 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16707         * scripts/evaluate-test.sh: Take new argument indicating whether
16708         failure is expected.
16709         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16710         indicating whether failure is expected.
16711         * conform/Makefile (test-xfail-run-conformtest): New variable.
16712         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16713         level.
16714         * posix/Makefile (test-xfail-annexc): New variable.
16715         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16717 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16719         * argp/Makefile: Include Makeconfig immediately after defining
16720         subdir.
16721         * assert/Makefile: Likewise.
16722         * benchtests/Makefile: Likewise.
16723         * catgets/Makefile: Likewise.
16724         * conform/Makefile: Likewise.
16725         * crypt/Makefile: Likewise.
16726         * csu/Makefile: Likewise.
16727         (all): Remove target.
16728         * ctype/Makefile: Include Makeconfig immediately after defining
16729         subdir.
16730         * debug/Makefile: Likewise.
16731         * dirent/Makefile: Likewise.
16732         * dlfcn/Makefile: Likewise.
16733         * gmon/Makefile: Likewise.
16734         * gnulib/Makefile: Likewise.
16735         * grp/Makefile: Likewise.
16736         * gshadow/Makefile: Likewise.
16737         * hesiod/Makefile: Likewise.
16738         * hurd/Makefile: Likewise.
16739         (all): Remove target.
16740         * iconvdata/Makefile: Include Makeconfig immediately after
16741         defining subdir.
16742         * inet/Makefile: Likewise.
16743         * intl/Makefile: Likewise.
16744         * io/Makefile: Likewise.
16745         * libio/Makefile: Likewise.
16746         (all): Remove target.
16747         * locale/Makefile: Include Makeconfig immediately after defining
16748         subdir.
16749         * login/Makefile: Likewise.
16750         * mach/Makefile: Likewise.
16751         (all): Remove target.
16752         * malloc/Makefile: Include Makeconfig immediately after defining
16753         subdir.
16754         (all): Remove target.
16755         * manual/Makefile: Include Makeconfig immediately after defining
16756         subdir.
16757         * math/Makefile: Likewise.
16758         * misc/Makefile: Likewise.
16759         * nis/Makefile: Likewise.
16760         * nss/Makefile: Likewise.
16761         * po/Makefile: Likewise.
16762         (all): Remove target.
16763         * posix/Makefile: Include Makeconfig immediately after defining
16764         subdir.
16765         * pwd/Makefile: Likewise.
16766         * resolv/Makefile: Likewise.
16767         * resource/Makefile: Likewise.
16768         * rt/Makefile: Likewise.
16769         * setjmp/Makefile: Likewise.
16770         * shadow/Makefile: Likewise.
16771         * signal/Makefile: Likewise.
16772         * socket/Makefile: Likewise.
16773         * soft-fp/Makefile: Likewise.
16774         * stdio-common/Makefile: Likewise.
16775         * stdlib/Makefile: Likewise.
16776         * streams/Makefile: Likewise.
16777         * string/Makefile: Likewise.
16778         * sunrpc/Makefile: Likewise.
16779         (all): Remove target.
16780         * sysvipc/Makefile: Include Makeconfig immediately after defining
16781         subdir.
16782         * termios/Makefile: Likewise.
16783         * time/Makefile: Likewise.
16784         * timezone/Makefile: Likewise.
16785         (all): Remove target.
16786         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16787         subdir.
16788         * wctype/Makefile: Likewise.
16790 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16792         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16793         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16794         (libc_feholdexcept_setround_mips): Ditto.
16795         (libc_feholdsetround): New.
16796         (libc_feholdsetroundf): New.
16797         (libc_feholdsetroundl): New.
16798         (libc_feupdateenv_test_mips): New.
16799         (libc_feupdateenv_test): New.
16800         (libc_feupdateenv_testf): New.
16801         (libc_feupdateenv_testl): New.
16802         (libc_feresetround): New.
16803         (libc_feresetroundf): New.
16804         (libc_feresetroundl): New.
16805         (libc_fetestexcept_mips): New.
16806         (libc_fetestexcept): New.
16807         (libc_fetestexceptf): New.
16808         (libc_fetestexceptl): New.
16809         (HAVE_RM_CTX): New.
16810         (libc_feholdexcept_setround_mips_ctx): New.
16811         (libc_feholdexcept_setround_ctx): New.
16812         (libc_feholdexcept_setroundf_ctx): New.
16813         (libc_feholdexcept_setroundl_ctx): New.
16814         (libc_fesetenv_mips_ctx): New.
16815         (libc_fesetenv_ctx): New.
16816         (libc_fesetenv_ctxf): New.
16817         (libc_fesetenv_ctxl): New.
16818         (libc_feupdateenv_mips_ctx): New.
16819         (libc_feupdateenv_ctx): New.
16820         (libc_feupdateenvf_ctx): New.
16821         (libc_feupdateenvl_ctx): New.
16822         (libc_feholdsetround_mips_ctx): New.
16823         (libc_feholdsetround_ctx): New.
16824         (libc_feholdsetroundf_ctx): New.
16825         (libc_feholdsetroundl_ctx): New.
16826         (libc_feresetround_mips_ctx): New.
16827         (libc_feresetround_ctx): New.
16828         (libc_feresetroundf_ctx): New.
16829         (libc_feresetroundl_ctx): New.
16831 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16833         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16835         * manual/ipc.texi: New file.
16836         * manual/Makefile (chapters): Add ipc.
16837         * manual/job.texi: Add "Inter-Process Communication" to next.
16838         * manual/process.texi: Add "Inter-Process Communication" to prev.
16840 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16842         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16844 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16846         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16848         * manual/arith.texi: Fix spaces after sentences.
16849         * manual/charset.texi: Likewise.
16850         * manual/errno.texi: Likewise.
16851         * manual/install.texi: Likewise.
16852         * manual/llio.texi: Likewise.
16853         * manual/locale.texi: Likewise.
16854         * manual/maint.texi: Likewise.
16855         * manual/math.texi: Likewise.
16856         * manual/memory.texi: Likewise.
16857         * manual/message.texi: Likewise.
16858         * manual/probes.texi: Likewise.
16859         * manual/resource.texi: Likewise.
16860         * manual/signal.texi: Likewise.
16861         * manual/socket.texi: Likewise.
16862         * manual/stdio.texi: Likewise.
16863         * manual/string.texi: Likewise.
16864         * manual/time.texi: Likewise.
16865         * manual/users.texi: Likewise.
16867 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16869         [BZ #16632]
16870         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16871         _DEFAULT_SOURCE is defined.
16873 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16874             Carlos O'Donell  <carlos@redhat.com>
16876         [BZ #16613]
16877         * elf/dl-tls.c (_dl_count_modids): New function.
16878         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16879         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16880         audit library and increment generation counter.
16881         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16882         * elf/tst-audit9.c: New file.
16883         * elf/tst-auditmod9a.c: New file.
16884         * elf/tst-auditmod9b.c: New file.
16885         * elf/Makefile: Add rules to build and run tst-audit9.
16887 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16889         [BZ #15347]
16890         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16892 2014-02-25  Will Newton  <will.newton@linaro.org>
16894         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16895         (__longjmp): Restore sp and lr before restoring callee
16896         saved registers.  Add longjmp and longjmp_target
16897         SystemTap probe point.
16898         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16899         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16900         Define to zero to match jmpbuf layout.
16901         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16902         (__sigsetjmp): Save sp and lr before saving callee
16903         saved registers.  Add setjmp SystemTap probe point.
16905 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16907         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16909 2014-02-24  Andreas Schwab  <schwab@suse.de>
16911         [BZ #15804]
16912         * elf/pldd.c (wait_for_ptrace_stop): New function.
16913         (main): Call it after attaching.
16915 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16917         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16918         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16919         Versions files is now verboten.
16920         * hurd/Versions (libc: GLIBC_2.0):
16921         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16922         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16923         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16924         * mach/Versions: Likewise.
16926         * csu/Versions: Remove unused %include.
16927         * resolv/Versions: Likewise.
16929 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16931         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16932         ($(objpfx)check-local-headers.out): Likewise.
16933         ($(objpfx)begin-end-check.out): Likewise.
16934         * Makerules (check-abi-%.out): Likewise.
16935         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16936         ($(objpfx)test2.cat): Likewise.
16937         ($(objpfx)de/libc.cat): Likewise.
16938         ($(objpfx)test-gencat.out): Likewise.
16939         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16940         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16941         ($(objpfx)noload-mem): Likewise.
16942         ($(objpfx)tst-pathopt.out): Likewise.
16943         ($(objpfx)tst-rtld-load-self.out): Likewise.
16944         ($(objpfx)tst-array1-cmp.out): Likewise.
16945         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16946         ($(objpfx)tst-array2-cmp.out): Likewise.
16947         ($(objpfx)tst-array3-cmp.out): Likewise.
16948         ($(objpfx)tst-array4-cmp.out): Likewise.
16949         ($(objpfx)tst-array5-cmp.out): Likewise.
16950         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16951         ($(objpfx)check-textrel.out): Likewise.
16952         ($(objpfx)check-execstack.out): Likewise.
16953         ($(objpfx)check-localplt.out): Likewise.
16954         ($(objpfx)order2-cmp.out): Likewise.
16955         ($(objpfx)tst-leaks1-mem): Likewise.
16956         ($(objpfx)tst-leaks1-static-mem): Likewise.
16957         ($(objpfx)tst-initorder-cmp.out): Likewise.
16958         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16959         ($(objpfx)tst-unused-dep.out): Likewise.
16960         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16961         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16962         * iconv/Makefile (test-iconvconfig): Likewise.
16963         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16964         ($(objpfx)iconv-test.out): Likewise.
16965         ($(objpfx)tst-tables.out): Likewise.
16966         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16967         ($(objpfx)tst-gettext.out): Likewise.
16968         ($(objpfx)tst-translit.out): Likewise.
16969         ($(objpfx)tst-gettext2.out): Likewise.
16970         ($(objpfx)tst-gettext4.out): Likewise.
16971         ($(objpfx)tst-gettext6.out): Likewise.
16972         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16973         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16974         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16975         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16976         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16977         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16978         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16979         ($(objpfx)wordexp-tst.out): Likewise.
16980         ($(objpfx)annexc.out): Likewise.
16981         ($(objpfx)tst-fnmatch-mem): Likewise.
16982         ($(objpfx)bug-regex2-mem): Likewise.
16983         ($(objpfx)bug-regex14-mem): Likewise.
16984         ($(objpfx)bug-regex21-mem): Likewise.
16985         ($(objpfx)bug-regex31-mem): Likewise.
16986         ($(objpfx)tst-vfork3-mem): Likewise.
16987         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16988         ($(objpfx)tst-pcre-mem): Likewise.
16989         ($(objpfx)tst-boost-mem): Likewise.
16990         ($(objpfx)tst-getconf.out): Likewise.
16991         ($(objpfx)bug-ga2-mem): Likewise.
16992         ($(objpfx)bug-glob2-mem): Likewise.
16993         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16994         ($(objpfx)mtrace-tst-leaks2): Likewise.
16995         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16996         ($(objpfx)tst-printf.out): Likewise.
16997         ($(objpfx)tst-setvbuf1.out): Likewise.
16998         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16999         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17000         ($(objpfx)tst-fmtmsg.out): Likewise.
17001         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17002         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17004         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17005         * bits/sigaction.h [__USE_MISC]: Likewise.
17006         * bits/waitstatus.h: Update #endif comments.
17007         * ctype/ctype.h: Likewise.
17008         * dirent/dirent.h: Likewise.
17009         [__USE_MISC]: Remove redundant conditionals.
17010         * grp/grp.h: Update #endif comments.
17011         [__USE_GNU]: Remove redundant conditionals.
17012         [__USE_MISC]: Likewise.
17013         * inet/netinet/in.h [__USE_GNU]: Likewise.
17014         * io/sys/stat.h [__USE_MISC]: Likewise.
17015         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17016         * libio/bits/stdio.h: Update #endif comments.
17017         [__USE_MISC]: Remove redundant conditionals.
17018         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17019         * libio/stdio.h: Update #endif comments.
17020         [__USE_MISC]: Remove redundant conditionals.
17021         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17022         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17023         * math/math.h: Update #else and #endif comments.
17024         [__USE_MISC]: Remove redundant conditionals.
17025         * misc/sys/uio.h: Update #endif comments.
17026         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17027         * posix/glob.h [__USE_MISC]: Likewise.
17028         * posix/sys/types.h: Update #endif comments.
17029         [__USE_MISC]: Remove redundant conditionals.
17030         * posix/sys/wait.h: Update #endif comments.
17031         [__USE_MISC]: Remove redundant conditionals.
17032         * posix/unistd.h: Update #endif comments.
17033         [__USE_MISC]: Remove redundant conditionals.
17034         * pwd/pwd.h [__USE_GNU]: Likewise.
17035         [__USE_MISC]: Likewise.
17036         * resolv/netdb.h [__USE_GNU]: Likewise.
17037         * signal/signal.h: Update #endif comments.
17038         [__USE_MISC]: Remove redundant conditionals.
17039         * stdlib/stdlib.h: Update #else and #endif comments.
17040         [__USE_MISC]: Remove redundant conditionals.
17041         [__USE_GNU]: Likewise.
17042         * string/bits/string2.h [__USE_MISC]: Likewise.
17043         * string/string.h: Update #endif comments.
17044         [__USE_MISC]: Remove redundant conditionals.
17045         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17046         Likewise.
17047         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17048         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17049         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17050         Likewise.
17051         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17052         Likewise.
17053         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17054         comments.
17055         [__USE_MISC]: Remove redundant conditionals.
17056         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17057         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17058         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17059         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17060         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17061         Likewise.
17062         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17063         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17064         Likewise.
17065         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17066         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17067         Likewise.
17068         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17069         Likewise.
17070         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17071         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17072         Likewise.
17073         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17074         Likewise.
17075         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17076         * sysdeps/x86/bits/string.h: Update #endif comments.
17077         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17078         conditionals.
17079         * time/sys/time.h: Update #endif comments.
17080         * time/time.h: Likewise.
17081         [__USE_MISC]: Remove redundant conditionals.
17083 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17085         [BZ #16600]
17086         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17088 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17090         * Versions.def (librt): Add GLIBC_2.17.
17092 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17094         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17095         synonym for _SYS_AUXV_H to allow direct inclusion.
17096         * sysdeps/sparc/bits/hwcap.h: Likewise.
17097         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17098         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17099         * sysdeps/sparc/sysdep.h: Likewise.
17101 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17103         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17105 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17107         * benchtests/bench-strrchr.c: Print length instead of position.
17109 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17111         [BZ #16611]
17112         * sysdeps/unix/sysv/linux/kernel-features.h
17113         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17114         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17115         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17116         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17117         Likewise.
17118         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17119         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17120         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17121         (__ASSUME_SENDMMSG): Define instead of using previous
17122         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17123         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17124         (__ASSUME_SENDMMSG_SYSCALL): Define.
17125         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17126         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17127         Likewise.
17128         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17129         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17130         Likewise.
17131         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17132         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17133         Likewise.
17134         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17135         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17136         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17137         [__ASSUME_SENDMMSG]: Change conditionals to
17138         [__ASSUME_SENDMMSG_SOCKETCALL].
17139         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17140         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17141         Define.
17142         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17143         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17144         Likewise.
17145         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17146         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17147         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17148         [!__ASSUME_SENDMMSG]: Change conditional to
17149         [!__ASSUME_SENDMMSG_SOCKETCALL].
17150         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17151         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17152         Define.
17154         [BZ #16610]
17155         * sysdeps/unix/sysv/linux/kernel-features.h
17156         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17157         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17158         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17159         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17160         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17161         [__i386__ || __sparc__]
17162         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17163         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17164         (__ASSUME_RECVMMSG): Define instead of using previous
17165         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17166         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17167         (__ASSUME_RECVMMSG_SYSCALL): Define.
17168         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17169         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17170         Likewise.
17171         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17172         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17173         Likewise.
17174         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17175         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17176         Likewise.
17177         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17178         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17179         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17180         [__ASSUME_RECVMMSG]: Change condition to
17181         [__ASSUME_RECVMMSG_SOCKETCALL].
17182         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17183         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17184         Define.
17185         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17186         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17187         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17188         Likewise.
17189         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17190         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17191         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17192         [!__ASSUME_RECVMMSG]: Change condition to
17193         [!__ASSUME_RECVMMSG_SOCKETCALL].
17194         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17195         (__ASSUME_RECVMMSG_SYSCALL): Define.
17197         [BZ #16609]
17198         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17199         __powerpc__ || __s390__ || __sh__ || __sparc__]
17200         (__ASSUME_SOCKETCALL): Define.
17201         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17202         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17203         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17204         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17205         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17206         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17207         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17208         (__ASSUME_ACCEPT4): Define instead of using previous
17209         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17210         __powerpc__ || __sparc__ || __s390__)] condition.
17211         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17212         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17213         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17214         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17215         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17216         [!__ASSUME_ACCEPT4]: Change condition to
17217         [!__ASSUME_ACCEPT4_SOCKETCALL].
17218         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17219         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17220         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17221         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17222         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17223         __ASSUME_ACCEPT4_SYSCALL.
17224         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17225         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17226         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17227         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17228         __ASSUME_ACCEPT4_SYSCALL.
17229         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17230         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17231         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17232         [__ASSUME_ACCEPT4]: Change condition to
17233         [__ASSUME_ACCEPT4_SOCKETCALL].
17234         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17235         (__ASSUME_SOCKETCALL): Define.
17236         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17237         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17238         (__ASSUME_SOCKETCALL): Define.
17239         (__ASSUME_ACCEPT4): Remove.
17240         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17241         Define.
17242         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17243         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17244         Likewise.
17245         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17246         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17248         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17249         macro.
17250         (HWCAP_ARM_LPAE): Likewise.
17251         (HWCAP_ARM_EVTSTRM): Likewise.
17252         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17253         Add vpfd32, lpae and evtstrm.
17254         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17255         Increase to 22.
17257 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17259         * math/auto-libm-test-in: Add tests of clog10.
17260         * math/auto-libm-test-out: Regenerated.
17261         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17262         * sysdeps/i386/fpu/libm-test-ulps: Update.
17263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17265 2014-02-18  Andreas Schwab  <schwab@suse.de>
17267         [BZ #16574]
17268         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17269         Store non-zero if the second buffer was newly allocated.
17270         (send_dg): Likewise.
17271         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17272         to send_vc and send_dg.
17273         (res_nsend): Pass NULL for ansp2_malloced.
17274         * resolv/res_query.c (__libc_res_nquery): Add parameter
17275         answerp2_malloced and pass it down to __libc_res_nsend.
17276         (res_nquery): Pass additional NULL to __libc_res_nquery.
17277         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17278         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17279         second answer buffer if answerp2_malloced was set.
17280         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17281         (__libc_res_nquerydomain): Add parameter
17282         answerp2_malloced and pass it down to __libc_res_nquery.
17283         (res_nquerydomain): Pass additional NULL to
17284         __libc_res_nquerydomain.
17285         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17286         additional NULL to __libc_res_nsend and __libc_res_nquery.
17287         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17288         additional NULL to __libc_res_nsearch.
17289         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17290         parameter of __libc_res_nsearch to check for separately allocated
17291         second buffer.
17292         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17293         __libc_res_nquery.
17294         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17295         additional NULL to __libc_res_nquery.
17296         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17297         __libc_res_nsearch.
17298         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17299         * include/resolv.h: Update prototypes of __libc_res_nquery,
17300         __libc_res_nsearch, __libc_res_nsend.
17302 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17304         * math/auto-libm-test-in: Add tests of fma.
17305         * math/auto-libm-test-out: Regenerated.
17306         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17307         (fma_towardzero_test_data): Likewise.
17308         (fma_downward_test_data): Likewise.
17309         (fma_upward_test_data): Likewise.
17310         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17311         mpc_mode.
17312         (rounding_modes): Add values for new field.
17313         (func_calc_method): Add value mpfr_fff_f.
17314         (func_calc_desc): Add mpfr_fff_f union field.
17315         (test_function): Add field exact_args.
17316         (FUNC): Add macro argument EXACT_ARGS.
17317         (FUNC_mpfr_f_f): Update call to FUNC.
17318         (FUNC_mpfr_f_f): Likewise.
17319         (FUNC_mpfr_ff_f): Likewise.
17320         (FUNC_mpfr_if_f): Likewise.
17321         (FUNC_mpc_c_f): Likewise.
17322         (FUNC_mpc_c_c): Likewise.
17323         (test_functions): Add fma.  Update calls to FUNC.
17324         (handle_input_arg): Add argument exact_args.
17325         (add_test): Update call to handle_input_arg.
17326         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17327         (output_for_one_input_case): Update call to calc_generic_results.
17328         Recalculate exact zero results in each rounding mode.
17330         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17331         non-negative before setting low bit.
17332         * math/auto-libm-test-in: Mark one asin test possibly having
17333         spurious underflow.
17334         * math/auto-libm-test-out: Regenerated.
17335         * sysdeps/i386/fpu/libm-test-ulps: Update.
17336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17338 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17340         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17341         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17342         ports/sysdeps/unix/sysv/linux/microblaze.
17343         * README: Add missing listing for microblaze*-*-linux-gnu.
17345 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17347         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17348         duplicate code
17350 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17352         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17353         * sysdeps/unix/sysv/linux/ia64: Move directory from
17354         ports/sysdeps/unix/sysv/linux/ia64.
17355         * README: Update listing for ia64-*-linux-gnu.
17357 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17358             Joseph Myers  <joseph@codesourcery.com>
17360         * Makeconfig (test-name): New variable.
17361         (evaluate-test): Likewise.
17362         * Makerules (do-test-clean): Remove .test-result files.
17363         (common-mostlyclean): Likewise.
17364         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17365         * scripts/evaluate-test.sh: New file.
17367 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17369         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17370         separate $(objpfx)tst-fopenloc-cmp.out and
17371         $(objpfx)tst-fopenloc-mem.out targets.
17372         (tests): Update dependencies.
17373         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17374         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17375         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17376         (tst-rxspencer-no-utf8-ARGS): New variable.
17377         (tst-rxspencer-no-utf8-ENV): Likewise.
17378         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17379         instead of $(objpfx)tst-rxspencer-mem.
17380         ($(objpfx)tst-rxspencer-mem): Change target to
17381         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17382         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17383         * posix/tst-rxspencer-no-utf8.c: New file.
17385         * elf/Makefile ($(objpfx)order.out): Remove rule.
17386         [$(run-built-tests) = yes] (tests): Depend on
17387         $(objpfx)order-cmp.out.
17388         ($(objpfx)order-cmp.out): New rule.
17389         [$(run-built-tests) = yes] (tests): Depend on
17390         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17391         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17392         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17393         $(objpfx)tst-array5-static-cmp.out.
17394         ($(objpfx)tst-array1.out): Remove rule.
17395         ($(objpfx)tst-array1-cmp.out): New rule.
17396         ($(objpfx)tst-array1-static.out): Remove rule.
17397         ($(objpfx)tst-array1-static-cmp.out): New rule.
17398         ($(objpfx)tst-array2.out): Remove rule.
17399         ($(objpfx)tst-array2-cmp.out): New rule.
17400         ($(objpfx)tst-array3.out): Remove rule.
17401         ($(objpfx)tst-array3-cmp.out): New rule.
17402         ($(objpfx)tst-array4.out): Remove rule.
17403         ($(objpfx)tst-array4-cmp.out): New rule.
17404         ($(objpfx)tst-array5.out): Remove rule.
17405         ($(objpfx)tst-array5-cmp.out): New rule.
17406         ($(objpfx)tst-array5-static.out): Remove rule.
17407         ($(objpfx)tst-array5-static-cmp.out): New rule.
17408         [$(run-built-tests) = yes] (tests): Depend on
17409         $(objpfx)order2-cmp.out.
17410         ($(objpfx)order2.out): Remove rule.
17411         ($(objpfx)order2-cmp.out): New rule.
17412         ($(objpfx)tst-initorder.out): Remove rule.
17413         [$(run-built-tests) = yes] (tests): Depend on
17414         $(objpfx)tst-initorder-cmp.out.
17415         ($(objpfx)tst-initorder-cmp.out): New rule.
17416         ($(objpfx)tst-initorder2.out): Remove rule.
17417         [$(run-built-tests) = yes] (tests): Depend on
17418         $(objpfx)tst-initorder2-cmp.out.
17419         ($(objpfx)tst-initorder2-cmp.out): New rule.
17420         [$(run-built-tests) = yes] (tests): Depend on
17421         $(objpfx)tst-unused-dep-cmp.out.
17422         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17423         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17424         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17425         on $(objpfx)tst-setvbuf1-cmp.out.
17426         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17427         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17428         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17429         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17430         ($(objpfx)tst-svc.out): Remove rule.
17431         ($(objpfx)tst-svc-cmp.out): New rule.
17433 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17435         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17436         * ctype/ctype.h [__USE_MISC]: Likewise.
17437         * dirent/dirent.h [__USE_MISC]: Likewise.
17438         * grp/grp.h [__USE_MISC]: Likewise.
17439         * io/fcntl.h [__USE_MISC]: Likewise.
17440         * io/sys/stat.h [__USE_MISC]: Likewise.
17441         * libio/stdio.h [__USE_MISC]: Likewise.
17442         * posix/unistd.h [__USE_MISC]: Likewise.
17443         * pwd/pwd.h [__USE_MISC]: Likewise.
17444         * stdlib.h [__USE_MISC]: Likewise.
17445         * string/bits/string2.h [__USE_MISC]: Likewise.
17446         * string/string.h [__USE_MISC]: Likewise.
17447         * time/time.h [__USE_MISC]: Likewise.
17449 2014-02-13  Andreas Schwab  <schwab@suse.de>
17451         [BZ #16574]
17452         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17453         second answer buffer if it was separately allocated.
17455 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17457         * sysdeps/mips/math-tests.h: Include <features.h>.
17458         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17459         (ROUNDING_TESTS_long_double): Do not define.
17460         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17461         (EXCEPTION_TESTS_long_double): Likewise.
17462         * sysdeps/mips/mips64/libm-test-ulps: Update.
17464         * include/features.h (__USE_BSD): Remove macro definitions.
17465         (__USE_SVID): Likewise.
17466         (_BSD_SOURCE): Likewise.
17467         (_SVID_SOURCE): Likewise.
17468         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17469         from definition of _DEFAULT_SOURCE.
17470         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17471         [_DEFAULT_SOURCE].
17472         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17473         * bits/mman.h [__USE_BSD]: Likewise.
17474         * bits/termios.h [__USE_BSD]: Likewise.
17475         * bits/waitstatus.h [__USE_BSD]: Likewise.
17476         * ctype/ctype.h [__USE_SVID]: Likewise.
17477         * dirent/dirent.h [__USE_BSD]: Likewise.
17478         * grp/grp.h [__USE_SVID]: Likewise.
17479         [__USE_BSD]: Likewise.
17480         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17481         * io/fcntl.h [__USE_BSD]: Likewise.
17482         * io/ftw.h [__USE_BSD]: Likewise.
17483         * io/sys/stat.h [__USE_BSD]: Likewise.
17484         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17485         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17486         * libio/stdio.h [__USE_SVID]: Likewise.
17487         [__USE_BSD]: Likewise.
17488         * math/math.h [__USE_SVID]: Likewise.
17489         [__USE_BSD]: Likewise.
17490         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17491         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17492         * misc/search.h [__USE_SVID]: Likewise.
17493         * misc/sys/mman.h [__USE_BSD]: Likewise.
17494         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17495         * misc/sys/uio.h [__USE_BSD]: Likewise.
17496         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17497         * posix/glob.h [__USE_BSD]: Likewise.
17498         * posix/regex.h [__USE_BSD]: Likewise.
17499         * posix/sys/types.h [__USE_BSD]: Likewise.
17500         [__USE_SVID]: Likewise.
17501         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17502         * posix/sys/wait.h [__USE_BSD]: Likewise.
17503         [__USE_SVID]: Likewise.
17504         * posix/unistd.h [__USE_BSD]: Likewise.
17505         [__USE_SVID]: Likewise.
17506         * pwd/pwd.h [__USE_SVID]: Likewise.
17507         * resolv/netdb.h [__USE_BSD]: Likewise.
17508         * setjmp/setjmp.h [__USE_BSD]: Likewise.
17509         * signal/signal.h [__USE_BSD]: Likewise.
17510         [__USE_SVID]: Likewise.
17511         * socket/sys/socket.h [__USE_BSD]: Likewise.
17512         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
17513         * stdlib/stdlib.h [__USE_BSD]: Likewise.
17514         [__USE_SVID]: Likewise.
17515         * string/bits/string2.h [__USE_BSD]: Likewise.
17516         [__USE_SVID]: Likewise.
17517         * string/bits/string3.h [__USE_BSD]: Likewise.
17518         * string/endian.h [__USE_BSD]: Likewise.
17519         * string/string.h [__USE_SVID]: Likewise.
17520         [__USE_BSD]: Likewise.
17521         * string/strings.h [__USE_BSD]: Likewise.
17522         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
17523         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
17524         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
17525         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17526         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17527         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17528         Likewise.
17529         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17530         Likewise.
17531         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17532         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17533         Likewise.
17534         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17535         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17536         Likewise.
17537         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17538         Likewise.
17539         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17540         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17541         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17542         Likewise.
17543         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17544         Likewise.
17545         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17546         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17547         * termios/termios.h [__USE_BSD]: Likewise.
17548         * time/sys/time.h [__USE_BSD]: Likewise.
17549         * time/time.h [__USE_BSD]: Likewise.
17550         [__USE_SVID]: Likewise.
17552         * Makefile (subdir_targets): Remove subdir_lint.out.
17554         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17555         (do-tst-printf): Likewise.
17556         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17557         $(objpfx)tst-printf.out.
17559         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17561         * Makerules (check-abi-%): Change target to
17562         $(objpfx)check-abi-%.out.
17563         (check-abi target): Update dependencies.
17564         (check-abi-pattern variable): Redirect output of diff to $@.
17565         (check-abi variable): Likewise.
17566         * elf/Makefile (check-abi): Update dependencies.
17568         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17569         unused.
17570         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17571         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17572         subnormal range.
17573         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17574         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17575         value has largest subnormal exponent.
17576         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17577         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17578         * sysdeps/aarch64/soft-fp/sfp-machine.h
17579         (_FP_TININESS_AFTER_ROUNDING): New macro.
17580         * sysdeps/alpha/soft-fp/sfp-machine.h
17581         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17582         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17583         Likewise.
17584         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17585         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17586         * sysdeps/mips/soft-fp/sfp-machine.h
17587         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17588         * sysdeps/powerpc/soft-fp/sfp-machine.h
17589         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17590         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17591         Likewise.
17592         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17593         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17594         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17595         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17596         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17597         Likewise.
17599 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17601         [BZ #16545]
17602         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17603         model 1.
17605 2014-02-12  Richard Henderson  <rth@redhat.com>
17607         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17608         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17609         * sysdeps/unix/sysv/linux/alpha: Move directory from
17610         ports/sysdeps/unix/sysv/linux/alpha.
17611         * README: Update listing for alpha-*-linux-gnu.
17613 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17615         * include/features.h: Update comment documenting feature test
17616         macros.
17617         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17618         _DEFAULT_SOURCE.
17619         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17620         (_SVID_SOURCE): Likewise.
17621         (_DEFAULT_SOURCE): Update description of default features.
17622         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17623         with _GNU_SOURCE.
17624         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17625         (S_ISVTX): Likewise.
17626         * manual/math.texi (Mathematical Constants): Likewise.
17627         * manual/signal.texi (Interrupted Primitives): Likewise.
17628         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17629         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17630         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17631         Don't refer to _SVID_SOURCE in warning text.
17633         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17635         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17636         already defined.
17637         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17638         * sysdeps/mips/dl-lookup.c: Remove.
17639         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17641 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17643         [BZ #16447]
17644         * math/auto-libm-test-in: Add testcase for expl.
17645         * math/auto-libm-test-out: Regenerate.
17646         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17647         calculation of unsafe.
17648         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17650 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17652         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17653         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17654         ports/sysdeps/unix/sysv/linux/aarch64.
17655         * README: Update listing for aarch64*-*-linux-gnu.
17657 2014-02-11  Will Newton  <will.newton@linaro.org>
17659         * manual/probes.texi (Mathematical Function Probes): Use
17660         "triggered" instead of "hit".
17662         * manual/probes.texi (Internal Probes): Add documentation
17663         of setjmp, longjmp and longjmp_target probes.
17665         * include/stap-probe.h: Add comment about probe argument
17666         format.
17668         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17669         definition.  (tr_where, tr_freehook, tr_mallochook,
17670         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17672 2014-02-11  David S. Miller  <davem@davemloft.net>
17674         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17675         processing int_tests.
17677 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17679         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17680         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17681         * sysdeps/unix/sysv/linux/mips: Move directory from
17682         ports/sysdeps/unix/sysv/linux/mips.
17683         * README: Update listing for mips-*-linux-gnu and
17684         mips64-*-linux-gnu.
17686 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17688         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17689         * sysdeps/unix/sysv/linux/m68k: Move directory from
17690         ports/sysdeps/unix/sysv/linux/m68k.
17691         * README: Update listing for m68k-*-linux-gnu.
17693 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17695         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17696         * sysdeps/unix/sysv/linux/generic: Move directory from
17697         ports/sysdeps/unix/sysv/linux/generic.
17698         * sysdeps/unix/sysv/linux/tile: Move directory from
17699         ports/sysdeps/unix/sysv/linux/tile.
17700         * README: Update listing for tile*-*-linux-gnu.
17702 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17704         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17705         __builtin_expect.
17706         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17707         * catgets/open_catalog.c (__open_catalog): Likewise.
17708         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17709         * debug/confstr_chk.c: Likewise.
17710         * debug/fread_chk.c (__fread_chk): Likewise.
17711         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17712         * debug/getgroups_chk.c: Likewise.
17713         * debug/mbsnrtowcs_chk.c: Likewise.
17714         * debug/mbsrtowcs_chk.c: Likewise.
17715         * debug/mbstowcs_chk.c: Likewise.
17716         * debug/memcpy_chk.c: Likewise.
17717         * debug/memmove_chk.c: Likewise.
17718         * debug/mempcpy_chk.c: Likewise.
17719         * debug/memset_chk.c: Likewise.
17720         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17721         * debug/strcat_chk.c (__strcat_chk): Likewise.
17722         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17723         * debug/strncat_chk.c (__strncat_chk): Likewise.
17724         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17725         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17726         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17727         * debug/wcpncpy_chk.c: Likewise.
17728         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17729         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17730         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17731         * debug/wcsncpy_chk.c: Likewise.
17732         * debug/wcsnrtombs_chk.c: Likewise.
17733         * debug/wcsrtombs_chk.c: Likewise.
17734         * debug/wcstombs_chk.c: Likewise.
17735         * debug/wmemcpy_chk.c: Likewise.
17736         * debug/wmemmove_chk.c: Likewise.
17737         * debug/wmempcpy_chk.c: Likewise.
17738         * debug/wmemset_chk.c: Likewise.
17739         * dirent/scandirat.c (SCANDIRAT): Likewise.
17740         * dlfcn/dladdr1.c (dladdr1): Likewise.
17741         * dlfcn/dladdr.c (dladdr): Likewise.
17742         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17743         * dlfcn/dlerror.c (__dlerror): Likewise.
17744         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17745         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17746         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17747         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17748         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17749         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17750         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17751         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17752         Likewise.
17753         * elf/dl-conflict.c: Likewise.
17754         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17755         * elf/dl-dst.h: Likewise.
17756         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17757         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17758         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17759         * elf/dl-init.c (call_init, _dl_init): Likewise.
17760         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17761         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17762         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17763         Likewise.
17764         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17765         Likewise.
17766         * elf/dl-minimal.c (__libc_memalign): Likewise.
17767         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17768         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17769         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17770         * elf/dl-sym.c (do_sym): Likewise.
17771         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17772         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17773         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17774         * elf/dl-writev.h (_dl_writev): Likewise.
17775         * elf/ldconfig.c (search_dir): Likewise.
17776         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17777         (dl_main): Likewise.
17778         * elf/setup-vdso.h (setup_vdso): Likewise.
17779         * grp/compat-initgroups.c (compat_call): Likewise.
17780         * grp/fgetgrent.c (fgetgrent): Likewise.
17781         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17782         * grp/putgrent.c (putgrent): Likewise.
17783         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17784         Likewise.
17785         * hurd/hurdinit.c: Likewise.
17786         * iconvdata/8bit-gap.c (struct): Likewise.
17787         * iconvdata/ansi_x3.110.c : Likewise.
17788         * iconvdata/big5.c : Likewise.
17789         * iconvdata/big5hkscs.c : Likewise.
17790         * iconvdata/cp1255.c: Likewise.
17791         * iconvdata/cp1258.c : Likewise.
17792         * iconvdata/cp932.c : Likewise.
17793         * iconvdata/euc-cn.c: Likewise.
17794         * iconvdata/euc-jisx0213.c : Likewise.
17795         * iconvdata/euc-jp.c: Likewise.
17796         * iconvdata/euc-jp-ms.c : Likewise.
17797         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17798         * iconvdata/gb18030.c : Likewise.
17799         * iconvdata/gbbig5.c (const): Likewise.
17800         * iconvdata/gbgbk.c: Likewise.
17801         * iconvdata/gbk.c : Likewise.
17802         * iconvdata/ibm1364.c : Likewise.
17803         * iconvdata/ibm930.c : Likewise.
17804         * iconvdata/ibm932.c: Likewise.
17805         * iconvdata/ibm933.c : Likewise.
17806         * iconvdata/ibm935.c : Likewise.
17807         * iconvdata/ibm937.c : Likewise.
17808         * iconvdata/ibm939.c : Likewise.
17809         * iconvdata/ibm943.c: Likewise.
17810         * iconvdata/iso_11548-1.c: Likewise.
17811         * iconvdata/iso-2022-cn.c : Likewise.
17812         * iconvdata/iso-2022-cn-ext.c : Likewise.
17813         * iconvdata/iso-2022-jp-3.c: Likewise.
17814         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17815         * iconvdata/iso-2022-kr.c : Likewise.
17816         * iconvdata/iso646.c (gconv_end): Likewise.
17817         * iconvdata/iso_6937-2.c : Likewise.
17818         * iconvdata/iso_6937.c : Likewise.
17819         * iconvdata/iso8859-1.c: Likewise.
17820         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17821         * iconvdata/shift_jisx0213.c : Likewise.
17822         * iconvdata/sjis.c : Likewise.
17823         * iconvdata/t.61.c : Likewise.
17824         * iconvdata/tcvn5712-1.c : Likewise.
17825         * iconvdata/tscii.c: Likewise.
17826         * iconvdata/uhc.c : Likewise.
17827         * iconvdata/unicode.c (gconv_end): Likewise.
17828         * iconvdata/utf-16.c (gconv_end): Likewise.
17829         * iconvdata/utf-32.c (gconv_end): Likewise.
17830         * iconvdata/utf-7.c (base64): Likewise.
17831         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17832         * iconv/gconv_close.c (__gconv_close): Likewise.
17833         * iconv/gconv_open.c (__gconv_open): Likewise.
17834         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17835         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17836         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17837         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17838         (ucs4le_internal_loop_single): Likewise.
17839         * iconv/iconv.c (iconv): Likewise.
17840         * iconv/iconv_close.c: Likewise.
17841         * iconv/loop.c (SINGLE): Likewise.
17842         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17843         * include/atomic.h: Likewise.
17844         * inet/inet6_option.c (option_alloc): Likewise.
17845         * intl/bindtextdom.c (set_binding_values): Likewise.
17846         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17847         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17848         * intl/localealias.c (read_alias_file): Likewise.
17849         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17850         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17851         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17852         * libio/fmemopen.c (fmemopen): Likewise.
17853         * libio/iofgets.c (_IO_fgets): Likewise.
17854         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17855         * libio/iofgetws.c (fgetws): Likewise.
17856         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17857         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17858         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17859         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17860         * locale/findlocale.c (_nl_find_locale): Likewise.
17861         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17862         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17863         Likewise.
17864         * locale/setlocale.c (setlocale): Likewise.
17865         * login/programs/pt_chown.c (main): Likewise.
17866         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17867         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17868         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17869         (mmap, mmap64, mremap, munmap): Likewise.
17870         * math/e_exp2l.c: Likewise.
17871         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17872         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17873         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17874         * math/s_catan.c (__catan): Likewise.
17875         * math/s_catanf.c (__catanf): Likewise.
17876         * math/s_catanh.c (__catanh): Likewise.
17877         * math/s_catanhf.c (__catanhf): Likewise.
17878         * math/s_catanhl.c (__catanhl): Likewise.
17879         * math/s_catanl.c (__catanl): Likewise.
17880         * math/s_ccosh.c (__ccosh): Likewise.
17881         * math/s_ccoshf.c (__ccoshf): Likewise.
17882         * math/s_ccoshl.c (__ccoshl): Likewise.
17883         * math/s_cexp.c (__cexp): Likewise.
17884         * math/s_cexpf.c (__cexpf): Likewise.
17885         * math/s_cexpl.c (__cexpl): Likewise.
17886         * math/s_clog10.c (__clog10): Likewise.
17887         * math/s_clog10f.c (__clog10f): Likewise.
17888         * math/s_clog10l.c (__clog10l): Likewise.
17889         * math/s_clog.c (__clog): Likewise.
17890         * math/s_clogf.c (__clogf): Likewise.
17891         * math/s_clogl.c (__clogl): Likewise.
17892         * math/s_csin.c (__csin): Likewise.
17893         * math/s_csinf.c (__csinf): Likewise.
17894         * math/s_csinh.c (__csinh): Likewise.
17895         * math/s_csinhf.c (__csinhf): Likewise.
17896         * math/s_csinhl.c (__csinhl): Likewise.
17897         * math/s_csinl.c (__csinl): Likewise.
17898         * math/s_csqrt.c (__csqrt): Likewise.
17899         * math/s_csqrtf.c (__csqrtf): Likewise.
17900         * math/s_csqrtl.c (__csqrtl): Likewise.
17901         * math/s_ctan.c (__ctan): Likewise.
17902         * math/s_ctanf.c (__ctanf): Likewise.
17903         * math/s_ctanh.c (__ctanh): Likewise.
17904         * math/s_ctanhf.c (__ctanhf): Likewise.
17905         * math/s_ctanhl.c (__ctanhl): Likewise.
17906         * math/s_ctanl.c (__ctanl): Likewise.
17907         * math/w_pow.c: Likewise.
17908         * math/w_powf.c: Likewise.
17909         * math/w_powl.c: Likewise.
17910         * math/w_scalb.c (sysv_scalb): Likewise.
17911         * math/w_scalbf.c (sysv_scalbf): Likewise.
17912         * math/w_scalbl.c (sysv_scalbl): Likewise.
17913         * misc/error.c (error_tail): Likewise.
17914         * misc/pselect.c (__pselect): Likewise.
17915         * nis/nis_callback.c (__nis_create_callback): Likewise.
17916         * nis/nis_call.c (__nisfind_server): Likewise.
17917         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17918         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17919         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17920         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17921         * nis/nis_lookup.c (nis_lookup): Likewise.
17922         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17923         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17924         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17925         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17926         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17927         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17928         * nis/nss_compat/compat-initgroups.c (add_group)
17929         (internal_getgrent_r): Likewise.
17930         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17931         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17932         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17933         (internal_getspnam_r): Likewise.
17934         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17935         (_nss_nis_getaliasbyname_r): Likewise.
17936         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17937         (_nss_nis_getntohost_r): Likewise.
17938         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17939         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17940         (_nss_nis_getgrgid_r): Likewise.
17941         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17942         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17943         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17944         (_nss_nis_gethostbyname4_r): Likewise.
17945         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17946         (initgroups_netid): Likewise.
17947         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17948         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17949         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17950         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17951         (_nss_nis_getprotobynumber_r): Likewise.
17952         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17953         (_nss_nis_getsecretkey): Likewise.
17954         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17955         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17956         (_nss_nis_getpwuid_r): Likewise.
17957         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17958         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17959         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17960         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17961         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17962         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17963         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17964         Likewise.
17965         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17966         (_nss_nisplus_getntohost_r): Likewise.
17967         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17968         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17969         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17970         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17971         Likewise.
17972         * nis/nss_nisplus/nisplus-initgroups.c
17973         (_nss_nisplus_initgroups_dyn): Likewise.
17974         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17975         (_nss_nisplus_getnetbyaddr_r): Likewise.
17976         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17977         (_nss_nisplus_getprotobynumber_r): Likewise.
17978         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17979         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17980         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17981         Likewise.
17982         * nis/nss_nisplus/nisplus-service.c
17983         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17984         (_nss_nisplus_getservbyport_r): Likewise.
17985         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17986         (_nss_nisplus_getspnam_r): Likewise.
17987         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17988         Likewise.
17989         * nscd/aicache.c (addhstaiX): Likewise.
17990         * nscd/cache.c (cache_search, prune_cache): Likewise.
17991         * nscd/connections.c (register_traced_file, send_ro_fd)
17992         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17993         (main_loop_epoll): Likewise.
17994         * nscd/grpcache.c (addgrbyX): Likewise.
17995         * nscd/hstcache.c (addhstbyX): Likewise.
17996         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17997         * nscd/mem.c (gc, mempool_alloc): Likewise.
17998         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17999         (addinnetgrX): Likewise.
18000         * nscd/nscd-client.h (__nscd_acquire_maplock)
18001         (__nscd_drop_map_ref): Likewise.
18002         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18003         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18004         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18005         Likewise.
18006         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18007         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18008         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18009         (__nscd_get_map_ref): Likewise.
18010         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18011         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18012         Likewise.
18013         * nscd/pwdcache.c (addpwbyX): Likewise.
18014         * nscd/selinux.c (preserve_capabilities): Likewise.
18015         * nscd/servicescache.c (addservbyX): Likewise.
18016         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18017         * posix/fnmatch.c (fnmatch): Likewise.
18018         * posix/getopt.c (_getopt_internal_r): Likewise.
18019         * posix/glob.c (glob, glob_in_dir): Likewise.
18020         * posix/wordexp.c (exec_comm_child): Likewise.
18021         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18022         (getanswer_r, gaih_getanswer_slice): Likewise.
18023         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18024         * resolv/res_init.c: Likewise.
18025         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18026         * resolv/res_query.c (__libc_res_nquery): Likewise.
18027         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18028         Likewise.
18029         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18030         * stdio-common/perror.c (perror): Likewise.
18031         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18032         * stdio-common/tmpnam.c (tmpnam): Likewise.
18033         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18034         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18035         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18036         Likewise.
18037         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18038         * stdlib/putenv.c (putenv): Likewise.
18039         * stdlib/setenv.c (__add_to_environ): Likewise.
18040         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18041         * stdlib/strtol_l.c (INTERNAL): Likewise.
18042         * string/memmem.c (memmem): Likewise.
18043         * string/strerror.c (strerror): Likewise.
18044         * string/strnlen.c (__strnlen): Likewise.
18045         * string/test-memmem.c (simple_memmem): Likewise.
18046         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18047         * sunrpc/pm_getport.c (__get_socket): Likewise.
18048         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18049         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18050         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18051         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18052         Likewise.
18053         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18054         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18055         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18056         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18057         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18058         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18059         Likewise.
18060         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18061         Likewise.
18062         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18063         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18064         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18065         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18066         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18067         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18068         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18069         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18070         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18071         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18072         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18073         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18074         Likewise.
18075         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18076         Likewise.
18077         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18078         Likewise.
18079         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18080         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18081         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18082         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18083         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18084         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18085         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18086         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18087         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18088         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18089         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18090         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18091         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18092         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18093         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18094         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18095         Likewise.
18096         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18097         Likewise.
18098         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18099         Likewise.
18100         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18101         Likewise.
18102         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18103         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18104         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18105         Likewise.
18106         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18107         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18108         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18109         * sysdeps/posix/sleep.c: Likewise.
18110         * sysdeps/posix/tempname.c: Likewise.
18111         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18112         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18113         Likewise.
18114         * sysdeps/powerpc/powerpc32/dl-machine.h
18115         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18116         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18117         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18118         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18119         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18120         Likewise.
18121         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18122         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18123         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18124         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18125         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18126         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18127         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18128         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18129         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18130         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18131         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18132         (elf_machine_lazy_rel): Likewise.
18133         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18134         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18135         (elf_machine_lazy_rel): Likewise.
18136         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18137         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18138         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18139         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18140         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18141         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18142         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18143         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18144         Likewise.
18145         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18146         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18147         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18148         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18149         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18150         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18151         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18152         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18153         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18154         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18155         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18156         Likewise.
18157         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18158         (__posix_fallocate64_l64): Likewise.
18159         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18160         (posix_fallocate): Likewise.
18161         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18162         Likewise.
18163         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18164         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18165         (getifaddrs_internal): Likewise.
18166         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18167         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18168         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18169         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18170         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18171         (__posix_fallocate64_l64): Likewise.
18172         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18173         Likewise.
18174         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18175         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18176         (__get_clockfreq): Likewise.
18177         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18178         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18179         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18180         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18181         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18182         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18183         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18184         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18185         Likewise.
18186         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18187         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18188         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18189         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18190         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18191         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18192         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18193         Likewise.
18194         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18195         (posix_fallocate): Likewise.
18196         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18197         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18198         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18199         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18200         (elf_machine_rela, elf_machine_rela_relative)
18201         (elf_machine_lazy_rel): Likewise.
18202         * time/asctime.c (asctime_internal): Likewise.
18203         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18204         * time/tzset.c (__tzset_parse_tz): Likewise.
18205         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18206         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18207         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18208         * wcsmbs/wcsmbsload.h: Likewise.
18210         [BZ #15894]
18211         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18213         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18214         (arena_get2): Remove THREAD_STATS conditionals.
18215         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18216         (__malloc_stats, int): Likewise.
18218 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18220         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18221         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18223         * manual/setjmp.texi: Fix typos/grammar errors.
18225         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18226         Only return early when n is <= 0.  Delete unused return statement.
18228         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18229         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18230         * debug/tst-longjmp_chk3.c: New file.
18232         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18233         (test_main): Replace code with set_fortify_handler call.
18234         * debug/test-strcpy_chk.c: Likewise.
18235         * debug/tst-chk1.c: Likewise.
18236         * debug/tst-longjmp_chk.c: Likewise.
18237         * test-skeleton.c: Include fcntl.h & paths.h
18238         (set_fortify_handler): Define.
18240         * debug/tst-longjmp_chk.c: Add header comment and include
18241         ../test-skeleton.c.
18242         (do_test): Mark static.
18243         (TEST_FUNCTION): Define.
18245         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18246         (IP_PMTUDISC_INTERFACE): Likewise.
18247         (IP_MULTICAST_IF): Likewise.
18248         (IP_MULTICAST_TTL): Likewise.
18249         (IP_MULTICAST_LOOP): Likewise.
18250         (IP_ADD_MEMBERSHIP): Likewise.
18251         (IP_DROP_MEMBERSHIP): Likewise.
18252         (IP_UNBLOCK_SOURCE): Likewise.
18253         (IP_BLOCK_SOURCE): Likewise.
18254         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18255         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18256         (IP_MSFILTER): Likewise.
18257         (MCAST_JOIN_GROUP): Likewise.
18258         (MCAST_BLOCK_SOURCE): Likewise.
18259         (MCAST_UNBLOCK_SOURCE): Likewise.
18260         (MCAST_LEAVE_GROUP): Likewise.
18261         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18262         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18263         (MCAST_MSFILTER): Likewise.
18264         (IP_MULTICAST_ALL): Likewise.
18265         (IP_UNICAST_IF): Likewise.
18267         * timezone/Makefile: Delete $(have-ksh) check.
18268         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18269         * timezone/tzselect.ksh: Add +x mode bits.
18271         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18272         (ANON_INODE_FS_MAGIC): Likewise.
18273         (BDEVFS_MAGIC): Likewise.
18274         (BINFMTFS_MAGIC): Likewise.
18275         (BTRFS_TEST_MAGIC): Likewise.
18276         (CRAMFS_MAGIC_WEND): Likewise.
18277         (DEBUGFS_MAGIC): Likewise.
18278         (ECRYPTFS_SUPER_MAGIC): Likewise.
18279         (EXT3_SUPER_MAGIC): Likewise.
18280         (EXT4_SUPER_MAGIC): Likewise.
18281         (FUTEXFS_SUPER_MAGIC): Likewise.
18282         (HOSTFS_SUPER_MAGIC): Likewise.
18283         (HUGETLBFS_MAGIC): Likewise.
18284         (MINIX3_SUPER_MAGIC): Likewise.
18285         (MTD_INODE_FS_MAGIC): Likewise.
18286         (NILFS_SUPER_MAGIC): Likewise.
18287         (OPENPROM_SUPER_MAGIC): Likewise.
18288         (PIPEFS_MAGIC): Likewise.
18289         (PSTOREFS_MAGIC): Likewise.
18290         (QNX6_SUPER_MAGIC): Likewise.
18291         (RAMFS_MAGIC): Likewise.
18292         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18293         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18294         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18295         (SECURITYFS_MAGIC): Likewise.
18296         (SELINUX_MAGIC): Likewise.
18297         (SMACK_MAGIC): Likewise.
18298         (SOCKFS_MAGIC): Likewise.
18299         (SQUASHFS_MAGIC): Likewise.
18300         (STACK_END_MAGIC): Likewise.
18301         (TMPFS_MAGIC): Likewise.
18302         (USBDEVICE_SUPER_MAGIC): Likewise.
18303         (V9FS_MAGIC): Likewise.
18304         (XENFS_SUPER_MAGIC): Likewise.
18305         (CRAMFS_MAGIC): Fix typo in comment.
18306         (EXT2_SUPER_MAGIC): Update comment.
18307         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18309 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18311         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18312         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18313         * sysdeps/unix/sysv/linux/arm: Move directory from
18314         ports/sysdeps/unix/sysv/linux/arm.
18315         * README: Update listing for arm-*-linux-gnueabi.
18317         * README: Remove mention of am33.
18319 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18321         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18322         than the comma operator, to avoid "rhs of comma has no effect"
18323         compiler warnings.
18324         (__sigfillset, __sigandset, __sigorset): Likewise.
18325         * include/signal.h (__sigemptyset): Likewise.
18326         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18328 2014-02-07  Allan McRae  <allan@archlinux.org>
18330         * version.h (RELEASE): Set to "development".
18331         (VERSION): Set to "2.19.90"
18332         * NEWS: Add 2.20 section.
18334 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18336         [BZ #16529]
18337         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18339 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18341         * manual/contrib.texi: Update entry for Carlos O'Donell,
18342         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18344 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18346         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18348         * sysdeps/unix/sysv/linux/kernel-features.h
18349         [__LINUX_KERNEL_VERSION >= 0x020621]
18350         (__ASSUME_PROC_PID_TASK_COMM): Define.
18352 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18354         [BZ #16398]
18355         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18356         conversion when destination buffer does not have enough space.
18357         * libio/tst-ftell-partial-wide.c: New test case.
18358         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18360         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18361         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18362         Leonard and Allan McRae.
18364 2014-02-04  David S. Miller  <davem@davemloft.net>
18366         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18367         32-bit.
18369 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18372         New file
18373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18374         New file
18375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18376         New file.
18377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18378         New file.
18379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18380         New file.
18381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18382         New file.
18383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18384         New file.
18385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18386         New file.
18387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18388         New file.
18389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18390         New file.
18391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18392         New file.
18393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18394         New file.
18395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18396         New file.
18398 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18400         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18401         * shlib-versions: Likewise.
18403 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18404             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18406         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18407         (abilist-pattern): New variable, set to %-le.abilist.
18409         * Makerules (abilist-pattern): New variable.
18410         (vpath): Use $(abilist-pattern) in place of %.abilist.
18411         (check-abi-% pattern rule): Likewise.
18412         (check-abi, update-abi): Likewise.
18414 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18416         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18418 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18420         * manual/startup.texi: Add next, previous, and top entries for
18421         the `Program Arguments' and `Environment Variables' nodes.
18423 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18425         * manual/macros.texi: Add comments before MTASC-safety macros.
18427         * manual/users.texi: Document MTASC-safety properties.
18429         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18430         (pthread_getspecific, pthread_setspecific): Format with
18431         @deftypefun, and add @safety note.
18432         * manual/signal.texi: Move comments that analyze the above
18433         functions to their home place.
18435 2014-02-03  Allan McRae  <allan@archlinux.org>
18437         * po/sl.po: Update Slovenian translation from translation project.
18439 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18441         * manual/time.texi (timegm): Add missing blank after @c.
18442         Reported by Joseph Myers <joseph@codesourcery.com>.
18444 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18446         * manual/check-safety.sh: New.
18447         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18449         * manual/terminal.texi: Document MTASC-safety properties.
18451         * manual/filesys.texi: Document MTASC-safety properties.
18453         * manual/errno.texi: Document MTASC-safety properties.
18455         * manual/intro.texi: Document safety identifiers and
18456         conditionals.
18458         * manual/string.texi (wcstok): Fix prototype.
18459         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18461         * manual/time.texi: Document MTASC-safety properties.
18463         * manual/string.texi: Document MTASC-safety properties.
18465         * manual/threads.texi: Document MTASC-safety properties.
18467         * manual/stdio.texi: Document MTASC-safety properties.
18469         * manual/syslog.texi: Document MTASC-safety properties.
18471         * manual/sysinfo.texi: Document MTASC-safety properties.
18473         * manual/startup.texi: Document MTASC-safety properties.
18475         * manual/socket.texi: Document MTASC-safety properties.
18477         * manual/signal.texi: Document MTASC-safety properties.
18479 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18481         * manual/setjmp.texi: Document MTASC-safety properties.
18483         * manual/search.texi: Document MTASC-safety properties.
18485         * manual/resource.texi: Document MTASC-safety properties.
18487         * manual/process.texi: Document MTASC-safety properties.
18489         * manual/platform.texi: Document MTASC-safety properties.
18491         * manual/pipe.texi: Document MTASC-safety properties.
18493         * manual/pattern.texi: Document MTASC-safety properties.
18495         * manual/message.texi: Document MTASC-safety properties.
18497         [BZ #12751]
18498         * manual/memory.texi: Document MTASC-safety properties.
18500         * manual/math.texi: Document MTASC-safety properties.
18502         * manual/locale.texi: Document MTASC-safety properties.
18504         * manual/llio.texi: Document MTASC-safety properties.
18506         * manual/libdl.texi: New.
18508         * manual/lang.texi: Document MTASC-safety properties.
18510         * manual/job.texi: Document MTASC-safety properties.
18512         * manual/getopt.texi: Document MTASC-safety properties.
18514         * manual/ctype.texi: Document MTASC-safety properties.
18516 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
18518         [BZ #16046]
18519         * csu/libc-tls.c (static_map): Remove variable.
18520         (__libc_setup_tls): Use main executable's link map for TLS data.
18521         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
18522         casing for LM_ID_BASE and GL(dl_nns).
18523         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
18524         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
18525         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18526         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18527         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18528         member.
18529         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18530         l_phnum members.
18532 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18534         * manual/debug.texi: Document MTASC-safety properties.
18536 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18538         [BZ #16510]
18539         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18540         of __x86_64__ when disabling x87 inline functions.
18542 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18544         * manual/charset.texi: Document MTASC-safety properties.
18546         * manual/crypt.texi: Document MTASC-safety properties.
18548         * manual/conf.texi: Document MTASC-safety properties.
18550         * manual/arith.texi: Document MTASC-safety properties.
18552         * manual/argp.texi: Document MTASC-safety properties.
18554         * manual/macros.texi: Introduce macros to document multi
18555         thread, asynchronous signal and asynchronous cancellation
18556         safety properties.
18557         * manual/intro.texi: Introduce the properties themselves.
18559 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18561         * sysdeps/sh/sh4/Makefile: New file.
18563 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18565         * math/gen-libm-test.pl ($srcdir): New variable.
18566         ($auto_input): Use it.
18568 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18570         [BZ #16506]
18571         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18572         access beyond array bounds when parsing netgroups file.
18574         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18575         the old buffer before realloc.
18577 2014-01-27  Allan McRae  <allan@archlinux.org>
18579         * po/fr.po: Update French translation from translation project.
18581 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18583         * sysdeps/sh/libm-test-ulps: Regenerate.
18585 2014-01-24  David S. Miller  <davem@davemloft.net>
18587         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18589 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18591         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18592         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18594 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18596         [BZ #16474]
18597         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18598         string pointers after reallocation.
18600 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18602         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18603         __SH4A__ instead of __SH_FPU_ANY__.
18605 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18607         * sysdeps/sh/fpu_control.h: New file.
18608         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18609         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18610         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18611         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18612         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18613         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18614         * sysdeps/sh/sys/ucontext.h: Remove.
18615         * sysdeps/sh/sys: Remove directory.
18617 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18619         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18620         s390/sys/ucontext.h.
18621         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18622         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18624 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18626         [BZ #15605]
18627         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18629 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18631         [BZ#16431]
18632         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18633         Adjust the vDSO correctly for internal calls.
18634         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18636 2014-01-20  Allan McRae  <allan@archlinux.org>
18638         * po/ca.po: Update Catalan translation from translation project.
18640 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18642         * sysdeps/s390/sotruss-lib.c: New file.
18644 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18646         [BZ#16430]
18647         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18648         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18649         local calls issues by not having a PLT stub required for IFUNC calls.
18650         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18652 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18654         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18655         * math/test-fpucw-static.c: Likewise.
18657 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18659         [BZ #16453]
18660         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18662 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18664         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18665         implementation for powerpc.
18667 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18669         [BZ #14782]
18670         * sysdeps/posix/system.c (__libc_system): Do not enable
18671         asynchronous cancellation.
18673 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18675         [BZ #16427]
18676         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18677         handling only for numbers special also in the IEEE case.
18679 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18681         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18683 2014-01-11  Allan McRae  <allan@archlinux.org>
18685         * po/bg.po: Update Bulgarian translation from translation project.
18687         * po/de.po: Update German translation from translation project.
18689 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18691         * sysdeps/generic/gcc-compat.h: New file.
18693 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18695         * benchtests/asin-inputs: Correct slow inputs.
18696         * benchtests/acos-inputs: Likewise.
18698 2014-01-10  Allan McRae  <allan@archlinux.org>
18700         * po:sv.po: Update Swedish translation from translation project.
18702         * po/vi.po: Update Vietnamese translation from translation project.
18704         * po/eo.po: Update Esperanto translation from translation project.
18706         * po/cs.po: Update Czech translation from translation project.
18708         * po/nl.po: Update Dutch translation from translation project.
18710         * po/pl.po: Update Polish translation from translation project.
18712         * po/ru.po: Update Russian translation from translation project.
18714         * po/uk.po: Update Ukrainian translation from translation project.
18716 2014-01-08  Brooks Moses  <bmoses@google.com>
18718         * elf/dl-load.c: Fix comment typo.
18720 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18722         * po/header.pot: Rename to...
18723         * po/pot.header: ... this.
18724         * po/Makefile: Use pot.header.
18726 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18727             Maxim Kuvyrkov  <maxim@kugelworks.com>
18729         [BZ #16394]
18730         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18731         SRC and DEST against LEN.
18733 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18735         [BZ #16414]
18736         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18737         implementation.
18738         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18740 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18742         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18744 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18746         [BZ #16408]
18747         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18748         for large positive arguments.
18750 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18752         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18754         * math/auto-libm-test-in: Mark various tests with
18755         xfail-rounding:ldbl-128ibm.
18756         * math/auto-libm-test-out: Regenerated.
18758         [BZ #16407]
18759         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18760         Increase overflow threshold.
18762 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18764         [BZ #14286]
18765         * stdio-common/vfprintf.c: Check for integer overflow.
18767 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18769         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18770         the first argument and return value of __tls_get_addr_internal.
18772 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18774         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18775         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18777 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18779         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18780         * sysdeps/s390/rtld-global-offsets.sym: New file.
18781         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18782         GLIBC_2.19 symbol.
18783         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18784         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18785         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18786         ... this.
18787         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18788         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18789         ... this.
18790         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18791         Regenerate.
18792         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18793         Regenerate.
18794         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18795         halfs of GPRs for high_gprs contexts.
18796         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18797         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18798         field.
18799         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18800         uc_flags field.
18801         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18802         64 bit versions:
18803         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18804         for high GPRs (uc_high_gprs) and for future extensions
18805         (__reserved).
18806         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18807         for future extensions (__reserved).
18808         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18809         64 bit versions:
18810         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18811         SC_HIGHGPRS offset definition.
18812         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18813         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18815         * Versions.def: Add GLIBC_2.19 for libpthread.
18816         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18817         siglongjmp for libpthread with GLIBC_2.19 symver.
18818         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18819         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18820         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18821         * sysdeps/s390/__longjmp.c: New file.
18822         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18823         * sysdeps/s390/longjmp.c: New file.
18824         * sysdeps/s390/setjmp.S: New file.
18825         * sysdeps/s390/sigjmp.S: New file.
18826         * sysdeps/s390/v1-longjmp.c: New file.
18827         * sysdeps/s390/v1-setjmp.h: New file.
18828         * sysdeps/s390/v1-sigjmp.c: New file.
18829         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18830         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18831         GLIBC_2.19 version.
18832         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18833         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18834         versioned symbols for ____longjmp_chk.
18835         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18836         Likewise.
18837         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18838         Regenerate.
18839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18840         Regenerate.
18841         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18842         Regenerate.
18843         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18844         Regenerate.
18845         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18846         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18847         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18848         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18849         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18850         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18851         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18852         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18853         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18854         * sysdeps/s390/rtld-__longjmp.c: New file.
18855         * sysdeps/s390/rtld-setjmp.S: New file.
18857 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18859         [BZ #16400]
18860         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18861         Return -__logl (x) for small positive arguments without evaluating
18862         a polynomial.
18864 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18866         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18867         Rename to ...
18868         (__ptrace_peeksiginfo_args): ... this.
18869         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18870         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18871         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18873 2014-01-06  Allan McRae  <allan@archlinux.org>
18875         * inet/netinet/in.h: Fix typo in comment.
18877 2014-01-05  Andreas Jaeger  <aj@suse.de>
18879         * sysdeps/i386/fpu/libm-test-ulps: Update.
18881 2014-01-05  Allan McRae  <allan@archlinux.org>
18883         * po/libc.pot: Regenerated.
18885         * malloc/memusagestat.c: Fix gettext call formatting.
18887 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18889         * nscd/nscd.c: Improve usage() output.
18891 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18893         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18894         * sysdeps/unix/sysv/linux/configure: Regenerated.
18895         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18896         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18898 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18900         [BZ #16390]
18901         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18902         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18904 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18906         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18907         extra tokens at end of #undef directive.
18908         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18909         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18910         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18912 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18914         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18916         * math/auto-libm-test-in: Mark various tests with
18917         xfail-rounding:ldbl-128ibm.
18918         * math/auto-libm-test-out: Regenerated.
18920 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18922         [BZ #16386]
18923         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18924         numbers with subnormal high part when calculating exponent.
18926         [BZ #16385]
18927         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18928         fabs.
18930         [BZ #16384]
18931         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18932         M_LN2l.
18933         (__ieee754_acoshl): Use __log1pl not __log1p.
18935 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18937         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18938         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18939         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18940         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18941         (reused_arena, arena_get2): Convert to GNU style.
18942         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18943         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18944         (memalign_check, __malloc_set_state): Likewise.
18945         * malloc/mallocbug.c (main): Likewise.
18946         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18947         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18948         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18949         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18950         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18951         (__posix_memalign, malloc_info): Likewise.
18952         * malloc/malloc.h: Likewise.
18953         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18954         (mallochook, memalignhook, reallochook, mabort): Likewise.
18955         * malloc/mcheck.h: Likewise.
18956         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18957         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18958         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18959         * malloc/morecore.c (__default_morecore): Likewise.
18960         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18961         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18962         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18963         (print_and_abort): Likewise.
18964         * malloc/obstack.h: Likewise.
18965         * malloc/set-freeres.c (__libc_freeres): Likewise.
18966         * malloc/tst-mallocstate.c (main): Likewise.
18967         * malloc/tst-mtrace.c (main): Likewise.
18968         * malloc/tst-realloc.c (do_test): Likewise.
18970 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18972         [BZ #16366]
18973         * nscd/netgroupcache.c (do_notfound): New function.
18974         (addgetnetgrentX): Use it.
18976         [BZ # 16365]
18977         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18978         NSS_STATUS_NOTFOUND.
18980 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18982         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18985 2014-01-01  Allan McRae  <allan@archlinux.org>
18987         * scripts/update-copyrights: Update configure input file suffix.
18989         * NEWS: Update copyright year.
18990         * catgets/gencat.c: Likewise.
18991         * csu/version.c: Likewise.
18992         * debug/catchsegv.sh: Likewise.
18993         * debug/pcprofiledump.c: Likewise.
18994         * debug/xtrace.sh: Likewise.
18995         * elf/ldconfig.c: Likewise.
18996         * elf/ldd.bash.in: Likewise.
18997         * elf/pldd.c: Likewise.
18998         * elf/sotruss.ksh: Likewise.
18999         * elf/sprof.c: Likewise.
19000         * iconv/iconv_prog.c: Likewise.
19001         * iconv/iconvconfig.c: Likewise.
19002         * locale/programs/locale.c: Likewise.
19003         * locale/programs/localedef.c: Likewise.
19004         * login/programs/pt_chown.c: Likewise.
19005         * malloc/memusage.sh: Likewise.
19006         * malloc/memusagestat.c: Likewise.
19007         * malloc/mtrace.pl: Likewise.
19008         * manual/libc.texinfo: Likewise.
19009         * nscd/nscd.c: Likewise.
19010         * nss/getent.c: Likewise.
19011         * nss/makedb.c: Likewise.
19012         * posix/getconf.c: Likewise.
19013         * scripts/test-installation.pl: Likewise.
19015         * All files with FSF copyright notices: Update copyright dates
19016         using scripts/update-copyrights.
19017         * intl/plural.c: Regenerated.
19018         * locale/programs/charmap-kw.h: Likewise.
19019         * locale/programs/locfile-kw.h: Likewise.
19021 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19023         * sysdeps/unix/sysv/linux/configure: Regenerated.
19024         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19025         the linux/fanotify.h header.
19026         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19027         HAVE_LINUX_FANOTIFY_H is defined.
19029 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19031         * benchtests/cos-inputs: New inputs.
19032         * benchtests/sin-inputs: Likewise.
19034         * benchtests/atan-inputs: New inputs. Fix name of multiple
19035         precision fallback inputs.
19037         * benchtests/atanh-inputs: New inputs.
19038         * benchtests/tanh-inputs: Likewise.
19040         * benchtests/acosh-inputs: New inputs.
19041         * benchtests/asinh-inputs: Likewise.
19043         * benchtests/cosh-inputs: New inputs.
19044         * benchtests/sinh-inputs: Likewise.
19046         * benchtests/acos-inputs: Add more inputs.
19047         * benchtests/asin-inputs: Likewise.
19049 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19051         [BZ #16375]
19052         * manual/arith.texi: Fix spelling.
19053         * manual/charset.texi: Likewise.
19054         * manual/errno.texi: Likewise.
19055         * manual/filesys.texi: Likewise.
19056         * manual/lang.texi: Likewise.
19057         * manual/llio.texi: Likewise.
19058         * manual/locale.texi: Likewise.
19059         * manual/message.texi: Likewise.
19060         * manual/resource.texi: Likewise.
19061         * manual/search.texi: Likewise.
19062         * manual/setjmp.texi: Likewise.
19063         * manual/stdio.texi: Likewise.
19064         * manual/string.texi: Likewise.
19065         * manual/sysinfo.texi: Likewise.
19066         * manual/time.texi: Likewise.
19068 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19070         * po/sl.po: New file.
19072 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19074         * .gitignore: Add core/.gdbinit/.gdb_history.
19076 2013-12-27  Allan McRae  <allan@archlinux.org>
19078         [BZ #16369]
19079         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19080         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19082 2013-12-24  Brooks Moses  <bmoses@google.com>
19084         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19085         all compilers that claim C++98 compliance, not just GCC.
19086         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19087         Likewise.
19089 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19091         * NEWS: Restore accidentally deleted bug-fix entries.
19093 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19094             Ondřej Bílka  <neleai@seznam.cz>
19096         [BZ #15073]
19097         * malloc/malloc.c (_int_free): Perform sanity check only if we
19098         have_lock.
19100 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19102         [BZ #12986]
19103         * manual/stdio.texi (String Input Conversions): Clarify that character
19104         classes are not supported.
19106 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19108         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19110 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19112         [BZ #16337]
19113         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19114         Calculate results for small negative arguments directly rather
19115         than using reflection formula with special underflow handling.
19117         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19118         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19119         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19120         (fchflags): Likewise.
19121         (revoke): Likewise.
19122         (setlogin): Likewise.
19123         (sigaltstack): Likewise.
19124         (wait4): Likewise.
19125         (sigblock): Remove.
19126         (sigsetmask): Likewise.
19127         (wait3): Likewise.
19128         (waitpid): Likewise.
19129         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19130         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19131         file.
19132         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19133         * sysdeps/unix/bsd/Makefile: ... here.
19134         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19135         * sysdeps/unix/bsd/Versions: ... here.
19136         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19137         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19138         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19139         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19140         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19141         * sysdeps/unix/bsd/sigblock.c: ... here.
19142         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19143         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19144         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19145         * sysdeps/unix/bsd/sigvec.c: ... here.
19146         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19147         * sysdeps/unix/bsd/tcdrain.c: ... here.
19148         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19149         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19150         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19151         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19152         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19153         * sysdeps/unix/bsd/wait.c: ... here.
19154         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19155         * sysdeps/unix/bsd/wait3.c: ... here.
19156         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19157         * sysdeps/unix/bsd/waitpid.c: ... here.
19159 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19161         [BZ #16356]
19162         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19163         round-to-nearest for [!USE_AS_EXPM1L].
19164         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19165         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19166         more tests of exp and exp10.  Expect some exp10 tests to miss
19167         exceptions or fail in directed rounding modes.
19168         * math/auto-libm-test-out: Regenerated.
19169         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19170         (exp10_test_tonearest): New function.
19171         (exp10_towardzero_test_data): New array.
19172         (exp10_test_towardzero): New function.
19173         (exp10_downward_test_data): New array.
19174         (exp10_test_downward): New function.
19175         (exp10_upward_test_data): New array.
19176         (exp10_test_upward): New function.
19177         (main): Call the new functions.
19178         * sysdeps/i386/fpu/libm-test-ulps: Update.
19179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19181 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19183         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19184         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19185         * math/auto-libm-test-out: Regenerated.
19186         * math/libm-test.inc (acosh_test_data): Add more tests.
19187         (atanh_test_data): Likewise.
19188         (ceil_test_data): Likewise.
19189         (copysign_test_data): Likewise.
19190         * sysdeps/i386/fpu/libm-test-ulps: Update.
19191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19193         * timezone/checktab.awk: Update from tzcode 2013i.
19194         * timezone/private.h: Likewise.
19195         * timezone/scheck.c: Likewise.
19196         * timezone/tzfile.h: Likewise.
19197         * timezone/tzselect.ksh: Likewise.
19198         * timezone/zdump.c: Likewise.
19199         * timezone/zic.c: Likewise.
19201         * math/auto-libm-test-in: Add tests of cpow.
19202         * math/auto-libm-test-out: Regenerated.
19203         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19204         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19205         mpc_cc_c.
19206         (func_calc_desc): Add mpc_cc_c union field.
19207         (test_functions): Add cpow.
19208         (special_fill_2pi): New function.
19209         (special_real_inputs): Add 2pi.
19210         (calc_generic_results): Handle mpc_cc_c.
19211         * sysdeps/i386/fpu/libm-test-ulps: Update.
19212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19214         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19215         csqrt, ctan and ctanh.
19216         * math/auto-libm-test-out: Regenerated.
19217         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19218         (TEST_COND_x86): Likewise.
19219         (ccos_test_data): Use AUTO_TESTS_c_c.
19220         (ccosh_test_data): Likewise.
19221         (cexp_test_data): Likewise.
19222         (clog_test_data): Likewise.
19223         (csqrt_test_data): Likewise.
19224         (ctan_test_data): Likewise.
19225         (ctan_tonearest_test_data): Likewise.
19226         (ctan_towardzero_test_data): Likewise.
19227         (ctan_downward_test_data): Likewise.
19228         (ctan_upward_test_data): Likewise.
19229         (ctanh_test_data): Likewise.
19230         (ctanh_tonearest_test_data): Likewise.
19231         (ctanh_towardzero_test_data): Likewise.
19232         (ctanh_downward_test_data): Likewise.
19233         (ctanh_upward_test_data): Likewise.
19234         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19235         mpc_c_c.
19236         (func_calc_desc): Add mpc_c_c union field.
19237         (FUNC_mpc_c_c): New macro.
19238         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19239         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19240         ctanh.
19241         (special_fill_min_subnorm_p120): New function.
19242         (special_real_inputs): Add min_subnorm_p120.
19243         (calc_generic_results): Handle mpc_c_c.
19244         * sysdeps/i386/fpu/libm-test-ulps: Update.
19245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19247 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19249         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19250         (do_sin_slow): New functions.
19251         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19252         (cslow2, csloww1, csloww2): Use the new functions.
19254         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19255         Use M to change sign of result instead of X.  Assume X is
19256         positive.
19257         (csloww1): Likewise.
19258         (__sin): Adjust.
19259         (__cos): Adjust.
19261         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19262         arguments A and DA.
19263         (__sin): Adjust.
19264         (__cos): Likewise.
19266         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19267         (__cos): Likewise.
19268         (sloww1): Don't adjust sign of DX.
19269         (csloww1): Likewise.
19270         (sloww2): Use X directly and don't adjust sign of DX.
19271         (csloww2): Likewise.
19273 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19275         * math/auto-libm-test-in: Add tests of cabs and carg.
19276         * math/auto-libm-test-out: Regenerated.
19277         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19278         (carg_test_data): Likewise.
19279         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19280         mpc_c_f.
19281         (func_calc_desc): Add mpc_c_f union field.
19282         (test_functions): Add cabs and carg.
19283         (calc_generic_results): Handle mpc_c_f.
19285         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19286         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19287         as a macro and a compat symbol.
19288         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19289         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19290         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19291         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19292         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19293         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19294         not use .hidden.
19295         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19296         Likewise.
19297         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19298         Likewise.
19299         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19300         Likewise.
19301         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19302         Likewise.
19303         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19304         Likewise.
19305         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19306         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19307         from GLIBC_2.3.2.
19309 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19311         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19313 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19315         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19316         trailing whitespace removed.
19317         * scripts/config.guess: Update to version 2013-11-29.
19318         * scripts/config.sub: Update to version 2013-10-01.
19320         * math/auto-libm-test-in: Add tests of sincos.
19321         * math/auto-libm-test-out: Regenerated.
19322         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19323         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19324         mpfr_f_11.
19325         (func_calc_desc): Add mpfr_f_11 union field.
19326         (test_functions): Add sincos.
19327         (calc_generic_results): Handle mpfr_f_11.
19328         * sysdeps/i386/fpu/libm-test-ulps: Update.
19329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19331 2013-12-19  Andreas Schwab  <schwab@suse.de>
19333         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19334         CALL_MCOUNT.
19335         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19336         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19337         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19339 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19341         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19342         * sysdeps/i386/fpu/libm-test-ulps: Update.
19343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19345         [BZ #16293]
19346         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19347         round-to-nearest mode when using frndint.
19348         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19349         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19350         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19351         Likewise.
19352         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19353         sinh test to fail.
19354         * math/auto-libm-test-out: Regenerated.
19355         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19356         (TEST_COND_x86): Likewise.
19357         (expm1_tonearest_test_data): New array.
19358         (expm1_test_tonearest): New function.
19359         (expm1_towardzero_test_data): New array.
19360         (expm1_test_towardzero): New function.
19361         (expm1_downward_test_data): New array.
19362         (expm1_test_downward): New function.
19363         (expm1_upward_test_data): New array.
19364         (expm1_test_upward): New function.
19365         (main): Run the new test functions.
19366         * sysdeps/i386/fpu/libm-test-ulps: Update.
19367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19369         * include/features.h: Update comment documenting feature test
19370         macros.  Mention _DEFAULT_SOURCE in comment.
19371         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19372         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19373         _BSD_SOURCE and _SVID_SOURCE.
19374         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19375         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19376         !_SVID_SOURCE]: Likewise.
19377         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19378         (__USE_POSIX_IMPLICITLY): Define.
19379         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19380         (_POSIX_SOURCE): Undefine and redefine.
19381         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19382         (_POSIX_C_SOURCE): Likewise.
19383         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19384         (Feature Test Macros): Update documentation of default features.
19386 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19388         * benchtests/Makefile: Add bench-strtok.
19389         * benchtests/bench-strtok.c: New file: strtok benchtest.
19391 2013-12-19  Allan McRae  <allan@archlinux.org>
19393         * manual/install.texi: Suppress menu for plain text output.
19394         * INSTALL: Regenerated.
19396 2013-12-18  Brooks Moses  <bmoses@google.com>
19398         [BZ #15846]
19399         * misc/getauxval.c: Include errno.h.
19400         (__getauxval): Set errno to ENOENT if the requested type is not
19401         found.
19402         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19403         don't declare with __attribute_const__.
19404         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19405         * manual/startup.texi: Document that getauxval sets errno.
19407 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19409         * math/auto-libm-test-in: Add tests of jn and yn.
19410         * math/auto-libm-test-out: Regenerated.
19411         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19412         (yn_test_data): Likewise.
19413         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19414         mpfr_if_f.
19415         (func_calc_desc): Add mpfr_if_f union field.
19416         (FUNC_mpfr_if_f): New macro.
19417         (test_functions): Add jn and yn.
19418         (calc_generic_results): Assert type of second input for
19419         mpfr_ff_f.  Handle mpfr_if_f.
19420         (output_for_one_input_case): Disable all checking for arguments
19421         fitting floating-point types in case of an integer argument.
19422         * sysdeps/i386/fpu/libm-test-ulps: Update.
19423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19426         Don't expect fegetround reference in libm.so.
19428 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19430         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19431         $(config-cflags-nofma).
19433 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19435         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19436         * math/auto-libm-test-out: Regenerated.
19438         [BZ #16338]
19439         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19440         to determine exponent and adjust argument to have exponent of -1.
19441         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19442         log2.
19443         * math/auto-libm-test-out: Regenerated.
19444         * sysdeps/i386/fpu/libm-test-ulps: Update.
19445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19447 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19449         * manual/probes.texi: Remove cases when per-thread arenas are
19450         disabled.
19452 2013-12-18  Andreas Schwab  <schwab@suse.de>
19454         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19455         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19456         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19457         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19458         * sysdeps/i386/i686/multiarch/Makefile: Update.
19459         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19461 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19463         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19464         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19466 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19468         [BZ #15968]
19469         Support TZ transition times < 00:00:00.
19470         This is needed for version-3 tz-format files; it supports time
19471         stamps past 2037 for America/Godthab (the only entry in the tz
19472         database for which this change is relevant).
19473         * manual/time.texi (TZ Variable): Document transition times
19474         from -167:59:59 through -00:00:01.
19475         * time/tzset.c (tz_rule): Time of day is now signed.
19476         (__tzset_parse_tz): Parse negative time of day.
19478         Document TZ transition times >= 25:00:00.
19479         * manual/time.texi (TZ Variable): Document transition times from
19480         25:00:00 through 167:59:59.  These are already supported, and this
19481         support will help with version-3 tz-format files.
19483         * manual/time.texi (TZ Variable): Modernize North America example
19484         to reflect current (i.e., 2007-and-later) daylight saving rules.
19486         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19488 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19490         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19491         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19492         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19493         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19494         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19495         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19496         * sysdeps/unix/bsd/clock.c: Likewise.
19497         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19498         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19499         * sysdeps/unix/bsd/init-posix.c: Likewise.
19500         * sysdeps/unix/bsd/poll.c: Likewise.
19501         * sysdeps/unix/bsd/ptsname.c: Likewise.
19502         * sysdeps/unix/bsd/seekdir.c: Likewise.
19503         * sysdeps/unix/bsd/setegid.c: Likewise.
19504         * sysdeps/unix/bsd/seteuid.c: Likewise.
19505         * sysdeps/unix/bsd/setgid.c: Likewise.
19506         * sysdeps/unix/bsd/setrgid.c: Likewise.
19507         * sysdeps/unix/bsd/setruid.c: Likewise.
19508         * sysdeps/unix/bsd/setsid.c: Likewise.
19509         * sysdeps/unix/bsd/setuid.c: Likewise.
19510         * sysdeps/unix/bsd/sigaction.c: Likewise.
19511         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
19512         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
19513         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
19514         * sysdeps/unix/bsd/telldir.c: Likewise.
19515         * sysdeps/unix/bsd/times.c: Likewise.
19516         * sysdeps/unix/bsd/usleep.c: Likewise.
19518         * misc/Makefile (install-lib): Remove libbsd-compat.a.
19519         ($(objpfx)libbsd-compat.a): Remove rule.
19521         * include/features.h (__FAVOR_BSD): Do not define.
19522         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
19523         features conflicting with POSIX.
19524         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
19525         (_BSD_SOURCE): Remove description of not being a subset of other
19526         feature test macros.
19527         * manual/job.texi (getpgrp): Do not document BSD version.
19528         (getpgid): Do not document by reference to BSD getpgrp.
19529         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19530         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19531         * signal/signal.h [__FAVOR_BSD]: Likewise.
19532         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19533         instead of making contents conditional on [__FAVOR_BSD].
19534         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19536 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19538         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19540 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19542         [BZ #16314]
19543         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19544         values below 2**-450, not 2**-500.
19545         * math/auto-libm-test-in: Don't allow spurious underflow from
19546         hypot.
19547         * math/auto-libm-test-out: Regenerated.
19549         [BZ #16316]
19550         [BZ #16330]
19551         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19552         values of ha and hb and sort them after adjusting subnormal
19553         arguments.
19554         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19555         Likewise.
19556         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19557         values of ea and eb and sort them after adjusting subnormal
19558         arguments.
19559         * math/auto-libm-test-in: Do not expect some hypot tests of
19560         subnormals to fail.  Add more hypot tests.
19561         * math/auto-libm-test-out: Regenerated.
19563 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19565         [BZ #13304]
19566         * sysdeps/sh/s_fma.c: New file.
19567         * sysdeps/sh/s_fmaf.c: New file.
19568         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19569         version.
19570         * sysdeps/sh/Implies: Add sh/soft-fp.
19572 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19574         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19575         level of indirection to members `objname', `errstring', `malloced'.
19576         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19577         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19578         it as the __longjmp argument (just pass 1 instead).
19579         (_dl_catch_error): Initialize C with argument pointers and address of
19580         volatile local ERRCODE rather than copying values out of C at return.
19582 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19584         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19585         * math/auto-libm-test-out: Regenerated.
19586         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19587         (hypot_test_data): Likewise.
19588         (pow_test_data): Likewise.
19589         (pow_tonearest_test_data): Likewise.
19590         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19591         mpfr_ff_f.
19592         (func_calc_desc): Add mpfr_ff_f union field.
19593         (FUNC_mpfr_ff_f): New macro.
19594         (test_functions): Add atan2, hypot and pow.
19595         (special_fill_min): New function.
19596         (special_fill_minus_min): Likewise.
19597         (special_fill_min_subnorm): Likewise.
19598         (special_fill_minus_min_subnorm): Likewise.
19599         (special_real_inputs): Add min, -min, min_subnorm and
19600         -min_subnorm.
19601         (calc_generic_results): Handle mpfr_ff_f.
19602         * sysdeps/i386/fpu/libm-test-ulps: Update.
19603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19605 2013-12-16  Will Newton  <will.newton@linaro.org>
19607         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19608         (Aligned Memory Blocks): Add documentation for aligned_alloc
19609         and suggest it as an alternative to posix_memalign.
19610         (Hooks for Malloc): Document __memalign_hook is also called
19611         for aligned_alloc.  (Summary of Malloc): Add summary for
19612         aligned alloc.  Document __memalign_hook is also called
19613         for aligned_alloc.
19615 2013-12-16  Will Newton  <will.newton@linaro.org>
19617         * manual/memory.texi (Malloc Examples): Clarify default
19618         alignment documentation.  Suggest posix_memalign rather
19619         than memalign or valloc.
19620         (Aligned Memory Blocks): Remove suggestion to use memalign
19621         or valloc.  Remove obsolete comment about BSD.
19622         Document memalign errno values and mark the function obsolete.
19623         Document posix_memalign returned error codes.  Mark valloc
19624         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19625         called for posix_memalign and valloc.
19626         (Summary of Malloc): Add posix_memalign to function summary.
19627         __memalign_hook is also called for posix_memalign and valloc.
19629 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19631         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19632         TAYLOR_SIN.
19633         (__sin): Adjust.
19634         (__cos): Likewise.
19635         (sloww): Use mynumber union.  Expand ternary operator into
19636         if-else statements.
19637         (cslow): use mynumber union.
19639 2013-12-16  Allan McRae  <allan@archlinux.org>
19641         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19642         * configure: Regenerated.
19644         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19646         [BZ #14120]
19647         * configure.ac: Added --enable-maintainer-mode. Check for
19648         autoconf when enabled.
19649         * configure: Regenerated.
19651         * nscd/nscd.service: New file.
19652         * nscd/nscd.tmpfiles: New file.
19654 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19656         [BZ #12100]
19657         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19658         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19659         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19660         (strstr): Add __strstr_sse2_unaligned ifunc.
19661         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19662         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19663         (strcasestr): Remove __strcasestr_sse42 ifunc.
19664         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19665         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19666         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19668 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19670         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19671         * sysdeps/sh/bits/fenv.h: ... here.
19672         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19674 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19676         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19678         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19679         hypotf multiarch implementations.
19680         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19681         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19682         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19683         multiarch hypot for PPC64.
19684         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19685         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19686         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19687         multiarch hypotf for PPC64.
19689         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19690         modff multiarch implementations.
19691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19694         multiarch modf for PPC64.
19695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19696         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19697         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19698         multiarch modff for PPC64.
19700         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19701         and logl multiarch implementations.
19702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19703         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19704         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19705         multiarch logb for PPC64.
19706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19707         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19709         multiarch logb for PPC64.
19710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19713         multiarch logb for PPC64.
19715         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19716         isinff multiarch implementation.
19717         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19718         file.
19719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19720         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19721         multiarch isinf for PPC64.
19722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19723         file.
19724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19725         multiarch isinff for PPC64.
19727         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19728         finitef multiarch implementation.
19729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19730         file.
19731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19732         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19733         multiarch finite for PPC64.
19734         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19735         file.
19736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19737         multiarch finitef for PPC64.
19739         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19740         lrint multiarch implementation.
19741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19742         file.
19743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19745         multiarch llrint for PPC64.
19746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19747         multiarch lrint for PPC64.
19749         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19750         copysignf multiarch implementation.
19751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19752         file.
19753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19754         file.
19755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19756         multiarch copysign for PPC64.
19757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19758         multiarch copysignf for PPC64.
19760         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19761         multiarch implementation.
19762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19763         file.
19764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19765         file.
19766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19767         file.
19768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19769         file.
19770         multiarch llround for PPC64.
19771         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19772         multiarch trunc for PPC64.
19773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19774         multiarch truncf for PPC64.
19776         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19777         multiarch implementation.
19778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19779         file.
19780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19781         file.
19782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19783         file.
19784         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19785         file.
19786         multiarch llround for PPC64.
19787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19788         multiarch round for PPC64.
19789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19790         multiarch roundf for PPC64.
19792         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19793         multiarch implementation.
19794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19795         file.
19796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19797         file.
19798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19799         file.
19800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19801         file.
19802         multiarch llround for PPC64.
19803         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19804         multiarch floor for PPC64.
19805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19806         multiarch floorf for PPC64.
19808         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19809         multiarch implementation.
19810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19811         file.
19812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19813         file.
19814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19815         file.
19816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19817         file.
19818         multiarch llround for PPC64.
19819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19820         multiarch ceil for PPC64.
19821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19822         multiarch ceilf for PPC64.
19824         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19825         multiarch implementation.
19826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19827         file.
19828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19829         file.
19830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19831         file.
19832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19833         multiarch llround for PPC64.
19834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19835         multiarch lround for PPC64.
19837         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19838         multiarch implementation.
19839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19842         file.
19843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19846         multiarch isnan for PPC64.
19847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19848         multiarch isnanf for PPC64.
19850         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19851         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19852         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19853         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19854         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19857         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19858         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19859         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19860         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19862         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19863         multiarch implementations.
19864         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19865         (__libc_ifunc_impl_list): Likewise.
19866         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19867         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19868         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19869         multiarch stpcpy for PPC64.
19871         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19872         multiarch implementations.
19873         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19874         (__libc_ifunc_impl_list): Likewise.
19875         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19876         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19877         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19878         multiarch strcpy for PPC64.
19880         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19881         redefine function name.
19882         (_wordcopy_fwd_dest_aligned): Likewise.
19883         (_wordcopy_bwd_aligned): Likewise.
19884         (_wordcopy_bwd_dest_aligned): Likewise.
19885         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19886         multiarch implementations.
19887         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19888         (__libc_ifunc_impl_list): Likewise.
19889         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19890         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19891         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19892         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19893         multiarch wcscpy for PPC64.
19895         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19896         multiarch implementations.
19897         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19898         (__libc_ifunc_impl_list): Likewise.
19899         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19900         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19901         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19902         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19903         multiarch wcscpy for PPC64.
19905         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19906         multiarch implementations.
19907         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19908         (__libc_ifunc_impl_list): Likewise.
19909         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19910         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19911         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19912         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19913         multiarch wcsrchr for PPC64.
19915         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19916         multiarch implementations.
19917         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19918         (__libc_ifunc_impl_list): Likewise.
19919         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19920         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19921         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19922         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19923         multiarch wcschr for PPC64.
19925         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19926         multiarch implementations.
19927         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19928         (__libc_ifunc_impl_list): Likewise.
19929         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19930         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19931         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19932         multiarch strchrnul for PPC64.
19934         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19935         implementations.
19936         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19937         (__libc_ifunc_impl_list): Likewise.
19938         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19939         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19940         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19941         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19942         strchr for PPC64.
19944         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19945         implementations.
19946         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19947         (__libc_ifunc_impl_list): Likewise.
19948         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19949         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19950         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19951         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19952         strncmp for PPC64.
19954         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19955         multiarch implementations.
19956         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19957         (__libc_ifunc_impl_list): Likewise.
19958         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19959         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19960         strncasecmp for PPC64.
19961         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19962         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19963         multiarch strncasecmp_l for PPC64.
19965         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19966         multiarch implementations.
19967         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19968         (__libc_ifunc_impl_list): Likewise.
19969         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19970         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19971         multiarch strcasecmp for PPC64.
19972         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19973         file.
19974         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19975         multiarch strcasecmp_l for PPC64.
19977         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19978         implementations.
19979         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19980         (__libc_ifunc_impl_list): Likewise.
19981         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19982         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19983         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19984         strnlen for PPC64.
19986         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19987         implementations.
19988         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19989         (__libc_ifunc_impl_list): Likewise.
19990         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19991         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19992         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19993         strlen for PPC64.
19995         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19996         implementations.
19997         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19998         (__libc_ifunc_impl_list): Likewise.
19999         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20000         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20001         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20002         rawmemrchr for PPC64.
20004         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20005         implementation.
20006         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20007         (__libc_ifunc_impl_list): Likewise.
20008         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20009         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20010         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20011         memrchr for PPC64.
20013         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20014         implementation.
20015         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20016         (__libc_ifunc_impl_list): Likewise.
20017         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20018         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20019         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20020         memchr for PPC64.
20022         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20023         implementation.
20024         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20025         (__libc_ifunc_impl_list): Likewise.
20026         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20027         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20028         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20029         mempcpy for PPC64.
20031         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20032         avoid cretion of __bzero symbol.
20033         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20034         Likewise.
20035         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20036         Likewise.
20037         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20038         Likewise.
20039         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20040         multiarch implementations.
20041         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20042         (__libc_ifunc_impl_list): Likewise.
20043         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20044         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20045         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20046         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20047         bzero for PPC32.
20048         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20049         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20050         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20051         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20052         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20053         memset for PPC64.
20054         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20056         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20057         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20058         implementations.
20059         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20060         (__libc_ifunc_impl_list): Likewise.
20061         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20062         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20063         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20064         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20065         memcmp for PPC64.
20067         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20068         multiarch for POWER/PPC64.
20069         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20070         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20071         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20072         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20073         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20074         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20075         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20076         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20077         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20078         memcpy for PPC64.
20080         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20081         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20082         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20083         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20084         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20085         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20086         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20087         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20088         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20089         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20090         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20091         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20092         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20093         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20094         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20103 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20105         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20107 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20109         * benchtests/Makefile (bench): Add exp2 and log2.
20110         (LDLIBS-bench-exp2): Add -lm.
20111         (LDLIBS-bench-log2): Likewise.
20112         * benchtests/exp2-inputs: New inputs file.
20113         * benchtests/log2-inputs: New inputs file.
20114         * benchtests/log-inputs: Add new inputs.
20115         * benchtests/tan-inputs: Likewise.
20117 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20119         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20120         definition...
20121         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20122         (csloww2): ... from here.
20124         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20125         instead of structures.
20126         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20127         (POLYNOMIAL): Likewise.
20128         (TAYLOR_SLOW): Likewise.
20129         (__sin): Likewise.
20130         (__cos): Likewise.
20131         (slow1): Likewise.
20132         (slow2): Likewise.
20133         (sloww): Likewise.
20134         (sloww1); Likewise.
20135         (sloww2): Likewise.
20136         (bsloww1): Likewise.
20137         (bsloww2): Likewise.
20138         (cslow2): Likewise.
20139         (csloww): Likewise.
20140         (csloww1): Likewise.
20141         (csloww2): Likewise.
20143 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20145         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20146         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20147         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20148         * malloc/hooks.c (realloc_check): Likewise.
20150         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20151         * malloc/arena.c: Remove PER_THREAD conditional.
20152         [!PER_THREAD]: Remove code.
20153         (ptmalloc_unlock_all2): Likewise.
20154         (ptmalloc_init): Likewise.
20155         (_int_new_arena): Likewise.
20156         (arena_get2): Likewise.
20157         * malloc/hooks.c (__malloc_get_state): Likewise.
20158         (__malloc_set_state): Likewise.
20159         * malloc/malloc.c: Likewise.
20160         (struct malloc_state): Likewise.
20161         (struct malloc_par): Likewise.
20162         (__libc_realloc): Likewise.
20163         (__libc_mallopt): Likewise.
20165 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20167         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20169 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20171         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20172         macro to a function.  Check for zero perturb_byte.
20173         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20175         * malloc/malloc.c: (force_reg): Remove.
20176         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20177         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20178         force_reg by atomic_forced_read.
20179         * malloc/arena.c (ptmalloc_init): Likewise.
20180         * malloc/hooks.c (top_check): Likewise.
20182 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20184         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20186 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20188         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20190 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20192         * math/auto-libm-test-in: Add tests of lgamma.
20193         * math/auto-libm-test-out: Regenerated.
20194         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20195         (M_LOG_2_SQRT_PIl): Likewise.
20196         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20197         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20198         mpfr_f_f1.
20199         (func_calc_desc): Add mpfr_f_f1 union field.
20200         (ARGS1): New macro.
20201         (ARGS2): Likewise.
20202         (ARGS3): Likewise.
20203         (ARGS4): Likewise.
20204         (RET1): Likewise.
20205         (RET2): Likewise.
20206         (CALC): Likewise.
20207         (FUNC): Likewise.
20208         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20209         (test_functions): Add lgamma.
20210         (calc_generic_results): Handle mpfr_f_f1.
20211         * sysdeps/i386/fpu/libm-test-ulps: Update.
20212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20214 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20216         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20217         __mpn_add_n for PowerPC64/POWER7.
20218         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20219         __mpn_sub_n for PowerPC64/POWER7.
20221         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20222         __mpn_addmul_1 for PowerPC64.
20223         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20224         __mpn_submul_1 for PowerPC64.
20225         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20226         for PowerPC64.
20227         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20228         for PowerPC64.
20230 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20232         [BZ #15089]
20233         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20235 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20237         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20239         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20240         add multiarch folders.
20241         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20242         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20243         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20244         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20245         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20246         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20247         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20248         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20249         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20250         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20251         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20260         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20262         New file.
20263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20264         New file.
20265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20266         multiarch __ieee754_hypot for PowerPC32.
20267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20268         New file.
20269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20270         New file.
20271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20272         multiarch __ieee754_hypotf for PowerPC32.
20274         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20275         long_double_symbol only if __logbl is defined.
20276         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20277         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20278         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20279         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20280         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20281         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20282         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20283         path for implementation.
20284         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20285         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20286         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20287         logb, and logbl multiarch implementations for PowerPC32.
20288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20289         file.
20290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20291         file.
20292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20293         multiarch logb for PowerPC32.
20294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20295         file.
20296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20297         file.
20298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20299         multiarch logbf for PowerPC32.
20300         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20302         file.
20303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20304         multiarch logbl implementation for PowerPC32.
20306         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20307         and modff multiarch implementations.
20308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20309         New file.
20310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20311         New file.
20312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20313         multiarch modf for PowerPC32.
20314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20315         New file.
20316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20317         New file.
20318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20319         multiarch modff for PowerPC32.
20321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20322         and lrintf multiarch implementations.
20323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20324         New file.
20325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20326         New file.
20327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20328         multiarch lrint for PowerPC32.
20329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20330         file: multiarch lrintf for PowerPC32.
20332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20333         and lroundf multiarch implementations.
20334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20335         New file.
20336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20337         New file.
20338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20339         New file.
20340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20341         multiarch lround for PowerPC32.
20342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20343         file: multiarch lroundf for PowerPC32.
20345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20346         copysign and copysignf multiarch implementations.
20347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20348         New file.
20349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20350         New file.
20351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20352         file: multiarch copysign for PowerPC32.
20353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20354         file: multiarch copysignf for PowerPC32.
20356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20357         and truncf multiarch implementations.
20358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20359         New file.
20360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20361         file.
20362         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20363         multiarch trunc for PowerPC32.
20364         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20365         New file.
20366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20367         New file.
20368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20369         multiarch truncf for PowerPC32.
20371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20372         and roundf multiarch implementations.
20373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20374         New file.
20375         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20376         file.
20377         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20378         multiarch round for PowerPC32.
20379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20380         New file.
20381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20382         New file.
20383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20384         multiarch roundf for PowerPC32.
20386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20387         and floorf multiarch implementations.
20388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20389         New file.
20390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20391         file.
20392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20393         multiarch floor for PowerPC32.
20394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20395         New file.
20396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20397         New file.
20398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20399         multiarch floorf for PowerPC32.
20401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20402         and ceilf multiarch implementations.
20403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20404         New file.
20405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20406         file.
20407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20408         multiarch ceil for PowerPC32.
20409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20410         New file.
20411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20412         file.
20413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20414         multiarch ceilf for PowerPC32.
20416         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20417         is defined.
20418         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20419         FINITEF is defined.
20420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20421         and finitef multiarch implementations.
20422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20423         New file.
20424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20425         file.
20426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20427         multiarch finite for PowerPC32.
20428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20429         New file.
20430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20431         file: multiarch finitef for PowerPC32.
20433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20434         and isinff multiarch implementations.
20435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20436         file.
20437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20438         file.
20439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20440         multiarch isinf for PowerPC32.
20441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20442         New file.
20443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20444         multiarch isinff for PowerPC32.
20446         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20447         alias when __isnan is defined.
20448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20449         and isnanf multiarch implementations.
20450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20451         file.
20452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20453         file.
20454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20455         file.
20456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20457         file.
20458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20459         multiarch isnan for PowerPC32.
20460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20461         New file.
20462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20463         New file.
20464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20465         multiarch isnanf for PowerPC32.
20467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20468         and sqrtf multiarch implementations.
20469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20470         file.
20471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20472         file.
20473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20474         multiarch sqrt for PowerPC32.
20475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20476         file.
20477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20478         file.
20479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20480         multiarch sqrtf for PowerPC32.
20482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20483         and llroundf multiarch implementations.
20484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20485         New file.
20486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20487         New file.
20488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20489         New file.
20490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20491         file: multiarch llround for PowerPC32.
20492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20493         file: multiarch llroundf for PowerPC32.
20495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20496         multiarch PowerPC32 fpu implementations.
20497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20498         New file.
20499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20500         New file.
20501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20502         multiarch llrint for PowerPC32.
20503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
20504         New file.
20505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
20506         New file.
20507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
20508         file.
20510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
20512         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
20513         file.
20514         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
20515         file.
20516         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
20517         file.
20518         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
20519         multiarch wordcopy for PPC32.
20520         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20521         wordcopy objects.
20522         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20523         (__libc_ifunc_impl_list): Likewise.
20524         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
20525         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20526         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20527         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20528         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20529         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20531         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20532         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20533         file.
20534         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20535         file.
20536         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20537         file.
20538         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20539         multiarch wcscpy for PPC32.
20540         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20541         multiarch objects.
20542         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20543         (__libc_ifunc_impl_list): Likewise.
20544         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20545         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20546         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20547         sysdeps/powerpc/power6/wcscpy.c.
20549         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20550         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20551         file.
20552         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20553         file.
20554         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20555         file.
20556         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20557         multiarch wcsrchr for PPC32.
20558         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20559         multiarch objects.
20560         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20561         (__libc_ifunc_impl_list): Likewise.
20562         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20563         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20564         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20565         sysdeps/powerpc/power6/wcsrchr.c.
20567         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20568         file.
20569         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20570         file.
20571         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20572         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20573         multiarch wcschr for PPc32.
20574         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20575         multiarch objects.
20576         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20577         (__libc_ifunc_impl_list): Likewise.
20578         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20579         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20580         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20581         sysdeps/powerpc/power6/wcschr.c.
20583         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20584         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20585         file.
20586         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20587         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20588         file: multiarch strchr for PPC32.
20589         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20590         multiarch objects.
20591         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20592         (__libc_ifunc_impl_list): Likewise.
20594         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20595         name.
20596         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20597         file.
20598         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20599         file.
20600         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20601         multiarch strchrnul for PPC32.
20602         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20603         multiarch objects.
20604         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20605         (__libc_ifunc_impl_list): Likewise.
20607         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20608         file.
20609         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20610         multiarch strncasecmp for PPC32.
20611         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20612         file.
20613         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20614         multiarch strncasecmp_l for PPC32.
20615         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20616         strncasecmp multiarch objects.
20617         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20618         (__libc_ifunc_impl_list): Likewise.
20620         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20621         file.
20622         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20623         multiarch strncasecmp for PPC32.
20624         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20625         New file.
20626         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20627         multiarch strcasecmp_l for PPC32.
20628         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20629         multiarch objects.
20630         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20631         (__libc_ifunc_impl_list): Likewise.
20633         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20634         file.
20635         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20636         file.
20637         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20638         multiarch strncmp for PPC32.
20639         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20640         multiarch objects.
20641         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20642         (__libc_ifunc_impl_list): Likewise.
20644         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20645         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20646         file.
20647         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20648         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20649         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20650         multiarch objects.
20651         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20652         (__libc_ifunc_impl_list): Likewise.
20654         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20655         file.
20656         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20657         file.
20658         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20659         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20660         multiarch objects.
20661         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20662         (__libc_ifunc_impl_list): Likewise.
20664         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20665         file.
20666         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20667         file.
20668         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20669         multiarch rawmemchr for PPC32.
20670         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20671         multiarch objects.
20672         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20673         (__libc_ifunc_impl_list): Likewise.
20675         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20676         file.
20677         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20678         file.
20679         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20680         file: memrchr multiarch for PPC32.
20681         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20682         multiarch objects.
20683         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20684         (__libc_ifunc_impl_list): Likewise.
20686         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20687         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20688         file.
20689         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20690         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20691         multiarch memchr for PPC32.
20692         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20693         multiarch objects.
20694         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20695         (__libc_ifunc_impl_list): Likewise.
20697         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20698         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20699         file.
20700         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20701         file.
20702         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20703         file: multiarch mempcpy for PPC32.
20704         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
20705         multiarch objects.
20706         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20707         (__libc_ifunc_impl_list): Likewise.
20709         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
20710         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20711         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20712         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20713         multiarch bzero for PPC32.
20714         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20715         file.
20716         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20717         file.
20718         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20719         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20720         file: multiarch memset for PPC32.
20721         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20722         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20723         memset multiarch objects.
20724         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20725         (__libc_ifunc_impl_list): Likewise.
20727         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20728         file.
20729         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20730         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20731         memcmp for PPC32.
20732         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20733         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20734         multiarch objects.
20735         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20736         (__libc_ifunc_impl_list): Likewise.
20738         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20739         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20740         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20741         file.
20742         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20743         file.
20744         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20745         file.
20746         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20747         multiarch memcpy for PPC32.
20748         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20749         multiarch objects.
20750         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20751         (__libc_ifunc_impl_list): Likewise.
20753         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20754         support multiarch for POWER/PPC32.
20755         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20756         Likewise.
20757         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20759         Implies file to make multiarch folder appers before the fpu and
20760         default folder for power4 configuration.
20762 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20764         * scripts/bench.pl: Append volatile keyword to type.
20766 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20768         * sysdeps/sh/sotruss-lib.c: New file.
20769         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20771 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20773         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20775 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20777         [BZ #6810]
20778         * math/w_tgamma.c: Include <errno.h>.
20779         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20780         * math/w_tgammaf.c: Include <errno.h>.
20781         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20782         * math/w_tgammal.c: Include <errno.h>.
20783         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20784         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20785         underflow.  Add more tgamma tests.
20786         * math/auto-libm-test-out: Regenerated.
20787         * sysdeps/i386/fpu/libm-test-ulps: Update.
20788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20790         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20791         sin, sinh, tan, tanh, tgamma, y0 and y1.
20792         * math/auto-libm-test-out: Regenerated.
20793         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20794         (TEST_COND_x86): Likewise.
20795         (M_E2l): Remove macro.
20796         (M_E3l): Likewise.
20797         (M_2_SQRT_PIl): Likewise.
20798         (M_SQRT_PIl): Likewise.
20799         (M_1_DIV_El): Likewise.
20800         (log_test_data): Use AUTO_TESTS_f_f.
20801         (log10_test_data): Likewise.
20802         (log1p_test_data): Likewise.
20803         (log2_test_data): Likewise.
20804         (sin_test_data): Likewise.
20805         (sin_tonearest_test_data): Likewise.
20806         (sin_towardzero_test_data): Likewise.
20807         (sin_downward_test_data): Likewise.
20808         (sin_upward_test_data): Likewise.
20809         (sinh_test_data): Likewise.
20810         (sinh_tonearest_test_data): Likewise.
20811         (sinh_towardzero_test_data): Likewise.
20812         (sinh_downward_test_data): Likewise.
20813         (sinh_upward_test_data): Likewise.
20814         (tan_test_data): Likewise.
20815         (tan_tonearest_test_data): Likewise.
20816         (tan_towardzero_test_data): Likewise.
20817         (tan_downward_test_data): Likewise.
20818         (tan_upward_test_data): Likewise.
20819         (tanh_test_data): Likewise.
20820         (tgamma_test_data): Likewise.
20821         (y0_test_data): Likewise.
20822         (y1_test_data): Likewise.
20823         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20824         (special_real_inputs): Add pi/4.
20825         * sysdeps/i386/fpu/libm-test-ulps: Update.
20826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20828 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20830         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20831         "longjmp_target" static probes.
20832         (__longjmp): Rename to __longjmp_symbol.
20833         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20834         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20835         on which longjmp to generate.
20836         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20837         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20838         probe.
20839         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20840         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20841         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20842         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20843         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20844         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20846         __longjmp_symbol based on which __longjmp to generate.
20847         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20848         probe.
20849         (setjmp): Rename to setjmp_symbol.
20850         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20851         (_setjmp): Rename to _setjmp_symbol.
20852         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20853         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20854         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20855         which setjmp to generate.
20856         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20857         "longjmp_target" static probes.
20859 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20861         * benchtests/README: Add note about output arguments.
20862         * benchtests/bench-sincos.c: Remove file.
20863         * benchtests/sincos-inputs: New file.
20864         * scripts/bench.pl: Identify output arguments and define
20865         static variables for them.
20867         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20869         [BZ #15941]
20870         * Makefile (INSTALL): Add install-plain.texi as the primary
20871         dependency.
20872         * manual/install-plain.texi: New file.
20873         * manual/install.texi: Include node directive only for
20874         non-plaintext output.
20876 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20878         * stdlib/longlong.h: Update from GCC.
20880         [BZ #6807]
20881         [BZ #15901]
20882         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20883         * math/w_j0f.c (y0f): Likewise.
20884         * math/w_j0l.c (__y0l): Likewise.
20885         * math/w_j1.c (y1): Likewise.
20886         * math/w_j1f.c (y1f): Likewise.
20887         * math/w_j1l.c (__y1l): Likewise
20888         * math/w_jn.c (yn): Likewise.
20889         * math/w_jnf.c (ynf): Likewise.
20890         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20891         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20892         value for Bessel function domain errors outside _SVID_ mode.
20893         Adjust sign of return value for yn (negative integer, 0).
20894         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20895         by zero in return for negative x and set sign appropriately for
20896         negative n.
20897         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20898         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20899         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20900         expectations in error cases.
20901         (y1_test_data): Likewise.
20902         (yn_test_data): Likewise.
20903         * sysdeps/i386/fpu/libm-test-ulps: Update.
20904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20906 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20908         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20909         "64" to "64-v1".  Add "64-v2".
20910         (abi-64-options): Rename to ...
20911         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20912         (abi-64-condition): Rename to ...
20913         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20914         (abi-64-ld-soname): Rename to ...
20915         (abi-64-v1-ld-soname): ... this.
20916         (abi-64-v2-options): Define.
20917         (abi-64-v2-condition): Likewise.
20918         (abi-64-v2-ld-soname): Likewise.
20919         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20920         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20925 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20926             Alan Modra  <amodra@gmail.com>
20928         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20929         New versions for use with the ELFv2 ABI.
20930         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20931         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20932         declaration.
20933         (struct La_ppc64v2_retval): Likewise.
20934         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20935         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20936         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20937         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20938         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20939         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20940         Do not save or restore CR.
20941         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20942         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20943         return values for ELFv2 ABI.  Fix location of FPR return registers.
20944         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20945         updated values for _CALL_ELF == 2.
20946         (La_regs, La_retval, int_retval): Likewise.
20948 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20950         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20951         (FRAME_MIN_SIZE_PARM): Likewise.
20952         (FRAME_BACKCHAIN): Likewise.
20953         (FRAME_CR_SAVE): Likewise.
20954         (FRAME_LR_SAVE): Likewise.
20955         (FRAME_TOC_SAVE): Likewise.
20956         (FRAME_PARM_SAVE): Likewise.
20957         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20958         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20959         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20960         (call_mcount_parm_offset): New macro.
20961         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20962         (PROF): Use symbolic stack frame offsets.
20963         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20964         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20965         Redefine in terms of FRAME_MIN_SIZE.
20966         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20967         (_dl_profile_resolve): Likewise.  Update comment.
20968         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20969         symbols stack frame offsets.
20970         (__sigsetjmp): Likewise.
20971         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20972         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20973         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20974         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20977         (FRAME_BACKCHAIN): Remove.
20978         (FRAME_CR_SAVE): Likewise.
20979         (FRAME_LR_SAVE): Likewise.
20980         (FRAME_COMPILER_DW): Likewise.
20981         (FRAME_LINKER_DW): Likewise.
20982         (FRAME_TOC_SAVE): Likewise.
20983         (FRAME_PARM_SAVE): Likewise.
20984         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20985         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20986         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20988         (CHECK_SP): Use symbolic stack frame offsets.
20989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20990         zone" instead of caller's parameter save area for temp storage.
20991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20992         Likewise.  Also, use symbolic stack frame offsets.
20993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20994         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20995         our own stack frame instead of the caller's.
20996         (__socket): Use symbolic stack frame offsets.
20998 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20999             Alan Modra  <amodra@gmail.com>
21001         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21002         Define.
21003         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21004         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21005         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21006         New function.
21007         (elf_machine_fixup_plt): Call it.
21008         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21009         reloc arguments.
21010         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21011         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21012         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21013         r2 before calling target.
21015 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21016             Alan Modra  <amodra@gmail.com>
21018         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21019         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21020         versions of macros to support ELFv2 ABI.
21021         (LOCALENTRY): New macro.
21022         (ENTRY, EALIGN): Use it.
21023         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21024         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21025         fall through into ENTRY entry point.
21026         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21027         Only define if _CALL_ELF != 2.
21029         (elf_machine_matches_host): Verify ABI version matches.
21030         (RTLD_START): Use LOCALENTRY.
21031         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21032         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21033         (PLT_ENTRY_WORDS): New macro.
21034         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21035         (elf_machine_runtime_setup): Support ELFv2 ABI.
21036         (elf_machine_fixup_plt): Likewise.
21037         (elf_machine_plt_conflict): Likewise.
21038         (resolve_ifunc): Likewise.
21039         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21040         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21041         Likewise.
21042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21043         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21045         (makecontext): Support ELFv2 ABI.
21046         * elf/elf.h (EF_PPC64_ABI): Define.
21048 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21050         * sysdeps/powerpc/powerpc64/sysdep.h
21051         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21052         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21053         (ENTRY) [ASSEMBLER]: ... but instead here ...
21054         (EALIGN) [ASSEMBLER]: ... and here.
21055         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21056         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21057         (ENTRY_2) [!ASSEMBLER]: Use it.
21058         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21059         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21060         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21061         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21062         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21064         Use PPC64_LOAD_FUNCPTR.
21066         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21068 2013-12-04  Alan Modra  <amodra@gmail.com>
21070         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21071         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21072         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21073         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21075         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21076         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21077         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21078         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21079         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21080         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21082 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21085         (__makecontext): Fix incorrect CFI when backtracing out of
21086         context created via makecontext.
21087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21088         (__setcontext): Fix incorrect CFI during switch to new context.
21089         (__novec_setcontext): Likewise.
21091 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21093         [BZ #4772]
21094         * time/strptime_l.c (__strptime_internal): Allow modifiers
21095         in strptime.
21096         * time/tst-strptime.c (day_tests): Add testcase.
21098 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21100         * scripts/bench.pl: Skip over blank lines.
21102 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21104         [BZ #926]
21105         * manual/time.texi (Calendar Time): Clarify what timezone functions
21106         use.
21108 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21110         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21112 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21114         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21115         implementation.
21116         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21117         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21118         * debug/memset_chk.c (__memset_chk): Likewise.
21119         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21120         * debug/strncpy_chk.c: Likewise.
21122 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21124         [BZ #15268]
21125         [BZ #15425]
21126         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21127         (__ieee754_exp): For possibly underflowing results, check size of
21128         result and force underflow exception if required.
21129         * math/auto-libm-test-in: Add more tests of exp.
21130         * math/auto-libm-test-out: Regenerated.
21131         * sysdeps/i386/fpu/libm-test-ulps: Update.
21132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21134         [BZ #16283]
21135         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21136         * math/w_exp2f.c (__exp2f): Likewise.
21137         * math/w_exp2l.c (__exp2l): Likewise.
21138         * math/auto-libm-test-in: Do not allow missing errno on exp2
21139         underflow.
21140         * math/auto-libm-test-out: Regenerated.
21142 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21144         [BZ #16274]
21145         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21146         handle filename validation.
21147         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21148         (do_open): Delete.
21150 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21152         [BZ #6786]
21153         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21154         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21155         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21156         <float.h>.
21157         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21158         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21159         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21160         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21161         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21162         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21163         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21164         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21165         Add more erfc tests.
21166         * math/auto-libm-test-out: Regenerated.
21167         * sysdeps/i386/fpu/libm-test-ulps: Update.
21168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21170         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21171         exp2, expm1, j0 and j1.
21172         * math/auto-libm-test-out: Regenerated.
21173         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21174         (erfc_test_data): Likewise.
21175         (exp_test_data): Likewise.
21176         (exp_tonearest_test_data): Likewise.
21177         (exp_towardzero_test_data): Likewise.
21178         (exp_downward_test_data): Likewise.
21179         (exp_upward_test_data): Likewise.
21180         (exp10_test_data): Likewise.
21181         (exp2_test_data): Likewise.
21182         (expm1_test_data): Likewise.
21183         (j0_test_data): Likewise.
21184         (j1_test_data): Likewise.
21185         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21186         (input_flag_type): Add flag_xfail_rounding.
21187         (input_flags): Add xfail-rounding.
21188         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21189         (output_for_one_input_case): Handle flag_xfail_rounding.
21190         * sysdeps/i386/fpu/libm-test-ulps: Update.
21191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21193 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21195         [BZ #16289]
21196         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21197         division by 0.
21199 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21201         [BZ #16195]
21202         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21203         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21204         (STAP_PROBE0): New macro.
21205         (STAP_PROBE1): Likewise.
21206         (STAP_PROBE2): Likewise.
21207         (STAP_PROBE3): Likewise.
21208         (STAP_PROBE4): Likewise.
21210 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21212         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21214 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21216         * benchtests/Makefile (bench): Add sqrt.
21217         (LDLIBS-bench-sqrt): New.
21218         * benchtests/sqrt-input: New.
21220 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21222         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21223         (GAIH_EAI): Likewise.
21224         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21225         (gaih_inet): Likewise.
21226         (getaddrinfo): Don't use GAIH_EAI.
21228         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21229         (struct gaih): Remove definition.
21231 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21233         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21234         Use HERRNOP directly.
21236 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21238         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21240 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21242         * math/gen-auto-libm-tests.c (test_functions): Add more
21243         single-argument functions.
21244         (special_fill_pi_2): New function.
21245         (special_fill_minus_pi_2): Likewise.
21246         (special_fill_pi_6): Likewise.
21247         (special_fill_minus_pi_6): Likewise.
21248         (special_fill_pi_3): Likewise.
21249         (special_fill_2pi_3): Likewise.
21250         (special_fill_e): Likewise.
21251         (special_fill_1_e): Likewise.
21252         (special_fill_e_minus_1): Likewise.
21253         (special_real_inputs): Add more special inputs.
21254         (output_for_one_input_case): Do not require ERANGE on underflow to
21255         zero if round-to-nearest result does not underflow to zero, unless
21256         exact results required.
21257         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21258         atan, atanh, cbrt, cos and cosh.
21259         * math/auto-libm-test-out: Regenerated.
21260         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21261         (acos_tonearest_test_data): Likewise.
21262         (acos_towardzero_test_data): Likewise.
21263         (acos_downward_test_data): Likewise.
21264         (acos_upward_test_data): Likewise.
21265         (acosh_test_data): Likewise.
21266         (asin_test_data): Likewise.
21267         (asin_tonearest_test_data): Likewise.
21268         (asin_towardzero_test_data): Likewise.
21269         (asin_upward_test_data): Likewise.
21270         (asinh_test_data): Likewise.
21271         (atan_test_data): Likewise.
21272         (atanh_test_data): Likewise.
21273         (cbrt_test_data): Likewise.
21274         (cos_test_data): Likewise.
21275         (cos_tonearest_test_data): Likewise.
21276         (cos_towardzero_test_data): Likewise.
21277         (cos_downward_test_data): Likewise.
21278         (cos_upward_test_data): Likewise.
21279         (cosh_test_data): Likewise.
21280         (cosh_tonearest_test_data): Likewise.
21281         (cosh_towardzero_test_data): Likewise.
21282         (cosh_downward_test_data): Likewise.
21283         (cosh_upward_test_data): Likewise.
21284         * sysdeps/i386/fpu/libm-test-ulps: Update.
21285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21287 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21289         [BZ #6787]
21290         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21291         * math/w_exp10f.c (__exp10f): Likewise.
21292         * math/w_exp10l.c (__exp10l): Likewise.
21293         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21294         errno settings in existing tests.
21296         [BZ #14032]
21297         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21298         precision control set to double precision.
21299         * sysdeps/i386/fpu/w_sqrt.c: New file.
21300         * math/auto-libm-test-in: Add more tests.
21301         * math/auto-libm-test-out: Update.
21303         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21304         (sqrt_test_tonearest): New function.
21305         (sqrt_towardzero_test_data): New variable.
21306         (sqrt_test_towardzero): New function.
21307         (sqrt_downward_test_data): New variable.
21308         (sqrt_test_downward): New function.
21309         (sqrt_upward_test_data): New variable.
21310         (sqrt_test_upward): New function.
21311         (main): Call the new functions.
21313         * math/gen-auto-libm-tests.c: New file.
21314         * math/auto-libm-test-in: Likewise.
21315         * math/auto-libm-test-out: New generated file.
21316         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21317         variables.
21318         (%beautify): Add generated representations of zero.
21319         (top level): Set $auto_input and call parse_auto_input.
21320         (beautify): Remove trailing "f" from hex float constants.
21321         (parse_args): Handle XFAIL_TEST.
21322         (convert_condition): New function.
21323         (or_value): Likewise.
21324         (or_cond_value): Likewise.
21325         (generate_testfile): Handle AUTO_TESTS_* lines.
21326         (parse_auto_input): New function.
21327         * math/libm-test.inc (XFAIL_TEST): New macro.
21328         (ERRNO_UNCHANGED): Update value.
21329         (ERRNO_EDOM): Likewise.
21330         (ERRNO_ERANGE): Likewise.
21331         (IGNORE_RESULT): Likewise.
21332         (TEST_COND_flt_32): New macro.
21333         (TEST_COND_dbl_64): Likewise.
21334         (TEST_COND_ldbl_96_intel): Likewise.
21335         (TEST_COND_ldbl_96_m68k): Likewise.
21336         (TEST_COND_ldbl_128): Likewise.
21337         (TEST_COND_ldbl_128ibm): Likewise.
21338         (TEST_COND_long32): Likewise.
21339         (TEST_COND_long64): Likewise.
21340         (TEST_COND_before_rounding): Likewise.
21341         (TEST_COND_after_rounding): Likewise.
21342         (enable_test): Handle XFAIL_TEST flag.
21343         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21344         with finite results.
21345         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21346         auto-libm-test-out.
21348 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21349             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21351         [BZ #16214]
21352         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21353         __tls_get_addr_internal instead of __tls_get_offset in order to
21354         avoid GOT pointer dependency.  Make rtld export
21355         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21356         __tls_get_addr since we are a __tls_get_offset platform.
21357         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21358         GOT pointer being set up before.
21359         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21361 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21363         * manual/math.texi (Errors in Math Functions): Document accuracy
21364         goals.
21366         [BZ #15004]
21367         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21368         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21369         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21370         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21371         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21372         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21373         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21374         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21375         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21376         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21377         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21378         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21379         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21380         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21381         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21382         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21384         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21385         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21386         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21387         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21388         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21389         Likewise.
21390         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21391         Likewise.
21392         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21393         Likewise.
21394         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21395         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21396         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21397         atomic-feupdateenv and flt-rounds.
21398         * sysdeps/powerpc/nofpu/Versions (libc): Add
21399         __atomic_feholdexcept, __atomic_feclearexcept,
21400         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21401         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21402         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21403         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21404         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21405         here.
21406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21407         Update.
21409         * manual/arith.texi (FP Exceptions): Document that exceptions may
21410         not be raised when matherr is used.
21411         (Math Error Reporting): Document overflow in directed rounding
21412         modes.  Document that errno may not be set when finite values are
21413         returned on overflow.  Document intent to set errno on underflow
21414         only for underflow to zero.
21416         [BZ #16271]
21417         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21418         round-to-nearest then adjust result for other rounding modes.
21419         * include/fenv.h (fegetround): Use libm_hidden_proto.
21420         * math/fegetround.c (fegetround): Use libm_hidden_def.
21421         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21422         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21423         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21424         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21425         Likewise.
21426         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21427         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21428         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21429         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21431 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21433         [BZ #16077]
21434         * nss/Versions (libnss_files): Add
21435         _nss_files_gethostbyname3_r.
21436         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21437         New function.
21438         (HOST_DB_LOOKUP): Remove macro.
21439         (_nss_files_gethostbyname_r): Implement function without the
21440         HOST_DB_LOOKUP macro.
21441         (_nss_files_gethostbyname2_r): Likewise.
21443 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21445         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21447 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21449         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21450         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21451         warning.
21453 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21455         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21456         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21457         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21458         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21459         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21460         __fe_nomask_env_priv and attribute_hidden.
21461         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21462         (libc_feupdateenv_test_ppc): Likewise.
21463         (libc_feresetround_ppc): Likewise.
21464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21465         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21466         compat_symbol macro.
21467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21468         (__fe_nomask_env): Likewise.
21469         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21471 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21473         * string/Makefile: Remove ifunc tests.
21474         * string/test-string.h: Define TEST_IFUNC.
21475         * string/test-bcopy-ifunc.c: Remove.
21476         * string/test-bzero-ifunc.c: Likewise.
21477         * string/test-memccpy-ifunc.c: Likewise.
21478         * string/test-memchr-ifunc.c: Likewise.
21479         * string/test-memcmp-ifunc.c: Likewise.
21480         * string/test-memcpy-ifunc.c: Likewise.
21481         * string/test-memmem-ifunc.c: Likewise.
21482         * string/test-memmove-ifunc.c: Likewise.
21483         * string/test-mempcpy-ifunc.c: Likewise.
21484         * string/test-memrchr-ifunc.c: Likewise.
21485         * string/test-memset-ifunc.c: Likewise.
21486         * string/test-rawmemchr-ifunc.c: Likewise.
21487         * string/test-stpcpy-ifunc.c: Likewise.
21488         * string/test-stpncpy-ifunc.c: Likewise.
21489         * string/test-strcasecmp-ifunc.c: Likewise.
21490         * string/test-strcasestr-ifunc.c: Likewise.
21491         * string/test-strcat-ifunc.c: Likewise.
21492         * string/test-strchr-ifunc.c: Likewise.
21493         * string/test-strchrnul-ifunc.c: Likewise.
21494         * string/test-strcmp-ifunc.c: Likewise.
21495         * string/test-strcpy-ifunc.c: Likewise.
21496         * string/test-strcspn-ifunc.c: Likewise.
21497         * string/test-strlen-ifunc.c: Likewise.
21498         * string/test-strncasecmp-ifunc.c: Likewise.
21499         * string/test-strncat-ifunc.c: Likewise.
21500         * string/test-strncmp-ifunc.c: Likewise.
21501         * string/test-strncpy-ifunc.c: Likewise.
21502         * string/test-strnlen-ifunc.c: Likewise.
21503         * string/test-strpbrk-ifunc.c: Likewise.
21504         * string/test-strrchr-ifunc.c: Likewise.
21505         * string/test-strspn-ifunc.c: Likewise.
21506         * string/test-strstr-ifunc.c: Likewise.
21508 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21510         * benchtests/Makefile: Remove ifunc tests.
21511         * benchtests/bench-string.h: Define TEST_IFUNC.
21512         * benchtests/bench-bcopy-ifunc.c: Remove.
21513         * benchtests/bench-bzero-ifunc.c: Likewise.
21514         * benchtests/bench-memccpy-ifunc.c: Likewise.
21515         * benchtests/bench-memchr-ifunc.c: Likewise.
21516         * benchtests/bench-memcmp-ifunc.c: Likewise.
21517         * benchtests/bench-memcpy-ifunc.c: Likewise.
21518         * benchtests/bench-memmem-ifunc.c: Likewise.
21519         * benchtests/bench-memmove-ifunc.c: Likewise.
21520         * benchtests/bench-mempcpy-ifunc.c: Likewise.
21521         * benchtests/bench-memrchr-ifunc.c: Likewise.
21522         * benchtests/bench-memset-ifunc.c: Likewise.
21523         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
21524         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
21525         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21526         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21527         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21528         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21529         * benchtests/bench-strcat-ifunc.c: Likewise.
21530         * benchtests/bench-strchr-ifunc.c: Likewise.
21531         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21532         * benchtests/bench-strcmp-ifunc.c: Likewise.
21533         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21534         * benchtests/bench-strcpy-ifunc.c: Likewise.
21535         * benchtests/bench-strcspn-ifunc.c: Likewise.
21536         * benchtests/bench-strlen-ifunc.c: Likewise.
21537         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21538         * benchtests/bench-strncat-ifunc.c: Likewise.
21539         * benchtests/bench-strncmp-ifunc.c: Likewise.
21540         * benchtests/bench-strncpy-ifunc.c: Likewise.
21541         * benchtests/bench-strnlen-ifunc.c: Likewise.
21542         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21543         * benchtests/bench-strrchr-ifunc.c: Likewise.
21544         * benchtests/bench-strsep-ifunc.c: Likewise.
21545         * benchtests/bench-strspn-ifunc.c: Likewise.
21546         * benchtests/bench-strstr-ifunc.c: Likewise.
21548 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21550         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21552 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21554         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21555         * rt/aio.h: Likewise.
21556         * sysdeps/gnu/bits/utmp.h: Likewise.
21557         * sysdeps/gnu/bits/utmpx.h: Likewise.
21558         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21559         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21560         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21561         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21562         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21563         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21564         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21565         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21566         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21567         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21568         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21569         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21570         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21572         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21573         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21574         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21575         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21576         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21577         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21578         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21579         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21580         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21581         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21582         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21583         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21584         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21585         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21586         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21587         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21588         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21589         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21590         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21591         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21592         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21593         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21594         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21595         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21596         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21597         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21598         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21599         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21601 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21603         [BZ #16245]
21604         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21605         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21607 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21609         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21610         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21611         Likewise.
21613 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21615         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21616         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21617         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21618         (__fesetround): Remove define.
21619         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21620         rounding and exceptions handling.
21621         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21622         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21623         (__fe_nomask_env): Likewise.
21624         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21625         __fegetround instead of fegetround.
21626         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21627         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21629 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21631         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21632         it's there.
21634         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21636 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21638         [BZ #11157]
21639         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21640         (encrypt_r): Likewise.
21641         * malloc/obstack.h (obstack_free): Likewise.
21642         * posix/unistd.h (encrypt): Likewise.
21644 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21646         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21647         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21648         DL_CALL_DT_FINI() that call the functions directly.
21649         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21650         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21651         * elf/dl-fini.c: Likewise.
21653 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21655         * malloc/hooks.c (memalign_check): Add alignment rounding.
21656         * malloc/malloc.c (_mid_memalign): New function.
21657         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21658         Implement by calling _mid_memalign.
21659         * manual/probes.texi (Memory Allocation Probes): Remove
21660         memory_valloc_retry and memory_pvalloc_retry.
21662 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21664         * locale/programs/locarchive.c (open_archive): Add const
21665         qualifier to ARCHIVEFNAME and copy default fname to
21666         DEFAULT_FNAME.
21668         [BZ #15601]
21669         * libio/tst-widetext.input: Rename Oriya to Odia.
21670         * locale/iso-639.def: Likewise.
21672         * manual/probes.texi (Mathematical Function Probes): Add
21673         documentation for sin, cos, asin and acos probes.
21674         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21675         (__sin32): Add slowasin probe.
21676         (__cos32): Add slowacos probe.
21677         (__mpsin): Add slowsin probe.
21678         (__mpcos): Add slowcos probe.
21680 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21682         [BZ #15483]
21683         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21684         thread-local __sim_exceptions_thread and global
21685         __sim_exceptions_global.
21686         (__sim_disabled_exceptions): Change to thread-local
21687         __sim_disabled_exceptions_thread and global
21688         __sim_disabled_exceptions_global.
21689         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21690         and global __sim_round_mode_global.
21691         (__simulate_exceptions): Use thread-local floating-point state and
21692         set global state from it as needed.
21693         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21694         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21695         __sim_round_mode_thread.
21696         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21697         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21698         and global __sim_exceptions_global.
21699         (__sim_disabled_exceptions): Change to thread-local
21700         __sim_disabled_exceptions_thread and global
21701         __sim_disabled_exceptions_global.
21702         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21703         and global __sim_round_mode_global.
21704         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21705         (SIM_SET_GLOBAL): Likewise.
21706         * sysdeps/powerpc/soft-fp/sfp-machine.h
21707         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21708         __sim_round_mode_thread.
21709         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21710         __sim_disabled_exceptions_thread.
21711         (__sim_exceptions): Change to __sim_exceptions_thread.
21712         (__sim_disabled_exceptions): Change to
21713         __sim_disabled_exceptions_thread.
21714         (__sim_round_mode): Change to __sim_round_mode_thread.
21715         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21716         thread-local floating-point state and set global state from it as
21717         needed.
21718         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21719         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21720         (__sim_disabled_exceptions): Remove extern declaration.
21721         (feenableexcept): Use thread-local floating-point state and set
21722         global state from it as needed.
21723         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21724         extern declaration.
21725         (__sim_disabled_exceptions): Likewise.
21726         (__sim_round_mode): Likewise.
21727         (__fegetenv): Use thread-local floating-point state.
21728         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21729         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21730         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21731         floating-point state and set global state from it as needed.
21732         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21733         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21734         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21735         Likewise.
21736         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21737         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21738         Likewise.
21739         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21740         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21741         Use __sim_round_mode_thread.
21742         * math/test-fenv-tls.c: New file.
21743         * math/Makefile (tests): Add test-fenv-tls.
21744         ($(objpfx)test-fenv-tls): Depend on
21745         $(common-objpfx)nptl/libpthread.so.
21747 2013-11-19  Andreas Schwab  <schwab@suse.de>
21749         * locale/programs/locale.c (show_info): Decode wordarray elements.
21750         * locale/categories.def (LC_MONETARY): Add element for
21751         _NL_MONETARY_CRNCYSTR.
21752         * locale/C-monetary.c (conversion_rate): New variable.
21753         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21754         element.
21756 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21758         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21759         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21761 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21763         * elf/Makefile (tst-auxv): New test.
21764         * elf/tst-auxv.c: New
21765         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21767 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21769         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21770         (hidden_proto): Caller changed.
21771         (hidden_tls_proto): New macro.
21772         (libc_hidden_tls_proto): Likewise.
21773         (rtld_hidden_tls_proto): Likewise.
21774         (libm_hidden_tls_proto): Likewise.
21775         (libresolv_hidden_tls_proto): Likewise.
21776         (librt_hidden_tls_proto): Likewise.
21777         (libdl_hidden_tls_proto): Likewise.
21778         (libnss_files_hidden_tls_proto): Likewise.
21779         (libnsl_hidden_tls_proto): Likewise.
21780         (libnss_nisplus_hidden_tls_proto): Likewise.
21781         (libutil_hidden_tls_proto): Likewise.
21783 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21785         [BZ #10253]
21786         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21787         (decompose_rpath): Defer expansion to fillin_rpath.
21788         (_dl_init_paths): Pass linkmap to fillin_rpath.
21790 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21792         * benchtests/Makefile: Add strsep.
21793         * benchtests/bench-strsep.c: New file: strsep benchtest.
21794         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21796 2013-11-18  Andreas Schwab  <schwab@suse.de>
21798         * locale/programs/locale.c (show_info) [case byte]: Check for
21799         '\377' instead of '\177'.
21800         * locale/C-monetary.c (not_available): Always use "\377".
21801         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21802         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21803         detect unavailable sign_posn locale elements.
21804         * locale/localeconv.c (__localeconv): For grouping and
21805         mon_grouping handle "\177" and "\377" like no grouping.
21806         (INT_ELEM): New macro.  Use it to set all numeric members.
21807         * locale/programs/ld-monetary.c (monetary_read)
21808         <tok_mon_grouping>: Normalize single -1 to the empty string.
21809         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21810         Likewise.
21812 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21814         [BZ #16055]
21815         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21816         when we match (nil).
21817         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21819 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21821         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21822         (NO_TEST_INLINE): Update value.
21823         (ERRNO_UNCHANGED): Likewise.
21824         (ERRNO_EDOM): Likewise.
21825         (ERRNO_ERANGE): Likewise.
21826         (IGNORE_RESULT): Likewise.
21827         (check_float_internal): Check signs of NaN results if
21828         TEST_NAN_SIGN used.
21829         (check_complex): Pass TEST_NAN_SIGN flag through to second
21830         check_float_internal call.
21831         (copysign_test_data): Add tests with quiet NaNs as second
21832         argument.  Use TEST_NAN_SIGN.
21833         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21834         TEST_NAN_SIGN.
21835         (signbit_test_data): Add tests of quiet NaN argument.
21836         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21838         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21839         $ignore_result.
21840         (parse_args): Handle function results specified as IGNORE.
21841         * math/libm-test.inc (IGNORE_RESULT): New macro.
21842         (check_float_internal): Do not check numerical result if flag
21843         IGNORE_RESULT set.
21844         (check_complex): Pass through IGNORE_RESULT to second
21845         check_float_internal call.
21846         (check_int): Do not check numerical result if flag IGNORE_RESULT
21847         set.
21848         (check_long): Likewise.
21849         (check_bool): Likewise.
21850         (check_longlong): Likewise.
21851         (lrint_test_data): Add tests of infinite and NaN arguments.
21852         (lrint_tonearest_test_data): Likewise.
21853         (lrint_towardzero_test_data): Likewise.
21854         (lrint_downward_test_data): Likewise.
21855         (lrint_upward_test_data): Likewise.
21856         (llrint_test_data): Likewise.
21857         (llrint_tonearest_test_data): Likewise.
21858         (llrint_towardzero_test_data): Likewise.
21859         (llrint_downward_test_data): Likewise.
21860         (llrint_upward_test_data): Likewise.
21861         (lround_test_data): Likewise.
21862         (llround_test_data): Likewise.
21864         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21865         (ERRNO_UNCHANGED): Update value.
21866         (ERRNO_EDOM): Likewise.
21867         (ERRNO_ERANGE): Likewise.
21868         (NO_TEST_INLINE_FLOAT): New macro.
21869         (NO_TEST_INLINE_DOUBLE): Likewise.
21870         (enable_test): New function.
21871         (RUN_TEST_f_f): Check enable_test before running test.
21872         (RUN_TEST_2_f): Likewise.
21873         (RUN_TEST_fff_f): Likewise.
21874         (RUN_TEST_c_f): Likewise.
21875         (RUN_TEST_f_f1): Likewise.
21876         (RUN_TEST_fF_f1): Likewise.
21877         (RUN_TEST_fI_f1): Likewise.
21878         (RUN_TEST_ffI_f1): Likewise.
21879         (RUN_TEST_c_c): Likewise.
21880         (RUN_TEST_cc_c): Likewise.
21881         (RUN_TEST_f_i): Likewise.
21882         (RUN_TEST_f_i_tg): Likewise.
21883         (RUN_TEST_ff_i_tg): Likewise.
21884         (RUN_TEST_f_b): Likewise.
21885         (RUN_TEST_f_b_tg): Likewise.
21886         (RUN_TEST_f_l): Likewise.
21887         (RUN_TEST_f_L): Likewise.
21888         (RUN_TEST_fFF_11): Likewise.
21889         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21890         conditionals.
21891         (cosh_test_data): Likewise.
21892         (exp_test_data): Likewise.
21893         (expm1_test_data): Likewise.
21894         (hypot_test_data): Likewise.
21895         (pow_test_data): Likewise.
21896         (sinh_test_data): Likewise.
21897         (tanh_test_data): Likewise.
21898         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21899         flags argument.
21901         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21902         tests with quiet NaN input and output.
21903         (acosh_test_data): Likewise.
21904         (asin_test_data): Likewise.
21905         (asinh_test_data): Likewise.
21906         (atan_test_data): Likewise.
21907         (atanh_test_data): Likewise.
21908         (atan2_test_data): Likewise.
21909         (cbrt_test_data): Likewise.
21910         (cos_test_data): Likewise.
21911         (cosh_test_data): Likewise.
21912         (erf_test_data): Likewise.
21913         (erfc_test_data): Likewise.
21914         (exp_test_data): Likewise.
21915         (exp10_test_data): Likewise.
21916         (exp2_test_data): Likewise.
21917         (expm1_test_data): Likewise.
21918         (hypot_test_data): Likewise.
21919         (j0_test_data): Likewise.
21920         (j1_test_data): Likewise.
21921         (jn_test_data): Likewise.
21922         (lgamma_test_data): Likewise.
21923         (log_test_data): Likewise.
21924         (log10_test_data): Likewise.
21925         (log1p_test_data): Likewise.
21926         (log2_test_data): Likewise.
21927         (pow_test_data): Likewise.
21928         (scalb_test_data): Likewise.
21929         (sin_test_data): Likewise.
21930         (sincos_test_data): Likewise.
21931         (sinh_test_data): Likewise.
21932         (tan_test_data): Likewise.
21933         (tanh_test_data): Likewise.
21934         (tgamma_test_data): Likewise.
21935         (y0_test_data): Likewise.
21936         (y1_test_data): Likewise.
21937         (yn_test_data): Likewise.
21939         [BZ #16167]
21940         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21941         argument being NaN and avoid computations with second argument in
21942         that case.
21943         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21944         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21945         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21947 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21949         * locale/iso-639.def: Add Chitwani Tharu (the).
21951 2013-11-14  Andreas Schwab  <schwab@suse.de>
21953         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21954         word instead of empty string.
21956 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21959         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21961         (__fe_nomask_env): Likewise.
21963 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21965         * benchtests/bench-timing.h: Include time.h.
21967 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21969         [BZ #15997]
21970         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21971         to 3.4.0 for x32.
21972         * sysdeps/unix/sysv/linux/configure: Regenerated.
21974 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21976         [BZ #16151]
21977         * stdlib/strtod_l.c (round_and_return): Do not consider
21978         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21979         exponent one less than half the least subnormal exponent.
21980         * stdlib/test-strtod-round-data: Add more tests.
21981         * stdlib/tst-strtod-round.c (tests): Regenerated.
21983 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21985         [BZ #14143]
21986         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21987         (__fe_mask_env): Likewise.
21988         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21989         libm_hidden_proto and add function prototype.
21990         (__fe_mask_env): Add function prototype.
21991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21992         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21994         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21996         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21998 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22000         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22001         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22003 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22005         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22006         of htab_find_slot().
22008 2013-11-11  David S. Miller  <davem@davemloft.net>
22010         [BZ #16150]
22011         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22012         symbol in the non-vis3 case in static builds.
22013         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22014         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22015         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22016         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22018 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22020         [BZ #387]
22021         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22022         it is empty.
22024 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22026         * benchtests/Makefile: Add bench-strtod.
22027         * benchtests/bench-strtod.c: New file: strtod benchtest
22029 2013-11-11  Andreas Schwab  <schwab@suse.de>
22031         [BZ #16153]
22032         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22033         terminating NUL in key length.
22035 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22037         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22038         Add artificial ODP entry for vDSO symbol for PPC64.
22039         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22040         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22042 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22044         [BZ #15374]
22045         * nss/getent.c (services_keys): Recognize services starting with digit.
22047 2013-11-06  David S. Miller  <davem@davemloft.net>
22049         [BZ #15985]
22050         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22051         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22053 2013-11-06  Will Newton  <will.newton@linaro.org>
22055         * manual/memory.texi (Malloc Examples): Remove register
22056         keyword from examples.
22058 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22060         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22062 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22064         [BZ #6981]
22065         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22066         depending on [__GCC_IEC_559 > 0].
22067         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22068         depending on [__GCC_IEC_559_COMPLEX > 0].
22070 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22072         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22073         to iso-639.def.
22075 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22077         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22079 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22081         [BZ #16112]
22082         * malloc/malloc (malloc_info): Do not handle first bin as
22083         special case.
22085 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22087         * locale/iso-639.def: Add Central Nahuatl (nhn).
22089 2013-11-01  Bruno Haible  <bruno@clisp.org>
22091         [BZ #7003]
22092         * manual/math.texi (BSD Random): Specify range upper bound as
22093         in POSIX.
22095 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22097         * locale/iso-639.def: Add Meadow Mari (mhr).
22099 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22101         [BZ #14752], [BZ #15763]
22102         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22103         Validate name.
22104         * rt/tst_shm.c: Add test for escaping directory.
22106 2013-10-31  Andreas Schwab  <schwab@suse.de>
22108         [BZ #15917]
22109         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22110         followed by 'x' as part of digit sequence.
22111         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22113 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22115         [BZ #16037]
22116         * configure.ac: allow GNU Make 4.0 and greater.
22117         * configure: Regenerated.
22119 2013-10-30  Will Newton  <will.newton@linaro.org>
22121         [BZ #16038]
22122         * malloc/hooks.c (memalign_check): Limit alignment to the
22123         maximum representable power of two.
22124         * malloc/malloc.c (__libc_memalign): Likewise.
22125         * malloc/tst-memalign.c (do_test): Add test for very
22126         large alignment values.
22127         * malloc/tst-posix_memalign.c (do_test): Likewise.
22129 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22131         [BZ #11087]
22132         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22133         (munmap_chunk): Likewise.
22134         (mremap_chunk): Likewise.
22136 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22138         [BZ #15799]
22139         * stdlib/div.c (div): Remove obsolete code.
22140         * stdlib/ldiv.c (ldiv): Likewise.
22141         * stdlib/lldiv.c (lldiv): Likewise.
22143 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22145         [BZ #16071]
22146         * nss/nss_files/files-XXX.c (get_contents_ret): New
22147         enumerator.
22148         (get_contents): New function.
22149         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22151 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22153         * configure.in: Moved to ...
22154         * configure.ac: ... here. Change reference to configure.in
22155         to configure.ac.
22156         * sysdeps/arm/preconfigure.ac: ... here.
22157         configure.in to configure.ac.
22158         * sysdeps/gnu/configure.in: Moved to ...
22159         * sysdeps/gnu/configure.ac: ... here.
22160         * sysdeps/i386/configure.in: Moved to ...
22161         * sysdeps/i386/configure.ac: ... here.
22162         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22163         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22164         * sysdeps/mach/configure.in: Moved to ...
22165         * sysdeps/mach/configure.ac: ... here.
22166         * sysdeps/mach/hurd/configure.in: Moved to ...
22167         * sysdeps/mach/hurd/configure.ac: ... here.
22168         * sysdeps/powerpc/configure.in: Moved to ...
22169         * sysdeps/powerpc/configure.ac: ... here.
22170         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22171         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22172         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22173         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22174         * sysdeps/s390/s390-32/configure.in: Moved to ...
22175         * sysdeps/s390/s390-32/configure.ac: ... here.
22176         * sysdeps/s390/s390-64/configure.in: Moved to ...
22177         * sysdeps/s390/s390-64/configure.ac: ... here.
22178         * sysdeps/sh/configure.in: Moved to ...
22179         * sysdeps/sh/configure.ac: ... here.
22180         * sysdeps/sparc/configure.in: Moved to ...
22181         * sysdeps/sparc/configure.ac: ... here.
22182         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22183         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22184         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22185         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22186         * sysdeps/x86_64/configure.in: Moved to ...
22187         * sysdeps/x86_64/configure.ac: ... here.
22188         * sysdeps/x86_64/preconfigure.in: Moved to ...
22189         * sysdeps/x86_64/preconfigure.ac: ... here.
22190         * aclocal.m4: Change reference to configure.in to configure.ac.
22191         * config.h.in: Likewise.
22192         * manual/install.texi: Likewise.
22193         * manual/maint.texi: Likewise.
22194         * Makefile: Likewise.
22195         * malloc/Makefile: Likewise.
22196         * nscd/Makefile: Likewise.
22197         * Makeconfig: Change reference to configure.in and
22198         preconfigure.in to configure.ac and preconfigure.ac
22199         respectively.
22200         * INSTALL: Regenerated.
22201         * configure: Likewise.
22202         * sysdeps/gnu/configure: Likewise.
22203         * sysdeps/i386/configure: Likewise.
22204         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22205         * sysdeps/mach/configure: Likewise.
22206         * sysdeps/mach/hurd/configure: Likewise.
22207         * sysdeps/powerpc/configure: Likewise.
22208         * sysdeps/powerpc/powerpc32/configure: Likewise.
22209         * sysdeps/powerpc/powerpc64/configure: Likewise.
22210         * sysdeps/s390/s390-32/configure: Likewise.
22211         * sysdeps/s390/s390-64/configure: Likewise.
22212         * sysdeps/sh/configure: Likewise.
22213         * sysdeps/sparc/configure: Likewise.
22214         * sysdeps/unix/sysv/linux/configure: Likewise.
22215         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22216         * sysdeps/x86_64/configure: Likewise.
22217         * sysdeps/x86_64/preconfigure: Likewise.
22219 2013-10-29  Andreas Schwab  <schwab@suse.de>
22221         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22223 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22225         * benchtests/pow-inputs: Add new inputs.
22227         * benchtests/exp-inputs: Add new inputs.
22229         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22230         conditional check for return value.
22231         (__cos32): Likewise.
22233 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22235         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22236         to provide a boost for large inputs with word alignment.
22237         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22238         implementation based on optimized PPC64 strcpy.
22239         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22240         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22241         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22242         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22244 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22246         [BZ #2801]
22247         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22249 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22251         [BZ #14876]
22252         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22253         * time/tst-strptime.c (day_tests): Add testcase.
22255 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22257         [BZ #14029]
22258         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22260 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22262         [BZ #16074]
22263         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22264         MAP_FAILED on error.
22266 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22268         [BZ #16072]
22269         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22270         heap for large requests.
22272 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22274         [BZ #9954]
22275         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22276         result if the result has no associated interface.
22277         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22278         interface for all 127.X.Y.Z addresses.
22280 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22282         * locale/iso-639.def: Add Ligurian (lij)
22284 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22286         [BZ #15825]
22287         * sunrpc/rpc_main.c: Document rpcgen -5.
22289 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22291         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22293 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22295         [BZ #10278]
22296         * posix/glob.c: Match only directories when trailing slash is present.
22297         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22298         (main): Add testcase.
22300 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22302         [BZ #15670]
22303         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22305 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22307         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22308         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22309         AUTH_DES and cindex for FIPS 140-2.
22310         (DES Encryption): Add cindex FIPS 46-3.
22312         * locale/locarchive.h (struct locarhandle): Add fname.
22313         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22314         if an optional argument was specified to --list-archive,
22315         otherwise NULL.
22316         * locale/programs/locarchive.c (show_archive_content): Take new
22317         argument fname and pass it via ah.fname to open_archive.
22318         * locale/programs/localedef.h: Update decl.
22319         (open_archive): If AH->fname is non-null, open that file
22320         rather than the default file name, and don't ignore ENOENT.
22321         (create_archive): Set AH.fname to NULL.
22322         (delete_locales_from_archive): Likewise.
22323         (add_locales_to_archive): Likewise.
22324         * locale/programs/locfile.c (write_all_categories): Likewise.
22326 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22327             Aldy Hernandez  <aldyh@redhat.com>
22329         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22330         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22331         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22332         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22333         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22334         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22335         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22336         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22337         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22338         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22339         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22340         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22341         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22342         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22343         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22344         Likewise.
22345         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22346         Likewise.
22347         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22348         Likewise.
22349         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22350         Likewise.
22351         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22352         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22353         Likewise.
22354         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22355         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22356         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22357         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22358         Likewise.
22359         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22360         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22361         * sysdeps/powerpc/preconfigure: Likewise.
22362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22363         Likewise.
22364         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22365         Replace contents of file by #include of <fenv_libc.h>.
22366         * sysdeps/powerpc/soft-fp/sfp-machine.h
22367         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22368         and <sys/prctl.h>.
22369         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22370         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22371         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22372         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22373         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22374         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22375         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22376         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22377         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22378         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22379         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22380         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22382         Allow copysignl PLT reference to be missing.
22384 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22385             Joseph Myers  <joseph@codesourcery.com
22387         [BZ #15948]
22388         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22389         single character.
22390         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22392 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22394         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22395         * elf/tst-tls1.c: Likewise.
22396         * elf/tst-tls10.h: Likewise.
22397         * elf/tst-tls14.c: Likewise.
22398         * elf/tst-tls2.c: Likewise.
22399         * elf/tst-tls3.c: Likewise.
22400         * elf/tst-tls4.c: Likewise.
22401         * elf/tst-tls5.c: Likewise.
22402         * elf/tst-tls6.c: Likewise.
22403         * elf/tst-tls7.c: Likewise.
22404         * elf/tst-tls8.c: Likewise.
22405         * elf/tst-tls9.c: Likewise.
22406         * elf/tst-tlsmod1.c: Likewise.
22407         * elf/tst-tlsmod13.c: Likewise.
22408         * elf/tst-tlsmod13a.c: Likewise.
22409         * elf/tst-tlsmod14a.c: Likewise.
22410         * elf/tst-tlsmod16a.c: Likewise.
22411         * elf/tst-tlsmod16b.c: Likewise.
22412         * elf/tst-tlsmod2.c: Likewise.
22413         * elf/tst-tlsmod3.c: Likewise.
22414         * elf/tst-tlsmod4.c: Likewise.
22415         * elf/tst-tlsmod5.c: Likewise.
22416         * elf/tst-tlsmod6.c: Likewise.
22418 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22420         [BZ #12486]
22421         * malloc/malloc.c: remove checks for statistics.
22423 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22425         [BZ #15277]
22426         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22427         * inet/tst-network.c: Add testcase.
22429 2013-10-17  Andreas Schwab  <schwab@suse.de>
22431         [BZ #15218]
22432         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22433         to determine canonical name.
22435 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22437         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22438         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22439         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22440         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22441         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22442         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22443         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22444         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22445         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22446         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22447         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22448         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22449         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22450         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22451         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22452         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22453         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22454         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22455         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22456         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22457         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22458         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22459         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22460         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22461         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22462         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22463         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22464         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22465         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22466         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22467         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22468         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22469         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22470         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22471         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22472         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22473         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22474         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22475         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22476         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22477         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22478         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22479         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22480         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22481         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22482         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22483         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22484         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22485         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22486         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22487         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22488         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22489         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22490         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22491         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22492         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22493         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22494         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22496 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22498         [BZ #16041]
22499         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22500         make result into a quiet NaN.
22502 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
22504         * soft-fp/adddf3.c: Fix horizontal whitespace.
22505         * soft-fp/addsf3.c: Likewise.
22506         * soft-fp/addtf3.c: Likewise.
22507         * soft-fp/divdf3.c: Likewise.
22508         * soft-fp/divsf3.c: Likewise.
22509         * soft-fp/divtf3.c: Likewise.
22510         * soft-fp/double.h: Likewise.
22511         * soft-fp/eqdf2.c: Likewise.
22512         * soft-fp/eqsf2.c: Likewise.
22513         * soft-fp/eqtf2.c: Likewise.
22514         * soft-fp/extenddftf2.c: Likewise.
22515         * soft-fp/extended.h: Likewise.
22516         * soft-fp/extendsfdf2.c: Likewise.
22517         * soft-fp/extendsftf2.c: Likewise.
22518         * soft-fp/extendxftf2.c: Likewise.
22519         * soft-fp/fixdfdi.c: Likewise.
22520         * soft-fp/fixdfsi.c: Likewise.
22521         * soft-fp/fixdfti.c: Likewise.
22522         * soft-fp/fixsfdi.c: Likewise.
22523         * soft-fp/fixsfsi.c: Likewise.
22524         * soft-fp/fixsfti.c: Likewise.
22525         * soft-fp/fixtfdi.c: Likewise.
22526         * soft-fp/fixtfsi.c: Likewise.
22527         * soft-fp/fixtfti.c: Likewise.
22528         * soft-fp/fixunsdfdi.c: Likewise.
22529         * soft-fp/fixunsdfsi.c: Likewise.
22530         * soft-fp/fixunsdfti.c: Likewise.
22531         * soft-fp/fixunssfdi.c: Likewise.
22532         * soft-fp/fixunssfsi.c: Likewise.
22533         * soft-fp/fixunssfti.c: Likewise.
22534         * soft-fp/fixunstfdi.c: Likewise.
22535         * soft-fp/fixunstfsi.c: Likewise.
22536         * soft-fp/fixunstfti.c: Likewise.
22537         * soft-fp/floatdidf.c: Likewise.
22538         * soft-fp/floatdisf.c: Likewise.
22539         * soft-fp/floatditf.c: Likewise.
22540         * soft-fp/floatsidf.c: Likewise.
22541         * soft-fp/floatsisf.c: Likewise.
22542         * soft-fp/floatsitf.c: Likewise.
22543         * soft-fp/floattidf.c: Likewise.
22544         * soft-fp/floattisf.c: Likewise.
22545         * soft-fp/floattitf.c: Likewise.
22546         * soft-fp/floatundidf.c: Likewise.
22547         * soft-fp/floatundisf.c: Likewise.
22548         * soft-fp/floatunditf.c: Likewise.
22549         * soft-fp/floatunsidf.c: Likewise.
22550         * soft-fp/floatunsisf.c: Likewise.
22551         * soft-fp/floatunsitf.c: Likewise.
22552         * soft-fp/floatuntidf.c: Likewise.
22553         * soft-fp/floatuntisf.c: Likewise.
22554         * soft-fp/floatuntitf.c: Likewise.
22555         * soft-fp/fmadf4.c: Likewise.
22556         * soft-fp/fmasf4.c: Likewise.
22557         * soft-fp/fmatf4.c: Likewise.
22558         * soft-fp/gedf2.c: Likewise.
22559         * soft-fp/gesf2.c: Likewise.
22560         * soft-fp/getf2.c: Likewise.
22561         * soft-fp/ledf2.c: Likewise.
22562         * soft-fp/lesf2.c: Likewise.
22563         * soft-fp/letf2.c: Likewise.
22564         * soft-fp/muldf3.c: Likewise.
22565         * soft-fp/mulsf3.c: Likewise.
22566         * soft-fp/multf3.c: Likewise.
22567         * soft-fp/negdf2.c: Likewise.
22568         * soft-fp/negsf2.c: Likewise.
22569         * soft-fp/negtf2.c: Likewise.
22570         * soft-fp/op-1.h: Likewise.
22571         * soft-fp/op-2.h: Likewise.
22572         * soft-fp/op-4.h: Likewise.
22573         * soft-fp/op-8.h: Likewise.
22574         * soft-fp/op-common.h: Likewise.
22575         * soft-fp/quad.h: Likewise.
22576         * soft-fp/single.h: Likewise.
22577         * soft-fp/soft-fp.h: Likewise.
22578         * soft-fp/sqrtdf2.c: Likewise.
22579         * soft-fp/sqrtsf2.c: Likewise.
22580         * soft-fp/sqrttf2.c: Likewise.
22581         * soft-fp/subdf3.c: Likewise.
22582         * soft-fp/subsf3.c: Likewise.
22583         * soft-fp/subtf3.c: Likewise.
22584         * soft-fp/truncdfsf2.c: Likewise.
22585         * soft-fp/trunctfdf2.c: Likewise.
22586         * soft-fp/trunctfsf2.c: Likewise.
22587         * soft-fp/trunctfxf2.c: Likewise.
22588         * soft-fp/unorddf2.c: Likewise.
22589         * soft-fp/unordsf2.c: Likewise.
22590         * soft-fp/unordtf2.c: Likewise.
22592 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22594         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22595         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22597 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22599         * elf/dl-libc.c: Clear initfini list after freeing.
22601 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22603         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22604         * soft-fp/addsf3.c: Likewise.
22605         * soft-fp/addtf3.c: Likewise.
22606         * soft-fp/divdf3.c: Likewise.
22607         * soft-fp/divsf3.c: Likewise.
22608         * soft-fp/divtf3.c: Likewise.
22609         * soft-fp/double.h: Likewise.
22610         * soft-fp/eqdf2.c: Likewise.
22611         * soft-fp/eqsf2.c: Likewise.
22612         * soft-fp/eqtf2.c: Likewise.
22613         * soft-fp/extenddftf2.c: Likewise.
22614         * soft-fp/extended.h: Likewise.
22615         * soft-fp/extendsfdf2.c: Likewise.
22616         * soft-fp/extendsftf2.c: Likewise.
22617         * soft-fp/extendxftf2.c: Likewise.
22618         * soft-fp/fixdfdi.c: Likewise.
22619         * soft-fp/fixdfsi.c: Likewise.
22620         * soft-fp/fixdfti.c: Likewise.
22621         * soft-fp/fixsfdi.c: Likewise.
22622         * soft-fp/fixsfsi.c: Likewise.
22623         * soft-fp/fixsfti.c: Likewise.
22624         * soft-fp/fixtfdi.c: Likewise.
22625         * soft-fp/fixtfsi.c: Likewise.
22626         * soft-fp/fixtfti.c: Likewise.
22627         * soft-fp/fixunsdfdi.c: Likewise.
22628         * soft-fp/fixunsdfsi.c: Likewise.
22629         * soft-fp/fixunsdfti.c: Likewise.
22630         * soft-fp/fixunssfdi.c: Likewise.
22631         * soft-fp/fixunssfsi.c: Likewise.
22632         * soft-fp/fixunssfti.c: Likewise.
22633         * soft-fp/fixunstfdi.c: Likewise.
22634         * soft-fp/fixunstfsi.c: Likewise.
22635         * soft-fp/fixunstfti.c: Likewise.
22636         * soft-fp/floatdidf.c: Likewise.
22637         * soft-fp/floatdisf.c: Likewise.
22638         * soft-fp/floatditf.c: Likewise.
22639         * soft-fp/floatsidf.c: Likewise.
22640         * soft-fp/floatsisf.c: Likewise.
22641         * soft-fp/floatsitf.c: Likewise.
22642         * soft-fp/floattidf.c: Likewise.
22643         * soft-fp/floattisf.c: Likewise.
22644         * soft-fp/floattitf.c: Likewise.
22645         * soft-fp/floatundidf.c: Likewise.
22646         * soft-fp/floatundisf.c: Likewise.
22647         * soft-fp/floatunsidf.c: Likewise.
22648         * soft-fp/floatunsisf.c: Likewise.
22649         * soft-fp/floatuntidf.c: Likewise.
22650         * soft-fp/floatuntisf.c: Likewise.
22651         * soft-fp/floatuntitf.c: Likewise.
22652         * soft-fp/fmadf4.c: Likewise.
22653         * soft-fp/fmasf4.c: Likewise.
22654         * soft-fp/fmatf4.c: Likewise.
22655         * soft-fp/gedf2.c: Likewise.
22656         * soft-fp/gesf2.c: Likewise.
22657         * soft-fp/getf2.c: Likewise.
22658         * soft-fp/ledf2.c: Likewise.
22659         * soft-fp/lesf2.c: Likewise.
22660         * soft-fp/letf2.c: Likewise.
22661         * soft-fp/muldf3.c: Likewise.
22662         * soft-fp/mulsf3.c: Likewise.
22663         * soft-fp/multf3.c: Likewise.
22664         * soft-fp/negdf2.c: Likewise.
22665         * soft-fp/negsf2.c: Likewise.
22666         * soft-fp/negtf2.c: Likewise.
22667         * soft-fp/op-1.h: Likewise.
22668         * soft-fp/op-2.h: Likewise.
22669         * soft-fp/op-4.h: Likewise.
22670         * soft-fp/op-8.h: Likewise.
22671         * soft-fp/op-common.h: Likewise.
22672         * soft-fp/quad.h: Likewise.
22673         * soft-fp/single.h: Likewise.
22674         * soft-fp/soft-fp.h: Likewise.
22675         * soft-fp/sqrtdf2.c: Likewise.
22676         * soft-fp/sqrtsf2.c: Likewise.
22677         * soft-fp/sqrttf2.c: Likewise.
22678         * soft-fp/subdf3.c: Likewise.
22679         * soft-fp/subsf3.c: Likewise.
22680         * soft-fp/subtf3.c: Likewise.
22681         * soft-fp/truncdfsf2.c: Likewise.
22682         * soft-fp/trunctfdf2.c: Likewise.
22683         * soft-fp/trunctfsf2.c: Likewise.
22684         * soft-fp/trunctfxf2.c: Likewise.
22685         * soft-fp/unorddf2.c: Likewise.
22686         * soft-fp/unordsf2.c: Likewise.
22687         * soft-fp/unordtf2.c: Likewise.
22689 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22691         [BZ #15672]
22692         * misc/error.c (error_tail): Fix possible buffer overflow.
22694 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22696         [BZ #13028]
22697         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22698         address.
22700 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22702         [BZ #832]
22703         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22704         testing pipefail option.
22706 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22708         * soft-fp/double.h: Indent preprocessor directives inside #if.
22709         * soft-fp/extended.h: Likewise.
22710         * soft-fp/op-2.h: Likewise.
22711         * soft-fp/op-4.h: Likewise.
22712         * soft-fp/op-common.h: Likewise.
22713         * soft-fp/quad.h: Likewise.
22714         * soft-fp/single.h: Likewise.
22715         * soft-fp/soft-fp.h: Likewise.
22717 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22719         * iconv/iconv_prog.c: Fix typos.
22720         * stdio-common/psiginfo-data.h: Likewise.
22722 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22724         [BZ #15764]
22725         * locale/setlocale.c: Fix typo.
22727 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22729         [BZ #16036]
22730         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22731         signaling NaN arguments.
22732         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22733         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22735         [BZ #14910]
22736         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22737         unordered operands.
22738         * soft-fp/gesf2.c (__gesf2): Likewise.
22739         * soft-fp/getf2.c (__getf2): Likewise.
22740         * soft-fp/ledf2.c (__ledf2): Likewise.
22741         * soft-fp/lesf2.c (__lesf2): Likewise.
22742         * soft-fp/letf2.c (__letf2): Likewise.
22744         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22745         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22746         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22747         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22748         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22749         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22750         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22751         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22752         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22753         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22754         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22755         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22756         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22757         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22758         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22759         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22760         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22761         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22762         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22763         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22764         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22765         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22766         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22767         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22768         * soft-fp/floattidf.c (__floattidf): Likewise.
22769         * soft-fp/floattisf.c (__floattisf): Likewise.
22770         * soft-fp/floattitf.c (__floattitf): Likewise.
22771         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22772         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22773         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22774         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22775         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22776         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22777         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22778         * soft-fp/gesf2.c (__gesf2): Likewise.
22779         * soft-fp/getf2.c (__getf2): Likewise.
22780         * soft-fp/ledf2.c (__ledf2): Likewise.
22781         * soft-fp/lesf2.c (__lesf2): Likewise.
22782         * soft-fp/letf2.c (__letf2): Likewise.
22784         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22785         Undefine and redefine.
22786         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22787         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22788         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22789         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22790         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22791         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22792         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22793         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22794         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22795         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22796         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22797         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22798         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22799         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22800         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22802         [BZ #16032]
22803         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22804         without decrementing exponent if mantissa >= that for the
22805         denominator, not >.
22806         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22807         denominator, not >.  Decrement exponent in < case instead of
22808         incrementing in >= case.
22809         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22810         without decrementing exponent if mantissa >= that for the
22811         denominator, not >.
22813         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22814         computing saturated result for unsigned overflow.
22816 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22817             Jeff Law  <law@redhat.com>
22819         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22820         (atan2Mp): Add systemtap probe marker.
22821         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22822         (__ieee754_log): Add systemtap probe marker.
22823         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22824         (atanMp): Add systemtap probe marker.
22825         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22826         (tanMp): Add systemtap probe marker.
22827         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22828         (__slowexp): Add systemtap probe marker.
22829         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22830         (__slowpow): Add systemtap probe marker.
22831         * manual/probes.texi: Document probes.
22833 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22835         [BZ #15362]
22836         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22837         written.
22838         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22839         written.
22840         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22841         written to buffer but not flushed.
22842         * libio/iofwrite_u.c:  Likewise.
22843         * libio/iopadn.c:  Return bytes returned even if EOF was
22844         encountered.
22845         * libio/iowpadn.c:  Likewise.
22846         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22847         if _IO_padn does not write the whole buffer.
22848         [!COMPILE_WPRINTF] (PAD): Likewise.
22850 2013-10-10  David S. Miller  <davem@davemloft.net>
22852         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22853         directory block.
22855 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22857         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22858         instead of FSF address.
22859         * soft-fp/fixdfti.c: Likewise.
22860         * soft-fp/fixsfti.c: Likewise.
22861         * soft-fp/fixtfti.c: Likewise.
22862         * soft-fp/fixunsdfti.c: Likewise.
22863         * soft-fp/fixunssfti.c: Likewise.
22864         * soft-fp/fixunstfti.c: Likewise.
22865         * soft-fp/floattidf.c: Likewise.
22866         * soft-fp/floattisf.c: Likewise.
22867         * soft-fp/floattitf.c: Likewise.
22868         * soft-fp/floatuntidf.c: Likewise.
22869         * soft-fp/floatuntisf.c: Likewise.
22870         * soft-fp/floatuntitf.c: Likewise.
22871         * soft-fp/trunctfxf2.c: Likewise.
22873         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22874         * soft-fp/fixdfti.c: Likewise.
22875         * soft-fp/fixsfti.c: Likewise.
22876         * soft-fp/fixtfti.c: Likewise.
22877         * soft-fp/fixunsdfti.c: Likewise.
22878         * soft-fp/fixunssfti.c: Likewise.
22879         * soft-fp/fixunstfti.c: Likewise.
22880         * soft-fp/floattidf.c: Likewise.
22881         * soft-fp/floattisf.c: Likewise.
22882         * soft-fp/floattitf.c: Likewise.
22883         * soft-fp/floatuntidf.c: Likewise.
22884         * soft-fp/floatuntisf.c: Likewise.
22885         * soft-fp/floatuntitf.c: Likewise.
22886         * soft-fp/trunctfxf2.c: Likewise.
22888 2013-10-10  David S. Miller  <davem@davemloft.net>
22890         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22892 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22894         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22895         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22896         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22897         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22898         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22899         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22900         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22902         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22903         for NaNs before doing comparisons on argument.
22904         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22905         Likewise.
22907 2013-10-10  Will Newton  <will.newton@linaro.org>
22909         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22910         passed to _int_memalign does not overflow.
22912 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22914         * scripts/bench.pl: Add include-sources directive.
22915         * benchtests/README: Update documentation.
22917 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22919         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22920         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22921         instead of FP_INIT_ROUNDMODE.
22922         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22923         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22925         [BZ #16034]
22926         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22927         copy class of input value.
22928         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22929         not handle exceptions.
22930         * soft-fp/negsf2.c (__negsf2): Likewise.
22931         * soft-fp/negtf2.c (__negtf2): Likewise.
22932         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22934 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22936         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22937         semicolon.  From Linux kernel.
22939 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22941         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22943 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22945         [BZ #156]
22946         * manual/socket.texi: Added statement about buffer
22947         for gethostbyname2_r.
22949 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22951         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22952         Use .p2align directive instead, throughout.
22953         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22954         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22955         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22956         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22957         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22958         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22959         * sysdeps/x86_64/strchr.S: Likewise.
22960         * sysdeps/x86_64/strrchr.S: Likewise.
22962 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22964         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22966         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22968         * sysdeps/generic/math_private.h (__mpsin1): Remove
22969         declaration.
22970         (__mpcos1): Likewise.
22971         (__mpsin): New argument __range_reduce.
22972         (__mpcos): Likewise.
22973         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22974         (slow): Use __mpsin and __mpcos.
22975         (slow1): Likewise.
22976         (slow2): Likewise.
22977         (sloww): Likewise.
22978         (sloww1): Likewise.
22979         (sloww2): Likewise.
22980         (bsloww): Likewise.
22981         (bsloww1): Likewise.
22982         (bsloww2): Likewise.
22983         (cslow2): Likewise.
22984         (csloww): Likewise.
22985         (csloww1): Likewise.
22986         (csloww2): Likewise.
22987         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22988         range_reduce.  Merge in __mpsin1.
22989         (__mpcos): Likewise.
22990         (__mpsin1): Remove.
22991         (__mpcos1): Likewise.
22993 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22995         * locale/loadlocale.c (_nl_intern_locale_data): Use
22996         LOCFILE_ALIGNED_P.
22997         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22998         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22999         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23000         obstack data is appropriately aligned.
23001         (obstack_int32_grow_fast): Likewise.
23002         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23003         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23004         (add_locale_uint32_array): Likewise.
23006 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23008         * benchtests/Makefile: Remove ARGLIST and RET variables.
23009         ($(objpfx)bench-%.c): Pass only function name to the script.
23010         * benchtests/README: Update documentation.
23011         * benchtests/acos-inputs: Add new directives.
23012         * benchtests/acosh-inputs: Likewise.
23013         * benchtests/asin-inputs: Likewise.
23014         * benchtests/asinh-inputs: Likewise.
23015         * benchtests/atan-inputs: Likewise.
23016         * benchtests/atanh-inputs: Likewise.
23017         * benchtests/cos-inputs: Likewise.
23018         * benchtests/cosh-inputs: Likewise.
23019         * benchtests/exp-inputs: Likewise.
23020         * benchtests/log-inputs: Likewise.
23021         * benchtests/pow-inputs: Likewise.
23022         * benchtests/rint-inputs: Likewise.
23023         * benchtests/sin-inputs: Likewise.
23024         * benchtests/sinh-inputs: Likewise.
23025         * benchtests/tan-inputs: Likewise.
23026         * benchtests/tanh-inputs: Likewise.
23027         * scripts/bench.pl: Add support for new directives.
23029 2013-10-07  Alan Modra  <amodra@gmail.com>
23031         * README: Fix careless merge.
23033 2013-10-05  Alan Modra  <amodra@gmail.com>
23035         * NEWS: Mention powerpc64le support and bugs fixed.
23036         * README: Both big-endian and little-endian powerpc64 supported.
23038 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23040         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23041         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23042         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23043         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23045 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23047         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23048         match prototype.
23050 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23052         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23053         Move -mhard-float appending from
23054         ports/sysdeps/powerpc/powerpc32/Makefile.
23055         [$(with-fp) = yes] (ASFLAGS): Likewise.
23056         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23057         * sysdeps/powerpc/nofpu: Move directory from
23058         ports/sysdeps/powerpc/nofpu.
23059         * sysdeps/powerpc/soft-fp: Move directory from
23060         ports/sysdeps/powerpc/soft-fp.
23061         * sysdeps/powerpc/powerpc32/405: Move directory from
23062         ports/sysdeps/powerpc/powerpc32/405.
23063         * sysdeps/powerpc/powerpc32/440: Move directory from
23064         ports/sysdeps/powerpc/powerpc32/440.
23065         * sysdeps/powerpc/powerpc32/464: Move directory from
23066         ports/sysdeps/powerpc/powerpc32/464.
23067         * sysdeps/powerpc/powerpc32/476: Move directory from
23068         ports/sysdeps/powerpc/powerpc32/476.
23069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23070         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23072         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23074         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23076         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23078         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23079         * README: Update for powerpc-*-linux-gnu software floating point
23080         support in libc.
23082         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23083         case to powerpc/powerpc32*.
23084         * sysdeps/unix/sysv/linux/configure: Regenerated.
23086         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23087         (_FPU_MASK_OM): Define as 0x04.
23088         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23089         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23090         0x00c10080.
23091         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23092         0x0000003c.
23093         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23096         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23097         getcontext_e500.
23098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23099         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23100         setcontext_e500.
23101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23102         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23103         and setcontext_e500.
23105 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23107         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23109 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23111         * manual/threads.texi (Default Thread Attributes): Fix typo.
23113 2013-10-04  Will Newton  <will.newton@linaro.org>
23115         * malloc/Makefile: Add tst-memalign.
23116         * malloc/tst-memalign.c: New file.
23118         * malloc/tst-posix_memalign.c: Add comments.
23119         (do_test): Add comments and call free on all potentially
23120         allocated pointers. Add space after cast.
23122         * malloc/tst-pvalloc.c: Add comments.
23123         (do_test): Add comments and call free on all potentially
23124         allocated pointers. Remove duplicate check for NULL pointer.
23125         Add space after cast.
23127         * malloc/tst-valloc.c: Add comments.
23128         (do_test): Add comments and call free on all potentially
23129         allocated pointers. Remove duplicate check for NULL pointer.
23130         Add space after cast.
23132 2013-10-04  Alan Modra  <amodra@gmail.com>
23134         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23135         Use stdint types in rather than __attribute__((mode())).
23136         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23138 2013-10-04  Alan Modra  <amodra@gmail.com>
23140         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23141         Correct handling of unaligned relocs for little-endian.
23142         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23144 2013-10-04  Alan Modra  <amodra@gmail.com>
23146         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23147         * configure: Regenerate.
23148         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23149         * shlib-versions: Likewise.
23151 2013-10-04  Alan Modra  <amodra@gmail.com>
23153         * string/tester.c (test_memrchr): Increment reported test cycle.
23155 2013-10-04  Alan Modra  <amodra@gmail.com>
23157         * string/test-memcpy.c (do_one_test): When reporting errors, print
23158         string address and don't overrun end of string.
23160 2013-10-04  Alan Modra  <amodra@gmail.com>
23162         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23163         insrdi.  Make better use of reg selection to speed exit slightly.
23164         Schedule entry path a little better.  Remove useless "are we done"
23165         checks on entry to main loop.  Handle wrapping around zero address.
23166         Correct main loop count.  Handle single left-over word from main
23167         loop inline rather than by using loop_small.  Remove extra word
23168         case in loop_small caused by wrong loop count.  Add little-endian
23169         support.
23170         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23171         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23172         cache hint.
23173         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23174         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23175         support.  Avoid rlwimi.
23176         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23178 2013-10-04  Alan Modra  <amodra@gmail.com>
23180         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23181         insrdi.  Formatting.
23182         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23183         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23184         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23185         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23186         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23187         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23189 2013-10-04  Alan Modra  <amodra@gmail.com>
23191         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23192         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23193         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23194         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23195         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23196         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23197         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23198         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23199         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23200         use of regs.  Use power7 mtocrf.  Tidy function tails.
23202 2013-10-04  Alan Modra  <amodra@gmail.com>
23204         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23205         Formatting.  Consistently use rXXX register defines or rN defines.
23206         Use early exit labels that avoid restoring unused non-volatile regs.
23207         Make cr field use more consistent with rWORDn compares.  Rename
23208         regs used as shift registers for unaligned loop, using rN defines
23209         for short lifetime/multiple use regs.
23210         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23211         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23212         addi 1,1,64 to pop stack frame.  Simplify return value code.
23213         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23215 2013-10-04  Alan Modra  <amodra@gmail.com>
23217         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23218         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23219         rather than rlwimi.
23220         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23221         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23222         little-endian support.  Correct typos.
23223         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23224         rather than rlwimi.
23225         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23226         in loop and entry code to keep "and." results.
23227         (strchr): Add little-endian support.  Comment.  Move cntlzd
23228         earlier in tail.
23229         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23231 2013-10-04  Alan Modra  <amodra@gmail.com>
23233         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23234         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23235         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23236         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23238 2013-10-04  Alan Modra  <amodra@gmail.com>
23240         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23241         (rTMP): Define as r11.
23242         (strcmp): Add little-endian support.  Optimise tail.
23243         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23244         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23245         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23246         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23247         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23248         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23249         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23251 2013-10-04  Alan Modra  <amodra@gmail.com>
23253         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23254         little-endian support.  Remove unnecessary "are we done" tests.
23255         Handle "s" wrapping around zero and extremely large "size".
23256         Correct main loop count.  Handle single left-over word from main
23257         loop inline rather than by using small_loop.  Correct comments.
23258         Delete "zero" tail, use "end_max" instead.
23259         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23261 2013-10-04  Alan Modra  <amodra@gmail.com>
23263         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23264         support.  Don't branch over align.
23265         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23266         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23267         support.  Rearrange tmp reg use to suit.  Comment.
23268         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23270 2013-10-04  Alan Modra  <amodra@gmail.com>
23272         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23274 2013-10-04  Alan Modra  <amodra@gmail.com>
23276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23277         conditional form of branch and link when obtaining pc.
23278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23280 2013-10-04  Alan Modra  <amodra@gmail.com>
23282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23283         HIWORD/LOWORD.
23284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23287 2013-10-04  Alan Modra  <amodra@gmail.com>
23289         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23290         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23291         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23292         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23293         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23294         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23295         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23296         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23297         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23298         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23300 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23301             Alistair Popple <alistair@ozlabs.au.ibm.com>
23302             Alan Modra <amodra@gmail.com>
23304         [BZ #15723]
23305         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23306         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23307         _dl_hwcap access for little-endian.
23308         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23309         destroy vmx regs when saving unaligned.
23310         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23311         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23312         destroy vmx regs when saving unaligned.
23314 2013-10-04  Alan Modra  <amodra@gmail.com>
23316         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23317         Don't use a union to pack hi/low value.
23319 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23321         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23322         for little-endian.
23323         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23324         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23325         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23326         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23327         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23329 2013-10-04  Alan Modra  <amodra@gmail.com>
23331         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23332         constants to usual value for .cst8 section, and remove redundant
23333         high address load.
23334         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23335         constant for 0x1p52.  Load little-endian words of double from
23336         correct stack offsets.
23338 2013-10-04  Alan Modra  <amodra@gmail.com>
23340         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23341         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23342         words of double from correct stack offsets.
23343         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23344         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23345         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23346         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23347         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23348         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23349         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23350         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23351         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23352         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23353         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23354         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23355         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23356         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23357         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23358         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23359         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23361 2013-10-04  Alan Modra  <amodra@gmail.com>
23363         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23364         64-bit int/double union.
23365         (_FPU_SETCW): Likewise.
23366         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23367         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23369 2013-10-04  Alan Modra  <amodra@gmail.com>
23371         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23372         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23374 2013-10-04  Alan Modra  <amodra@gmail.com>
23376         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23377         use vector int constants.
23378         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23380 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23382         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23383         array with long long.
23384         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23385         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23386         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23387         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23388         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23389         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23390         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23391         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23392         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23393         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23394         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23395         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23396         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23398 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23400         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23401         (__signbit): Likewise.  Correct for little-endian.
23402         (__signbitl): Call __signbit.
23403         (lrint): Correct for little-endian.
23404         (lrintf): Call lrint.
23406 2013-10-04  Alan Modra  <amodra@gmail.com>
23408         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23409         union 32-bit int array member with 64-bit int array.
23410         (t515, tm256): Double rather than long double.
23411         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23413 2013-10-04  Alan Modra  <amodra@gmail.com>
23415         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23416         Delete.
23417         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23418         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23419         version of math_ldbl.h.
23421 2013-10-04  Alan Modra  <amodra@gmail.com>
23423         [BZ #15734], [BZ #15735]
23424         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23425         all uses of ieee875 long double macros and unions.  Simplify test
23426         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23427         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23428         normalize after ldbl_extract_mantissa, and don't add hidden bit
23429         already handled.  Don't treat low word of ieee854 mantissa like
23430         low word of IBM long double and mask off bit when testing for
23431         zero.
23432         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23433         all uses of ieee875 long double macros and unions.  Simplify tests
23434         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23435         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23436         two1022, instead use their values.  Recognise that tests for large
23437         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23438         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23439         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23440         test for 0.0L and nan.  Correct negation.
23441         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23442         ieee875 long double macros and unions.  Correct output for large
23443         magnitude x.  Correct absolute value calculation.
23444         (__erfcl): Likewise.
23445         * math/libm-test.inc: Add tests for errors discovered in IBM long
23446         double versions of fmodl, remainderl, erfl and erfcl.
23448 2013-10-04  Alan Modra  <amodra@gmail.com>
23450         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23451         all uses of ieee854 long double macros and unions.  Simplify tests
23452         for long doubles that are fully specified by the high double.
23453         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23454         Likewise.
23455         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23456         Remove dead code too.
23457         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23458         (__ieee754_ynl): Likewise.
23459         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23460         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23461         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23462         Remove dead code too.
23463         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23464         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23465         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23466         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23467         Simplify.
23468         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23469         Simplify.
23470         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23471         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23472         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23473         Comment on variable precision.
23474         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23475         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23476         Likewise.
23477         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23478         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23479         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23480         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23481         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23483 2013-10-04  Alan Modra  <amodra@gmail.com>
23485         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23486         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23487         all uses of ieee854 long double macros and unions.
23488         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23489         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23490         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23491         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23492         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23493         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23494         Likewise.
23495         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23496         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23497         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23498         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23499         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23500         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23501         Simplify sign and nan test too.
23502         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
23503         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
23504         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
23505         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
23506         Likewise.
23507         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
23508         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
23509         Likewise.
23510         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
23511         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
23512         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
23513         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
23514         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
23515         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
23517 2013-10-04  Alan Modra  <amodra@gmail.com>
23519         * stdio-common/printf_size.c (__printf_size): Don't use
23520         union ieee854_long_double in fpnum union.
23521         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
23522         signbit macro to retrieve sign from long double.
23523         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
23524         retrieve sign from long double.
23525         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23526         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23527         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23528         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23529         * math/test-misc.c (main): Don't use union ieee854_long_double.
23531 2013-10-04  Alan Modra  <amodra@gmail.com>
23533         [BZ #15680]
23534         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23535         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23536         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23537         calculation.  Remove unnecessary test for denormal exponent.
23538         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23539         Correct handling of denormals.  Avoid undefined shift behaviour.
23540         Correct normalisation of low mantissa when low double is denormal.
23541         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23542         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23543         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23544         Correct normalisation of low mantissa.  Test for overflow of high
23545         mantissa and normalise.
23546         (ldbl_nearbyint): Use more readable constant for two52.
23547         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23548         (__mpn_construct_long_double): Fix test for overflow of high
23549         mantissa and correct normalisation.  Avoid undefined shift.
23551 2013-10-04  Alan Modra  <amodra@gmail.com>
23553         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23554         (union ibm_extended_long_double): Define as an array of ieee754_double.
23555         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23556         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23557         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23558         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23559         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23560         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23561         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23562         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23563         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23564         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23565         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23567 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23569         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23570         page size instead of calling getpagesize.
23572         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23573         (LOCFILE_ALIGN_MASK): Likewise.
23574         (LOCFILE_ALIGN_UP): Likewise.
23575         (LOCFILE_ALIGNED_P): Likewise.
23576         * locale/programs/ld-collate.c (collate_output): Use the new
23577         macros instead of __alignof__ (int32_t).
23578         * locale/weight.h (findidx): Likewise.
23580 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23582         [BZ #431]
23583         * manual/string.texi: Fix strncat and wcsncat.
23585 2013-10-03  Brooks Moses  <bmoses@google.com>
23587         [BZ #15915]
23588         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23589         * Makerules: ...here, and adjust associated comments.
23591 2013-10-02  Will Newton  <will.newton@linaro.org>
23593         * malloc/Makefile: Add tst-pvalloc.
23594         * malloc/tst-pvalloc.c: New file.
23596 2013-10-02  Will Newton  <will.newton@linaro.org>
23598         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23599         improve test coverage.
23601 2013-10-02  Will Newton  <will.newton@linaro.org>
23603         * malloc/Makefile: Add tst-posix_memalign.
23604         * malloc/tst-posix_memalign.c: New file.
23606 2013-10-01  Eric Blake  <eblake@redhat.com>
23608         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23609         Use __THROWNL rather than __THROW on static functions.
23611 2013-09-30  Petr Machata  <pmachata@redhat.com>
23613         * elf/elf.h (R_AARCH64_ABS16): New macro.
23614         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23615         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23616         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23617         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23618         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23619         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23620         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23621         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23622         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23623         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23624         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23625         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23626         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23627         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23628         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23629         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23630         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23631         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23632         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23633         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23634         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23635         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23636         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23637         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23638         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23639         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23640         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23641         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23642         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23643         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23644         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23645         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23646         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23647         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23648         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23649         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23650         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23651         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23652         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23653         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23654         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23655         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23656         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23657         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23658         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23659         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23660         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23661         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23662         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23663         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23664         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23665         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23666         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23667         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23668         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23669         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23670         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23671         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23672         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23673         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23674         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23675         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23676         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23677         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23678         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23679         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23680         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23681         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23682         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23683         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23684         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23685         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23686         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23687         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23688         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23689         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23690         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23691         (R_AARCH64_TLSDESC_LDR): Likewise.
23692         (R_AARCH64_TLSDESC_ADD): Likewise.
23693         (R_AARCH64_TLSDESC_CALL): Likewise.
23695 2013-09-30  Andreas Schwab  <schwab@suse.de>
23697         [BZ #15048]
23698         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23699         the nss database lookup.
23700         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23701         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23703 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23705         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23707 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23709         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23710         ${Bash-specific parameter/pattern/string} parameter expansion.
23711         * sysdeps/unix/make-syscalls.sh: Likewise.
23713 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23715         * sysdeps/sh/stackguard-macros.h: New file.
23717 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23719         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23720         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23721         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23722         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23723         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23724         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23726 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23728         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23729         Fix thread ID register.
23731 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23733         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23734         [POSIX || UNIX98]: Require rather than permitting all symbols from
23735         <time.h>.
23736         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23737         element of struct sched_param.
23738         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23739         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23740         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23741         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23742         constant.
23744 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23746         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23747         argument calculation.
23749 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23751         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23752         Expect macro.
23753         [POSIX] (pthread_attr_t): Do not require type.
23754         [POSIX] (pthread_cond_t): Likewise.
23755         [POSIX] (pthread_condattr_t): Likewise.
23756         [POSIX] (pthread_key_t): Likewise.
23757         [POSIX] (pthread_mutex_t): Likewise.
23758         [POSIX] (pthread_mutexattr_t): Likewise.
23759         [POSIX] (pthread_once_t): Likewise.
23760         [POSIX] (pthread_t): Likewise.
23761         [POSIX-based standards] (pthread_atfork): Expect function.
23763 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23764             Richard Sandiford  <richard@codesourcery.com>
23766         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23767         (swap_endianness_p): New extern variable.
23768         (set_big_endian): New inline function.
23769         (maybe_swap_uint32): Likewise.
23770         (maybe_swap_uint32_array): Likewise.
23771         (maybe_swap_uint32_obstack): Likewise.
23772         * locale/programs/locfile.c: Include <stdbool.h>.
23773         (swap_endianness_p): New variable.
23774         (add_locale_uint32): Call maybe_swap_uint32.
23775         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23776         (write_locale_data): Call maybe_swap_uint32_array.
23777         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23778         maybe_swap_uint32.
23779         (obstack_int32_grow_fast): Likewise.
23780         (output_weightwc): Call maybe_swap_uint32_obstack.
23781         (collate_output): Likewise.
23782         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23783         (OPT_LITTLE_ENDIAN): Likewise.
23784         (options): Add --little-endian and --big-endian options.
23785         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23786         * locale/programs/locarchive.c: Include "locfile.h".
23787         (GET): New macro.
23788         (SET): Likewise.
23789         (INC): Likewise.
23790         (create_archive): Use the new macros to access fields of
23791         structures directly mapped from or written to locale archives.
23792         (oldlocrecentcmp): Likewise.
23793         (enlarge_archive): Likewise.
23794         (insert_name): Likewise.
23795         (add_alias): Likewise.
23796         (add_locale): Likewise.
23797         (delete_locales_from_archive): Likewise.
23798         (show_archive_content): Likewise.
23799         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23800         locale data.
23802 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23804         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23805         http://www.gnu.org/doc/freemanuals.texi.
23806         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23808 2013-09-24  Will Newton  <will.newton@linaro.org>
23810         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23811         macro.
23813 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23815         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23816         unsigned char.
23818 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23820         * manual/threads.texi (POSIX Threads): Fix a typo.
23822 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23824         [BZ #14547]
23825         * string/tst-strcoll-overflow.c: New test case.
23826         * string/Makefile (xtests): Add tst-strcoll-overflow.
23827         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23828         cache if string sizes may cause integer overflow.
23830         [BZ #14547]
23831         * string/strcoll_l.c (coll_seq): New members rule, idx,
23832         save_idx and back_us.
23833         (get_next_seq_nocache): New function.
23834         (do_compare_nocache): New function.
23835         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23836         when malloc fails.
23838 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23840         [BZ #15754]
23841         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23842         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23843         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23845         [BZ #15754]
23846         * elf/Makefile (tests): Add tst-ptrguard1.
23847         (tests-static): Add tst-ptrguard1-static.
23848         (tst-ptrguard1-ARGS): Define.
23849         (tst-ptrguard1-static-ARGS): Define.
23850         * elf/tst-ptrguard1.c: New file.
23851         * elf/tst-ptrguard1-static.c: New file.
23852         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23853         * sysdeps/i386/stackguard-macros.h: Likewise.
23854         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23855         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23856         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23857         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23858         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23859         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23861 2013-09-23  Hector Marco  <hecmargi@upv.es>
23862             Ismael Ripoll  <iripoll@disca.upv.es>
23863             Carlos O'Donell  <carlos@redhat.com>
23865         [BZ #15754]
23866         * sysdeps/generic/stackguard-macros.h: Define
23867         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23868         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23869         Define __pointer_chk_guard_local.
23870         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23871         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23873 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23875         [BZ #15859]
23876         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23878 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23880         * include/string.h (__ffs): Declare as hidden.
23881         * string/ffs.c (__ffs): Define as hidden.
23882         * sysdeps/i386/ffs.c (__ffs): Likewise.
23883         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23884         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23885         * sysdeps/s390/ffs.c (__ffs): Likewise.
23886         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23888 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23890         * NEWS: Mention malloc probes.
23892         * malloc/arena.c (new_heap): New memory_heap_new probe.
23893         (grow_heap): New memory_heap_more probe.
23894         (shrink_heap): New memory_heap_less probe.
23895         (heap_trim): New memory_heap_free probe.
23896         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23897         (systrim): New memory_sbrk_less probe.
23898         * manual/probes.texi: Document them.
23900         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23901         * manual/probes.texi: Document it.
23903         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23904         (__libc_realloc): Add memory_realloc_retry probe.
23905         (__libc_memalign): Add memory_memalign_retry probe.
23906         (__libc_valloc): Add memory_valloc_retry probe.
23907         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23908         (__libc_calloc): Add memory_calloc_retry probe.
23909         * manual/probes.texi: Document them.
23911         * malloc/arena.c (get_free_list): Add probe
23912         memory_arena_reuse_free_list.
23913         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23914         and memory_arena_reuse.
23915         (arena_get2) [!PER_THREAD]: Likewise.
23916         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23917         memory_arena_reuse_realloc.
23918         * manual/probes.texi: Document them.
23920         * malloc/malloc.c (__libc_free): Add
23921         memory_mallopt_free_dyn_thresholds probe.
23922         (__libc_mallopt): Add multiple memory_mallopt probes.
23923         * manual/probes.texi: Document them.
23925         * malloc/malloc.c: Include stap-probe.h.
23926         (__libc_mallopt): Add memory_mallopt probe.
23927         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23928         * manual/probes.texi: New.
23929         * manual/Makefile (chapters): Add probes.
23930         * manual/threads.texi: Set next node.
23932 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23934         [BZ #15963, #13985]
23935         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23936         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23937         Add `Chinese' to `nan' entry name.
23939 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23941         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23942         (POLYNOMIAL): Likewise.
23943         (TAYLOR_SINCOS): Likewise.
23944         (TAYLOR_SLOW): Likewise.
23945         (__sin): Use TAYLOR_SINCOS.
23946         (__cos): Likewise.
23947         (slow): Use TAYLOR_SLOW.
23948         (sloww): Likewise.
23949         (bsloww): Likewise.
23950         (csloww): Likewise.
23952 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23954         * stdlib/strtod_l.c: Fix buffer overrun.
23956 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23958         * benchtests/Makefile (bench): Add sincos.
23959         * benchtests/bench-sincos.c: New file.
23961         * math/libm-test.inc (cos_test_data): New test inputs.
23962         (sin_test_data): Likewise.
23964         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23965         macro.
23966         (__sin): Use it.
23967         (__cos): Likewise.
23968         (slow1): Likewise.
23969         (slow2): Likewise.
23970         (sloww1): Likewise.
23971         (sloww2): Likewise.
23972         (bsloww1): Likewise.
23973         (bsloww2): Likewise.
23974         (cslow2): Likewise.
23975         (csloww1): Likewise.
23976         (csloww2): Likewise.
23978         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23979         function.
23980         (__sin): Use it.
23981         (__cos): Likewise.
23983         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23984         gotos.
23985         (__cos): Likewise.
23987 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23989         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23990         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23991         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23992         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23993         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23994         * elf/cache.c (print_entry): Handle the new cache flags.
23996 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23997             Aldy Hernandez  <aldyh@redhat.com>
23999         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24000         Change condition to [_SOFT_FLOAT].
24001         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24002         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24003         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24004         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24005         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24006         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24007         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24008         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24009         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24010         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24011         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24012         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24013         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24014         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24015         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24016         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24017         declaration.
24019 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24021         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24022         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24023         (__longjmp): Use LOAD_GP to load saved GPRs.
24024         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24025         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24026         (__sigsetjmp): Use SAVE_GP to save GPRs.
24028         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24029         Do not append -msoft-float.
24030         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24032 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24034         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24036 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24038         [BZ #15966]
24039         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24040         (_FPU_GETCW): Use initial "__" on variable and field names but not
24041         on macro parameter name.
24042         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24043         parentheses around reference to macro parameter.
24045 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24047         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24048         prototype.
24049         (ctype_startup): Use uint32_t in cast and sizeof for
24050         ctype->charnames.
24052 2013-09-11  Jia Liu  <proljc@gmail.com>
24054         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24055         __daddr_t_defined.
24056         [__FreeBSD__]: Likewise.
24058 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24060         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24061         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24062         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24063         (strchr): Remove __strchr_sse42 ifunc selection.
24064         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24065         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24067 2013-09-11  Will Newton  <will.newton@linaro.org>
24069         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24070         parameter to RES. Remove hardcoded 1000 value.
24071         * benchtests/bench-skeleton.c (main): Pass RES parameter
24072         to TIMING_INIT and multiply result by 1000.
24074 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24078 2013-09-11  Andreas Schwab  <schwab@suse.de>
24080         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24081         if not defined.
24082         (O_TMPFILE) [__USE_GNU]: Define.
24083         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24084         Define.
24086 2013-09-11  Will Newton  <will.newton@linaro.org>
24088         [BZ #15857]
24089         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24090         does not overflow.
24092 2013-09-11  Will Newton  <will.newton@linaro.org>
24094         [BZ #15856]
24095         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24096         does not overflow.
24098 2013-09-11  Will Newton  <will.newton@linaro.org>
24100         [BZ #15855]
24101         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24102         does not overflow.
24104 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24106         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24107         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24108         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24109         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24110         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24112 2013-09-10  Allan McRae  <allan@archlinux.org>
24114         [BZ #15748]
24115         * manual/arith.texi (Parsing of Floats): Clarify
24116         cross-reference.
24118         [BZ #15849]
24119         * manual/install.texi (Running make install): Mention
24120         --enable-pt-chown.
24121         * INSTALL: Regenerated.
24123 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24125         * csu/init-first.c (_init): Remove the !SHARED condition around
24126         FPU control word initialization.
24127         * elf/dl-support.c (_dl_fpu_control): New variable.
24128         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24129         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24130         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24131         * math/test-fpucw-static.c: New file.
24132         * math/test-fpucw-ieee.c: New file.
24133         * math/test-fpucw-ieee-static.c: New file.
24134         * math/Makefile (tests): Add `test-fpucw-ieee' and
24135         `$(tests-static)'.
24136         (tests-static): New variable.
24137         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24138         dependency to...
24139         [($(build-shared),yes)]
24140         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24141         ... this.
24142         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24143         New dependency.
24145 2013-09-09  Allan McRae  <allan@archlinux.org>
24147         [BZ #15939]
24148         * manual/string.texi (Collation Functions): Fix typo in
24149         strcoll example.
24150         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24152         [BZ #15893]
24153         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24155         [BZ #15892]
24156         * libio/memstream.c (open_memstream): Fix memory leak.
24157         * libio/wmemstream.c (open_wmemstream): Likewise.
24159         [BZ #15895]
24160         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24162 2013-09-09  Will Newton  <will.newton@linaro.org>
24164         * malloc/Makefile: Add tst-realloc to tests.
24165         * malloc/tst-realloc.c: New file.
24167 2013-09-09  Allan McRae  <allan@archlinux.org>
24169         [BZ #15844]
24170         * COPYING: Update from GNU website to fix FSF address.
24171         * COPYING.LIB: Likewise.
24173 2013-09-06  David S. Miller  <davem@davemloft.net>
24175         * po/zh_TW.po: Update Chinese (traditional) translation from
24176         translation project.
24178 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24179             Joseph Myers  <joseph@codesourcery.com>
24181         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24182         "localeinfo.h".
24183         (obstack_chunk_alloc): New macro.
24184         (obstack_chunk_free): Likewise.
24185         (record_offset): New function.
24186         (init_locale_data): Likewise.
24187         (align_locale_data): Likewise.
24188         (add_locale_empty): Likewise.
24189         (add_locale_raw_data): Likewise.
24190         (add_locale_raw_obstack): Likewise.
24191         (add_locale_string): Likewise.
24192         (add_locale_wstring): Likewise.
24193         (add_locale_uint32): Likewise.
24194         (add_locale_uint32_array): Likewise.
24195         (add_locale_char): Likewise.
24196         (start_locale_structure): Likewise.
24197         (end_locale_structure): Likewise.
24198         (start_locale_prelude): Likewise.
24199         (end_locale_prelude): Likewise.
24200         (write_locale_data): Take locale_file structure rather than an
24201         iovec.
24202         * locale/programs/locfile.h: Include "obstack.h".
24203         (struct locale_file): Change to store locale file contents instead
24204         of header.
24205         (init_locale_data): New prototype.
24206         (align_locale_data): Likewise.
24207         (add_locale_empty): Likewise.
24208         (add_locale_raw_data): Likewise.
24209         (add_locale_raw_obstack): Likewise.
24210         (add_locale_string): Likewise.
24211         (add_locale_wstring): Likewise.
24212         (add_locale_uint32): Likewise.
24213         (add_locale_uint32_array): Likewise.
24214         (add_locale_char): Likewise.
24215         (start_locale_structure): Likewise.
24216         (end_locale_structure): Likewise.
24217         (start_locale_prelude): Likewise.
24218         (end_locale_prelude): Likewise.
24219         (write_locale_data): Update prototype.
24220         * locale/programs/3level.h (struct TABLE): Remove result field.
24221         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24222         Use new locale_file interface.
24223         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24224         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24225         * locale/programs/ld-address.c (address_output): Use new
24226         locale_file interface.
24227         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24228         NO_ADD_LOCALE.
24229         (collate_finish): Don't call collseq_table_finalize.
24230         (collate_output): Use new locale_file interface.
24231         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24232         in file.
24233         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24234         (TABLE): Move defines earlier in file.
24235         (ELEMENT): Likewise.
24236         (DEFAULT): Likewise.
24237         (wctrans_table_add): Move macro and inline function earlier in
24238         file.
24239         (struct wctype_table): Move type earlier in file.
24240         (add_locale_wctype_table): New static prototype.
24241         (struct locale_ctype_t): Use logical types instead of struct iovec
24242         pointers for members.
24243         (ctype_output): Use new locale_file interface.
24244         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24245         new locale_file interface.
24246         (allocate_arrays): Update for use of new locale_file interface.
24247         * locale/programs/ld-identification.c (identification_output): Use
24248         new locale_file interface.
24249         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24250         * locale/programs/ld-messages.c (messages_output): Likewise.
24251         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24252         * locale/programs/ld-name.c (name_output): Likewise.
24253         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24254         * locale/programs/ld-paper.c (paper_output): Likewise.
24255         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24256         * locale/programs/ld-time.c (time_output): Likewise.
24258 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24260         * benchtests/Makefile: Add memrchr benchmark.
24261         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24262         benchmark as memrchr.
24263         * benchtests/bench-memrchr-ifunc.c: New file.
24264         * benchtests/bench-memrchr.c: New file.
24266 2013-09-06   Will Newton  <will.newton@linaro.org>
24268         * benchtests/Makefile (string-bench): Add memcpy.
24270 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24271             Cong Wang  <amwang@redhat.com>
24273         [BZ #15850]
24274         * sysdeps/unix/sysv/linux/bits/in.h
24275         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24276         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24277         before __USE_KERNEL_IPV6_DEFS uses.
24278         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24279         IPPROTO_BEETPH.
24280         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24281         sockaddr_in6, or ipv6_mreq.
24283 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24285         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24286         memory access for final bytes in some large inputs.
24287         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24289 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24291         * string/test-memrchr.c: New file.
24292         * string/test-memrchr-ifunc.c: New file.
24293         * string/Makefile: Add new memrchr testcase.
24295 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24297         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24298         fanotify_init returns EPERM.
24300 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24302         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24303         errors.
24304         (top level): Treat second token from macro or constant entries for
24305         allowed headers as allowed.
24306         * include/complex.h: Condition internal declarations on
24307         [!_ISOMAC].
24308         * include/fenv.h: Condition include of <stdbool.h> and internal
24309         declarations on [!_ISOMAC].
24311 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24313         [BZ #15923]
24314         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24316 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24318         * configure.in (--enable-versioning): Remove configure option.
24319         (libc_cv_asm_symver_directive): Remove configure test.
24320         (libc_cv_ld_version_script_option): Likewise.
24321         (VERSIONING): Remove variable and AC_SUBST.
24322         (DO_VERSIONING): Remove AC_DEFINE.
24323         * configure: Regenerated.
24324         * config.h.in (DO_VERSIONING): Remove macro.
24325         * Makerules [$(versioning) = yes]: Change conditionals to
24326         [$(build-shared) = yes].
24327         * config.make.in (versioning): Remove variable.
24328         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24329         [$(build-shared) = yes].
24330         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24331         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24332         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24333         [$(build-shared) = yes].
24334         * extra-lib.mk [$(versioning) = yes]: Likewise.
24335         * hurd/Makefile [$(versioning) = yes]: Likewise.
24336         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24337         [SHARED].
24338         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24339         [SHARED].
24340         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24341         [SHARED && !NO_HIDDEN].
24342         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24343         [SHARED].
24344         [SHARED && DO_VERSIONING]: Likewise..
24345         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24346         [$(build-shared) = yes].
24347         * manual/install.texi (--disable-versioning): Remove
24348         documentation.
24349         * INSTALL: Regenerated.
24350         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24351         to [SHARED].
24352         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24353         [$(build-shared) = yes].
24354         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24355         * sysdeps/i386/i686/multiarch/strstr-c.c
24356         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24357         [SHARED && !NO_HIDDEN].
24358         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24359         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24360         * sysdeps/powerpc/powerpc32/dl-machine.c
24361         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24362         * sysdeps/powerpc/powerpc32/sysdep.h
24363         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24364         to [SHARED && PIC && !NO_HIDDEN].
24365         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24366         conditional to [SHARED].
24368 2013-09-04   Will Newton  <will.newton@linaro.org>
24370         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24371         * benchtests/bench-string.h: Include bench-timing.h instead
24372         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24373         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24374         call to HP_TIMING_DIFF_INIT.
24375         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24376         instead of hp-timing.h macros.
24377         * benchtests/bench-memchr.c: Likewise.
24378         * benchtests/bench-memcmp.c: Likewise.
24379         * benchtests/bench-memcpy.c: Likewise.
24380         * benchtests/bench-memmem.c: Likewise.
24381         * benchtests/bench-memmove.c: Likewise.
24382         * benchtests/bench-memset.c: Likewise.
24383         * benchtests/bench-rawmemchr.c: Likewise.
24384         * benchtests/bench-strcasecmp.c: Likewise.
24385         * benchtests/bench-strcasestr.c: Likewise.
24386         * benchtests/bench-strcat.c: Likewise.
24387         * benchtests/bench-strchr.c: Likewise.
24388         * benchtests/bench-strcmp.c: Likewise.
24389         * benchtests/bench-strcpy.c: Likewise.
24390         * benchtests/bench-strcpy_chk.c: Likewise.
24391         * benchtests/bench-strlen.c: Likewise.
24392         * benchtests/bench-strncasecmp.c: Likewise.
24393         * benchtests/bench-strncat.c: Likewise.
24394         * benchtests/bench-strncmp.c: Likewise.
24395         * benchtests/bench-strncpy.c: Likewise.
24396         * benchtests/bench-strnlen.c: Likewise.
24397         * benchtests/bench-strpbrk.c: Likewise.
24398         * benchtests/bench-strrchr.c: Likewise.
24399         * benchtests/bench-strspn.c: Likewise.
24400         * benchtests/bench-strstr.c: Likewise.
24402 2013-09-04  Will Newton  <will.newton@linaro.org>
24404         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24406 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24408         [BZ #15427]
24409         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24410         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24411         * math/libm-test.inc (lgamma_test_data): Add more tests.
24412         * sysdeps/i386/fpu/libm-test-ulps: Update.
24413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24415 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24417         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24418         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24419         Add ifunc.
24420         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24421         Add strcmp-sse2-unaligned
24422         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24424 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24426         * Versions.def (libc): Add GLIBC_2.19.
24428 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24430         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24431         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24433 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24435         [BZ #14155]
24436         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24437         intermediate calculations in recurrence.
24438         (__ieee754_ynf): Likewise.
24439         * math/libm-test.inc (jn_test_data): Do not allow spurious
24440         underflow exception.  Add more tests.
24441         (yn_test_data): Add more tests.
24442         * sysdeps/i386/fpu/libm-test-ulps: Update.
24443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24445 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24447         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24449 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24451         * csu/init-first.c: Fix then/than typos.
24452         * locale/programs/ld-collate.c: Likewise.
24453         * locale/programs/linereader.h: Likewise.
24454         * manual/charset.texi: Likewise.
24455         * manual/filesys.texi: Likewise.
24456         * manual/stdio.texi: Likewise.
24457         * manual/string.texi: Likewise.
24458         * stdlib/fmtmsg.c: Likewise.
24459         * sysdeps/i386/stpncpy.S: Likewise.
24460         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24461         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24462         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24463         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24465 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24467         * elf/dl-open.c: Fix typos.
24468         * iconvdata/gbbig5.c: Likewise.
24469         * iconvdata/iso-2022-jp.c: Likewise.
24470         * iconv/gconv_int.h: Likewise.
24471         * iconv/loop.c: Likewise.
24472         * nis/rpcsvc/nis.h: Likewise.
24473         * resolv/ns_name.c: Likewise.
24474         * stdio-common/vfscanf.c: Likewise.
24475         * streams/stropts.h: Likewise.
24476         * sunrpc/rpc_thread.c: Likewise.
24477         * sysdeps/i386/strpbrk.S: Likewise.
24478         * sysdeps/ieee754/k_standard.c: Likewise.
24479         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24480         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24481         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24482         * sysdeps/mach/hurd/profil.c: Likewise.
24483         * sysdeps/s390/dl-procinfo.h: Likewise.
24484         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24485         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24486         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24487         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24488         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24490 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24492         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24493         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24495 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24497         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24498         aix specific files.
24499         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24500         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24501         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24502         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
24503         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
24504         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
24505         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
24506         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
24508 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24509             Roland McGrath  <roland@hack.frob.com>
24511         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
24512         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
24514 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24516         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
24517         __executable_start symbol instead of _start.
24519 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
24521         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
24522         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
24523         Move macros to...
24524         * sysdeps/gnu/ldsodefs.h: ... this new file.
24526         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24527         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24528         instead of ELFOSABI_LINUX.
24530         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24531         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24532         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24533         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24534         Likewise.
24535         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24536         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24537         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24538         Likewise.
24539         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24540         (ibm_extended_long_double): Add ieee_nan member.
24541         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24542         (do_test): New function.
24544         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24545         TEST_TRUNC.
24546         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24547         functions, renamed from truncdfsf_test, trunctfsf_test,
24548         trunctfdf_test.
24549         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24550         functions.
24551         (do_test): Run all these.
24553 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24555         * argp/argp-help.c: Fix typos.
24556         * argp/argp-parse.c: Likewise.
24557         * debug/backtracesyms.c: Likewise.
24558         * elf/elf.h: Likewise.
24559         * malloc/malloc.c: Likewise.
24560         * nis/nis_print.c: Likewise.
24561         * resolv/res_comp.c: Likewise.
24562         * stdlib/stdlib.h: Likewise.
24563         * sunrpc/clnt_tcp.c: Likewise.
24564         * sunrpc/clnt_udp.c: Likewise.
24565         * sunrpc/clnt_unix.c: Likewise.
24566         * sysdeps/unix/bsd/ptsname.c: Likewise.
24567         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24568         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24570         Likewise.
24571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24572         Likewise.
24573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24574         Likewise.
24575         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24577 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24579         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24580         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24582 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24584         [BZ #15897]
24585         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24586         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24587         ($(objpfx)bug-dl-leaf): New rule.
24588         ($(objpfx)bug-dl-leaf.so): Likewise.
24589         ($(objpfx)bug-dl-leaf.out): Likewise.
24590         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24591         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24592         * dlfcn/bug-dl-leaf.c: New test.
24593         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24594         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24595         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24596         (dlclose): Likewise.
24597         (dlmopen): Likewise.
24599 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24601         * include/netdb.h [!_ISOMAC]:
24602         Don't include <tls.h>.
24603         (h_errno, __libc_h_errno): Move declaration and macros out of
24604         [_LIBC_REENTRANT].
24606         * include/resolv.h [_RESOLV_H_]:
24607         Don't include <tls.h>.
24608         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24609         * resolv/res_libc.c: Don't include <tls.h>.
24610         (_res): Use __attribute__ ((nocommon)) in place of
24611         __attribute__ ((section (".bss"))).
24613         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24614         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24616         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24618         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24619         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24621         * resolv/res_mkquery.c: Include <sys/time.h>.
24623         * inet/ifreq.c: Moved to ...
24624         * sysdeps/unix/ifreq.c: ... here.
24625         * inet/ifreq.c: New file, true stub version.
24627         * socket/sa_len.c: New file.
24628         * socket/Makefile (aux): Add it.
24629         * sysdeps/unix/sysv/linux/Makefile
24630         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24631         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24632         and #include <socket/sa_len.c>.
24633         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24634         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24636         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24637         * bits/socket.h: ... here.
24639         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24640         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24641         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24643 2013-08-27  Andreas Schwab  <schwab@suse.de>
24645         [BZ #15736]
24646         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24647         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24648         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24649         * string/test-strcasecmp.c (test_main): Run tests in several
24650         locales.
24651         * string/test-strncasecmp.c (test_main): Likewise.
24653         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24654         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24655         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24656         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24657         (__strncasecmp_ssse3) [PIC]: Likewise.
24659 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24661         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24663         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24664         instead of explicitly declaring xdecrypt.
24665         * nis/nss_nis/nis-publickey.c: Likewise.
24667 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24669         [BZ #15890]
24670         * nscd/aicache.c: Include res_hconf.h.
24671         (addhstaiX): Initialize res_hconf.
24673 2013-08-26  Andreas Schwab  <schwab@suse.de>
24675         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24676         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24678 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24680         * nscd/aicache.c (addhstaiX): Fix indentation.
24682 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24684         * configure.ac: Quote $build_pt_chown test.
24685         * configure: Regenerated.
24687 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24689         [BZ #15532]
24690         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24691         * math/s_cexpf.c (__cexpf): Likewise.
24692         * math/s_cexpl.c (__cexpl): Likewise.
24693         * math/libm-test.inc (cexp_test_data): Correct expected return
24694         value for NaN + i0.  Add another test.
24696 2013-08-22  David S. Miller  <davem@davemloft.net>
24698         * po/ca.po: Update Catalan translation from translation project.
24699         * po/uk.po: Add Ukrainian translations from translation project.
24701 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24703         [BZ #15797]
24704         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24705         is infinite, not alongside NaN test.
24706         * math/s_fdimf.c (__fdimf): Likewise.
24707         * math/s_fdiml.c (__fdiml): Likewise.
24708         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24709         errno is unchanged.
24711 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24713         * argp/argp-help.c: Fix typos.
24714         * crypt/speeds.c: Likewise.
24715         * csu/check_fds.c: Likewise.
24716         * elf/dl-load.c: Likewise.
24717         * elf/dl-open.c: Likewise.
24718         * elf/reldep3.c: Likewise.
24719         * elf/reldep.c: Likewise.
24720         * elf/sprof.c: Likewise.
24721         * iconv/iconv_charmap.c: Likewise.
24722         * iconv/skeleton.c: Likewise.
24723         * iconv/strtab.c: Likewise.
24724         * io/lockf64.c: Likewise.
24725         * libio/libioP.h: Likewise.
24726         * resolv/gai_notify.c: Likewise.
24727         * resolv/ns_name.c: Likewise.
24728         * resolv/ns_samedomain.c: Likewise.
24729         * resolv/res_send.c: Likewise.
24730         * stdlib/random.c: Likewise.
24731         * sunrpc/rpc/xdr.h: Likewise.
24732         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24733         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24734         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24735         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24736         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24737         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24738         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24739         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24740         * sysdeps/mach/hurd/check_fds.c: Likewise.
24741         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24742         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24743         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24744         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24745         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24746         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24747         * sysdeps/pthread/aio_notify.c: Likewise.
24748         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24749         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24750         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24751         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24752         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24754 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24756         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24757         version if bit_Slow_SSE4_2 is set.
24758         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24759         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24761 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24763         [BZ #15867]
24764         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24765         trampoline stack frame information.
24766         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24767         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24768         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24769         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24770         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24771         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24772         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24773         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24774         sa_flags value.
24775         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24776         interrupting a syscall and set with option SA_SIGINFO.
24778 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24780         [BZ #15531]
24781         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24782         argument is infinite.
24783         * math/s_cprojf.c (__cprojf): Likewise.
24784         * math/s_cprojl.c (__cprojl): Likewise.
24785         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24786         * math/libm-test.inc (cproj_test_data): Add more tests.
24788         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24790         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24791         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24792         size.  Use __ffs to determine corresponding shift.
24794 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24795             Roland McGrath  <roland@hack.frob.com>
24797         * Makefile (INSTALL): Remove trailing blank lines from output of
24798         makeinfo.
24800 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24802         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24803         Align 32 bit compat elf_greg to 8 bytes.
24805 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24807         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24809 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24811         * string/strcoll_l.c (coll_seq): New structure.
24812         (get_next_seq_cached): New function.
24813         (get_next_seq): New function.
24814         (do_compare): New function.
24815         (STRCOLL): Use GNU style definition.  Simplify implementation
24816         by using get_next_seq, get_next_seq_cached and do_compare.
24818 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24820         [BZ #14699]
24821         CVE-2013-4237
24822         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24823         member.
24824         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24825         member.
24826         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24827         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24828         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24829         conditional.
24830         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24831         GETDENTS_64BIT_ALIGNED.
24832         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24833         * manual/filesys.texi (Reading/Closing Directory): Document
24834         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24835         strongly.
24836         * manual/conf.texi (Limits for Files): Add portability note to
24837         NAME_MAX, PATH_MAX.
24838         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24840 2013-08-13  Andreas Schwab  <schwab@suse.de>
24842         [BZ #15749]
24843         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24844         of fabs.
24845         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24846         LDBL_MAX_EXP >= 16384]: Add tests for it.
24848 2013-08-12  David S. Miller  <davem@davemloft.net>
24850         * version.h (RELEASE): Set to "development".
24851         (VERSION): Set to "2.18.90".
24852         * NEWS: Add 2.19 section.
24854 2013-08-03  David S. Miller  <davem@davemloft.net>
24856         * po/ko.po: Update Korean translation from translation project.
24858 2013-08-01  David S. Miller  <davem@davemloft.net>
24860         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24861         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24862         Bilka.
24864 2013-07-30  David S. Miller  <davem@davemloft.net>
24866         * po/fr.po: Update French translation from translation project.
24868 2013-07-28  David S. Miller  <davem@davemloft.net>
24870         * po/cs.po: Update Czech translation from translation project.
24872         * po/sv.po: Update Swedish translation from translation project.
24874 2013-07-27  David S. Miller  <davem@davemloft.net>
24876         * po/eo.po: Update Esperanto translation from translation project.
24878         * po/vi.po: Update Vietnamese translation from translation project.
24880         * po/de.po: Update German translation from translation project.
24882 2013-07-26  David S. Miller  <davem@davemloft.net>
24884         * po/bg.po: Update Bulgarian translation from translation project.
24886         * po/nl.po: Update Dutch translation from translation project.
24887         * po/pl.po: Update Polish translation from translation project.
24888         * po/ru.po: Update Russian translation from translation project.
24890 2013-07-24  David S. Miller  <davem@davemloft.net>
24892         * po/libc.pot: Update.
24894 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24896         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24897         variable page size.
24898         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24899         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24900         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24902 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24904         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24906 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24907             Andreas Schwab  <schwab@suse.de>
24908             Roland McGrath  <roland@hack.frob.com>
24909             Joseph Myers  <joseph@codesourcery.com>
24910             Carlos O'Donell  <carlos@redhat.com>
24912         [BZ #15755]
24913         * config.h.in: Define HAVE_PT_CHOWN.
24914         * config.make.in (build-pt-chown): New variable.
24915         * configure.in (--enable-pt_chown): New configure option.
24916         * configure: Regenerate.
24917         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24918         build-pt-chown is enabled.
24919         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24920         pt_chown to fix pty ownership.
24921         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24922         CLOSE_ALL_FDS.
24923         * manual/install.texi (Configuring and compiling): Mention
24924         --enable-pt_chown. Add @findex for grantpt.
24925         * INSTALL: Regenerate.
24927 2013-07-20  David S. Miller  <davem@davemloft.net>
24929         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24930         difference between 32-bit and 64-bit.
24932 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24934         [BZ #15711]
24935         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24936         Avoid system header dependency with -ffreestanding.
24937         ($(objpfx)bits/syscall%d): Likewise.
24939 2013-07-13  David S. Miller  <davem@davemloft.net>
24941         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24942         underflows from atanl/atan2l due to bug 15319.
24943         (casinh_test_data): Likewise.
24945 2013-07-07  David S. Miller  <davem@davemloft.net>
24947         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24949 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24951         * sysdeps/i386/fpu/libm-test-ulps: Update.
24952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24954 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24956         * configure.in (--enable-lock-elision): Fix message text.
24957         * INSTALL: Regenerate.
24958         * configure: Regenerate.
24960 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24962         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24964 2013-07-03  Andreas Jaeger  <aj@suse.de>
24966         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24967         define.
24968         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24969         (ptrace_peeksiginfo_args): Add.
24970         (__ptrace_peeksiginfo_flags): Add.
24971         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24972         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24973         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24975 2013-07-03  Allan McRae  <allan@archlinux.org>
24977         * sysdeps/i386/fpu/libm-test-ulps: Update.
24979 2013-07-02  David S. Miller  <davem@davemloft.net>
24981         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24983 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24985         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24987 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24989         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24992 2013-07-02  Andi Kleen <ak@linux.intel.com>
24994         * config.h.in (ENABLE_LOCK_ELISION): Add.
24995         * configure.in (--enable-lock-elision): Add option.
24996         * manual/install.texi: Document --enable lock elision.
24997         * configure: Regenerate
24998         * INSTALL: Regenerate.
25000 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25002         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25003         SSE4.2 strcasecmp for libc.a.
25004         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25006 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25008         [BZ #13304]
25009         * soft-fp/op-common.h (_FP_FMA): New macro.
25010         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25011         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25012         (_FP_MUL_MEAT_1_imm): ... here.
25013         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25014         (_FP_MUL_MEAT_1_wide): ... here.
25015         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25016         (_FP_MUL_MEAT_1_hard): ... here.
25017         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25018         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25019         (_FP_MUL_MEAT_2_wide): ... here.
25020         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25021         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25022         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25023         (_FP_MUL_MEAT_2_gmp): ... here.
25024         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25025         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25026         (_FP_MUL_MEAT_4_wide): ... here.
25027         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25028         (_FP_MUL_MEAT_4_gmp): ... here.
25029         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25030         (_FP_WFRACBITS_DW_S): Likewise.
25031         (_FP_WFRACXBITS_DW_S): Likewise.
25032         (_FP_HIGHBIT_DW_S): Likewise.
25033         (FP_FMA_S): Likewise.
25034         (_FP_FRAC_HIGH_DW_S): Likewise.
25035         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25036         (_FP_WFRACBITS_DW_D): Likewise.
25037         (_FP_WFRACXBITS_DW_D): Likewise.
25038         (_FP_HIGHBIT_DW_D): Likewise.
25039         (FP_FMA_D): Likewise.
25040         (_FP_FRAC_HIGH_DW_D): Likewise.
25041         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25042         (_FP_WFRACBITS_DW_E): Likewise.
25043         (_FP_WFRACXBITS_DW_E): Likewise.
25044         (_FP_HIGHBIT_DW_E): Likewise.
25045         (FP_FMA_E): Likewise.
25046         (_FP_FRAC_HIGH_DW_E): Likewise.
25047         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25048         (_FP_WFRACBITS_DW_Q): Likewise.
25049         (_FP_WFRACXBITS_DW_Q): Likewise.
25050         (_FP_HIGHBIT_DW_Q): Likewise.
25051         (FP_FMA_Q): Likewise.
25052         (_FP_FRAC_HIGH_DW_Q): Likewise.
25053         * soft-fp/fmasf4.c: New file.
25054         * soft-fp/fmadf4.c: Likewise.
25055         * soft-fp/fmatf4.c: Likewise.
25057 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25059         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25060         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25061         Silvermont.
25062         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25063         macro.
25064         (index_Slow_SSE4_2): Likewise.
25065         (index_Prefer_PMINUB_for_stringop): Likewise.
25066         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25067         bit_Slow_SSE4_2 is set.
25068         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25069         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25071 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25073         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25074         rtld_global._dl_hwcap2.
25075         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25076         POWER8.
25077         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25078         POWER8 feature descriptions defined in _dl_hwcap2.
25079         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25080         string handling for POWER8 feature bits.
25081         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25082         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25083         _dl_powerpc_cap_flags.
25084         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25085         * sysdeps/powerpc/rtld-global-offsets.sym
25086         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25087         _dl_hwcap2 in the rtld_global_ro structure.
25089 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25091         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25092         hardware capabilities in support of AT_HWCAP2.
25093         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25094         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25095         GLRO(dl_hwcap2).
25096         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25097         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25098         explicitly the unknown a_type display mechanism is used.
25099         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25100         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25101         struct member.
25102         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25103         to macro prototype for AT_HWCAP2 support.
25104         * sysdeps/i386/dl-procinfo.h: Likewise.
25105         * sysdeps/s390/dl-procinfo.h: Likewise.
25106         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25107         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25108         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25109         return -1 for unknown a_type display fallback.
25110         * sysdeps/sparc/dl-procinfo.h: Likewise.
25111         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25112         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25114 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25116         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25117         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25119 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25121         [BZ #12492]
25122         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25123         mprotect making __stack_prot writable.
25125 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25126             Joseph Myers  <joseph@codesourcery.com>
25128         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25129         as being properly aligned.
25131 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25133         * dlfcn/modstatic5.c: New file.
25134         * dlfcn/tststatic5.c: New file.
25135         * dlfcn/Makefile (tests): Add tststatic5.
25136         (tests-static): Likewise.
25137         (modules-names): Add modstatic5.
25138         (tststatic5-ENV): New variable.
25139         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25141         [BZ #15022]
25142         * elf/dl-support.c (_dl_main_map): New variable.
25143         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25144         (_dl_nns, _dl_load_adds): Set to 1.
25145         (_dl_initial_searchlist): Refer to _dl_main_map.
25146         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25147         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25148         call to _dl_get_origin.
25149         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25150         around call_map.
25151         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25152         * dlfcn/modstatic3.c: New file.
25153         * dlfcn/tststatic3.c: New file.
25154         * dlfcn/tststatic4.c: New file.
25155         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25156         (tests-static): Likewise.
25157         (modules-names): Add modstatic3.
25158         (tststatic3-ENV, tststatic4-ENV): New variables.
25159         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25160         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25162 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25164         * configure.in (CC): Require GCC version 4.4 or later.
25165         * configure: Regenerated.
25166         * manual/install.texi (Tools for Compilation): Update GCC version
25167         requirement.
25168         * INSTALL: Regenerated.
25170 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25172         [BZ #15674]
25173         * string/test-memcmp.c (check2): New.
25174         (main): Call check2.
25176         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25178 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25180         [BZ #15022]
25181         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25182         over to...
25183         (dl_open_worker) [!SHARED]: ... here.
25185 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25187         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25189 2013-06-25  Richard Henderson  <rth@redhat.com>
25191         * locale/programs/locarchive.c: Include <libc-internal.h>
25193 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25195         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25196         trailing whitespace removed.
25198 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25200         [BZ #10283]
25201         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25202         * locale/programs/locarchive.c: Include libc-mmap.h.
25203         (prepare_address_space): Take two new outputs (the mmap base and len).
25204         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25205         values.
25206         (create_archive): Declare new mmap base and len values for
25207         prepare_address_space, and store the result in ah.
25208         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25209         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25210         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25211         Declare new mmap base and len values for
25212         prepare_address_space, and store the result in new_ah.
25213         (open_archive): Declare new mmap base and len values for
25214         prepare_address_space, and store the result in ah.
25215         (close_archive): If ah->mmap_base is not NULL, use that and
25216         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25217         * sysdeps/generic/libc-mmap.h: New file.
25219 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25221         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25222         (ALIGN_UP): Likewise.
25223         (PTR_ALIGN_DOWN): Likewise.
25224         (PTR_ALIGN_UP): Likewise.
25226 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25228         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25229         entry mapped to PPC_PLATFORM_POWER8.
25230         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25231         POWER8.
25232         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25233         (_dl_string_platform): Add case for exporting platform position for
25234         POWER8.
25235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25236         search path to sysdeps/powerpc/powerpc32/power8 directory.
25237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25238         search path to sysdeps/powerpc/powerpc64/power8 directory.
25239         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25240         power7 directories.
25241         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25242         power7 directories.
25244 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25246         * INSTALL: Regenerate.
25248         * nscd/connections.c (nscd_init): Fix comment.
25250 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25252         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25254         [BZ #15667]
25255         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25256         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25258 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25260         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25261         DL_DST_REQ_STATIC.
25262         (DL_DST_REQ_STATIC): Remove macro.
25264 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25266         [BZ #7006]
25267         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25268         with a shift of 0 bits.
25270 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25272         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25273         $(tststatic-ENV).
25275 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25277         [BZ #15655]
25278         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25280 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25282         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25283         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25284         accepts -fno-tree-loop-distribute-patterns.
25285         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25286         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25287         recursive call.
25288         * string/memset.c (memset): Likewise.
25289         * string/test-memmove.c (simple_memmove): Disable loop transformation
25290         to library calls.
25291         * string/test-memset.c (simple_memset): Likewise.
25292         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25293         * benchtests/bench-memset.c (simple_memset): Likewise.
25294         * configure: Regenerated.
25296 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25298         * math/test-misc.c (main): Ignore fesetround failure when failures
25299         of subsequent rounding tests would be ignored.
25301         [BZ #15654]
25302         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25303         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25304         * math/fegetenv.c (__fegetenv): Return 0.
25305         * math/fegetexcept.c (fegetexcept): Return 0.
25306         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25307         FE_TONEAREST.
25308         * math/feholdexcpt.c (feholdexcept): Return 0.
25309         * math/fesetenv.c (__fesetenv): Return 0.
25310         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25311         argument FE_TONEAREST.
25312         * math/feupdateenv.c (__feupdateenv): Return 0.
25313         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25315 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25317         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25318         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25319         ($(objpfx)rtld-%.os rules): Use them.
25321 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25323         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25324         fields.
25326 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25328         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25329         length of target pattern, then descending length of dependency pattern.
25330         * configure.in (AWK): Require gawk 3.1.2 or newer.
25331         * manual/install.texi (Tools for Compilation): Say that we do.
25332         * configure: Regenerated.
25334         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25335         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25336         * scripts/sysd-rules.awk: ... this new script.
25337         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25338         than a glob-style pattern.
25340 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25342         * math/test-misc.c (main): Do not treat incorrectly rounded
25343         conversions as failure unless ROUNDING_TESTS passes.
25345 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25347         [BZ #15631]
25348         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25349         restore exception state around main square root computation, then
25350         check for inexactness explicitly.
25352         * math/libm-test.inc (fma_test_data): Add another test.
25354 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25356         * manual/threads.texi (Non-POSIX Extensions): New document
25357         node.  Document pthread_getattr_default_np and
25358         pthread_setattr_default_np.
25360         * Versions.def (libpthread): Add GLIBC_2.18.
25361         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25363         Likewise.
25364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25365         Likewise.
25366         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25367         Likewise.
25368         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25369         Likewise.
25370         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25371         Likewise.
25372         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25373         Likewise.
25374         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25375         Likewise.
25376         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25377         Likewise.
25378         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25379         Likewise.
25381 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25383         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25384         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25386 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25387             H.J. Lu  <hjl.tools@gmail.com>
25389         [BZ #15627]
25390         * sysdeps/x86_64/rtld-memset.c: Remove file.
25391         * sysdeps/x86_64/rtld-memset.S: New file.
25393 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25395         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25396         (test_in_one_mode): Take arguments for whether the rounding mode
25397         is supported for each floating-point type.
25398         (do_test): Pass new arguments to test_in_one_mode using
25399         ROUNDING_TESTS.
25401 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25403         * posix/tst-waitid.c (do_test): Distinguish different instances of
25404         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25405         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25406         before entering the kernel for waitpid.
25408 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25410         * NEWS: Fix note on clock function precision.  Text by Roland
25411         McGrath.
25413 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25415         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25416         it into place only when and if the sanity check passes.
25418 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25420         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25421         output for whether conversion result is exact.  Take argument
25422         indicating whether type is IBM long double.
25423         (round_for_all): Change need_exact field to ibm_ld.
25424         * stdlib/tst-strtod-round.c (struct exactness): New type.
25425         (struct test): Change bool ld_ok field to struct exactness exact.
25426         (TEST): Update all definitions for change to field.
25427         (tests): Regenerate array contents.
25428         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25429         field value.  Check for IBM long double here.
25430         (do_test): Update calls to test_in_one_mode.
25432 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25434         [BZ #12515]
25435         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25436         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25438 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25440         [BZ #15605]
25441         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25442         generated by the compiler on loop optimizations.
25443         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25444         general definitions.
25446 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25448         * math/bug-nextafter.c: Include <math-tests.h>.
25449         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25450         the relevant type.
25451         * math/bug-nexttoward.c: Include <math-tests.h>.
25452         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25453         the relevant type.
25454         * math/test-misc.c: Include <math-tests.h>.
25455         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25456         the relevant type.
25458 2013-06-12  Andreas Jaeger  <aj@suse.de>
25460         * po/ia.po: Update Interlingua translation from translation
25461         project.
25463 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25465         * include/fenv.h: Include stdbool.h.
25466         (struct rm_ctx): New structure.
25467         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25468         Define macro.
25469         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25470         (SET_RESTORE_ROUNDF): Likewise.
25471         (SET_RESTORE_ROUNDL): Likewise.
25472         (SET_RESTORE_ROUND_NOEX): Likewise.
25473         (SET_RESTORE_ROUND_NOEXF): Likewise.
25474         (SET_RESTORE_ROUND_NOEXL): Likewise.
25475         (SET_RESTORE_ROUND_53BIT): Likewise.
25476         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25477         (libc_feresetround_noexf_ctx): Likewise.
25478         (libc_feresetround_noexl_ctx): Likewise.
25479         (libc_feholdsetround_53bit_ctx): Likewise.
25480         (libc_feresetround_53bit_ctx): Likewise.
25481         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25482         (libc_feholdexcept_setround_sse_ctx): New function.
25483         (libc_fesetenv_sse_ctx): Likewise.
25484         (libc_feupdateenv_sse_ctx): Likewise.
25485         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25486         (libc_feholdexcept_setround_387_ctx): Likewise.
25487         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25488         (libc_feholdsetround_387_prec_ctx): Likewise.
25489         (libc_feholdsetround_387_ctx): Likewise.
25490         (libc_feholdsetround_387_53bit_ctx): Likewise.
25491         (libc_feholdsetround_sse_ctx): Likewise.
25492         (libc_feresetround_sse_ctx): Likewise.
25493         (libc_feresetround_387_ctx): Likewise.
25494         (libc_feupdateenv_387_ctx): Likewise.
25495         (libc_feholdexcept_setroundf_ctx): Define macro.
25496         (libc_fesetenvf_ctx): Likewise.
25497         (libc_feupdateenvf_ctx): Likewise.
25498         (libc_feholdsetroundf_ctx): Likewise.
25499         (libc_feresetroundf_ctx): Likewise.
25500         (libc_feholdexcept_setround_ctx): Likewise.
25501         (libc_fesetenv_ctx): Likewise.
25502         (libc_feupdateenv_ctx): Likewise.
25503         (libc_feholdsetround_ctx): Likewise.
25504         (libc_feresetround_ctx): Likewise.
25505         (libc_feholdexcept_setroundl_ctx): Likewise.
25506         (libc_feupdateenvl_ctx): Likewise.
25507         (libc_feholdsetroundl_ctx): Likewise.
25508         (libc_feresetroundl_ctx): Likewise.
25509         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
25510         (libc_feresetround_53bit_ctx): Likewise.
25512 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25514         * locale/iso-639.def: Convert to UTF-8.
25516 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
25518         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
25519         (EXCEPTION_TESTS_double): Likewise.
25520         (EXCEPTION_TESTS_long_double): Likewise.
25521         (EXCEPTION_TESTS): Likewise.
25522         * math/libm-test.inc (test_exceptions): Only test exceptions if
25523         EXCEPTION_TESTS (FLOAT).
25525 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25527         * benchtests/Makefile (string-bench): Add strcpy_chk and
25528         stpcpy_chk.
25529         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25530         * benchtests/bench-stpcpy_chk.c: New file.
25531         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25532         * benchtests/bench-strcpy_chk.c: New file.
25533         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25534         code.
25535         (do_test): Likewise.
25537 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25539         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25540         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25541         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25542         with tabs where appropriate.
25543         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25544         dl-procinfo.h.
25545         [PPC_PLATFORM_PPC440]: Likewise.
25546         [PPC_PLATFORM_PPC464]: Likewise.
25547         [PPC_PLATFORM_PPC476]: Likewise.
25548         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25549         ppc464, and ppc476 platform strings merging from ports/
25550         dl-procinfo.h.
25552 2013-06-11  Andreas Schwab  <schwab@suse.de>
25554         [BZ #14991]
25555         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25556         (from_ucs4_idx): Regenerate.
25557         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25558         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25559         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25560         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25561         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25562         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25563         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25564         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25565         from FROM_LOOP and TO_LOOP specific macros.
25566         (BODY): Handle combining characters.
25567         * iconvdata/BIG5HKSCS.irreversible: Update.
25568         * iconvdata/BIG5HKSCS.precomposed: New file.
25569         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25570         characters.
25571         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25573 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25575         * include/sys/time.h: Fix indentation and add copyright header.
25577         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25578         (do_test): Likewise.
25579         * string/test-memchr.c (do_one_test): Likewise.
25580         (do_test): Likewise.
25581         * string/test-memcmp.c (do_one_test): Likewise.
25582         (do_test): Likewise.
25583         * string/test-memcpy.c (do_one_test): Likewise.
25584         (do_test): Likewise.
25585         * string/test-memmem.c (do_one_test): Likewise.
25586         (do_test): Likewise.
25587         (do_random_tests): Likewise.
25588         * string/test-memmove.c (do_one_test): Likewise.
25589         (do_test): Likewise.
25590         * string/test-memset.c (do_one_test): Likewise.
25591         (do_test): Likewise.
25592         * string/test-rawmemchr.c (do_one_test): Likewise.
25593         (do_test): Likewise.
25594         * string/test-strcasecmp.c (do_one_test): Likewise.
25595         (do_test): Likewise.
25596         * string/test-strcasestr.c (do_one_test): Likewise.
25597         (do_test): Likewise.
25598         * string/test-strcat.c (do_one_test): Likewise.
25599         (do_test): Likewise.
25600         * string/test-strchr.c (do_one_test): Likewise.
25601         (do_test): Likewise.
25602         * string/test-strcmp.c (do_one_test): Likewise.
25603         (do_test): Likewise.
25604         * string/test-strcpy.c (do_one_test): Likewise.
25605         (do_test): Likewise.
25606         * string/test-string.h: Likewise.
25607         (test_init): Likewise.
25608         * string/test-strlen.c (do_one_test): Likewise.
25609         (do_test): Likewise.
25610         * string/test-strncasecmp.c (do_one_test): Likewise.
25611         (do_test): Likewise.
25612         * string/test-strncat.c (do_one_test): Likewise.
25613         (do_test): Likewise.
25614         * string/test-strncmp.c (do_one_test): Likewise.
25615         (do_test_limit): Likewise.
25616         (do_test): Likewise.
25617         * string/test-strncpy.c (do_one_test): Likewise.
25618         (do_test): Likewise.
25619         * string/test-strnlen.c (do_one_test): Likewise.
25620         (do_test): Likewise.
25621         * string/test-strpbrk.c (do_one_test): Likewise.
25622         (do_test): Likewise.
25623         * string/test-strrchr.c (do_one_test): Likewise.
25624         (do_test): Likewise.
25625         * string/test-strspn.c (do_one_test): Likewise.
25626         (do_test): Likewise.
25627         * string/test-strstr.c (do_one_test): Likewise.
25628         (do_test): Likewise.
25630         * benchtests/Makefile (string-bench): Add string benchmarks.
25631         * benchtests/bench-bcopy-ifunc.c: New file.
25632         * benchtests/bench-bcopy.c: New file.
25633         * benchtests/bench-bzero-ifunc.c: New file.
25634         * benchtests/bench-bzero.c: New file.
25635         * benchtests/bench-memccpy-ifunc.c: New file.
25636         * benchtests/bench-memccpy.c: New file.
25637         * benchtests/bench-memchr-ifunc.c: New file.
25638         * benchtests/bench-memchr.c: New file.
25639         * benchtests/bench-memcmp-ifunc.c: New file.
25640         * benchtests/bench-memcmp.c: New file.
25641         * benchtests/bench-memmem-ifunc.c: New file.
25642         * benchtests/bench-memmem.c: New file.
25643         * benchtests/bench-memmove-ifunc.c: New file.
25644         * benchtests/bench-memmove.c: New file.
25645         * benchtests/bench-mempcpy-ifunc.c: New file.
25646         * benchtests/bench-mempcpy.c: New file.
25647         * benchtests/bench-memset-ifunc.c: New file.
25648         * benchtests/bench-memset.c: New file.
25649         * benchtests/bench-rawmemchr-ifunc.c: New file.
25650         * benchtests/bench-rawmemchr.c: New file.
25651         * benchtests/bench-stpcpy-ifunc.c: New file.
25652         * benchtests/bench-stpcpy.c: New file.
25653         * benchtests/bench-stpncpy-ifunc.c: New file.
25654         * benchtests/bench-stpncpy.c: New file.
25655         * benchtests/bench-strcasecmp-ifunc.c: New file.
25656         * benchtests/bench-strcasecmp.c: New file.
25657         * benchtests/bench-strcasestr-ifunc.c: New file.
25658         * benchtests/bench-strcasestr.c: New file.
25659         * benchtests/bench-strcat-ifunc.c: New file.
25660         * benchtests/bench-strcat.c: New file.
25661         * benchtests/bench-strchr-ifunc.c: New file.
25662         * benchtests/bench-strchr.c: New file.
25663         * benchtests/bench-strchrnul-ifunc.c: New file.
25664         * benchtests/bench-strchrnul.c: New file.
25665         * benchtests/bench-strcmp-ifunc.c: New file.
25666         * benchtests/bench-strcmp.c: New file.
25667         * benchtests/bench-strcpy-ifunc.c: New file.
25668         * benchtests/bench-strcpy.c: New file.
25669         * benchtests/bench-strcspn-ifunc.c: New file.
25670         * benchtests/bench-strcspn.c: New file.
25671         * benchtests/bench-strlen-ifunc.c: New file.
25672         * benchtests/bench-strlen.c: New file.
25673         * benchtests/bench-strncasecmp-ifunc.c: New file.
25674         * benchtests/bench-strncasecmp.c: New file.
25675         * benchtests/bench-strncat-ifunc.c: New file.
25676         * benchtests/bench-strncat.c: New file.
25677         * benchtests/bench-strncmp-ifunc.c: New file.
25678         * benchtests/bench-strncmp.c: New file.
25679         * benchtests/bench-strncpy-ifunc.c: New file.
25680         * benchtests/bench-strncpy.c: New file.
25681         * benchtests/bench-strnlen-ifunc.c: New file.
25682         * benchtests/bench-strnlen.c: New file.
25683         * benchtests/bench-strpbrk-ifunc.c: New file.
25684         * benchtests/bench-strpbrk.c: New file.
25685         * benchtests/bench-strrchr-ifunc.c: New file.
25686         * benchtests/bench-strrchr.c: New file.
25687         * benchtests/bench-strspn-ifunc.c: New file.
25688         * benchtests/bench-strspn.c: New file.
25689         * benchtests/bench-strstr-ifunc.c: New file.
25690         * benchtests/bench-strstr.c: New file.
25692         * benchtests/Makefile: Disable parallel execution of targets.
25693         (string-bench): Add memcpy.
25694         (benchset): New variable to store a list of benchmark sets.
25695         (bench-func): Renamed from bench.
25696         (bench-set): New target.
25697         (bench): Depend on bench-func and bench-set.
25698         * benchtests/README: Add section on benchmark sets.
25699         * benchtests/bench-memcpy-ifunc.c: New file.
25700         * benchtests/bench-memcpy.c: New file.
25701         * benchtests/bench-string.h: New file.
25703 2013-06-11  Andreas Schwab  <schwab@suse.de>
25705         [BZ #15577]
25706         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25707         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25708         values in the triple.
25709         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25710         terminator in the group key.
25712 2013-06-11  Andreas Jaeger  <aj@suse.de>
25714         * po/zh_TW.po: Update Chinese (traditional) translation from
25715         translation project.
25717 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25719         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25720         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25721         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25722         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25723         (clock_getcpuclockid): Likewise.
25724         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25725         Add weak_alias and libc_hidden_def.
25726         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25727         * rt/clock_gettime.c (clock_gettime): Rename to
25728         __clock_gettime.  Add weak_alias and libc_hidden_def.
25729         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25730         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25731         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25732         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25733         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25734         Likewise.
25735         * rt/clock_settime.c (clock_settime): Rename to
25736         __clock_settime.  Add weak_alias and libc_hidden_def.
25737         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25739 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25741         * mach/err_boot.sub: Remove trailing whitespace.
25742         * mach/err_ipc.sub: Likewise.
25743         * mach/err_mach.sub: Likewise.
25745         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25746         (ROUNDING_TESTS_double): Likewise.
25747         (ROUNDING_TESTS_long_double): Likewise.
25748         (ROUNDING_TESTS): Likewise.
25749         * math/libm-test.inc: Include <math-tests.h>.
25750         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25751         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25752         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25753         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25755 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25757         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25758         of assigning.
25760 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25762         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25763         otherwise empty TRANS lines.
25764         * sysdeps/gnu/errlist.c: Regenerated.
25766         * catgets/gencat.c (error_print): Use (void) in function
25767         definition.
25768         * crypt/crypt_util.c (__init_des): Likewise.
25769         * crypt/speeds.c (Stop): Likewise.
25770         (main): Likewise.
25771         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25772         * inet/ruserpass.c (token): Likewise.
25773         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25774         * intl/localealias.c (extend_alias_table): Likewise.
25775         * intl/plural-exp.c (init_germanic_plural): Likewise.
25776         * libio/fcloseall.c (__fcloseall): Likewise.
25777         * libio/genops.c (_IO_flush_all): Likewise.
25778         (_IO_flush_all_linebuffered): Likewise.
25779         (_IO_cleanup): Likewise.
25780         (_IO_iter_begin): Likewise.
25781         (_IO_iter_end): Likewise.
25782         (_IO_list_lock): Likewise.
25783         (_IO_list_unlock): Likewise.
25784         (_IO_list_resetlock): Likewise.
25785         * libio/getchar.c (getchar): Likewise.
25786         * libio/getchar_u.c (getchar_unlocked): Likewise.
25787         * libio/getwchar.c (getwchar): Likewise.
25788         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25789         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25790         * login/getpt.c (__getpt): Likewise.
25791         * login/tst-utmp.c (main): Likewise.
25792         * malloc/hooks.c (__malloc_check_init): Likewise.
25793         * malloc/malloc.c (__malloc_stats): Likewise.
25794         * malloc/mtrace.c (tr_break): Likewise.
25795         (mtrace): Likewise.
25796         (muntrace): Likewise.
25797         * misc/fstab.c (endfsent): Likewise.
25798         * misc/getclktck.c (__getclktck): Likewise.
25799         * misc/getdtsz.c (__getdtablesize): Likewise.
25800         * misc/gethostid.c (gethostid): Likewise.
25801         * misc/getpagesize.c (__getpagesize): Likewise.
25802         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25803         (__get_nprocs): Likewise.
25804         (__get_phys_pages): Likewise.
25805         (__get_avphys_pages): Likewise.
25806         * misc/getttyent.c (getttyent): Likewise.
25807         (setttyent): Likewise.
25808         (endttyent): Likewise.
25809         * misc/getusershell.c (getusershell): Likewise.
25810         (endusershell): Likewise.
25811         (setusershell): Likewise.
25812         (initshells): Likewise.
25813         * misc/hsearch.c (__hdestroy): Likewise.
25814         * misc/sync.c (sync): Likewise.
25815         * misc/syslog.c (closelog_internal): Likewise.
25816         (closelog): Likewise.
25817         * misc/ttyslot.c (ttyslot): Likewise.
25818         * misc/vhangup.c (vhangup): Likewise.
25819         * posix/fork.c (__fork): Likewise.
25820         * posix/getegid.c (__getegid): Likewise.
25821         * posix/geteuid.c (__geteuid): Likewise.
25822         * posix/getgid.c (__getgid): Likewise.
25823         * posix/getpid.c (__getpid): Likewise.
25824         * posix/getppid.c (__getppid): Likewise.
25825         * posix/getuid.c (__getuid): Likewise.
25826         * posix/pause.c (pause): Likewise.
25827         * posix/setpgrp.c (setpgrp): Likewise.
25828         * posix/setsid.c (__setsid): Likewise.
25829         * posix/test-vfork.c (noop): Likewise.
25830         * resolv/gethnamaddr.c (_endhtent): Likewise.
25831         (_gethtent): Likewise.
25832         (ht_endhostent): Likewise.
25833         (gethostent): Likewise.
25834         (dns_service): Likewise.
25835         * stdlib/drand48.c (drand48): Likewise.
25836         * stdlib/lrand48.c (lrand48): Likewise.
25837         * stdlib/mrand48.c (mrand48): Likewise.
25838         * stdlib/rand.c (rand): Likewise.
25839         * stdlib/random.c (__random): Likewise.
25840         * stdlib/setenv.c (clearenv): Likewise.
25841         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25842         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25843         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25844         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25845         (__get_nprocs): Likewise.
25846         (__get_phys_pages): Likewise.
25847         (__get_avphys_pages): Likewise.
25848         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25849         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25850         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25851         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25852         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25853         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25854         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25855         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25856         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25857         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25858         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25859         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25860         * sysdeps/posix/clock.c (clock): Likewise.
25861         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25862         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25863         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25864         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25865         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25866         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25867         (__get_nprocs_conf): Likewise.
25868         (__get_phys_pages): Likewise.
25869         (__get_avphys_pages): Likewise.
25870         * time/clock.c (clock): Likewise.
25871         * time/tzset.c (__tzname_max): Likewise.
25873 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25875         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25876         (__bswap_32): Do not use "register".
25877         * crypt/crypt.c (_ufc_doit_r): Likewise.
25878         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25879         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25880         * gmon/gmon.c (__monstartup): Likewise.
25881         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25882         * hurd/hurdmalloc.c (more_memory): Likewise.
25883         (malloc): Likewise.
25884         (free): Likewise.
25885         (realloc): Likewise.
25886         (malloc_fork_prepare): Likewise.
25887         (malloc_fork_parent): Likewise.
25888         (malloc_fork_child): Likewise.
25889         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25890         (_svcauth_des): Likewise.
25891         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25892         * inet/inet_net.c (inet_network): Likewise.
25893         * inet/inet_netof.c (inet_netof): Likewise.
25894         * inet/rcmd.c (__validuser2_sa): Likewise.
25895         * io/fts.c (fts_open): Likewise.
25896         (fts_load): Likewise.
25897         (fts_close): Likewise.
25898         (fts_read): Likewise.
25899         (fts_children): Likewise.
25900         (fts_build): Likewise.
25901         (fts_stat): Likewise.
25902         (fts_sort): Likewise.
25903         (fts_alloc): Likewise.
25904         (fts_lfree): Likewise.
25905         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25906         (_IO_file_xsgetn): Likewise.
25907         (_IO_file_xsgetn_mmap): Likewise.
25908         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25909         (_IO_cookie_write): Likewise.
25910         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25911         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25912         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25913         * malloc/obstack.c (_obstack_begin): Likewise.
25914         (_obstack_begin_1): Likewise.
25915         (_obstack_newchunk): Likewise.
25916         (_obstack_allocated_p): Likewise.
25917         (obstack_free): Likewise.
25918         (_obstack_memory_used): Likewise.
25919         * misc/getttyent.c (getttynam): Likewise.
25920         (getttyent): Likewise.
25921         (skip): Likewise.
25922         (value): Likewise.
25923         * misc/getusershell.c (initshells): Likewise.
25924         * misc/syslog.c (__vsyslog_chk): Likewise.
25925         * misc/ttyslot.c (ttyslot): Likewise.
25926         * nis/nis_hash.c (__nis_hash): Likewise.
25927         * posix/fnmatch_loop.c (FCT): Likewise.
25928         * posix/getconf.c (print_all): Likewise.
25929         (main): Likewise.
25930         * posix/getopt.c (exchange): Likewise.
25931         * posix/glob.c (globfree): Likewise.
25932         (prefix_array): Likewise.
25933         (__glob_pattern_type): Likewise.
25934         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25935         (NS_GET32): Likewise.
25936         (NS_PUT16): Likewise.
25937         (NS_PUT32): Likewise.
25938         * resolv/gethnamaddr.c (getanswer): Likewise.
25939         (gethostbyname2): Likewise.
25940         (gethostbyaddr): Likewise.
25941         (_gethtent): Likewise.
25942         (_gethtbyname2): Likewise.
25943         (_gethtbyaddr): Likewise.
25944         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25945         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25946         * resolv/res_init.c (__res_vinit): Likewise.
25947         (net_mask): Likewise.
25948         * resolv/res_mkquery.c (outchar): Likewise.
25949         (PRINT): Likewise.
25950         * stdio-common/printf_fp.c (outchar): Likewise.
25951         (PRINT): Likewise.
25952         * stdio-common/printf_fphex.c (outchar): Likewise.
25953         (PRINT): Likewise.
25954         * stdio-common/printf_size.c (outchar): Likewise.
25955         (PRINT): Likewise.
25956         * stdio-common/test_rdwr.c (main): Likewise.
25957         * stdio-common/tfformat.c (matches): Likewise.
25958         * stdio-common/vfprintf.c (outchar): Likewise.
25959         (printf_unknown): Likewise.
25960         (buffered_vfprintf): Likewise.
25961         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25962         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25963         (ReadFile): Likewise.
25964         * stdlib/qsort.c (SWAP): Likewise.
25965         (_quicksort): Likewise.
25966         * stdlib/setenv.c (__add_to_environ): Likewise.
25967         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25968         * stdlib/strtol_l.c (__strtol_l): Likewise.
25969         * stdlib/tst-strtod.c (main): Likewise.
25970         * stdlib/tst-strtol.c (main): Likewise.
25971         * stdlib/tst-strtoll.c (main): Likewise.
25972         * string/bits/string2.h (__strcmp_cc): Likewise.
25973         (__strcmp_cg): Likewise.
25974         (__strcspn_c1): Likewise.
25975         (__strcspn_c2): Likewise.
25976         (__strcspn_c3): Likewise.
25977         (__strspn_c1): Likewise.
25978         (__strspn_c2): Likewise.
25979         (__strspn_c3): Likewise.
25980         (__strsep_1c): Likewise.
25981         (__strsep_2c): Likewise.
25982         (__strsep_3c): Likewise.
25983         * string/memccpy.c (__memccpy): Likewise.
25984         * string/stpcpy.c (__stpcpy): Likewise.
25985         * string/strcmp.c (strcmp): Likewise.
25986         * string/strrchr.c (strrchr): Likewise.
25987         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25988         Likewise.
25989         * sysdeps/mach/hurd/getcwd.c
25990         (_hurd_canonicalize_directory_name_internal): Likewise.
25991         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25992         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25993         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25994         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25995         Likewise, in both definitions.
25996         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25997         definitions.
25998         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25999         64] (__bswap_64): Likewise.
26000         * time/test_time.c (main): Likewise.
26001         * time/tzfile.c (__tzfile_read): Likewise.
26002         (__tzfile_compute): Likewise.
26003         * time/tzset.c (__tzset_parse_tz): Likewise.
26004         (tzset_internal): Likewise.
26005         (compute_change): Likewise.
26006         * wcsmbs/wcscat.c (__wcscat): Likewise.
26007         * wcsmbs/wcschr.c (wcschr): Likewise.
26008         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26009         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26010         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26011         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26012         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26013         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26014         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26015         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26016         * wcsmbs/wmemset.c (wmemset): Likewise.
26018 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26020         * scripts/config.guess: Update to version 2013-05-16.
26021         * scripts/config.sub: Update to version 2013-04-24.
26022         * scripts/install-sh: Update to version 2011-11-20.07.
26023         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26024         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26026 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26028         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26029         * elf/sln.c: Likewise.
26030         * hurd/hurd/ioctl.h: Likewise.
26031         * hurd/hurdmalloc.c: Likewise.
26032         * hurd/xattr.c: Likewise.
26033         * include/shlib-compat.h: Likewise.
26034         * inet/ruserpass.c: Likewise.
26035         * libio/iofgets_u.c: Likewise.
26036         * libio/iofgetws_u.c: Likewise.
26037         * locale/programs/ld-identification.c: Likewise.
26038         * locale/programs/ld-time.c: Likewise.
26039         * mach/msg-destroy.c: Likewise.
26040         * nss/nss_files/files-netgrp.c: Likewise.
26041         * resolv/res_data.c: Likewise.
26042         * soft-fp/op-1.h: Likewise.
26043         * soft-fp/op-2.h: Likewise.
26044         * soft-fp/op-4.h: Likewise.
26045         * soft-fp/op-common.h: Likewise.
26046         * stdio-common/printf_fphex.c: Likewise.
26047         * stdlib/strtod_l.c: Likewise.
26048         * sunrpc/rpc/clnt.h: Likewise.
26049         * sysdeps/generic/framestate.c: Likewise.
26050         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26051         * sysdeps/i386/bsd-setjmp.S: Likewise.
26052         * sysdeps/i386/__longjmp.S: Likewise.
26053         * sysdeps/i386/setjmp.S: Likewise.
26054         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26055         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26056         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26057         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26058         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26059         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26060         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26061         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26062         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26063         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26064         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26065         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26066         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26067         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26068         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26069         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26070         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26071         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26072         * sysdeps/ieee754/support.c: Likewise.
26073         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26074         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26075         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26076         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26077         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26078         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26079         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26080         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26081         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26082         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26083         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26084         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26085         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26086         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26087         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26088         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26089         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26092 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26094         * posix/transbug.c: Remove executable mode.
26096 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26098         * crypt/speeds.c: Remove trailing whitespace.
26099         * dlfcn/default.c: Likewise.
26100         * elf/ifuncdep2.c: Likewise.
26101         * elf/ifuncmain1.c: Likewise.
26102         * elf/ifuncmain1vis.c: Likewise.
26103         * elf/testobj.h: Likewise.
26104         * elf/tst-stackguard1.c: Likewise.
26105         * gmon/sys/gmon.h: Likewise.
26106         * hurd/hurdmsg.c: Likewise.
26107         * hurd/new-fd.c: Likewise.
26108         * hurd/ports-get.c: Likewise.
26109         * iconvdata/ibm1008_420.c: Likewise.
26110         * inet/tst-getni1.c: Likewise.
26111         * inet/tst-getni2.c: Likewise.
26112         * libio/ioungetc.c: Likewise.
26113         * libio/wfiledoalloc.c: Likewise.
26114         * manual/libm-err-tab.pl: Likewise.
26115         * math/w_dremf.c: Likewise.
26116         * misc/ftruncate.c: Likewise.
26117         * posix/bug-glob2.c: Likewise.
26118         * posix/tst-pcre.c: Likewise.
26119         * posix/wait4.c: Likewise.
26120         * resolv/README: Likewise.
26121         * resolv/res_debug.h: Likewise.
26122         * resolv/tst-inet_ntop.c: Likewise.
26123         * setjmp/bug269-setjmp.c: Likewise.
26124         * soft-fp/extended.h: Likewise.
26125         * soft-fp/op-1.h: Likewise.
26126         * soft-fp/op-2.h: Likewise.
26127         * soft-fp/op-4.h: Likewise.
26128         * soft-fp/op-8.h: Likewise.
26129         * soft-fp/testit.c: Likewise.
26130         * stdio-common/bug16.c: Likewise.
26131         * stdlib/random.c: Likewise.
26132         * sunrpc/rpcsvc/rquota.x: Likewise.
26133         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26134         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26135         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26136         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26137         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26138         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26139         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26140         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26141         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26142         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26143         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26144         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26145         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26146         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26147         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26148         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26149         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26150         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26151         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26152         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26153         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26154         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26155         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26156         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26157         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26158         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26159         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26160         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26161         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26162         * sysdeps/ieee754/s_lib_version.c: Likewise.
26163         * sysdeps/mach/hurd/check_fds.c: Likewise.
26164         * sysdeps/mach/hurd/getsockname.c: Likewise.
26165         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26166         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26167         * sysdeps/powerpc/bits/link.h: Likewise.
26168         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26169         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26170         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26171         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26172         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26173         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26174         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26175         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26176         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26177         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26178         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26179         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26180         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26181         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26182         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26183         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26184         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26185         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26186         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26187         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26188         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26189         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26190         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26191         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26192         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26193         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26194         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26195         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26196         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26197         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26198         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26199         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26200         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26201         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26202         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26203         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26204         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26205         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26206         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26207         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26208         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26209         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26210         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26211         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26212         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26213         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26214         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26215         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26216         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26217         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26218         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26219         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26220         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26221         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26222         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26223         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26224         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26225         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26226         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26227         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26228         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26229         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26230         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26231         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26232         * sysdeps/powerpc/sysdep.h: Likewise.
26233         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26234         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26235         * sysdeps/sh/dl-trampoline.S: Likewise.
26236         * sysdeps/sh/memset.S: Likewise.
26237         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26238         * sysdeps/sh/strlen.S: Likewise.
26239         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26240         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26241         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26242         * sysdeps/sparc/sparc32/rem.S: Likewise.
26243         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26244         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26245         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26246         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26247         * sysdeps/sparc/sparc32/urem.S: Likewise.
26248         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26249         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26250         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26251         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26252         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26253         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26254         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26255         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26256         * sysdeps/unix/bsd/times.c: Likewise.
26257         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26258         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26262         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26263         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26264         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26265         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26266         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26267         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26268         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26269         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26270         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26271         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26272         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26273         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26274         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26275         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26276         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26277         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26278         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26279         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26280         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26281         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26282         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26283         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26284         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26285         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26286         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26287         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26288         * sysdeps/x86_64/strcspn.S: Likewise.
26290 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26292         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26293         generated file.  Regenerate properly from gen-translit.pl.
26294         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26295         locale/C-translit.h.
26297 2013-06-05  Andreas Schwab  <schwab@suse.de>
26299         [BZ #15100]
26300         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26301         week as 6 instead of -1.
26302         * time/tst-strptime.c (day_tests): Add test case.
26304 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26306         * sysdeps/generic/math_private.h
26307         (libc_feholdexcept_setround_53bit): Replace with
26308         libc_feholdsetround_53bit.
26309         (libc_feupdateenv_53bit): Replace with
26310         libc_feresetround_53bit.
26311         (SET_RESTORE_ROUND_53BIT): Adjust.
26313 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26315         * string/test-strchrnul.c: Add copyright header.
26317         * posix/tst-getaddrinfo4.c: Increase test timeout.
26319 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26321         [BZ #15536]
26322         * math/libm-test.inc (MAX_EXP): Remove
26323         (MIN_EXP): Define.
26324         (ulp): Use MIN_EXP - MANT_DIG.
26325         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26327 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26329         * po/be.po: Revert last change.
26330         * po/zh_CN.po: Likewise.
26331         * po/header.pot: Likewise.
26333 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26335         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26336         link-libc-deps to empty as target-specific variable.
26337         * Makerules (link-libc-args): New variable.
26338         (libc-for-link): Likewise.
26339         (link-libc-deps): Likewise.
26340         (lib%.so): Depend on $(link-libc-deps).  Link with
26341         $(link-libc-args).
26342         (build-module): Link with $(link-libc-args).
26343         (build-module-asneeded): Likewise.
26344         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26345         list of objects.
26346         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26347         target-specific variable.
26348         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26349         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26350         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26351         libc.
26352         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26353         libc and ld.so.
26354         ($(objpfx)libpcprofile.so): Likewise.
26355         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26356         libc_nonshared.a.
26357         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26358         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26359         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26360         $(link-libc-deps).
26361         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26362         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26363         * login/Makefile ($(objpfx)libutil.so): Likewise.
26364         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26365         * math/Makefile ($(objpfx)libm.so): Likewise.
26366         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26367         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26368         variable instead of depending directly on libc.
26369         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26370         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26371         $(link-libc-deps).
26372         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26373         libc.
26374         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26375         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26376         ($(objpfx)libanl.so): Likewise.
26377         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26378         ld.so.
26379         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26380         $(link-libc-deps).
26381         * sysdeps/i386/fpu/Makefile: Remove file.
26382         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26383         ($(objpfx)libm.so): Remove dependency on ld.so.
26385 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26387         [BZ # 15553]
26388         * nis/yp_xdr.c (XDRMAXNAME): Define.
26389         (XDRMAXRECORD): Define.
26390         (xdr_domainname): Use XDRMAXNAME.
26391         (xdr_mapname): Likewise.
26392         (xdr_peername): Likewise.
26393         (xdr_keydat): Use XDRMAXRECORD.
26394         (xdr_valdat): Likewise.
26396 2013-05-30  Jeff Law  <law@redhat.com>
26398         [BZ #14256]
26399         * manual/errno.texi (ESTALE): Update to account for more than
26400         just NFS file systems.
26401         * sysdeps/gnu/errlist.c: Regenerated.
26403 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26405         [BZ #15465]
26406         * elf/Makefile (tests): Add tst-null-argv.
26407         (modules-names):  Add tst-null-argv-lib.
26408         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26409         (tst-null-argv-ENV): Set environment for tst-null-argv.
26410         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26411         (RTLD_PROGNAME): New macro.
26412         * elf/tst-null-argv.c: New test case.
26413         * elf/tst-null-argv-lib.c: Library for test case.
26414         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26415         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26416         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26417         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26418         * elf/dl-init.c (call_init): Likewise.
26419         (_dl_init): Likewise.
26420         * elf/dl-load.c (print_search_path): Likewise.
26421         (_dl_map_object): Likewise.
26422         * elf/dl-lookup.c (do_lookup_x): Likewise.
26423         (add_dependency): Likewise.
26424         (_dl_lookup_symbol_x): Likewise.
26425         (_dl_debug_bindings): Likewise.
26426         * elf/dl-open.c (_dl_show_scope): Likewise.
26427         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26428         * elf/dl-version.c (match_symbol): Likewise.
26429         (_dl_check_map_versions): Likewise.
26430         * elf/rtld.c (dl_main): Likewise.
26431         (print_unresolved): Use RTLD_PROGNAME.
26432         (print_missing_version): Likewise.
26433         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26434         (elf_machine_rela): Likewise.
26435         * sysdeps/powerpc/powerpc32/dl-machine.c
26436         (__process_machine_rela): Likewise.
26437         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26438         Likewise.
26439         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26440         Likewise.
26441         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26442         Likewise.
26443         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26444         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26445         Likewise.
26446         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26447         Likewise.
26448         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26450 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26452         * po/be.po: Add descriptive title.
26453         * po/zh_CN.po: Likewise.
26454         * po/header.pot: Likewise.
26456 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26458         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26459         error message.
26460         (enlarge_archive): Likewise.
26462 2013-05-28  Ben North  <ben@redfrontdoor.org>
26464         * manual/arith.texi (frexp): It is the magnitude of the return
26465         value which lies in [0.5, 1), not the return value itself.
26467 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26469         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26471 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26473         * stdio-common/bug26.c (main): Correct fscanf template.
26475         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26476         declare _dl_skip_args.
26478         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26479         Don't declare.
26481         * manual/platform.texi: Add missing @end deftypefun.
26483 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26485         [BZ #15529]
26486         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26487         bit of mantissa of 2^16382.
26488         * math/libm-test.inc (hypot_test_data): Add more tests.
26490         * math/libm-test.inc: Add drem and pow10 to list of tested
26491         functions.
26492         (pow10_test): New function.
26493         (drem_test): Likewise.
26494         (drem_test_tonearest): Likewise.
26495         (drem_test_towardzero): Likewise.
26496         (drem_test_downward): Likewise.
26497         (drem_test_upward): Likewise.
26498         (main): Call the new functions.
26500         * math/libm-test.inc (finite_test_data): Remove.
26501         (finite_test): Run tests from isfinite_test_data.
26502         (gamma_test_data): Remove.
26503         (gamma_test): Run tests from lgamma_test_data.
26504         * sysdeps/i386/fpu/libm-test-ulps: Update.
26505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26507 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26509         * manual/platform.texi: Add PowerPC PPR function set documentation.
26510         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
26511         implementation.
26513 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
26515         * math/libm-test.inc (MAX_EXP): Define.
26516         (ULPDIFF): Define.
26517         (ulp): New function.
26518         (check_float_internal): Use ULPDIFF.
26519         (cpow_test): Disable failing test.
26520         (check_ulp): Test ulp() implemetnation.
26521         (main): Call check_ulp before starting tests.
26523 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26525         * math/gen-libm-test.pl (generate_testfile): Do not handle
26526         START_DATA and END_DATA.
26527         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26528         END_DATA.
26529         (acos_tonearest_test_data): Likewise.
26530         (acos_towardzero_test_data): Likewise.
26531         (acos_downward_test_data): Likewise.
26532         (acos_upward_test_data): Likewise.
26533         (acosh_test_data): Likewise.
26534         (asin_test_data): Likewise.
26535         (asin_tonearest_test_data): Likewise.
26536         (asin_towardzero_test_data): Likewise.
26537         (asin_downward_test_data): Likewise.
26538         (asin_upward_test_data): Likewise.
26539         (asinh_test_data): Likewise.
26540         (atan_test_data): Likewise.
26541         (atanh_test_data): Likewise.
26542         (atan2_test_data): Likewise.
26543         (cabs_test_data): Likewise.
26544         (cacos_test_data): Likewise.
26545         (cacosh_test_data): Likewise.
26546         (carg_test_data): Likewise.
26547         (casin_test_data): Likewise.
26548         (casinh_test_data): Likewise.
26549         (catan_test_data): Likewise.
26550         (catanh_test_data): Likewise.
26551         (cbrt_test_data): Likewise.
26552         (ccos_test_data): Likewise.
26553         (ccosh_test_data): Likewise.
26554         (ceil_test_data): Likewise.
26555         (cexp_test_data): Likewise.
26556         (cimag_test_data): Likewise.
26557         (clog_test_data): Likewise.
26558         (clog10_test_data): Likewise.
26559         (conj_test_data): Likewise.
26560         (copysign_test_data): Likewise.
26561         (cos_test_data): Likewise.
26562         (cos_tonearest_test_data): Likewise.
26563         (cos_towardzero_test_data): Likewise.
26564         (cos_downward_test_data): Likewise.
26565         (cos_upward_test_data): Likewise.
26566         (cosh_test_data): Likewise.
26567         (cosh_tonearest_test_data): Likewise.
26568         (cosh_towardzero_test_data): Likewise.
26569         (cosh_downward_test_data): Likewise.
26570         (cosh_upward_test_data): Likewise.
26571         (cpow_test_data): Likewise.
26572         (cproj_test_data): Likewise.
26573         (creal_test_data): Likewise.
26574         (csin_test_data): Likewise.
26575         (csinh_test_data): Likewise.
26576         (csqrt_test_data): Likewise.
26577         (ctan_test_data): Likewise.
26578         (ctan_tonearest_test_data): Likewise.
26579         (ctan_towardzero_test_data): Likewise.
26580         (ctan_downward_test_data): Likewise.
26581         (ctan_upward_test_data): Likewise.
26582         (ctanh_test_data): Likewise.
26583         (ctanh_tonearest_test_data): Likewise.
26584         (ctanh_towardzero_test_data): Likewise.
26585         (ctanh_downward_test_data): Likewise.
26586         (ctanh_upward_test_data): Likewise.
26587         (erf_test_data): Likewise.
26588         (erfc_test_data): Likewise.
26589         (exp_test_data): Likewise.
26590         (exp_tonearest_test_data): Likewise.
26591         (exp_towardzero_test_data): Likewise.
26592         (exp_downward_test_data): Likewise.
26593         (exp_upward_test_data): Likewise.
26594         (exp10_test_data): Likewise.
26595         (exp2_test_data): Likewise.
26596         (expm1_test_data): Likewise.
26597         (fabs_test_data): Likewise.
26598         (fdim_test_data): Likewise.
26599         (finite_test_data): Likewise.
26600         (floor_test_data): Likewise.
26601         (fma_test_data): Likewise.
26602         (fma_towardzero_test_data): Likewise.
26603         (fma_downward_test_data): Likewise.
26604         (fma_upward_test_data): Likewise.
26605         (fmax_test_data): Likewise.
26606         (fmin_test_data): Likewise.
26607         (fmod_test_data): Likewise.
26608         (fpclassify_test_data): Likewise.
26609         (frexp_test_data): Likewise.
26610         (gamma_test_data): Likewise.
26611         (hypot_test_data): Likewise.
26612         (ilogb_test_data): Likewise.
26613         (isfinite_test_data): Likewise.
26614         (isgreater_test_data): Likewise.
26615         (isgreaterequal_test_data): Likewise.
26616         (isinf_test_data): Likewise.
26617         (isless_test_data): Likewise.
26618         (islessequal_test_data): Likewise.
26619         (islessgreater_test_data): Likewise.
26620         (isnan_test_data): Likewise.
26621         (isnormal_test_data): Likewise.
26622         (issignaling_test_data): Likewise.
26623         (isunordered_test_data): Likewise.
26624         (j0_test_data): Likewise.
26625         (j1_test_data): Likewise.
26626         (jn_test_data): Likewise.
26627         (ldexp_test_data): Likewise.
26628         (lgamma_test_data): Likewise.
26629         (lrint_test_data): Likewise.
26630         (lrint_tonearest_test_data): Likewise.
26631         (lrint_towardzero_test_data): Likewise.
26632         (lrint_downward_test_data): Likewise.
26633         (lrint_upward_test_data): Likewise.
26634         (llrint_test_data): Likewise.
26635         (llrint_tonearest_test_data): Likewise.
26636         (llrint_towardzero_test_data): Likewise.
26637         (llrint_downward_test_data): Likewise.
26638         (llrint_upward_test_data): Likewise.
26639         (log_test_data): Likewise.
26640         (log10_test_data): Likewise.
26641         (log1p_test_data): Likewise.
26642         (log2_test_data): Likewise.
26643         (logb_test_data): Likewise.
26644         (logb_downward_test_data): Likewise.
26645         (lround_test_data): Likewise.
26646         (llround_test_data): Likewise.
26647         (modf_test_data): Likewise.
26648         (nearbyint_test_data): Likewise.
26649         (nextafter_test_data): Likewise.
26650         (nexttoward_test_data): Likewise.
26651         (pow_test_data): Likewise.
26652         (pow_tonearest_test_data): Likewise.
26653         (pow_towardzero_test_data): Likewise.
26654         (pow_downward_test_data): Likewise.
26655         (pow_upward_test_data): Likewise.
26656         (remainder_test_data): Likewise.
26657         (remainder_tonearest_test_data): Likewise.
26658         (remainder_towardzero_test_data): Likewise.
26659         (remainder_downward_test_data): Likewise.
26660         (remainder_upward_test_data): Likewise.
26661         (remquo_test_data): Likewise.
26662         (rint_test_data): Likewise.
26663         (rint_tonearest_test_data): Likewise.
26664         (rint_towardzero_test_data): Likewise.
26665         (rint_downward_test_data): Likewise.
26666         (rint_upward_test_data): Likewise.
26667         (round_test_data): Likewise.
26668         (scalb_test_data): Likewise.
26669         (scalbn_test_data): Likewise.
26670         (scalbln_test_data): Likewise.
26671         (signbit_test_data): Likewise.
26672         (sin_test_data): Likewise.
26673         (sin_tonearest_test_data): Likewise.
26674         (sin_towardzero_test_data): Likewise.
26675         (sin_downward_test_data): Likewise.
26676         (sin_upward_test_data): Likewise.
26677         (sincos_test_data): Likewise.
26678         (sinh_test_data): Likewise.
26679         (sinh_tonearest_test_data): Likewise.
26680         (sinh_towardzero_test_data): Likewise.
26681         (sinh_downward_test_data): Likewise.
26682         (sinh_upward_test_data): Likewise.
26683         (sqrt_test_data): Likewise.
26684         (tan_test_data): Likewise.
26685         (tan_tonearest_test_data): Likewise.
26686         (tan_towardzero_test_data): Likewise.
26687         (tan_downward_test_data): Likewise.
26688         (tan_upward_test_data): Likewise.
26689         (tanh_test_data): Likewise.
26690         (tgamma_test_data): Likewise.
26691         (trunc_test_data): Likewise.
26692         (y0_test_data): Likewise.
26693         (y1_test_data): Likewise.
26694         (yn_test_data): Likewise.
26695         (significand_test_data): Likewise.
26697         * math/gen-libm-test.pl (@functions): Remove variable.
26698         (generate_testfile): Don't handle START and END lines.
26699         * math/libm-test.inc (START): New macro.
26700         (END): Likewise.
26701         (END_COMPLEX): Likewise.
26702         (acos_test): Use END macro without arguments.
26703         (acos_test_tonearest): Likewise.
26704         (acos_test_towardzero): Likewise.
26705         (acos_test_downward): Likewise.
26706         (acos_test_upward): Likewise.
26707         (acosh_test): Likewise.
26708         (asin_test): Likewise.
26709         (asin_test_tonearest): Likewise.
26710         (asin_test_towardzero): Likewise.
26711         (asin_test_downward): Likewise.
26712         (asin_test_upward): Likewise.
26713         (asinh_test): Likewise.
26714         (atan_test): Likewise.
26715         (atanh_test): Likewise.
26716         (atan2_test): Likewise.
26717         (cabs_test): Likewise.
26718         (cacos_test): Use END_COMPLEX macro without arguments.
26719         (cacosh_test): Likewise.
26720         (carg_test): Use END macro without arguments.
26721         (casin_test): Use END_COMPLEX macro without arguments.
26722         (casinh_test): Likewise.
26723         (catan_test): Likewise.
26724         (catanh_test): Likewise.
26725         (cbrt_test): Use END macro without arguments.
26726         (ccos_test): Use END_COMPLEX macro without arguments.
26727         (ccosh_test): Likewise.
26728         (ceil_test): Use END macro without arguments.
26729         (cexp_test): Use END_COMPLEX macro without arguments.
26730         (cimag_test): Use END macro without arguments.
26731         (clog_test): Use END_COMPLEX macro without arguments.
26732         (clog10_test): Likewise.
26733         (conj_test): Likewise.
26734         (copysign_test): Use END macro without arguments.
26735         (cos_test): Likewise.
26736         (cos_test_tonearest): Likewise.
26737         (cos_test_towardzero): Likewise.
26738         (cos_test_downward): Likewise.
26739         (cos_test_upward): Likewise.
26740         (cosh_test): Likewise.
26741         (cosh_test_tonearest): Likewise.
26742         (cosh_test_towardzero): Likewise.
26743         (cosh_test_downward): Likewise.
26744         (cosh_test_upward): Likewise.
26745         (cpow_test): Use END_COMPLEX macro without arguments.
26746         (cproj_test): Likewise.
26747         (creal_test): Use END macro without arguments.
26748         (csin_test): Use END_COMPLEX macro without arguments.
26749         (csinh_test): Likewise.
26750         (csqrt_test): Likewise.
26751         (ctan_test): Likewise.
26752         (ctan_test_tonearest): Likewise.
26753         (ctan_test_towardzero): Likewise.
26754         (ctan_test_downward): Likewise.
26755         (ctan_test_upward): Likewise.
26756         (ctanh_test): Likewise.
26757         (ctanh_test_tonearest): Likewise.
26758         (ctanh_test_towardzero): Likewise.
26759         (ctanh_test_downward): Likewise.
26760         (ctanh_test_upward): Likewise.
26761         (erf_test): Use END macro without arguments.
26762         (erfc_test): Likewise.
26763         (exp_test): Likewise.
26764         (exp_test_tonearest): Likewise.
26765         (exp_test_towardzero): Likewise.
26766         (exp_test_downward): Likewise.
26767         (exp_test_upward): Likewise.
26768         (exp10_test): Likewise.
26769         (exp2_test): Likewise.
26770         (expm1_test): Likewise.
26771         (fabs_test): Likewise.
26772         (fdim_test): Likewise.
26773         (finite_test): Likewise.
26774         (floor_test): Likewise.
26775         (fma_test): Likewise.
26776         (fma_test_towardzero): Likewise.
26777         (fma_test_downward): Likewise.
26778         (fma_test_upward): Likewise.
26779         (fmax_test): Likewise.
26780         (fmin_test): Likewise.
26781         (fmod_test): Likewise.
26782         (fpclassify_test): Likewise.
26783         (frexp_test): Likewise.
26784         (gamma_test): Likewise.
26785         (hypot_test): Likewise.
26786         (ilogb_test): Likewise.
26787         (isfinite_test): Likewise.
26788         (isgreater_test): Likewise.
26789         (isgreaterequal_test): Likewise.
26790         (isinf_test): Likewise.
26791         (isless_test): Likewise.
26792         (islessequal_test): Likewise.
26793         (islessgreater_test): Likewise.
26794         (isnan_test): Likewise.
26795         (isnormal_test): Likewise.
26796         (issignaling_test): Likewise.
26797         (isunordered_test): Likewise.
26798         (j0_test): Likewise.
26799         (j1_test): Likewise.
26800         (jn_test): Likewise.
26801         (ldexp_test): Likewise.
26802         (lgamma_test): Likewise.
26803         (lrint_test): Likewise.
26804         (lrint_test_tonearest): Likewise.
26805         (lrint_test_towardzero): Likewise.
26806         (lrint_test_downward): Likewise.
26807         (lrint_test_upward): Likewise.
26808         (llrint_test): Likewise.
26809         (llrint_test_tonearest): Likewise.
26810         (llrint_test_towardzero): Likewise.
26811         (llrint_test_downward): Likewise.
26812         (llrint_test_upward): Likewise.
26813         (log_test): Likewise.
26814         (log10_test): Likewise.
26815         (log1p_test): Likewise.
26816         (log2_test): Likewise.
26817         (logb_test): Likewise.
26818         (logb_test_downward): Likewise.
26819         (lround_test): Likewise.
26820         (llround_test): Likewise.
26821         (modf_test): Likewise.
26822         (nearbyint_test): Likewise.
26823         (nextafter_test): Likewise.
26824         (nexttoward_test): Likewise.
26825         (pow_test): Likewise.
26826         (pow_test_tonearest): Likewise.
26827         (pow_test_towardzero): Likewise.
26828         (pow_test_downward): Likewise.
26829         (pow_test_upward): Likewise.
26830         (remainder_test): Likewise.
26831         (remainder_test_tonearest): Likewise.
26832         (remainder_test_towardzero): Likewise.
26833         (remainder_test_downward): Likewise.
26834         (remainder_test_upward): Likewise.
26835         (remquo_test): Likewise.
26836         (rint_test): Likewise.
26837         (rint_test_tonearest): Likewise.
26838         (rint_test_towardzero): Likewise.
26839         (rint_test_downward): Likewise.
26840         (rint_test_upward): Likewise.
26841         (round_test): Likewise.
26842         (scalb_test): Likewise.
26843         (scalbn_test): Likewise.
26844         (scalbln_test): Likewise.
26845         (signbit_test): Likewise.
26846         (sin_test): Likewise.
26847         (sin_test_tonearest): Likewise.
26848         (sin_test_towardzero): Likewise.
26849         (sin_test_downward): Likewise.
26850         (sin_test_upward): Likewise.
26851         (sincos_test): Likewise.
26852         (sinh_test): Likewise.
26853         (sinh_test_tonearest): Likewise.
26854         (sinh_test_towardzero): Likewise.
26855         (sinh_test_downward): Likewise.
26856         (sinh_test_upward): Likewise.
26857         (sqrt_test): Likewise.
26858         (tan_test): Likewise.
26859         (tan_test_tonearest): Likewise.
26860         (tan_test_towardzero): Likewise.
26861         (tan_test_downward): Likewise.
26862         (tan_test_upward): Likewise.
26863         (tanh_test): Likewise.
26864         (tgamma_test): Likewise.
26865         (trunc_test): Likewise.
26866         (y0_test): Likewise.
26867         (y1_test): Likewise.
26868         (yn_test): Likewise.
26869         (significand_test): Likewise.
26871 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26873         [BZ #15381]
26874         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26876 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26878         [BZ #14894]
26879         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26880         __ppc_mdoio and __ppc_mdoom.
26881         * manual/platform.texi: Document new functions __ppc_yield,
26882         __ppc_mdoio and __ppc_mdoom.
26884 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26886         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26887         (main): Mention "tls" pseudo-hwcap is legacy.
26888         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26890 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26892         * math/gen-libm-test.pl (parse_args): Output only string of
26893         arguments as text for test name, not full call or descriptions of
26894         tests for extra outputs.
26895         (generate_testfile): Do not pass function name to parse_args.
26896         Generate this_func variable from START.
26897         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26898         field to arg_str.
26899         (struct test_ff_f_data): Likewise.
26900         (test_ff_f_data_nexttoward): Likewise.
26901         (struct test_fi_f_data): Likewise.
26902         (struct test_fl_f_data): Likewise.
26903         (struct test_if_f_data): Likewise.
26904         (struct test_fff_f_data): Likewise.
26905         (struct test_c_f_data): Likewise.
26906         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26907         (struct test_fF_f1_data): Likewise.
26908         (struct test_ffI_f1_data): Likewise.
26909         (struct test_c_c_data): Rename test_name field to arg_str.
26910         (struct test_cc_c_data): Likewise.
26911         (struct test_f_i_data): Likewise.
26912         (struct test_ff_i_data): Likewise.
26913         (struct test_f_l_data): Likewise.
26914         (struct test_f_L_data): Likewise.
26915         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26916         and extra2_name.
26917         (COMMON_TEST_SETUP): New macro.
26918         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26919         (COMMON_TEST_CLEANUP): Likewise.
26920         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26921         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26922         macros.
26923         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26924         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26925         macros.
26926         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26927         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26928         cleanup macros.
26929         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26930         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26931         macros.
26932         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26933         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26934         macros.
26935         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26936         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26937         cleanup macros.
26938         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26939         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26940         cleanup macros.
26941         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26942         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26943         cleanup macros.
26944         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26945         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26946         macros.
26947         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26948         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26949         macros.
26950         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26951         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26952         macros.
26953         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26954         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26955         cleanup macros.
26956         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26957         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26958         cleanup macros.
26959         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26960         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26961         macros.
26962         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26963         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26964         cleanup macros.
26965         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26966         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26967         macros.
26968         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26969         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26970         macros.
26971         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26972         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26973         cleanup macros.
26974         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26976 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26978         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26979         to _sifields.sigfault.
26980         (si_addr_lsb): Define new macro.
26981         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26982         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26983         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26985 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26987         [BZ #15441]
26988         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26989         returns -1.
26990         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26991         null return -1.
26992         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26993         loading the domain.
26995 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26997         * math/gen-libm-test.pl (parse_args): Do not include expected
26998         result in test name.
26999         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27000         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27001         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27002         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27003         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27006 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27008         * benchtests/Makefile: Sort function entries.
27010         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27011         tanh, asinh, acosh, atanh.
27012         * benchtests/acos-inputs: New file.
27013         * benchtests/acosh-inputs: New file.
27014         * benchtests/asin-inputs: New file.
27015         * benchtests/asinh-inputs: New file.
27016         * benchtests/atanh-inputs: New file.
27017         * benchtests/cosh-inputs: New file.
27018         * benchtests/log-inputs: New file.
27019         * benchtests/sinh-inputs: New file.
27020         * benchtests/tanh-inputs: New file.
27022 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27024         [BZ #15339]
27025         * posix/tst-getaddrinfo4.c: New test.
27026         * posix/Makefile (tests): Add it.
27028 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27030         [BZ #15339]
27031         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27032         when no services were used.
27033         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27034         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27036 2013-05-21  Andreas Schwab  <schwab@suse.de>
27038         [BZ #15014]
27039         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27040         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27041         successful.
27042         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27043         redundant variable declarations and reallocation of buffer when
27044         parsing as IPv6 address.  Always set NSS status when called from
27045         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27046         buffer too small.  Correct computation of needed size.
27047         * nss/Makefile (tests): Add test-digits-dots.
27048         * nss/test-digits-dots.c: New test.
27050 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27052         * benchtests/Makefile: Remove instructions for adding
27053         benchmark tests.
27054         * benchtests/README: New file to explain how to execute and
27055         enhance the benchmark tests.
27057 2013-05-21  Andreas Schwab  <schwab@suse.de>
27059         [BZ #15493]
27060         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27061         * setjmp/tst-sigsetjmp.c: New test.
27063 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27065         * sysdeps/x86_64/memset.S (memset): New implementation.
27066         (__bzero): Likewise.
27067         (__memset_tail): New function.
27069 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27071         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27072         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27073         __memcpy_sse2_unaligned ifunc selection.
27074         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27075         Add memcpy-sse2-unaligned.S.
27076         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27077         Add: __memcpy_sse2_unaligned.
27079 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27081         [BZ #15490]
27082         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27083         math_force_eval before restoring floating-point envrionment.
27084         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27085         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27086         Likewise.
27087         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27088         <math_private.h>.
27089         (__nearbyintl): Use math_force_eval before restoring
27090         floating-point environment.
27091         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27093         * math/gen-libm-test.pl (special_functions): Remove.
27094         (parse_args): Don't handle TEST_extra.  Handle functions with no
27095         return value.
27096         * math/libm-test.inc (struct test_sincos_data): Replace with
27097         struct test_fFF_11_data.
27098         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27099         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27100         (sincos_test_data): Change element type to struct
27101         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27102         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27103         RUN_TEST_LOOP_sincos.
27104         * math/README.libm-test: Don't mention special handling of
27105         individual functions.
27106         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27107         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27108         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27109         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27110         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27113         * math/gen-libm-test.pl (get_variable): Remove function.
27114         (parse_args): Don't show pointer parameters to call in test
27115         names.  Use "extra output N" in test names for extra outputs
27116         rather than naming variables.
27118 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27120         [BZ #15488]
27121         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27122         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27123         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27124         double tests.
27125         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27126         disable.
27127         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27128         check_long_double.
27130         * math/gen-libm-test.pl (@tests): Remove variable.
27131         ($count): Likewise.
27132         (new_test): Remove function.
27133         (show_exceptions): New function.
27134         (special_functions): Use show_exceptions instead of new_test.
27135         (parse_args): Likewise.
27136         (generate_testfile): Pass only function name in generated call to
27137         print_max_error or print_complex_max_error.
27138         (get_ulps): Do not handle complex tests specially.
27139         (output_test): Rename to ...
27140         (get_all_ulps_for_test): ... this.  Return a string rather than
27141         printing to a file.  Require ulps to be present.
27142         (output_ulps): Generate arrays rather than #defines.
27143         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27144         (struct ulp_data): New type.
27145         (BUILD_COMPLEX_ULP): Remove macro.
27146         (compare_ulp_data): New function.
27147         (find_ulps): Likewise.
27148         (find_test_ulps): Likewise.
27149         (find_function_ulps): Likewise.
27150         (find_complex_function_ulps): Likewise.
27151         (print_max_error): Determine allowed ulps using
27152         find_function_ulps.
27153         (print_complex_max_error): Determine allowed ulps using
27154         find_complex_function_ulps.
27155         (check_float_internal): Determine max ulps using find_test_ulps.
27156         (check_float): Do not take max_ulp parameter.  Update call to
27157         check_float_internal.
27158         (check_complex): Likewise.
27159         (check_int): Do not take max_ulp parameter.
27160         (check_long): Likewise.
27161         (check_bool): Likewise.
27162         (check_longlong): Likewise.
27163         (struct test_f_f_data): Remove max_ulp field.
27164         (struct test_ff_f_data): Likewise.
27165         (struct test_ff_f_data_nexttoward): Likewise.
27166         (struct test_fi_f_data): Likewise.
27167         (struct test_fl_f_data): Likewise.
27168         (struct test_if_f_data): Likewise.
27169         (struct test_fff_f_data): Likewise.
27170         (struct test_c_f_data): Likewise.
27171         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27172         (struct test_fF_f1_data): Likewise.
27173         (struct test_ffI_f1_data): Likewise.
27174         (struct test_c_c_data): Remove max_ulp field.
27175         (struct test_cc_c_data): Likewise.
27176         (struct test_f_i_data): Likewise.
27177         (struct test_ff_i_data): Likewise.
27178         (struct test_f_l_data): Likewise.
27179         (struct test_f_L_data): Likewise.
27180         (struct test_sincos_data): Likewise.
27181         (RUN_TEST_f_f): Do not handle ulps.
27182         (RUN_TEST_LOOP_f_f): Likewise.
27183         (RUN_TEST_2_f): Likewise.
27184         (RUN_TEST_LOOP_2_f): Likewise.
27185         (RUN_TEST_fff_f): Likewise.
27186         (RUN_TEST_LOOP_fff_f): Likewise.
27187         (RUN_TEST_c_f): Likewise.
27188         (RUN_TEST_LOOP_c_f): Likewise.
27189         (RUN_TEST_f_f1): Likewise.
27190         (RUN_TEST_LOOP_f_f1): Likewise.
27191         (RUN_TEST_fF_f1): Likewise.
27192         (RUN_TEST_LOOP_fF_f1): Likewise.
27193         (RUN_TEST_fI_f1): Likewise.
27194         (RUN_TEST_LOOP_fI_f1): Likewise.
27195         (RUN_TEST_ffI_f1): Likewise.
27196         (RUN_TEST_LOOP_ffI_f1): Likewise.
27197         (RUN_TEST_c_c): Likewise.
27198         (RUN_TEST_LOOP_c_c): Likewise.
27199         (RUN_TEST_cc_c): Likewise.
27200         (RUN_TEST_LOOP_cc_c): Likewise.
27201         (RUN_TEST_f_i): Likewise.
27202         (RUN_TEST_LOOP_f_i): Likewise.
27203         (RUN_TEST_f_i_tg): Likewise.
27204         (RUN_TEST_LOOP_f_i_tg): Likewise.
27205         (RUN_TEST_ff_i_tg): Likewise.
27206         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27207         (RUN_TEST_f_b): Likewise.
27208         (RUN_TEST_LOOP_f_b): Likewise.
27209         (RUN_TEST_f_b_tg): Likewise.
27210         (RUN_TEST_LOOP_f_b_tg): Likewise.
27211         (RUN_TEST_f_l): Likewise.
27212         (RUN_TEST_LOOP_f_l): Likewise.
27213         (RUN_TEST_f_L): Likewise.
27214         (RUN_TEST_LOOP_f_L): Likewise.
27215         (RUN_TEST_sincos): Likewise.
27216         (RUN_TEST_LOOP_sincos): Likewise.
27218 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27220         [BZ #15480]
27221         [BZ #15485]
27222         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27223         main case of finite arguments, set rounding mode to FE_TONEAREST
27224         and discard exceptions.
27225         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27226         exceptions.
27227         (remainder_tonearest_test_data): New variable.
27228         (remainder_test_tonearest): New function.
27229         (remainder_towardzero_test_data): New variable.
27230         (remainder_test_towardzero): New function.
27231         (remainder_downward_test_data): New variable.
27232         (remainder_test_downward): New function.
27233         (remainder_upward_test_data): New variable.
27234         (remainder_test_upward): New function.
27235         (main): Call the new test functions.
27237         * math/libm-test.inc (struct test_f_f1_data): Remove field
27238         extra_init.
27239         (struct test_fF_f1_data): Likewise.
27240         (struct test_ffI_f1_data): Likewise.
27241         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27242         based on value of EXTRA_EXPECTED.
27243         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27244         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27245         EXTRA_VAR based on value of EXTRA_EXPECTED.
27246         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27247         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27248         EXTRA_VAR based on value of EXTRA_EXPECTED.
27249         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27250         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27251         EXTRA_VAR based on value of EXTRA_EXPECTED.
27252         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27253         * math/gen-libm-test.pl (parse_args): Don't output initializers
27254         for extra output values.
27256         * math/libm-test.inc (check_int): Expect result to be exactly
27257         equal to expected value and do not handle ulps.
27258         (check_long): Likewise.
27259         (check_longlong): Likewise.
27261         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27262         exceptions.
27263         (cimag_test_data): Likewise.
27264         (conj_test_data): Likewise.
27265         (copysign_test_data): Likewise.
27266         (cproj_test_data): Likewise.
27267         (creal_test_data): Likewise.
27268         (fabs_test_data): Likewise.
27269         (fdim_test_data): Likewise.
27270         (finite_test_data): Likewise.
27271         (floor_test_data): Likewise.
27272         (fmax_test_data): Likewise.
27273         (fmin_test_data): Likewise.
27274         (fmod_test_data): Likewise.
27275         (fpclassify_test_data): Likewise.
27276         (frexp_test_data): Likewise.
27277         (ilogb_test_data): Likewise.
27278         (isfinite_test_data): Likewise.
27279         (isgreater_test_data): Likewise.
27280         (isgreaterequal_test_data): Likewise.
27281         (isinf_test_data): Likewise.
27282         (isless_test_data): Likewise.
27283         (islessequal_test_data): Likewise.
27284         (islessgreater_test_data): Likewise.
27285         (isnan_test_data): Likewise.
27286         (isnormal_test_data): Likewise.
27287         (issignaling_test_data): Likewise.
27288         (isunordered_test_data): Likewise.
27289         (ldexp_test_data): Likewise.
27290         (lrint_test_data): Likewise.
27291         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27292         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27293         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27294         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27295         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27296         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27297         test input.
27298         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27299         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27300         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27301         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27302         that test input.
27303         (lrint_downward_test_data): Test for "inexact" exceptions.
27304         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27305         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27306         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27307         test input.
27308         (lrint_upward_test_data): Test for "inexact" exceptions.
27309         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27310         test input.
27311         (llrint_test_data): Test for "inexact" exceptions.
27312         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27313         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27314         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27315         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27316         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27317         (llrint_downward_test_data): Test for "inexact" exceptions.
27318         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27319         (llrint_upward_test_data): Test for "inexact" exceptions.
27320         (logb_test_data): Likewise.
27321         (logb_downward_test_data): Likewise.
27322         (nextafter_test_data): Likewise.
27323         (nexttoward_test_data): Likewise.
27324         (remainder_test_data): Likewise.
27325         (remquo_test_data): Likewise.
27326         (scalbn_test_data): Likewise.
27327         (scalbln_test_data): Likewise.
27328         (signbit_test_data): Likewise.
27329         (sqrt_test_data): Likewise.
27330         (significand_test_data): Likewise.
27332 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27334         [BZ #15424]
27335         * benchtests/bench-modf.c (struct args): Mark arg0 as
27336         volatile.
27337         * scripts/bench.pl: Mark members of struct args as volatile.
27339 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27341         [BZ # 15497]
27342         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27343         negative infinity on POWER6 or lower.
27344         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27346 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27348         [BZ #15442]
27349         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27350         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27351         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27352         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27353         (_FP_SETQNAN): New macro.
27354         (_FP_SETQNAN_SEMIRAW): Likewise.
27355         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27356         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27357         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27358         (FP_EXTEND): Use _FP_FRAC_SNANP.
27359         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27360         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27361         into account.
27362         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27363         New macro.
27364         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27365         Likewise.
27367 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27369         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27370         with DIVIDE_BY_ZERO_EXCEPTION.
27371         (gamma_test_data): Likewise.
27372         (lgamma_test_data): Likewise.
27373         (log_test_data): Likewise.
27374         (log10_test_data): Likewise.
27375         (log2_test_data): Likewise.
27376         (tgamma_test_data): Likewise.
27378         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27379         (acos_test_tonearest): Likewise.
27380         (acos_test_towardzero): Likewise.
27381         (acos_test_downward): Likewise.
27382         (acos_test_upward): Likewise.
27383         (acosh_test): Likewise.
27384         (asin_test): Likewise.
27385         (asin_test_tonearest): Likewise.
27386         (asin_test_towardzero): Likewise.
27387         (asin_test_downward): Likewise.
27388         (asin_test_upward): Likewise.
27389         (asinh_test): Likewise.
27390         (atan_test): Likewise.
27391         (atanh_test): Likewise.
27392         (atan2_test): Likewise.
27393         (cabs_test): Likewise.
27394         (cacos_test): Likewise.
27395         (cacosh_test): Likewise.
27396         (casin_test): Likewise.
27397         (casinh_test): Likewise.
27398         (catan_test): Likewise.
27399         (catanh_test): Likewise.
27400         (cbrt_test): Likewise.
27401         (ccos_test): Likewise.
27402         (ccosh_test): Likewise.
27403         (cexp_test): Likewise.
27404         (clog_test): Likewise.
27405         (clog10_test): Likewise.
27406         (cos_test): Likewise.
27407         (cos_test_tonearest): Likewise.
27408         (cos_test_towardzero): Likewise.
27409         (cos_test_downward): Likewise.
27410         (cos_test_upward): Likewise.
27411         (cosh_test): Likewise.
27412         (cosh_test_tonearest): Likewise.
27413         (cosh_test_towardzero): Likewise.
27414         (cosh_test_downward): Likewise.
27415         (cosh_test_upward): Likewise.
27416         (cpow_test): Likewise.
27417         (csin_test): Likewise.
27418         (csinh_test): Likewise.
27419         (csqrt_test): Likewise.
27420         (ctan_test): Likewise.
27421         (ctan_test_tonearest): Likewise.
27422         (ctan_test_towardzero): Likewise.
27423         (ctan_test_downward): Likewise.
27424         (ctan_test_upward): Likewise.
27425         (ctanh_test): Likewise.
27426         (ctanh_test_tonearest): Likewise.
27427         (ctanh_test_towardzero): Likewise.
27428         (ctanh_test_downward): Likewise.
27429         (ctanh_test_upward): Likewise.
27430         (erf_test): Likewise.
27431         (erfc_test): Likewise.
27432         (exp_test): Likewise.
27433         (exp_test_tonearest): Likewise.
27434         (exp_test_towardzero): Likewise.
27435         (exp_test_downward): Likewise.
27436         (exp_test_upward): Likewise.
27437         (exp10_test): Likewise.
27438         (exp2_test): Likewise.
27439         (expm1_test): Likewise.
27440         (fmod_test): Likewise.
27441         (gamma_test): Likewise.
27442         (hypot_test): Likewise.
27443         (j0_test): Likewise.
27444         (j1_test): Likewise.
27445         (jn_test): Likewise.
27446         (lgamma_test): Likewise.
27447         (log_test): Likewise.
27448         (log10_test): Likewise.
27449         (log1p_test): Likewise.
27450         (log2_test): Likewise.
27451         (logb_test_downward): Likewise.
27452         (pow_test): Likewise.
27453         (pow_test_tonearest): Likewise.
27454         (pow_test_towardzero): Likewise.
27455         (pow_test_downward): Likewise.
27456         (pow_test_upward): Likewise.
27457         (remainder_test): Likewise.
27458         (remquo_test): Likewise.
27459         (sin_test): Likewise.
27460         (sin_test_tonearest): Likewise.
27461         (sin_test_towardzero): Likewise.
27462         (sin_test_downward): Likewise.
27463         (sin_test_upward): Likewise.
27464         (sincos_test): Likewise.
27465         (sinh_test): Likewise.
27466         (sinh_test_tonearest): Likewise.
27467         (sinh_test_towardzero): Likewise.
27468         (sinh_test_downward): Likewise.
27469         (sinh_test_upward): Likewise.
27470         (sqrt_test): Likewise.
27471         (tan_test): Likewise.
27472         (tan_test_tonearest): Likewise.
27473         (tan_test_towardzero): Likewise.
27474         (tan_test_downward): Likewise.
27475         (tan_test_upward): Likewise.
27476         (tanh_test): Likewise.
27477         (tgamma_test): Likewise.
27478         (y0_test): Likewise.
27479         (y1_test): Likewise.
27480         (yn_test): Likewise.
27482         * math/gen-libm-test.pl (adjust_arg): Remove function.
27483         (special_function): Remove argument $in_func.  Only handle
27484         generating output for tables of tests, not inside functions.
27485         (parse_args): Likewise.
27486         (generate_testfile): Remove variable $in_func.  Update call to
27487         parse_args.
27488         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27489         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27490         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27491         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27492         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27493         (MAX_VALUE_INIT): Rename macro to max_value.
27494         (MIN_VALUE_INIT): Rename macro to min_value.
27495         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27496         (plus_zero): Remove variable.
27497         (minus_zero): Likewise.
27498         (plus_infty): Likewise.
27499         (minus_infty): Likewise.
27500         (qnan_value): Likewise.
27501         (max_value): Likewise.
27502         (min_value): Likewise.
27503         (min_subnorm_value): Likewise.
27505 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27507         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
27508         uint64_t or uint32_t usage.
27509         * crypt/sha256-block.c: Likewise.
27510         * crypt/sha256-crypt.c: Likewise.
27511         * crypt/sha256.c: Likewise.
27512         * crypt/sha512-block.c: Likewise.
27513         * crypt/sha512-crypt.c: Likewise.
27514         * crypt/sha512.c: Likewise.
27515         * debug/backtrace-tst.c: Likewise.
27516         * debug/pcprofiledump.c: Likewise.
27517         * elf/cache.c: Likewise.
27518         * elf/dl-cache.c: Likewise.
27519         * elf/dl-misc.c: Likewise.
27520         * elf/dl-profile.c: Likewise.
27521         * elf/dl-support.c: Likewise.
27522         * elf/ldconfig.c: Likewise.
27523         * elf/sprof.c: Likewise.
27524         * iconv/dummy-repertoire.c: Likewise.
27525         * iconv/iconv_charmap.c: Likewise.
27526         * iconv/skeleton.c: Likewise.
27527         * iconvdata/8bit-generic.c: Likewise.
27528         * iconvdata/cp737.h: Likewise.
27529         * iconvdata/cp775.h: Likewise.
27530         * iconvdata/ibm1008.h: Likewise.
27531         * iconvdata/ibm1025.h: Likewise.
27532         * iconvdata/ibm1046.h: Likewise.
27533         * iconvdata/ibm1097.h: Likewise.
27534         * iconvdata/ibm1112.h: Likewise.
27535         * iconvdata/ibm1122.h: Likewise.
27536         * iconvdata/ibm1123.h: Likewise.
27537         * iconvdata/ibm1124.h: Likewise.
27538         * iconvdata/ibm1129.h: Likewise.
27539         * iconvdata/ibm1130.h: Likewise.
27540         * iconvdata/ibm1132.h: Likewise.
27541         * iconvdata/ibm1133.h: Likewise.
27542         * iconvdata/ibm1137.h: Likewise.
27543         * iconvdata/ibm1140.h: Likewise.
27544         * iconvdata/ibm1141.h: Likewise.
27545         * iconvdata/ibm1142.h: Likewise.
27546         * iconvdata/ibm1143.h: Likewise.
27547         * iconvdata/ibm1144.h: Likewise.
27548         * iconvdata/ibm1145.h: Likewise.
27549         * iconvdata/ibm1146.h: Likewise.
27550         * iconvdata/ibm1147.h: Likewise.
27551         * iconvdata/ibm1148.h: Likewise.
27552         * iconvdata/ibm1149.h: Likewise.
27553         * iconvdata/ibm1153.h: Likewise.
27554         * iconvdata/ibm1154.h: Likewise.
27555         * iconvdata/ibm1155.h: Likewise.
27556         * iconvdata/ibm1156.h: Likewise.
27557         * iconvdata/ibm1157.h: Likewise.
27558         * iconvdata/ibm1158.h: Likewise.
27559         * iconvdata/ibm1160.h: Likewise.
27560         * iconvdata/ibm1161.h: Likewise.
27561         * iconvdata/ibm1162.h: Likewise.
27562         * iconvdata/ibm1163.h: Likewise.
27563         * iconvdata/ibm1164.h: Likewise.
27564         * iconvdata/ibm1166.h: Likewise.
27565         * iconvdata/ibm1167.h: Likewise.
27566         * iconvdata/ibm12712.h: Likewise.
27567         * iconvdata/ibm1390.h: Likewise.
27568         * iconvdata/ibm1399.h: Likewise.
27569         * iconvdata/ibm16804.h: Likewise.
27570         * iconvdata/ibm4517.h: Likewise.
27571         * iconvdata/ibm4899.h: Likewise.
27572         * iconvdata/ibm4909.h: Likewise.
27573         * iconvdata/ibm4971.h: Likewise.
27574         * iconvdata/ibm5347.h: Likewise.
27575         * iconvdata/ibm803.h: Likewise.
27576         * iconvdata/ibm856.h: Likewise.
27577         * iconvdata/ibm901.h: Likewise.
27578         * iconvdata/ibm902.h: Likewise.
27579         * iconvdata/ibm9030.h: Likewise.
27580         * iconvdata/ibm9066.h: Likewise.
27581         * iconvdata/ibm921.h: Likewise.
27582         * iconvdata/ibm922.h: Likewise.
27583         * iconvdata/ibm9448.h: Likewise.
27584         * iconvdata/isiri-3342.h: Likewise.
27585         * iconvdata/jis0201.h: Likewise.
27586         * include/link.h: Likewise.
27587         * include/netdb.h: Likewise.
27588         * inet/check_native.c: Likewise.
27589         * inet/check_pf.c: Likewise.
27590         * inet/getipv4sourcefilter.c: Likewise.
27591         * inet/getnameinfo.c: Likewise.
27592         * inet/getsourcefilter.c: Likewise.
27593         * inet/htonl.c: Likewise.
27594         * inet/setipv4sourcefilter.c: Likewise.
27595         * inet/setsourcefilter.c: Likewise.
27596         * inet/test-inet6_opt.c: Likewise.
27597         * inet/tst-network.c: Likewise.
27598         * locale/C-collate.c: Likewise.
27599         * locale/C-ctype.c: Likewise.
27600         * locale/C-time.c: Likewise.
27601         * locale/C-translit.h: Likewise.
27602         * locale/loadarchive.c: Likewise.
27603         * locale/programs/3level.h: Likewise.
27604         * locale/programs/charmap.c: Likewise.
27605         * locale/programs/charmap.h: Likewise.
27606         * locale/programs/ld-address.c: Likewise.
27607         * locale/programs/ld-collate.c: Likewise.
27608         * locale/programs/ld-ctype.c: Likewise.
27609         * locale/programs/ld-identification.c: Likewise.
27610         * locale/programs/ld-measurement.c: Likewise.
27611         * locale/programs/ld-messages.c: Likewise.
27612         * locale/programs/ld-monetary.c: Likewise.
27613         * locale/programs/ld-name.c: Likewise.
27614         * locale/programs/ld-numeric.c: Likewise.
27615         * locale/programs/ld-paper.c: Likewise.
27616         * locale/programs/ld-telephone.c: Likewise.
27617         * locale/programs/ld-time.c: Likewise.
27618         * locale/programs/linereader.c: Likewise.
27619         * locale/programs/locale.c: Likewise.
27620         * locale/programs/locarchive.c: Likewise.
27621         * locale/programs/locfile.h: Likewise.
27622         * locale/programs/repertoire.c: Likewise.
27623         * locale/programs/simple-hash.c: Likewise.
27624         * locale/programs/simple-hash.h: Likewise.
27625         * malloc/memusage.c: Likewise.
27626         * malloc/memusagestat.c: Likewise.
27627         * nis/nis_defaults.c: Likewise.
27628         * nis/nis_hash.c: Likewise.
27629         * nis/nis_print.c: Likewise.
27630         * nis/nis_xdr.c: Likewise.
27631         * nscd/connections.c: Likewise.
27632         * nscd/hstcache.c: Likewise.
27633         * nscd/nscd_gethst_r.c: Likewise.
27634         * nscd/nscd_getserv_r.c: Likewise.
27635         * nscd/nscd_helper.c: Likewise.
27636         * nscd/servicescache.c: Likewise.
27637         * nss/makedb.c: Likewise.
27638         * nss/nss_db/db-XXX.c: Likewise.
27639         * nss/nss_db/db-initgroups.c: Likewise.
27640         * nss/nss_db/db-netgrp.c: Likewise.
27641         * nss/nss_files/files-network.c: Likewise.
27642         * nss/nss_files/files-parse.c: Likewise.
27643         * posix/bug-regex5.c: Likewise.
27644         * posix/fnmatch_loop.c: Likewise.
27645         * posix/regcomp.c: Likewise.
27646         * posix/regexec.c: Likewise.
27647         * posix/tst-rfc3484-2.c: Likewise.
27648         * posix/tst-rfc3484-3.c: Likewise.
27649         * posix/tst-rfc3484.c: Likewise.
27650         * resolv/nss_dns/dns-canon.c: Likewise.
27651         * resolv/nss_dns/dns-network.c: Likewise.
27652         * resolv/res_init.c: Likewise.
27653         * resolv/res_mkquery.c: Likewise.
27654         * resolv/tst-aton.c: Likewise.
27655         * stdlib/cxa_atexit.c: Likewise.
27656         * stdlib/cxa_finalize.c: Likewise.
27657         * stdlib/gen-fpioconst.c: Likewise.
27658         * stdlib/strtol_l.c: Likewise.
27659         * string/tst-endian.c: Likewise.
27660         * sunrpc/auth_des.c: Likewise.
27661         * sunrpc/clnt_udp.c: Likewise.
27662         * sunrpc/rtime.c: Likewise.
27663         * sunrpc/svcauth_des.c: Likewise.
27664         * sunrpc/xdr.c: Likewise.
27665         * sunrpc/xdr_intXX_t.c: Likewise.
27666         * sunrpc/xdr_rec.c: Likewise.
27667         * sysdeps/generic/ldconfig.h: Likewise.
27668         * sysdeps/generic/ldsodefs.h: Likewise.
27669         * sysdeps/generic/memusage.h: Likewise.
27670         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27671         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27672         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27673         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27674         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27675         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27676         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27677         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27678         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27679         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27680         * sysdeps/posix/getaddrinfo.c: Likewise.
27681         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27682         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27683         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27684         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27685         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27686         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27687         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27688         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27689         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27690         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27691         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27692         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27693         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27694         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27695         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27696         * sysdeps/x86_64/dl-tls.h: Likewise.
27697         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27698         * time/alt_digit.c: Likewise.
27699         * time/era.c: Likewise.
27700         * wcsmbs/tst-c16c32-1.c: Likewise.
27702 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27704         * math/libm-test.inc (struct test_sincos_data): New type.
27705         (RUN_TEST_LOOP_sincos): New macro.
27706         (sincos_test_data): New variable.
27707         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27709 2013-05-16  Richard Henderson  <rth@redhat.com>
27711         * math/atest-exp2.c (LIMB64): New macro.
27712         (CONSTSZ): New macro.
27713         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27714         (hexdig): Move ...
27715         (print_mpn_fp): ... to function scope.
27716         (read_mpn_hex): Remove.
27717         (get_log2): Remove.
27718         (exp2_mpn): Use mp_log2.
27719         (main): Use mp_exp1.
27721 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27723         * math/libm-test.inc: Remove comment about not testing "inexact"
27724         exceptions.
27725         (INEXACT_EXCEPTION): New macro.
27726         (NO_INEXACT_EXCEPTION): Likewise.
27727         (INVALID_EXCEPTION_OK): Update value.
27728         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27729         (OVERFLOW_EXCEPTION_OK): Likewise.
27730         (UNDERFLOW_EXCEPTION_OK): Likewise.
27731         (IGNORE_ZERO_INF_SIGN): Likewise.
27732         (ERRNO_UNCHANGED): Likewise.
27733         (ERRNO_EDOM): Likewise.
27734         (ERRNO_ERANGE): Likewise.
27735         (test_exceptions): Handle testing "inexact" exceptions.
27736         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27737         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27738         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27739         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27740         INEXACT_EXCEPTION.
27741         (rint_towardzero_test_data): Likewise.
27742         (rint_downward_test_data): Likewise.
27743         (rint_upward_test_data): Likewise.
27745         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27746         with OVERFLOW_EXCEPTION.
27747         (exp10_test_data): Likewise.
27748         (exp2_test_data): Likewise.
27749         (expm1_test_data): Likewise.
27750         (lgamma_test_data): Likewise.
27751         (pow_test_data): Likewise.
27752         (tgamma_test_data): Likewise.
27753         (yn_test_data): Remove duplicate test of overflow.
27755         * math/libm-test.inc (struct test_cc_c_data): New type.
27756         (RUN_TEST_LOOP_cc_c): New macro.
27757         (cpow_test_data): New variable.
27758         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27760         * math/libm-test.inc (struct test_f_L_data): New type.
27761         (RUN_TEST_LOOP_f_L): New macro.
27762         (llrint_test_data): New variable.
27763         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27764         (llrint_tonearest_test_data): New variable.
27765         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27766         (llrint_towardzero_test_data): New variable.
27767         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27768         (llrint_downward_test_data): New variable.
27769         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27770         (llrint_upward_test_data): New variable.
27771         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27772         (llround_test_data): New variable.
27773         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27775 2013-05-13  Peter Collingbourne  <pcc@google.com>
27777         * math/atest-exp2.c (get_log2): Remove const attribute.
27779 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27781         * math/libm-test.inc (struct test_f_l_data): New type.
27782         (RUN_TEST_LOOP_f_l): New macro.
27783         (lrint_test_data): New variable.
27784         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27785         (lrint_tonearest_test_data): New variable.
27786         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27787         (lrint_towardzero_test_data): New variable.
27788         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27789         (lrint_downward_test_data): New variable.
27790         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27791         (lrint_upward_test_data): New variable.
27792         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27793         (lround_test_data): New variable.
27794         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27796 2013-05-15  Peter Collingbourne  <pcc@google.com>
27798         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27799         (EXTRACT_WORDS64) Use where appropriate.
27800         (INSERT_WORDS64) Likewise.
27802         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27803         constraints with x constraints.
27804         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27806         * malloc/obstack.c (_obstack_compat): Add initializer.
27808 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27810         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27811         si_trapno and add si_addr_lsb to _sifields.sigfault.
27812         (si_trapno): Remove macro.
27813         (si_addr_lsb): Define new macro.
27814         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27816 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27818         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27819         instead of TEST_f_l.
27820         (llrint_test_tonearest): Likewise.
27821         (llrint_test_towardzero): Likewise.
27822         (llrint_test_downward): Likewise.
27823         (llrint_test_upward): Likewise.
27824         (llround_test): Likewise.
27826         * math/libm-test.inc (struct test_f_i_data): Add comment.
27827         (RUN_TEST_LOOP_f_b): New macro.
27828         (RUN_TEST_LOOP_f_b_tg): Likewise.
27829         (finite_test_data): New variable.
27830         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27831         (isfinite_test_data): New variable.
27832         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27833         (isinf_test_data): New variable.
27834         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27835         (isnan_test_data): New variable.
27836         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27837         (isnormal_test_data): New variable.
27838         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27839         (issignaling_test_data): New variable.
27840         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27841         (signbit_test_data): New variable.
27842         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27844         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27845         with INVALID_EXCEPTION.
27846         (acosh_test_data): Likewise.
27847         (asin_test_data): Likewise.
27848         (atanh_test_data): Likewise.
27849         (fmod_test_data): Likewise.
27850         (log_test_data): Likewise.
27851         (log10_test_data): Likewise.
27852         (log2_test_data): Likewise.
27853         (pow_test_data): Likewise.
27854         (sqrt_test_data): Likewise.
27855         (y0_test_data): Likewise.
27856         (y1_test_data): Likewise.
27857         (yn_test_data): Likewise.
27859         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27860         function contents.
27862         * math/libm-test.inc (struct test_ff_i_data): New type.
27863         (RUN_TEST_LOOP_ff_i_tg): New macro.
27864         (isgreater_test_data): New variable.
27865         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27866         (isgreaterequal_test_data): New variable.
27867         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27868         (isless_test_data): New variable.
27869         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27870         (islessequal_test_data): New variable.
27871         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27872         (islessgreater_test_data): New variable.
27873         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27874         (isunordered_test_data): New variable.
27875         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27877 2013-05-14  David S. Miller  <davem@davemloft.net>
27879         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27881 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27883         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27885         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27886         extra_test to int.
27887         (struct test_f_i_data): Change type of max_ulp to int.
27889         * math/libm-test.inc (test_ffI_f1_data): New type.
27890         (RUN_TEST_LOOP_ffI_f1): New macro.
27891         (remquo_test_data): New variable.
27892         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27894         * setjmp/tst-setjmp-fp.c: New file.
27895         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27896         (link-libm): New variable.
27897         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27899         * math/libm-test.inc (struct test_f_i_data): New type.
27900         (RUN_TEST_LOOP_f_i): New macro.
27901         (RUN_TEST_LOOP_f_i_tg): Likewise.
27902         (fpclassify_test_data): New variable.
27903         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27904         (ilogb_test_data): New variable.
27905         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27907         * math/libm-test.inc (scalbln_test): Correct function name in END
27908         call.
27910         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27911         (RUN_TEST_LOOP_fI_f1): New macro.
27912         (frexp_test_data): New variable.
27913         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27915         * math/libm-test.inc (struct test_fF_f1_data): New type.
27916         (RUN_TEST_LOOP_fF_f1): New macro.
27917         (modf_test_data): New variable.
27918         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27920         * math/libm-test.inc (struct test_f_f1_data): New type.
27921         (RUN_TEST_LOOP_f_f1): New macro.
27922         (gamma_test_data): New variable.
27923         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27924         (lgamma_test_data): New variable.
27925         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27927 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27929         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27930         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27931         (main): Comment "tls" pseudo-hwcap.
27933 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27935         * math/libm-test.inc (struct test_fl_f_data): New type.
27936         (RUN_TEST_LOOP_fl_f): New variable.
27937         (scalbln_test_data): New variable.
27938         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27940         * math/libm-test.inc (struct test_fi_f_data): New type.
27941         (RUN_TEST_LOOP_fi_f): New macro.
27942         (ldexp_test_data): New variable.
27943         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27944         (scalbn_test_data): New variable.
27945         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27947         * math/libm-test.inc (struct test_c_f_data): New type.
27948         (RUN_TEST_LOOP_c_f): New macro.
27949         (cabs_test_data): New variable.
27950         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27951         (carg_test_data): New variable.
27952         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27953         (cimag_test_data): New variable.
27954         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27955         (creal_test_data): New variable.
27956         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27958         * math/libm-test.inc (struct test_if_f_data): New type.
27959         (RUN_TEST_LOOP_if_f): New macro.
27960         (jn_test_data): New variable.
27961         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27962         (yn_test_data): New variable.
27963         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27965         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27967 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27969         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27970         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27972 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27974         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27975         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27976         (bench-deps): Add bench-timing.h.
27977         * benchtests-bench-skeleton.c: Include bench-timing.h.
27978         (main): Use TIMING_* macros instead of clock_gettime.
27979         * benchtests/bench-timing.h: New file.
27981         [BZ #14582]
27982         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27983         Renamed from _LIB_VERSION.
27984         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27986 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27988         * math/libm-test.inc (struct test_fff_f_data): New type.
27989         (RUN_TEST_LOOP_fff_f): New macro.
27990         (fma_test_data): New variable.
27991         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27992         (fma_towardzero_test_data): New variable.
27993         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27994         (fma_downward_test_data): New variable.
27995         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27996         (fma_upward_test_data): New variable.
27997         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27999         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28000         (struct test_c_c_data): New type.
28001         (RUN_TEST_LOOP_c_c): New macro.
28002         (cacos_test_data): New variable.
28003         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28004         (cacosh_test_data): New variable.
28005         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28006         (casin_test_data): New variable.
28007         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28008         (casinh_test_data): New variable.
28009         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28010         (catan_test_data): New variable.
28011         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28012         (catanh_test_data): New variable.
28013         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28014         (ccos_test_data): New variable.
28015         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28016         (ccosh_test_data): New variable.
28017         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28018         (cexp_test_data): New variable.
28019         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28020         (clog_test_data): New variable.
28021         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28022         (clog10_test_data): New variable.
28023         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28024         (conj_test_data): New variable.
28025         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28026         (cproj_test_data): New variable.
28027         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28028         (csin_test_data): New variable.
28029         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28030         (csinh_test_data): New variable.
28031         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28032         (csqrt_test_data): New variable.
28033         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28034         (ctan_test_data): New variable.
28035         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28036         (ctan_tonearest_test_data): New variable.
28037         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28038         (ctan_towardzero_test_data): New variable.
28039         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28040         (ctan_downward_test_data): New variable.
28041         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28042         (ctan_upward_test_data): New variable.
28043         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28044         (ctanh_test_data): New variable.
28045         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28046         (ctanh_tonearest_test_data): New variable.
28047         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28048         (ctanh_towardzero_test_data): New variable.
28049         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28050         (ctanh_downward_test_data): New variable.
28051         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28052         (ctanh_upward_test_data): New variable.
28053         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28054         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28055         of BUILD_COMPLEX.
28057         * math/libm-test.inc (struct test_ff_f_data): New type.
28058         (struct test_ff_f_data_nexttoward): Likewise.
28059         (RUN_TEST_LOOP_2_f): New macro.
28060         (RUN_TEST_LOOP_ff_f): Likewise.
28061         (atan2_test_data): New variable.
28062         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28063         (copysign_test_data): New variable.
28064         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28065         (fdim_test_data): New variable.
28066         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28067         (fmax_test_data): New variable.
28068         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28069         (fmin_test_data): New variable.
28070         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28071         (fmod_test_data): New variable.
28072         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28073         (hypot_test_data): New variable.
28074         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28075         (nextafter_test_data): New variable.
28076         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28077         (nexttoward_test_data): New variable.
28078         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28079         (pow_test_data): New variable.
28080         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28081         (pow_tonearest_test_data): New variable.
28082         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28083         (pow_towardzero_test_data): New variable.
28084         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28085         (pow_downward_test_data): New variable.
28086         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28087         (pow_upward_test_data): New variable.
28088         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28089         (remainder_test_data): New variable.
28090         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28091         (scalb_test_data): New variable.
28092         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28093         * sysdeps/i386/fpu/libm-test-ulps: Update.
28095 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28097         * math/libm-test.inc (fma_test): Use max_value instead of local
28098         variable fltmax.
28099         (nextafter_test): Likewise.
28101         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28102         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28103         (acos_downward_test_data): New variable.
28104         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28105         (acos_upward_test_data): New variable.
28106         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28107         (acosh_test_data): New variable.
28108         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28109         (asin_test_data): New variable.
28110         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28111         (asin_tonearest_test_data): New variable.
28112         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28113         (asin_towardzero_test_data): New variable.
28114         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28115         (asin_downward_test_data): New variable.
28116         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28117         (asin_upward_test_data): New variable.
28118         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28119         (asinh_test_data): New variable.
28120         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28121         (atan_test_data): New variable.
28122         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28123         (atanh_test_data): New variable.
28124         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28125         (cbrt_test_data): New variable.
28126         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28127         (ceil_test_data): New variable.
28128         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28129         (cos_test_data): New variable.
28130         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28131         (cos_tonearest_test_data): New variable.
28132         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28133         (cos_towardzero_test_data): New variable.
28134         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28135         (cos_downward_test_data): New variable.
28136         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28137         (cos_upward_test_data): New variable.
28138         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28139         (cosh_test_data): New variable.
28140         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28141         (cosh_tonearest_test_data): New variable.
28142         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28143         (cosh_towardzero_test_data): New variable.
28144         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28145         (cosh_downward_test_data): New variable.
28146         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28147         (cosh_upward_test_data): New variable.
28148         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28149         (erf_test_data): New variable.
28150         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28151         (erfc_test_data): New variable.
28152         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28153         (exp_test_data): New variable.
28154         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28155         (exp_tonearest_test_data): New variable.
28156         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28157         (exp_towardzero_test_data): New variable.
28158         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28159         (exp_downward_test_data): New variable.
28160         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28161         (exp_upward_test_data): New variable.
28162         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28163         (exp10_test_data): New variable.
28164         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28165         (exp2_test_data): New variable.
28166         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28167         (expm1_test_data): New variable.
28168         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28169         (fabs_test_data): New variable.
28170         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28171         (floor_test_data): New variable.
28172         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28173         (j0_test_data): New variable.
28174         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28175         (j1_test_data): New variable.
28176         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28177         (log_test_data): New variable.
28178         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28179         (log10_test_data): New variable.
28180         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28181         (log1p_test_data): New variable.
28182         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28183         (log2_test_data): New variable.
28184         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28185         (logb_test_data): New variable.
28186         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28187         (logb_downward_test_data): New variable.
28188         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28189         (nearbyint_test_data): New variable.
28190         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28191         (rint_test_data): New variable.
28192         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28193         (rint_tonearest_test_data): New variable.
28194         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28195         (rint_towardzero_test_data): New variable.
28196         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28197         (rint_downward_test_data): New variable.
28198         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28199         (rint_upward_test_data): New variable.
28200         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28201         (round_test_data): New variable.
28202         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28203         (sin_test_data): New variable.
28204         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28205         (sin_tonearest_test_data): New variable.
28206         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28207         (sin_towardzero_test_data): New variable.
28208         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28209         (sin_downward_test_data): New variable.
28210         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28211         (sin_upward_test_data): New variable.
28212         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28213         (sinh_test_data): New variable.
28214         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28215         (sinh_tonearest_test_data): New variable.
28216         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28217         (sinh_towardzero_test_data): New variable.
28218         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28219         (sinh_downward_test_data): New variable.
28220         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28221         (sinh_upward_test_data): New variable.
28222         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28223         (sqrt_test_data): New variable.
28224         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28225         (tan_test_data): New variable.
28226         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28227         (tan_tonearest_test_data): New variable.
28228         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28229         (tan_towardzero_test_data): New variable.
28230         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28231         (tan_downward_test_data): New variable.
28232         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28233         (tan_upward_test_data): New variable.
28234         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28235         (tanh_test_data): New variable.
28236         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28237         (tgamma_test_data): New variable.
28238         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28239         (trunc_test_data): New variable.
28240         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28241         (y0_test_data): New variable.
28242         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28243         (y1_test_data): New variable.
28244         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28245         (significand_test_data): New variable.
28246         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28248 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28250         [BZ #12387]
28251         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28253 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28255         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28257 2013-05-10  Andreas Jaeger  <aj@suse.de>
28259         [BZ #15448]
28260         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28261         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28263 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28265         * math/gen-libm-test.pl (adjust_arg): New function.
28266         (special_functions): Handle generating output in both functions
28267         and arrays.
28268         (parse_args): Likewise.
28269         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28270         $in_func argument to parse_args.
28271         * math/libm-test.inc (struct test_f_f_data): New type.
28272         (IF_ROUND_INIT_): New macro.
28273         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28274         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28275         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28276         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28277         (ROUND_RESTORE_): Likewise.
28278         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28279         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28280         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28281         (ROUND_RESTORE_FE_UPWARD): Likewise.
28282         (RUN_TEST_LOOP_f_f): New macro.
28283         (acos_test_data): New variable.
28284         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28285         (acos_tonearest_test_data): New variable.
28286         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28288 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28290         * benchtests/bench-skeleton.c (startup): Fix coding style.
28292 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28294         [BZ #6809]
28295         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28296         negative infinity argument.
28297         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28298         negative infinity argument.
28299         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28300         negative infinity argument.
28301         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28302         domain errors.
28304 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28306         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28307         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28308         * iconv/iconv_prog.c (main): Likewise.
28309         * locale/programs/charmap-dir.c (charmap_readdir)
28310         (fopen_uncompressed): Likewise.
28311         * locale/programs/locfile.c (siblings_uncached)
28312         (write_locale_data): Use lstat64 instead of lstat.
28313         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28314         stat.
28316 2013-05-10  Andreas Jaeger  <aj@suse.de>
28318         [BZ #15395]
28319         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28320         localization.
28321         Include <locale.h>.
28323 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28325         * elf/dl-close.c (_dl_close_worker): Add comments.
28327 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28329         [BZ #15359]
28330         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28331         high part of pi/2.
28332         (__ieee754_rem_pio2l): Update comments.
28334         [BZ #15429]
28335         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28336         high part of pi/2.
28337         (__ieee754_rem_pio2l): Update comments.
28339         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28340         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28342         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28343         M_PI_4l.
28345         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28346         (M_PI_34_LOG10El): Likewise.
28347         (M_PI2_LOG10El): Likewise.
28348         (M_PI4_LOG10El): Likewise.
28349         (M_PI_LOG10El): Likewise.
28351 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28355 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28357         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28358         (MINUS_ZERO_INIT): Likewise.
28359         (PLUS_INFTY_INIT): Likewise.
28360         (MINUS_INFTY_INIT): Likewise.
28361         (QNAN_VALUE_INIT): Likewise.
28362         (MAX_VALUE_INIT): Likewise.
28363         (MIN_VALUE_INIT): Likewise.
28364         (MIN_SUBNORM_VALUE_INIT): Likewise.
28365         (plus_zero): Initialize with PLUS_ZERO_INIT.
28366         (minus_zero): Initialize with MINUS_ZERO_INIT.
28367         (plus_infty): Initialize with PLUS_INFTY_INIT.
28368         (minus_infty): Initialize with MINUS_INFTY_INIT.
28369         (qnan_value): Initialize with QNAN_VALUE_INIT.
28370         (max_value): Initialize with MAX_VALUE_INIT.
28371         (min_value): Initialize with MIN_VALUE_INIT.
28372         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28374         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28375         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28376         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28377         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28379         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28380         (RUN_TEST_2_f): Likewise.
28381         (RUN_TEST_ff_f): Likewise.
28382         (RUN_TEST_fi_f): Likewise.
28383         (RUN_TEST_fl_f): Likewise.
28384         (RUN_TEST_fff_f): Likewise.
28385         (RUN_TEST_c_f): Likewise.
28386         (RUN_TEST_f_f1): Likewise.
28387         (RUN_TEST_fF_f1): Likewise.
28388         (RUN_TEST_fI_f1): Likewise.
28389         (RUN_TEST_ffI_f1): Likewise.
28390         (RUN_TEST_c_c): Likewise.
28391         (RUN_TEST_cc_c): Likewise.
28392         (RUN_TEST_f_i): Likewise.
28393         (RUN_TEST_f_i_tg): Likewise.
28394         (RUN_TEST_ff_i_tg): Likewise.
28395         (RUN_TEST_f_b): Likewise.
28396         (RUN_TEST_f_b_tg): Likewise.
28397         (RUN_TEST_f_l): Likewise.
28398         (RUN_TEST_f_L): Likewise.
28399         (RUN_TEST_sincos): Likewise.
28400         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28401         whether to show exceptions.  Do not include ");\n" in return
28402         value.
28403         (special_functions): Output call to RUN_TEST_sincos instead of
28404         check_float calls.  Update calls to new_test.
28405         (parse_args): Output call to single RUN_TEST_* macro instead of
28406         check_* calls and other assignments.  Update calls to new_test.
28408         [BZ #2546]
28409         [BZ #2560]
28410         [BZ #5159]
28411         [BZ #15426]
28412         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28413         input to result for tgamma overflow.
28414         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28415         (gamma_coeff): New variable.
28416         (NCOEFF): New macro.
28417         (gamma_positive): New function.
28418         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28419         underflow here.  Use gamma_positive instead of exp (lgamma) for
28420         other arguments.
28421         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28422         (gamma_coeff): New variable.
28423         (NCOEFF): New macro.
28424         (gammaf_positive): New function.
28425         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28426         underflow here.  Use gamma_positive instead of exp (lgamma) for
28427         other arguments.
28428         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28429         (gamma_coeff): New variable.
28430         (NCOEFF): New macro.
28431         (gammal_positive): New function.
28432         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28433         underflow here.  Use gamma_positive instead of exp (lgamma) for
28434         other arguments.
28435         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28436         (gamma_coeff): New variable.
28437         (NCOEFF): New macro.
28438         (gammal_positive): New function.
28439         (__ieee754_gammal_r): Handle positive infinity, overflow and
28440         underflow here.  Handle NaN the same as positive infinity.  Remove
28441         check x < 0xffffffff for negative integers.  Use gamma_positive
28442         instead of exp (lgamma) for other arguments.
28443         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28444         (gamma_coeff): New variable.
28445         (NCOEFF): New macro.
28446         (gammal_positive): New function.
28447         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28448         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28449         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28450         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28451         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28452         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28453         * sysdeps/generic/math_private.h (__gamma_productf): New
28454         prototype.
28455         (__gamma_product): Likewise.
28456         (__gamma_productl): Likewise.
28457         * math/Makefile (libm-calls): Add gamma_product.
28458         * math/libm-test.inc (tgamma_test): Add more tests.
28459         * sysdeps/i386/fpu/libm-test-ulps: Update.
28460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28462 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28464         * benchtests/bench-skeleton.c (main): Preheat CPU.
28466 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28468         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28470 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28472         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28473         and _dl_skip_args_internal.
28475 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28477         * manual/message.texi (Message Translation): Talk about users.
28478         Message to key mapping impacts design.
28480 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28482         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28484         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28486         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28487         * sysdeps/wordsize-64/glob64.c: ... here.
28489         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28490         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28491         New macros.
28493         * debug/getlogin_r_chk.c: Moved to ...
28494         * login/getlogin_r_chk.c: ... here.
28495         * debug/Makefile (routines): Move getlogin_r_chk to ...
28496         * login/Makefile (routines): ... here.
28497         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28498         * login/Versions (libc: GLIBC_2.4): ... here.
28500         * io/poll.c (__poll): Renamed from poll.
28501         Add libc_hidden_def.
28502         (poll): Define as weak alias.
28504         * debug/ptsname_r_chk.c: Moved to ...
28505         * login/ptsname_r_chk.c: ... here.
28506         * debug/Makefile (routines): Move ptsname_r_chk to ...
28507         * login/Makefile (routines): ... here.
28508         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
28509         * login/Versions (libc: GLIBC_2.4): ... here.
28511         * posix/getlogin.c: Moved to ...
28512         * login/getlogin.c: ... here.
28513         * posix/getlogin_r.c: Moved to ...
28514         * login/getlogin_r.c: ... here.
28515         * posix/getlogin_r.c: Moved to ...
28516         * login/getlogin_r.c: ... here.
28517         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
28518         * login/Makefile (routines): ... here.
28519         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
28520         * login/Versions (libc: GLIBC_2.0): ... here.
28522         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
28523         (setrlimit): Define as weak alias.
28525         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28526         Call __ names for open, ftruncate, and close.
28527         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28528         (truncate): Define as weak alias.
28530 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28532         * math/gen-libm-test.pl (parse_args): Initialize x before each
28533         test of frexp, modf and remquo.
28535         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28536         test signgam value.
28538 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28540         [BZ #15418]
28541         [BZ #15419]
28542         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28543         internal tests.
28544         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28546 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28548         * elf/dl-writev.h: New file.
28549         * elf/dl-misc.c: Include it.
28550         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28551         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28553 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28555         * math/libm-test.inc (noXFails): Remove variable.
28556         (noXPasses): Likewise.
28557         (BUILD_COMPLEX_INT): Remove macro.
28558         (print_screen): Remove xfail argument.
28559         (print_screen_max_error): Likewise.
28560         (update_stats): Likewise.
28561         (print_max_error): Likewise.  Update calls to other affected
28562         functions.
28563         (print_complex_max_error): Likewise.
28564         (test_single_exception): Update calls to print_screen.
28565         (test_single_errno): Likewise.
28566         (check_float_internal): Remove xfail argument.  Update calls to
28567         other affected functions.
28568         (check_float): Likewise.
28569         (check_complex): Likewise.
28570         (check_int): Likewise.
28571         (check_long): Likewise.
28572         (check_bool): Likewise.
28573         (check_longlong): Likewise.
28574         (main): Don't print noXFails and noXPasses.
28575         * math/gen-libm-test.pl (top level): Don't mention expected
28576         failure handling in comment.
28577         (new_test): Don't handle expected failures.
28578         (parse_args): Don't mention expected failure handling in comment.
28579         (generate_testfile): Don't handle expected failures.
28580         (parse_ulps): Likewise.
28581         (print_ulps_file): Likewise.
28582         (get_failure): Remove function.
28583         (output_test): Don't handle expected failures.
28584         * make/README.libm-test: Don't mention expected failure handling.
28586         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28587         (minus_zero): Likewise.
28588         (plus_infty): Likewise.
28589         (minus_infty): Likewise.
28590         (qnan_value): Likewise.
28591         (max_value): Likewise.
28592         (min_value): Likewise.
28593         (min_subnorm_value): Likewise.
28594         (initialize): Do not initialize those variables dynamically.
28596 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28598         * io/open.c (__open_2): Moved to ...
28599         * io/open_2.c: ... this new file.
28600         * io/open64.c (__open64_2): Moved to ...
28601         * io/open64_2.c: ... this new file.
28602         * io/openat.c (__openat_2): Moved to ...
28603         * io/openat_2.c: ... this new file.
28604         * io/openat64.c (__openat64_2): Moved to ...
28605         * io/openat64_2.c: ... this new file.
28606         * io/Makefile (routines): Add them.
28607         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28608         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28609         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28610         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28611         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28612         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28613         (__openat64): Add hidden_ver.
28614         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28615         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28617         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28618         Separately conditionalize setting of GLRO(dl_sysinfo) so
28619         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28620         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28622 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28624         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28625         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28626         definition.
28627         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28628         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28629         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28630         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28631         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28633 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28635         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28636         test signgam value.
28638         * math/libm-test.inc (hypot_test): Do not use
28639         IGNORE_ZERO_INF_SIGN.
28641 2013-05-03  Andreas Jaeger  <aj@suse.de>
28643         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28644         Linux 3.9.
28645         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28646         (PF_MAX): Adjust for VSOCK change.
28648 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28650         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28652 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28654         [BZ #15264]
28655         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28656         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28657         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28659 2013-05-02  David S. Miller  <davem@davemloft.net>
28661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28663 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28665         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28667 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28669         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28671 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28673         [BZ #14952]
28674         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28675         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28676         Use __attribute__ ((__gnu_inline__)).
28677         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28678         Don't use __attribute__ ((__gnu_inline__)).
28680 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28682         [BZ #15423]
28683         * math/s_catan.c (__catan): Handle small real or imaginary part of
28684         input specially to avoid spurious underflow.
28685         * math/s_catanf.c (__catanf): Likewise.
28686         * math/s_catanh.c (__catanh): Likewise.
28687         * math/s_catanhf.c (__catanhf): Likewise.
28688         * math/s_catanhl.c (__catanhl): Likewise.
28689         * math/s_catanl.c (__catanl): Likewise.
28690         * math/libm-test.inc (catan_test): Add more tests.
28691         (catanh_test): Likewise.
28692         * sysdeps/i386/fpu/libm-test-ulps: Update.
28693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28695 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28697         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28699 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28701         [BZ #15416]
28702         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28703         accurately for denominator in atan2.
28704         * math/s_catanf.c (__catanf): Likewise.
28705         * math/s_catanh.c (__catanh): Likewise.
28706         * math/s_catanhf.c (__catanhf): Likewise.
28707         * math/s_catanhl.c (__catanhl): Likewise.
28708         * math/s_catanl.c (__catanl): Likewise.
28709         * math/libm-test.inc (catan_test): Add more tests.
28710         (catanh_test): Likewise.
28711         * sysdeps/i386/fpu/libm-test-ulps: Update.
28712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28714 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28716         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28718         * benchtests/Makefile (bench): Remove slow benchmarks.
28719         * benchtests/atan-inputs: Add slow benchmark inputs.
28720         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28721         (BENCH_FUNC): Accept variant offset.
28722         (VARIANT): Define.
28723         * benchtests/bench-skeleton.c (main): Run benchmark for each
28724         variant.
28725         * benchtests/cos-inputs: Add slow benchmark inputs.
28726         * benchtests/exp-inputs: Likewise.
28727         * benchtests/pow-inputs: Likewise.
28728         * benchtests/sin-inputs: Likewise.
28729         * benchtests/slowatan-inputs: Remove.
28730         * benchtests/slowatan.c: Remove.
28731         * benchtests/slowcos-inputs: Remove.
28732         * benchtests/slowcos.c: Remove.
28733         * benchtests/slowexp-inputs: Remove.
28734         * benchtests/slowexp.c: Remove.
28735         * benchtests/slowpow-inputs: Remove.
28736         * benchtests/slowpow.c: Remove.
28737         * benchtests/slowsin-inputs: Remove.
28738         * benchtests/slowsin.c: Remove.
28739         * benchtests/slowtan-inputs: Remove.
28740         * benchtests/slowtan.c: Remove.
28741         * benchtests/tan-inputs: Add slow benchmark inputs.
28742         * scripts/bench.pl: Parse comments and directives.
28744         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28745         in CPPFLAGS.
28746         ($(objpfx)bench-%.c): Remove *-ITER.
28747         * benchtests/bench-modf.c: Remove definition of ITER.
28748         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28749         (main): Loop for DURATION seconds instead of fixed number of
28750         iterations.
28751         * scripts/bench.pl: Don't expect iterations in parameters.
28753 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28755         * io/fchdir.c (__fchdir): Renamed from fchdir.
28756         (fchdir): Define as weak alias.
28758 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28760         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28761         (ERRNO_EDOM): Likewise.
28762         (ERRNO_ERANGE): Likewise.
28763         (noErrnoTests): New variable.
28764         (init_max_error): Set errno to 0.
28765         (test_single_errno): New function.
28766         (test_errno): Likewise.
28767         (check_float_internal): Call test_errno.  Set errno to 0.
28768         (check_complex): Refer to errno tests in comment.
28769         (check_int): Call test_errno.  Set errno to 0.
28770         (check_long): Likewise.
28771         (check_bool): Likewise.
28772         (check_longlong): Likewise.
28773         (cos_test): Use ERRNO_* flags for errno tests instead of
28774         check_int.
28775         (expm1_test): Likewise.
28776         (fmod_test): Likewise.
28777         (ilogb_test): Likewise.
28778         (lgamma_test): Likewise.
28779         (pow_test): Likewise.
28780         (remainder_test): Likewise.
28781         (sin_test): Likewise.
28782         (tan_test): Likewise.
28783         (yn_test): Likewise.
28784         (initialize): Set errno to 0.
28785         (main): Print number of errno tests.
28786         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28788 2013-04-29  Andreas Jaeger  <aj@suse.de>
28790         [BZ #15084]
28791         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28792         and RES_USEVC.
28794         [BZ #15085]
28795         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28796         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28797         unimplemented.
28799         [BZ #15380]
28800         * stdlib/random.c (__initstate): Return NULL if
28801         __initstate fails.
28803         [BZ #15086]
28804         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28805         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28806         RES_SNGLKUPREOP.
28808 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28810         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28812 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28814         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28815         of individual tests.
28816         (casin_test): Likewise.
28817         (casinh_test): Likewise.
28819 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28821         [BZ #15409]
28822         * math/s_catan.c (__catan): Handle arguments with large real or
28823         imaginary part separately without squaring.
28824         * math/s_catanf.c (__catanf): Likewise.
28825         * math/s_catanh.c (__catanh): Likewise.
28826         * math/s_catanhf.c (__catanhf): Likewise.
28827         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28828         and redefine.
28829         (__catanhl): Handle arguments with large real or imaginary part
28830         separately without squaring.
28831         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28832         and redefine.
28833         (__catanl): Handle arguments with large real or imaginary part
28834         separately without squaring.
28835         * math/libm-test.inc (catan_test): Add more tests.
28836         (catanh_test): Likewise.
28837         * sysdeps/i386/fpu/libm-test-ulps: Update.
28838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28840 2013-04-27  Andreas Jaeger  <aj@suse.de>
28842         [BZ #15007]
28843         * stdlib/stdlib.h: Update guards for qecvt.
28844         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28845         <stdlib.h>.
28847 2013-04-27  Allan McRae  <allan@archlinux.org>
28849         * sysdeps/i386/fpu/libm-test-ulps: Update.
28851 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28853         [BZ #15406]
28854         * math/s_catan.c: Include <float.h>.
28855         (__catan): Ensure underflow exception occurs for underflowed
28856         result.
28857         * math/s_catanf.c: Include <float.h>.
28858         (__catanf): Ensure underflow exception occurs for underflowed
28859         result.
28860         * math/s_catanh.c: Include <float.h>.
28861         (__catanh): Ensure underflow exception occurs for underflowed
28862         result.
28863         * math/s_catanhf.c: Include <float.h>.
28864         (__catanhf): Ensure underflow exception occurs for underflowed
28865         result.
28866         * math/s_catanhl.c: Include <float.h>.
28867         (__catanhl): Ensure underflow exception occurs for underflowed
28868         result.
28869         * math/s_catanl.c: Include <float.h>.
28870         (__catanl): Ensure underflow exception occurs for underflowed
28871         result.
28872         * math/libm-test.inc (catan_test): Add more tests.
28873         (catanh_test): Likewise.
28875         [BZ #15405]
28876         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28877         underflowed result.
28878         * math/s_ccoshf.c (__ccoshf): Likewise.
28879         * math/s_ccoshl.c (__ccoshl): Likewise.
28880         * math/s_csin.c (__csin): Likewise.
28881         * math/s_csinf.c (__csinf): Likewise.
28882         * math/s_csinh.c (__csinh): Likewise.
28883         * math/s_csinhf.c (__csinhf): Likewise.
28884         * math/s_csinhl.c (__csinhl): Likewise.
28885         * math/s_csinl.c (__csinl): Likewise.
28886         * math/libm-test.inc (ccos_test): Add more tests.
28887         (ccosh_test): Likewise.
28888         (csin_test): Likewise.
28889         (csinh_test): Likewise.
28891 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28893         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28894         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28895         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28896         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28897         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28898         powerpc/power5+/fpu folders.
28899         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28902 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28904         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28906 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28908         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28909         additions to variable.
28910         [$(config-machine) = x86_64] (modules-names): Likewise.
28911         ($(objpfx)tst-audit3): Remove dependency.
28912         ($(objpfx)tst-audit3.out): Likewise.
28913         ($(objpfx)tst-audit4): Likewise.
28914         ($(objpfx)tst-audit4.out): Likewise.
28915         ($(objpfx)tst-audit5): Likewise.
28916         ($(objpfx)tst-audit5.out): Likewise.
28917         ($(objpfx)tst-audit6): Likewise.
28918         ($(objpfx)tst-audit6.out): Likewise.
28919         ($(objpfx)tst-audit7): Likewise.
28920         ($(objpfx)tst-audit7.out): Likewise.
28921         (tst-audit3-ENV): Remove variable.
28922         (tst-audit4-ENV): Likewise.
28923         (tst-audit5-ENV): Likewise.
28924         (tst-audit6-ENV): Likewise.
28925         (tst-audit7-ENV): Likewise.
28926         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28927         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28928         addition to variable.
28929         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28930         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28931         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28932         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28933         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28934         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28935         tst-audit3, tst-audit4 and tst-audit5.
28936         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28937         tst-audit6 and tst-audit7.
28938         [$(subdir) = elf] (modules-names): Add audit modules for those
28939         tests.
28940         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28941         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28942         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28943         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28944         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28945         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28946         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28947         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28948         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28949         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28950         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28951         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28952         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28953         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28954         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28955         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28956         Likewise.
28957         [$(subdir) = elf && $(config-cflags-avx) = yes]
28958         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28959         [$(subdir) = elf && $(config-cflags-avx) = yes]
28960         (CFLAGS-tst-auditmod4a.c): Likewise.
28961         [$(subdir) = elf && $(config-cflags-avx) = yes]
28962         (CFLAGS-tst-auditmod4b.c): Likewise.
28963         [$(subdir) = elf && $(config-cflags-avx) = yes]
28964         (CFLAGS-tst-auditmod6b.c): Likewise.
28965         [$(subdir) = elf && $(config-cflags-avx) = yes]
28966         (CFLAGS-tst-auditmod6c.c): Likewise.
28967         [$(subdir) = elf && $(config-cflags-avx) = yes]
28968         (CFLAGS-tst-auditmod7b.c): Likewise.
28969         * elf/tst-audit3.c: Move to ...
28970         * sysdeps/x86_64/tst-audit3.c: ... here.
28971         * elf/tst-audit4.c: Move to ...
28972         * sysdeps/x86_64/tst-audit4.c: ... here.
28973         * elf/tst-audit5.c: Move to ...
28974         * sysdeps/x86_64/tst-audit5.c: ... here.
28975         * elf/tst-audit6.c: Move to ...
28976         * sysdeps/x86_64/tst-audit6.c: ... here.
28977         * elf/tst-audit7.c: Move to ...
28978         * sysdeps/x86_64/tst-audit7.c: ... here.
28979         * elf/tst-auditmod3a.c: Move to ...
28980         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28981         * elf/tst-auditmod3b.c: Move to ...
28982         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28983         * elf/tst-auditmod4a.c: Move to ...
28984         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28985         * elf/tst-auditmod4b.c: Move to ...
28986         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28987         * elf/tst-auditmod5a.c: Move to ...
28988         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28989         * elf/tst-auditmod5b.c: Move to ...
28990         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28991         * elf/tst-auditmod6a.c: Move to ...
28992         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28993         * elf/tst-auditmod6b.c: Move to ...
28994         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28995         * elf/tst-auditmod6c.c: Move to ...
28996         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28997         * elf/tst-auditmod7a.c: Move to ...
28998         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28999         * elf/tst-auditmod7b.c: Move to ...
29000         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29002 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29004         [BZ #15366]
29005         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29006         define unconditionally.
29007         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29008         define unconditionally.
29009         (INT8_C, INT16_C, etc.): Likewise.
29011 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29013         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29014         __ehdr_start with hidden visibility.
29016         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29018 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29020         * math/libm-test.inc (cos_test): Use accurate hex constants.
29021         (sincost_test): Likewise.
29023 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29025         * math/libm-test.inc (catan_test): Add more tests.
29026         (catanh_test): Likewise.
29028         * math/s_catanf.c (__catanf): Use suffixed floating-point
29029         constants.
29030         * math/s_catanhf.c (__catanhf): Likewise.
29031         * math/s_catanhl.c (__catanhl): Likewise.
29032         * math/s_catanl.c (__catanl): Likewise.
29034         [BZ #15394]
29035         * math/s_catan.c (__catan): Calculate imaginary part of result
29036         with log1p not log unless computing log of number close to 0.
29037         * math/s_catanf.c (__catanf): Likewise.
29038         * math/s_catanl.c (__catanl): Likewise.
29039         * math/s_catanh.c (__catanh): Calculate real part of result with
29040         log1p not log unless computing log of number close to 0.
29041         * math/s_catanhf.c (__catanhf): Likewise.
29042         * math/s_catanhl.c (__catanhl): Likewise.
29043         * math/libm-test.inc (catan_test): Add more tests.
29044         (catanh_test): Likewise.
29045         * sysdeps/i386/fpu/libm-test-ulps: Update.
29046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29048 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29050         * benchtests/Makefile: Mention files in which fast and slow
29051         paths of math functions are implemented.
29053 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29055         * sysdeps/posix/timespec_get.c: New file.
29057 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29059         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29060         POWER.
29061         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29062         for POWER.
29063         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29064         powerpc/power5/fpu folders.
29065         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29066         * benchtests/Makefile: Add modf testcase.
29067         * benchtests/bench-modf.c: New file: Benchmark test for mo
29069 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29071         [BZ #14888]
29072         * time/Makefile (tests): Add tst-strptime-whitespace.
29073         * time/strptime_l.c (get_number): Use ISSPACE.
29074         (__strptime_internal): Likewise.
29075         * time/tst-strptime-whitespace.c: New test case.
29077 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29079         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29080         member.
29081         (_nss_files_init): Set it here.
29083 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29085         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29086         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29087         unsigned.
29089 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29091         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29093 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29095         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29096         size just once.
29098 2013-04-21  David S. Miller  <davem@davemloft.net>
29100         * po/ru.po: Update Russion translation from translation project.
29102 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29104         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29105         and setfsgid.
29107 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29109         * configure.in: Remove i386 configure warning. Remove i386 case.
29110         * configure: Regenerate.
29111         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29112         Add example to error message.
29113         * sysdeps/i386/configure: Regenerate.
29115 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29117         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29118         slowtan.
29119         * benchtests/cos-inputs: New file.
29120         * benchtests/slowcos-inputs: New file.
29121         * benchtests/slowcos.c: New file.
29122         * benchtests/slowtan-inputs: New file.
29123         * benchtests/slowtan.c: New file.
29124         * benchtests/tan-inputs: New file.
29126 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29128         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29129         considered kosher.
29131 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29133         * benchtests/Makefile: Include cppflags-iterator.mk to add
29134         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29136         * Makefile.in (bench-clean): New target.
29137         * benchtests/Makefile (bench-clean): Likewise.
29139 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29141         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29143 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29145         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29147 2013-04-15  Andreas Schwab  <schwab@suse.de>
29149         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29150         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29151         * nscd/pwdcache.c (cache_addpw): Likewise.
29152         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29153         more than recsize.
29155 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29157         * benchtests/Makefile (bench): Write all output to
29158         bench-out.tmp together.
29160 2013-04-15  Andreas Schwab  <schwab@suse.de>
29162         * nscd/nscd.c (main): Don't fork again after closing files.
29164 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29166         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29168         * benchtests/Rules (bench-deps): Collect dependencies into a
29169         single variable.  Add Makefile to dependencies.
29170         ($(objpfx)bench-%.c): Depend on bench-deps.
29172 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29173             Xavier Roche  <roche+kml2@exalead.com>
29175         [BZ #15361]
29176         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29177         just that it's a file descriptor.
29178         * manual/llio.texi (Synchronizing AIO Operations): Update description
29179         for EBADF error from aio_fsync.
29181 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29183         * Rules (bench): Move target definition...
29184         * benchtests/Makefile: ... here.
29186 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29188         * math/libm-test.inc (cos_test): Fix PI/2 test.
29189         (sincos_test): Likewise.
29190         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29191         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29193 2013-04-11  Andreas Schwab  <schwab@suse.de>
29195         [BZ #13988]
29196         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29197         accept exponent character only when digits were seen.
29198         * stdio-common/Makefile (tests): Add bug26.
29199         * stdio-common/bug26.c: New file.
29201         [BZ #14293]
29202         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29203         non-freeable.
29205 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29207         * Makeconfig (rtld-prefix): Define built linker prefix.
29208         * Rules (run-bench): Use it.
29209         * math/Makefile (run-regen-ulps): Likewise.
29211         * Rules (bench): Remove eval.
29213 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29214             Roland McGrath  <roland@hack.frob.com>
29215             Ondrej Bilka  <neleai@seznam.cz>
29217         [BZ #15346]
29218         * time/getdate.c: Include ctype.h and alloca.h.
29219         (__getdate_r): Trim leading and trailing spaces of input.
29220         * time/tst-getdate.c (tests): Add tests with leading and
29221         trailing spaces.
29223 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29225         [BZ #14280]
29226         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29227         when computing value.
29229 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29231         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29232         Use testrun.sh to run libm tests.
29234         [BZ #15309]
29235         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29237 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29239         [BZ #15264]
29240         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29242 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29244         * Makefile.in (regen-ulps): New target.
29245         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29246         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29247         [ifneq (no,$(PERL)] (regen-ulps): New target.
29248         [ifeq (no,$(PERL)] (regen-ulps): New target.
29249         * math/libm-test.inc (ulps_file_name): Define.
29250         (output_dir): New variable.
29251         (options): Add "output-dir" option.
29252         (parse_opt): Handle 'o' case.
29253         (main): If output_dir is non-NULL use it as a prefix
29254         otherwise use "".
29255         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29257 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29259         [BZ #10060, #10062]
29260         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29261         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29262         fail configure if __sync_val_compare_and_swap is not inlined.
29263         * sysdeps/i386/configure: Regenerate.
29264         * configure.in: Build for i686 when configured for i386.
29265         * configure: Regenerate.
29266         * README: Remove i386 reference.
29268 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29270         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29271         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29273 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29275         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29276         (lmsnanval): New variables.
29277         (F): Add conversion tests.
29278         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29279         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29281         * stdio-common/tstdiomisc.c (F): Properly collect individual
29282         tests' results.
29284         [BZ #14686, #15336]
29285         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29286         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29287         Instead, use input NaN values or generate a qNaN by arithmetic
29288         operation.  Also fix bugs to comply with the standard.
29289         * math/libm-test.inc (remainder_test): Add more tests.
29291         [BZ #15335, #15342]
29292         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29293         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29294         input NaN values or generate a qNaN by arithmetic operation.
29296         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29297         unreachable code.
29299         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29300         definitions.
29302 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29304         [BZ #14478]
29305         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29306         underflowed result.
29307         * math/s_cexpf.c (__cexpf): Likewise.
29308         * math/s_cexpl.c (__cexpl): Likewise.
29309         * math/libm-test.inc (cexp_test): Add more tests.
29311 2013-04-03  Andreas Schwab  <schwab@suse.de>
29313         [BZ #15330]
29314         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29315         order arrays from heap if bigger than alloca cutoff.
29317 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29319         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29320         (SNAN_TESTS_double): Refer to GCC PR56831.
29321         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29322         GCC PR56828.
29324 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29326         * Rules (bench): Move bench.out after the run is complete.
29328         * Rules (bench): Echo currently running benchmark.
29330         * benchtests/Makefile (bench): Add atan and slowatan.
29331         * benchtests/atan-inputs: New file.
29332         * benchtests/slowatan-inputs: New file.
29333         * benchtests/slowatan.c: New file.
29335         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29336         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29337         its value.
29339         [BZ #15305]
29340         * sysdeps/unix/sysv/linux/kernel-features.h
29341         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29342         __ASSUME_XFS_RESTRICTED_CHOWN.
29343         * sysdeps/unix/sysv/linux/pathconf.c
29344         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29345         Save and restore errno.
29347 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29349         [BZ #15327]
29350         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29351         arguments using __kernel_casinh.
29352         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29353         arguments using __kernel_casinhf.
29354         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29355         arguments using __kernel_casinhl.
29356         * math/libm-test.inc (cacosh_test): Add more tests.
29357         * sysdeps/i386/fpu/libm-test-ulps: Update.
29358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29360 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29362         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29363         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29365         * bench/Makefile (bench): Add sin and slowsin.
29366         * benchtests/sin-inputs: New file.
29367         * benchtests/slowsin-inputs: New file.
29368         * benchtests/slowsin.c: New file.
29370         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29371         (bench): Add slowexp and slowpow.
29372         (exp-ITER): Increase iterations.
29373         (pow-ITER): Likewise.
29374         * benchtests/exp-inputs: Change input.
29375         * benchtests/pow-inputs: Likewise.
29376         * benchtests/slowexp-inputs: New file.
29377         * benchtests/slowexp.c: New file.
29378         * benchtests/slowpow-inputs: New file.
29379         * benchtests/slowpow.c: New file.
29381 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29383         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29384         instructions.
29385         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29386         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29387         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29388         * benchtests/Makefile: Add rint benchtest.
29389         * benchtests/rint-inputs: Input for rint benchtest.
29391 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29393         * Versions.def (libm): Add GLIBC_2.18.
29394         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29395         hidden libm prototypes.
29396         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29397         * math/Makefile (libm-calls): Add s_issignaling.
29398         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29399         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29400         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29401         declaration.
29402         * math/math.h [__USE_GNU] (issignaling): New macro.
29403         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29404         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29405         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29406         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29407         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29408         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29409         * manual/arith.texi (issignaling): New section.
29410         * manual/libm-err-tab.pl (@all_functions): Update comment.
29411         * math/gen-libm-test.pl (parse_args): Apply special handling for
29412         issignaling.
29413         * math/libm-test.inc (print_float, issignaling_test): New
29414         functions.
29415         (check_float_internal): Add issignaling checks.
29416         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29417         default definition.
29418         * sysdeps/powerpc/math-tests.h: New file.
29419         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29420         tests.
29421         * math/test-snan.c (TEST_FUNC): Likewise.
29423 2013-03-30  David S. Miller  <davem@davemloft.net>
29425         * po/de.po: Update from translation team.
29427 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29429         [BZ #10357]
29430         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29431         imaginary part less than 1.0 and real part less than 0.5
29432         specially.
29433         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29434         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29435         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29436         (cacos_test): Add more tests.
29437         (casin_test): Likewise.
29438         (casinh_test): Likewise.
29439         * sysdeps/i386/fpu/libm-test-ulps: Update.
29440         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29442 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29444         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29445         ONE with its value.
29447         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29448         (__pow_mp): Replace ONE and MONE with their values.
29449         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29450         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29451         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29452         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29453         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29454         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29456         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29458         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29459         (__pow_mp): Replace ZERO and MZERO with their values.
29460         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29461         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29462         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29463         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29464         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29465         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29466         (__sqr): Likewise.
29468         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29470         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29472 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29474         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29475         Declare with __attribute__ ((weak)).
29476         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29477         Call __call_tls_dtors only if it's not NULL.
29479 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29481         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29482         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29483         magic __ehdr_start linker symbol if it's defined.
29484         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29485         them up here if it was already done.
29487         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29488         (_dl_aux_init): Use const in cast when setting it.
29489         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29490         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29491         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29493         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29494         Declare them here.
29495         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29496         * csu/libc-tls.c: Nor here.
29497         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29499         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29500         (__libc_message): Never call vsyslog.
29502 2013-03-28  Alan Modra  <amodra@gmail.com>
29504         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
29505         Define as empty.
29506         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
29507         Likewise.
29509 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29511         [BZ #15214]
29512         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
29513         underflow.
29514         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29516 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29518         [BZ #15304]
29519         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
29520         Don't add gid passed as argument.
29522         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
29524 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29526         [BZ #15307]
29527         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29528         imaginary part between 1.0 and 1.5 and real part less than 0.5
29529         specially.
29530         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29531         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29532         * math/libm-test.inc (cacos_test): Add more tests.
29533         (casin_test): Likewise.
29534         (casinh_test): Likewise.
29535         * sysdeps/i386/fpu/libm-test-ulps: Update.
29536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29538 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29540         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29541         constants.
29542         (norm): Likewise.
29543         (denorm): Likewise.
29544         (__dbl_mp): Likewise.
29545         (add_magnitudes): Likewise.
29546         (sub_magnitudes): Likewise.
29547         (__add): Likewise.
29548         (__sub): Likewise.
29549         (__mul): Likewise.
29550         (__sqr): Likewise.
29551         (__inv): Likewise.
29552         (__dvd): Likewise.
29554         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29555         commented code.
29556         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29557         (__dubcos): Likewise.
29558         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29559         (__ieee754_acos): Likewise.
29560         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29561         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29562         (__exp1): Likewise.
29563         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29564         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29565         (log1): Likewise.
29566         (my_log2): Likewise.
29567         (checkint): Likewise.
29568         * sysdeps/ieee754/dbl-64/e_remainder.c
29569         (__ieee754_remainder): Likewise.
29570         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29571         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29572         (bsloww): Likewise.
29573         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29575         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29576         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29577         MANTISSA_STORE_T to store computations on mantissa.  Use
29578         macros for rounding and division.
29579         (denorm): Likewise.
29580         (__dbl_mp): Likewise.
29581         (add_magnitudes): Likewise.
29582         (sub_magnitudes): Likewise.
29583         (__mul): Likewise.
29584         (__sqr): Likewise.
29585         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29586         powers of two in terms of TWOPOW macro.
29587         (mp_no): Make type of mantissa as MANTISSA_T.
29588         [!RADIXI]: Define RADIXI.
29589         [!TWO52]: Define TWO52.
29590         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29592 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29594         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29595         llroundl symbol when building for PPC32.
29597 2013-03-24  Mark H Weaver  <mhw@netris.org>
29599         * manual/arith.texi (Normalization Functions): Fix prototypes for
29600         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29602 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29604         [BZ #13889]
29605         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29606         high value to check if expl overflow.
29607         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29608         to check for underflow and overflow.
29609         * math/libm-test.inc: Add exp test.
29611 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29613         [BZ #11120]
29614         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29615         with NOT_IN_libc.
29617 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29619         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29620         symbol.
29622 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29624         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29625         wrap blocks consisting of several statements.
29627         * sysdeps/generic/math-tests.h: New file.
29628         * sysdeps/i386/fpu/math-tests.h: Likewise.
29629         * math/test-snan.c: Include it.
29630         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29632 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29634         [BZ #15285]
29635         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29636         (__ieee754_j0l): Do not improve calculations using cos of twice
29637         input for inputs above LDBL_MAX / 2.0L.
29638         (__ieee754_y0l): Likewise.
29639         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29640         (__ieee754_j1l): Do not improve calculations using cos of twice
29641         input for inputs above LDBL_MAX / 2.0L.
29642         (__ieee754_y1l): Likewise.
29643         * math/libm-test.inc (j0_test): Add another test.
29644         (j1_test): Likewise.
29645         (y0_test): Likewise.
29646         (y1_test): Likewise.
29647         * sysdeps/i386/fpu/libm-test-ulps: Update.
29649 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29651         * Rules ($(objpfx)bench-%.c): Include code from a C source
29652         file.
29654 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29656         [BZ #15287]
29657         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29658         imaginary part 1.0 and real part less than 0.5 specially.
29659         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29660         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29661         * math/libm-test.inc (cacos_test): Add more tests.
29662         (casin_test): Likewise.
29663         (casinh_test): Likewise.
29664         * sysdeps/i386/fpu/libm-test-ulps: Update.
29665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29667 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29669         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29670         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29672 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29674         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29675         * config.make.in (config-cflags-sse4): Remove variable.
29676         (config-cflags-avx): Likewise.
29677         (config-cflags-sse2avx): Likewise.
29678         (config-cflags-novzeroupper): Likewise.
29679         (config-asflags-i686): Likewise.
29680         (have-mfma4): Likewise.
29681         (have-as-vis3): Likewise.
29682         (MIG): Likewise.
29683         * configure.in (MIG): Do not AC_SUBST.
29684         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29685         (libc_cv_cc_sse4): Do not AC_SUBST.
29686         (libc_cv_cc_avx): Likewise.
29687         (libc_cv_cc_sse2avx): Likewise.
29688         (libc_cv_cc_novzeroupper): Likewise.
29689         (libc_cv_cc_fma4): Likewise.
29690         (libc_cv_as_i686): Likewise.
29691         (libc_cv_sparc_as_vis3): Likewise.
29692         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29693         LIBC_CONFIG_VAR.
29694         (config-asflags-i686): Likewise.
29695         (config-cflags-avx): Likewise.
29696         (config-cflags-sse2avx): Likewise.
29697         (have-mfma4): Likewise.
29698         (config-cflags-novzeroupper): Likewise.
29699         * sysdeps/mach/configure.in (MIG): Likewise.
29700         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29701         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29702         LIBC_CONFIG_VAR.
29703         (config-cflags-avx): Likewise.
29704         (config-cflags-sse2avx): Likewise.
29705         (have-mfma4): Likewise.
29706         (config-cflags-novzeroupper): Likewise.
29707         * configure: Regenerated.
29708         * sysdeps/i386/configure: Likewise.
29709         * sysdeps/mach/configure: Likewise.
29710         * sysdeps/sparc/configure: Likewise.
29711         * sysdeps/x86_64/configure: Likewise.
29713 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29715         [BZ #14812]
29716         * locale/programs/localedef.c (options): Put N_ translation marker
29717         on argument names, not just descriptions.
29719 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29721         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29723 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29725         [BZ #14176]
29726         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29728 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29730         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29731         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29732         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29733         [!BEFORE_ABORT] (before_abort): New function.
29734         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29735         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29736         (writev_for_fatal): New function.
29737         (WRITEV_FOR_FATAL): New macro; call that.
29738         (backtrace_and_maps): New function.
29739         (BEFORE_ABORT): New macro; call that.
29740         (struct str_list): Type removed.
29741         (__libc_message, __libc_fatal): Functions removed.
29742         Include <sysdeps/posix/libc_fatal.c> instead.
29744 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29746         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29747         constants.
29748         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29749         double constants.
29751 2013-03-19  Andreas Schwab  <schwab@suse.de>
29753         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29754         * sysdeps/gnu/configure: Regenerate.
29756         * configure.in: Substitute libc_cv_rtlddir.
29757         * configure: Regenerate.
29758         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29759         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29760         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29761         * elf/Makefile (install-others, CFLAGS-interp.c)
29762         (ldso_install, common-ldd-rewrite): Likewise.
29763         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29764         $(inst_slibdir)/$(rtld-installed-name).
29765         * scripts/rellns-sh: Add -p option.
29766         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29767         for source.
29769 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29771         * manual/nptl.texi: Renamed to ...
29772         * manual/threads.texi: ... this.
29773         * manual/Makefile (chapters): Update.
29775 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29777         [BZ #14812]
29778         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29779         on argument names, not just descriptions.
29780         * malloc/memusagestat.c (options): Likewise.
29781         * nss/getent.c (options): Likewise.
29783 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29785         [BZ #14812]
29786         * iconv/iconv_prog.c (options): Put N_ translation marker
29787         on argument names, not just descriptions.
29788         * iconv/iconvconfig.c (options): Likewise.
29790 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29792         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29793         implementation which is faster on all x86_64 architectures.
29794         Tested on AMD, Intel Nehalem, SNB, IVB.
29795         * sysdeps/x86_64/strnlen.S: Likewise.
29797         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29798         Remove all multiarch strlen and strnlen versions.
29799         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29800         Remove strlen and strnlen related parts.
29802         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29803         Inline strlen part.
29804         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29806         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29807         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29808         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29809         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29810         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29811         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29813 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29815         * manual/memory.texi (Malloc Tunable Parameters):
29816         Sort parameters alphabetically. Add comments for missing entries.
29818 2013-03-17  David S. Miller  <davem@davemloft.net>
29820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29822 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29824         [BZ #15283]
29825         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29826         for arguments at most half maximum finite value.
29827         * math/libm-test.inc (j0_test): Add more tests.
29828         (j1_test): Likewise.
29829         (y0_test): Likewise.
29830         (y1_test): Likewise.
29831         * sysdeps/i386/fpu/libm-test-ulps: Update.
29832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29834         [BZ #14155]
29835         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29836         1 / x and functions P and Q for arguments above 0x1p256L.
29837         (__ieee754_y0l): Likewise.
29838         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29839         (__ieee754_y1l): Likewise.
29840         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29841         (j1_test): Likewise.
29842         (y0_test): Likewise.
29843         (y1_test): Likewise.
29845 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29847         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29848         variable.
29850 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29852         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29853         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29854         zero since it's initialized to EXEC_PAGESIZE.
29856         * sysdeps/unix/sysv/linux/ldsodefs.h
29857         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29858         * sysdeps/generic/ldsodefs.h: ... here.
29860 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29862         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29864         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29865         math/test-snan.c.
29866         * math/test-snan.c: Renamed from
29867         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29868         * math/Makefile (tests): Add test-snan.
29869         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29870         test-powerpc-snan.
29872         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29873         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29874         functions.
29875         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29876         __builtin_nan family of functions.
29877         * math/libm-test.inc (initialize): Initialize qnan_value with
29878         __builtin_nan family of functions.
29879         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29880         Remove variables.
29881         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29882         Remove functions.
29883         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29884         storage class.  Initialize qNaN_var and sNaN_var with
29885         __builtin_nan and __builtin_nans families of functions,
29886         respectively.
29888         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29889         (sqrt_test): Remove duplicate test with qNaN input.
29890         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29891         (round_test, signbit_test, significand_test): Note missing +/-Inf
29892         as well as qNaN tests.
29894         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29895         qNaN_var.  Fix a few strings, too.
29896         * math/libm-test.inc (nan_value): Rename to qnan_value.
29897         * math/gen-libm-test.pl (%beautify): Adjust to that.
29898         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29899         * math/test-misc.c (main): Likewise.
29900         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29901         to __qnan_bytes, and __qnan_union, respectively.
29902         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29903         Likewise.
29904         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29905         and lqnanval, respectively.
29906         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29907         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29908         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29909         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29911         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29912         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29913         doubles.
29915         * math/test-misc.c (main): Fix copy'n'pastos.
29916         * misc/tst-efgcvt.c (special): Likewise.
29918         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29919         Remove declarations.
29921 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29923         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29924         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29925         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29926         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29928 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29930         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29931         macro to return vdso values correctly in IFUNC implementations.
29932         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29933         Optimization by using IFUNC.
29935 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29936             Richard Henderson  <rth@redhat.com>
29937             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29939         * Makefile.in (bench): New target.
29940         * NEWS: Mention the benchmark framework.
29941         * Rules (bench): Likewise.
29942         (binaries-bench): Generate binaries for functions to
29943         benchmark.
29944         * benchtests/Makefile: New makefile for benchmark tests.
29945         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29946         programs.
29947         * benchtests/exp-inputs: New input file for EXP function.
29948         * benchtests/pow-inputs: New input file for POW function.
29949         * scripts/bench.pl: New script to generate source files for
29950         benchmark programs.
29952 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29954         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29955         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29956         computations on mantissa.  Use macros for rounding and
29957         division.
29958         (denorm): Likewise.
29959         (__dbl_mp): Likewise.
29960         (add_magnitudes): Likewise.
29961         (sub_magnitudes): Likewise.
29962         (__mul): Likewise.
29963         (__sqr): Likewise.
29964         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29965         powers of two in terms of TWOPOW macro.
29966         (mp_no): Make type of mantissa as MANTISSA_T.
29967         [!RADIXI]: Define RADIXI.
29968         [!TWO52]: Define TWO52.
29969         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29971         * manual/nptl.texi (cindex): Modify threads to pthreads.
29973 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29975         * sysdeps/x86_64/preconfigure: Regenerated.
29977 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29979         [BZ #14155]
29980         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29981         0x1p28 and above.
29982         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29983         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29984         0x1p28 and above.
29985         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29986         * math/libm-test.inc (j0_test): Do not allow one spurious
29987         underflow exception.
29988         (y1_test): Likewise.
29990 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29992         * manual/Makefile (chapters): Add nptl.
29993         * manual/debug.texi (Debugging Support): Add link to Threads
29994         chapter.
29995         * manual/nptl.texi: New file.
29997         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29999 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30001         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30002         for non-NULL pointer before the memory validity test. Pointed
30003         out by Holger Brunck <holger.brunck@keymile.com>.
30005 2013-03-13  Andreas Schwab  <schwab@suse.de>
30007         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30008         instead of .os.
30010 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30012         * timezone/zic.c: Update from tzcode 2013b.
30014 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30016         * manual/install.texi (Configuring and compiling):
30017         Mention i686 and i586.
30018         * INSTALL: Regenerate.
30020 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30022         * sysdeps/init_array/elf-init.c: New file.
30023         * csu/elf-init.c
30024         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30025         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30027         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30028         __gmon_start__ as global, but as static with a .preinit_array pointer.
30029         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30030         * sysdeps/init_array/crti.S: New file, empty except for comments.
30031         * sysdeps/init_array/crtn.S: Likewise.
30033 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30035         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30036         definining bcopy.
30037         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30038         Remove Prefer_SSE_for_memop.
30039         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30040         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30041         HAS_PREFER_SSE_FOR_MEMOP.
30042         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30043         memset-x86-64.
30044         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30045         Remove bzero, memset ifunc support.
30046         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30047         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30048         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30049         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30051 2013-03-11  Andreas Schwab  <schwab@suse.de>
30053         [BZ #15234]
30054         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30055         by SHLIB_COMPAT.
30056         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30057         (GLIBC_2.16): Remove pthread_atfork.
30059 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30061         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30062         (ptestcases.h): Likewise.
30064 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30066         * Makeconfig ($(common-objpfx)config.status): Depend on
30067         sysdeps/*/preconfigure{,.in} too.
30069 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30071         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30072         (__free_hook): Use void * instead of __malloc_ptr_t.
30073         (__malloc_hook): Likewise.
30074         (__realloc_hook): Likewise.
30075         (__memalign_hook): Likewise.
30076         (__after_morecore_hook): Likewise.
30077         * malloc/arena.c (save_malloc_hook): Likewise.
30078         (save_free_hook): Likewise.
30079         * malloc/hooks.c (malloc_hook_ini): Likewise.
30080         (realloc_hook_ini): Likewise.
30081         (memalign_hook_ini): Likewise.
30082         * malloc/malloc.c (malloc_hook_ini): Likewise.
30083         (realloc_hook_ini): Likewise.
30084         (memalign_hook_ini): Likewise.
30085         (__free_hook): Likewise.
30086         (__malloc_hook): Likewise.
30087         (__realloc_hook): Likewise.
30088         (__memalign_hook): Likewise.
30089         (__libc_malloc): Likewise.
30090         (__libc_free): Likewise.
30091         (__libc_realloc): Likewise.
30092         (__libc_memalign): Likewise.
30093         (__libc_valloc): Likewise.
30094         (__libc_pvalloc): Likewise.
30095         (__libc_calloc): Likewise.
30096         (__posix_memalign): Likewise.
30097         * malloc/morecore.c (__sbrk): Likewise.
30098         (__default_morecore): Likewise.
30100         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30102         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30103         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30104         __malloc_ptrdiff_t.
30106         * malloc/malloc.h (__malloc_size_t): Remove macro.
30107         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30108         __malloc_size_t.
30109         (old_memalign_hook): Likewise.
30110         (old_realloc_hook): Likewise.
30111         (struct hdr): Likewise.
30112         (flood): Likewise.
30113         (mallochook): Likewise.
30114         (memalignhook): Likewise.
30115         (reallochook): Likewise.
30116         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30117         (tr_old_realloc_hook): Likewise.
30118         (tr_old_memalign_hook): Likewise.
30119         (tr_mallochook): Likewise.
30120         (tr_reallochook): Likewise.
30121         (tr_memalignhook): Likewise.
30123 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30125         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30126         default_ldbl_pack and using as default implementation.
30127         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30128         implementation.
30129         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30130         redundant definition.
30131         (ldbl_insert_mantissa): Likewise.
30132         (ldbl_canonicalize): Likewise.
30133         (ldbl_nearbyint): Likewise.
30134         (ldbl_pack): Rename to ldbl_pack_ppc.
30135         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30136         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30137         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30139 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30141         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30142         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30143         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30144         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30145         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30146         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30147         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30148         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30150 2013-03-07  Andreas Jaeger  <aj@suse.de>
30152         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30153         bits/mman-linux.h.
30155 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30157         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30158         Include mpa.h and declare __MPEXP.
30159         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30160         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30161         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30162         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30163         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30164         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30165         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30167         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30168         (__slowpow): Use long double EXPL and LOGL functions to
30169         compute POW.
30170         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30171         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30172         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30173         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30174         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30175         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30177         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30178         intermediate variable to calculate exponent.
30179         (__sqr): Likewise.
30180         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30181         Likewise.
30182         (__sqr): Likewise.
30184         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30185         [!NO__SQR]: Define __sqr.
30186         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30187         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30188         sysdeps/ieee754/dbl-64/mpa.c.
30189         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30191         [BZ #12723]
30192         * posix/Makefile (tests): Add tst-pathconf.
30193         * posix/tst-pathconf.c: New test case.
30194         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30195         _PC_PIPE_BUF.
30196         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30198 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30200         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30202 2013-03-06  Andreas Jaeger  <aj@suse.de>
30204         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30205         definition via __MAP_ANONYMOUS.
30207         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30208         it's not part of Linux headers.
30210         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30211         (MAP_HUGE_MASK): Define.
30213         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30214         Define.
30215         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30216         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30217         Define.
30218         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30219         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30220         Define.
30221         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30222         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30223         Define.
30224         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30226         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30227         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30228         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30229         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30230         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30231         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30233         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30234         Handle f2fs.
30236         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30237         Handle f2fs and efivarfs.
30239         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30240         f2fs.
30242         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30243         (EFIVARFS_MAGIC): Add.
30244         (F2FS_LINK_MAX): Add.
30246 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30248         * stdio-common/vfprintf.c: Replace __builtin_expect with
30249         __glibc_unlikely.
30251 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30253         [BZ #13550]
30254         * sysdeps/generic/bp-sym.h: Remove file.
30255         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30256         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30257         <bp-sym.h> and <bp-asm.h>.
30258         (__longjmp): Don't use BP_SYM.
30259         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30260         and <bp-asm.h>.
30261         (memcpy): Don't use BP_SYM.
30262         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30263         <bp-sym.h> and <bp-asm.h>.
30264         (memcpy): Don't use BP_SYM.
30265         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30266         <bp-asm.h>.
30267         (memcpy): Don't use BP_SYM.
30268         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30269         <bp-asm.h>.
30270         (memset): Don't use BP_SYM.
30271         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30272         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30273         (__bzero): Don't use BP_SYM.
30274         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30275         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30276         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30277         <bp-sym.h> and <bp-asm.h>.
30278         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30279         pointers.
30280         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30281         <bp-sym.h> and <bp-asm.h>.
30282         (memcpy): Don't use BP_SYM.
30283         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30284         <bp-sym.h> and <bp-asm.h>.
30285         (memset): Don't use BP_SYM.
30286         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30287         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30288         (__bzero): Don't use BP_SYM.
30289         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30290         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30291         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30292         <bp-sym.h> and <bp-asm.h>.
30293         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30294         pointers.
30295         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30296         <bp-sym.h> and <bp-asm.h>.
30297         (memcpy): Don't use BP_SYM.
30298         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30299         <bp-sym.h> and <bp-asm.h>.
30300         (memset): Don't use BP_SYM.
30301         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30302         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30303         (__bzero): Don't use BP_SYM.
30304         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30305         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30306         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30307         <bp-sym.h> and <bp-asm.h>.
30308         (__memchr): Don't use BP_SYM.
30309         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30310         <bp-sym.h> and <bp-asm.h>.
30311         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30312         pointers.
30313         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30314         <bp-sym.h> and <bp-asm.h>.
30315         (memcpy): Don't use BP_SYM.
30316         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30317         <bp-sym.h> and <bp-asm.h>.
30318         (__mempcpy): Don't use BP_SYM.
30319         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30320         <bp-sym.h> and <bp-asm.h>.
30321         (__memrchr): Don't use BP_SYM.
30322         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30323         <bp-sym.h> and <bp-asm.h>.
30324         (memset): Don't use BP_SYM.
30325         (__bzero): Likewise.
30326         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30327         <bp-sym.h> and <bp-asm.h>.
30328         (__rawmemchr): Don't use BP_SYM.
30329         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30330         <bp-sym.h> and <bp-asm.h>.
30331         (__STRCMP): Don't use BP_SYM.
30332         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30333         <bp-sym.h> and <bp-asm.h>.
30334         (strchr): Don't use BP_SYM.
30335         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30336         <bp-sym.h> and <bp-asm.h>.
30337         (__strchrnul): Don't use BP_SYM.
30338         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30339         <bp-sym.h> and <bp-asm.h>.
30340         (strlen): Don't use BP_SYM.
30341         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30342         <bp-sym.h> and <bp-asm.h>.
30343         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30344         pointers.
30345         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30346         <bp-sym.h> and <bp-asm.h>.
30347         (__strnlen): Don't use BP_SYM.
30348         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30349         <bp-sym.h> and <bp-asm.h>.
30350         (__GI__setjmp): Don't use BP_SYM.
30351         (_setjmp): Likewise.
30352         (__sigsetjmp): Likewise.
30353         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30354         (L(start_addresses)): Don't use BP_SYM.
30355         (_start): Likewise.
30356         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30357         <bp-asm.h>.
30358         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30359         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30360         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30361         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30362         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30363         <bp-asm.h>.
30364         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30365         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30366         about bounded pointers.
30367         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30368         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30369         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30370         <bp-asm.h>.
30371         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30372         about bounded pointers.  Remove GKM FIXME comments.
30373         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30374         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30375         <bp-asm.h>.
30376         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30377         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30378         Remove GKM FIXME comments.
30379         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30380         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30381         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30382         <bp-asm.h>.
30383         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30384         about bounded pointers.  Remove GKM FIXME comment.
30385         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30386         and <bp-asm.h>.
30387         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30388         pointers.
30389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30390         <bp-sym.h> and <bp-asm.h>.
30391         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30393         <bp-sym.h> and <bp-asm.h>.
30394         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30395         comment.
30397 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30399         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30400         call free(NULL).
30402 2013-03-05  David S. Miller  <davem@davemloft.net>
30404         * po/es.po: Update from translation team.
30406 2013-03-05  Andreas Jaeger  <aj@suse.de>
30408         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30409         <bits/mman-linux.h>.
30410         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30411         is fine.
30412         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30413         <bits/mman-linux.h> to end of file.
30414         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30415         is fine.
30416         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30417         <bits/mman-linux.h> to end of file.
30418         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30419         is fine.
30420         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30421         <bits/mman-linux.h> to end of file.
30423         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30424         (MCL_CURRENT, MCL_FUTURE): Define here.
30426 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30428         [BZ #15232]
30429         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30430         attribute_hidden.
30431         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30433 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30435         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30436         fourth parameter needed for rt_sigprocmask syscall.
30437         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30438         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30439         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30440         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30441         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30442         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30444 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30446         [BZ #13550]
30447         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30448         comment about bounded pointers.
30449         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30450         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30452 2013-03-04  Andreas Jaeger  <aj@suse.de>
30454         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30455         common definitions.
30457         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30458         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30459         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30460         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30461         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30462         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30464 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30466         [BZ #15055]
30467         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30468         __ieee754_sqrl instead of __sqrl.
30470 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30472         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30473         * sysdeps/powerpc/fpu_control.h: ... here.
30474         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30475         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30476         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30477         * sysdeps/powerpc/bits/mathinline.h: ... here.
30479 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30481         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30482         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30483         to just [NEED_DL_SYSINFO_DSO].
30484         * elf/dl-support.c: Likewise.
30485         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30486         * elf/rtld.c (dl_main): Likewise.
30487         * elf/setup-vdso.h (setup_vdso): Likewise.
30488         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30489         * sysdeps/unix/sysv/linux/dl-sysdep.c
30490         (_dl_discover_osversion): Likewise.
30492 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30494         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30495         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30497 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30499         * NEWS: Mention libm performance improvements and non-x86 PI
30500         futex support.
30502         * csu/libc-start.c (__pthread_initialize_minimal): Change
30503         function arguments.
30504         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30506 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
30508         [BZ #13550]
30509         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
30510         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
30511         <bp-sym.h> and <bp-asm.h>.
30512         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30513         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
30514         and <bp-asm.h>.
30515         (memcpy): Don't use BP_SYM.
30516         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
30517         <bp-asm.h>.
30518         (__mpn_add_n): Don't use BP_SYM.
30519         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
30520         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
30521         and <bp-asm.h>.
30522         (__mpn_addmul_1): Don't use BP_SYM.
30523         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30524         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
30525         <bp-sym.h>.
30526         (_setjmp): Don't use BP_SYM.
30527         (__novmx_setjmp): Likewise.
30528         (__GI__setjmp): Likewise.
30529         (__vmx_setjmp): Likewise.
30530         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30531         <bp-sym.h>.
30532         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30533         (__bzero): Don't use BP_SYM.
30534         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30535         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30536         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30537         <bp-sym.h> and <bp-asm.h>.
30538         (memcpy): Don't use BP_SYM.
30539         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30540         <bp-sym.h> and <bp-asm.h>.
30541         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30542         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30543         <bp-sym.h> and <bp-asm.h>.
30544         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30545         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30546         <bp-asm.h>.
30547         (__mpn_lshift): Don't use BP_SYM.
30548         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30549         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30550         <bp-asm.h>.
30551         (memset): Don't use BP_SYM.
30552         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30553         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30554         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30555         <bp-asm.h>.
30556         (__mpn_mul_1): Don't use BP_SYM.
30557         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30558         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30559         <bp-sym.h> and <bp-asm.h>.
30560         (memcmp): Don't use BP_SYM.
30561         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30562         <bp-sym.h> and <bp-asm.h>.
30563         (memcpy): Don't use BP_SYM.
30564         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30565         <bp-sym.h> and <bp-asm.h>.
30566         (memset): Don't use BP_SYM.
30567         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30568         <bp-sym.h> and <bp-asm.h>.
30569         (strncmp): Don't use BP_SYM.
30570         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30571         <bp-sym.h> and <bp-asm.h>.
30572         (memcpy): Don't use BP_SYM.
30573         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30574         <bp-sym.h> and <bp-asm.h>.
30575         (memset): Don't use BP_SYM.
30576         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30577         <bp-sym.h> and <bp-asm.h>.
30578         (__memchr): Don't use BP_SYM.
30579         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30580         <bp-sym.h> and <bp-asm.h>.
30581         (memcmp): Don't use BP_SYM.
30582         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30583         <bp-sym.h> and <bp-asm.h>.
30584         (memcpy): Don't use BP_SYM.
30585         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30586         <bp-sym.h> and <bp-asm.h>.
30587         (__mempcpy): Don't use BP_SYM.
30588         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30589         <bp-sym.h> and <bp-asm.h>.
30590         (__memrchr): Don't use BP_SYM.
30591         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30592         <bp-sym.h> and <bp-asm.h>.
30593         (memset): Don't use BP_SYM.
30594         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30595         <bp-sym.h> and <bp-asm.h>.
30596         (__rawmemchr): Don't use BP_SYM.
30597         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30598         <bp-sym.h> and <bp-asm.h>.
30599         (__STRCMP): Don't use BP_SYM.
30600         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30601         <bp-sym.h> and <bp-asm.h>.
30602         (strchr): Don't use BP_SYM.
30603         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30604         <bp-sym.h> and <bp-asm.h>.
30605         (__strchrnul): Don't use BP_SYM.
30606         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30607         <bp-sym.h> and <bp-asm.h>.
30608         (strlen): Don't use BP_SYM.
30609         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30610         <bp-sym.h> and <bp-asm.h>.
30611         (strncmp): Don't use BP_SYM.
30612         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30613         <bp-sym.h> and <bp-asm.h>.
30614         (__strnlen): Don't use BP_SYM.
30615         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30616         <bp-asm.h>.
30617         (__mpn_rshift): Don't use BP_SYM.
30618         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30619         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30620         <bp-sym.h> and <bp-asm.h>.
30621         (__sigsetjmp): Don't use BP_SYM.
30622         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30623         (L(start_addresses)): Don't use BP_SYM.
30624         (_start): Likewise.
30625         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30626         <bp-asm.h>.
30627         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30628         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30629         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30630         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30631         <bp-asm.h>.
30632         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30633         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30634         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30635         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30636         <bp-asm.h>.
30637         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30638         comments.
30639         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30640         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30641         <bp-asm.h>.
30642         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30643         FIXME comments.
30644         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30645         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30646         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30647         <bp-asm.h>.
30648         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30649         comment.
30650         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30651         and <bp-asm.h>.
30652         (strncmp): Don't use BP_SYM,
30653         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30654         <bp-asm.h>.
30655         (__mpn_sub_n): Don't use BP_SYM.
30656         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30657         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30658         and <bp-asm.h>.
30659         (__mpn_submul_1): Don't use BP_SYM.
30660         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30662         <bp-sym.h> and <bp-asm.h>.
30663         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30665         <bp-sym.h> and <bp-asm.h>.
30666         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30667         comment.
30669 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30671         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30672         Use ZK to minimize writes to Z.
30673         (sub_magnitudes): Simplify code a bit.
30674         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30675         Use ZK to minimize writes to Z.
30676         (sub_magnitudes): Simplify code a bit.
30678 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30680         * csu/gmon-start.c: Add special exception to license text.
30682 2013-02-27  Richard Henderson  <rth@redhat.com>
30684         * scripts/config.guess: Update from config.git.
30685         * scripts/config.sub: Likewise.
30687 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30689         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30691         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30693         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30695         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30697         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30699 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30701         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30702         [$(build-shared = yes].
30704 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30706         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30707         (__mul): Reduce iterations for calculating mantissa.
30709         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30710         MPTWO.
30711         (__mpranred): Likewise.
30713         [BZ #15160]
30714         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30715         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30717 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30719         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30720         Define __attribute__.
30722 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30724         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30725         unused.
30726         * posix/regex_internal.h (__attribute): Remove.
30727         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30728         (re_string_context_at): Likewise.
30729         (bitset_not): Use __attribute__ and mark function as possibly
30730         unused.
30731         (bitset_merge): Likewise.
30732         (bitset_mask): Likewise.
30733         (re_string_char_size_at): Likewise.
30734         (re_string_wchar_at): Likewise.
30735         (re_string_elem_size_at): Likewise.
30737 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30739         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30740         code.
30741         (cc32): Likewise.
30743         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30744         (__acr): Likewise.
30745         (__cpy): Likewise.
30746         (norm): Likewise.
30747         (denorm): Likewise.
30748         (__dbl_mp): Likewise.
30749         (add_magnitudes): Likewise.
30750         (sub_magnitudes): Likewise.
30751         (__mul): Likewise.
30752         (__inv): Likewise.
30754         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30755         style.
30757         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30758         style.
30760         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30761         code.
30763         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30764         up changes with default code.
30765         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30766         Likewise.
30768 2013-02-24  Allan McRae  <allan@archlinux.org>
30770         * manual/socket.texi (The Internet Namespace): Order menu items
30771         to match that in the file.
30773         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30774         node listing of the info page menu.
30776 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30778         [BZ #13550]
30779         * sysdeps/i386/bp-asm.h: Remove file.
30780         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30781         (PARMS): Do not use macros from bp-asm.h.
30782         (S1): Likewise.
30783         (S2): Likewise.
30784         (SIZE): Likewise.
30785         (__mpn_add_n): Do not use BP_SYM
30786         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30787         "bp-asm.h".
30788         (PARMS): Do not use macros from bp-asm.h.
30789         (S1): Likewise.
30790         (SIZE): Likewise.
30791         (__mpn_addmul_1): Do not use BP_SYM
30792         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30793         "bp-asm.h".
30794         (PARMS): Do not use macros from bp-asm.h.
30795         (SIGMSK): Likewise.
30796         (_setjmp): Likewise.  Do not use BP_SYM.
30797         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30798         "bp-asm.h".
30799         (PARMS): Do not use macros from bp-asm.h.
30800         (SIGMSK): Likewise.
30801         (setjmp): Likewise.  Do not use BP_SYM.
30802         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30803         "bp-asm.h".
30804         (PARMS): Do not use macros from bp-asm.h.
30805         (__frexp): Do not use BP_SYM.
30806         (frexp): Likewise.
30807         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30808         "bp-asm.h".
30809         (PARMS): Do not use macros from bp-asm.h.
30810         (__frexpf): Do not use BP_SYM.
30811         (frexpf): Likewise.
30812         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30813         "bp-asm.h".
30814         (PARMS): Do not use macros from bp-asm.h.
30815         (__frexpl): Do not use BP_SYM.
30816         (frexpl): Likewise.
30817         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30818         "bp-asm.h".
30819         (PARMS): Do not use macros from bp-asm.h.
30820         (__remquo): Do not use BP_SYM.
30821         (remquo): Likewise.
30822         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30823         "bp-asm.h".
30824         (PARMS): Do not use macros from bp-asm.h.
30825         (__remquof): Do not use BP_SYM.
30826         (remquof): Likewise.
30827         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30828         "bp-asm.h".
30829         (PARMS): Do not use macros from bp-asm.h.
30830         (__remquol): Do not use BP_SYM.
30831         (remquol): Likewise.
30832         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30833         "bp-asm.h".
30834         (PARMS): Do not use macros from bp-asm.h.
30835         (DEST): Likewise.
30836         (SRC): Likewise.
30837         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30838         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30839         "bp-asm.h".
30840         (PARMS): Do not use macros from bp-asm.h.
30841         (strlen): Do not use BP_SYM.
30842         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30843         "bp-asm.h".
30844         (PARMS): Do not use macros from bp-asm.h.
30845         (S1): Likewise.
30846         (S2): Likewise.
30847         (SIZE): Likewise.
30848         (__mpn_add_n): Do not use BP_SYM.
30849         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30850         "bp-asm.h".
30851         (PARMS): Do not use macros from bp-asm.h.
30852         (S1): Likewise.
30853         (SIZE): Likewise.
30854         (__mpn_addmul_1): Do not use BP_SYM.
30855         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30856         weak_alias.
30857         (bzero): Likewise.
30858         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
30859         "bp-asm.h".
30860         (PARMS): Do not use macros from bp-asm.h.
30861         (S): Likewise.
30862         (SIZE): Likewise.
30863         (__mpn_lshift): Do not use BP_SYM.
30864         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30865         "bp-asm.h".
30866         (PARMS): Do not use macros from bp-asm.h.
30867         (DEST): Likewise.
30868         (SRC): Likewise.
30869         (LEN): Likewise.
30870         (memcpy): Likewise.  Do not use BP_SYM.
30871         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30872         libc_hidden_def and weak_alias.
30873         (mempcpy): Do not use BP_SYM in weak_alias.
30874         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30875         "bp-asm.h".
30876         (PARMS): Do not use macros from bp-asm.h.
30877         (DEST): Likewise.
30878         (LEN): Likewise.
30879         [!BZERO_P] (CHR): Likewise.
30880         (memset): Likewise.  Do not use BP_SYM.
30881         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
30882         "bp-asm.h".
30883         (PARMS): Do not use macros from bp-asm.h.
30884         (S1): Likewise.
30885         (SIZE): Likewise.
30886         (__mpn_mul_1): Do not use BP_SYM.
30887         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30888         "bp-asm.h".
30889         (PARMS): Do not use macros from bp-asm.h.
30890         (S): Likewise.
30891         (SIZE): Likewise.
30892         (__mpn_rshift): Do not use BP_SYM.
30893         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30894         "bp-asm.h".
30895         (PARMS): Do not use macros from bp-asm.h.
30896         (STR): Likewise.
30897         (CHR): Likewise.
30898         (strchr): Likewise.  Do not use BP_SYM.
30899         (index): Do not use BP_SYM in weak_alias.
30900         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30901         "bp-asm.h".
30902         (PARMS): Do not use macros from bp-asm.h.
30903         (DEST): Likewise.
30904         (SRC): Likewise.
30905         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30906         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30907         "bp-asm.h".
30908         (PARMS): Do not use macros from bp-asm.h.
30909         (strlen): Do not use BP_SYM.
30910         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30911         "bp-asm.h".
30912         (PARMS): Do not use macros from bp-asm.h.
30913         (S1): Likewise.
30914         (S2): Likewise.
30915         (SIZE): Likewise.
30916         (__mpn_sub_n): Do not use BP_SYM.
30917         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30918         "bp-asm.h".
30919         (PARMS): Do not use macros from bp-asm.h.
30920         (S1): Likewise.
30921         (SIZE): Likewise.
30922         (__mpn_submul_1): Do not use BP_SYM.
30923         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30924         "bp-asm.h".
30925         (PARMS): Do not use macros from bp-asm.h.
30926         (S1): Likewise.
30927         (S2): Likewise.
30928         (SIZE): Likewise.
30929         (__mpn_add_n): Do not use BP_SYM.
30930         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30931         weak_alias.
30932         (bzero): Likewise.
30933         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30934         "bp-asm.h".
30935         (PARMS): Do not use macros from bp-asm.h.
30936         (BLK2): Likewise.
30937         (LEN): Likewise.
30938         (memcmp): Do not use BP_SYM.
30939         (bcmp): Do not use BP_SYM in weak_alias.
30940         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30941         "bp-asm.h".
30942         (PARMS): Do not use macros from bp-asm.h.
30943         (DEST): Likewise.
30944         (SRC): Likewise.
30945         (LEN): Likewise.
30946         (memcpy): Likewise.  Do not use BP_SYM.
30947         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30948         "bp-asm.h".
30949         (PARMS): Do not use macros from bp-asm.h.
30950         (DEST): Likewise.
30951         (SRC): Likewise.
30952         (LEN): Likewise.
30953         (memmove): Likewise.  Do not use BP_SYM.
30954         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30955         "bp-asm.h".
30956         (PARMS): Do not use macros from bp-asm.h.
30957         (DEST): Likewise.
30958         (SRC): Likewise.
30959         (LEN): Likewise.
30960         (__mempcpy): Likewise.  Do not use BP_SYM.
30961         (mempcpy): Do not use BP_SYM in weak_alias.
30962         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30963         "bp-asm.h".
30964         (PARMS): Do not use macros from bp-asm.h.
30965         (DEST): Likewise.
30966         (LEN): Likewise.
30967         [!BZERO_P] (CHR): Likewise.
30968         (memset): Likewise.  Do not use BP_SYM.
30969         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30970         "bp-asm.h".
30971         (PARMS): Do not use macros from bp-asm.h.
30972         (STR2): Likewise.
30973         (strcmp): Do not use BP_SYM.
30974         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30975         "bp-asm.h".
30976         (PARMS): Do not use macros from bp-asm.h.
30977         (STR): Likewise.
30978         (DELIM): Likewise.
30979         [USE_AS_STRTOK_R] (SAVE): Likewise.
30980         (FUNCTION): Likewise.  Do not use BP_SYM.
30981         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30982         aliases.
30983         (strtok_r): Likewise.
30984         (__GI___strtok_r): Likewise.
30985         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30986         (PARMS): Do not use macros from bp-asm.h.
30987         (S): Likewise.
30988         (SIZE): Likewise.
30989         (__mpn_lshift): Do not use BP_SYM.
30990         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30991         (PARMS): Do not use macros from bp-asm.h.
30992         (STR): Likewise.
30993         (CHR): Likewise.
30994         (__memchr): Do not use BP_SYM.
30995         (memchr): Do not use BP_SYM in weak_alias.
30996         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30997         (PARMS): Do not use macros from bp-asm.h.
30998         (BLK2): Likewise.
30999         (LEN): Likewise.
31000         (memcmp): Do not use BP_SYM.
31001         (bcmp): Do not use BP_SYM in weak_alias.
31002         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31003         (PARMS): Do not use macros from bp-asm.h.
31004         (S1): Likewise.
31005         (SIZE): Likewise.
31006         (__mpn_mul_1): Do not use BP_SYM.
31007         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31008         "bp-asm.h".
31009         (PARMS): Do not use macros from bp-asm.h.
31010         (STR): Likewise.
31011         (CHR): Likewise.
31012         (__rawmemchr): Do not use BP_SYM.
31013         (rawmemchr): Do not use BP_SYM in weak_alias.
31014         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31015         (PARMS): Do not use macros from bp-asm.h.
31016         (S): Likewise.
31017         (SIZE): Likewise.
31018         (__mpn_rshift): Do not use BP_SYM.
31019         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31020         (PARMS): Do not use macros from bp-asm.h.
31021         (SIGMSK): Likewise.
31022         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31023         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31024         (_start): Do not use BP_SYM.
31025         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31026         (PARMS): Do not use macros from bp-asm.h.
31027         (DEST): Likewise.
31028         (SRC): Likewise.
31029         (__stpcpy): Likewise.  Do not use BP_SYM.
31030         (stpcpy): Do not use BP_SYM in weak_alias.
31031         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31032         "bp-asm.h".
31033         (PARMS): Do not use macros from bp-asm.h.
31034         (DEST): Likewise.
31035         (SRC): Likewise.
31036         (LEN): Likewise.
31037         (__stpncpy): Likewise.  Do not use BP_SYM.
31038         (stpncpy): Do not use BP_SYM in weak_alias.
31039         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31040         (PARMS): Do not use macros from bp-asm.h.
31041         (STR): Likewise.
31042         (CHR): Likewise.
31043         (strchr): Likewise.  Do not use BP_SYM.
31044         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31045         "bp-asm.h".
31046         (PARMS): Do not use macros from bp-asm.h.
31047         (STR): Likewise.
31048         (CHR): Likewise.
31049         (__strchrnul): Likewise.  Do not use BP_SYM.
31050         (strchrnul): Do not use BP_SYM in weak_alias.
31051         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31052         "bp-asm.h".
31053         (PARMS): Do not use macros from bp-asm.h.
31054         (STOP): Likewise.
31055         (strcspn): Do not use BP_SYM.
31056         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31057         "bp-asm.h".
31058         (PARMS): Do not use macros from bp-asm.h.
31059         (STR): Likewise.
31060         (STOP): Likewise.
31061         (strpbrk): Likewise.  Do not use BP_SYM.
31062         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31063         "bp-asm.h".
31064         (PARMS): Do not use macros from bp-asm.h.
31065         (STR): Likewise.
31066         (CHR): Likewise.
31067         (strrchr): Likewise.  Do not use BP_SYM.
31068         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31069         (PARMS): Do not use macros from bp-asm.h.
31070         (SKIP): Likewise.
31071         (strspn): Do not use BP_SYM.
31072         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31073         (PARMS): Do not use macros from bp-asm.h.
31074         (STR): Likewise.
31075         (DELIM): Likewise.
31076         (SAVE): Likewise.
31077         (FUNCTION): Likewise.  Do not use BP_SYM.
31078         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31079         aliases.
31080         (strtok_r): Likewise.
31081         (__GI___strtok_r): Likewise.
31082         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31083         (PARMS): Do not use macros from bp-asm.h.
31084         (S1): Likewise.
31085         (S2): Likewise.
31086         (SIZE): Likewise.
31087         (__mpn_sub_n): Do not use BP_SYM.
31088         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31089         "bp-asm.h".
31090         (PARMS): Do not use macros from bp-asm.h.
31091         (S1): Likewise.
31092         (SIZE): Likewise.
31093         (__mpn_submul_1): Do not use BP_SYM.
31094         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31095         <bp-sym.h>.
31096         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31097         and <bp-asm.h>.
31098         (PARMS): Do not use macros from bp-asm.h.
31099         (FLAGS): Likewise.
31100         (PTID): Likewise.
31101         (TLS): Likewise.
31102         (CTID): Likewise.
31103         (__clone): Do not use BP_SYM.
31104         (clone): Do not use BP_SYM in weak_alias.
31105         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31106         and <bp-asm.h>.
31107         (PARMS): Do not use macros from bp-asm.h.
31108         (LEN): Likewise.
31109         (__mmap64): Do not use BP_SYM.
31110         (mmap64): Do not use BP_SYM in weak_alias.
31111         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31112         <bp-sym.h> and <bp-asm.h>.
31113         (PARMS): Do not use macros from bp-asm.h.
31114         (__posix_fadvise64_l64): Do not use BP_SYM.
31115         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31116         (PARMS): Do not use macros from bp-asm.h.
31117         (NSOPS): Likewise.
31118         (semtimedop): Do not use BP_SYM.
31119         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31120         and <bp-asm.h>.
31122 2013-02-21  Allan McRae  <allan@archlinux.org>
31124         * manual/message.texi (Charset conversion in gettext):
31125         Move @end statement to beginning of line.
31127 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31129         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31130         static.
31131         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31132         Likewise.
31134         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31135         (denorm): Likewise.
31136         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31137         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31139 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31141         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31142         tail-call to the resolved function if pltexit isn't needed.
31144 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31146         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31147         or Y being zero as being unlikely.
31148         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31149         Likewise.
31151 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31153         * manual/nss.texi (System Databases and Name Service Switch):
31154         Remove frobnicate @pxref.
31156 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31158         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31159         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31161 2013-02-20  Petr Machata  <pmachata@redhat.com>
31163         * elf/elf.h (R_ARM_TARGET1): New macro.
31164         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31165         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31166         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31167         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31168         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31169         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31170         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31171         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31172         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31173         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31174         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31175         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31176         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31177         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31178         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31179         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31180         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31181         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31182         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31183         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31184         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31185         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31186         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31187         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31188         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31189         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31190         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31191         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31192         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31193         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31194         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31195         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31196         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31197         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31198         (R_ARM_THM_GOT_BREL12): Likewise.
31199         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31200         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31201         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31202         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31203         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31204         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31205         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31206         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31207         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31209 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31211         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31212         __attribute_used__ to __attribute__ ((unused)).
31214 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31216         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31217         powerpc mpa.c.
31218         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31219         comment formatting.
31220         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31222 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31224         [BZ #13550]
31225         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31226         Remove macro.
31227         (ENTER): Remove both macro definitions.
31228         (LEAVE): Likewise.
31229         (CHECK_BOUNDS_LOW): Likewise.
31230         (CHECK_BOUNDS_HIGH): Likewise.
31231         (CHECK_BOUNDS_BOTH): Likewise.
31232         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31233         (RETURN_BOUNDED_POINTER): Likewise.
31234         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31235         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31236         (POP_ERRNO_LOCATION_RETURN): Likewise.
31237         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31238         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31239         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31240         macros.
31241         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31242         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31243         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31244         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31245         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31246         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31247         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31248         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31249         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31250         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31251         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31252         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31253         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31254         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31255         removed macros.
31256         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31257         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31258         macros.
31259         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31260         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31261         * sysdeps/i386/i586/memset.S (memset): Likewise.
31262         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31263         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31264         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31265         macros.
31266         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31267         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31268         Change uses of L(2) to L(out).
31269         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31270         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31271         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31272         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31273         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31274         removed macros.
31275         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31276         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31277         macros.
31278         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31279         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31280         (RETURN): Do not use macro LEAVE.
31281         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31282         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31283         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31284         * sysdeps/i386/i686/memset.S (memset): Likewise.
31285         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31286         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31287         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31288         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31289         Likewise.
31290         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31291         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31292         L(1_2) and L(1_3) into L(1).
31293         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31294         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31295         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31296         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31297         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31298         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31299         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31300         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31301         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31302         macros.
31303         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31304         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31305         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31306         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31307         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31308         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31309         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31310         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31311         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31312         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31313         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31314         * sysdeps/i386/strspn.S (strspn): Likewise.
31315         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31316         conditional code.
31317         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31318         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31319         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31320         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31321         L(1_3) into L(1_1).
31322         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31323         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31324         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31325         macros.
31326         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31328 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31330         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31331         macro.
31333 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31335         * math/atest-exp.c (exp_mpn): Remove ROUND.
31336         * math/atest-exp2.c (exp_mpn): Likewise.
31337         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31339         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31340         * stdlib/tst-tls-atexit-lib.c: Likewise.
31341         * stdlib/tst-tls-atexit.c: Likewise.
31343 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31345         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31346         and __attribute_alloc_size__.
31348 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31350         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31351         __attribute_alloc_size__.
31352         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31353         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31355 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31357         * include/programs/xmalloc.h: New file.
31358         * catgets/gencat.c: Include it.
31359         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31360         * elf/pldd.c: Likewise.
31361         * iconv/iconv_charmap.c: Likewise.
31362         * iconv/iconvconfig.c: Likewise.
31363         * iconv/strtab.c: Likewise.
31364         * locale/programs/locale.c: Likewise.
31365         * locale/programs/localedef.h: Likewise.
31366         * locale/programs/simple-hash.c: Likewise.
31367         * nscd/nscd.h: Likewise.
31368         * nss/makedb.c: Likewise.
31369         * sysdeps/generic/ldconfig.h: Likewise.
31371 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31373         * Versions.def: Add GLIBC_2.18.
31374         * include/link.h (struct link_map): New member l_tls_dtor_count.
31375         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31376         (__call_tls_dtors): Likewise.
31377         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31378         __cxa_thread_atexit_impl.
31379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31380         Likewise.
31381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31382         Likewise.
31383         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31384         Likewise.
31385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31386         Likewise.
31387         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31388         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31389         Likewise.
31390         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31391         Likewise.
31392         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31393         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31394         Likewise.
31395         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31396         (tests): Add test case tst-tls-atexit.
31397         (modules-names): Add shared library for tst-tls-atexit.
31398         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31399         (GLIBC_PRIVATE): Add __call_tls_dtors.
31400         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31401         for libstdc++.
31402         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31403         * stdlib/tst-tls-atexit.c: New test case.
31404         * stdlib/tst-tls-atexit-lib.c: New test case.
31406         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31408         * elf/Versions (ld): Add _dl_find_dso_for_object.
31409         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31410         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31411         (dl_open_worker): Use _dl_find_dso_for_object.
31412         * elf/dl-sym.c (do_sym): Likewise.
31413         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31415 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31417         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31418         Syntactic changes only.
31419         (_dl_runtime_profile): Do a tail-call to the resolved function.
31421 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31423         [BZ #13550]
31424         * sysdeps/x86_64/bp-asm.h: Remove file.
31425         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31426         <bp-sym.h> and <bp-asm.h>.
31427         (__clone): Do not use BP_SYM.
31428         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31429         <bp-sym.h> and <bp-asm.h>.
31430         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31431         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31432         "bp-asm.h".
31433         (_setjmp): Do not use BP_SYM.
31434         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31435         "bp-asm.h".
31436         (setjmp): Do not use BP_SYM.
31437         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31438         libc_hidden_def.
31439         (mempcpy): Do not use BP_SYM in weak_alias.
31440         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31441         "bp-asm.h".
31442         (strchr): Do not use BP_SYM.
31443         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31444         "bp-asm.h".
31445         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31446         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31447         (_start): Do not use BP_SYM.
31448         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31449         "bp-asm.h".
31450         (strcat): Do not use BP_SYM.
31451         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31452         "bp-asm.h".
31453         (STRCMP): Do not use BP_SYM.
31454         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31455         "bp-asm.h".
31456         (STRCPY): Do not use BP_SYM.
31457         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31458         "bp-asm.h".
31459         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31460         "bp-asm.h".
31461         (FUNCTION): Do not use BP_SYM.
31462         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31463         weak_alias.
31464         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31466 2013-02-17  Andreas Jaeger  <aj@suse.de>
31468         * time/Versions: Sort entries.
31469         * string/Versions: Likewise.
31470         * resolv/Versions: Likewise.
31471         * posix/Versions: Likewise.
31472         * iconv/Versions: Likewise.
31473         * elf/Versions: Likewise.
31474         * wcsmbs/Versions: Likewise.
31476 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31478         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31479         loop termination condition.
31481         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31482         variable to calculate EZ.
31483         (__sqr): Likewise.
31485         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31486         the lower precision input.
31488 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31490         [BZ #13550]
31491         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31492         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31493         (run-via-rtld-prefix): Do not handle %-bp tests.
31494         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31495         (all-object-suffixes): Remove .ob.
31496         (bppfx): Remove variable.
31497         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31498         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31499         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31500         [$(build-bounded) = yes] (libtype.ob): Likewise.
31501         * Makerules (elide-routines.ob): Remove variable.
31502         (do-tests-clean): Do not handle *-bp.out.
31503         (common-mostlyclean): Do not handle *-bp and *-bp.out.
31504         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
31505         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
31506         (tests): Do not include $(tests-bp.out).
31507         (xtests): Do not include $(xtests-bp.out).
31508         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
31509         [$(build-bounded) = yes] ($(addprefix
31510         $(objpfx),$(binaries-bounded))): Remove rule.
31511         ($(objpfx)%-bp.out): Remove rule.
31512         * config.make.in (build-bounded): Remove variable.
31513         * crypt/Makefile [$(build-bounded) = yes]
31514         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
31515         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
31516         append to variable.
31517         [$(build-bounded) = yes] (install-lib): Likewise.
31518         [$(build-bounded) = yes] (generated): Likewise.
31519         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
31520         Remove rule.
31521         * intl/Makefile [$(build-bounded) = yes]
31522         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
31523         * math/Makefile [$(build-bounded) = yes]
31524         ($(tests:%=$(objpfx)%-bp): Likewise.
31525         * misc/Makefile [$(build-bounded) = yes]
31526         ($(objpfx)tst-tsearch-bp): Likewise.
31527         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31528         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31529         Remove dependency.
31530         * string/Makefile (o-objects.ob): Remove variable.
31531         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31532         (CFLAGS-.ob): Remove variable.
31533         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31534         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31535         both definitions of variable.
31536         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31537         (ASFLAGS-.ob): Remove variable.
31539 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31541         [BZ #13550]
31542         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31543         Remove __BOUNDED_POINTERS__ from condition.
31544         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31545         * string/bits/string2.h [!__NO_STRING_INLINES &&
31546         !__BOUNDED_POINTERS__]: Likewise.
31547         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31548         Likewise.
31549         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31550         Remove conditional code.
31551         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31552         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31553         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31554         condition.
31556         [BZ #13550]
31557         * csu/libc-start.c: Do not include <bp-sym.h>.
31558         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31559         * elf/dl-open.c: Do not include <bp-sym.h>.
31560         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31561         * math/fegetenv.c: Do not include <bp-sym.h>.
31562         (fegetenv): Do not use BP_SYM in versioned symbols.
31563         * nptl/sysdeps/pthread/bits/libc-lockP.h
31564         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31565         <bp-sym.h>.
31566         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31567         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31568         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31569         (__pthread_mutex_destroy): Likewise.
31570         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31571         (__pthread_mutex_lock): Likewise.
31572         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31573         (__pthread_mutex_trylock): Likewise.
31574         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31575         (__pthread_mutex_unlock): Likewise.
31576         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31577         (__pthread_mutexattr_init): Likewise.
31578         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31579         (__pthread_mutexattr_destroy): Likewise.
31580         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31581         (__pthread_mutexattr_settype): Likewise.
31582         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31583         (__pthread_rwlock_init): Likewise.
31584         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31585         (__pthread_rwlock_destroy): Likewise.
31586         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31587         (__pthread_rwlock_rdlock): Likewise.
31588         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31589         (__pthread_rwlock_tryrdlock): Likewise.
31590         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31591         (__pthread_rwlock_wrlock): Likewise.
31592         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31593         (__pthread_rwlock_trywrlock): Likewise.
31594         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31595         (__pthread_rwlock_unlock): Likewise.
31596         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31597         (__pthread_key_create): Likewise.
31598         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31599         (__pthread_setspecific): Likewise.
31600         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31601         (__pthread_getspecific): Likewise.
31602         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31603         Likewise.
31604         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31605         (_pthread_cleanup_push_defer): Likewise.
31606         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31607         (_pthread_cleanup_pop_restore): Likewise.
31608         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31609         (pthread_setcancelstate): Likewise.
31610         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31611         <bp-sym.h>.
31612         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31613         (memchr): Do not use BP_SYM in weak_alias.
31614         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31615         (fegetenv): Do not use BP_SYM in versioned symbols.
31616         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31617         (fesetenv): Do not use BP_SYM in versioned symbols.
31618         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31619         (feupdateenv): Do not use BP_SYM in versioned symbols.
31620         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31621         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31622         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31623         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31624         (open64): Do not use BP_SYM in weak_alias.
31625         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31626         (fegetenv): Do not use BP_SYM in versioned symbols.
31627         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31628         (fesetenv): Do not use BP_SYM in versioned symbols.
31629         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31630         (feupdateenv): Do not use BP_SYM in versioned symbols.
31631         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31632         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31633         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31634         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31635         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31636         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31637         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31638         <bp-sym.h>.
31639         (__libc_start_main): Do not use BP_SYM.
31641 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31643         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31644         redundant return line.
31645         (norm): Likewise.
31646         (denorm): Likewise.
31647         (dbl_mp): Likewise.
31648         (sub_magnitudes): Likewise.
31649         (__add): Likewise.
31650         (__sub): Likewise.
31651         (__mul): Likewise.
31652         (__inv): Likewise.
31653         (__dvd): Likewise.
31654         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31655         (norm): Likewise.
31656         (denorm): Likewise.
31657         (dbl_mp): Likewise.
31658         (sub_magnitudes): Likewise.
31659         (__add): Likewise.
31660         (__sub): Likewise.
31661         (__mul): Likewise.
31662         (__inv): Likewise.
31663         (__dvd): Likewise.
31665         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31666         instead of __mul.
31667         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31668         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31669         (cc32): Likewise.
31671         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31672         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31673         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31674         of __mul for squares.
31675         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31676         function
31677         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31678         Likewise.
31679         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31680         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31682 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31684         [BZ #13550]
31685         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31686         code.
31687         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31688         prototype or function definition.  Rename ubp_* variables and
31689         parameters.  Remove argv definitions conditional on
31690         [__BOUNDED_POINTERS__].
31691         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31692         * elf/dl-runtime.c (_dl_fixup): Likewise.
31693         * include/set-hooks.h (RUN_HOOK): Likewise.
31694         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31695         definition.
31696         * string/strcpy.c (strcpy): Do not use __unbounded.
31697         * sysdeps/generic/frame.h (struct layout): Likewise.
31698         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31699         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31700         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31701         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31702         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31703         (__backtrace): Likewise.
31704         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31705         use __ptrvalue.
31706         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31707         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31708         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31709         Likewise.
31710         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31711         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31712         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31713         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31714         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31715         Do not use __unbounded.
31716         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31717         Rename __unboundedrlimits parameter to rlimits in prototype.
31718         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31719         Do not use __unbounded.
31720         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31721         not use __ptrvalue.
31722         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31723         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31724         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31725         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31726         __ptrvalue or __unbounded.
31727         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31728         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31729         use __unbounded.
31730         (__new_msgctl): Do not use __ptrvalue.
31731         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31732         __unbounded.
31733         (__libc_msgrcv): Do not use __ptrvalue.
31734         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31735         startup_info): Do not use __unbounded.
31736         (__libc_start_main): Likewise.  Rename ubp_* variables and
31737         parameters.  Remove argv definitions conditional on
31738         [__BOUNDED_POINTERS__].
31739         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31740         __ptrvalue.
31741         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31742         use __unbounded.
31743         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31744         or __ptrvalue.
31745         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31746         use __unbounded.
31747         (__new_shmctl): Do not use __ptrvalue.
31748         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31749         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31750         Likewise.
31751         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31752         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31753         (__libc_sigaction): Likewise.
31754         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31755         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31756         Likewise.
31757         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31759 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31761         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31763         * string/mempcpy.c: Implement by calling memcpy.
31765 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31767         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31769         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31770         evaluation.
31772         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31773         values in the mantissa.
31775         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31776         minimize writes to Z.
31777         (sub_magnitudes): Simplify code a bit.
31779 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31781         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31782         from the message.  The linker prefixes all warnings with that already.
31784 2013-02-12  Andreas Schwab  <schwab@suse.de>
31786         [BZ #15078]
31787         * posix/regexec.c (extend_buffers): Add parameter min_len.
31788         (check_matching): Pass minimum needed length.
31789         (clean_state_log_if_needed): Likewise.
31790         (get_subexp): Likewise.
31791         * posix/Makefile (tests): Add bug-regex34.
31792         (bug-regex34-ENV): Define.
31793         * posix/bug-regex34.c: New file.
31795         [BZ #11561]
31796         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31797         elements compare against the byte sequence of it, not its name.
31798         * posix/Makefile (tests): Add bug-regex35.
31799         (bug-regex35-ENV): Define.
31800         * posix/bug-regex35.c: New file.
31802 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31804         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31805         comment.
31806         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31807         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31808         (CHECK_EOL): Add undef.
31810 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31812         * bits/stdlib-bsearch.h: New file.
31813         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31814         * stdlib/stdlib.h: Likewise.
31816 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31818         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31819         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31820         declaration.
31821         * manual/search.texi (Array Search Function): Add missing const in
31822         lfind prototype.
31823         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31824         declaration to use rlim_t.
31825         (Basic Scheduling Functions): Remove erroneous const from
31826         sched_getparam prototype.  Remove erroneous * from
31827         sched_get_priority_max and sched_get_priority_min prototypes.
31828         (Resource Usage): Fix summary @comment on vtimes to refer to
31829         sys/vtimes.h rather than vtimes.h.
31830         Add missing *s in vtimes prototype.
31831         (Limits on Resources): Fix ulimit prototype to return long int.
31832         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31833         prototypes to use long int rather than double.
31834         (BSD Random): Fix initstate and setstate to use char *, not void *.
31835         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31836         prototype to make second argument 'struct aiocb64 *const[]'.
31837         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31838         (Status of AIO Operations): Remove erroneous const in aio_return and
31839         aio_return64 prototypes.
31840         (Synchronizing I/O): Fix sync prototype to return void.
31841         * manual/startup.texi (Suboptions): Remove an erroneous const in
31842         getsubopt prototype.
31843         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31844         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31845         use size_t rather than int.
31846         (Scanning All Users): Likewise for getpwent_r.
31847         (Setting Groups): Add missing const to setgroups prototype.
31848         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31849         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31850         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31851         'const void *' rather than 'const char *'.
31852         (Host Address Functions): Likewise for inet_ntop.
31853         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31854         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31855         ssize_t for return value.
31856         (Sending Data): Likewise for send, sendto, sendmsg.
31857         (Socket Option Functions): Add a missing const in setsockopt prototype.
31858         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31859         use wchar_t for the argument.
31860         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31861         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31862         take no arguments.
31863         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31864         double/float/long double for second argument.
31865         Fix return types of significand, significandf, significandl.
31866         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31867         argument in fchmod prototype.
31868         (File Owner): Use uid_t and gid_t in fchown prototype.
31869         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31870         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31871         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31872         use 'const struct dirent **' as argument types to CMP function pointer
31873         argument.
31874         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31875         (File Times): Fix summary magic @comment for struct utimbuf and utime
31876         to refer to utime.h, not time.h.
31877         * manual/string.texi (Argz Functions): Add missing const in
31878         argz_extract and argz_next prototypes.
31879         (Finding Tokens in a String): Likewise for basename.
31880         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31881         (Copying and Concatenation): Fix typo in wmemmove prototype.
31882         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31883         (Signal Stack): Remove erroneous const in sigstack prototype.
31884         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31885         prototype.
31886         (Simple Calendar Time): Likewise for stime.
31887         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31888         prototype.
31889         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31890         say sys/sysctl.h instead.
31891         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31892         and vsyslog prototypes.
31894 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31896         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31897         Remove.
31899 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31901         * misc/sys/mman.h: Fix typo in mremap comment.
31903 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31905         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31906         the '\0' terminator.
31908 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31910         [BZ #13550]
31911         * debug/segfault.c: Don't include <bp-checks.h>.
31912         * sysdeps/generic/bp-checks.h: Remove file.
31913         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31914         (__GETDENTS): Don't use CHECK_N.
31915         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31916         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31917         (__getgroups): Don't use CHECK_N.
31918         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31919         (setgroups): Don't use CHECK_N.
31920         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31921         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31922         (__libc_msgrcv): Don't use CHECK_N.
31923         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31924         (__libc_msgsnd): Don't use CHECK_N.
31925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31926         <bp-checks.h>.
31927         (__libc_pread): Don't use CHECK_N.
31928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31929         include <bp-checks.h>.
31930         (__libc_pread64): Don't use CHECK_N.
31931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31932         include <bp-checks.h>.
31933         (__libc_pwrite): Don't use CHECK_N.
31934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31935         include <bp-checks.h>.
31936         (__libc_pwrite64): Don't use CHECK_N.
31937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31938         <bp-checks.h>.
31939         (__libc_pread): Don't use CHECK_N.
31940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31941         include <bp-checks.h>.
31942         (__libc_pread64): Don't use CHECK_N.
31943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31944         include <bp-checks.h>.
31945         (__libc_pwrite): Don't use CHECK_N.
31946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31947         include <bp-checks.h>.
31948         (__libc_pwrite64): Don't use CHECK_N.
31949         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31950         (do_pread): Don't use CHECK_N.
31951         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31952         (do_pread64): Don't use CHECK_N.
31953         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31954         (do_pwrite): Don't use CHECK_N.
31955         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31956         (do_pwrite64): Don't use CHECK_N.
31957         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31958         (__libc_readv): Don't use CHECK_N.
31959         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31960         (semop): Don't use CHECK_N.
31961         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31962         <bp-checks.h>.
31963         (semtimedop): Don't use CHECK_N.
31964         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31965         (__libc_pread): Don't use CHECK_N.
31966         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31967         <bp-checks.h>.
31968         (__libc_pread64): Don't use CHECK_N.
31969         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31970         <bp-checks.h>.
31971         (__libc_pwrite): Don't use CHECK_N.
31972         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31973         <bp-checks.h>.
31974         (__libc_pwrite64): Don't use CHECK_N.
31975         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31976         <bp-checks.h>.
31977         (__libc_msgrcv): Don't use CHECK_N.
31978         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31979         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31980         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31981         (__libc_writev): Don't use CHECK_N.
31983 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31985         * string/strcpy.c: Removed unused variable.
31987         * Makeconfig (+sysdep-includes): Define with := rather than =.
31988         Use an existing include/ subdir of each sysdeps dir before it.
31990 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31992         * nscd/connection.c (register_traced_file): Comment function.
31993         [HAVE_INOTIFY] (union __inev): Define.
31994         [HAVE_INOTIFY] (inotify_check_files): New function.
31995         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31996         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31997         clear_db_cache.
31998         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32000 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32002         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32003         loaded if not already and that a failure is permanent.
32005 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32007         [BZ #15006]
32008         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32009         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32011 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32013         [BZ #13550]
32014         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32015         (CHECK_1_NULL_OK): Likewise.
32016         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32017         (__fxstat): Do not use CHECK_1.
32018         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32019         <bp-checks.h>.
32020         (___fxstat64): Do not use CHECK_1.
32021         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32022         <bp-checks.h>.
32023         (__fxstatat): Do not use CHECK_1.
32024         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32025         <bp-checks.h>.
32026         (__fxstatat64): Do not use CHECK_1.
32027         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32028         <bp-checks.h>.
32029         (__fxstat): Do not use CHECK_1.
32030         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32031         <bp-checks.h>.
32032         (__fxstatat): Do not use CHECK_1.
32033         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32034         <bp-checks.h>.
32035         (__getresgid): Do not use CHECK_1.
32036         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32037         <bp-checks.h>.
32038         (__getresuid): Do not use CHECK_1.
32039         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32040         <bp-checks.h>.
32041         (__lxstat): Do not use CHECK_1.
32042         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32043         <bp-checks.h>.
32044         (__old_msgctl): Do not use CHECK_1.
32045         (__new_msgctl): Likewise.
32046         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32047         <bp-checks.h>.
32048         (__new_setrlimit): Do not use CHECK_1.
32049         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32050         <bp-checks.h>.
32051         (__old_shmctl): Do not use CHECK_1.
32052         (__new_shmctl): Likewise.
32053         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32054         <bp-checks.h>.
32055         (__xstat): Do not use CHECK_1.
32056         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32057         (__lxstat): Do not use CHECK_1.
32058         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32059         <bp-checks.h>.
32060         (___lxstat64): Do not use CHECK_1.
32061         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32062         (__old_msgctl): Do not use CHECK_1.
32063         (__new_msgctl): Likewise.
32064         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32065         <bp-checks.h>.
32066         (__gettimeofday): Do not use CHECK_1.
32067         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32068         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32069         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32070         <bp-checks.h>.
32071         (__gettimeofday): Do not use CHECK_1.
32072         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32073         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32074         (__new_shmctl): Do not use CHECK_1.
32075         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32076         <bp-checks.h>.
32077         (do_sigtimedwait): Do not use CHECK_1.
32078         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32079         <bp-checks.h>.
32080         (do_sigwaitinfo): Do not use CHECK_1.
32081         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32082         <bp-checks.h>.
32083         (msgctl): Do not use CHECK_1.
32084         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32085         <bp-checks.h>.
32086         (shmctl): Do not use CHECK_1.
32087         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32088         (ustat): Do not use CHECK_1.
32089         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32090         <bp-checks.h>.
32091         (__fxstat): Do not use CHECK_1.
32092         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32093         <bp-checks.h>.
32094         (__fxstatat): Do not use CHECK_1.
32095         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32096         <bp-checks.h>.
32097         (__lxstat): Do not use CHECK_1.
32098         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32099         <bp-checks.h>.
32100         (__xstat): Do not use CHECK_1.
32101         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32102         (__xstat): Do not use CHECK_1.
32103         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32104         (___xstat64): Do not use CHECK_1.
32106         [BZ #13550]
32107         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32108         definitions.
32109         (CHECK_BOUNDS_HIGH): Likewise.
32110         * string/strcpy.c: Do not include <bp-checks.h>.
32111         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32113 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32115         * nscd/nscd-client.h (__nscd_drop_map_ref):
32116         Add __attribute__ ((unused)).
32117         * nis/nss-nisplus.h (niserr2nss): Likewise.
32119         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32120         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32122         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32123         Remove inline keyword.
32124         * include/rounding-mode.h (round_away): Likewise.
32125         * libio/wfileops.c (adjust_wide_data): Likewise.
32126         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32127         (__m128i_strloadu_tolower): Likewise.
32128         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32129         (__m128i_strloadu_tolower): Likewise.
32130         * time/mktime.c (ydhms_diff): Likewise.
32131         * locale/elem-hash.h (elem_hash): Likewise.
32132         * locale/setlocale.c (setdata): Likewise.
32133         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32134         (re_string_wchar_at): Likewise.
32135         (bitset_not, bitset_merge, bitset_mask): Likewise.
32136         [!(__GNUC__ > 3)] (inline): Remove macro.
32137         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32138         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32139         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32140         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32141         * string/memcmp.c (memcmp_bytes): Likewise.
32142         * locale/programs/locarchive.c (compute_hashval): Likewise.
32143         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32144         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32145         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32146         * nss/getent.c (print_rpc, print_protocols): Likewise.
32147         (print_passwd, print_group, print_aliases): Likewise.
32148         * nis/nss-nisplus.h (niserr2nss): Likewise.
32149         * nscd/connections.c (restart_p): Likewise.
32150         Change return type to bool.
32152 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32154         * Makeconfig (all-Depend-files): Add existing
32155         $(sorted-subdirs:=/Depend) files.
32156         (all-subdirs): Remove nss.
32157         * sysdeps/unix/inet/Subdirs: Add it here instead.
32158         * hesiod/Depend: New file.
32160         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32161         instead of calling alloca.
32163         * io/lseek.c (__lseek): Rename to __libc_lseek.
32164         Define __lseek as an alias.
32166         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32168 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32170         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32171         else clause and remove check for non-standard endianness.
32173 2013-02-04  David S. Miller  <davem@davemloft.net>
32175         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32177 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32179         [BZ #13550]
32180         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32181         (__ubp_memchr): Remove prototype.
32182         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32183         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32184         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32185         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32186         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32187         Remove alias.
32188         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32189         (__ubp_memchr): Likewise.
32190         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32191         (__ubp_memchr): Likewise.
32192         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32193         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32194         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32195         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32196         CHECK_STRING.
32197         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32198         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32199         (__getcwd): Do not use CHECK_STRING.
32200         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32201         <bp-checks.h>.
32202         (__real_chown): Do not use CHECK_STRING.
32203         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32204         <bp-checks.h>.
32205         (fchownat): Do not use CHECK_STRING.
32206         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32207         CHECK_STRING.
32208         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32209         <bp-checks.h>.
32210         (__lchown): Do not use CHECK_STRING.
32211         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32212         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32213         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32214         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32216         include <bp-checks.h>.
32217         (truncate64): Do not use CHECK_STRING.
32218         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32219         <bp-checks.h>.
32220         (__real_chown): Do not use CHECK_STRING.
32221         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32222         <bp-checks.h>.
32223         (__lchown): Do not use CHECK_STRING.
32224         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32225         <bp-checks.h>.
32226         (__chown): Do not use CHECK_STRING.
32227         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32228         <bp-checks.h>.
32229         (truncate64): Do not use CHECK_STRING.
32230         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32231         Likewise.
32232         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32233         (__xmknod): Do not use CHECK_STRING.
32234         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32235         <bp-checks.h>.
32236         (__xmknodat): Do not use CHECK_STRING.
32237         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32238         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32240 2013-02-04  Andreas Schwab  <schwab@suse.de>
32242         [BZ #14142]
32243         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32244         * include/netdb.h: Likewise for h_errno.
32245         * elf/tst-stackguard1.c: Include <tls.h>.
32247 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32249         * elf/link.h (struct link_map): Extend the l_addr comment.
32250         * include/link.h (struct link_map): Likewise.
32252 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32254         [BZ #13550]
32255         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32256         (BOUNDED_1): Remove macro.
32257         * debug/backtrace.c: Don't include <bp-checks.h>.
32258         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32259         (__backtrace): Likewise.
32260         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32261         <bp-checks.h>.
32262         (__backtrace): Don't use BOUNDED_1.
32263         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32264         <bp-checks.h>.
32265         (__backtrace): Don't use BOUNDED_1.
32266         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32267         (__backtrace): Don't use BOUNDED_1.
32268         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32269         (shmat): Don't use BOUNDED_N.
32271 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32273         [BZ #13550]
32274         * sysdeps/generic/bp-start.h: Remove file.
32275         * csu/libc-start.c: Don't include <bp-start.h>.
32276         (LIBC_START_MAIN): Set up __environ directly instead of using
32277         INIT_ARGV_and_ENVIRON.
32278         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32279         <bp-start.h>.
32281         [BZ #13550]
32282         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32283         definitions.
32284         (CHECK_FCNTL): Likewise.
32285         (CHECK_N_PAGES): Likewise.
32287         [BZ #13550]
32288         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32289         definitions.
32290         (CHECK_SIGSET_NULL_OK): Likewise.
32291         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32292         <bp-checks.h>.
32293         (sigpending): Don't use CHECK_SIGSET.
32294         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32295         <bp-checks.h>.
32296         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32297         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32298         <bp-checks.h>.
32299         (do_sigsuspend): Don't use CHECK_SIGSET.
32300         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32301         use CHECK_SIGSET.
32302         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32303         (do_sigwait): Don't use CHECK_SIGSET.
32304         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32305         use CHECK_SIGSET.
32306         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32307         include <bp-checks.h>.
32308         (sigpending): Don't use CHECK_SIGSET.
32309         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32310         include <bp-checks.h>.
32311         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32312         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32313         <bp-checks.h>.
32314         (sigpending): Don't use CHECK_SIGSET.
32315         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32316         <bp-checks.h>.
32317         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32319         [BZ #13550]
32320         * sysdeps/generic/bp-semctl.h: Remove file.
32321         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32322         <bp-checks.h> and <bp-semctl.h>.
32323         (__old_semctl): Don't use CHECK_SEMCTL.
32324         (__new_semctl): Likewise.
32325         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32326         and <bp-semctl.h>.
32327         (__old_semctl): Don't use CHECK_SEMCTL.
32328         (__new_semctl): Likewise.
32329         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32330         <bp-checks.h> and <bp-semctl.h>.
32331         (__old_semctl): Don't use CHECK_SEMCTL.
32332         (__new_semctl): Likewise.
32333         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32334         <bp-checks.h> and <bp-semctl.h>.
32335         (semctl): Don't use CHECK_SEMCTL.
32337         [BZ #13550]
32338         * Makerules (elide-bp-thunks): Remove variable.
32339         (elide-routines.oS): Don't use $(elide-bp-thunks).
32340         (elide-routines.os): Likewise.
32341         (elide-routines.o): Likewise.
32342         (elide-routines.op): Likewise.
32343         (elide-routines.og): Likewise.
32344         (objects): Don't use $(bp-thunks).
32345         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32346         include.
32347         (common-generated): Do not add s-proto-bp.d.
32348         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32349         (int): Likewise.
32350         (typ): Likewise.
32351         Do not generate makefile rules for bounded-pointer thunks.
32352         * sysdeps/generic/bp-thunks.h: Remove file.
32353         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32354         * sysdeps/unix/s-proto-bp.S: Likewise.
32356         [BZ #15062]
32357         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32358         parts of result separately when argument is not close to line from
32359         -i to i and one part of argument is small.
32360         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32361         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32362         * math/libm-test.inc (cacos_test): Add more tests.
32363         (casin_test): Likewise.
32364         (casinh_test): Likewise.
32365         * sysdeps/i386/fpu/libm-test-ulps: Update.
32366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32368 2013-01-31  David S. Miller  <davem@davemloft.net>
32370         * po/de.po: Update from translation team.
32372 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32374         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32376 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32378         * configure.in (_AC_PROG_CC_C89): New definition.
32379         * configure: Regenerate.
32381         * configure.in (AC_PROG_CPP): New definition.
32382         * configure: Regenerate.
32384 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32386         * debug/tst-backtrace.h: New file.
32387         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32388         (ret): Remove variable.
32389         (x): Likewise.
32390         (FAIL): Remove macro.
32391         (NO_INLINE): Likewise.
32392         (fn1): Use match function instead of strstr.
32393         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32394         (ret): Remove variable.
32395         (x): Likewise.
32396         (FAIL): Remove macro.
32397         (NO_INLINE): Likewise.
32398         (fn): Use match function instead of strstr.
32399         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32400         (ret): Remove variable.
32401         (x): Likewise.
32402         (FAIL): Remove macro.
32403         (NO_INLINE): Likewise.
32404         (handle_signal): Use match function instead of strstr.
32405         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32406         (ret): Remove variable.
32407         (x): Likewise.
32408         (FAIL): Remove macro.
32409         (NO_INLINE): Likewise.
32410         (handle_signal): Use match function instead of strstr.
32412 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32414         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32416 2013-01-23  David S. Miller  <davem@davemloft.net>
32418         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32419         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32420         argument of CAS if possible.
32421         * sysdeps/sparc/sparc64/bits/atomic.h
32422         (__arch_compare_and_exchange_val_32_acq): Likewise.
32423         (__arch_compare_and_exchange_val_64_acq): Likewise.
32425 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32427         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32428         * sysdeps/posix/ulimit.c: ... this.
32429         Include <limits.h>.
32430         * sysdeps/unix/bsd/ulimit.c: Remove file.
32432 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32434         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32435         (LDFLAGS-tst-array5): Likewise.
32437 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32439         [BZ #15036]
32440         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32441         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32442         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32443         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32445 2013-01-21  David S. Miller  <davem@davemloft.net>
32447         * sysdeps/sparc/backtrace.c: New file.
32448         * sysdeps/sparc/sparc32/backtrace.h: New file.
32449         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32450         * sysdeps/sparc/sparc64/backtrace.h: New file.
32451         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32452         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32453         -funwind-tables.
32455 2013-01-21  Andreas Schwab  <schwab@suse.de>
32457         [BZ #15020]
32458         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32459         closed its stdout.
32461 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32463         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32464         "mpa2.h".
32465         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32467 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32468             Mark Mitchell  <mark@codesourcery.com>
32469             Tom de Vries  <tom@codesourcery.com>
32470             Paul Pluzhnikov  <ppluzhnikov@google.com>
32472         * debug/tst-backtrace2.c: New file.
32473         * debug/tst-backtrace3.c: Likewise.
32474         * debug/tst-backtrace4.c: Likewise.
32475         * debug/tst-backtrace5.c: Likewise.
32476         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32477         (CFLAGS-tst-backtrace3.c): Likewise.
32478         (CFLAGS-tst-backtrace4.c): Likewise.
32479         (CFLAGS-tst-backtrace5.c): Likewise.
32480         (LDFLAGS-tst-backtrace2): Likewise.
32481         (LDFLAGS-tst-backtrace3): Likewise.
32482         (LDFLAGS-tst-backtrace4): Likewise.
32483         (LDFLAGS-tst-backtrace5): Likewise.
32484         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32485         tst-backtrace4 and tst-backtrace5.
32487 2013-01-18  Anton Blanchard  <anton@samba.org>
32488             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32490         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32491         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32492         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32493         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32495         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32496         "+r" and remove output regs list as redundant.  Add explicit inline
32497         asm to specify register of return val to work around compiler codegen
32498         bug.  Remove (int) cast on return value.  Add return type parameter to
32499         use in macro so that this macro does not truncate return value for
32500         64-bit values.
32501         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32502         pass to INTERNAL_VSYSCALL_NCS.
32503         (INLINE_VSYSCALL): Add 'long int' as return type to
32504         INTERNAL_VSYSCALL_NCS macro invocation.
32505         (INTERNAL_VSYSCALL): Add 'long int' as return type to
32506         INTERNAL_VSYSCALL_NCS macro invocation.
32507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
32509 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32511         [BZ #14496]
32512         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
32513         Fix application of SIMD FP exception mask.
32515         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
32516         mp_no from a power of two.
32517         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
32518         __mpexp_twomm1.  Use __pow_mp.
32520         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
32521         multiplication.
32523 2013-01-17  David S. Miller  <davem@davemloft.net>
32525         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32527 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32529         [BZ #15023]
32530         * include/complex.h: Condition contents on [!_COMPLEX_H].
32531         (__kernel_casinhf): New prototype.
32532         (__kernel_casinh): Likewise.
32533         (__kernel_casinhl): Likewise.
32534         * math/Makefile (libm_calls): Add k_casinh.
32535         * math/k_casinh.c: New file.
32536         * math/k_casinhf.c: Likewise.
32537         * math/k_casinhl.c: Likewise.
32538         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32539         finite nonzero arguments.
32540         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32541         finite nonzero arguments.
32542         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32543         finite nonzero arguments.
32544         * math/s_casinh.c: Do not include <float.h>.
32545         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32546         * math/s_casinhf.c: Do not include <float.h>.
32547         (__casinhf): Move code for finite nonzero arguments to
32548         k_casinhf.c.
32549         * math/s_casinhl.c: Do not include <float.h>.
32550         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32551         redefine.
32552         (__casinhl): Move code for finite nonzero arguments to
32553         k_casinhl.c.
32554         * math/libm-test.inc (cacos_test): Add more tests.
32555         * sysdeps/i386/fpu/libm-test-ulps: Update.
32556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32558 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32560         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32561         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32562         [!HAVE_MREMAP]: Remove [defined linux] case.
32563         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32565 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32567         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32569 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32571         * elf/elf.h (R_386_SIZE32): New relocation.
32572         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32573         R_386_SIZE32.
32574         (elf_machine_rela): Likewise.
32575         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32576         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32578 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32580         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32581         (FP_FAST_FMA): Do not define.
32582         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32583         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32584         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32585         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32586         !_SOFT_FLOAT]: Likewise.
32587         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32588         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32589         value.
32590         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32591         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32592         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32593         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32594         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32595         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32596         file.
32598 2013-01-16  Andreas Schwab  <schwab@suse.de>
32600         [BZ #14327]
32601         * include/stdlib.h (__mktemp): Add declaration.
32602         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32603         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32605 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32607         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32608         definitions.
32609         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32610         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32611         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32612         definitions here.
32613         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32614         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32615         definitions.
32616         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32617         and ONE.
32618         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32619         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32620         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32621         definitions.
32622         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32623         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32624         definitions.
32625         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32627         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32629 2013-01-15  David S. Miller  <davem@davemloft.net>
32631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32632         trunc{,f} to libm-sysdep_routes.
32633         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32635         file.
32636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32638         file.
32639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32640         file.
32641         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32642         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32643         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32644         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32645         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32646         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32647         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32648         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32651         nearbyint{,f} to libm-sysdep_routes.
32652         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32654         New file.
32655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32656         file.
32657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32658         New file.
32659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32660         file.
32661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32662         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32663         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32664         file.
32665         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32666         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32667         file.
32668         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32669         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32670         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32672         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32673         libc_feholdexcept and libc_fesetenv.
32675 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32677         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32679 2013-01-14  David S. Miller  <davem@davemloft.net>
32681         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32682         (SPARC_ASM_VIS2_IFUNC): Likewise.
32683         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32685         use of 'siam' instruction.
32686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32687         Likewise.
32688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32689         Likewise.
32690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32691         Likewise.
32692         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32693         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32694         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32695         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32697         file.
32698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32699         file.
32700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32701         file.
32702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32703         file.
32704         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32705         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32706         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32707         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32709         new VIS2 routines.
32710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32713         Likewise.
32714         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32715         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32716         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32717         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32719         routines to libm-sysdep_routines.
32720         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32723         fdim/fdimf to libm-sysdep_routines.
32724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32725         file.
32726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32728         file.
32729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32730         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32731         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32732         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32733         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32734         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32735         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32737 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32739         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32740         to optimize copies.
32742         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32743         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32744         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32746         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32747         local variable MPTWO.
32748         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32749         Likewise.
32751 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32753         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32754         GLOB_NOESCAPE.
32756 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32758         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32760 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32762         * manual/pattern.texi (glob_t): Document gl_flags.
32763         (glob64_t): Likewise.
32765 2013-01-11  David S. Miller  <davem@davemloft.net>
32767         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32768         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32769         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32770         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32771         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32772         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32773         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32774         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32775         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32776         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32777         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32778         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32779         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32781         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32782         sparc V9 rather than using V8 code.
32783         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32784         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32786         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32787         Move to...
32788         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32789         Here.
32791 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32793         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32794         not in the main loop.
32795         * configure: Regenerated.
32797 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32799         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32800         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32801         to just #else.
32802         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32803         [!__GLIBC_HAVE_LONG_LONG] case.
32804         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32805         condition to just #else.
32806         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32807         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32808         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32809         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32810         unconditional.
32811         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32812         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32813         #elif condition to just #else.
32814         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32815         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32816         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32817         #elif condition to just #else.
32819 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32821         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32822         (EF_MIPS_ARCH_64): Fix value.
32823         (EF_MIPS_ARCH_32R2): New.
32824         (EF_MIPS_ARCH_64R2): New.
32826 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32828         * Makeconfig (+link-pie-before-libc): New.
32829         (+link-pie-after-libc): Likewise.
32830         (+link-pie-tests): Likewise.
32831         (+link-pie): Rewritten.
32832         (link-before-libc): Remove $(config-LDFLAGS).
32833         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32834         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32835         (config-LDFLAGS): Renamed to ...
32836         (rtld-LDFLAGS): This.
32837         (rtld-tests-LDFLAGS): New macro.
32838         (link-libc-rpath-link): Likewise.
32839         (link-libc-tests-rpath-link): Likewise.
32840         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32841         (link-libc): Prepand $(link-libc-rpath-link).
32842         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32843         (test-program-prefix): New macro.
32844         (test-via-rtld-prefix): Likewise.
32845         (test-program-cmd): Likewise.
32846         (host-test-program-cmd): Likewise.
32847         * Makefile ($(common-objpfx)testrun.sh): Replace
32848         $(run-program-prefix) with $(test-program-prefix).
32849         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32850         $(rtld-LDFLAGS).
32851         ($(common-objpfx)shlib.lds): Likewise.
32852         (build-module-helper): Likewise.
32853         ($(common-objpfx)format.lds): Likewise.
32854         * Rules (binaries-pie-tests): New.
32855         (binaries-pie-notests): Likewise.
32856         (binaries-pie): Rewritten.
32857         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32858         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32859         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32860         (make-test-out): Replace $(host-built-program-cmd) with
32861         $(host-test-program-cmd).
32862         * config.make.in (build-hardcoded-path-in-tests): New variable.
32863         * configure.in (--enable-hardcoded-path-in-tests): New configure
32864         option.
32865         (hardcoded_path_in_tests): New AC_SUBST.
32866         * configure: Regenerated.
32867         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32868         $(built-program-cmd) with $(test-program-cmd).
32869         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32870         (test_program_cmd): This.
32871         * elf/Makefile ($(objpfx)order.out): Run test with
32872         $(test-program-prefix).
32873         ($(objpfx)order2.out): Likewise.
32874         ($(objpfx)tst-initorder.out): Likewise.
32875         ($(objpfx)tst-initorder2.out): Likewise.
32876         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32877         $(test-program-cmd).
32878         ($(objpfx)tst-array1-static.out): Likewise.
32879         ($(objpfx)tst-array2.out): Likewise.
32880         ($(objpfx)tst-array3.out): Likewise.
32881         ($(objpfx)tst-array4.out): Likewise.
32882         ($(objpfx)tst-array5.out): Likewise.
32883         ($(objpfx)tst-array5-static.out): Likewise.
32884         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32885         $(test-program-cmd).
32886         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32887         $(run-program-prefix) with $(test-program-prefix).
32888         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32889         (test_program_prefix): This.
32890         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32891         $(run-program-prefix) with $(test-program-prefix).
32892         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32893         (test_program_prefix): This.
32894         * iconvdata/tst-tables.sh: Likewise.
32895         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32896         $(run-program-prefix) with $(test-program-prefix).
32897         ($(objpfx)tst-translit.out): Likewise.
32898         ($(objpfx)tst-gettext2.out): Likewise.
32899         ($(objpfx)tst-gettext4.out): Likewise.
32900         ($(objpfx)tst-gettext6.out): Likewise.
32901         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32902         (test_program_prefix): This.
32903         * intl/tst-gettext2.sh: Likewise.
32904         * intl/tst-gettext4.sh  Likewise.
32905         * intl/tst-gettext6.sh: Likewise.
32906         * intl/tst-translit.sh: Likewise.
32907         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32908         with $(test-program-cmd).
32909         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32910         $(run-program-prefix) with $(test-program-prefix).
32911         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32912         (test_program_prefix): This.
32913         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32914         $(run-program-prefix) with $(test-program-prefix).
32915         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32916         (test_program_prefix): This.
32917         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32918         * posix/Makefile ($(objpfx)globtest.out): Replace
32919         $(run-via-rtld-prefix) and $(test-wrapper) with
32920         $(test-program-prefix) and $(test-via-rtld-prefix).
32921         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32922         $(test-program-prefix).
32923         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32924         $(host-test-program-cmd).
32925         (tst-spawn-ARGS): Likewise.
32926         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32927         $(test-program-prefix).
32928         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32929         (test_via_rtld_prefix): This.
32930         (test_wrapper): Renamed to ...
32931         (test_program_prefix): This.
32932         (run_program_prefix): Replaced by test_program_prefix.
32933         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32934         (test_program_prefix): This.
32935         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32936         with $(host-test-program-cmd).
32937         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32938         $(run-program-prefix) with $(test-program-prefix).
32939         ($(objpfx)tst-printf.out): Likewise.
32940         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32941         $(test-program-cmd).
32942         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32943         (test_program_prefix): This.
32944         * stdio-common/tst-unbputc.sh: Likewise.
32945         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32946         $(run-program-prefix) with $(test-program-prefix).
32947         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32948         (test_program_prefix): This.
32949         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32950         $(built-program-cmd) with $(test-program-cmd).
32952 2013-01-11  Andreas Jaeger  <aj@suse.de>
32954         [BZ #15003]
32955         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32956         value. Sync with Linux 3.7.
32958 2013-01-10  David S. Miller  <davem@davemloft.net>
32960         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32961         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32962         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32964 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32966         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32967         never set.
32968         * configure: Regenerated.
32970 2013-01-10  David S. Miller  <davem@davemloft.net>
32972         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32973         sparc V9 rather than using V8 code.
32974         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32975         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32977 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32979         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32980         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32981         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32982         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32983         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32984         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32985         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32986         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32987         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32988         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32989         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32990         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32991         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32992         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32993         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32994         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32995         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32996         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32997         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32998         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32999         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33000         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33001         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33002         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33003         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33004         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33005         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33007 2013-01-10  David S. Miller  <davem@davemloft.net>
33009         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33011 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33013         * posix/Makefile (tests-static): New variable.
33014         (tests): Add $(tests-static).
33015         (tst-exec-static-ARGS): New variable.
33016         (tst-spawn-static-ARGS): Likewise.
33017         * posix/tst-exec-static.c: New file.
33018         * posix/tst-spawn-static.c: Likewise.
33019         * posix/tst-exec.c: Support run directly.
33020         * posix/tst-spawn.c: Likewise.
33022 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33024         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33025         long.
33026         * math/bits/mathcalls.h (llrint): Likewise.
33027         (llround): Likewise.
33028         * stdlib/stdlib.h (struct drand48_data): Likewise.
33029         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33030         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33031         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33032         Likewise.
33033         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33034         Likewise.
33035         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33036         (elf_greg_t): Likewise.
33037         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33038         (__jmp_buf): Likewise.
33039         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33040         definitions.
33041         (llrint): Likewise, for all definitions.
33042         (llrintl): Likewise.
33044         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33045         Remove [__GNUC__] condition.
33046         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33047         condition to just [__USE_ISOC99].
33048         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33050 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33052         [BZ #14200]
33053         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33054         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33055         defined.
33056         (_POSIX_V6_ILP32_OFF32): Likewise.
33057         (_XBS5_ILP32_OFF32): Likewise.
33058         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33059         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33061 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33063         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33065         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33066         doubles __mpexp_twomm1.  Adjust usage.
33067         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33068         Remove.
33070 2013-01-10  Andreas Schwab  <schwab@suse.de>
33072         [BZ #14964]
33073         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33074         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33076 2013-01-09  David S. Miller  <davem@davemloft.net>
33078         [BZ #15003]
33079         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33080         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33081         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33082         (TCP_FASTOPEN): Define.
33083         (tcp_repair_opt): New structure.
33084         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33085         enum values.
33086         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33087         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33088         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33089         (tcp_cookie_transactions): New structure.
33091 2013-01-09  Anton Blanchard  <anton@samba.org>
33093         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33094         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33095         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33096         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33098 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33100         * include/features.h (__USE_ANSI): Remove.
33102 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33104         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33106         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33108 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33110         * sysdeps/s390/fpu/libm-test-ulps: Update.
33112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33114         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33115         (__acr): Likewise.
33116         (__cpy): Likewise.
33117         (norm): Likewise.
33118         (denorm): Likewise.
33119         (__mp_dbl): Likewise.
33120         (__dbl_mp): Likewise.
33121         (add_magnitudes): Likewise.
33122         (sub_magnitudes): Likewise.
33123         (__add): Likewise.
33124         (__sub): Likewise.
33125         (__mul): Likewise.
33126         (__inv): Likewise.
33127         (__dvd): Likewise.
33128         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33129         (__acr): Likewise.
33130         (__cpy): Likewise.
33131         (norm): Likewise.
33132         (denorm): Likewise.
33133         (__mp_dbl): Likewise.
33134         (__dbl_mp): Likewise.
33135         (add_magnitudes): Likewise.
33136         (sub_magnitudes): Likewise.
33137         (__add): Likewise.
33138         (__sub): Likewise.
33139         (__mul): Likewise.
33140         (__inv): Likewise.
33141         (__dvd): Likewise.
33142         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33143         (__acr): Likewise.
33144         (__cpy): Likewise.
33145         (norm): Likewise.
33146         (denorm): Likewise.
33147         (__mp_dbl): Likewise.
33148         (__dbl_mp): Likewise.
33149         (add_magnitudes): Likewise.
33150         (sub_magnitudes): Likewise.
33151         (__add): Likewise.
33152         (__sub): Likewise.
33153         (__mul): Likewise.
33154         (__inv): Likewise.
33155         (__dvd): Likewise.
33157 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33159         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33160         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33161         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33162         2 && __USE_EXTERN_INLINES]: Likewise.
33164 2013-01-08  Andreas Jaeger  <aj@suse.de>
33166         [BZ# 14985]
33167         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33168         Remove.
33169         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33170         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33172 2013-01-07  Anton Blanchard  <anton@samba.org>
33174         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33175         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33176         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33177         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33178         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33179         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33180         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33181         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33182         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33183         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33184         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33185         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33186         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33187         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33188         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33189         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33190         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33191         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33192         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33193         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33194         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33195         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33196         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33197         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33198         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33199         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33200         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33201         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33202         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33203         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33204         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33205         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33206         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33207         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33208         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33209         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33210         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33211         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33212         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33213         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33214         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33215         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33216         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33218 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33220         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33221         (__MALLOC_PMT): Likewise.
33222         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33223         [__GNUC__], only on [_LIBC].
33224         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33225         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33226         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33227         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33228         forward declaration.
33229         (realloc_hook_ini): Likewise.
33230         (memalign_hook_ini): Likewise.
33231         (__libc_memalign): Do not use __MALLOC_PMT in variable
33232         declaration.
33233         (__libc_valloc): Likewise.
33234         (__libc_pvalloc): Likewise.
33235         (__libc_calloc): Likewise.
33236         (__posix_memalign): Likewise.
33238         [BZ #14996]
33239         * math/s_casinh.c: Include <float.h>.
33240         (__casinh): Do not do computation with squaring and square root
33241         for large arguments.
33242         * math/s_casinhf.c: Include <float.h>.
33243         (__casinhf): Do not do computation with squaring and square root
33244         for large arguments.
33245         * math/s_casinhl.c: Include <float.h>.
33246         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33247         (__casinhl): Do not do computation with squaring and square root
33248         for large arguments.
33249         * math/libm-test.inc (casin_test): Add more tests.
33250         (casinh_test): Likewise.
33251         * sysdeps/i386/fpu/libm-test-ulps: Update.
33252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33254 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33256         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33257         (__x86_64_raw_data_cache_size): Likewise.
33258         (__x86_64_data_cache_size_half): Likewise.
33259         (__x86_64_raw_data_cache_size_half): Likewise.
33260         (__x86_64_shared_cache_size): Likewise.
33261         (__x86_64_raw_shared_cache_size): Likewise.
33262         (__x86_64_shared_cache_size_half): Likewise.
33263         (__x86_64_raw_shared_cache_size_half): Likewise.
33264         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33265         to ...
33266         (__x86_data_cache_size): This.
33267         (__x86_64_raw_data_cache_size): Renamed to ...
33268         (__x86_raw_data_cache_size): This.
33269         (__x86_64_data_cache_size_half): Renamed to ...
33270         (__x86_data_cache_size_half): This.
33271         (__x86_64_raw_data_cache_size_half): Renamed to ...
33272         (__x86_raw_data_cache_size_half): This.
33273         (__x86_64_shared_cache_size): Renamed to ...
33274         (__x86_shared_cache_size): This.
33275         (__x86_64_raw_shared_cache_size): Renamed to ...
33276         (__x86_raw_shared_cache_size): This.
33277         (__x86_64_shared_cache_size_half): Renamed to ...
33278         (__x86_shared_cache_size_half): This.
33279         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33280         (__x86_raw_shared_cache_size_half): This.
33281         * sysdeps/x86_64/memcpy.S: Updated.
33282         * sysdeps/x86_64/memset.S: Likewise.
33283         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33284         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33285         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33287 2013-01-04  David S. Miller  <davem@davemloft.net>
33289         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33291 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33293         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33294         1 to avoid redefinition warning.
33295         (__USE_GNU): Don't define.
33296         (init_signaling_nan): Protoize.
33298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33300 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33302         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33303         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33304         (__cpymn): Likewise.
33305         (norm): Remove commented code.
33306         (denorm): Likewise.
33307         (__mp_dbl): Likewise.
33308         (__inv): Likewise.
33309         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33310         (__cpymn): Likewise.
33311         (norm): Remove commented code.
33312         (denorm): Likewise.
33313         (__mp_dbl): Likewise.
33314         (__inv): Likewise.
33316         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33317         mp_no value for 1.0 and 2.0.
33318         (norm): Use RADIXI instead of radixi.d.
33319         (denorm): Likewise.
33320         (__mul): Use 0.0 instead of zero.d.
33321         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33322         mp_no value for 1.0 and 2.0.
33323         (norm): Use RADIXI instead of radixi.d.
33324         (denorm): Likewise.
33325         (__mul): Use 0.0 instead of zero.d.
33327 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33329         [BZ #14994]
33330         * math/s_casinh.c (__casinh): Reduce finite argument to first
33331         quadrant then set signs of results at the end.
33332         * math/s_casinhf.c (__casinhf): Likewise.
33333         * math/s_casinhl.c (__casinhl): Likewise.
33334         * math/libm-test.inc (casin_test): Add more tests.
33335         (casinh_test): Likewise.
33336         * sysdeps/i386/fpu/libm-test-ulps: Update.
33337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33339 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33341         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33343         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33345         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33346         declarations.
33347         (denorm): Likewise.
33348         (__mp_dbl): Likewise.
33349         (__inv): Likewise.
33351         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33352         and adjust the header comment.
33354         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33355         variable name from declaration.
33357 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33359         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33360         Initialize COMMON_CPUID_INDEX_7 element.
33361         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33362         (CPUID_RTM): Likewise.
33363         (HAS_RTM): Likewise.
33364         (COMMON_CPUID_INDEX_7): New enum.
33366 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33368         [BZ #14981]
33369         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33370         size is zero, record memory as freed.
33372 2013-01-03  Andreas Jaeger  <aj@suse.de>
33374         * po/ia.po: Add new Interlingua translation.
33376 2012-01-03  Allan McRae  <allan@archlinux.org>
33378         * locale/programs/localedef.c: Fix description of '--posix' flag.
33380 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33382         * NEWS: Update dates in second copyright notice.
33383         * README: Update copyright dates in example.
33384         * manual/libc.texinfo: Update copyright dates.
33385         * scripts/test-installation.pl: Update copyright date in --version
33386         output.
33388         * hurd/ctty-input.c: Fix copyright notice formatting.
33389         * hurd/ctty-output.c: Likewise.
33390         * hurd/dtable.c: Likewise.
33391         * hurd/hurd-raise.c: Likewise.
33392         * hurd/hurdprio.c: Likewise.
33393         * hurd/msgportdemux.c: Likewise.
33394         * misc/sys/file.h: Likewise.
33395         * misc/sys/ioctl.h: Likewise.
33396         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33397         * sysdeps/mach/hurd/chdir.c: Likewise.
33398         * sysdeps/mach/hurd/fchdir.c: Likewise.
33399         * sysdeps/mach/hurd/rename.c: Likewise.
33400         * sysdeps/mach/hurd/rmdir.c: Likewise.
33401         * sysdeps/mach/hurd/seekdir.c: Likewise.
33402         * sysdeps/mach/hurd/setsid.c: Likewise.
33403         * sysdeps/posix/wait3.c: Likewise.
33405         * All files with FSF copyright notices: Update copyright dates
33406         using scripts/update-copyrights.
33407         * intl/plural.c: Regenerated.
33408         * locale/programs/charmap-kw.h: Likewise.
33409         * locale/programs/locfile-kw.h: Likewise.
33411 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33413         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33414         four values.
33416         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33417         calculation loop and add branch prediction.
33419         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33420         check access beyond bounds of m1np.
33422         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33423         MPTWO.
33424         (__inv): Remove local variable MPTWO to use the global
33425         constant.
33426         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33427         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33428         variable MPTWO.
33429         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33430         MP3HALFS static const.
33432 2013-01-01  David S. Miller  <davem@davemloft.net>
33434         * po/ca.po: Update from translation team.
33436 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33438         * scripts/update-copyrights: New file.
33439         * Makeconfig: Reformat copyright notice.
33440         * ctype/ctype.h: Likewise.
33441         * debug/swprintf_chk.c: Likewise.
33442         * elf/dl-cache.c: Likewise.
33443         * elf/dl-debug.c: Likewise.
33444         * elf/dl-object.c: Likewise.
33445         * grp/initgroups.c: Likewise.
33446         * hurd/Makefile: Likewise.
33447         * hurd/hurd/signal.h: Likewise.
33448         * hurd/hurdfault.c: Likewise.
33449         * hurd/hurdioctl.c: Likewise.
33450         * hurd/hurdlookup.c: Likewise.
33451         * hurd/intr-msg.c: Likewise.
33452         * iconv/gconv_open.c: Likewise.
33453         * libio/swprintf.c: Likewise.
33454         * locale/lc-ctype.c: Likewise.
33455         * locale/nl_langinfo.c: Likewise.
33456         * mach/Machrules: Likewise.
33457         * mach/Makefile: Likewise.
33458         * malloc/obstack.h: Likewise.
33459         * manual/Makefile: Likewise.
33460         * manual/tsort.awk: Likewise.
33461         * misc/bits/stab.def: Likewise.
33462         * nis/nis_print_group_entry.c: Likewise.
33463         * nis/nis_table.c: Likewise.
33464         * nis/nss_compat/compat-pwd.c: Likewise.
33465         * nis/nss_compat/compat-spwd.c: Likewise.
33466         * po/Makefile: Likewise.
33467         * posix/fnmatch.c: Likewise.
33468         * posix/regex.h: Likewise.
33469         * resolv/Makefile: Likewise.
33470         * resolv/nss_dns/dns-network.c: Likewise.
33471         * resolv/res_hconf.c: Likewise.
33472         * scripts/gen-sorted.awk: Likewise.
33473         * soft-fp/soft-fp.h: Likewise.
33474         * stdio-common/printf.h: Likewise.
33475         * stdlib/monetary.h: Likewise.
33476         * stdlib/random.c: Likewise.
33477         * stdlib/random_r.c: Likewise.
33478         * sysdeps/generic/Makefile: Likewise.
33479         * sysdeps/gnu/Makefile: Likewise.
33480         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33481         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33482         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33483         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33484         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33485         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33486         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33487         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33488         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33489         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33490         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33491         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33492         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33493         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33494         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33495         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33496         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33497         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33498         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33499         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33500         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33501         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33502         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
33503         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
33504         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
33505         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
33506         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
33507         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
33508         * sysdeps/mach/hurd/errnos.awk: Likewise.
33509         * sysdeps/mach/hurd/fork.c: Likewise.
33510         * sysdeps/mach/hurd/getcwd.c: Likewise.
33511         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
33512         * sysdeps/mach/hurd/mmap.c: Likewise.
33513         * sysdeps/mach/hurd/utimes.c: Likewise.
33514         * sysdeps/mach/hurd/xmknod.c: Likewise.
33515         * sysdeps/posix/profil.c: Likewise.
33516         * sysdeps/posix/readdir_r.c: Likewise.
33517         * sysdeps/powerpc/bits/mathdef.h: Likewise.
33518         * sysdeps/powerpc/bits/setjmp.h: Likewise.
33519         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
33520         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33521         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33522         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
33523         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33524         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33525         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33526         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33527         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33528         * sysdeps/pthread/lio_listio.c: Likewise.
33529         * sysdeps/sparc/dl-procinfo.h: Likewise.
33530         * sysdeps/unix/i386/sysdep.S: Likewise.
33531         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33532         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33533         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33534         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33536         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33537         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33538         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33539         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33540         * sysdeps/wordsize-32/divdi3.c: Likewise.
33541         * time/sys/time.h: Likewise.
33542         * wcsmbs/Makefile: Likewise.
33544 2013-01-01  David S. Miller  <davem@davemloft.net>
33546         * po/fr.po: Update from translation team.
33548         * catgets/gencat.c: Update copyright year.
33549         * csu/version.c: Likewise.
33550         * debug/catchsegv.sh: Likewise.
33551         * debug/pcprofiledump.c: Likewise.
33552         * debug/xtrace.sh: Likewise.
33553         * elf/ldconfig.c: Likewise.
33554         * elf/ldd.bash.in: Likewise.
33555         * elf/pldd.c: Likewise.
33556         * elf/sotruss.ksh: Likewise.
33557         * elf/sprof.c: Likewise.
33558         * iconv/iconv_prog.c: Likewise.
33559         * iconv/iconvconfig.c: Likewise.
33560         * locale/programs/locale.c: Likewise.
33561         * locale/programs/localedef.c: Likewise.
33562         * login/programs/pt_chown.c: Likewise.
33563         * malloc/memusage.sh: Likewise.
33564         * malloc/memusagestat.c: Likewise.
33565         * malloc/mtrace.pl: Likewise.
33566         * nscd/nscd.c: Likewise.
33567         * nss/getent.c: Likewise.
33568         * nss/makedb.c: Likewise.
33569         * posix/getconf.c: Likewise.
33571 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33573         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33574         numbers.
33576 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33578         * math/bits/mathcalls.h (modf): Use __nonnull.
33580 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33582         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33583         (split): Use macro CN instead of the bare value.
33584         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33585         could be used.
33586         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33587         instead of the bare value.
33588         (power1): Likewise.
33590 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33592         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33593         __ATAN_TWOM.
33594         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33596         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33597         their values.
33598         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33599         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33600         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33601         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33603 2012-12-28  Andreas Jaeger  <aj@suse.de>
33605         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33606         values are from Linux 3.7.
33608         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33609         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33611 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33613         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33614         TRUE case.
33616         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33617         (norm): Likewise.
33618         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33619         variables with preprocessor constants.
33620         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33621         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33622         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33624 2012-12-27  Bruno Haible  <bruno@clisp.org>
33626         [BZ #14317]
33627         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33628         only if needed.
33630 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33632         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33633         and use variable directly.
33634         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33636         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33637         MPONE.
33638         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33639         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33640         variable MPONE.
33641         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33642         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33643         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33644         include directive.  Remove local variable MPONE.
33645         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33646         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33647         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33649 2012-12-25  David S. Miller  <davem@davemloft.net>
33651         * version.h (RELEASE): Set to "development".
33652         (VERSION): Set to "2.17.90".
33653         * NEWS: Add 2.18 section.
33655 2012-12-21  David S. Miller  <davem@davemloft.net>
33657         * po/hr.po: Update from translation team.
33659 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33661         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33663 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33665         * NEWS:  Mention new memcpy for MIPS.
33667 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33669         * manual/contrib.texi (Contributors): Spelling correction.
33671 2012-12-15  David S. Miller  <davem@davemloft.net>
33673         * po/ru.po: Update from translation team.
33675 2012-12-13  David S. Miller  <davem@davemloft.net>
33677         * NEWS: Mention IFUNC testsuite enhancements.
33679         * po/pl.po: Update from translation team.
33680         * po/bg.po: Likewise.
33682         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33683         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33685 2012-12-11  David S. Miller  <davem@davemloft.net>
33687         * po/sv.po: Update from translation team.
33689         * po/vi.po: Update from translation team.
33691         * po/cs.po: Update from translation team.
33693         * po/de.po: Update from translation team.
33694         * po/eo.po: Likewise.
33695         * po/nl.po: Likewise.
33697 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33699         [BZ #14246]
33700         * manual/argp.texi (Argp Helper Functions): Move node to follow
33701         Argp Parsing State.
33703         [BZ #14872]
33704         * manual/conf.texi (Limits on File System Capacity): Mention if
33705         terminating null is included in the max size.
33707 2012-12-10  Andreas Jaeger  <aj@suse.de>
33709         * po/cs.po: Update from translation team.
33711 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33713         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33714         void pointer and cast to uintptr_t.
33715         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33716         path.
33717         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33718         * sysdeps/s390/s390-64/memset.S: Likewise.
33720 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33722         [BZ #14833]
33723         * menual/message.texi (Message Translation): Fix typos.
33724         (Helper programs for gettext): Likewise.
33726 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33728         [BZ #14898]
33729         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33730         Change to -1.
33732 2012-12-07  David S. Miller  <davem@davemloft.net>
33734         * po/libc.pot: Update.
33736 2012-12-07  Richard Henderson  <rth@redhat.com>
33738         [BZ #10114]
33739         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33740         normal/normal case to before the switch.
33741         (_FP_DIV): Likewise.
33743 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33744             Mike Frysinger  <vapier@gentoo.org>
33746         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33747         check for __NR_fadvise64_64.
33749 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33751         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33752         0, not just to plain "0" as a statement.
33753         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33754         with cw.
33756 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33758         * NEWS: Use sourceware.org in Bugzilla URL.
33760 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33763         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33765         * stdio-common/tst-put-error.c (do_test): Add newline to the
33766         padded test to ensure flush.
33768 2012-12-05  Jeff Law  <law@redhat.com>
33770         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33772 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33774         * README: Don't refer to ports add-on as distributed separately.
33775         Mention AArch64 in list of systems supported in the ports add-on.
33777         * LICENSES: Add more non-FSF copyright and license notices.
33779         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33780         ((unused)).
33782         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33784         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33785         10000 as width of padded output.
33787 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33789         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33791         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33792         variable LX with __attribute__ ((unused)).
33793         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33794         Likewise.
33795         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33796         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33797         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33798         with __attribute__ ((unused)).
33800 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33802         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33804 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33806         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33807         (CFLAGS-nldbl-acos.c): New variable.
33808         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33809         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33810         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33811         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33812         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33813         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33814         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33815         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33816         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33817         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33818         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33819         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33820         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33821         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33822         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33823         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33824         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33825         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33826         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33827         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33828         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33829         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33830         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33831         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33832         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33833         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33834         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33835         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33836         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33837         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33838         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33839         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33840         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33841         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33842         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33843         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33844         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33845         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33846         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33847         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33848         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33849         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33850         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33851         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33852         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33853         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33854         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33855         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33856         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33857         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33858         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33859         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33860         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33861         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33862         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33863         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33864         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33865         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33866         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33867         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33868         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33869         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33870         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33871         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33872         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33873         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33874         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33875         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33876         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33877         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33878         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33879         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33880         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33881         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33882         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33883         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33884         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33885         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33886         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33887         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33888         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33889         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33890         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33891         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33892         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33893         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33894         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33895         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33896         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33897         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33898         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33899         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33900         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33901         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33902         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33903         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33904         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33907         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33909         [BZ #14914]
33910         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33911         whole low double instead of just low 47 bits when splitting values
33912         into two parts.
33914 2012-12-03  Allan McRae  <allan@archlinux.org>
33916         * manual/stdio.texi (Predefined Printf Handlers): Remove
33917         @hsep and @vsep usage.
33919 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33921         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33922         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33924 2012-12-03  Jeff Law  <law@redhat.com>
33926         * time/sys/time.h (settimeofday): Do not mark TV argument
33927         as __nonnull.
33929 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33931         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33932         when currently writing and seek to current position when not.
33933         * libio/Makefile (tests): Remove bug-fclose1.
33934         * libio/bug-fclose1.c: Delete.
33936 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33938         * manual/arith.texi (feenableexcept): Fix typo.
33939         (fedisableexcept): Likewise.
33941 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33943         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33944         second, differently-typed declaration, rather than a cast.
33946 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33948         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33949         * include/rpc/svc.h: ... here.
33951 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33953         [BZ #13013]
33954         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33955         depending n and resplen2 to catch cases where answer
33956         equals answerp2.
33958 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33960         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33961         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33963 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33965         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33967 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33969         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33971 2012-11-28  Jeff Law  <law@redhat.com>
33973         [BZ #13761]
33974         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33975         dataset_temporary.  Track alloca usage into alloca_used.
33976         If dataset is large allocate and release it via malloc/free.
33978 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33980         [BZ #14197]
33981         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33983 2012-11-28  David S. Miller  <davem@davemloft.net>
33985         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33987 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33989         [BZ #14803]
33990         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33991         of pi/2 rounded to nearest to 64 bits.
33992         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33993         nearest to 64 bits.
33994         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33995         bits.
33997 2012-11-28  Jeff Law <law@redhat.com>
33998             Martin Osvald <mosvald@redhat.com>
34000         [BZ #14889]
34001         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34002         * sunrpc/svc.c: Include time.h.
34003         (__svc_accept_failed): New function.
34004         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34005         any reason other than EINTR, call __svc_accept_failed.
34006         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34007         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34009 2012-11-28  Andreas Schwab  <schwab@suse.de>
34011         * scripts/abilist.awk: Also handle indirect functions in .opd
34012         section.
34014 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34016         [BZ #13881]
34017         * sysdeps/x86/fpu/powl_helper.c: New file.
34018         * sysdeps/x86/fpu/Makefile: Likewise.
34019         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34020         (p3): New object.
34021         (__ieee754_powl): Use __powl_helper for finite arguments except
34022         integer exponents below 8.
34023         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34024         (p3): New object.
34025         (__ieee754_powl): Use __powl_helper for finite arguments except
34026         integer exponents below 8.
34027         * math/libm-test.inc (pow_test): Add more tests and enable some
34028         previously disabled tests.
34029         * sysdeps/i386/fpu/libm-test-ulps: Update.
34030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34032 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34033             Carlos O'Donell  <carlos_odonell@mentor.com>
34035         * nss/makedb.c (is_prime): Assert that input is odd and greater
34036         than 4.  Note that fact in a comment too.
34037         (next_prime): Add 4 to input.
34039 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34041         [BZ #11741]
34042         * libio/Makefile (tests): Add test case tst-fwrite-error.
34043         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34044         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34045         * libio/tst-fwrite-error.c: New test case.
34047 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34049         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34050         before casting to void *.
34051         * include/libc-internal.h (__pointer_type): New macro.
34052         (__integer_if_pointer_type_sub): Likewise.
34053         (__integer_if_pointer_type): Likewise.
34054         (cast_to_integer): Likewise.
34055         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34056         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34057         before casting to atomic64_t.
34058         (atomic_exchange_acq): Likewise.
34059         (__arch_exchange_and_add_body): Likewise.
34060         (__arch_add_body): Likewise.
34061         (atomic_add_negative): Likewise.
34062         (atomic_add_zero): Likewise.
34064 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34066         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34067         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34068         (add_fdes): Likewise.
34069         (linear_search_fdes): Likewise.
34070         (binary_search_unencoded_fdes): Likewise.
34072 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34074         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34076 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34078         * configure.in: Autodetect C++ header directories.
34079         * configure: Regenerated.
34081 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34083         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34085 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34089 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34091         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34092         LDBL_MANT_DIG == 106]: Disable some tests.
34093         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34094         Likewise.
34095         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34096         Likewise.
34098         [BZ #14871]
34099         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34100         input for small inputs.  Return +/- pi/2 for large inputs.
34101         * math/libm-test.inc (atan_test): Add more tests.
34103         * sysdeps/generic/unwind-dw2-fde-glibc.c
34104         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34105         __attribute__ ((unused)).
34107         [BZ #14645]
34108         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34109         x * y if x and y are nonzero and z is zero.
34111         [BZ #14811]
34112         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34113         nonzero exponents with absolute value below 0x1p-117 to +/-
34114         0x1p-117.
34116         [BZ #14869]
34117         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34118         up arguments below 2**-450, not just those below 2**-500.
34119         * math/libm-test.inc (hypot_test): Add another test.
34121         [BZ #14868]
34122         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34123         Return a+b for ratio over 2**120, not 2**60.
34124         * math/libm-test.inc (hypot_test): Add another test.
34126         * math/libm-test.inc (clog_test): Use
34127         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34128         (clog10_test): Likewise.
34130         [BZ #6778]
34131         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34133 2012-11-22  Andreas Schwab  <schwab@suse.de>
34135         * sysdeps/i386/fpu/libm-test-ulps: Update.
34137 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34139         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34140         printf output with newline.
34142 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34144         [BZ #14865]
34145         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34146         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34147         -z nodlopen, -z initfirst and -z execstack support.
34148         * configure: Regenerated.
34150         * elf/elf.h (DF_1_NODIRECT): New macro.
34151         (DF_1_IGNMULDEF): Likewise.
34152         (DF_1_NOKSYMS): Likewise.
34153         (DF_1_NOHDR): Likewise.
34154         (DF_1_EDITED): Likewise.
34155         (DF_1_NORELOC): Likewise.
34156         (DF_1_SYMINTPOSE): Likewise.
34157         (DF_1_GLOBAUDIT): Likewise.
34158         (DF_1_SINGLETON): Likewise.
34159         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34160         DT_1_SUPPORTED_MASK bits.
34161         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34163 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34165         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34167 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34169         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34170         macro.
34172         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34173         (sendmmsg): Move declarations...
34174         * socket/sys/socket.h: ... here.
34175         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34176         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34177         include it from...
34178         * socket/recvmmsg.c: ... this new file.
34179         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34180         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34181         definition of __sendmmsg hidden.
34182         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34183         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34184         Move ENOSYS stub into and include it from...
34185         * socket/sendmmsg.c: ... this new file.
34186         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34187         (sysdep_routines): Move recvmmsg and sendmmsg...
34188         * socket/Makefile (routines): ... here.
34189         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34190         (GLIBC_PRIVATE): Add __sendmmsg.
34191         * include/sys/socket.h (__sendmmsg): Add declarations.
34192         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34193         sendmmsg.
34195 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34197         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34198         variable I1 with __attribute__ ((unused)).
34199         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34201 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34203         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34204         DUMMY variables with __attribute__ ((unused)).
34206         * bits/byteswap.h: Include <bits/types.h>.
34207         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34209 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34211         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34212         string_t.  Do not manually set errno.
34213         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34214         length with __strnlen.  Make sure to both set errno and return it on
34215         failure.
34217 2012-11-19  David S. Miller  <davem@davemloft.net>
34219         With help from Joseph Myers.
34220         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34221         very large arguments properly.
34222         * math/libm-test.inc (atan_test): New tests.
34223         (atan2_test): New tests.
34224         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34225         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34227 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34229         [BZ #14856]
34230         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34231         Define to 3.
34233         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34234         [POSIX] (EADDRNOTAVAIL): Likewise.
34235         [POSIX] (EAFNOSUPPORT): Likewise.
34236         [POSIX] (EALREADY): Likewise.
34237         [POSIX] (ECONNABORTED): Likewise.
34238         [POSIX] (ECONNREFUSED): Likewise.
34239         [POSIX] (ECONNRESET): Likewise.
34240         [POSIX] (EDESTADDRREQ): Likewise.
34241         [POSIX] (EDQUOT): Likewise.
34242         [POSIX] (EHOSTUNREACH): Likewise.
34243         [POSIX] (EIDRM): Likewise.
34244         [POSIX] (EISCONN): Likewise.
34245         [POSIX] (ELOOP): Likewise.
34246         [POSIX] (EMULTIHOP): Likewise.
34247         [POSIX] (ENETDOWN): Likewise.
34248         [POSIX] (ENETUNREACH): Likewise.
34249         [POSIX] (ENOBUFS): Likewise.
34250         [POSIX] (ENODATA): Likewise.
34251         [POSIX] (ENOLINK): Likewise.
34252         [POSIX] (ENOMSG): Likewise.
34253         [POSIX] (ENOPROTOOPT): Likewise.
34254         [POSIX] (ENOSR): Likewise.
34255         [POSIX] (ENOSTR): Likewise.
34256         [POSIX] (ENOTCONN): Likewise.
34257         [POSIX] (ENOTSOCK): Likewise.
34258         [POSIX] (EOPNOTSUPP): Likewise.
34259         [POSIX] (EOVERFLOW): Likewise.
34260         [POSIX] (EPROTO): Likewise.
34261         [POSIX] (EPROTONOSUPPORT): Likewise.
34262         [POSIX] (EPROTOTYPE): Likewise.
34263         [POSIX] (ESTALE): Likewise.
34264         [POSIX] (ETIME): Likewise.
34265         [POSIX] (ETXTBSY): Likewise.
34266         [POSIX] (EWOULDBLOCK): Likewise.
34267         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34268         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34269         [POSIX] (SEEK_CUR): Likewise.
34270         [POSIX] (SEEK_END): Likewise.
34271         [POSIX || UNIX98] (mode_t): Do not require.
34272         [POSIX] (off_t): Likewise.
34273         [POSIX] (pid_t): Likewise.
34274         [POSIX] (sys/stat.h): Do not allow header.
34275         [POSIX] (unistd.h): Likewise.
34276         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34277         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34278         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34279         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34280         require.
34281         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34282         sigevent): Specify elements.
34283         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34284         entry.
34285         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34286         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34288         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34289         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34290         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34291         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34292         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34293         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34294         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34295         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34296         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34297         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34298         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34299         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34300         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34301         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34302         Likewise.
34303         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34304         Likewise.
34305         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34306         Likewise.
34307         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34308         Likewise.
34309         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34310         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34311         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34312         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34313         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34314         Specify lower bound on value.
34315         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34316         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34317         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34318         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34319         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34320         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34321         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34322         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34323         value.
34324         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34325         as optional.
34326         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34327         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34328         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34329         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34330         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34331         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34332         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34333         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34334         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34335         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34336         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34337         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34338         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34339         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34340         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34341         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34342         entry.
34343         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34344         optional.
34345         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34346         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34347         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34348         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34349         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34350         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34351         Likewise.
34352         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34353         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34354         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34355         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34356         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34357         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34358         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34359         as optional.
34360         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34361         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34362         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34363         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34364         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34365         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34366         specify as optional.
34367         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34368         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34369         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34370         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34371         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34372         [XPG3] (NL_LANGMAX): Likewise.
34373         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34374         [POSIX || XPG3] (NL_NMAX): Likewise.
34375         [POSIX || XPG3] (NL_SETMAX): Likewise.
34376         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34377         [XPG3] (NZERO): Likewise.
34378         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34379         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34380         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34381         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34382         (REG_ERANGE): Expect.
34383         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34384         optional-constant.
34385         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34386         Use (void) in prototype.
34387         [POSIX] (*_t): Allow.
34388         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34389         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34390         (WRDE_BADVAL): Expect.
34392         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34393         expect.
34394         [XPG3 || XPG4] (O_RSYNC): Likewise.
34395         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34396         Likewise.
34397         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34398         [XPG3 || XPG4] (sigqueue): Likewise.
34399         [XPG3 || XPG4] (sigtimedwait): Likewise.
34400         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34401         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34402         [XPG3 || XPG4] (vsnprintf): Likewise.
34403         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34404         Likewise.
34405         [XPG3 || XPG4] (blksize_t): Likewise.
34406         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34407         Likewise.
34408         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34409         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34410         [XPG3 || XPG4] (struct itimerspec): Likewise.
34411         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34412         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34413         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34414         [XPG3 || XPG4] (clockid_t): Likewise.
34415         [XPG3 || XPG4] (timer_t): Likewise.
34416         [XPG3 || XPG4] (clock_getres): Likewise.
34417         [XPG3 || XPG4] (clock_gettime): Likewise.
34418         [XPG3 || XPG4] (clock_settime): Likewise.
34419         [XPG3 || XPG4] (nanosleep): Likewise.
34420         [XPG3 || XPG4] (timer_create): Likewise.
34421         [XPG3 || XPG4] (timer_delete): Likewise.
34422         [XPG3 || XPG4] (timer_gettime): Likewise.
34423         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34424         [XPG3 || XPG4] (timer_settime): Likewise.
34425         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34426         [XPG3 || XPG4] (getlogin_r): Likewise.
34427         [XPG3 || XPG4] (pread): Likewise.
34428         [XPG3 || XPG4] (pthread_atfork): Likewise.
34429         [XPG3 || XPG4] (pwrite): Likewise.
34431         [BZ #14835]
34432         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34433         <bits/siginfo.h>.
34435 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34437         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34438         finalizing MALLSTREAM.
34440         * sysdeps/mach/hurd/syncfs.c: New file.
34442 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34444         [BZ #14719]
34445         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34446         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34447         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34448         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34449         (_nss_dns_gethostbyname4_r): Likewise.
34450         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34451         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34453 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34455         [BZ #13763]
34456         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34458 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34460         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34461         * elf/cache.c (print_entry): Print ",AArch64" for
34462         FLAG_AARCH64_LIB64
34464         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34465         * elf/cache.c (print_entry): Print ",hard-float" for
34466         FLAG_ARM_LIBHF.
34468 2012-11-18  David S. Miller  <davem@davemloft.net>
34470         With help from Joseph Myers.
34471         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34472         cutoff to 2**-13.
34473         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34474         cutoff to 2**-25.
34475         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34476         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34477         small.
34478         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34479         * math/libm-test.inc (y0_test): New tests.
34480         (y1_test): New tests.
34481         * sysdeps/i386/fpu/libm-test-ulps: Update.
34482         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34483         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34485 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34487         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34488         64-bit targets.
34489         * configure: Regenerated.
34491 2012-11-17  David S. Miller  <davem@davemloft.net>
34493         [BZ #14811]
34494         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34495         nonzero exponents with absolute value below 0x1p-128 to +/-
34496         0x1p-128.
34498 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34500         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34502         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
34504         * posix/getconf-speclist.c: New file.
34505         * posix/posix-envs.def: Likewise.
34506         * posix/confstr.c (START_ENV_GROUP): New macro.
34507         (END_ENV_GROUP): Likewise.
34508         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34509         (KNOWN_PRESENT_ENV_STRING): Likewise.
34510         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34511         (UNKNOWN_ENVIRONMENT): Likewise.
34512         (confstr): Include posix-envs.def instead of handling
34513         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
34514         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
34515         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
34516         (END_ENV_GROUP): Likewise.
34517         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
34518         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
34519         (UNKNOWN_ENVIRONMENT): Likewise.
34520         (__sysconf): Include posix-envs.def instead of handling associated
34521         cases directly here.
34522         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
34523         preprocessing getconf-speclist.c rather than running getconf or
34524         generating empty file.
34526 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34528         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34530 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34532         [BZ #14672]
34533         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34535 2012-11-16  David S. Miller  <davem@davemloft.net>
34537         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34538         smaller than LDBL_EPSILON/2.0L, just return xm1.
34540 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34542         * elf/tst-array1.c (init): Set constructor priority to 1000.
34543         (fini): Set destructor priority to 1000.
34544         * elf/tst-array2dep.c: Likewise.
34546 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34548         [BZ #11741]
34549         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34550         (_IO_new_file_xsputn): Also return EOF if none of the input
34551         data was written when overflow failed.
34552         * libio/iopadn.c (_IO_padn): Likewise.
34553         * libio/iowpadn.c (_IO_wpadn): Likewise.
34554         * stdio-common/tst-put-error.c: Add copyright notice.
34555         (do_test): Add case for printing padded string.
34556         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34557         _IO_padn returned error.
34558         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34559         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34560         return EOF.
34562 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34564         * libio/libioP.h: Add comment note that the references to C++
34565         bits are now obsolete.
34567 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34569         * math/libm-test.inc (check_complex): Use asprintf.
34571 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34573         * debug/pcprofiledump.c (print_version): Update copyright year.
34574         * malloc/memusagestat.c (print_version): Likewise.
34576 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34578         [BZ #14831]
34579         * elf/Makefile (tests): Add tst-audit8.
34580         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34581         ($(objpfx)tst-audit8.out): New target.
34582         (tst-audit8-ENV): New variable.
34583         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34584         audit if l_reloc_result is NULL.
34585         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34586         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34587         * elf/tst-audit8.c: New file.
34589 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34591         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34592         * misc/Makefile (CFLAGS-select.c): Define.
34593         * posix/Makefile (CFLAGS-pause.c): Define.
34595 2012-11-13  David S. Miller  <davem@davemloft.net>
34597         * crypt/Makefile: Move test targets after toplevel Rules
34598         inclusion.  Grab any necessary sysdep routines when linking.
34599         * crypt/md5.c (md5_process_block): Remove define, we will always
34600         name it __md5_process_block.
34601         (md5_finish_ctx): Update md5_process_block call.
34602         (md5_stream): Likewise.
34603         (md5_process_bytes): Likewise.
34604         (md5_process_block): Rename to __md5_process_block and move to ...
34605         * crypt/md5-block.c: ... here.
34606         * crypt/sha256.c (sha256_process_block): Move to ...
34607         * crypt/sha256-block.c: ... here.
34608         * crypt/sha512.c (sha512_process_block): Move to ...
34609         * crypt/sha512-block.c: ... here.
34610         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34611         path.
34612         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34613         * sysdeps/sparc/sparc64/multiarch/Makefile
34614         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34615         crypt subdir.
34616         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34617         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34618         multiarch changes.
34619         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34620         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34621         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34622         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34623         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34624         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34625         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34626         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34627         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34628         file.
34629         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34630         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34631         file.
34632         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34634 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34636         * timezone/tzselect.ksh: Update from tzcode git revision
34637         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34638         * timezone/zdump.c: Likewise.
34639         * timezone/zic.c: Likewise.
34640         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34641         in TZVERSION setting, not $(PKGVERSION).
34642         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34643         REPORT_BUGS_TO settings.
34645         [BZ #14838]
34646         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34647         macro.
34649 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34651         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34652         detection to immediately after _FP_ROUND().
34653         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34654         bits are 0.
34656 2012-11-11  David S. Miller  <davem@davemloft.net>
34658         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34659         inttypes.h
34660         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34661         __close rather than their public counterparts.
34663 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34665         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34666         file.
34667         [UNIX98] (sem_timedwait): Do not expect.
34668         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34669         [XPG4 || UNIX98] (sockatmark): Do not expect.
34670         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34671         (clock_getcpuclockid): Do not expect.
34672         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34673         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34674         Do not expect.
34675         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34676         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34677         [UNIX98] (vwscanf): Likewise.
34678         [UNIX98] (vswscanf): Likewise.
34680 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34682         * timezone/version.h: Remove file.
34683         * timezone/README: Do not refer to version.h.
34684         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34685         $(objpfx)version.h.
34686         ($(objpfx)zdump.o): Likewise.
34687         ($(objpfx)version.h): New target.
34689         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34690         2012i.
34691         * timezone/README: Don't mention modification to tzselect.ksh.
34692         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34693         work on unmodified tzselect.ksh.  Substitute version numbers in
34694         tzselect.ksh.
34696         * Makefile (format-me): Remove.
34697         (INSTALL): Adjust indentation.  Use commands directly instead of
34698         using $(format-me).
34700         * aclocal.m4 (ACX_PKGVERSION): New macro.
34701         (ACX_BUGURL): Likewise.
34702         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34703         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34704         (REPORT_BUGS_TO): Likewise.
34705         * configure: Regenerated.
34706         * config.h.in (PKGVERSION): New macro.
34707         (REPORT_BUGS_TO): Likewise.
34708         * config.make.in (PKGVERSION): New variable.
34709         (PKGVERSION_TEXI): Likewise.
34710         (REPORT_BUGS_TO): Likewise.
34711         (REPORT_BUGS_TEXI): Likewise.
34712         * Makefile (format-me): Use -I$(common-objpfx)manual.
34713         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34714         ($(common-objpfx)manual/%): New target.
34715         (manual/%): Remove target.
34716         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34717         (print_version): Use PKGVERSION.
34718         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34719         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34720         and REPORT_BUGS_TO.
34721         ($(objpfx)xtrace): Likewise.
34722         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34723         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34724         (print_version): Use PKGVERSION.
34725         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34726         (do_version): Use PKGVERSION.
34727         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34728         REPORT_BUGS_TO.
34729         (common-ldd-rewrite): Likewise.
34730         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34731         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34732         (print_version): Use PKGVERSION.
34733         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34734         * elf/pldd.c (argp_program_bug_address): Remove variable.
34735         (more_help): New function.
34736         (argp): Use more_help.
34737         (print_version): Use PKGVERSION.
34738         * elf/sln.c (main): Use PKGVERSION.
34739         (usage): Use REPORT_BUGS_TO.
34740         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34741         (top level): Use PKGVERSION.
34742         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34743         (print_version): Use PKGVERSION.
34744         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34745         (print_version): Use PKGVERSION.
34746         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34747         (print_version): Use PKGVERSION.
34748         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34749         (print_version): Use PKGVERSION.
34750         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34751         (print_version): Use PKGVERSION.
34752         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34753         (print_version): Use PKGVERSION.
34754         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34755         and BUGURL.
34756         ($(objpfx)memusage): Likewise.
34757         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34758         (do_version): Use PKGVERSION.
34759         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34760         (print_version): Use PKGVERSION.
34761         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34762         ($PKGVERSION): New variable.
34763         ($REPORT_BUGS_TO): Likewise.
34764         (usage): Use $REPORT_BUGS_TO.
34765         (top level): Use $PKGVERSION.
34766         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34767         ($(objpfx)pkgvers.texi): New rule.
34768         ($(objpfx)stamp-pkgvers): Likewise.
34769         * manual/install.texi: Include pkgvers.texi.
34770         (--with-pkgversion): Document new configure option.
34771         (--with-bugurl): Likewise.
34772         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34773         than necessarily for this particular distribution.  Use
34774         REPORT_BUGS_TO for where to report bugs.
34775         * INSTALL: Regenerated.
34776         * manual/libc.texinfo: Include pkgvers.texi.
34777         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34778         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34779         (print_version): Use PKGVERSION.
34780         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34781         (print_version): Use PKGVERSION.
34782         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34783         (print_version): Use PKGVERSION.
34784         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34785         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34786         macro.
34787         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34788         (print_version): Use PKGVERSION.
34789         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34790         (print_version): Use PKGVERSION.
34791         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34792         and PKGVERSION.
34794         * timezone/checktab.awk: Update from tzcode 2012i.
34795         * timezone/ialloc.c: Likewise.
34796         * timezone/private.h: Likewise.
34797         * timezone/scheck.c: Likewise.
34798         * timezone/tzfile.h: Likewise.
34799         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34800         (TZVERSION): Hardcode tzcode version number.
34801         * timezone/zdump.c: Update from tzcode 2012i.
34802         * timezone/zic.c: Likewise.
34803         * timezone/version.h: New file.
34804         * timezone/README: Describe version.h.  Update upstream location.
34806         [BZ #14824]
34807         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34808         (mktemp): Enable declaration.
34809         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34810         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34811         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34812         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34813         Likewise.
34814         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34815         Likewise.
34816         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34817         Likewise.
34818         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34819         Likewise.
34820         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34821         Likewise.
34822         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34823         Likewise.
34825         [BZ #14821]
34826         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34827         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34828         for copies of such integer values.
34829         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34830         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34832 2012-11-09  Andreas Jaeger  <aj@suse.de>
34834         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34835         definitions and declarations that are provided by
34836         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34838 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34840         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34841         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34842         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34843         definition.
34845 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34847         * elf/elf.h: Update comment before AArch64 relocations.
34849 2012-11-07  David S. Miller  <davem@davemloft.net>
34851         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34852         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34853         (__start_context): Declare.
34854         (__makecontext_ret): Delete.
34855         (__makecontext): Hook up __start_context instead of
34856         __makecontext_ret.
34857         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34858         (sysdep_routines): Add __start_context when in stdlib.
34860 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34862         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34863         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34864         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34865         hardcoded "nm".
34866         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34867         (READELF): New variable.  Use it instead of hardcoded "readelf".
34869 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34871         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34872         * sysdeps/x86/Makefile: Here.
34873         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34874         * sysdeps/x86/tst-xmmymm.sh: This.
34876 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34878         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34879         expectations.
34880         [UNIX98] (pthread_barrier_t): Do not expect.
34881         [UNIX98] (pthread_barrierattr_t): Likewise.
34882         [UNIX98] (pthread_spinlock_t): Likewise.
34883         [UNIX98] (pthread_barrier_destroy): Likewise.
34884         [UNIX98] (pthread_barrier_init): Likewise.
34885         [UNIX98] (pthread_barrier_wait): Likewise.
34886         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34887         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34888         [UNIX98] (pthread_barrierattr_init): Likewise.
34889         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34890         [UNIX98] (pthread_getcpuclockid): Likewise.
34891         [UNIX98] (pthread_mutex_timedlock): Likewise.
34892         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34893         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34894         [UNIX98] (pthread_sigmask): Likewise.
34895         [UNIX98] (pthread_spin_destroy): Likewise.
34896         [UNIX98] (pthread_spin_init): Likewise.
34897         [UNIX98] (pthread_spin_lock): Likewise.
34898         [UNIX98] (pthread_spin_trylock): Likewise.
34899         [UNIX98] (pthread_spin_unlock): Likewise.
34900         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34901         Do not expect.
34902         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34903         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34904         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34905         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34906         [XPG3 || XPG4] (pthread_key_t): Likewise.
34907         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34908         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34909         [XPG3 || XPG4] (pthread_once_t): Likewise.
34910         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34911         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34912         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34913         [XPG3 || XPG4] (pthread_t): Likewise.
34915         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34916         not expect.
34917         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34919         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34920         Change function return type to int.
34922         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34923         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34924         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34925         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34926         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34927         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34928         [!POSIX] (posix_madvise): Likewise.
34929         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34930         && !UNIX98].
34931         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34932         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34933         (mode_t): Likewise.
34934         (posix_mem_offset): Likewise.
34935         (posix_typed_mem_get_info): Likewise.
34936         (posix_typed_mem_open): Likewise.
34938         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34939         Change condition to [XOPEN2K8].
34941         * conform/conformtest.pl: Preprocess allow-header data with -x c
34942         instead of from stdin.
34943         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34944         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34945         [C99-based standards] (cerfc): Likewise.
34946         [C99-based standards] (cexp2): Likewise.
34947         [C99-based standards] (cexpm1): Likewise.
34948         [C99-based standards] (clog10): Likewise.
34949         [C99-based standards] (clog1p): Likewise.
34950         [C99-based standards] (clog2): Likewise.
34951         [C99-based standards] (clgamma): Likewise.
34952         [C99-based standards] (ctgamma): Likewise.
34953         [C99-based standards] (cerff): Likewise.
34954         [C99-based standards] (cerfcf): Likewise.
34955         [C99-based standards] (cexp2f): Likewise.
34956         [C99-based standards] (cexpm1f): Likewise.
34957         [C99-based standards] (clog10f): Likewise.
34958         [C99-based standards] (clog1pf): Likewise.
34959         [C99-based standards] (clog2f): Likewise.
34960         [C99-based standards] (clgammaf): Likewise.
34961         [C99-based standards] (ctgammaf): Likewise.
34962         [C99-based standards] (cerfl): Likewise.
34963         [C99-based standards] (cerfcl): Likewise.
34964         [C99-based standards] (cexp2l): Likewise.
34965         [C99-based standards] (cexpm1l): Likewise.
34966         [C99-based standards] (clog10l): Likewise.
34967         [C99-based standards] (clog1pl): Likewise.
34968         [C99-based standards] (clog2l): Likewise.
34969         [C99-based standards] (clgammal): Likewise.
34970         [C99-based standards] (ctgammal): Likewise.
34971         * conform/data/inttypes.h-data [C99-based standards]: Include
34972         stdint.h-data.  Remove all expectations for stdint.h contents.
34973         [C99-based standards] (PRI*): Do not allow.
34974         [C99-based standards] (SCN*): Likewise.
34975         [C99-based standards] (*_t): Likewise.
34976         [C99-based-standards] (PRId8): Expect macro.
34977         [C99-based-standards] (PRIi8): Likewise.
34978         [C99-based-standards] (PRIo8): Likewise.
34979         [C99-based-standards] (PRIu8): Likewise.
34980         [C99-based-standards] (PRIx8): Likewise.
34981         [C99-based-standards] (PRIX8): Likewise.
34982         [C99-based-standards] (SCNd8): Likewise.
34983         [C99-based-standards] (SCNi8): Likewise.
34984         [C99-based-standards] (SCNo8): Likewise.
34985         [C99-based-standards] (SCNu8): Likewise.
34986         [C99-based-standards] (SCNx8): Likewise.
34987         [C99-based-standards] (PRIdLEAST8): Likewise.
34988         [C99-based-standards] (PRIiLEAST8): Likewise.
34989         [C99-based-standards] (PRIoLEAST8): Likewise.
34990         [C99-based-standards] (PRIuLEAST8): Likewise.
34991         [C99-based-standards] (PRIxLEAST8): Likewise.
34992         [C99-based-standards] (PRIXLEAST8): Likewise.
34993         [C99-based-standards] (SCNdLEAST8): Likewise.
34994         [C99-based-standards] (SCNiLEAST8): Likewise.
34995         [C99-based-standards] (SCNoLEAST8): Likewise.
34996         [C99-based-standards] (SCNuLEAST8): Likewise.
34997         [C99-based-standards] (SCNxLEAST8): Likewise.
34998         [C99-based-standards] (PRIdFAST8): Likewise.
34999         [C99-based-standards] (PRIiFAST8): Likewise.
35000         [C99-based-standards] (PRIoFAST8): Likewise.
35001         [C99-based-standards] (PRIuFAST8): Likewise.
35002         [C99-based-standards] (PRIxFAST8): Likewise.
35003         [C99-based-standards] (PRIXFAST8): Likewise.
35004         [C99-based-standards] (SCNdFAST8): Likewise.
35005         [C99-based-standards] (SCNiFAST8): Likewise.
35006         [C99-based-standards] (SCNoFAST8): Likewise.
35007         [C99-based-standards] (SCNuFAST8): Likewise.
35008         [C99-based-standards] (SCNxFAST8): Likewise.
35009         [C99-based-standards] (PRId16): Likewise.
35010         [C99-based-standards] (PRIi16): Likewise.
35011         [C99-based-standards] (PRIo16): Likewise.
35012         [C99-based-standards] (PRIu16): Likewise.
35013         [C99-based-standards] (PRIx16): Likewise.
35014         [C99-based-standards] (PRIX16): Likewise.
35015         [C99-based-standards] (SCNd16): Likewise.
35016         [C99-based-standards] (SCNi16): Likewise.
35017         [C99-based-standards] (SCNo16): Likewise.
35018         [C99-based-standards] (SCNu16): Likewise.
35019         [C99-based-standards] (SCNx16): Likewise.
35020         [C99-based-standards] (PRIdLEAST16): Likewise.
35021         [C99-based-standards] (PRIiLEAST16): Likewise.
35022         [C99-based-standards] (PRIoLEAST16): Likewise.
35023         [C99-based-standards] (PRIuLEAST16): Likewise.
35024         [C99-based-standards] (PRIxLEAST16): Likewise.
35025         [C99-based-standards] (PRIXLEAST16): Likewise.
35026         [C99-based-standards] (SCNdLEAST16): Likewise.
35027         [C99-based-standards] (SCNiLEAST16): Likewise.
35028         [C99-based-standards] (SCNoLEAST16): Likewise.
35029         [C99-based-standards] (SCNuLEAST16): Likewise.
35030         [C99-based-standards] (SCNxLEAST16): Likewise.
35031         [C99-based-standards] (PRIdFAST16): Likewise.
35032         [C99-based-standards] (PRIiFAST16): Likewise.
35033         [C99-based-standards] (PRIoFAST16): Likewise.
35034         [C99-based-standards] (PRIuFAST16): Likewise.
35035         [C99-based-standards] (PRIxFAST16): Likewise.
35036         [C99-based-standards] (PRIXFAST16): Likewise.
35037         [C99-based-standards] (SCNdFAST16): Likewise.
35038         [C99-based-standards] (SCNiFAST16): Likewise.
35039         [C99-based-standards] (SCNoFAST16): Likewise.
35040         [C99-based-standards] (SCNuFAST16): Likewise.
35041         [C99-based-standards] (SCNxFAST16): Likewise.
35042         [C99-based-standards] (PRId32): Likewise.
35043         [C99-based-standards] (PRIi32): Likewise.
35044         [C99-based-standards] (PRIo32): Likewise.
35045         [C99-based-standards] (PRIu32): Likewise.
35046         [C99-based-standards] (PRIx32): Likewise.
35047         [C99-based-standards] (PRIX32): Likewise.
35048         [C99-based-standards] (SCNd32): Likewise.
35049         [C99-based-standards] (SCNi32): Likewise.
35050         [C99-based-standards] (SCNo32): Likewise.
35051         [C99-based-standards] (SCNu32): Likewise.
35052         [C99-based-standards] (SCNx32): Likewise.
35053         [C99-based-standards] (PRIdLEAST32): Likewise.
35054         [C99-based-standards] (PRIiLEAST32): Likewise.
35055         [C99-based-standards] (PRIoLEAST32): Likewise.
35056         [C99-based-standards] (PRIuLEAST32): Likewise.
35057         [C99-based-standards] (PRIxLEAST32): Likewise.
35058         [C99-based-standards] (PRIXLEAST32): Likewise.
35059         [C99-based-standards] (SCNdLEAST32): Likewise.
35060         [C99-based-standards] (SCNiLEAST32): Likewise.
35061         [C99-based-standards] (SCNoLEAST32): Likewise.
35062         [C99-based-standards] (SCNuLEAST32): Likewise.
35063         [C99-based-standards] (SCNxLEAST32): Likewise.
35064         [C99-based-standards] (PRIdFAST32): Likewise.
35065         [C99-based-standards] (PRIiFAST32): Likewise.
35066         [C99-based-standards] (PRIoFAST32): Likewise.
35067         [C99-based-standards] (PRIuFAST32): Likewise.
35068         [C99-based-standards] (PRIxFAST32): Likewise.
35069         [C99-based-standards] (PRIXFAST32): Likewise.
35070         [C99-based-standards] (SCNdFAST32): Likewise.
35071         [C99-based-standards] (SCNiFAST32): Likewise.
35072         [C99-based-standards] (SCNoFAST32): Likewise.
35073         [C99-based-standards] (SCNuFAST32): Likewise.
35074         [C99-based-standards] (SCNxFAST32): Likewise.
35075         [C99-based-standards] (PRId64): Likewise.
35076         [C99-based-standards] (PRIi64): Likewise.
35077         [C99-based-standards] (PRIo64): Likewise.
35078         [C99-based-standards] (PRIu64): Likewise.
35079         [C99-based-standards] (PRIx64): Likewise.
35080         [C99-based-standards] (PRIX64): Likewise.
35081         [C99-based-standards] (SCNd64): Likewise.
35082         [C99-based-standards] (SCNi64): Likewise.
35083         [C99-based-standards] (SCNo64): Likewise.
35084         [C99-based-standards] (SCNu64): Likewise.
35085         [C99-based-standards] (SCNx64): Likewise.
35086         [C99-based-standards] (PRIdLEAST64): Likewise.
35087         [C99-based-standards] (PRIiLEAST64): Likewise.
35088         [C99-based-standards] (PRIoLEAST64): Likewise.
35089         [C99-based-standards] (PRIuLEAST64): Likewise.
35090         [C99-based-standards] (PRIxLEAST64): Likewise.
35091         [C99-based-standards] (PRIXLEAST64): Likewise.
35092         [C99-based-standards] (SCNdLEAST64): Likewise.
35093         [C99-based-standards] (SCNiLEAST64): Likewise.
35094         [C99-based-standards] (SCNoLEAST64): Likewise.
35095         [C99-based-standards] (SCNuLEAST64): Likewise.
35096         [C99-based-standards] (SCNxLEAST64): Likewise.
35097         [C99-based-standards] (PRIdFAST64): Likewise.
35098         [C99-based-standards] (PRIiFAST64): Likewise.
35099         [C99-based-standards] (PRIoFAST64): Likewise.
35100         [C99-based-standards] (PRIuFAST64): Likewise.
35101         [C99-based-standards] (PRIxFAST64): Likewise.
35102         [C99-based-standards] (PRIXFAST64): Likewise.
35103         [C99-based-standards] (SCNdFAST64): Likewise.
35104         [C99-based-standards] (SCNiFAST64): Likewise.
35105         [C99-based-standards] (SCNoFAST64): Likewise.
35106         [C99-based-standards] (SCNuFAST64): Likewise.
35107         [C99-based-standards] (SCNxFAST64): Likewise.
35108         [C99-based-standards] (PRIdMAX): Likewise.
35109         [C99-based-standards] (PRIiMAX): Likewise.
35110         [C99-based-standards] (PRIoMAX): Likewise.
35111         [C99-based-standards] (PRIuMAX): Likewise.
35112         [C99-based-standards] (PRIxMAX): Likewise.
35113         [C99-based-standards] (PRIXMAX): Likewise.
35114         [C99-based-standards] (SCNdMAX): Likewise.
35115         [C99-based-standards] (SCNiMAX): Likewise.
35116         [C99-based-standards] (SCNoMAX): Likewise.
35117         [C99-based-standards] (SCNuMAX): Likewise.
35118         [C99-based-standards] (SCNxMAX): Likewise.
35119         [C99-based-standards] (PRIdPTR): Likewise.
35120         [C99-based-standards] (PRIiPTR): Likewise.
35121         [C99-based-standards] (PRIoPTR): Likewise.
35122         [C99-based-standards] (PRIuPTR): Likewise.
35123         [C99-based-standards] (PRIxPTR): Likewise.
35124         [C99-based-standards] (PRIXPTR): Likewise.
35125         [C99-based-standards] (SCNdPTR): Likewise.
35126         [C99-based-standards] (SCNiPTR): Likewise.
35127         [C99-based-standards] (SCNoPTR): Likewise.
35128         [C99-based-standards] (SCNuPTR): Likewise.
35129         [C99-based-standards] (SCNxPTR): Likewise.
35130         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35131         allow.
35132         * conform/data/stdint.h-data: Update comments to clarify
35133         requirements.
35134         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35135         type.
35136         [C99-based standards] (INT8_MAX): Likewise.
35137         [C99-based standards] (INT16_MIN): Likewise.
35138         [C99-based standards] (INT16_MAX): Likewise.
35139         [C99-based standards] (INT32_MIN): Likewise.
35140         [C99-based standards] (INT32_MAX): Likewise.
35141         [C99-based standards] (INT64_MIN): Likewise.
35142         [C99-based standards] (INT64_MAX): Likewise.
35143         [C99-based standards] (UINT8_MAX): Likewise.
35144         [C99-based standards] (UINT16_MAX): Likewise.
35145         [C99-based standards] (UINT32_MAX): Likewise.
35146         [C99-based standards] (UINT64_MAX): Likewise.
35147         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35148         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35149         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35150         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35151         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35152         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35153         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35154         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35155         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35156         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35157         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35158         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35159         [C99-based standards] (INT_FAST8_MIN): Likewise.
35160         [C99-based standards] (INT_FAST8_MAX): Likewise.
35161         [C99-based standards] (INT_FAST16_MIN): Likewise.
35162         [C99-based standards] (INT_FAST16_MAX): Likewise.
35163         [C99-based standards] (INT_FAST32_MIN): Likewise.
35164         [C99-based standards] (INT_FAST32_MAX): Likewise.
35165         [C99-based standards] (INT_FAST64_MIN): Likewise.
35166         [C99-based standards] (INT_FAST64_MAX): Likewise.
35167         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35168         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35169         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35170         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35171         [C99-based standards] (INTPTR_MIN): Likewise.
35172         [C99-based standards] (INTPTR_MAX): Likewise.
35173         [C99-based standards] (UINTPTR_MAX): Likewise.
35174         [C99-based standards] (INTMAX_MIN): Likewise.
35175         [C99-based standards] (INTMAX_MAX): Likewise.
35176         [C99-based standards] (UINTMAX_MAX): Likewise.
35177         [C99-based standards] (PTRDIFF_MIN): Likewise.
35178         [C99-based standards] (PTRDIFF_MAX): Likewise.
35179         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35180         [C99-based standards] (SIZE_MAX): Likewise.
35181         [C99-based standards] (WCHAR_MAX): Likewise.
35182         [C99-based standards] (WINT_MAX): Likewise.
35183         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35184         constraint on value.
35185         [C99-based standards] (WCHAR_MIN): Likewise.
35186         [C99-based standards] (WINT_MIN): Likewise.
35187         [C99-based standards] (*_t): Allow.
35188         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35189         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35190         Include math.h-data and complex.h-data.  Remove all expectations
35191         of math.h and complex.h contents.
35192         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35193         at end of line.
35194         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35195         (struct tm): Expect tag.
35196         [C99-based-standards] (wcstof): Expect function.
35197         [C99-based-standards] (wcstold): Likewise.
35198         [C99-based-standards] (wcstoll): Likewise.
35199         [C99-based-standards] (wcstoull): Likewise.
35200         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35201         macro-int-constant.  Specify type.
35202         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35203         constraint on value.
35204         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35205         Specify type.
35206         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35207         Specify value.
35208         [ISO C standards]: Do not allow headers.
35209         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35210         wcs[abcdefghijklmnopqrstuvwxyz]*.
35211         [ISO C standards] (*_t): Do not allow.
35212         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35213         Expect function.
35214         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35215         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35216         Specify type.
35217         [ISO C standards]: Do not allow headers.
35218         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35219         is[abcdefghijklmnopqrstuvwxyz]*.
35220         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35221         to[abcdefghijklmnopqrstuvwxyz]*.
35222         [ISO C standards] (*_t): Do not allow.
35223         * conform/data/stdalign.h-data: New file.
35224         * conform/data/stdbool.h-data: Likewise.
35225         * conform/data/stdnoreturn.h-data: Likewise.
35227 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35229         [BZ #14815]
35230         * manual/filesys.texi (Directory Entries): Typo fix.
35231         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35233 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35235         * elf/elf.h (EM_AARCH64): New macro.
35236         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35237         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35238         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35239         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35240         (R_AARCH64_TLSDESC): Likewise.
35241         (NT_ARM_TLS): Likewise.
35242         (NT_ARM_HW_BREAK): Likewise.
35243         (NT_ARM_HW_WATCH): Likewise.
35245 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35247         [BZ #14811]
35248         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35249         (__ieee754_powl): Saturate nonzero exponents with absolute value
35250         below 0x1p-79 to +/- 0x1p-79.
35251         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35252         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35253         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35254         nonzero exponents with absolute value below 0x1p-32 to +/-
35255         0x1p-32.
35256         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35257         (__ieee754_powl): Saturate nonzero exponents with absolute value
35258         below 0x1p-79 to +/- 0x1p-79.
35259         * math/libm-test.inc (pow_test): Add more tests.
35261 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35263         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35264         _dl_s390_cap_flags with kernel. Increase string length.
35265         (_dl_s390_platforms): Add z196 and zEC12.
35267 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35269         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35270         Change XOPEN21K to XOPEN2K.
35272 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35274         * string/memmove.c: Use memcpy when possible.
35276 2012-11-06  Andreas Jaeger  <aj@suse.de>
35278         * po/eo.po: Update from translation team.
35280 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35282         [BZ #14793]
35283         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35284         exponent and small x and y exponents, scale x or y up.  Increase
35285         by 2 the exponent used in scaling up.
35286         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35287         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35288         * math/libm-test.inc (fma_test): Add more tests.
35289         (fma_test_towardzero): Likewise.
35290         (fma_test_downward): Likewise.
35291         (fma_test_upward): Likewise.
35293 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35295         [BZ #14805]
35296         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35297         fenv_t *.
35299         [BZ #14801]
35300         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35301         namespace for names of struct fields.
35302         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35303         fenv_t fields.
35304         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35305         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35307 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35309         [BZ #3665]
35310         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35312 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35314         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35315         PTR_DEMANGLE.
35317         [BZ #5246]
35318         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35319         PTR_DEMANGLE.
35321 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35323         [BZ #14797]
35324         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35325         definitely overflow as x * y not x * y + z.
35326         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35327         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35328         * math/libm-test.inc (fma_test): Add more tests.
35329         (fma_test_towardzero): Likewise.
35330         (fma_test_downward): Likewise.
35331         (fma_test_upward): Likewise.
35333 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35335         [BZ #157]
35337         * include/stub-tag.h: Remove file.
35338         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35339         '#include' of it.
35340         * manual/maint.texi (Porting): Don't reference it.
35341         * Makerules ($(objpfx)stubs): Likewise.
35342         * dirent/closedir.c: Don't include <stub-tag.h>.
35343         * dirent/dirfd.c: Likewise.
35344         * dirent/fdopendir.c: Likewise.
35345         * dirent/getdents.c: Likewise.
35346         * dirent/getdents64.c: Likewise.
35347         * dirent/opendir.c: Likewise.
35348         * dirent/readdir.c: Likewise.
35349         * dirent/readdir64.c: Likewise.
35350         * dirent/readdir64_r.c: Likewise.
35351         * dirent/readdir_r.c: Likewise.
35352         * dirent/rewinddir.c: Likewise.
35353         * dirent/seekdir.c: Likewise.
35354         * dirent/telldir.c: Likewise.
35355         * gmon/profil.c: Likewise.
35356         * grp/setgroups.c: Likewise.
35357         * inet/if_index.c: Likewise.
35358         * io/access.c: Likewise.
35359         * io/chdir.c: Likewise.
35360         * io/chmod.c: Likewise.
35361         * io/chown.c: Likewise.
35362         * io/close.c: Likewise.
35363         * io/dup.c: Likewise.
35364         * io/dup2.c: Likewise.
35365         * io/dup3.c: Likewise.
35366         * io/euidaccess.c: Likewise.
35367         * io/faccessat.c: Likewise.
35368         * io/fchdir.c: Likewise.
35369         * io/fchmod.c: Likewise.
35370         * io/fchmodat.c: Likewise.
35371         * io/fchown.c: Likewise.
35372         * io/fchownat.c: Likewise.
35373         * io/fcntl.c: Likewise.
35374         * io/flock.c: Likewise.
35375         * io/fstatfs.c: Likewise.
35376         * io/fstatfs64.c: Likewise.
35377         * io/fstatvfs.c: Likewise.
35378         * io/fstatvfs64.c: Likewise.
35379         * io/futimens.c: Likewise.
35380         * io/fxstat.c: Likewise.
35381         * io/fxstat64.c: Likewise.
35382         * io/fxstatat.c: Likewise.
35383         * io/fxstatat64.c: Likewise.
35384         * io/getcwd.c: Likewise.
35385         * io/isatty.c: Likewise.
35386         * io/lchmod.c: Likewise.
35387         * io/lchown.c: Likewise.
35388         * io/link.c: Likewise.
35389         * io/linkat.c: Likewise.
35390         * io/lseek.c: Likewise.
35391         * io/lseek64.c: Likewise.
35392         * io/lxstat64.c: Likewise.
35393         * io/mkdir.c: Likewise.
35394         * io/mkdirat.c: Likewise.
35395         * io/mkfifo.c: Likewise.
35396         * io/mkfifoat.c: Likewise.
35397         * io/open.c: Likewise.
35398         * io/open64.c: Likewise.
35399         * io/openat.c: Likewise.
35400         * io/openat64.c: Likewise.
35401         * io/pipe.c: Likewise.
35402         * io/pipe2.c: Likewise.
35403         * io/poll.c: Likewise.
35404         * io/posix_fadvise.c: Likewise.
35405         * io/posix_fadvise64.c: Likewise.
35406         * io/posix_fallocate.c: Likewise.
35407         * io/posix_fallocate64.c: Likewise.
35408         * io/read.c: Likewise.
35409         * io/readlink.c: Likewise.
35410         * io/readlinkat.c: Likewise.
35411         * io/rmdir.c: Likewise.
35412         * io/sendfile.c: Likewise.
35413         * io/sendfile64.c: Likewise.
35414         * io/statfs.c: Likewise.
35415         * io/statfs64.c: Likewise.
35416         * io/statvfs.c: Likewise.
35417         * io/statvfs64.c: Likewise.
35418         * io/symlink.c: Likewise.
35419         * io/symlinkat.c: Likewise.
35420         * io/ttyname.c: Likewise.
35421         * io/ttyname_r.c: Likewise.
35422         * io/umask.c: Likewise.
35423         * io/unlink.c: Likewise.
35424         * io/unlinkat.c: Likewise.
35425         * io/utime.c: Likewise.
35426         * io/utimensat.c: Likewise.
35427         * io/write.c: Likewise.
35428         * io/xmknod.c: Likewise.
35429         * io/xmknodat.c: Likewise.
35430         * io/xstat.c: Likewise.
35431         * io/xstat64.c: Likewise.
35432         * login/getpt.c: Likewise.
35433         * login/grantpt.c: Likewise.
35434         * login/unlockpt.c: Likewise.
35435         * math/e_acoshl.c: Likewise.
35436         * math/e_acosl.c: Likewise.
35437         * math/e_asinl.c: Likewise.
35438         * math/e_atan2l.c: Likewise.
35439         * math/e_atanhl.c: Likewise.
35440         * math/e_coshl.c: Likewise.
35441         * math/e_expl.c: Likewise.
35442         * math/e_fmodl.c: Likewise.
35443         * math/e_gammal_r.c: Likewise.
35444         * math/e_hypotl.c: Likewise.
35445         * math/e_j0l.c: Likewise.
35446         * math/e_j1l.c: Likewise.
35447         * math/e_jnl.c: Likewise.
35448         * math/e_lgammal_r.c: Likewise.
35449         * math/e_log10l.c: Likewise.
35450         * math/e_log2l.c: Likewise.
35451         * math/e_logl.c: Likewise.
35452         * math/e_powl.c: Likewise.
35453         * math/e_rem_pio2l.c: Likewise.
35454         * math/e_sinhl.c: Likewise.
35455         * math/e_sqrtl.c: Likewise.
35456         * math/fclrexcpt.c: Likewise.
35457         * math/fedisblxcpt.c: Likewise.
35458         * math/feenablxcpt.c: Likewise.
35459         * math/fegetenv.c: Likewise.
35460         * math/fegetexcept.c: Likewise.
35461         * math/fegetround.c: Likewise.
35462         * math/feholdexcpt.c: Likewise.
35463         * math/fesetenv.c: Likewise.
35464         * math/fesetround.c: Likewise.
35465         * math/feupdateenv.c: Likewise.
35466         * math/fgetexcptflg.c: Likewise.
35467         * math/fraiseexcpt.c: Likewise.
35468         * math/fsetexcptflg.c: Likewise.
35469         * math/ftestexcept.c: Likewise.
35470         * math/k_cosl.c: Likewise.
35471         * math/k_rem_pio2l.c: Likewise.
35472         * math/k_sinl.c: Likewise.
35473         * math/k_tanl.c: Likewise.
35474         * math/s_asinhl.c: Likewise.
35475         * math/s_atanl.c: Likewise.
35476         * math/s_cbrtl.c: Likewise.
35477         * math/s_erfl.c: Likewise.
35478         * math/s_expm1l.c: Likewise.
35479         * math/s_log1pl.c: Likewise.
35480         * math/s_tanhl.c: Likewise.
35481         * misc/acct.c: Likewise.
35482         * misc/brk.c: Likewise.
35483         * misc/chflags.c: Likewise.
35484         * misc/chroot.c: Likewise.
35485         * misc/fchflags.c: Likewise.
35486         * misc/fgetxattr.c: Likewise.
35487         * misc/flistxattr.c: Likewise.
35488         * misc/fremovexattr.c: Likewise.
35489         * misc/fsetxattr.c: Likewise.
35490         * misc/fsync.c: Likewise.
35491         * misc/ftruncate.c: Likewise.
35492         * misc/futimes.c: Likewise.
35493         * misc/futimesat.c: Likewise.
35494         * misc/getdomain.c: Likewise.
35495         * misc/getdtsz.c: Likewise.
35496         * misc/gethostid.c: Likewise.
35497         * misc/gethostname.c: Likewise.
35498         * misc/getloadavg.c: Likewise.
35499         * misc/getpagesize.c: Likewise.
35500         * misc/getsysstats.c: Likewise.
35501         * misc/getxattr.c: Likewise.
35502         * misc/gtty.c: Likewise.
35503         * misc/ioctl.c: Likewise.
35504         * misc/lgetxattr.c: Likewise.
35505         * misc/listxattr.c: Likewise.
35506         * misc/llistxattr.c: Likewise.
35507         * misc/lremovexattr.c: Likewise.
35508         * misc/lsetxattr.c: Likewise.
35509         * misc/lutimes.c: Likewise.
35510         * misc/madvise.c: Likewise.
35511         * misc/mincore.c: Likewise.
35512         * misc/mlock.c: Likewise.
35513         * misc/mlockall.c: Likewise.
35514         * misc/mmap.c: Likewise.
35515         * misc/mprotect.c: Likewise.
35516         * misc/msync.c: Likewise.
35517         * misc/munlock.c: Likewise.
35518         * misc/munlockall.c: Likewise.
35519         * misc/munmap.c: Likewise.
35520         * misc/preadv.c: Likewise.
35521         * misc/preadv64.c: Likewise.
35522         * misc/ptrace.c: Likewise.
35523         * misc/pwritev.c: Likewise.
35524         * misc/pwritev64.c: Likewise.
35525         * misc/readv.c: Likewise.
35526         * misc/reboot.c: Likewise.
35527         * misc/remap_file_pages.c: Likewise.
35528         * misc/removexattr.c: Likewise.
35529         * misc/revoke.c: Likewise.
35530         * misc/select.c: Likewise.
35531         * misc/setdomain.c: Likewise.
35532         * misc/setegid.c: Likewise.
35533         * misc/seteuid.c: Likewise.
35534         * misc/sethostid.c: Likewise.
35535         * misc/sethostname.c: Likewise.
35536         * misc/setregid.c: Likewise.
35537         * misc/setreuid.c: Likewise.
35538         * misc/setxattr.c: Likewise.
35539         * misc/sstk.c: Likewise.
35540         * misc/stty.c: Likewise.
35541         * misc/swapoff.c: Likewise.
35542         * misc/swapon.c: Likewise.
35543         * misc/sync.c: Likewise.
35544         * misc/syncfs.c: Likewise.
35545         * misc/syscall.c: Likewise.
35546         * misc/truncate.c: Likewise.
35547         * misc/ualarm.c: Likewise.
35548         * misc/usleep.c: Likewise.
35549         * misc/ustat.c: Likewise.
35550         * misc/utimes.c: Likewise.
35551         * misc/vhangup.c: Likewise.
35552         * misc/writev.c: Likewise.
35553         * posix/_exit.c: Likewise.
35554         * posix/alarm.c: Likewise.
35555         * posix/execve.c: Likewise.
35556         * posix/fexecve.c: Likewise.
35557         * posix/fork.c: Likewise.
35558         * posix/fpathconf.c: Likewise.
35559         * posix/getaddrinfo.c: Likewise.
35560         * posix/getegid.c: Likewise.
35561         * posix/geteuid.c: Likewise.
35562         * posix/getgid.c: Likewise.
35563         * posix/getgroups.c: Likewise.
35564         * posix/getlogin.c: Likewise.
35565         * posix/getlogin_r.c: Likewise.
35566         * posix/getpgid.c: Likewise.
35567         * posix/getpid.c: Likewise.
35568         * posix/getppid.c: Likewise.
35569         * posix/getresgid.c: Likewise.
35570         * posix/getresuid.c: Likewise.
35571         * posix/getsid.c: Likewise.
35572         * posix/getuid.c: Likewise.
35573         * posix/glob64.c: Likewise.
35574         * posix/nanosleep.c: Likewise.
35575         * posix/pathconf.c: Likewise.
35576         * posix/pause.c: Likewise.
35577         * posix/posix_madvise.c: Likewise.
35578         * posix/pread.c: Likewise.
35579         * posix/pread64.c: Likewise.
35580         * posix/pwrite.c: Likewise.
35581         * posix/pwrite64.c: Likewise.
35582         * posix/sched_getaffinity.c: Likewise.
35583         * posix/sched_getp.c: Likewise.
35584         * posix/sched_gets.c: Likewise.
35585         * posix/sched_primax.c: Likewise.
35586         * posix/sched_primin.c: Likewise.
35587         * posix/sched_rr_gi.c: Likewise.
35588         * posix/sched_setaffinity.c: Likewise.
35589         * posix/sched_setp.c: Likewise.
35590         * posix/sched_sets.c: Likewise.
35591         * posix/sched_yield.c: Likewise.
35592         * posix/setgid.c: Likewise.
35593         * posix/setlogin.c: Likewise.
35594         * posix/setpgid.c: Likewise.
35595         * posix/setresgid.c: Likewise.
35596         * posix/setresuid.c: Likewise.
35597         * posix/setsid.c: Likewise.
35598         * posix/setuid.c: Likewise.
35599         * posix/sleep.c: Likewise.
35600         * posix/spawni.c: Likewise.
35601         * posix/sysconf.c: Likewise.
35602         * posix/times.c: Likewise.
35603         * posix/wait.c: Likewise.
35604         * posix/wait3.c: Likewise.
35605         * posix/wait4.c: Likewise.
35606         * posix/waitpid.c: Likewise.
35607         * resolv/gai_sigqueue.c: Likewise.
35608         * resource/getpriority.c: Likewise.
35609         * resource/getrlimit.c: Likewise.
35610         * resource/getrusage.c: Likewise.
35611         * resource/nice.c: Likewise.
35612         * resource/setpriority.c: Likewise.
35613         * resource/setrlimit.c: Likewise.
35614         * resource/ulimit.c: Likewise.
35615         * rt/aio_cancel.c: Likewise.
35616         * rt/aio_fsync.c: Likewise.
35617         * rt/aio_read.c: Likewise.
35618         * rt/aio_sigqueue.c: Likewise.
35619         * rt/aio_suspend.c: Likewise.
35620         * rt/aio_write.c: Likewise.
35621         * rt/clock_getres.c: Likewise.
35622         * rt/clock_gettime.c: Likewise.
35623         * rt/clock_nanosleep.c: Likewise.
35624         * rt/clock_settime.c: Likewise.
35625         * rt/lio_listio.c: Likewise.
35626         * rt/mq_close.c: Likewise.
35627         * rt/mq_getattr.c: Likewise.
35628         * rt/mq_notify.c: Likewise.
35629         * rt/mq_open.c: Likewise.
35630         * rt/mq_receive.c: Likewise.
35631         * rt/mq_send.c: Likewise.
35632         * rt/mq_setattr.c: Likewise.
35633         * rt/mq_timedreceive.c: Likewise.
35634         * rt/mq_timedsend.c: Likewise.
35635         * rt/mq_unlink.c: Likewise.
35636         * rt/shm_open.c: Likewise.
35637         * rt/shm_unlink.c: Likewise.
35638         * rt/timer_create.c: Likewise.
35639         * rt/timer_delete.c: Likewise.
35640         * rt/timer_getoverr.c: Likewise.
35641         * rt/timer_gettime.c: Likewise.
35642         * rt/timer_settime.c: Likewise.
35643         * setjmp/__longjmp.c: Likewise.
35644         * setjmp/setjmp.c: Likewise.
35645         * signal/kill.c: Likewise.
35646         * signal/killpg.c: Likewise.
35647         * signal/raise.c: Likewise.
35648         * signal/sigaction.c: Likewise.
35649         * signal/sigaltstack.c: Likewise.
35650         * signal/sigblock.c: Likewise.
35651         * signal/sigignore.c: Likewise.
35652         * signal/sigintr.c: Likewise.
35653         * signal/signal.c: Likewise.
35654         * signal/sigpause.c: Likewise.
35655         * signal/sigpending.c: Likewise.
35656         * signal/sigqueue.c: Likewise.
35657         * signal/sigreturn.c: Likewise.
35658         * signal/sigset.c: Likewise.
35659         * signal/sigsetmask.c: Likewise.
35660         * signal/sigstack.c: Likewise.
35661         * signal/sigsuspend.c: Likewise.
35662         * signal/sigtimedwait.c: Likewise.
35663         * signal/sigvec.c: Likewise.
35664         * signal/sigwait.c: Likewise.
35665         * signal/sigwaitinfo.c: Likewise.
35666         * signal/sysv_signal.c: Likewise.
35667         * socket/accept.c: Likewise.
35668         * socket/accept4.c: Likewise.
35669         * socket/bind.c: Likewise.
35670         * socket/connect.c: Likewise.
35671         * socket/getpeername.c: Likewise.
35672         * socket/getsockname.c: Likewise.
35673         * socket/getsockopt.c: Likewise.
35674         * socket/isfdtype.c: Likewise.
35675         * socket/listen.c: Likewise.
35676         * socket/recv.c: Likewise.
35677         * socket/recvfrom.c: Likewise.
35678         * socket/recvmsg.c: Likewise.
35679         * socket/send.c: Likewise.
35680         * socket/sendmsg.c: Likewise.
35681         * socket/sendto.c: Likewise.
35682         * socket/setsockopt.c: Likewise.
35683         * socket/shutdown.c: Likewise.
35684         * socket/sockatmark.c: Likewise.
35685         * socket/socket.c: Likewise.
35686         * socket/socketpair.c: Likewise.
35687         * stdio-common/ctermid.c: Likewise.
35688         * stdio-common/cuserid.c: Likewise.
35689         * stdio-common/remove.c: Likewise.
35690         * stdio-common/rename.c: Likewise.
35691         * stdio-common/renameat.c: Likewise.
35692         * stdio-common/tempname.c: Likewise.
35693         * stdlib/getcontext.c: Likewise.
35694         * stdlib/makecontext.c: Likewise.
35695         * stdlib/setcontext.c: Likewise.
35696         * stdlib/swapcontext.c: Likewise.
35697         * stdlib/system.c: Likewise.
35698         * streams/fattach.c: Likewise.
35699         * streams/fdetach.c: Likewise.
35700         * streams/getmsg.c: Likewise.
35701         * streams/getpmsg.c: Likewise.
35702         * streams/putmsg.c: Likewise.
35703         * streams/putpmsg.c: Likewise.
35704         * sysdeps/unix/bsd/getpt.c: Likewise.
35705         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35706         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35707         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35709         Likewise.
35710         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35711         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35712         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35713         * sysvipc/msgctl.c: Likewise.
35714         * sysvipc/msgget.c: Likewise.
35715         * sysvipc/msgrcv.c: Likewise.
35716         * sysvipc/msgsnd.c: Likewise.
35717         * sysvipc/semctl.c: Likewise.
35718         * sysvipc/semget.c: Likewise.
35719         * sysvipc/semop.c: Likewise.
35720         * sysvipc/semtimedop.c: Likewise.
35721         * sysvipc/shmat.c: Likewise.
35722         * sysvipc/shmctl.c: Likewise.
35723         * sysvipc/shmdt.c: Likewise.
35724         * sysvipc/shmget.c: Likewise.
35725         * termios/tcdrain.c: Likewise.
35726         * termios/tcflow.c: Likewise.
35727         * termios/tcflush.c: Likewise.
35728         * termios/tcgetattr.c: Likewise.
35729         * termios/tcgetpgrp.c: Likewise.
35730         * termios/tcsendbrk.c: Likewise.
35731         * termios/tcsetattr.c: Likewise.
35732         * termios/tcsetpgrp.c: Likewise.
35733         * time/adjtime.c: Likewise.
35734         * time/clock.c: Likewise.
35735         * time/getitimer.c: Likewise.
35736         * time/gettimeofday.c: Likewise.
35737         * time/setitimer.c: Likewise.
35738         * time/settimeofday.c: Likewise.
35739         * time/stime.c: Likewise.
35740         * time/time.c: Likewise.
35742 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35744         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35745         /usr/old/bin.
35747         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35748         instead of spaces.
35749         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35751 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35753         [BZ #14796]
35754         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35755         FE_TONEAREST before applying Dekker multiplication and Knuth
35756         addition.  Clear inexact exceptions and check for exact zero
35757         results afterwards.
35758         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35759         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35760         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35761         * math/libm-test.inc (fma_test): Add more tests.
35762         (fma_test_towardzero): Likewise.
35763         (fma_test_downward): Likewise.
35764         (fma_test_upward): Likewise.
35765         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35766         function.
35767         (libc_fesetround): New macro.
35768         (libc_fesetroundf): Likewise.
35769         (libc_fesetroundl): Likewise.
35770         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35771         function.
35772         (libc_fesetround_387): Likewise.
35773         (libc_fesetroundf): New macro.
35774         (libc_fesetround): Likewise.
35775         (libc_fesetroundl): Likewise.
35776         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35777         function.
35778         (libc_fesetroundf): New macro.
35779         (libc_fesetround): Likewise.
35780         (libc_fesetroundl): Likewise.
35781         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35782         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35783         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35784         libm_hidden_ver.
35785         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35786         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35787         libm_hidden_def.
35788         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35789         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35790         libm_hidden_ver.
35791         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35792         libm_hidden_def.
35794         [BZ #3439]
35795         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35796         integer constant usable in #if and use that to give value to enum
35797         constant.
35798         (FE_DIVBYZERO): Likewise.
35799         (FE_UNDERFLOW): Likewise.
35800         (FE_OVERFLOW): Likewise.
35801         (FE_INVALID): Likewise.
35802         (FE_INVALID_SNAN): Likewise.
35803         (FE_INVALID_ISI): Likewise.
35804         (FE_INVALID_IDI): Likewise.
35805         (FE_INVALID_ZDZ): Likewise.
35806         (FE_INVALID_IMZ): Likewise.
35807         (FE_INVALID_COMPARE): Likewise.
35808         (FE_INVALID_SOFTWARE): Likewise.
35809         (FE_INVALID_SQRT): Likewise.
35810         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35811         (FE_TONEAREST): Likewise.
35812         (FE_TOWARDZERO): Likewise.
35813         (FE_UPWARD): Likewise.
35814         (FE_DOWNWARD): Likewise.
35815         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35816         (FE_DIVBYZERO): Likewise.
35817         (FE_OVERFLOW): Likewise.
35818         (FE_UNDERFLOW): Likewise.
35819         (FE_INEXACT): Likewise.
35820         (FE_TONEAREST): Likewise.
35821         (FE_DOWNWARD): Likewise.
35822         (FE_UPWARD): Likewise.
35823         (FE_TOWARDZERO): Likewise.
35824         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35825         (FE_UNDERFLOW): Likewise.
35826         (FE_OVERFLOW): Likewise.
35827         (FE_DIVBYZERO): Likewise.
35828         (FE_INVALID): Likewise.
35829         (FE_TONEAREST): Likewise.
35830         (FE_TOWARDZERO): Likewise.
35831         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35832         (FE_OVERFLOW): Likewise.
35833         (FE_UNDERFLOW): Likewise.
35834         (FE_DIVBYZERO): Likewise.
35835         (FE_INEXACT): Likewise.
35836         (FE_TONEAREST): Likewise.
35837         (FE_TOWARDZERO): Likewise.
35838         (FE_UPWARD): Likewise.
35839         (FE_DOWNWARD): Likewise.
35840         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35841         (FE_DIVBYZERO): Likewise.
35842         (FE_OVERFLOW): Likewise.
35843         (FE_UNDERFLOW): Likewise.
35844         (FE_INEXACT): Likewise.
35845         (FE_TONEAREST): Likewise.
35846         (FE_DOWNWARD): Likewise.
35847         (FE_UPWARD): Likewise.
35848         (FE_TOWARDZERO): Likewise.
35850 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35852         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35854 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35856         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35857         commands.  Quote $PWD.
35858         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35859         -x" by "export".
35860         (remove_newlines): Remove.
35862 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35864         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35865         * stdlib/stdlib.h (atof): Moved to ...
35866         * include/bits/stdlib-float.h: Here.  New file.
35867         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35868         * stdlib/bits/stdlib-float.h: New file.
35869         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35870         -mno-sse -mno-mmx.
35871         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35872         <xmmintrin.h>.
35874 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35876         * conform/conformtest.pl (@headers): Add fenv.h.
35877         * conform/data/fenv.h-data: New file.
35878         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35879         include of <math/fenv.h>.
35881         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35882         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35883         && !UNIX98].  Enables tests for XOPEN2K8.
35884         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35885         POSIX2008]: Likewise.
35887         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35888         (struct rusage): Do not expect type or its members.
35890         [BZ #3439]
35891         * math/math.h (FP_NAN): Define macro to integer constant usable in
35892         #if and use that to give value to enum constant.
35893         (FP_INFINITE): Likewise.
35894         (FP_ZERO): Likewise.
35895         (FP_SUBNORMAL): Likewise.
35896         (FP_NORMAL): Likewise.
35898 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35900         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35901         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35902         arguments.
35904 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35906         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35907         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35908         autoconf-time if not.
35909         * configure.in: Remove AC_PREREQ.
35911 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35913         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35914         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35915         of the internal implementation.
35917 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35919         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35920         except include of <misc/sys/syslog.h>.
35922 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35925         function returns with a NULL context exit with zero.
35927 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35929         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35931 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35933         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35934         (run_program_cmd): This.
35935         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35936         (tst_langinfo): New variable.  Use it.
35938 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35940         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35941         floating point opcodes.
35943 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35945         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35946         variable.
35948         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35950         * sysdeps/mach/hurd/powerpc: Remove directory.
35951         * sysdeps/mach/powerpc: Likewise.
35953 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35955         * scripts/check-local-headers.sh: Ignore c++ headers.
35957 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35959         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35960         __libc_cleanup_region_start argument.
35962 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35964         [BZ #14784]
35965         [BZ #14785]
35966         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35967         x * y using scaling, not as x * y + z.
35968         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35969         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35970         * math/libm-test.inc (fma_test): Add more tests.
35971         (fma_test_towardzero): Likewise.
35972         (fma_test_downward): Likewise.
35973         (fma_test_upward): Likewise.
35975 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35977         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35979 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35981         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35982         New variable.
35984 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35986         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35988 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35991         Fix sort order.
35992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35993         Likewise.
35995 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35998         Fix the order of the list for glibc 2.17.
35999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36000         Likewise.
36002 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36004         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36006 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36008         [BZ #14610]
36009         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36010         for low part of x being zero before using __atanl (y).
36011         * math/libm-test.inc (atan2_test): Add another test.
36013         * manual/install.texi (Configuring and compiling): Document
36014         general use of test-wrapper and test-wrapper-env.
36015         * INSTALL: Regenerated.
36017         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36018         (__fma): Do not extract and scale down low bits on after-rounding
36019         systems when result rounded to normal precision would have normal
36020         exponent.
36021         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36022         (__fmal): Do not extract and scale down low bits on after-rounding
36023         systems when result rounded to normal precision would have normal
36024         exponent.
36025         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36026         (__fmal): Do not extract and scale down low bits on after-rounding
36027         systems when result rounded to normal precision would have normal
36028         exponent.
36029         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36030         macro.
36031         (fma_test): Add more tests.
36032         (fma_test_towardzero): Likewise.
36033         (fma_test_downward): Likewise.
36034         (fma_test_upward): Likewise.
36036 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36038         * sysdeps/i386/tininess.h: Renamed to ...
36039         * sysdeps/x86/tininess.h: This.
36040         * sysdeps/x86_64/tininess.h: Removed.
36042 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36044         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36045         input.  Use $(build-program-cmd).
36046         ($(objpfx)tst-array1-static.out): Likewise.
36047         ($(objpfx)tst-array2.out): Likewise.
36048         ($(objpfx)tst-array3.out): Likewise.
36049         ($(objpfx)tst-array4.out): Likewise.
36050         ($(objpfx)tst-array5.out): Likewise.
36051         ($(objpfx)tst-array5-static.out): Likewise.
36053 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36055         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36056         if defined.
36058         * nss/nsswitch.h (nss_interface_function): Provide new
36059         macro for use with NSS functions.
36060         * grp/initgroups.c: Use new macro.
36061         * nss/getXXbyYY.c: Likewise.
36062         * nss/getXXbyYY_r.c: Likewise.
36063         * nss/getXXent.c: Likewise.
36064         * nss/getXXent_r.c: Likewise.
36065         * sysdeps/posix/getaddrinfo.c: Likewise.
36067 2012-10-30  Andreas Jaeger  <aj@suse.de>
36069         * po/ru.po: Update Russion translation from translation project.
36071 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36073         [BZ #14152]
36074         [BZ #14783]
36075         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36076         result and shift together with sticky bit instead of replicating
36077         round-to-nearest rounding.
36078         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36079         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36080         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36081         missing underflow exceptions.
36082         (fma_test_towardzero): Add more tests.
36083         (fma_test_downward): Likewise.
36084         (fma_test_upward): Likewise.
36086         [BZ #14047]
36087         * sysdeps/generic/tininess.h: New file.
36088         * sysdeps/i386/tininess.h: Likewise.
36089         * sysdeps/sh/tininess.h: Likewise.
36090         * sysdeps/x86_64/tininess.h: Likewise.
36091         * stdlib/tst-strtod-underflow.c: Likewise.
36092         * stdlib/tst-tininess.c: Likewise.
36093         * stdlib/strtod_l.c: Include <tininess.h>.
36094         (round_and_return): Do not set errno for exact underflow cases.
36095         Force an underflow exception when setting errno for underflow.
36096         Determine underflow based on rounding to normal precision if
36097         TININESS_AFTER_ROUNDING.
36098         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36099         ERANGE for exact underflow cases.
36100         * stdlib/Makefile (tests): Add tst-tininess and
36101         tst-strtod-underflow.
36102         ($(objpfx)tst-tininess): Use $(link-libm).
36103         ($(objpfx)tst-strtod-underflow): Likewise.
36105 2012-10-30  Andreas Jaeger  <aj@suse.de>
36107         [BZ#14767]
36108         * elf/Makefile (tests): Remove conditional for have-initfini-array
36109         since this is now always required and the variable does not exist
36110         anymore.
36111         (tests-static): Likewise.
36112         (modules-names): Likewise.
36114         * po/eo.po: Add Esperanto translation from translation project.
36116         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36117         merged with constructor/destructor.
36118         (init_array): Likewise.
36119         * elf/tst-array2dep.c (fini_array): Likewise.
36120         (init_array): Likewise.
36122 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36124         * manual/message.texi: Delete @cartouche tags.
36126 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36128         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36129         EOPNOTSUPP.
36130         * sysdeps/mach/hurd/fsync.c: Likewise.
36132         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36133         [_POSIX_REALTIME_SIGNALS]: Change condition to
36134         [_POSIX_REALTIME_SIGNALS > 0].
36136 2012-10-27  Andreas Jaeger  <aj@suse.de>
36138         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36139         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36140         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36141         [__WORDSIZE != 64]: Likewise.
36143 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36145         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36146         *  iconvdata/tst-tables.sh: Likewise.
36148 2012-10-25  David S. Miller  <davem@davemloft.net>
36150         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36151         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36152         of strtoull.
36154         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36155         ifunc-impl-list.c
36156         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36157         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36158         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36159         file.
36161 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36163         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36164         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36165         __getdirentries.
36167 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36168             Jim Blandy  <jimb@codesourcery.com>
36170         * scripts/cross-test-ssh.sh: New file.
36171         * manual/install.texi (Configuring and compiling): Document use of
36172         cross-test-ssh.sh.
36173         * INSTALL: Regenerated.
36175 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36177         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36178         EOPNOTSUPP.
36180 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36182         * Makeconfig (run-program-prefix): Fix comment.
36184 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36185             Jim Blandy  <jimb@codesourcery.com>
36187         * Makeconfig (test-wrapper): New variable,
36188         (test-wrapper-env): Likewise.
36189         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36190         (run-built-tests): Define to yes.
36191         (run-program-prefix): Use $(test-wrapper).
36192         (built-program-cmd): Likewise.
36193         * Rules (make-test-out): Use $(test-wrapper-env) and
36194         $(host-built-program-cmd).
36195         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36196         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36197         tst-pathopt.sh.
36198         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36199         $(test-wrapper-env) to tst-rtld-load-self.sh.
36200         ($(objpfx)order2.out): Use $(test-wrapper).
36201         ($(objpfx)tst-initorder.out): Likewise.
36202         ($(objpfx)tst-initorder2.out): Likewise.
36203         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36204         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36205         (test_wrapper_env): New variable.  Use it to run ld.so.
36206         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36207         Use it to run ld.so.
36208         (test_wrapper_env): Likewise.
36209         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36210         $(test-wrapper) to run-iconv-test.sh.
36211         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36212         (ICONV): Use $test_wrapper.
36213         * posix/Makefile ($(objpfx)globtest.out): Pass
36214         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36215         globtest.sh, not $(run-program-prefix).
36216         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36217         (test_wrapper): Likewise.
36218         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36219         set together with run_via_rtld_prefix.
36220         (run_program_prefix): Define in terms of test_wrapper and
36221         run_via_rtld_prefix.
36223 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36225         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36226         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36227         Targets removed.
36229         [BZ #14743]
36230         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36231         Declare __clock_getres, __clock_gettime, __clock_settime,
36232         __clock_nanosleep, and __clock_getcpuclockid.
36233         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36234         Remove librt_hidden_def (clock_gettime).
36235         * sysdeps/unix/clock_gettime.c: Likewise.
36236         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36237         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36238         * rt/clock_getres.c: Define __clock_getres as an alias.
36239         * sysdeps/posix/clock_getres.c: Likewise.
36240         * rt/clock_settime.c: Define __clock_settime as an alias.
36241         * sysdeps/unix/clock_settime.c: Likewise.
36242         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36243         * sysdeps/unix/clock_nanosleep.c: Likewise.
36244         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36245         * rt/clock-compat.c: New file.
36246         * rt/Makefile (librt-routines): Add clock-compat and move
36247         $(clock-routines) to ...
36248         (routines): ... here, new variable.
36249         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36250         Don't add get_clockfreq here.
36251         * rt/Versions (libc: GLIBC_2.17): New version set.
36252         Add clock_* symbols here.
36253         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36254         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36255         (GLIBC_2.17): Add clock_* symbols.
36256         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36257         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36258         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36260         Likewise.
36261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36262         Likewise.
36263         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36264         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36266         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36267         * NEWS: Mention the move.
36269         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36270         Use __open, __read, __close rather than their public counterparts.
36271         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36272         (__get_clockfreq_via_cpuinfo): Likewise.
36273         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36274         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36276         * config.h.in (HAVE_IFUNC): New #undef.
36277         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36278         was successful.
36279         * configure: Regenerated.
36281 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36283         * configure.in: Move READELF check to start of file.
36284         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36285         libc_cv_asm_gnu_indirect_function in the process.
36286         * configure: Regenerated.
36288 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36290         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36291         send the output to /dev/null.
36292         (libc_cv_cc_with_libunwind): Likewise.
36293         (libc_cv_as_noexecstack): Likewise.
36294         * configure: Regenerate.
36296 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36298         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36300         * posix/globtest.sh (TMPDIR): Do not set.
36301         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36302         (testout): Likewise.
36304 2012-10-24  Andreas Jaeger  <aj@suse.de>
36306         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36307         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36308         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36309         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36310         posix_fadvise64, posix_fallocate64.
36312         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36313         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36314         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36315         Likewise.
36316         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36317         Likewise.
36318         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36320         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36321         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36322         <bits/fcntl-linux.h>.
36323         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36325         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36326         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36327         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36328         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36329         [__WORDSIZE != 64]: Likewise.
36331 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36333         * Makeconfig (run-built-tests): New variable.
36334         * Rules [$(cross-compiling) = yes]: Change condition to
36335         [$(run-built-tests) = no].
36336         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36337         to [$(run-built-tests) = yes].
36338         * elf/Makefile [$(cross-compiling) = no]: Likewise
36339         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36340         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36341         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36342         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36343         * io/Makefile [$(cross-compiling) = no]: Likewise.
36344         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36345         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36346         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36347         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36348         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36349         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36350         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36351         * string/Makefile [$(cross-compiling) = no]: Likewise.
36353         * posix/Makefile ($(objpfx)globtest.out): Pass
36354         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36355         $(rtld-installed-name).
36356         * posix/globtest.sh (elf_objpfx): Remove variable.
36357         (rtld_installed_name): Likewise.
36358         (library_path): Likewise.
36359         (run_program_prefix): New variable.  Use for running globtest
36360         binary.
36362 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36363             Joseph Myers  <joseph@codesourcery.com>
36365         * Makeconfig (host-built-program-cmd): New variable.
36366         * elf/Makefile (tst-stackguard1-ARGS): Use
36367         $(host-built-program-cmd).
36368         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36369         (tst-spawn-ARGS): Likewise.
36370         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36372 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36373             Jim Blandy  <jimb@codesourcery.com>
36375         * Makeconfig (run-via-rtld-prefix): New variable.
36376         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36377         (built-program-cmd): Likewise.
36379 2012-10-22  Andreas Jaeger  <aj@suse.de>
36381         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36382         __O_RSYNC if it exists, otherwise to O_SYNC.
36384 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36385             Joseph Myers  <joseph@codesourcery.com>
36387         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36388         /dev/null.
36389         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36390         from /dev/null
36391         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36392         /dev/null.
36394 2012-10-22  Andreas Jaeger  <aj@suse.de>
36396         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36397         Define always.
36398         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36400         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36401         bits/fcntl-linux.h.
36403         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36404         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36406         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36407         to __O_LARGEFILE.
36408         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36409         to __O_LARGEFILE.
36411 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36412             Joseph Myers  <joseph@codesourcery.com>
36414         * config.make.in (NM): New variable.
36416 2012-10-21  Andreas Jaeger  <aj@suse.de>
36418         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36419         definitions and declarations that are provided by
36420         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36422 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36424         [BZ #14683]
36425         * elf/Makefile (tests-static): Add tst-leaks1-static.
36426         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36427         ($(objpfx)tst-leaks1-static): New rule.
36428         ($(objpfx)tst-leaks1-static-mem): Likewise.
36429         (tst-leaks1-static-ENV): New macro.
36430         * elf/dl-open.c (dl_open_worker): Check the main application
36431         only if SHARED is defined.
36432         * elf/tst-leaks1-static.c: New file.
36434 2012-10-20  Andreas Jaeger  <aj@suse.de>
36436         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36437         generic values for Linux.
36438         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36439         and declarations that are provided by <bits/fcntl-linux.h> and
36440         include <bits/fcntl-linux.h>.
36441         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36442         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36444 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36446         * io/fcntl.h: Move include of <bits/types.h> to the top and
36447         include it unconditionally.
36449 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36451         * wcsmbs/Makefile (tests-ifunc): New variable.
36452         (tests): Add $(tests-ifunc).
36453         * wcsmbs/test-wcschr-ifunc.c: New file.
36454         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36455         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36456         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36457         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36458         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36460         * string/Makefile (tests-ifunc): New variable.
36461         (tests): Add $(tests-ifunc).
36462         * string/test-memccpy.c (TEST_NAME): New macro.
36463         * string/test-memchr.c (TEST_NAME): Likewise.
36464         * string/test-memcmp.c (TEST_NAME): Likewise.
36465         * string/test-memcpy.c (TEST_NAME): Likewise.
36466         * string/test-memmem.c (TEST_NAME): Likewise.
36467         * string/test-memmove.c (TEST_NAME): Likewise.
36468         * string/test-memset.c (TEST_NAME): Likewise.
36469         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36470         * string/test-stpcpy.c (TEST_NAME): Likewise.
36471         * string/test-stpncpy.c (TEST_NAME): Likewise.
36472         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36473         * string/test-strcasestr.c (TEST_NAME): Likewise.
36474         * string/test-strcat.c (TEST_NAME): Likewise.
36475         * string/test-strchr.c (TEST_NAME): Likewise.
36476         * string/test-strcmp.c(TEST_NAME): Likewise.
36477         * string/test-strcpy.c (TEST_NAME): Likewise.
36478         * string/test-strcspn.c (TEST_NAME): Likewise.
36479         * string/test-strlen.c (TEST_NAME): Likewise.
36480         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36481         * string/test-strncmp.c (TEST_NAME): Likewise.
36482         * string/test-strncpy.c (TEST_NAME): Likewise.
36483         * string/test-strnlen.c (TEST_NAME): Likewise.
36484         * string/test-strpbrk.c (TEST_NAME): Likewise.
36485         * string/test-strrchr.c (TEST_NAME): Likewise.
36486         * string/test-strspn.c (TEST_NAME): Likewise.
36487         * string/test-strstr.c (TEST_NAME): Likewise.
36488         * string/test-bcopy-ifunc.c: New file.
36489         * string/test-bzero-ifunc.c: Likewise.
36490         * string/test-memccpy-ifunc.c: Likewise.
36491         * string/test-memchr-ifunc.c: Likewise.
36492         * string/test-memcmp-ifunc.c: Likewise.
36493         * string/test-memcpy-ifunc.c: Likewise.
36494         * string/test-memmem-ifunc.c: Likewise.
36495         * string/test-memmove-ifunc.c: Likewise.
36496         * string/test-mempcpy-ifunc.c: Likewise.
36497         * string/test-memset-ifunc.c: Likewise.
36498         * string/test-rawmemchr-ifunc.c: Likewise.
36499         * string/test-stpcpy-ifunc.c: Likewise.
36500         * string/test-stpncpy-ifunc.c: Likewise.
36501         * string/test-strcasecmp-ifunc.c: Likewise.
36502         * string/test-strcasestr-ifunc.c: Likewise.
36503         * string/test-strcat-ifunc.c: Likewise.
36504         * string/test-strchr-ifunc.c: Likewise.
36505         * string/test-strchrnul-ifunc.c: Likewise.
36506         * string/test-strcmp-ifunc.c: Likewise.
36507         * string/test-strcpy-ifunc.c: Likewise.
36508         * string/test-strcspn-ifunc.c: Likewise.
36509         * string/test-strlen-ifunc.c: Likewise.
36510         * string/test-strncasecmp-ifunc.c: Likewise.
36511         * string/test-strncat-ifunc.c: Likewise.
36512         * string/test-strncmp-ifunc.c: Likewise.
36513         * string/test-strncpy-ifunc.c: Likewise.
36514         * string/test-strnlen-ifunc.c: Likewise.
36515         * string/test-strpbrk-ifunc.c: Likewise.
36516         * string/test-strrchr-ifunc.c: Likewise.
36517         * string/test-strspn-ifunc.c: Likewise.
36518         * string/test-strstr-ifunc.c: Likewise.
36520         * debug/Makefile (tests-ifunc): New variable.
36521         (tests): Add $(tests-ifunc).
36522         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
36523         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
36524         * debug/test-stpcpy_chk-ifunc.c: New file.
36525         * debug/test-strcpy_chk-ifunc.c: Likewise.
36527 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36529         [BZ #13601]
36530         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36531         header is not read in.
36533 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36535         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36536         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36537         directly.  Pass built executable to script as
36538         $(built-program-cmd).
36539         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36540         $testprogram without using LD_LIBRARY_PATH and $ldso.
36542         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36543         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36544         $(rtld-installed-name).
36545         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36546         (rtld_installed_name): Likewise.
36547         (library_path): Likewise.
36548         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36549         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36550         $(run-program-prefix) to tst-tables.sh.
36551         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36552         it to run tst-table-from and tst-table-to.
36553         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36554         Pass it to tst-table.sh.
36555         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36556         $(run-program-prefix) to tst-gettext.sh.
36557         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36558         tst-translit.sh.
36559         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36560         tst-gettext2.sh.
36561         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36562         to run tst-gettext.
36563         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36564         to run tst-gettext2.
36565         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36566         to run tst-translit.
36567         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36568         $(run-program-prefix) to tst-mtrace.sh.
36569         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36570         to run tst-mtrace.
36571         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36572         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36573         $(rtld-installed-name).
36574         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36575         (rtld_installed_name): Likewise.
36576         (run_program_prefix): New variable.  Use it to run wordexp-test.
36578         * Makeconfig (ARCH): Remove all definitions.
36579         (machine): Likewise.
36580         [ARCH]: Remove conditional code.
36581         [!objdir]: Give error.
36582         [!objdir] (objpfx): Remove.
36583         [!objdir] (common-objpfx): Likewise.
36584         [!objdir] (common-objdir): Likewise.
36585         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36586         AC_CONFIG_FILES call.
36587         * configure: Regenerated.
36589         [BZ #13888]
36590         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36591         or TMPDIR.
36592         (testout): Likewise.
36594         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36595         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36596         $(rtld-installed-name).
36597         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36598         (rtld_installed_name): Likwise.
36599         (runit): Remove function.
36600         (run_getconf): New variable,  Use it for running getconf binary.
36602 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36604         [BZ #14716]
36605         * string/test-memmem.c (check_result): New function.
36606         (do_one_test): Use it.
36607         (check1): New function.
36608         (test_main): Use it.
36610 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36612         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36614 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36616         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36617         (_G_LSEEK64): Likewise.
36618         (_G_MMAP64): Likewise.
36619         (_G_FSTAT64): Likewise.
36620         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36621         (_G_LSEEK64): Likewise.
36622         (_G_MMAP64): Likewise.
36623         (_G_FSTAT64): Likewise.
36624         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36625         unconditional.  Call __mmap64 directly.
36626         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36627         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36628         __lseek64 directly.
36629         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36630         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36631         __mmap64 directly.
36632         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36633         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36634         __lseek64 directly.
36635         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36636         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36637         __lseek64 directly.
36638         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36639         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36640         __lseek64 directly.
36641         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36642         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36643         __fxstat64 directly.
36644         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36645         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36646         unconditional.
36647         (freopen64) [!_G_OPEN64]: Remove conditional code.
36648         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36649         unconditional.
36650         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36651         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36652         unconditional.
36653         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36654         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36655         unconditional.
36656         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36657         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36658         unconditional.
36659         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36660         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36661         unconditional.
36662         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36663         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36664         unconditional.
36665         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36666         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36667         unconditional.
36668         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36670 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36672         [BZ #12140]
36673         * manual/memory.texi (Malloc Tunable Parameters): Add note
36674         about free list pointers overwriting some perturb bytes.
36675         Wording suggested by Roland McGrath.
36677 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36679         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36680         (lgamma_test): Likewise.
36681         (tgamma_test): Likewise.
36683 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36685         [BZ #14700]
36686         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36687         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36689 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36691         * NEWS: Mention BZ #14716.
36692         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36693         when removing AVAILABLE1_USES_J macro.
36695 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36697         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36698         (__bswap_64): __uint64_t for unsigned 64-bit int.
36700 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36702         * include/string.h (memmem): Declare libc hidden alias.
36703         * string/memmem.c (memmem): Define libc hidden alias.
36704         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36705         __read, __close instead of open, read, close.
36707 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36709         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36710         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36711         global and hidden.
36712         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36713         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36714         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36715         Likewise.
36716         (__rawmemchr_sse2): Likewise.
36717         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36718         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36719         (__strchr_sse2): Likewise.
36720         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36721         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36722         (__strcasecmp_sse2): Likewise.
36723         (__strncasecmp_sse2): Likewise.
36724         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36725         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36726         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36727         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36728         (__strrchr_sse2): Likewise.
36729         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36730         ifunc-impl-list.c.
36731         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36732         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36733         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36734         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36735         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36736         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36737         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36738         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36739         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36740         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36741         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36742         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36743         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36744         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36745         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36746         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36747         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36748         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36749         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36750         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36751         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36752         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36753         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36754         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36755         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36756         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36757         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36758         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36759         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36760         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36762         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36763         global and hidden.
36764         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36765         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36766         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36767         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36768         Likewise.
36769         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36770         Likewise.
36771         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36772         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36773         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36774         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36775         ifunc-impl-list.c.
36776         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36777         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36778         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36779         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36780         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36781         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36782         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36783         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36784         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36785         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36786         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36787         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36788         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36789         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36790         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36791         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36792         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36793         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36794         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36795         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36796         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36797         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36798         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36799         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36800         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36801         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36802         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36803         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36804         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36805         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36806         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36807         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36808         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36809         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36810         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36811         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36812         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36813         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36814         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36815         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36816         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36818         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36819         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36820         * include/ifunc-impl-list.h: New file.
36821         * misc/ifunc-impl-list.c: Likewise.
36822         * misc/Makefile (routines): Add ifunc-impl-list.
36823         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36824         * string/test-string.h: Include <ifunc-impl-list.h>.
36825         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36826         TEST_NAME]: New variables.
36827         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36828         are defined.
36829         (test_init): Call __libc_ifunc_impl_list to initialize
36830         func_list if TEST_IFUNC and TEST_NAME are defined.
36832         * string/Makefile (strop-tests): Add bcopy and bzero.
36833         * string/test-bcopy.c: New file.
36834         * string/test-bzero.c: Likewise.
36835         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36836         defined.
36837         * string/test-memset.c: Support bzero test if TEST_BZERO is
36838         defined.
36839         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36840         __libc_memmove.
36841         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36842         __libc_memset.
36843         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36844         of memset.
36846 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36848         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36849         * configure: Regenerated.
36851         * Makeconfig (+link-static-before-libc): Don't include
36852         $(link-static-libc).
36854         * libio/libio.h (_IO_pos_t): Remove.
36856 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36858         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36859         McGrath.
36861 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36863         * crypt/crypt-entry.c: Include fips-private.h.
36864         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36865         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36866         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36867         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36869 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36871         * crypt/crypt-private.h: Include stdbool.h.
36872         (_ufc_setup_salt_r): Return bool.
36873         * crypt/crypt-entry.c: Include errno.h.
36874         (__crypt_r): Return NULL with EINVAL for bad salt.
36875         * crypt/crypt_util.c (bad_for_salt): New.
36876         (_ufc_setup_salt_r): Check that salt is long enough and within
36877         the specified alphabet.
36878         * crypt/badsalttest.c: New file.
36879         * crypt/Makefile (tests): Add it.
36880         ($(objpfx)badsalttest): New.
36882 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36884         * NEWS: Add entry for BZ #14602.
36886 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36888         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36889         type-generic.
36890         * math/libm-test.inc: Update comment listing what functions and
36891         macros are tested.
36892         (isgreater_test): New function.
36893         (isgreaterequal_test): Likewise.
36894         (isless_test): Likewise.
36895         (islessequal_test): Likewise.
36896         (islessgreater_test): Likewise.
36897         (isunordered_test): Likewise.
36898         (main): Call the new functions.
36900 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36902         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36903         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36904         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36905         * sysdeps/i386/configure: Regenerated.
36906         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36907         * sysdeps/mach/configure: Regenerated.
36908         * sysdeps/mach/hurd/configure: Regenerated.
36909         * sysdeps/powerpc/configure: Regenerated.
36910         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36911         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36912         * sysdeps/s390/s390-32/configure: Regenerated.
36913         * sysdeps/s390/s390-64/configure: Regenerated.
36914         * sysdeps/sh/configure: Regenerated.
36915         * sysdeps/sparc/configure: Regenerated.
36916         * sysdeps/unix/sysv/linux/configure: Regenerated.
36917         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36918         * sysdeps/x86_64/configure: Regenerated.
36920         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36921         defined.  Don't check if MAP is NULL.
36923 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36925         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36926         (_G_stat64): Likewise.
36927         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36928         (_G_stat64): Likewise.
36929         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36930         instead of struct _G_stat64.
36931         * libio/fileops.c (mmap_remap_check): Likewise.
36932         (decide_maybe_mmap): Likewise.
36933         (_IO_new_file_seekoff): Likewise.
36934         (_IO_file_stat): Likewise.
36935         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36936         _G_off64_t.
36937         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36938         instead of struct _G_stat64.
36939         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36941 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36943         [BZ #14602]
36944         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36945         Replace with ...
36946         (CHECK_EOL): New macro.
36947         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36948         CHECK_EOL.
36949         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36950         Replace with CHECK_EOL.
36951         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36952         Replace with CHECK_EOL.
36954 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36956         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36957         type-generic.
36958         * math/libm-test.inc: Update comment listing what functions and
36959         macros are tested.
36960         (finite_test): New function.
36961         (isinf_test): Likewise.
36962         (isnan_test): Likewise.
36963         (fpclassify_test): Test subnormal input.
36964         (isfinite_test): Likewise.
36965         (isnormal_test): Likewise.
36966         (main): Call the new functions.
36968 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36970         [BZ #14660]
36971         * Makerules (%.dynsym): Force C locale when running
36972         $(OBJDUMP) --dynamic-syms.
36974 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36976         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36977         <stdint.h>.
36979 2012-10-06  David S. Miller  <davem@davemloft.net>
36981         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36982         upper 32-bits of the length value in %o2 since we use branch-on-register
36983         tests which consider the entire 64-bit register.
36985 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36987         * string/test-strstr.c (check2): Add a test for page boundary.
36989 2012-10-05  David S. Miller  <davem@davemloft.net>
36991         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36992         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36993         file.
36994         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36995         sysdep_routines.
36996         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36997         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36998         and bzero when HWCAP_SPARC_CRYPTO is present.
37000 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37002         [BZ #14602]
37003         * string/test-strstr.c (check2): New function.
37004         (test_main): Call check2.
37006         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37007         and bug-strchr1.
37008         * string/bug-strcasestr1.c (do_test): Moved to ...
37009         * string/test-strcasestr.c (check1): Here.  New function.
37010         (do_one_test): Break out result checking code into ...
37011         (check_result): This.  New function.
37012         (do_one_test): Call check_result.
37013         (test_main): Call check1.
37014         * string/bug-strchr1.c (do_test): Moved to ...
37015         * string/test-strchr.c (check1): Here.  New function.
37016         (do_one_test): Break out result checking code into ...
37017         (check_result): This.  New function.
37018         (do_one_test): Call check_result.
37019         (test_main): Call check1.
37020         * string/bug-strstr1.c (main): Moved to ...
37021         * string/test-strstr.c (check1): Here.  New function.
37022         (do_one_test): Break out result checking code into ...
37023         (check_result): This.  New function.
37024         (do_one_test): Call check_result.
37025         (test_main): Call check1.
37026         * string/bug-strcasestr1.c: Removed.
37027         * string/bug-strchr1.c: Likewise.
37028         * string/bug-strstr1.c: Likewise.
37030         * elf/Makefile (dl-routines): Add hwcaps.
37031         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37032         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37033         (_dl_important_hwcaps): Moved to ...
37034         * elf/dl-hwcaps.c: Here.  New file.
37035         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37037         [BZ #14557]
37038         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37039         if IS_IN_rtld isn't defined.
37041         * elf/dl-support.c (_dl_sysinfo_map): New.
37042         Include "get-dynamic-info.h" and "setup-vdso.h".
37043         (_dl_non_dynamic_init): Call setup_vdso.
37044         * elf/dynamic-link.h: Don't include <assert.h>.
37045         (elf_get_dynamic_info): Moved to ...
37046         * elf/get-dynamic-info.h: Here.  New file.
37047         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37048         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37049         * elf/setup-vdso.h: Here.  New file.
37050         * elf/rtld.c: Include "setup-vdso.h".
37051         (dl_main): Call setup_vdso.
37053 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37055         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37056         creal in comment listing functions tested.  List finite, isinf,
37057         isnan, isless, islessequal, isgreater, isgreaterequal,
37058         islessgreater, isunordered, lgamma_r and pow10 as functions and
37059         macros not tested.  Mention which functions not tested are aliases
37060         for other functions.  Fix typo.  Note that signs of NaNs are not
37061         tested.
37063         * scripts/config.guess: Update from config.git.
37064         * scripts/config.sub: Likewise.
37066 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37068         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37069         * misc/madvise.c (madvise): Renamed to __madvise.
37070         Make madvise a weak alias.
37071         * include/sys/mman.h: Declare __madvise.
37072         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37073         * sysdeps/unix/syscalls.list
37074         (madvise): Make __madvise the strong name, and madvise a weak alias.
37075         * sysdeps/unix/sysv/linux/syscalls.list
37076         (madvise, mmap): Remove redundant entries.
37077         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37078         * malloc/malloc.c (mtrim): Likewise.
37079         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37081 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37083         * sysdeps/mach/hurd/dl-cache.c: File removed.
37084         * config.h.in (USE_LDCONFIG): New #undef.
37085         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37086         * configure: Regenerated.
37087         * elf/Makefile (dl-routines): Add dl-cache only under
37088         [$(use-ldconfig) = yes].
37089         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37090         cache on [USE_LDCONFIG].
37091         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37092         [USE_LDCONFIG].
37093         * elf/rtld.c (dl_main): Likewise.
37095 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37097         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37098         _SC_LEVEL4_CACHE_LINESIZE.
37100 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37102         * sysdeps/unix/bsd/confstr.h: File removed.
37104 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37106         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37107         sys/sdt-config.h.
37109 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37111         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37112         Make 'mapoff' field ElfW(Off) rather than off_t.
37114 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37116         * nscd/Makefile: Remove nscd-cflags and all its users.
37117         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37118         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37120         [BZ #10631]
37121         * malloc.c (malloc_printerr): Clarify error message.
37123 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37125         [BZ #14648]
37126         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37127         Set bit_FMA_Usable if FMA is supported.
37128         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37129         macro.
37130         (bit_FMA4_Usable): Updated.
37131         (index_FMA_Usable): New macro.
37132         (CPUID_FMA): Likewise
37133         (HAS_FMA): Defined with bit_FMA_Usable.
37135 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37137         * bits/types.h (__swblk_t): Type removed.
37138         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37139         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37140         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37141         (__SWBLK_T_TYPE): Likewise.
37142         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37143         (__SWBLK_T_TYPE): Likewise.
37144         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37145         (__SWBLK_T_TYPE): Likewise.
37146         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37147         (__SWBLK_T_TYPE): Likewise.
37149 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37150             Honza Horak <hhorak@redhat.com>
37152         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37153         (xdr_mapname): Use YPMAXMAP as maxsize.
37154         (xdr_peername): Use YPMAXPEER as maxsize.
37155         (xdr_keydat): Use YPAXRECORD as maxsize.
37156         (xdr_valdat): Use YPMAXRECORD as maxsize.
37158 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37160         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37162         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37163         * csu/init-first.c: ... here.
37164         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37165         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37166         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37167         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37168         * sysdeps/i386/init-first.c: File removed.
37169         * sysdeps/sh/init-first.c: File removed.
37171 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37173         [BZ #14645]
37174         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37175         if x * y might underflow to zero and z is zero.
37176         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37177         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37178         * math/libm-test.inc (min_subnorm_value): New variable.
37179         (fma_test): Add more tests.
37180         (fma_test_towardzero): Likewise.
37181         (fma_test_downward): Likewise
37182         (fma_test_upward): Likewise.
37183         (initialize): Set min_subnorm_value.
37185 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37187         [BZ #14638]
37188         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37189         0 + 0.
37190         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37191         mode for addition resulting in exact zero.
37192         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37193         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37194         exact 0 + 0.
37195         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37196         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37197         * math/libm-test.inc (fma_test): Add more tests.
37198         (fma_test_towardzero): New function.
37199         (fma_test_downward): Likewise.
37200         (fma_test_upward): Likewise.
37201         (main): Call the new functions.
37203 2012-09-28  David S. Miller  <davem@davemloft.net>
37205         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37207 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37209         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37210         instead of SIGALRM.
37212         * sysdeps/gnu/_G_config.h: Moved to ...
37213         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37214         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37215         * sysdeps/generic/_G_config.h: ... here.
37217         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37219         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37221         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37222         Conditionalize target on [libnss_test1.so-version].
37224         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37226         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37227         (elfobjdir): Move out of conditionals.
37229         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37230         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37231         (__nss_lookup_function): Conditionalize label remove_from_tree on
37232         [!DO_STATIC_NSS || SHARED], matching its only use.
37234 2012-09-28  David S. Miller  <davem@davemloft.net>
37236         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37237         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37238         file.
37239         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37240         sysdep_routines.
37241         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37242         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37243         when HWCAP_SPARC_CRYPTO is present.
37245 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37247         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37249 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37251         [BZ #6530]
37252         * stdio-common/vfprintf.c (process_string_arg): Revert
37253         2000-07-22 change.
37255 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37257         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37258         for testcase.
37259         * stdio-common/tst-sprintf.c: Include <locale.h>
37260         (main): Test sprintf's handling of incomplete multibyte
37261         characters.
37263 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37265         * elf/dl-runtime.c (VERSYMIDX): Removed.
37266         * elf/dl-version.c (VERSYMIDX): Likewise.
37267         * elf/do-rel.h (VERSYMIDX): Likewise.
37268         (VALIDX): Likewise.
37269         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37270         * elf/rtld.c (VALIDX): Likewise.
37271         (ADDRIDX): Likewise.
37272         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37273         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37274         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37275         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37276         (VALIDX): Likewise.
37277         (ADDRIDX): Likewise.
37279 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37281         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37283 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37285         [BZ #11438]
37286         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37287         to global scope.
37288         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37289         addresses are in the same scope as 192.0.2/24.
37290         * posix/gai.conf: Document new scope table defaults.
37292 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37294         [BZ #5298]
37295         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37296         for ftell.  Compute offsets from write pointers instead.
37297         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37299 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37301         [BZ #14543]
37302         * libio/Makefile (tests): New test case tst-fseek.
37303         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37304         combination works in wide mode.
37305         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37306         state when the external buffer state changes.
37308 2012-09-27  David S. Miller  <davem@davemloft.net>
37310         [BZ #14376]
37311         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37312         pass reloc->r_addend in as the 'high' argument to
37313         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37315         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37317 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37319         * rt/tst-aio2.c: Include <pthread.h>.
37320         * rt/tst-aio3.c: Likewise.
37322 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37324         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37326 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37328         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37329         contents on [SHARED].
37331 2012-09-26  Marek Polacek  <polacek@redhat.com>
37333         [BZ #14530]
37334         [BZ #13741]
37335         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37336         for C++ and GCC <4.3 as well as for non GCC compilers.
37338 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37340         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37342 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37344         * Makefile.in (all, install): Declare with .PHONY.
37345         Reported by Michael Hope <michael.hope@linaro.org>.
37347 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37349         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37350         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37351         system header.
37352         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37353         Likewise.
37354         (sydep_routines): Add the new and the internal functions.
37355         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37356         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37358         (GLIBC_2.17): Add the new function.
37359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37360         (GLIBC_2.17): Likewise.
37361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37362         (GLIBC_2.17): Likewise.
37363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37364         (GLIBC_2.17): Likewise.
37365         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37367 2012-09-25  Alan Modra  <amodra@gmail.com>
37369         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37370         Add release barrier before setting once_control to say
37371         initialisation is done.  Add hints on lwarx.  Use macro in
37372         place of isync.
37373         (clear_once_control): Add release barrier.
37375 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37377         [BZ #13629]
37378         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37379         specially.
37380         * math/s_clog10.c (__clog10): Likewise.
37381         * math/s_clog10f.c (__clog10f): Likewise.
37382         * math/s_clog10l.c (__clog10l): Likewise.
37383         * math/s_clogf.c (__clogf): Likewise.
37384         * math/s_clogl.c (__clogl): Likewise.
37385         * math/Makefile (libm-calls): Add x2y2m1.
37386         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37387         (__x2y2m1): Likewise.
37388         (__x2y2m1l): Likewise.
37389         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37390         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37391         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37392         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37393         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37394         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37395         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37396         * sysdeps/i386/fpu/libm-test-ulps: Update.
37397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37399         [BZ #14621]
37400         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37401         int as type of variable DEPTH.
37402         (glob): Use size_t instead of int as type of variables NEWCOUNT
37403         and OLD_PATHC.
37405 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37407         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37408         Add s_sincosf-sse2.
37409         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37410         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37411         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37412         macros for using routine as __sincosf_ia32.
37413         Use macro for function declaration and weak_alias.
37414         * sysdeps/i386/fpu/libm-test-ulps: Update.
37416         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37417         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37419         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37420         subnormal argument.
37421         * math/s_cexpf.c (__cexpf): Likewise.
37422         * math/s_csinf.c (__csinf): Likewise.
37423         * math/s_csinhf.c (__csinhf): Likewise.
37424         * math/s_ctanf.c (__ctanf): Likewise.
37425         * math/s_ctanhf.c (__ctanhf): Likewise.
37426         * math/s_ccosh.c (__ccoshf): Likewise.
37427         * math/s_cexp.c (__cexpl): Likewise.
37428         * math/s_csin.c (__csin): Likewise.
37429         * math/s_csinh.c (__csinh): Likewise.
37430         * math/s_ctan.c (__ctan): Likewise.
37431         * math/s_ctanh.c (ctanh): Likewise.
37432         * math/s_ccoshl.c (__ccoshl): Likewise.
37433         * math/s_cexpl.c (__cexpl): Likewise.
37434         * math/s_csinl.c (__csinl): Likewise.
37435         * math/s_csinhl.c (__csinhl): Likewise.
37436         * math/s_ctanl.c (__ctanl): Likewise.
37437         * math/s_ctanhl.c (__ctanhl): Likewise.
37439 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37441         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37442         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37443         (_IO_off_t): Define to __off_t, not _G_off_t.
37444         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37445         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37446         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37447         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37448         type of __dummy and __dummy2 fields.
37449         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37450         (_G_ssize_t): Likewise.
37451         (_G_off_t): Likewise.
37452         (_G_pid_t): Likewise.
37453         (_G_uid_t): Likewise.
37454         (_G_wchar_t): Likewise.
37455         (_G_wint_t): Likewise.
37456         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37457         (_G_ssize_t): Likewise.
37458         (_G_off_t): Likewise.
37459         (_G_pid_t): Likewise.
37460         (_G_uid_t): Likewise.
37461         (_G_wchar_t): Likewise.
37462         (_G_wint_t): Likewise.
37463         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37464         (_G_ssize_t): Likewise.
37465         (_G_off_t): Likewise.
37466         (_G_pid_t): Likewise.
37467         (_G_uid_t): Likewise.
37468         (_G_wchar_t): Likewise.
37469         (_G_wint_t): Likewise.
37471 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37473         * malloc/arena.c: Include malloc-sysdep.h.
37474         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37475         is sufficient to shrink the heap or an unmap is needed.
37476         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37477         new function check_may_shrink_heap.
37478         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37479         new function check_may_shrink_heap.
37481 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37483         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37484         comments.
37486 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37488         * catgets/test-gencat.sh: Add "set -e".
37489         * elf/tst-pathopt.sh: Likewise.
37490         * grp/tst_fgetgrent.sh: Likewise.
37491         * iconvdata/run-iconv-test.sh: Likewise.
37492         * intl/tst-gettext.sh: Likewise.
37493         * intl/tst-gettext2.sh: Likewise.
37494         * intl/tst-gettext4.sh: Likewise.
37495         * intl/tst-gettext6.sh: Likewise.
37496         * intl/tst-translit.sh: Likewise.
37497         * io/ftwtest-sh: Likewise.
37498         * libio/test-freopen.sh: Likewise.
37499         * malloc/tst-mtrace.sh: Likewise.
37500         * posix/globtest.sh: Likewise.
37501         * posix/tst-getconf.sh: Likewise.
37502         * posix/wordexp-tst.sh: Likewise.
37503         * stdio-common/tst-printf.sh: Likewise.
37504         * stdio-common/tst-unbputc.sh: Likewise.
37505         * stdlib/tst-fmtmsg.sh: Likewise.
37506         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37507         * catgets/Makefile: Do not specify -e option when running
37508         testsuite shell scripts.
37509         * elf/Makefile: Likewise.
37510         * grp/Makefile: Likewise.
37511         * iconvdata/Makefile: Likewise.
37512         * intl/Makefile: Likewise.
37513         * io/Makefile: Likewise.
37514         * libio/Makefile: Likewise.
37515         * malloc/Makefile: Likewise.
37516         * posix/Makefile: Likewise.
37517         * stdio-common/Makefile: Likewise.
37518         * stdlib/Makefile: Likewise.
37519         * sysdeps/x86_64/Makefile: Likewise.
37521         * io/ftwtest-sh: Add copyright header.
37522         * posix/globtest.sh: Likewise.
37523         * posix/tst-getconf.sh: Likewise.
37524         * posix/wordexp-tst.sh: Likewise.
37525         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37527 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37529         [BZ #13679]
37530         * Makeconfig (+link): Defined as $(+link-static) if
37531         $(build-shared) isn't yes.
37532         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37533         isn't yes.
37534         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37536         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37538         [BZ #14562]
37539         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37540         new chunk size with MALLOC_ALIGN_MASK.
37542 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37544         [BZ #5044]
37545         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37546         <rounding-mode.h>.
37547         (__printf_fphex): Determine rounding using get_rounding_mode and
37548         round_away.
37549         * stdio-common/tst-printf-round.c (struct hex_test): New
37550         structure.
37551         (hex_tests): New variable.
37552         (test_hex_in_one_mode): New function.
37553         (do_test): Also run tests for hex float output.
37555 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37557         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37558         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37559         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37560         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37561         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37562         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37563         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37564         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37566 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37568         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37569         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37570         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37571         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37573 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37575         [BZ #14579]
37576         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37577         mode only.
37578         * elf/tst-rtld-load-self.sh: New test.
37579         * elf/Makefile: Run it.
37581 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37583         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37584         (tst-writev-ENV): Remove.
37585         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37587 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37589         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37591 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37593         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37594         unconditional.
37595         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37596         Likewise.
37597         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37598         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37599         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37600         Likewise.
37602 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37604         [BZ #14587]
37605         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37606         * config.make.in (have-cpp-asm-debuginfo): Removed.
37607         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37608         * configure: Regenerated.
37610 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37612         [BZ #5044]
37613         * stdio-common/printf_fp.c: Include <stdbool.h> and
37614         <rounding-mode.h>.
37615         (___printf_fp): Determine rounding using get_rounding_mode and
37616         round_away.
37617         * stdio-common/tst-printf-round.c: New file.
37618         * stdio-common/Makefile (tests): Add tst-printf-round.
37619         (link-libm): New variable.
37620         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37622 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37624         [BZ #14576]
37625         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37626         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37627         Likewise.
37628         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37629         Likewise.
37631 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37633         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37634         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37635         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37636         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37638 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37640         [BZ #14518]
37641         * include/rounding-mode.h: New file.
37642         * sysdeps/generic/get-rounding-mode.h: Likewise.
37643         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37644         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37645         (MAX_VALUE): New macro.
37646         (MIN_VALUE): Likewise.
37647         (overflow_value): New function.
37648         (underflow_value): Likewise.
37649         (round_and_return): Use overflow_value and underflow_value to
37650         determine return values in overflow and underflow cases.  Use
37651         round_away to determine rounding depending on rounding mode.
37652         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37653         determine return values in overflow and underflow cases.
37654         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37655         (struct test_results): New structure.
37656         (struct test): Use struct test_results to store expected results
37657         for all rounding modes.
37658         (TEST): Include expected results for all rounding modes.
37659         (test_in_one_mode): New function.
37660         (do_test): Use test_in_one_mode to compute and check results.
37661         Check results for all rounding modes.
37662         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37663         $(link-libm).
37665 2012-12-09  Allan McRae  <allan@archlinux.org>
37667         * sysdeps/i386/fpu/libm-test-ulps: Update
37669 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37671         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37672         (_G_int32_t): Likewise.
37673         (_G_uint16_t): Likewise.
37674         (_G_uint32_t): Likewise.
37675         (_G_HAVE_BOOL): Likewise.
37676         (_G_HAVE_ATEXIT): Likewise.
37677         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37678         (_G_HAVE_IO_FILE_OPEN): Likewise.
37679         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37680         (_G_int32_t): Likewise.
37681         (_G_uint16_t): Likewise.
37682         (_G_uint32_t): Likewise.
37683         (_G_HAVE_BOOL): Likewise.
37684         (_G_HAVE_ATEXIT): Likewise.
37685         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37686         (_G_HAVE_IO_FILE_OPEN): Likewise.
37687         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37688         (_G_int32_t): Likewise.
37689         (_G_uint16_t): Likewise.
37690         (_G_uint32_t): Likewise.
37691         (_G_HAVE_BOOL): Likewise.
37692         (_G_HAVE_ATEXIT): Likewise.
37693         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37694         (_G_HAVE_IO_FILE_OPEN): Likewise.
37696 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37698         * csu/libc-tls.c: Update copyright years.
37700 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37702         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37703         [!_G_USING_THUNKS]: Remove conditional code.
37704         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37705         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37707         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37708         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37709         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37710         (_G_VTABLE_LABEL_PREFIX): Likewise.
37711         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37712         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37713         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37714         (_G_VTABLE_LABEL_PREFIX): Likewise.
37715         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37716         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37717         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37718         (_G_VTABLE_LABEL_PREFIX): Likewise.
37719         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37721 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37723         * libio/Makefile: Include ../Makeconfig before tests.
37724         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37725         only if $(build-shared) is yes.
37727         * iconv/gconv_db.c: Update copyright years.
37729 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37731         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37732         unwind info if defined PIC. Fix special cases description.
37733         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37735         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37736         DP_HI_MASK entry.
37737         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37739 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37741         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37743         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37744         is NULL.
37746         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37747         (LDLIBS-tst-chk4): This.
37748         (LDFLAGS-tst-chk5): Renamed to ...
37749         (LDLIBS-tst-chk5): This.
37750         (LDFLAGS-tst-chk6): Renamed to ...
37751         (LDLIBS-tst-chk6): This.
37752         (LDFLAGS-tst-lfschk4): Renamed to ...
37753         (LDLIBS-tst-lfschk4): This.
37754         (LDFLAGS-tst-lfschk5): Renamed to ...
37755         (LDLIBS-tst-lfschk5): This.
37756         (LDFLAGS-tst-lfschk6): Renamed to ...
37757         (LDLIBS-tst-lfschk6): This.
37759         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37760         on $(common-objpfx)soversions.mk.
37762 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37764         [BZ #10014]
37765         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37766         example host name.
37768 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37770         * malloc/arena.c (arena_get_retry): New function that gets
37771         another arena for the caller to try its request on.
37772         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37773         current arena cannot fulfill the request.
37774         (__libc_memalign): Likewise.
37775         (__libc_memalign): Likewise.
37776         (__libc_pvalloc): Likewise.
37777         (__libc_calloc): Likewise.
37779 2012-09-05  John Tobey  <john.tobey@gmail.com>
37781         [BZ #13542]
37782         * manual/arith.texi (Operations on Complex): Fix description
37783         of carg branch cut.
37785 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37787         [BZ #10014]
37788         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37789         host name.
37791         [BZ #10038]
37792         * manual/memory.texi (Memory): Make order of menu items match
37793         order of sections.
37795 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37797         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37798         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37799         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37801 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37803         * csu/libc-tls.c (static_dtv): Renamed to ...
37804         (_dl_static_dtv): This.  Make it global.
37805         (_dl_initial_dtv): Removed.
37806         (__libc_setup_tls): Updated.
37807         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37808         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37809         DL_INITIAL_DTV.
37811 2012-09-06  Petr Machata  <pmachata@redhat.com>
37813         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37814         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37815         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37816         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37818 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37820         [BZ #14545]
37821         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37822         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37823         freeing dtv[-1].
37825 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37827         [BZ #14544]
37828         * Makeconfig (link-static-before-libc): Replace $(+prector)
37829         with $(+prectorT).
37830         (link-static-after-libc): Replace $(+postctor) with
37831         $(+postctorT).
37832         (link-bounded): Replace $(+prector)/$(+postctor) with
37833         $(+prectorT)/$(+postctorT).
37834         (+prectorT): New macro.
37835         (+postctorT): Likewise.
37837 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37839         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37840         (round_str): Handle values above the maximum for IBM long double
37841         as inexact.
37842         * stdlib/tst-strtod-round.c (tests): Regenerated.
37844 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37846         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37847         assembler flag.
37848         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37849         zarch_nohighgprs around the zarch optimized routines.
37850         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37851         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37852         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37853         for zarch.
37855 2012-09-05  David S. Miller  <davem@davemloft.net>
37857         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37859         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37860         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37861         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37862         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37863         entries.
37865 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37867         * malloc/arena.c: Fold copyright years.
37868         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37870 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37872         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37874 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37876         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37878 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37880         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37881         change internal state upon failure.
37883 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37885         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37886         * malloc/memusage.c (mmap): Likewise.
37887         (mmap64, mremap): Likewise.  Adjust name in comment.
37889 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37891         * libio/fileops.c: Fix typos in comments.
37892         * libio/oldfileops.c: Likewise.
37893         * libio/wfileops.c: Likewise.
37895 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37897         [BZ #1349]
37898         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37899         (tst-malloc-usable-ENV): Set environment for test case.
37900         * malloc/hooks.c (malloc_check_get_size): New function to get
37901         requested size.
37902         * malloc/malloc.c (musable): Use malloc_check_get_size.
37903         * malloc/tst-malloc-usable.c: New test case.
37905 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37907         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37909 2012-09-05  Allan McRae  <allan@archlinux.org>
37911         [BZ #13966]
37912         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37913         determine header location.
37914         * configure: Regenerated.
37916 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37918         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37919         float format.
37920         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37921         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37922         format.
37923         (test): Regenerate.
37925 2012-09-04  David S. Miller  <davem@davemloft.net>
37927         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37928         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37929         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37931 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37933         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37934         failures.
37936         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37938 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37940         [BZ #9914]
37941         * libio/iogetdelim.c: Include <limits.h>.
37942         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37943         + len + 1 would overflow.
37945 2012-09-03  Andreas Jaeger  <aj@suse.de>
37947         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37948         * sysdeps/i386/fpu/libm-test-ulps: Update.
37950 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37952         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37953         Add s_sinf-sse2, s_conf-sse2.
37955         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37956         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37957         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37958         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37960         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37961         for using routine as __sinf_ia32.
37962         Use macro for function declaration and weak_alias.
37963         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37964         for using routine as __cosf_ia32.
37965         Use macro for function declaration and weak_alias.
37967         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37968         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37970         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37971         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37972         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37974         * math/libm-test.inc (cos_test): Add more test cases.
37975         (sin_test): Likewise.
37976         (sincos_test): Likewise.
37978 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37980         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37981         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37982         hidden.
37983         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37985 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37987         [BZ #14538]
37988         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37989         first element of the GOT.
37990         (elf_machine_load_address): Return the difference between
37991         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37993 2012-09-01  Allan McRae  <allan@archlinux.org>
37995         [BZ #13412]
37996         * configure.in (AWK): Require gawk version 3.0 or later.
37997         * configure: Regenerated.
37999 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38001         * sysdeps/unix/sysv/linux/kernel-features.h
38002         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38003         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38004         [__NR_clock_getres]: Make code unconditional.
38005         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38006         (clock_getcpuclockid): Remove code left unreachable by removal of
38007         conditionals.
38008         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38009         code unconditional.
38010         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38011         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38012         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38013         Make code unconditional.
38014         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38015         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38016         * sysdeps/unix/sysv/linux/clock_settime.c
38017         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38018         conditional code.
38019         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38020         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38022 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38024         [BZ #14476]
38025         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38026         scripts/test-installation.pl.
38028         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38029         and $ld_so_version if it is set.
38031 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38033         [BZ #14516]
38034         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38035         failure if reading from procfs failed.
38036         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38038 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38040         * sysdeps/unix/sysv/linux/kernel-features.h
38041         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38042         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38043         Remove conditional code.
38044         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38045         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38046         Remove conditional code.
38047         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38048         * sysdeps/unix/sysv/linux/i386/fxstat.c
38049         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38050         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38051         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38052         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38053         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38054         * sysdeps/unix/sysv/linux/i386/lxstat.c
38055         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38056         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38057         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38058         Remove conditional code.
38059         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38060         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38061         Remove conditional code.
38062         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38063         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38064         <kernel-features.h>.
38065         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38066         Remove.
38067         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38068         Remove conditional code.
38069         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38070         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38071         Remove conditional.
38073 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38075         [BZ #5400]
38076         * NEWS: Add fixed bug number.
38078 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38080         [BZ #14519]
38081         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38082         underflowing exponent in case of negative sign.
38083         * stdlib/tst-strtod-round-data: Add more tests.
38084         * stdlib/tst-strtod-round.c (tests): Regenerated.
38086         [BZ #3479]
38087         * stdlib/strtod_l.c (NDIG): Remove.
38088         (HEXNDIG): Likewise.
38089         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38090         smallest representable value.
38091         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38092         lie within an exact representation of 1/2 ulp of the result.
38093         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38094         unconditionally.
38095         (TENS_P9_IDX): Define unconditionally.
38096         (TENS_P9_SIZE): Likewise.
38097         (TENS_P10_IDX): Likewise.
38098         (TENS_P10_SIZE): Likewise.
38099         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38100         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38101         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38102         entries for 10^2^13 and 10^2^14.
38103         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38104         (TENS_P13_IDX): Define.
38105         (TENS_P13_SIZE): Likewise.
38106         (TENS_P14_IDX): Likewise.
38107         (TENS_P14_SIZE): Likewise.
38108         (_fpioconst_pow10): Change array size to
38109         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38110         unconditional.
38111         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38112         1024]: Add entries for 10^2^13 and 10^2^14.
38113         [LAST_POW10 > _LAST_POW10]: Remove #error.
38114         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38115         (_fpioconst_pow10): Change array size to
38116         FPIOCONST_POW10_ARRAY_SIZE.
38117         * stdlib/gen-fpioconst.c: New file.
38118         * stdlib/gen-tst-strtod-round.c: Likewise.
38119         * stdlib/tst-strtod-round-data: Likewise.
38120         * stdlib/tst-strtod-round.c: Likewise.
38121         * stdlib/Makefile (tests): Add tst-strtod-round.
38123         [BZ #14459]
38124         * stdlib/strtod_l.c: Include <stdint.h>.
38125         (NDEBUG): Do not define.
38126         (round_and_return): Change EXPONENT parameter to type intmax_t.
38127         Rearrange calculations to avoid internal overflow possibilities.
38128         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38129         Rearrange calculations to avoid internal overflow possibilities.
38130         Assert that number fits inside MPNSIZE limbs.
38131         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38132         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38133         calculations and add assertions to avoid internal overflow
38134         possibilities.  Add casts to avoid signed/unsigned operations.
38135         * stdlib/tst-strtod-overflow.c: New file.
38136         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38138 2012-08-25  Marek Polacek  <polacek@redhat.com>
38140         * time/time.h: Fix some typos in comments.
38142 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38144         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38145         * posix/tst-rfc3484-2.c: Likewise.
38146         * posix/tst-rfc3484-3.c: Likewise.
38148 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38150         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38151         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38153 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38155         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38156         #include of fxstatat64.c.
38158 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38160         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38161         * shadow/getspent_r.c: Likewise.
38162         * shadow/getspnam.c: Likewise.
38163         * shadow/getspnam_r.c: Likewise.
38164         * gshadow/getsgent.c: Likewise.
38165         * gshadow/getsgent_r.c: Likewise.
38166         * gshadow/getsgnam.c: Likewise.
38167         * gshadow/getsgnam_r.c: Likewise.
38168         * inet/getnetbyad.c: Likewise.
38169         * inet/getnetbyad_r.c: Likewise.
38170         * inet/getnetbynm.c: Likewise.
38171         * inet/getnetbynm_r.c: Likewise.
38172         * inet/getnetent.c: Likewise.
38173         * inet/getnetent_r.c: Likewise.
38174         * inet/getproto.c: Likewise.
38175         * inet/getproto_r.c: Likewise.
38176         * inet/getprtent.c: Likewise.
38177         * inet/getprtent_r.c: Likewise.
38178         * inet/getprtname.c: Likewise.
38179         * inet/getprtname_r.c: Likewise.
38180         * inet/getrpcbyname.c: Likewise.
38181         * inet/getrpcbyname_r.c: Likewise.
38182         * inet/getrpcbynumber.c: Likewise.
38183         * inet/getrpcbynumber_r.c: Likewise.
38184         * inet/getrpcent.c: Likewise.
38185         * inet/getrpcent_r.c: Likewise.
38186         * inet/getaliasent.c: Likewise.
38187         * inet/getaliasent_r.c: Likewise.
38188         * inet/getaliasname.c: Likewise.
38189         * inet/getaliasname_r.c: Likewise.
38190         * nscd/getgrgid_r.c: Likewise.
38191         * nscd/getgrnam_r.c: Likewise.
38192         * nscd/gethstbyad_r.c: Likewise.
38193         * nscd/gethstbynm3_r.c: Likewise.
38194         * nscd/getpwnam_r.c: Likewise.
38195         * nscd/getpwuid_r.c: Likewise.
38196         * nscd/getsrvbynm_r.c: Likewise.
38197         * nscd/getsrvbypt_r.c: Likewise.
38198         * nscd/gai.c: Likewise.
38200         * configure.in (build_nscd): New substituted variable, set
38201         by --disable-build-nscd and defaults to $use_nscd.
38202         * configure: Regenerated.
38203         * config.make.in (build-nscd): New substituted variable.
38204         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38205         Change conditional to require [$(build-nscd) = yes] as well.
38206         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38208         [BZ# 13696]
38209         * configure.in (use_nscd): New substituted variable, set by
38210         --disable-nscd.  If enabled, define USE_NSCD.
38211         * configure: Regenerated.
38212         * config.h.in: Add USE_NSCD.
38213         * config.make.in (use-nscd): New substituted variable.
38214         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38215         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38216         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38217         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38218         (CFLAGS-getgrnam_r.c): Likewise.
38219         (CFLAGS-initgroups.c): Likewise.
38220         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38221         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38222         Variables removed.
38223         * inet/getnetgrent_r.c
38224         (nscd_setnetgrent): New function, broken out of ...
38225         (setnetgrent): ... here.  Call it.
38226         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38227         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38228         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38229         * nscd/Makefile (routines, aux): Move definitions after include of
38230         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38231         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38232         Conditionalize on [USE_NSCD].
38233         (is_nscd, nscd_init_cb): Likewise.
38234         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38235         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38236         * nss/nss_db/db-init.c: Likewise.
38237         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38238         [USE_NSCD].
38239         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38240         (make_request): Use it.
38241         (cache_valid_p): New function.
38242         (__check_pf): Use it.
38243         * NEWS: Add item for --disable-nscd.
38245 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38247         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38248         to support sed >= 4.2.1-20-ga9bf076.
38249         * configure: Regenerated.
38251 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38253         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38254         Conditionalize whole body on [IREL].
38256 2012-08-22  Jeff Law <law@redhat.com>
38258         [BZ #14505]
38259         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38260         if the family is PF_UNSPEC.
38262 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38264         * Makerules (lib-version): Rename from V.
38265         (install-lib-nosubdir): Change V to lib-version.
38267 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38269         [BZ #14252]
38270         * powerpc32/power6/wcschr.c: New file.
38271         * powerpc32/power6/wcscpy.c: New file.
38272         * powerpc32/power6/wcsrchr.c: New file.
38273         * powerpc64/power6/wcschr.c: New file.
38274         * powerpc64/power6/wcscpy.c: New file.
38275         * powerpc64/power6/wcsrchr.c: New file.
38277 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38279         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38280         (two_way_short_needle): Use it.
38281         * string/strstr.c (AVAILABLE1_USES_J): Define.
38282         * string/strcasestr.c: Likewise.
38284         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38285         array references.
38286         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38288         [BZ #11607]
38289         * NEWS: Add an entry.
38290         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38291         define their defaults.
38292         (two_way_short_needle): Detect end-of-string on-the-fly.
38293         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38294         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38295         * string/bug-strcasestr1.c: New test.
38296         * string/Makefile: Run it.
38298 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38300         [BZ #11607]
38301         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38302         the first character.
38304 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38306         * csu/elf-init.c (__libc_csu_irel): Function removed.
38307         * csu/libc-start.c (apply_irel): New function.
38308         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38310 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38312         * sysdeps/unix/sysv/linux/kernel-features.h
38313         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38314         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38315         <kernel-features.h>.
38316         [__NR_fadvise64_64]: Make code unconditional.
38317         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38318         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38319         !__NR_fadvise64_64)]: Likewise.
38320         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38321         !__NR_fadvise64_64))]: Likewise.
38322         [__NR_fadvise64]: Make code unconditional.
38323         [!__NR_fadvise64]: Remove conditional code.
38324         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38325         <kernel-features.h>.
38326         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38327         unconditional.
38328         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38329         conditional code.
38330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38331         not include <kernel-features.h>.
38332         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38333         unconditional.
38334         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38335         conditional code.
38336         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38337         include <kernel-features.h>.
38338         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38339         unconditional.
38340         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38341         conditional code.
38343 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38345         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38346         slight instruction rearrangements per scrollpipe analysis.
38347         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38349 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38351         * manual/syslog.texi (syslog; vsyslog, closelog):
38352         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38353         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38355         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38356         DSOCAPS to match condition on defining it.
38358 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38360         * sysdeps/unix/sysv/linux/kernel-features.h
38361         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38363         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38364         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38366         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38367         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38369         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38370         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38372         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38373         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38375         * sysdeps/unix/sysv/linux/kernel-features.h
38376         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38377         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38378         unconditional.
38379         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38380         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38381         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38382         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38383         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38384         Make code unconditional.
38385         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38386         (__mmap64) [!__NR_mmap2]: Likewise.
38387         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38388         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38389         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38390         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38391         [__NR_mmap2]: Make code unconditional.
38392         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38393         (__mmap64) [!__NR_mmap2]: Likewise.
38395 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38397         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38399 2012-08-18  Andreas Jaeger  <aj@suse.de>
38401         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38403 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38405         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38406         * include/unistd.h (__have_sock_cloexec): Likewise.
38407         (__have_pipe2): Likewise.
38408         (__have_dup3): Likewise.
38410 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38412         [BZ #9685]
38413         * include/unistd.h (__have_pipe2): Change define into an extern int.
38414         (__have_dup3): Likewise.
38415         * socket/have_sock_cloexec.c: Include fcntl.h.
38416         (__have_pipe2): New variable.
38417         (__have_dup3): Likewise.
38419 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38421         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38423 2012-08-17  Marek Polacek  <polacek@redhat.com>
38425         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38426         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38428 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38430         * configure.in: Add AC_SUBST for sysheaders.
38431         * configure: Regenerated.
38432         * config.make.in (sysheaders): New substituted variable.
38434         * sysdeps/unix/mkfifo.c: Moved ...
38435         * sysdeps/posix/mkfifo.c: ... here.
38436         * sysdeps/unix/mkfifoat.c: Moved ...
38437         * sysdeps/posix/mkfifoat.c: ... here.
38439         * sysdeps/unix/utime.c: Moved ...
38440         * sysdeps/posix/utime.c: ... here.
38442         * sysdeps/unix/time.c: Moved ...
38443         * sysdeps/posix/time.c: ... here.
38444         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38445         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38447         * sysdeps/unix/nice.c: Moved ...
38448         * sysdeps/posix/nice.c: ... here.
38450         * sysdeps/unix/alarm.c: Moved ...
38451         * sysdeps/posix/alarm.c: ... here.
38453         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38455 2012-08-17  Jeff Law <law@redhat.com>
38457         * intl/Makefile (codeset_mo): New variable.
38458         ($(codeset_mo)): New target.
38459         (tst-codeset.out): Depend on that.  Remove explicit rule.
38460         (tst-gettext3.out, tst-gettext5.out): Likewise.
38461         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38462         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38463         * intl/tst-codeset.sh: Remove.
38464         * intl/tst-gettext3.sh: Likewise.
38465         * intl/tst-gettext5.sh: Likewise.
38467 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38469         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38470         * sysdeps/unix/syscalls.list: ... here.
38472         * sysdeps/posix/getaddrinfo.c
38473         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38474         (gaiconf_init, gaiconf_reload): Use them.
38475         [!_STATBUF_ST_NSEC]
38476         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38477         Define using time_t rather than struct timespec.
38479         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38480         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38481         Macros removed.
38482         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38483         [!NO_THREADS].
38484         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38485         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38486         Likewise.
38488         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38489         __libc_cleanup_push argument.
38491         * bits/param.h: New file.
38492         * misc/sys/param.h: New file.
38493         * include/sys/param.h: New file.
38494         * misc/Makefile (headers): Add bits/param.h.
38495         * sysdeps/generic/sys/param.h: File removed.
38496         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38497         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38498         * sysdeps/mach/hurd/bits/param.h: New file.
38499         * sysdeps/mach/hurd/sys/param.h: File removed.
38501         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38502         last change.
38504         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
38505         [_IO_MTSAFE_IO].
38506         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
38507         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
38508         New macros.
38510         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
38511         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
38512         rather than -D_IO_MTSAFE_IO conditionally.
38513         * stdio-common/Makefile (CPPFLAGS): Likewise.
38514         * wcsmbs/Makefile (CPPFLAGS): Likewise.
38515         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
38516         Use $(libio-mtsafe).
38517         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
38518         of -D_IO_MTSAFE_IO.
38519         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
38520         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
38521         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
38522         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
38523         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
38524         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
38525         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38526         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38527         (CFLAGS-fread_u_chk.c): Likewise.
38528         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38529         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38530         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38531         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38532         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38533         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38534         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38535         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38536         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38538         * libio/Makefile: Test [$(libc-reentrant) = yes]
38539         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38541         * Makeconfig
38542         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38543         * sysdeps/pthread/configure: File removed.
38544         * sysdeps/pthread/Makeconfig: New file.
38545         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38546         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38548 2012-08-16  Gary Benson  <gbenson@redhat.com>
38550         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38551         unmapping the first object in a namespace.
38553 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38555         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38556         (__internal_setnetgrent): ... this.  Add internal_function to
38557         definition.  Add libc_hidden_def.
38558         (setnetgrent): Update caller.
38559         (internal_endnetgrent): Renamed to ...
38560         (__internal_endnetgrent): ... this.  Add internal_function to
38561         definition.  Add libc_hidden_def.
38562         (endnetgrent): Update caller.
38563         (internal_getnetgrent_r): Renamed to ...
38564         (__internal_getnetgrent_r): ... this.  Add internal_function to
38565         definition.  Add libc_hidden_def.
38566         (__getnetgrent_r): Update caller.
38567         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38569 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38571         * stdlib/longlong.h: Update from GCC.
38573 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38575         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38576         on _QL, which is set by umul_ppmm but never used.
38577         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38578         variables, which are set by GMP macros but never used.
38579         * stdio-common/_itowa.c (_itowa): Likewise.
38580         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38581         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38583 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38585         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38586         struct La_sh_regs is not constant.
38587         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38588         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38589         and struct La_sparc64_regs are not constant.
38591 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38593         * sysdeps/unix/sysv/linux/kernel-features.h
38594         (__ASSUME_POSIX_TIMERS): Remove.
38595         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38596         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38597         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38598         Make code unconditional.
38599         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38600         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38601         Make code unconditional.
38602         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38603         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38604         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38605         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38606         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38607         Make code unconditional.
38608         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38609         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38610         (__libc_missing_posix_timers): Remove.
38612 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38614         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38615         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38617         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38619         * elf/dl-sym.c: Include <stdlib.h>.
38621         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38622         constants, which avoids warnings in 32-bit builds.
38624         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38625         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38627         * misc/lseek.c: File moved to ...
38628         * io/lseek.c: ... here.
38630         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38632         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38633         shifting LEN more than 31 bits at once.
38635 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38637         [BZ #14195]
38638         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38639         segmentation fault for a case of two empty input strings.
38640         * string/test-strncasecmp.c (check1): Renamed to...
38641         (bz12205): ...this.
38642         (bz14195): Add new testcase for two empty input strings and N > 0.
38643         (test_main): Call new testcase, adapt for renamed function.
38645 2012-08-15  Andreas Jaeger  <aj@suse.de>
38647         [BZ #14090]
38648         * crypt/md5test2.c: New test, based on test supplied by Serge
38649         Belyshev <belyshev@depni.sinp.msu.ru>.
38650         * crypt/Makefile (xtests): Add md5test-giant..
38651         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38653 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38655         [BZ #14090]
38656         * crypt/md5.c (md5_process_block): Don't assume the buffer
38657         length is less than 2**32.
38658         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38659         length is less than 2**64.
38661 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38663         * string/str-two-way.h: Include <sys/param.h>.
38664         (MAX): Macro removed.
38666         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38667         Move #define and #undef of memmove to just before and after
38668         including <string.h>.
38670         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38671         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38672         and after including <string.h>.  Move declarations of
38673         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38674         to before #include "string/memmove.c".
38676         * include/dirent.h: Declare __getdirentries.
38678         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38679         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38681 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38683         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38684         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38685         * sysdeps/i386/configure: Regenerated.
38686         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38687         STABS_CURRENT_FILE, and STABS_FUN.
38688         (END): Remove call to STABS_FUN_END.
38689         (STABS_CURRENT_FILE1): Delete.
38690         (STABS_CURRENT_FILE): Likewise.
38691         (STABS_FUN): Likewise.
38692         (STABS_FUN_END): Likewise.
38693         (STABS_FUN2): Likewise.
38694         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38695         * sysdeps/x86_64/configure: Regenerated.
38697 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38699         * elf/dl-open.c: Include <atomic.h>.
38700         * elf/dl-lookup.c: Likewise.
38702 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38704         * sysdeps/unix/sysv/linux/kernel-features.h
38705         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38706         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38707         unconditionally.
38708         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38709         unconditionally.
38710         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38711         condition on __ASSUME_CLONE_THREAD_FLAGS.
38713 2012-08-14  Andreas Jaeger  <aj@suse.de>
38715         * sysdeps/i386/fpu/libm-test-ulps: Update.
38717 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38719         * include/atomic.h (atomic_exchange_and_add): Split into ...
38720         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38721         New atomic macros.
38723 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38725         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38727 2012-08-13  Jeff Law <law@redhat.com>
38729         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38730         null byte in the output string.
38732 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38734         * sysdeps/unix/sysv/linux/kernel-features.h
38735         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38736         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38737         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38738         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38739         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38740         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38741         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38743 2012-08-09  Jeff Law <law@redhat.com>
38745         [BZ #13939]
38746         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38747         When avoid_arena is set, don't retry in the that arena.  Pick the
38748         next one, whatever it might be.
38749         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38750         (arena_lock): Pass in new parameter to arena_get2.
38751         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38752         arena_get2.
38753         (__libc_malloc): Unify retrying after main arena failure with
38754         __libc_memalign version.
38755         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38757 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38759         [BZ #14166]
38760         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38761         to __redirect_strstr.
38762         (__strstr_sse42): Use typeof __redirect_strstr.
38763         (__strstr_ia32): Likewise.
38764         (__libc_strstr): New prototype.
38765         (strstr): Renamed to ...
38766         (__libc_strstr): This.
38767         (strstr): New strong alias of __libc_strstr.
38768         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38769         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38770         __redirect_time.
38771         Include <time.h>.
38772         (__libc_time): New prototype.
38773         (time_ifunc): Replace time with __libc_time.
38774         (time): New strong alias and hidden definition of __libc_time.
38775         (__GI_time): Remove strong alias.
38776         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38777         Include <stddef.h>.
38778         (memmove): Redefined to __redirect_memmove.
38779         (__memmove_sse2): Use typeof __redirect_memmove.
38780         (__memmove_ssse3): Likewise.
38781         (__memmove_ssse3_back): Likewise.
38782         (__libc_memmove): New prototype.
38783         (memmove): Renamed to ...
38784         (__libc_memmove): This.
38785         (memmove): New strong alias of __libc_memmove.
38787 2012-08-08  Mark Salter  <msalter@redhat.com>
38789         * elf/elf.h
38790         (R_MN10300_TLS_GD): Define.
38791         (R_MN10300_TLS_LD): Likewise.
38792         (R_MN10300_TLS_LDO): Likewise.
38793         (R_MN10300_TLS_GOTIE): Likewise.
38794         (R_MN10300_TLS_IE): Likewise.
38795         (R_MN10300_TLS_LE): Likewise.
38796         (R_MN10300_TLS_DTPMOD): Likewise.
38797         (R_MN10300_TLS_DTPOFF): Likewise.
38798         (R_MN10300_TLS_TPOFF): Likewise.
38799         (R_MN10300_SYM_DIFF): Likewise.
38800         (R_MN10300_ALIGN): Likewise.
38801         (R_MN10300_NUM): Update.
38803 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38805         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38806         Remove.
38808 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38810         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38812         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38813         sysdeps/unix -> sysdeps/posix move.
38814         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38816 2012-08-07      Allan McRae     <allan@archlinux.org>
38818         [BZ #14303]
38819         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38820         (SUNOS_CPP): Likewise.
38821         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38822         not found.
38823         (open_input): Call CPP using execvp.
38825 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38827         * sysdeps/unix/sysv/linux/kernel-features.h
38828         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38829         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38830         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38831         (__ASSUME_WAITID_SYSCALL): Likewise.
38832         * sysdeps/unix/sysv/linux/dl-execstack.c
38833         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38834         code unconditional.
38835         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38836         conditional code.
38837         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38838         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38839         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38840         code.
38841         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38842         unconditional.
38843         [__ASSUME_WAITID_SYSCALL]: Likewise.
38844         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38846 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38848         * sysdeps/unix/closedir.c: Renamed to ...
38849         * sysdeps/posix/closedir.c: ... here.
38850         * sysdeps/unix/dirfd.c: Renamed to ...
38851         * sysdeps/posix/dirfd.c: ... here.
38852         * sysdeps/unix/dirstream.h: Renamed to ...
38853         * sysdeps/posix/dirstream.h: ... here.
38854         * sysdeps/unix/fdopendir.c: Renamed to ...
38855         * sysdeps/posix/fdopendir.c: ... here.
38856         * sysdeps/unix/opendir.c: Renamed to ...
38857         * sysdeps/posix/opendir.c: ... here.
38858         * sysdeps/unix/readdir.c: Renamed to ...
38859         * sysdeps/posix/readdir.c: ... here.
38860         * sysdeps/unix/readdir_r.c: Renamed to ...
38861         * sysdeps/posix/readdir_r.c: ... here.
38862         * sysdeps/unix/rewinddir.c: Renamed to ...
38863         * sysdeps/posix/rewinddir.c: ... here.
38864         * sysdeps/unix/seekdir.c: Renamed to ...
38865         * sysdeps/posix/seekdir.c: ... here.
38866         * sysdeps/unix/telldir.c: Renamed to ...
38867         * sysdeps/posix/telldir.c: ... here.
38868         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38869         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38870         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38871         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38873         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38874         * bits/fcntl.h: ... here.
38876         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38877         not 0.
38878         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38879         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38880         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38881         (struct flock): Move l_start, l_len to the beginning.
38882         Use __pid_t for l_pid.
38883         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38884         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38885         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38886         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38887         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38888         [__USE_LARGEFILE64] (struct flock64): New type.
38889         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38891         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38892         * bits/dirent.h: ... here.
38894         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38895         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38897 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38899         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38900         Change from 2.6.0 to 2.6.16.
38901         * sysdeps/unix/sysv/linux/configure: Regenerated.
38902         * sysdeps/unix/sysv/linux/kernel-features.h
38903         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38904         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38905         version.
38906         (__ASSUME_UTIMES): Likewise.
38907         (__ASSUME_CLONE_STOPPED): Remove.
38908         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38909         architectures, not kernel version.
38910         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38911         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38912         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38913         (__ASSUME_WAITID_SYSCALL): Likewise.
38914         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38915         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38916         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38917         refer to older versions.
38919 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38921         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38922         Define alphasort64 as an alias.
38923         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38924         Define versionsort64 as an alias.
38925         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38926         Define scandir64 as an alias.
38927         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38928         Define scandirat64 as an alias.
38929         * dirent/alphasort64.c (alphasort64):
38930         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38931         * dirent/versionsort64.c: Likewise.
38932         * dirent/scandir64.c: Likewise.
38933         * dirent/scandirat64.c: Likewise.
38934         * sysdeps/wordsize-64/alphasort.c: File removed.
38935         * sysdeps/wordsize-64/alphasort64.c: File removed.
38936         * sysdeps/wordsize-64/scandir.c: File removed.
38937         * sysdeps/wordsize-64/scandir64.c: File removed.
38938         * sysdeps/wordsize-64/scandirat.c: File removed.
38939         * sysdeps/wordsize-64/scandirat64.c: File removed.
38940         * sysdeps/wordsize-64/versionsort.c: File removed.
38941         * sysdeps/wordsize-64/versionsort64.c: File removed.
38942         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38943         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38944         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38945         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38946         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38947         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38948         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38949         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38951         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38952         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38953         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38954         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38955         [defined __arch64__ || defined __sparcv9]
38956         (__INO_T_MATCHES_INO64_T): New macro.
38957         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38958         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38959         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38960         * sysdeps/unix/sysv/linux/bits/dirent.h
38961         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38962         (_DIRENT_MATCHES_DIRENT64): New macro.
38964         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38965         Define lockf64 as an alias.
38966         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38967         Define fseeko64 as an alias.
38968         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38969         Define ftello64 as an alias.
38970         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38971         Define _IO_fgetpos64 and fgetpos64 as aliases.
38972         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38973         Define _IO_fsetpos64 and fsetpos64 as aliases.
38974         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38975         Conditionalize body on this.
38976         * libio/fseeko64.c: Likewise.
38977         * libio/ftello64.c: Likewise.
38978         * libio/iofgetpos64.c: Likewise.
38979         * libio/iofsetpos64.c: Likewise.
38980         * sysdeps/wordsize-64/lockf.c: File removed.
38981         * sysdeps/wordsize-64/lockf64.c: File removed.
38982         * sysdeps/wordsize-64/fseeko.c: File removed.
38983         * sysdeps/wordsize-64/fseeko64.c: File removed.
38984         * sysdeps/wordsize-64/ftello.c: File removed.
38985         * sysdeps/wordsize-64/ftello64.c: File removed.
38986         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38987         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38988         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38989         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38990         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38991         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38992         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38993         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38994         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38995         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38996         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38997         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38998         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38999         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39001         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39002         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39003         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39004         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39005         [defined __arch64__ || defined __sparcv9]
39006         (__OFF_T_MATCHES_OFF64_T): New macro.
39007         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39008         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39009         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39010         (__OFF_T_MATCHES_OFF64_T): New macro.
39012 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39014         * stdlib/secure-getenv.c (__secure_getenv): Replace
39015         GLIBC_2_16 with GLIBC_2_17.
39017 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39019         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39020         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39022 2012-08-03  David S. Miller  <davem@davemloft.net>
39024         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39026 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39028         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39029         Remove.
39030         (__ASSUME_CORRECT_SI_PID): Likewise.
39031         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39032         (__ASSUME_TMPFS_NAME): Likewise.
39033         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39034         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39035         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39036         (HAVE_AUX_SECURE): Make definition unconditional.
39037         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39038         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39040 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39042         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39043         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39044         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39045         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39046         __eloop_threshold instead of SYMLOOP_MAX.
39048         * sysdeps/generic/eloop-threshold.h: New file.
39049         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39050         of MAXSYMLINKS.
39051         * elf/chroot_canon.c (chroot_canon): Likewise.
39053 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39055         [BZ #13717]
39056         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39057         Change to 2.6.0 everywhere.
39058         * sysdeps/unix/sysv/linux/configure: Regenerated.
39059         * sysdeps/unix/sysv/linux/kernel-features.h
39060         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39061         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39062         kernel versions.
39063         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39064         (__ASSUME_FUTEX_REQUEUE): Remove.
39065         (__ASSUME_STATFS64): Define unconditionally.
39066         (__ASSUME_AT_SECURE): Likewise.
39067         (__ASSUME_CORRECT_SI_PID): Likewise.
39068         (__ASSUME_TGKILL): Define without depending on kernel version for
39069         i386.
39070         (__ASSUME_UTIMES): Likewise.
39071         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39072         kernel version.
39073         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39074         (__ASSUME_TMPFS_NAME): Likewise.
39075         * README: Update reference to Linux kernel versions.
39077 2012-08-02  Marek Polacek  <polacek@redhat.com>
39079         [BZ# 14150]
39080         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39081         libc_cv_asm_type_prefix with %.
39082         * configure: Regenerated.
39083         * include/libc-symbols.h: Remove comment about
39084         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39085         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39086         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39087         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39088         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39089         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39090         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39091         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39092         * elf/tst-unique2mod1.c: Likewise.
39093         * elf/tst-unique1mod2.c: Likewise.
39094         * elf/tst-unique1mod1.c: Likewise.
39095         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39096         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39097         Replace ASM_TYPE_DIRECTIVE with .type.
39098         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39099         * sysdeps/i386/sysdep.h: Likewise.
39100         * sysdeps/x86_64/sysdep.h: Likewise.
39101         * sysdeps/sh/sysdep.h: Likewise.
39102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39103         Do not define ASM_TYPE_DIRECTIVE.
39104         * sysdeps/powerpc/sysdep.h: Likewise.
39105         * sysdeps/powerpc/powerpc32/sysdep.h:
39106         Replace ASM_TYPE_DIRECTIVE with .type.
39107         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39108         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39109         * sysdeps/i386/fpu/e_powf.S: Likewise.
39110         * sysdeps/i386/fpu/e_expl.S: Likewise.
39111         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39112         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39113         * sysdeps/i386/fpu/e_pow.S: Likewise.
39114         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39115         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39116         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39117         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39118         * sysdeps/i386/fpu/e_log2.S: Likewise.
39119         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39120         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39121         * sysdeps/i386/fpu/e_powl.S: Likewise.
39122         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39123         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39124         * sysdeps/i386/fpu/e_logl.S: Likewise.
39125         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39126         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39127         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39128         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39129         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39130         * sysdeps/i386/fpu/e_log.S: Likewise.
39131         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39132         * sysdeps/i386/fpu/e_logf.S: Likewise.
39133         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39134         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39135         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39136         * sysdeps/i386/fpu/e_log10.S: Likewise.
39137         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39138         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39139         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39140         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39141         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39142         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39143         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39144         * sysdeps/i386/i686/strtok.S: Likewise.
39145         * sysdeps/i386/i386-mcount.S: Likewise.
39146         * sysdeps/i386/strtok.S: Likewise.
39147         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39148         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39149         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39150         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39151         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39152         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39153         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39154         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39155         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39156         * sysdeps/x86_64/_mcount.S: Likewise.
39157         * sysdeps/x86_64/strtok.S: Likewise.
39158         * sysdeps/sh/_mcount.S: Likewise.
39160 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39162         * libio/iofopen.c: Include <fcntl.h>.
39163         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39164         (_IO_fopen64, fopen64): Define as aliases.
39165         * libio/iofopen64.c: Include <fcntl.h>.
39166         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39167         Conditionalize body on this.
39168         * sysdeps/wordsize-64/iofopen.c: File removed.
39169         * sysdeps/wordsize-64/iofopen64.c: File removed.
39171 2012-08-01  Marek Polacek  <polacek@redhat.com>
39173         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39174         Use dlfcn directly instead of a variable.
39175         (binfmt-subdir): Do not define.
39176         (dlfcn): Likewise.
39178 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39180         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39181         Remove all definitions.
39182         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39183         <kernel-features.h>.
39184         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39185         (miss_F_GETOWN_EX): Remove all definitions.
39186         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39187         macro definition.
39188         [!__ASSUME_FCNTL64]: Remove conditional code.
39189         [__ASSUME_FCNTL64]: Make code unconditional.
39190         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39191         <kernel-features.h>.
39192         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39193         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39194         (lockf64) [__NR_fcntl64]: Make code unconditional.
39195         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39197         * sysdeps/unix/sysv/linux/kernel-features.h
39198         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39199         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39200         Make code unconditional.
39201         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39202         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39204         [__NR_vfork]: Make code unconditional.
39205         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39206         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39208         [__NR_vfork]: Make code unconditional.
39209         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39210         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39212 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39214         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39215         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39217         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39218         Define mkstemp64 as an alias.
39219         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39220         Define mkstemps64 as an alias.
39221         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39222         Define mkostemp64 as an alias.
39223         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39224         Define mkostemps64 as an alias.
39225         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39226         Conditionalize body on this.
39227         * misc/mkostemp64.c: Likewise.
39228         * misc/mkostemps64.c: Likewise.
39229         * misc/mkstemps64.c: Likewise.
39230         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39231         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39232         * sysdeps/wordsize-64/mkostemp.c: File removed.
39233         * sysdeps/wordsize-64/mkstemp.c: File removed.
39234         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39235         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39236         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39237         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39239         [BZ #14138]
39240         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39241         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39242         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39243         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39245         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39246         compat_symbol macros from <shlib-compat.h> rather than the underlying
39247         default_symbol_version and symbol_version macros, so that DEFAULT
39248         lines in shlib-versions are respected.
39249         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39251 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39253         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39254         Declare with warn_unused_result.
39255         (setgid, setregid, setegid, setresgid): Likewise.
39256         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39257         Likewise.
39258         * WUR-REPORT: Remove set*id functions.
39260 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39262         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39264 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39266         [BZ #10191]
39267         * include/sys/socket.h (__libc_accept, __libc_accept4):
39268         Add attribute_hidden.
39269         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39271         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39272         use of PTR_MANGLE.
39273         * inet/getnetgrent_r.c (setup): Likewise.
39275         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39277 2012-07-31  David S. Miller  <davem@davemloft.net>
39279         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39281 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39283         [BZ #13629]
39284         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39285         value between 1.0 and 2.0 and smaller part has absolute value less
39286         than 1.0.
39287         * math/s_clog10.c (__clog10): Likewise.
39288         * math/s_clog10f.c (__clog10f): Likewise.
39289         * math/s_clog10l.c (__clog10l): Likewise.
39290         * math/s_clogf.c (__clogf): Likewise.
39291         * math/s_clogl.c (__clogl): Likewise.
39292         * math/libm-test.inc (clog_test): Add more tests.
39293         (clog10_test): Likewise.
39294         * sysdeps/i386/fpu/libm-test-ulps: Update.
39295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39297 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39299         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39300         Exit with zero in case no suitable GID is found, and write a
39301         message to standard error.
39303 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39305         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39306         rather than to 1.
39307         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39308         (MAXPATHLEN): Removed.
39309         (NOGROUP, NODEV): New macros.
39310         (setbit, clrbit, isset, isclr): New macros.
39311         (howmany, roundup, powerof2): New macros.
39312         (DEV_BSIZE): New macro.
39314         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39315         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39317         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39318         definition on [!__NO_LONG_DOUBLE_MATH].
39320         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39321         PTR_MANGLE and PTR_DEMANGLE.
39323         * socket/accept4.c (accept4): Rename to __libc_accept4.
39324         Define accept4 as a weak alias.
39326         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39327         on [_DIRENT_HAVE_D_TYPE].
39328         * io/ftw.c (ftw_dir): Likewise.
39330         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39332         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39334         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39335         Use the BSD numbers rather than the arbitrary ones we had.
39336         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39337         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39338         (SIGXCPU, SIGXFSZ): New macros.
39339         (_NSIG): Now 32.
39341         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39342         initializer on [_LIBC_REENTRANT].
39344         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39345         definitions inside [_POSIX_MAPPED_FILES].
39347         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39349         * dirent/opendir.c: Include <fcntl.h>.
39351         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39352         (__libc_getspecific): Likewise.
39353         (__libc_key_create): Likewise.
39355         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39356         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39357         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39358         (tmpfile64): Define as alias.
39359         * sysdeps/wordsize-64/tmpfile.c: File removed.
39360         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39361         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39362         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39364         * stdio-common/vfscanf.c: Include <stdbool.h>.
39365         * nss/makedb.c: Likewise.
39366         * stdio-common/_i18n_number.h: Likewise.
39367         * argp/argp-help.c: Likewise.
39368         * posix/wordexp.c: Likewise.
39369         * sysdeps/posix/spawni.c: Likewise.
39370         * nss/nss_files/files-initgroups.c: Likewise.
39371         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39372         * nss/nss_files/files-initgroups.c: Likewise.
39373         * nss/nss_db/db-netgrp.c: Likewise.
39374         * nss/nss_db/db-initgroups.c: Likewise.
39375         * io/fchmodat.c: Include <sys/stat.h>.
39377         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39378         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39380         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39381         [HAVE_MMAP].
39383         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39384         Add multiple inclusion protection.
39386 2012-07-27  David S. Miller  <davem@davemloft.net>
39388         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39390 2012-07-27  Gary Benson  <gbenson@redhat.com>
39392         [BZ #14298]
39393         * elf/rtld.c: Include <stap-probe.h>.
39394         (dl_main): Added static probes "init_start" and "init_complete".
39395         * elf/dl-load.c: Include <stap-probe.h>.
39396         (lose): Take new parameter "nsid".
39397         Added static probe "map_failed".
39398         (_dl_map_object_from_fd): Pass namespace id to lose.
39399         Added static probe "map_start".
39400         (open_verify): Pass namespace id to lose.
39401         * elf/dl-open.c: Include <stap-probe.h>.
39402         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39403         and "reloc_complete".
39404         * elf/dl-close.c: Include <stap-probe.h>.
39405         (_dl_close_worker): Added static probes "unmap_start" and
39406         "unmap_complete".
39407         * elf/rtld-debugger-interface.txt: New file documenting the above.
39409 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39411         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39412         rather than a string variable.
39413         * sunrpc/rpc_main.c (h_output): Likewise.
39414         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39416 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39418         * inet/check_native.c: New file.
39420 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39422         [BZ #13629]
39423         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39424         if larger part has absolute value 1.0.
39425         * math/s_clog10.c (__clog10): Likewise.
39426         * math/s_clog10f.c (__clog10f): Likewise.
39427         * math/s_clog10l.c (__clog10l): Likewise.
39428         * math/s_clogf.c (__clogf): Likewise.
39429         * math/s_clogl.c (__clogl): Likewise.
39430         * math/libm-test.inc (clog_test): Add more tests.
39431         (clog10_test): Likewise.
39432         * sysdeps/i386/fpu/libm-test-ulps: Update.
39433         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39435         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39436         (pltexit): Likewise.
39437         (La_regs): Likewise.
39438         (La_retval): Likewise.
39439         (int_retval): Likewise.
39440         Update #error for removed macros to refer only to definitions in
39441         tst-audit.h.
39442         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39443         macro.
39444         (pltexit): Likewise.
39445         (La_regs): Likewise.
39446         (La_retval): Likewise.
39447         (int_retval): Likewise.
39448         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39449         macro.
39450         (pltexit): Likewise.
39451         (La_regs): Likewise.
39452         (La_retval): Likewise.
39453         (int_retval): Likewise.
39454         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39455         macro.
39456         (pltexit): Likewise.
39457         (La_regs): Likewise.
39458         (La_retval): Likewise.
39459         (int_retval): Likewise.
39460         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39461         macro.
39462         (pltexit): Likewise.
39463         (La_regs): Likewise.
39464         (La_retval): Likewise.
39465         (int_retval): Likewise.
39466         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39467         macro.
39468         (pltexit): Likewise.
39469         (La_regs): Likewise.
39470         (La_retval): Likewise.
39471         (int_retval): Likewise.
39472         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39473         macro.
39474         (pltexit): Likewise.
39475         (La_regs): Likewise.
39476         (La_retval): Likewise.
39477         (int_retval): Likewise.
39478         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39479         macro definitions in tst-audit.h.
39480         * sysdeps/i386/tst-audit.h: New file.
39481         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39482         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39483         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39484         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39485         * sysdeps/sh/tst-audit.h: Likewise.
39486         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39487         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39488         * sysdeps/x86_64/tst-audit.h: Likewise.
39490 2012-07-26  Andreas Jaeger  <aj@suse.de>
39492         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39493         ptrace.
39495         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39496         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39497         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39498         PTRACE_O_MASK.
39499         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39500         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39501         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
39503         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
39504         value.
39506         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
39507         _sigsys.
39508         (si_call_addr, si_syscall, si_arch): Define new macro.
39509         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
39510         _sigsys.
39511         (si_call_addr, si_syscall, si_arch): Define new marcro.
39512         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
39513         _sigsys.
39514         (si_call_addr, si_syscall, si_arch): Define new macro.
39515         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
39516         _sigsys.
39517         (si_call_addr, si_syscall, si_arch): Define new macro.
39519 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39521         [BZ #13717]
39522         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39523         Change to 2.4.21 where previously 2.4.1.
39524         * sysdeps/unix/sysv/linux/configure: Regenerated.
39525         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39526         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39527         Linux kernel version.
39528         (__ASSUME_STD_AUXV): Remove.
39529         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39530         kernel version.
39531         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39532         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39533         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39534         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39535         (__ASSUME_NETLINK_SUPPORT): Likewise.
39536         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39537         (__no_netlink_support): Remove conditional definition.
39538         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39539         Remove.
39540         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39541         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39542         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39543         (if_nameindex_ioctl): Remove.
39544         (if_nameindex_netlink): Do not handle __no_netlink_support.
39545         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39546         code.
39547         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39548         Remove conditional code.
39549         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39550         code.
39551         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39552         unconditional.
39553         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39554         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39555         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39556         Remove.
39557         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39558         [!__ASSUME_STD_AUXV]: Remove conditional code.
39559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39560         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39561         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39563         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39564         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39565         code.
39566         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39568         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39569         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39570         conditional code.
39571         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39573         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39574         code.
39575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39576         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39577         conditional code.
39578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39579         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39580         code unconditional.
39581         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39582         conditional code.
39583         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39584         unconditional.
39585         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39586         conditional code.
39587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39588         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39589         unconditional.
39590         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39591         conditional code.
39592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39593         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39594         code unconditional.
39595         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39596         conditional code.
39597         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39598         unconditional.
39599         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39600         conditional code.
39601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39602         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39603         code unconditional.
39604         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39605         conditional code.
39606         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39607         unconditional.
39608         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39609         conditional code.
39611 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39613         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39614         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39615         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39616         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39617         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39618         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39619         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39620         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39621         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39622         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39623         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39624         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39625         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39626         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39627         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39628         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39629         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39630         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39631         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39632         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39633         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39634         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39635         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39637 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39639         * Versions.def: Add GLIBC_2.17.
39640         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39641         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39642         Introduce __libc_secure_getenv.
39643         * stdlib/Versions (2.17): Add secure_getenv
39644         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39645         * stdlib/secure-getenv.c: Rename __secure_getenv to
39646         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39647         symbol __secure_getenv for GLIBC_2.0.
39648         * stdlib/tst-secure-getenv.c: New.
39649         * stdlib/Makefile (tests): Add testcase.
39650         * manual/startup.texi (Environment Access): Document
39651         secure_getenv.
39652         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39653         __libc_secure_getenv.
39654         * inet/ruserpass.c (ruserpass): Likewise.
39655         * malloc/mtrace.c (mtrace): Likewise.
39656         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39657         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39658         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39659         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39660         HAVE_SECURE_GETENV.
39661         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39662         __secure_getenv to __libc_secure_getenv.
39663         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39665         Likewise.
39666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39667         Likewise.
39668         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39670         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39671         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39672         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39673         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39674         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39676 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39678         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39679         (struct La_i86_retval): Likewise.
39680         (struct La_x86_64_regs): Likewise.
39681         (struct La_x86_64_retval): Likewise.
39682         (struct La_x32_regs): Likewise.
39683         (struct La_x32_retval): Likewise.
39684         (struct La_ppc32_regs): Likewise.
39685         (struct La_ppc32_retval): Likewise.
39686         (struct La_ppc64_regs): Likewise.
39687         (struct La_ppc64_retval): Likewise.
39688         (struct La_sh_regs): Likewise.
39689         (struct La_sh_retval): Likewise.
39690         (struct La_s390_32_regs): Likewise.
39691         (struct La_s390_32_retval): Likewise.
39692         (struct La_s390_64_regs): Likewise.
39693         (struct La_s390_64_retval): Likewise.
39694         (struct La_sparc32_regs): Likewise.
39695         (struct La_sparc32_retval): Likewise.
39696         (struct La_sparc64_regs): Likewise.
39697         (struct La_sparc64_retval): Likewise.
39698         (struct audit_ifaces): Remove architecture-specific pltenter and
39699         pltexit members.
39700         * sysdeps/i386/ldsodefs.h: New file.
39701         * sysdeps/powerpc/ldsodefs.h: Likewise.
39702         * sysdeps/s390/ldsodefs.h: Likewise.
39703         * sysdeps/sh/ldsodefs.h: Likewise.
39704         * sysdeps/sparc/ldsodefs.h: Likewise.
39705         * sysdeps/x86_64/ldsodefs.h: Likewise.
39707 2012-07-25  Marek Polacek  <polacek@redhat.com>
39709         [BZ #6808]
39710         * math/libm-test.inc (yn_test): Add another test.
39711         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39712         to ERANGE when the result is +-Inf.
39713         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39714         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39715         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39716         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39718 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39720         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39721         equal to 0.
39722         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39723         clock_t.
39724         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39726 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39728         * configure.in <sysdeps resolving>: Correct printing
39729         Implies_before.
39730         * configure: Regenerate.
39732 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39734         * math/w_ilogb.c: Include <limits.h>.
39735         * math/w_ilogbl.c: Likewise.
39737 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39739         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39740         va_copy.  Document allowing for unavailable va_copy only as
39741         pre-C99 compatibility.
39742         * manual/string.texi (Copying and Concatenation): Use va_copy
39743         instead of __va_copy in concat example.
39745 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39747         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39748         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39749         it if not null.
39751         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39752         with O_NOLINK passed to __file_name_lookup.
39754         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39755         with O_NOLINK passed to __file_name_lookup.
39757         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39758         negative N or less than NGIDS.
39760         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39761         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39762         enough.  Use memcpy instead of strncpy.
39764 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39766         * elf/Makefile (check-data): Remove.
39767         (localplt.data): New vpath directive.
39768         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39769         instead of $(check-data).
39770         * scripts/data/localplt-generic.data: Move to ...
39771         * sysdeps/generic/localplt.data: ... here.
39772         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39773         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39774         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39776         ... here.
39777         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39779         ... here.
39780         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39781         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39782         ... here.
39783         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39784         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39785         ... here.
39786         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39787         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39788         ... here.
39789         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39790         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39791         ... here.
39793 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39795         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39796         PPC32 and PPC64 files.
39797         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39798         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39800 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39802         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39803         __makecontext_ret to ...
39804         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39805         ... here and call exit if uc_link is NULL.  New file.
39806         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39807         __makecontext_ret.S.
39808         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39809         __makecontext_ret to ...
39810         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39811         ... here and call exit if uc_link is NULL.  New file.
39812         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39813         __makecontext_ret.S.
39815 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39817         * elf/elf.h (R_390_IRELATIVE): New definition.
39818         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39819         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39820         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39821         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39822         (elf_machine_lazy_rel): Likewise.
39823         * sysdeps/s390/dl-irel.h: New file.
39824         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39825         * sysdeps/s390/s390-64/memset.S: New asm code.
39826         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39827         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39828         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39829         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39830         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39831         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39832         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39833         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39834         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39835         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39836         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39837         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39838         * sysdeps/s390/s390-32/memset.S: New asm code.
39839         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39841 2012-07-17  Marek Polacek  <polacek@redhat.com>
39843         [BZ #14349]
39844         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39845         * sysdeps/s390/s390-64/configure.in: Likewise.
39846         * sysdeps/sparc/configure.in: Likewise.
39847         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39848         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39849         * sysdeps/i386/configure.in: Likewise.
39850         * sysdeps/x86_64/configure.in: Likewise.
39851         * sysdeps/sh/configure.in: Likewise.
39852         * sysdeps/s390/s390-32/configure: Regenerated.
39853         * sysdeps/s390/s390-64/configure: Likewise.
39854         * sysdeps/x86_64/configure: Likewise.
39855         * sysdeps/sh/configure: Likewise.
39856         * sysdeps/powerpc/powerpc64/configure: Likewise.
39857         * sysdeps/powerpc/powerpc32/configure: Likewise.
39858         * sysdeps/sparc/configure: Likwise.
39859         * sysdeps/i386/configure: Likewise.
39861         * elf/dl-open.c: Comment fixes.
39863 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39865         * Makefile [CXX] (check-data): Remove.
39866         [CXX] (c++-types.data): New vpath directive.
39867         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39868         vpath.  Do not allow for C++ type data being missing.
39869         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39870         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39871         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39872         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39873         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39874         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39875         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39877         ... here.
39878         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39880         ... here.
39881         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39883         ... here.
39884         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39885         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39886         ... here.
39887         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39888         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39889         ... here.
39890         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39891         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39892         ... here.
39893         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39894         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39895         ... here.
39896         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39897         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39899         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39900         definitions to architecture-specific files.
39901         (TLS_IE): Likewise.
39902         (TLS_LD): Likewise.
39903         (TLS_GD): Likewise.
39904         * sysdeps/i386/tls-macros.h: New file.
39905         * sysdeps/powerpc/tls-macros.h: Likewise.
39906         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39907         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39908         * sysdeps/sh/tls-macros.h: Likewise.
39909         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39910         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39911         * sysdeps/x86_64/tls-macros.h: Likewise.
39913 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39915         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39916         zero value for regular exit case.
39918         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39919         (__start_context): Preserve zero value for regular exit case.
39921 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39922             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39924         * manual/setjmp.texi (setcontext): Clarify normal process
39925         termination when uc_link is the null pointer.
39926         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39927         exit call.
39929 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39931         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39932         preprocessor.  Test for each exception mask separately.
39934 2012-07-16  Andreas Jaeger  <aj@suse.de>
39936         * po/ru.po: Update from translation team.
39938 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39940         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39941         equal to 0.
39942         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39943         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39944         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39945         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39946         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39948 2012-07-13  Andreas Jaeger  <aj@suse.de>
39950         * po/fr.po: Update from translation team.
39952 2012-07-12  Marek Polacek  <polacek@redhat.com>
39954         [BZ #14173]
39955         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39956         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39957         loop condition.
39959 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39961         [BZ #13717]
39962         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39963         Change to 2.4.1 where previously 2.4.0.
39964         * sysdeps/unix/sysv/linux/configure: Regenerated.
39965         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39966         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39967         version.
39968         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39969         (__ASSUME_AT_CLKTCK): Remove.
39970         (__ASSUME_AT_PAGESIZE): Likewise.
39971         (__ASSUME_AT_XID): Likewise.
39972         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39973         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39974         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39975         unconditionally.
39976         (HAVE_AUX_PAGESIZE): Likewise.
39977         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39978         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39979         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39981 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39983         [BZ #14307]
39984         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39985         the temporary buffer used to invoke __gethostbyname2_r,
39986         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39987         host_data / struct gaih_addrtuple.
39988         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39989         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39990         header file nss/nsswitch.h.
39991         * nss/nsswitch.h (global scope): Add definition of implementation
39992         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39993         resolv/nss_dns/dns-host.c).
39995 2012-07-11  Andreas Jaeger  <aj@suse.de>
39997         * po/fr.po: Update from translation team.
39999         * po/sv.po: Update from translation team
40000         * po/fr.po: Another update from translation team.
40002 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40004         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40005         for subnormals or multiply small sinh result by itself.
40006         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40007         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40009 2012-07-11  David S. Miller  <davem@davemloft.net>
40011         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40013 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40015         [BZ #14347]
40016         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40017         (INTERNAL_MARK): Shift it here.
40019 2012-07-10  Marek Polacek  <polacek@redhat.com>
40021         [BZ #14151]
40022         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40023         libc_cv_asm_global_directive with .globl.
40024         * configure: Regenerated.
40025         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40026         with .globl.
40027         * sysdeps/i386/configure: Regenerated.
40028         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40029         with .globl.
40030         * sysdeps/x86_64/configure: Regenerated.
40031         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40032         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40033         * elf/tst-unique2mod2.c: Likewise.
40034         * elf/tst-unique2mod1.c: Likewise.
40035         * elf/tst-unique1mod2.c: Likewise.
40036         * elf/tst-unique1mod1.c: Likewise.
40037         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40038         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40039         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40040         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40041         * sysdeps/mach/sysdep.h: Likewise.
40042         * sysdeps/i386/sysdep.h: Likewise.
40043         * sysdeps/i386/i386-mcount.S: Likewise.
40044         * sysdeps/x86_64/_mcount.S: Likewise.
40045         * sysdeps/x86_64/sysdep.h: Likewise.
40046         * sysdeps/sh/_mcount.S: Likewise.
40047         * sysdeps/sh/sysdep.h: Likewise.
40048         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40049         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40050         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40051         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40052         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40053         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40054         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40055         * locale/localeinfo.h: Likewise.
40056         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40057         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40059 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40061         [BZ #14336]
40062         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40063         system".
40064         * manual/message.texi (The Uniforum approach): Likewise.
40065         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40066         (glibc iconv Implementation): Likewise.
40068 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40070         [BZ #14337]
40071         * math/s_clog.c (__clog): Avoid scaling a value down where that
40072         could result in underflow.
40073         * math/s_clog10.c (__clog10): Likewise.
40074         * math/s_clog10f.c (__clog10f): Likewise.
40075         * math/s_clog10l.c (__clog10l): Likewise.
40076         * math/s_clogf.c (__clogf): Likewise.
40077         * math/s_clogl.c (__clogl): Likewise.
40078         * math/libm-test.inc (clog_test): Add more tests.
40079         (clog10_test): Likewise.
40080         * sysdeps/i386/fpu/libm-test-ulps: Update.
40081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40083 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40085         [BZ #14283]
40086         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40087         by 7 not 8 to examine high bit of fractional part.
40089         [BZ #14042]
40090         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40091         for call to __mcount_internal.
40092         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40093         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40094         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40096 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40098         [BZ #14154]
40099         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40100         approximation for values within 0x1p-13f of an odd multiple of
40101         pi/4.
40102         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40103         exception.  Add more tests.
40104         * sysdeps/i386/fpu/libm-test-ulps: Update.
40106         [BZ #6778]
40107         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40108         inputs and return -1 for them.  Do not check for +Inf in case not
40109         reachable for +Inf.
40110         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40111         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40112         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40113         and return -1 for them.  Do not check for +Inf in case not
40114         reachable for +Inf.
40115         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40116         define.
40117         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40118         and return -1 for them.  Do not check for +Inf in case not
40119         reachable for +Inf.
40120         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40121         spurious underflow.
40122         * sysdeps/i386/fpu/libm-test-ulps: Update.
40123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40125 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40127         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40129 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40131         [BZ #14157]
40132         [BZ #14331]
40133         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40134         could result in spurious underflow.  Scale down values above
40135         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40136         * math/s_csqrtf.c (__csqrtf): Likewise.
40137         * math/s_csqrtl.c (__csqrtl): Likewise.
40138         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40139         spurious underflow.
40140         * sysdeps/i386/fpu/libm-test-ulps: Update.
40141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40143 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40145         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40146         xopen-msg.sed.
40147         * catgets/xopen-msg.awk: New file.
40148         * catgets/xopen-msg.sed: Removed.
40150         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40151         po2text.sed.
40152         * intl/po2test.awk: New file.
40153         * intl/po2test.sed: Removed.
40155 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40157         [BZ #14328]
40158         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40159         or multiply small sinh result by itself.
40160         * math/s_ctanf.c (__ctanf): Likewise.
40161         * math/s_ctanh.c (__ctanh): Likewise.
40162         * math/s_ctanhf.c (__ctanhf): Likewise.
40163         * math/s_ctanhl.c (__ctanhl): Likewise.
40164         * math/s_ctanl.c (__ctanl): Likewise.
40165         * math/libm-test.inc (ctan_test_tonearest): New function.
40166         (ctan_test_towardzero): Likewise.
40167         (ctan_test_downward): Likewise.
40168         (ctan_test_upward): Likewise.
40169         (ctanh_test_tonearest): Likewise.
40170         (ctanh_test_towardzero): Likewise.
40171         (ctanh_test_downward): Likewise.
40172         (ctanh_test_upward): Likewise.
40173         (main): Call these new functions.
40174         * sysdeps/i386/fpu/libm-test-ulps: Update.
40175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40177 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40179         * .gitignore: Delete /ports entry.
40181 2012-07-03  Andreas Jaeger  <aj@suse.de>
40183         * po/bg.po: Update from translation team.
40184         * po/cs.po: Likewise.
40185         * po/de.po: Likewise.
40186         * po/hr.po: Likewise.
40187         * po/nl.pl: Likewise.
40188         * po/pl.po: Likewise.
40189         * po/vi.po: Likewise.
40191 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40193         * Makeconfig [!+link] (+link-before-libc): New variable.
40194         [!+link] (+link-after-libc): Likewise.
40195         [!+link] (+link-tests): Likewise.
40196         [!+link] (+link): Define in terms of $(+link-before-libc) and
40197         $(+link-after-libc).
40198         [!+link-static] (+link-static-before-libc): New variable.
40199         [!+link-static] (+link-static-after-libc): Likewise.
40200         [!+link-static] (+link-static-tests): Likewise.
40201         [!+link-static] (+link-static): Define in terms of
40202         $(+link-static-before-libc) and $(+link-static-after-libc).
40203         [build-shared] (link-libc-before-gnulib): New variable.
40204         [build-shared] (link-libc-tests): Likewise.
40205         [build-shared] (link-libc): Define in terms of
40206         $(link-libc-before-gnulib).
40207         [!build-shared] (link-libc-tests): New variable.
40208         (link-libc-static-tests): New variable.
40209         [!gnulib] (gnulib-arch): New variable.
40210         [!gnulib] (gnulib-tests): Likewise.
40211         [!gnulib] (static-gnulib-arch): Likewise.
40212         [!gnulib] (static-gnulib-tests): Likewise.
40213         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40214         Define with "=" instead of ":=".
40215         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40216         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40217         * Rules (binaries-all-notests): New variable.
40218         (binaries-all-tests): Likewise.
40219         (binaries-static-notests): Likewise.
40220         (binaries-static-tests): Likewise.
40221         (binaries-all): Define using $(binaries-all-notests) and
40222         $(binaries-all-tests).
40223         (binaries-static): Define using $(binaries-static-notests) and
40224         $(binaries-static-tests).
40225         (binaries-shared-tests): New variable.
40226         (binaries-shared-notests): Likewise.
40227         (binaries-shared): Remove variable.
40228         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40229         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40230         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40231         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40232         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40233         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40234         * elf/Makefile (sln-modules): New variable.
40235         (extra-objs): Add $(sln-modules:=.o).
40236         (ldconfig-modules): Add static-stubs.
40237         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40238         * elf/static-stubs.c: New file.
40240         [BZ #14283]
40241         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40242         by 7 not 8 to examine high bit of fractional part.  Use volatile
40243         variables when splitting into final array of floats if
40244         __FLT_EVAL_METHOD__ != 0.
40245         * math/libm-test.inc (cos_test): Add another test.
40246         (sin_test): Likewise.
40247         * sysdeps/i386/fpu/libm-test-ulps: Update.
40249         [BZ #14273]
40250         * math/libm-test.inc (cosh_test): Add more tests.
40252         * version.h (RELEASE): Set to "development".
40253         (VERSION): Set to "2.16.90".
40255 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40257         * NEWS: Update copyright. Remove last-updated date.
40258         Mention math library bug fixes and timezone data changes.
40259         * README: Mention GNU/Hurd, x32, and HPPA support status.
40261 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40263         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40265 2012-06-27  Andreas Jaeger  <aj@suse.de>
40267         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40269 2012-06-25  Andreas Jaeger  <aj@suse.de>
40271         * sysdeps/s390/fpu/libm-test-ulps: Update.
40273 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40274             Thomas Schwinge  <thomas@codesourcery.com>
40276         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40277         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40278         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40279         fanotify_mark.
40281 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40283         * sysdeps/mach/start.c: Remove file.
40284         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40285         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40286         * sysdeps/sh/init-first.c: Likewise.
40288         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40289         registers for frame unwinding purposes, add CFI directives.
40290         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40291         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40292         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40293         Likewise.
40295         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40296         __fortify_fail returning.
40297         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40299         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40300         sysdeps/sh/____longjmp_chk.S.
40301         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40302         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40303         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40304         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40306         * sysdeps/sh/abort-instr.h: New file.
40307         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40308         process in case exit returns.
40310         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40311         initialize the GOT register before use.
40313         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40314         calculation of ARGC > 4.
40316         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40317         meaningful names to some local labels.
40319 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40320             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40322         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40323         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40324         (__arch_compare_and_exchange_val_16_acq): Likewise.
40325         (__arch_compare_and_exchange_val_32_acq): Likewise.
40326         (atomic_exchange_and_add): Fix gUSA sequence.
40327         (atomic_add): Likewise.
40328         (atomic_add_negative): Likewise.
40329         (atomic_add_zero): Likewise.
40330         (atomic_bit_test_set): Likewise.
40332 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40334         [BZ #13579]
40335         * include/link.h (struct link_map): Add l_free_initfini.
40336         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40337         l_initfini.
40338         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40339         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40340         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40341         set.
40343 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40345         * configure.in: Use AC_LANG_SOURCE.
40346         * configure: Regenerate.
40348 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40350         * configure.in (libc_cv_localstatedir): New substituted variable.
40351         * configure: Regenerated.
40352         * config.make.in (localstatedir): New variable, substituted from
40353         libc_cv_localstatedir.
40354         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40355         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40356         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40357         * sysdeps/gnu/configure: Regenerated.
40359 2012-06-21  Jeff Law  <law@redhat.com>
40361         [BZ #14277]
40362         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40363         free.  Simplify list management for _LIBC case.
40365 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40367         [BZ #14273]
40368         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40369         Clear sign bit of 64-bit integer value before comparing against
40370         overflow value.
40372         * sysdeps/mach/configure: Regenerated.
40374 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40376         [BZ #14278]
40377         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40379 2012-06-21  Jeff Law  <law@redhat.com>
40381         [BZ #13882]
40382         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40383         uint16_t for elements in the "seen" array to avoid char overflows.
40384         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40385         * elf/dl-open.c (dl_open_worker): Likewise.
40387 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40389         * scripts/list-sources.sh: Scan PORTS for translations.
40390         * po/libc.pot: Regenerated.
40392 2012-06-21  Andreas Jaeger  <aj@suse.de>
40394         [BZ #12194]
40395         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40396         warning.
40397         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40398         * bits/byteswap-16.h (__bswap_16): Likewise.
40399         * bits/byteswap.h (__bswap_constant_16): Likewise.
40401 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40403         [BZ #14117]
40404         * sysdeps/i386/fpu_control.h: Removed.
40405         * sysdeps/x86_64/fpu_control.h: Moved to ...
40406         * sysdeps/x86/fpu_control.h: Here.
40408         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40409         (_FPU_SETCW): Likewise.
40411 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40413         [BZ #14117]
40414         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40415         * sysdeps/x86/fpu/bits/mathinline.h: This.
40416         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40418         [BZ #14050]
40419         [BZ #14117]
40420         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40421         functions if __x86_64__ is defined.
40423 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40425         * string/endian.h: Add !__ASSEMBLER__ condition for including
40426         conversion interfaces.
40428 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40430         [BZ #14241]
40431         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40432         of ABS(x) in calculating zero to negative powers other than odd
40433         integers.
40434         * math/libm-test.inc (pow_test): Add more tests.
40436 2012-06-15  Andreas Jaeger  <aj@suse.de>
40438         * manual/contrib.texi (Contributors): Update entry of Liubov
40439         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40440         Machado Filho.
40442 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40444         * string/string.h: Add __wur to GNU version of strerror_r.
40446 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40448         [BZ #14229]
40449         * string/Makefile (tests): Add tst-strtok_r.
40450         * string/tst-strtok_r.c: New file.
40451         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40452         RAX_LP/RDX_LP on SAVE_PTR.
40454 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40456         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40458 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40460         * libm_test.inc (csqrt_test): Allow more spurious underflow
40461         exceptions.
40462         (j0_test): Likewise.
40463         (j1_test): Likewise.
40464         (y0_test): Likewise.
40465         (y1_test): Likewise.
40467 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40469         * po/Makefile (libc.pot): Use UTF-8 charset.
40471 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40473         [BZ #14210]
40474         Suppress sign-conversion warning from FD_SET.
40475         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40476         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40477         not unsigned long int.
40478         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40480 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40482         [BZ #14050]
40483         [BZ #14117]
40484         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40485         __extern_always_inline instead of __extern_inline.
40486         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40487         (__signbit): Likewise.
40488         (__signbitl): Support C++ namespace.
40489         (lrintf): New inline function.
40490         (lrint): Likewise.
40491         (llrintf): Likewise.
40492         (llrint): Likewise.
40493         (fmaxf): Likewise.
40494         (fmax): Likewise.
40495         (fminf): Likewise.
40496         (fmin): Likewise.
40497         (rint): Likewise.
40498         (rintf): Likewise.
40499         (ceil): Likewise.
40500         (ceilf): Likewise.
40501         (floor): Likewise.
40502         (floorf): Likewise.
40503         (nearbyint): Likewise.
40504         (nearbyintf): Likewise.
40506 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
40508         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
40509         non-default versions.
40511 2012-06-11  Roland McGrath  <roland@hack.frob.com>
40513         [BZ #14218]
40514         * manual/argp.texi (Argp): Reword argp_parse description slightly.
40516 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
40518         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
40519         (FE_UPWARD, FE_DOWNWARD): Don't define.
40520         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
40521         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40523         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
40524         reading it.
40525         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40526         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40528 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40530         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40531         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40532         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40533         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40535 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40537         [BZ #14117]
40538         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40539         * sysdeps/i386/fpu/Implies: New file.
40540         * sysdeps/x86_64/fpu/Implies: Likewise.
40541         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40542         * sysdeps/x86/fpu/bits/fenv.h: This.
40544         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40545         __SSE_MATH__.
40547 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40549         [BZ #14134]
40550         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40551         character 0xffff that matches the last element of the
40552         conversion table.
40554 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40556         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40557         fmodl commit.
40559 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40561         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40562         values higher than 25.6283.
40564 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40566         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40567         subnormal exponent extraction and add some __builtin_expect.
40568         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40569         Fix for subnormal mantissa calculation.
40571 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40573         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40574         cpu2 is -1 and errno is not ENOSYS.
40576 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40578         [BZ #14117]
40579         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40580         * sysdeps/x86/bits/string.h: This.
40581         * sysdeps/x86_64/bits/string.h: Removed.
40583         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40584         if not compiling for x86-64, but compiling for >= i486.
40586         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40587         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40589         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40590         New macro from Linux kernel 3.4.0.
40591         (FP_XSTATE_MAGIC2): Likewise.
40592         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40593         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40594         (struct _fpx_sw_bytes): New struct.
40595         (struct _xsave_hdr): Likewise.
40596         (struct _ymmh_state): Likewise.
40597         (struct _xstate): Likewise.
40599         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40600         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40601         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40602         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40603         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40604         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40606         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40607         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40608         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40609         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40610         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40611         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40613 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40615         [BZ #13743]
40616         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40617         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40618         (sysdep_headers): Include sys/platform/ppc.h.
40619         * sysdeps/powerpc/test-gettimebase.c: Test for
40620         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40621         * manual/Makefile (appendices): Include platform.texi.
40622         * manual/contrib.texi (Contributors): Update @node pointers.
40623         * manual/maint.texi (Maintenance): Likewise.
40624         (Platform): New node.
40625         * manual/platform.texi: New file.  Document the new features.
40627 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40628             Jakub Jelinek  <jakub@redhat.com>
40630         [BZ #14188]
40631         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40632         where __builtin_expect is unavailable.
40634 2012-06-03  David S. Miller  <davem@davemloft.net>
40636         * stdlib/longlong.h: Updated from GCC.
40638 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40640         [BZ #14042]
40641         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40642         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40643         __mcount_internal.
40644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40645         (GLIBC_2.16): Likewise.
40647 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40649         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40651 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40654         (default-abi): New variable.
40655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40656         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40657         variable.
40658         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40659         Likewise.
40660         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40661         Likewise.
40662         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40663         Likewise.
40665         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40666         definition.  Document in comment.
40668 2012-06-01  David S. Miller  <davem@davemloft.net>
40670         * stdlib/longlong.h: Updated from GCC.
40672 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40674         [BZ #14117]
40675         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40676         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40677         sys/debugreg.h sys/io.h here.
40678         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40679         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40680         sys/io.h.
40681         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40682         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40683         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40684         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40685         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40686         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40688         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40689         Define only if __x86_64__ is defined.
40691 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40693         [BZ #14048]
40694         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40695         Use int64_t for variable i.
40696         * math/libm-test.inc (fmod_test): Add more tests.
40698         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40699         z computation is not scheduled after fetestexcept.
40700         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40701         Use math_force_eval instead of asm to ensure calculation scheduled
40702         before exception test.
40703         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40704         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40706 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40708         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40709         computation is not scheduled after fetestexcept.
40711 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40713         [BZ #14117]
40714         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40715         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40717 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40719         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40720         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40722 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40724         [BZ #14117]
40725         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40726         <bits/wordsize.h>.
40727         (__WCHAR_MIN): Support __WORDSIZE == 64.
40728         (__WCHAR_MAX): Likewise.
40730         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40731         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40733         [BZ #14183]
40734         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40735         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40737         [BZ #14117]
40738         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40739         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40741         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40742         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40744         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40745         Defined to 1 if __x86_64__ isn't defined.
40746         (_STAT_VER_LINUX_OLD): New.
40747         (st_atime): Remove duplicate.
40748         (st_mtime): Likewise.
40749         (st_ctime): Likewise.
40751 2012-05-31  David S. Miller  <davem@davemloft.net>
40753         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40754         entries.
40756 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40758         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40759         gen-libm-test.pl.
40761         [BZ #14132]
40762         * elf/dl-reloc.c: Include <_itoa.h>.
40763         (_dl_reloc_bad_type): Remove use of INTUSE.
40764         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40765         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40766         * stdio-common/psiginfo.c (psiginfo): Likewise.
40767         * stdio-common/psignal.c (psignal): Likewise.
40768         * string/strsignal.c (strsignal): Likewise.
40769         * include/signal.h (_sys_siglist): Declare hidden proto.
40770         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40771         INTVARDEF with libc_hidden_data_def.
40772         * stdio-common/itoa-udigits.c: Likewise.
40773         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40774         (_itoa_lower_digits_internal): Remove declaration.
40775         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40776         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40777         (_sys_sigabbrev_internal): Remove aliases.
40778         (_sys_siglist): Define hidden alias.
40780 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40782         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40783         bits/sysctl.h.
40785 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40787         [BZ #14117]
40788         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40789         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40791         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40792         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40793         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40794         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40795         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40796         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40798         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40799         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40800         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40802         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40803         with __addr.
40804         (insw): Likewise.
40805         (insl): Likewise.
40806         (outsb): Likewise.
40807         (outsw): Likewise.
40808         (outsl): Likewise.
40810         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40811         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40812         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40814         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40815         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40816         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40817         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40818         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40819         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40821         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40822         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40824         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40825         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40827         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40828         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40829         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40831         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40832         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40833         to ...
40834         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40836         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40837         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40838         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40840         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40841         for x86-64.
40842         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40844 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40846         * math/math.h (M_El): Use two more decimal places.
40847         (M_LOG2El): Likewise.
40848         (M_LOG10El): Likewise.
40849         (M_LN2l): Likewise.
40850         (M_LN10l): Likewise.
40851         (M_PIl): Likewise.
40852         (M_PI_2l): Likewise.
40853         (M_PI_4l): Likewise.
40854         (M_1_PIl): Likewise.
40855         (M_2_PIl): Likewise.
40856         (M_2_SQRTPIl): Likewise.
40857         (M_SQRT2l): Likewise.
40858         (M_SQRT1_2l): Likewise.
40860 2012-05-31  David S. Miller  <davem@davemloft.net>
40862         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40863         values between float registers.
40864         * sysdeps/sparc/sparc64/memset.S: Likewise.
40865         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40867 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40869         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40870         -D_FORTIFY_SOURCE=1.
40871         (CPPFLAGS-tst-longjmp_chk.c): Define.
40872         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40873         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40874         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40875         CFLAGS-tst-wchar-h.c.
40877 2012-05-31  Marek Polacek  <polacek@redhat.com>
40879         [BZ #14132]
40880         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40881         __endmntent_internal): Remove declaration.
40882         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40883         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40884         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40886 2012-05-30  David S. Miller  <davem@davemloft.net>
40888         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40889         (___Q_simulate_exceptions): Use real FP ops rather than writing
40890         into the %fsr.
40891         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40892         Likewise.
40894 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40896         [BZ #14117]
40897         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40898         * sysdeps/x86/bits/xtitypes.h: This.
40900         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40901         * sysdeps/x86/bits/wordsize.h: This.
40903         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40904         * sysdeps/x86/bits/huge_vall.h: This.
40906         * sysdeps/i386/bits/select.h: Removed.
40907         * sysdeps/x86_64/bits/select.h: Renamed to ...
40908         * sysdeps/x86/bits/select.h: This.
40910         * sysdeps/i386/bits/setjmp.h: Removed.
40911         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40912         * sysdeps/x86/bits/setjmp.h: This.
40914         * sysdeps/i386/bits/mathdef.h: Removed.
40915         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40916         * sysdeps/x86/bits/mathdef.h: This.
40918 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40920         [BZ #14132]
40921         * include/sys/socket.h (__connect_internal)
40922         (__libc_sa_len_internal): Remove declaration.
40923         (__connect, __libc_sa_len): Declare hidden_proto.
40924         (SA_LEN): Remove use of INTUSE.
40925         * socket/connect.c: Add libc_hidden_def.
40926         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40927         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40928         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40929         alias.
40930         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40931         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40932         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40933         of adding _internal alias.
40935 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40937         [BZ #14117]
40938         * sysdeps/i386/bits/link.h: Removed.
40939         * sysdeps/i386/bits/linkmap.h: Likewise.
40940         * sysdeps/x86_64/bits/link.h: Renamed to ...
40941         * sysdeps/x86/bits/link.h: This.
40942         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40943         * sysdeps/x86/bits/linkmap.h: This.
40945         * sysdeps/i386/bits/endian.h: Removed.
40946         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40947         * sysdeps/x86/bits/endian.h: This.
40949         * sysdeps/i386/bits/byteswap.h: Removed.
40950         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40951         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40952         * sysdeps/x86/bits/byteswap.h: This.
40953         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40954         * sysdeps/x86/bits/byteswap-16.h: This.
40955         * sysdeps/i386/Implies: Add x86.
40956         * sysdeps/x86_64/Implies: Likewise.
40958 2012-05-30  David S. Miller  <davem@davemloft.net>
40960         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40961         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40962         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40963         (FP_TRAPPING_EXCEPTIONS): Define.
40964         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40965         (FP_TRAPPING_EXCEPTIONS): Define.
40966         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40967         subnormals only when inexact has been signalled or underflow
40968         exceptions are enabled.
40969         (_FP_PACK_CANONICAL): Likewise.
40971 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40973         [BZ #14183]
40974         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40975         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40977 2012-05-30  Richard Henderson  <rth@twiddle.net>
40979         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40980         with #ifndef NOT_IN_libc.
40982         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40983         marked to avoid plt entry.
40985 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40987         [BZ #14112]
40988         * Makeconfig (default-abi): New macro.
40989         (abi-includes): Likewise.
40990         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40991         $(abi-$(default-abi)-lib-soname) for soname if defined.
40992         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40993         abi-variants.
40994         * Makefile (installed-stubs): Likewise.
40995         * include/stubs-biarch.h: Removed.
40996         * scripts/lib-names.awk: Only handle one library at a time.
40997         * scripts/soversions.awk: Remove WORDSIZE support.
40998         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40999         entries.
41000         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41001         Removed.
41002         (syscall-list-default-condition): Likewise.
41003         (syscall-list-default-condition): Likewise.
41004         (syscall-list-includes): Likewise.
41005         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41006         syscall-list-* with abi-*.  Handle undefined abi-variants.
41007         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41008         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41009         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41010         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41011         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41012         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41013         Removed.
41014         (syscall-list-32-options): Likewise.
41015         (syscall-list-32-condition): Likewise.
41016         (syscall-list-64-options): Likewise.
41017         (syscall-list-64-condition): Likewise.
41018         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41019         macro.
41020         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41021         Renamed to ...
41022         (abi-*): This.
41023         (abi-64-ld-soname): New macro.
41024         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41025         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41026         Renamed to ...
41027         (abi-*): This.
41028         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41029         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41031 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41033         * sysdeps/unix/sysv/linux/kernel-features.h
41034         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41035         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41036         include <kernel-features.h>.
41037         [!__NR_ftruncate64]: Remove conditional code.
41038         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41039         [__NR_ftruncate64]: Make code unconditional.
41040         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41041         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41042         include <kernel-features.h>.
41043         [!__NR_ftruncate64]: Remove conditional code.
41044         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41045         [__NR_ftruncate64]: Make code unconditional.
41046         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41048         include <kernel-features.h>.
41049         [!__NR_ftruncate64]: Remove conditional code.
41050         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41051         [__NR_ftruncate64]: Make code unconditional.
41052         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41054         include <kernel-features.h>.
41055         [!__NR_ftruncate64]: Remove conditional code.
41056         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41057         [__NR_ftruncate64]: Make code unconditional.
41058         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41060         * configure.in (libc_cv_fpie): Weaken to a compile test using
41061         LIBC_TRY_CC_OPTION.
41062         * configure: Regenerated.
41064 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41066         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41067         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41068         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41069         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41070         Refreshed.
41071         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41072         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41073         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41074         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41075         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41076         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41077         Refreshed.
41079 2012-05-27  David S. Miller  <davem@davemloft.net>
41081         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41082         (___Q_zero): New.
41083         (__Q_simulate_exceptions): Return void.  Change to simulate
41084         exceptions by writing into the %fsr.
41085         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41086         (__Qp_handle_exceptions): Likewise.
41087         (numbers): Delete.
41088         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41089         __Qp_handle_exceptions.
41090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41091         __Qp_handle_exceptions.
41092         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41093         as unused and give dummy FP_RND_NEAREST initializer.
41094         (FP_INHIBIT_RESULTS): Define.
41095         (___Q_simulate_exceptions): Update declaration.
41096         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41097         formatting.
41098         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41099         as unused and give dummy FP_RND_NEAREST initializer.
41100         (__Qp_handle_exceptions): Update declaration.
41101         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41102         formatting.
41104 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41106         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41107         the temporary FPU control word.
41108         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41109         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41110         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41111         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41112         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41113         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41114         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41115         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41116         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41117         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41118         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41120 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41122         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41123         fields.
41125 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41127         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41128         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41129         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41130         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41131         Likewise.
41132         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41133         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41134         Likewise.
41136 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41138         * po/h.po: Update from translation team.
41140 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41142         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41144         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41145         handling of denormals.
41146         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41147         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41148         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41149         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41150         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41151         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41152         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41153         Likewise.
41155 2012-05-26  Marek Polacek  <polacek@redhat.com>
41157         [BZ #14152]
41158         * math/libm-test.inc (fma_test): Don't always expect underflow
41159         exception.
41161 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41163         [BZ #12416]
41164         * elf/tst-execstack.c: Include stackinfo.h.
41165         (do_test): Adjust test case to ensure that pthread_getattr_np
41166         behaviour remains the same after marking stack executable.
41168 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41170         * sysdeps/unix/sysv/linux/kernel-features.h
41171         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41172         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41173         kernel-features.h.
41174         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41175         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41176         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41177         kernel-features.h.
41178         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41179         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41181 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41183         * configure.in: Define the default includes to being none.
41184         * configure: Regenerated.
41186 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41188         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41189         * sysdeps/x86_64/setjmp.S: Likewise.
41190         * sysdeps/i386/bsd-setjmp.S: Likewise.
41191         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41192         * sysdeps/i386/setjmp.S: Likewise.
41193         * sysdeps/i386/__longjmp.S: Likewise.
41194         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41195         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41197         * include/stap-probe.h: New file.
41198         * configure.in: Handle --enable-systemtap.
41199         * configure: Regenerated.
41200         * config.h.in (USE_STAP_PROBE): New #undef.
41201         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41202         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41203         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41205 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41207         [BZ #13717]
41208         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41209         to 2.4.0 where earlier.
41210         * sysdeps/unix/sysv/linux/configure: Regenerated.
41211         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41212         <kernel-features.h>.
41213         [__ASSUME_32BITUIDS]: Make code unconditional.
41214         [!__ASSUME_32BITUIDS]: Remove conditional code.
41215         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41216         <kernel-features.h>.
41217         [__ASSUME_32BITUIDS]: Make code unconditional.
41218         [!__ASSUME_32BITUIDS]: Remove conditional code.
41219         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41220         [__ASSUME_32BITUIDS]: Make code unconditional.
41221         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41222         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41223         <kernel-features.h>.
41224         [__ASSUME_32BITUIDS]: Make code unconditional.
41225         [!__ASSUME_32BITUIDS]: Remove conditional code.
41226         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41227         <kernel-features.h>.
41228         [__ASSUME_32BITUIDS]: Make code unconditional.
41229         [!__ASSUME_32BITUIDS]: Remove conditional code.
41230         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41231         <kernel-features.h>.
41232         [__ASSUME_32BITUIDS]: Make code unconditional.
41233         [!__ASSUME_32BITUIDS]: Remove conditional code.
41234         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41235         <kernel-features.h>.
41236         [__ASSUME_32BITUIDS]: Make code unconditional.
41237         [!__ASSUME_32BITUIDS]: Remove conditional code.
41238         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41239         <kernel-features.h>.
41240         [__ASSUME_32BITUIDS]: Make code unconditional.
41241         [!__ASSUME_32BITUIDS]: Remove conditional code.
41242         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41243         <kernel-features.h>.
41244         [__ASSUME_32BITUIDS]: Make code unconditional.
41245         [!__ASSUME_32BITUIDS]: Remove conditional code.
41246         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41247         <kernel-features.h>.
41248         [__ASSUME_32BITUIDS]: Make code unconditional.
41249         [!__ASSUME_32BITUIDS]: Remove conditional code.
41250         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41251         <kernel-features.h>.
41252         [__ASSUME_32BITUIDS]: Make code unconditional.
41253         [!__ASSUME_32BITUIDS]: Remove conditional code.
41254         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41255         <kernel-features.h>.
41256         [__ASSUME_32BITUIDS]: Make code unconditional.
41257         [!__ASSUME_32BITUIDS]: Remove conditional code.
41258         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41259         <kernel-features.h>.
41260         [__ASSUME_32BITUIDS]: Make code unconditional.
41261         [!__ASSUME_32BITUIDS]: Remove conditional code.
41262         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41263         <kernel-features.h>.
41264         [__NR_setresgid] (__setresgid): Do not declare.
41265         [__ASSUME_32BITUIDS]: Make code unconditional.
41266         [!__ASSUME_32BITUIDS]: Remove conditional code.
41267         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41268         <kernel-features.h>.
41269         [__NR_setresuid] (__setresuid): Do not declare.
41270         [__ASSUME_32BITUIDS]: Make code unconditional.
41271         [!__ASSUME_32BITUIDS]: Remove conditional code.
41272         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41273         <kernel-features.h>.
41274         [__ASSUME_32BITUIDS]: Make code unconditional.
41275         [!__ASSUME_32BITUIDS]: Remove conditional code.
41276         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41277         <kernel-features.h>.
41278         [__ASSUME_32BITUIDS]: Make code unconditional.
41279         [!__ASSUME_32BITUIDS]: Remove conditional code.
41280         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41281         <kernel-features.h>.
41282         [__ASSUME_32BITUIDS]: Make code unconditional.
41283         [!__ASSUME_32BITUIDS]: Remove conditional code.
41284         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41285         <kernel-features.h>.
41286         [__ASSUME_32BITUIDS]: Make code unconditional.
41287         [!__ASSUME_32BITUIDS]: Remove conditional code.
41288         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41289         <kernel-features.h>.
41290         [__ASSUME_32BITUIDS]: Make code unconditional.
41291         [!__ASSUME_32BITUIDS]: Remove conditional code.
41292         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41293         <kernel-features.h>.
41294         [__ASSUME_32BITUIDS]: Make code unconditional.
41295         [!__ASSUME_32BITUIDS]: Remove conditional code.
41296         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41297         <kernel-features.h>.
41298         [__ASSUME_32BITUIDS]: Make code unconditional.
41299         [!__ASSUME_32BITUIDS]: Remove conditional code.
41300         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41301         <kernel-features.h>.
41302         [__ASSUME_32BITUIDS]: Make code unconditional.
41303         [!__ASSUME_32BITUIDS]: Remove conditional code.
41304         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41305         <kernel-features.h>.
41306         [__ASSUME_32BITUIDS]: Make code unconditional.
41307         [!__ASSUME_32BITUIDS]: Remove conditional code.
41308         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41309         <kernel-features.h>.
41310         [__ASSUME_32BITUIDS]: Make code unconditional.
41311         [!__ASSUME_32BITUIDS]: Remove conditional code.
41312         * sysdeps/unix/sysv/linux/kernel-features.h
41313         (__ASSUME_SETRESUID_SYSCALL): Remove.
41314         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41315         (__ASSUME_32BITUIDS): Likewise.
41316         (__ASSUME_LDT_WORKS): Likewise.
41317         (__ASSUME_O_DIRECTORY): Likewise.
41318         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41319         architecture but not kernel version.
41320         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41321         (__ASSUME_MMAP2_SYSCALL): Likewise.
41322         (__ASSUME_STAT64_SYSCALL): Likewise.
41323         (__ASSUME_IPC64): Likewise.
41324         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41325         <kernel-features.h>.
41326         [__ASSUME_32BITUIDS]: Make code unconditional.
41327         [!__ASSUME_32BITUIDS]: Remove conditional code.
41328         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41329         <kernel-features.h>.
41330         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41331         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41332         132096]: Remove conditional code.
41333         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41334         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41335         <kernel-features.h>.
41336         [__ASSUME_32BITUIDS]: Make code unconditional.
41337         [!__ASSUME_32BITUIDS]: Remove conditional code.
41338         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41339         <kernel-features.h>.
41340         [__ASSUME_32BITUIDS]: Make code unconditional.
41341         [!__ASSUME_32BITUIDS]: Remove conditional code.
41342         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41343         <kernel-features.h>.
41344         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41345         unconditional.
41346         (__setresgid): Do not declare.
41347         [__ASSUME_32BITUIDS]: Make code unconditional.
41348         [!__ASSUME_32BITUIDS]: Remove conditional code.
41349         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41350         <kernel-features.h>.
41351         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41352         unconditional.
41353         (__setresuid): Do not declare.
41354         [__ASSUME_32BITUIDS]: Make code unconditional.
41355         [!__ASSUME_32BITUIDS]: Remove conditional code.
41356         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41357         <kernel-features.h>.
41358         [__ASSUME_32BITUIDS]: Make code unconditional.
41359         [!__ASSUME_32BITUIDS]: Remove conditional code.
41360         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41361         <kernel-features.h>.
41362         [__ASSUME_32BITUIDS]: Make code unconditional.
41363         [!__ASSUME_32BITUIDS]: Remove conditional code.
41365 2012-05-25  Richard Henderson  <rth@twiddle.net>
41367         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41368         dl_hwcap to ifunc resolver.
41369         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41370         elf_ifunc_invoke.
41371         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41372         dl_hwcap to ifunc resolver.
41373         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41375 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41377         [BZ #14153]
41378         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41379         for |x| <= 2**-26, not 2**-57.
41380         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41381         exception.
41383 2012-05-24  Jeff Law  <law@redhat.com>
41385         * stdio-common/Makefile (tests): Add bug25.
41386         * stdio-common/bug25.c: New test.
41388 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41390         [BZ #13576]
41391         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41392         multiple of MALLOC_ALIGNMENT in size.
41393         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41395 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41397         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41398         Require >= 256.
41399         (FILENAME_MAX): Use macro-int-constant.
41400         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41401         (_IOFBF): Use macro-int-constant.
41402         (_IOLBF): Likewise.
41403         (_IONBF): Likewise.
41404         (SEEK_CUR): Likewise.
41405         (SEEK_END): Likewise.
41406         (SEEK_SET): Likewise.
41407         (TMP_MAX): Likewise.
41408         (EOF): Use macro-int-constant.  Require < 0.
41409         (NULL): Use macro-constant.  Require == 0.
41410         (stdin): Require type to be FILE *.
41411         (stdout): Likewise.
41412         (stderr): Likewise.
41413         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41414         macro-int-constant.
41415         (EXIT_SUCCESS): Likewise.
41416         (NULL): Use macro-constant.  Require == 0.
41417         (RAND_MAX): Use macro-int-constant.
41418         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41419         [C99-based standards] (strtof): Require function.
41420         [C99-based standards] (strtold): Likewise.
41421         [C99-based standards] (strtoll): Likewise.
41422         [C99-based standards] (strtoull): Likewise.
41423         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41424         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41425         [ISO || ISO99 || ISO11] (math.h): Likewise.
41426         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41427         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41428         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41430 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41432         [BZ #14132]
41433         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41434         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41435         * intl/dgettext.c (DCGETTEXT): Likewise.
41436         * intl/gettext.c (DCGETTEXT): Likewise.
41437         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41438         * posix/regex_internal.h (gettext): Likewise.
41439         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41440         Remove declaration.
41441         * include/argz.h (__argz_count_internal)
41442         (__argz_stringify_internal): Remove declaration.
41443         (__argz_count, __argz_stringify): Declare hidden proto.
41444         * intl/dcgettext.c: Remove use of INTDEF.
41445         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41446         * string/argz-stringify.c: Likewise.
41447         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41448         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41449         Declare hidden proto.
41450         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41451         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41452         Declare hidden proto.
41453         * include/stdio.h (__asprintf_internal): Don't declare.
41454         (__asprintf): Don't define as macro.  Declare hidden proto.
41455         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41456         (__fsetlocking): Declare hidden proto.
41457         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41458         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41459         hidden proto.
41460         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41461         (_IO_setlinebuf): Remove use of INTUSE.
41462         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41463         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41464         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41465         Remove declaration.
41466         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41467         (_IO_do_flush): Remove use of INTUSE.
41468         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41469         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41470         (_IO_adjust_column, _IO_least_wmarker)
41471         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41472         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41473         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41474         (_IO_default_doallocate, _IO_wdefault_doallocate)
41475         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41476         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41477         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41478         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41479         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41480         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41481         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41482         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41483         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41484         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41485         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41486         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41487         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41488         proto.
41489         (_IO_flush_all_internal, _IO_adjust_column_internal)
41490         (_IO_default_uflow_internal, _IO_default_finish_internal)
41491         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41492         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41493         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41494         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41495         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41496         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41497         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41498         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41499         (_IO_file_close_internal, _IO_file_close_it_internal)
41500         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41501         (_IO_file_init_internal, _IO_file_attach_internal)
41502         (_IO_file_fopen_internal, _IO_file_read_internal)
41503         (_IO_file_sync_internal, _IO_file_seek_internal)
41504         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
41505         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
41506         (_IO_str_underflow_internal, _IO_str_overflow_internal)
41507         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
41508         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
41509         (_IO_list_all_internal, _IO_link_in_internal)
41510         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
41511         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
41512         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
41513         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
41514         (_IO_do_write_internal, _IO_padn_internal)
41515         (_IO_getline_info_internal, _IO_getline_internal)
41516         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
41517         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
41518         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
41519         (_IO_vfscanf_internal, _IO_vfprintf_internal)
41520         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
41521         (_IO_init_internal, _IO_un_link_internal): Don't declare.
41522         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
41523         with libc_hidden_ver, remove use of INTUSE.
41524         * libio/genops.c: Likewise.
41525         * libio/freopen.c: Likewise.
41526         * libio/freopen64.c: Likewise.
41527         * libio/iofclose.c: Likewise.
41528         * libio/iofdopen.c: Likewise.
41529         * libio/iofflush.c: Likewise.
41530         * libio/iofflush_u.c: Likewise.
41531         * libio/iofgets.c: Likewise.
41532         * libio/iofgets_u.c: Likewise.
41533         * libio/iofopen.c: Likewise.
41534         * libio/iofopncook.c: Likewise.
41535         * libio/iofread.c: Likewise.
41536         * libio/iofread_u.c: Likewise.
41537         * libio/ioftell.c: Likewise.
41538         * libio/iofwrite.c: Likewise.
41539         * libio/iogetline.c: Likewise.
41540         * libio/iogets.c: Likewise.
41541         * libio/iogetwline.c: Likewise.
41542         * libio/iopadn.c: Likewise.
41543         * libio/iopopen.c: Likewise.
41544         * libio/ioseekoff.c: Likewise.
41545         * libio/ioseekpos.c: Likewise.
41546         * libio/iosetbuffer.c: Likewise.
41547         * libio/iosetvbuf.c: Likewise.
41548         * libio/ioungetc.c: Likewise.
41549         * libio/ioungetwc.c: Likewise.
41550         * libio/iovdprintf.c: Likewise.
41551         * libio/iovsprintf.c: Likewise.
41552         * libio/iovsscanf.c: Likewise.
41553         * libio/memstream.c: Likewise.
41554         * libio/obprintf.c: Likewise.
41555         * libio/oldfileops.c: Likewise.
41556         * libio/oldiofclose.c: Likewise.
41557         * libio/oldiofdopen.c: Likewise.
41558         * libio/oldiofopen.c: Likewise.
41559         * libio/oldiopopen.c: Likewise.
41560         * libio/oldstdfiles.c: Likewise.
41561         * libio/putc.c: Likewise.
41562         * libio/setbuf.c: Likewise.
41563         * libio/setlinebuf.c: Likewise.
41564         * libio/stdfiles.c: Likewise.
41565         * libio/strops.c: Likewise.
41566         * libio/vasprintf.c: Likewise.
41567         * libio/vscanf.c: Likewise.
41568         * libio/vsnprintf.c: Likewise.
41569         * libio/vswprintf.c: Likewise.
41570         * libio/wfiledoalloc.c: Likewise.
41571         * libio/wfileops.c: Likewise.
41572         * libio/wgenops.c: Likewise.
41573         * libio/wmemstream.c: Likewise.
41574         * libio/wstrops.c: Likewise.
41575         * libio/__fpurge.c: Likewise.
41576         * libio/__fsetlocking.c: Likewise.
41577         * assert/assert.c: Likewise.
41578         * debug/fgets_chk.c: Likewise.
41579         * debug/fgets_u_chk.c: Likewise.
41580         * debug/fread_chk.c: Likewise.
41581         * debug/fread_u_chk.c: Likewise.
41582         * debug/gets_chk.c: Likewise.
41583         * debug/obprintf_chk.c: Likewise.
41584         * debug/vasprintf_chk.c: Likewise.
41585         * debug/vdprintf_chk.c: Likewise.
41586         * debug/vsnprintf_chk.c: Likewise.
41587         * debug/vsprintf_chk.c: Likewise.
41588         * malloc/mtrace.c: Likewise.
41589         * misc/error.c: Likewise.
41590         * misc/syslog.c: Likewise.
41591         * stdio-common/asprintf.c: Likewise.
41592         * stdio-common/fxprintf.c: Likewise.
41593         * stdio-common/getw.c: Likewise.
41594         * stdio-common/isoc99_fscanf.c: Likewise.
41595         * stdio-common/isoc99_scanf.c: Likewise.
41596         * stdio-common/isoc99_vfscanf.c: Likewise.
41597         * stdio-common/isoc99_vscanf.c: Likewise.
41598         * stdio-common/isoc99_vsscanf.c: Likewise.
41599         * stdio-common/printf-prs.c: Likewise.
41600         * stdio-common/printf_fp.c: Likewise.
41601         * stdio-common/printf_fphex.c: Likewise.
41602         * stdio-common/printf_size.c: Likewise.
41603         * stdio-common/putw.c: Likewise.
41604         * stdio-common/scanf.c: Likewise.
41605         * stdio-common/sprintf.c: Likewise.
41606         * stdio-common/tmpfile.c: Likewise.
41607         * stdio-common/vfprintf.c: Likewise.
41608         * stdio-common/vfscanf.c: Likewise.
41609         * stdlib/strfmon_l.c: Likewise.
41610         * sunrpc/openchild.c: Likewise.
41611         * sunrpc/xdr_stdio.c: Likewise.
41612         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41613         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41615 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41617         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41619         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41620         in the third column, to generate for the shared library an IFUNC
41621         that uses _dl_vdso_vsym.
41622         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41623         * Makeconfig (object-suffixes-noshared): New variable.
41625         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41626         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41627         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41628         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41630         [BZ #14132]
41631         * include/sys/time.h (__gettimeofday): Remove macro.
41632         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41633         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41634         Remove INTDEF.
41635         (__gettimeofday): Add libc_hidden_def.
41636         (gettimeofday): Add libc_hidden_weak.
41637         * sysdeps/mach/gettimeofday.c: Likewise.
41638         * sysdeps/posix/gettimeofday.c: Likewise.
41639         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41640         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41641         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41642         (__gettimeofday_internal): Remove strong_alias.
41643         (__gettimeofday): Add libc_hidden_def.
41644         (gettimeofday): Add libc_hidden_weak.
41645         * sysdeps/unix/syscalls.list (gettimeofday):
41646         Remove __gettimeofday_internal alias.
41648 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41649             H.J. Lu  <hongjiu.lu@intel.com>
41651         [BZ #12495]
41652         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41653         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41654         (largebin_index_32_big): New.
41655         (largebin_index): Use it for 16-byte alignment.
41656         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41657         correction with front_misalign.
41659 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41661         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41662         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41663         Likewise.
41664         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41665         Likewise.
41666         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41667         Likewise.
41668         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41669         Likewise.
41670         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41671         Likewise.
41672         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41673         Likewise.
41674         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41675         Likewise.
41676         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41677         Likewise.
41678         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41679         Likewise.
41680         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41681         Likewise.
41682         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41683         Likewise.
41684         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41685         Likewise.
41687         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41688         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41690 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41692         [BZ #10846]
41693         [BZ #14036]
41694         * math/libm-test.inc (exp_test): Add test from bug 14036.
41695         (pow_test): Add test from bug 10846.
41697         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41698         and other flags.
41699         (special_function): Do not include flags in test name.
41700         (parse_args): Likewise.
41701         * sysdeps/i386/fpu/libm-test-ulps: Update.
41702         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41703         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41704         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41707         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41708         exceptions.
41709         * math/libm-test.inc ("Philosophy"): Update comment about
41710         exception testing.
41711         (UNDERFLOW_EXCEPTION): New macro.
41712         (UNDERFLOW_EXCEPTION_OK): Likewise.
41713         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41714         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41715         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41716         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41717         (INVALID_EXCEPTION_OK): Update value.
41718         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41719         (OVERFLOW_EXCEPTION_OK): Likewise.
41720         (IGNORE_ZERO_INF_SIGN): Likewise.
41721         (test_exceptions): Handle underflow exceptions.
41722         (acos_test): Update for underflow exception expectations.
41723         (cexp_test): Likewise.
41724         (clog_test): Likewise.
41725         (clog10_test): Likewise.
41726         (csqrt_test): Likewise.
41727         (ctan_test): Likewise.
41728         (ctanh_test): Likewise.
41729         (exp_test): Likewise.
41730         (exp10_test): Likewise.
41731         (exp2_test): Likewise.
41732         (expm1_test): Likewise.
41733         (fma_test): Likewise.
41734         (j0_test): Likewise.
41735         (jn_test): Likewise.
41736         (nexttoward_test): Likewise.
41737         (pow_test): Likewise.
41738         (scalbn_test): Likewise.
41739         (scalbln_test): Likewise.
41740         (tan_test): Likewise.
41741         (y1_test): Likewise.
41742         * sysdeps/i386/fpu/libm-test-ulps: Update.
41743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41745 2012-05-23  David S. Miller  <davem@davemloft.net>
41747         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41748         (__libc_sigaction): Remove unused local variables.
41750 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41752         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41754 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41756         mktime: avoid signed integer overflow
41757         * time/mktime.c (__mktime_internal): Do not mishandle the case
41758         where diff == INT_MIN.
41760         mktime: simplify computation of average
41761         * time/mktime.c (ranged_convert): Use new time_t_avg function
41762         instead of rolling our own (probably-slower) code.
41764         mktime: do not assume signed right shift propagates sign bit
41765         * time/mktime.c (isdst_differ): New static function.
41766         (__mktime_internal): No need to normalize tm_isdst now.
41767         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41768         tm_isdst values.
41770         mktime: merge another wrapv change from gnulib
41771         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41772         from some compilers.
41774         mktime: remove incorrect attempt at unusual arithmetics
41775         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41776         The code didn't really work on such machines anyway.
41777         (TYPE_MINIMUM): Assume two's complement.
41778         (twos_complement_arithmetic): Verify that long_int and time_t
41779         are two's complement (or unsigned, in the latter case).
41781         mktime: check signed shifts on long_int and time_t, too
41782         * time/mktime.c (SHR): Check that shifts work as desired
41783         on the types long_int and time_t too, as SHR is used on
41784         such types.
41786         mktime: do not assume 'long' is wide enough
41787         * time/mktime.c (verify): Move decl up.
41788         (long_int): New type.
41789         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41790         to remove assumption in the code that 'long' is wide enough to
41791         store year values.  This assumption is not true on x32 and on
41792         some non-glibc platforms.
41794         mktime: merge wrapv change from gnulib
41795         * time/mktime.c (WRAPV): New macro.
41796         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41797         (guess_time_tm, __mktime_internal): Do not assume that signed
41798         integer overflow wraps around; modern compilers generate code
41799         where this assumption is no longer valid.
41801 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41803         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41804         Replace "jmp L(pseudo_end)" with "ret".
41805         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41806         Likewise.
41808 2012-05-23  Andreas Jaeger  <aj@suse.de>
41810         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41811         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41813 2012-05-23  Andreas Jaeger  <aj@suse.de>
41814             Maximilian Attems  <max@stro.at>
41816         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41817         New macros.
41819 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41821         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41822         code so that pseudo_end is just ret and the stack pointer is
41823         correct also for static library in error case.
41825 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41827         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41828         move to syscalls.list.
41829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41834         * manual/install.texi (Running make install): Do not mention Linux
41835         kernel version for which pt_chown is not needed.
41836         (Linux): Do not mention problems with nscd with 2.0 kernels.
41837         * INSTALL: Regenerated.
41839 2012-05-23  Andreas Jaeger  <aj@suse.de>
41841         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41842         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41843         macro.
41844         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41845         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41846         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41847         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41848         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41849         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41850         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41851         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41852         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41853         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41854         * sysdeps/unix/sysv/linux/bits/in.h
41855         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41857 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41859         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41860         (PREPARE_VERSION): Just use assert instead, it will be elided
41861         under [NDEBUG] anyway.
41863 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41865         * sysdeps/unix/sysv/linux/Makefile: Include
41866         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41867         (sysdep_routines): Remove sysctl.
41868         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41869         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41870         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41871         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41872         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41874 2012-05-22  Andreas Jaeger  <aj@suse.de>
41876         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41877         that pseudo_end is just ret and the stack pointer is correct also
41878         for static library in error case.
41880 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41882         [BZ #14122]
41883         * nss/nsswitch.c (defconfig_entries): New variable.
41884         (__nss_database_lookup): Don't leak defconfig entries.
41885         (nss_parse_service_list): Don't leak on error paths.
41886         (free_database_entries): New function.
41887         (free_defconfig): New function.
41888         (free_mem): Move common code to free_database_entries.
41890 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41892         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41893         Add arch_prctl.
41894         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41896         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41897         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41898         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41899         New macro.
41900         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41901         (INTERNAL_SYSCALL_TYPES): Likewise.
41902         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41903         (LOAD_REGS_TYPES_[1-6]): Likewise.
41904         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41905         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41907 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41909         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41910         copysignl for GLIBC_2_0.
41911         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41912         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41913         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41914         logbl for GLIBC_2_0.
41915         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41916         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41918 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41920         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41921         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41923         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41924         Use "neg %eax".
41926         * time/mktime.c: Update copyright years.
41928 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41930         mktime: merge comment-quoting-style change from gnulib
41931         * time/mktime.c: Quote 'like this' in comments.
41932         The GNU coding standards suggest that we no longer quote `like this',
41933         as "`" and "'" are typically rendered asymmetrically nowadays.
41934         The typical gnulib style is to quote 'like this' when quoting
41935         code, and "like this" when quoting English.
41937         * time/mktime.c (compile-command): Add "-I.".
41939         mktime: merge mktime-internal.h change from gnulib
41940         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41942         mktime: merge time_r change from gnulib
41943         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41945         mktime: merge DEBUG change from gnulib
41946         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41947         case system <time.h> has a #define.
41949         mktime: merge <sys/types.h> change from gnulib
41950         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41951         since <time.t> is now guaranteed to define time_t.
41953         mktime: merge HAVE_CONFIG_H change from gnulib
41954         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41956 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41958         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41959         Use "neg %eax".
41961         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41962         __rlim_t cast.
41963         (struct rusage): Use anonymous union to pad each field to
41964         __syscall_slong_t.
41966 2012-05-21  David S. Miller  <davem@davemloft.net>
41968         * Makefules (o-iterator): Remove .s cases.
41969         (compile-command.s): Delete.
41970         (COMPILE.s): Delete.
41971         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41973 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41975         * configure.in (libc_cv_predef_stack_protector): Only consider
41976         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41977         * configure: Regenerated.
41979 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41981         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41982         New macro.  Use R*LP on int and pointer.
41983         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41984         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41985         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41986         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41988         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41989         [__WORDSIZE_TIME64_COMPAT32] instead of
41990         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41991         (struct utmp): Likewise.
41992         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41993         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41994         Renamed to ...
41995         (__WORDSIZE_TIME64_COMPAT32): This.
41996         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41997         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41998         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41999         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42000         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42001         (__WORDSIZE_TIME64_COMPAT32): New macro.
42003 2012-05-21  Andreas Jaeger  <aj@suse.de>
42005         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42006         only if [SHARED]. Add prototype for __wcschr_ia32.
42008 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42010         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42011         of %rbp unmolested in the jmp_buf while mangling the low bits.
42012         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42013         unmolested high bits of %rbp while demangling the low bits.
42014         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42016 2012-05-21  Andreas Jaeger  <aj@suse.de>
42018         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42019         * sunrpc/svc_simple.c: Use it for registerrpc.
42020         * sunrpc/xcrypt.c: Use it for passwd2des.
42022         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42024 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42026         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42027         Don't define if [__SYSCALL_WORDSIZE != 32].
42028         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42029         New macro.
42031 2012-05-21  Bruno Haible  <bruno@clisp.org>
42032             Andreas Jaeger  <aj@suse.de>
42034         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42035         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42036         inptr and inend for must_buffer_ch.
42037         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42038         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42039         * stdio-common/Makefile (tests): Remove bug15.
42040         (bug15-ENV): Remove macro.
42041         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42042         anymore.
42044 2012-05-19  Andreas Jaeger  <aj@suse.de>
42045             Roland McGrath  <roland@hack.frob.com>
42047         * manual/contrib.texi: Completely rewritten. It contains now an
42048         alphabetical list of contributors and their contributions.
42050 2012-05-21  Richard Henderson  <rth@twiddle.net>
42052         * misc/getauxval.c (__getauxval): Use unsigned long int.
42053         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42054         (getauxval): Use unsigned long int.
42056 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42058         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42060 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42062         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42063         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42064         __alignof__ (long double).
42066 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42068         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42070 2012-05-20  Richard Henderson  <rth@twiddle.net>
42072         * misc/getauxval.c: New file.
42073         * misc/sys/auxv.h: New file.
42074         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42075         (routines): Add getauxval.
42076         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42077         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42078         * elf/dl-sysdep.c (_dl_auxv): Remove.
42079         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42080         * elf/dl-support.c (_dl_auxv): New variable.
42081         (_dl_aux_init): Initialize it.
42082         * manual/startup.texi (Auxiliary Vector): New node.
42083         * sysdeps/generic/bits/hwcap.h: New file.
42084         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42085         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42086         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42087         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42088         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42089         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42091         Update.
42092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42094         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42095         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42096         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42097         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42099         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42101 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42103         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42105 2012-05-19  David S. Miller  <davem@davemloft.net>
42107         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42109 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42111         [BZ #14123]
42112         * math/s_ccosh.c: Include <float.h>
42113         (__ccosh): Avoid internal overflow calculating sinh and cosh
42114         values before multiplying by sin and cos values.
42115         * math/s_ccoshf.c: Likewise.
42116         * math/s_ccoshl.c: Likewise.
42117         * math/s_csin.c: Likewise.
42118         * math/s_csinf.c: Likewise.
42119         * math/s_csinl.c: Likewise.
42120         * math/s_csinh.c: Likewise.
42121         * math/s_csinhf.c: Likewise.
42122         * math/s_csinhl.c: Likewise.
42123         * math/libm-test.inc (ccos_test): Add more tests.
42124         (ccosh_test): Likewise.
42125         (csin_test): Likewise.
42126         (csinh_test): Likewise.
42127         * sysdeps/i386/fpu/libm-test-ulps: Update.
42128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42130 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42132         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42133         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42135         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42137 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42139         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42140         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42141         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42142         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42143         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42144         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42145         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42146         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42147         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42148         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42149         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42150         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42151         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42152         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42153         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42154         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42155         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42156         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42157         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42158         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42159         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42160         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42161         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42162         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42163         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42164         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42165         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42166         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42167         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42168         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42169         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42171 2012-05-18  Andreas Jaeger  <aj@suse.de>
42173         * csu/.gitignore: Delete.
42175 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42177         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42178         (timex): Use __syscall_slong_t.
42180 2012-05-18  Andreas Jaeger  <aj@suse.de>
42181             Carlos O'Donell  <carlos_odonell@mentor.com>
42183         * manual/install.texi (Configuring and compiling): Update
42184         description about files modified in the source directory.
42185         * INSTALL: Regenerated.
42187 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42189         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42190         value.  Use "or" to set return value to -1.
42191         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42192         negate return value.
42194 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42196         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42197         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42198         failure if the compiler has Graphite support disabled.
42199         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42200         Likewise.
42201         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42202         (CFLAGS-memmove.c): Likewise.
42203         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42204         Likewise.
42206 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42208         * sysdeps/x86_64/x32/_itoa.h: New file.
42210         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42211         getdents system call only if kernel and user dirents have the
42212         same d_ino and d_off.
42214         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42215         LLONG_MAX != LONG_MAX.
42216         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42217         (_fitoa_word): Likewise.
42219         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42220         years.
42221         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42222         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42223         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42225         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42226         include <bits/wordsize.h>.  Check __x86_64__ instead of
42227         __WORDSIZE.
42228         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42229         if __x86_64__ is defined.  Use anonymous union on fpstate.
42231         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42232         anonymous union.
42234 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42236         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42237         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42238         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42239         Refer to _rtld_local_ro instead of _rtld_global_ro.
42240         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42241         Likewise.
42242         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42243         Likewise.
42244         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42245         Likewise.
42246         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42247         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42248         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42250         * sysdeps/powerpc/powerpc32/dl-machine.c
42251         (__elf_machine_runtime_setup) [PROF]: Don't reference
42252         _dl_prof_resolve.
42254 2012-05-18  Andreas Jaeger  <aj@suse.de>
42256         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42257         function only available for GCCs before 3.4 since GCC 3.4
42258         introduced a builtin.
42259         (lrint): Likewise.
42260         (llrintf): Likewise.
42261         (llrint): Likewise.
42262         (fmaxf): Likewise.
42263         (fmax): Likewise.
42264         (fminf): Likewise.
42265         (fmin): Likewise.
42266         (rint): Likewise.
42267         (rintf): Likewise.
42268         (nearbyint): Likewise.
42269         (nearbyintf): Likewise.
42270         (ceil): Likewise.
42271         (ceilf): Likewise.
42272         (floor): Likewise.
42273         (floorf): Likewise.
42275 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42277         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42278         on both fields and cast pointer to __syscall_ulong_t.
42280         * bits/types.h (__fsword_t): New type.
42281         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42282         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42283         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42284         (__FSWORD_T_TYPE): Likewise.
42285         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42286         (__FSWORD_T_TYPE): Likewise.
42287         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42288         (__FSWORD_T_TYPE): Likewise.
42289         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42290         (__FSWORD_T_TYPE): Likewise.
42291         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42292         __SWORD_TYPE with __fsword_t.
42293         (statfs64): Likewise.
42295 2012-05-17  David S. Miller  <davem@davemloft.net>
42297         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42299 2012-05-17  Andreas Jaeger  <aj@suse.de>
42301         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42302         warning.
42304 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42306         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42308 2012-05-17  Andreas Jaeger  <aj@suse.de>
42310         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42311         when it is used.
42313 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42315         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42317 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42319         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42320         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42322 2012-05-17  Andreas Jaeger  <aj@suse.de>
42323             Carlos O'Donell  <carlos_odonell@mentor.com>
42325         [BZ #14059]
42326         * sysdeps/x86_64/multiarch/init-arch.h
42327         (bit_YMM_Usable): Rename to...
42328         (bit_AVX_Usable): ... this.
42329         (bit_FMA4_Usable): New macro.
42330         (bit_XMM_state): New macro.
42331         (bit_YMM_state): New macro.
42332         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42333         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42334         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42335         (CPUID_OSXSAVE): New macro.
42336         (CPUID_AVX): New macro.
42337         (CPUID_FMA4): New macro.
42338         (index_YMM_Usable): Rename to...
42339         (index_AVX_Usable): ... this.
42340         (HAS_AVX): Use HAS_ARCH_FEATURE.
42341         (HAS_FMA4): Likewise.
42342         (HAS_YMM_USABLE): Remove.
42343         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42344         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42345         are present.
42346         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42347         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42348         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42349         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42350         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42352 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42354         * math/libm-test.c: Support platforms without multiple rounding modes.
42355         * math/bug-nextafter.c: Support platforms without FP exceptions.
42356         * math/bug-nexttoward.c: Likewise.
42357         * math/test-fenv.c: Likewise.
42358         * math/test-misc.c: Likewise.
42359         * stdlib/bug-getcontext.c: Likewise.
42361 2012-05-17  Andreas Jaeger  <aj@suse.de>
42363         * manual/examples/search.c (critter_cmp): Change signature to
42364         avoid warnings.
42365         * manual/string.texi (Collation Functions): Likewise.
42367 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42369         * bits/types.h: Fold copyright years.
42370         * bits/typesizes.h: Likewise.
42371         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42372         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42373         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42374         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42375         * time/time.h: Likewise.
42377 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42379         [BZ #208]
42380         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42381         in instead of returning them.  Return void.
42382         (__libc_mallinfo): Accumulate over all arenas.
42383         (__malloc_stats): Adjust for change in int_mallinfo interface.
42385 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42387         [BZ #10375]
42388         * configure.in (NM): Add AC_CHECK_TOOL for it.
42389         (libc_extra_cflags): New substituted variable.
42390         Check for -fstack-protector being used implicitly.
42391         * configure: Regenerated.
42392         * config.make.in (config-extra-cflags): New variable,
42393         gets @libc_extra_cflags@.
42394         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42396         [BZ #10375]
42397         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42398         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42399         * configure: Regenerated.
42400         * config.make.in (CPPUNDEFS): New substituted variable.
42401         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42402         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42403         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42405 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42407         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42408         (mq_attr): Use __syscall_slong_t.
42410 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42412         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42413         Check __x86_64__ instead of __WORDSIZE.
42414         (_STAT_VER_LINUX): Likewise.
42415         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42416         __syscall_ulong_t and __syscall_slong_t.
42417         (stat64): Likewise.
42419 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42421         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42423 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42425         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42427 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42429         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42430         __syscall_ulong_t.
42432         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42433         include <bits/wordsize.h>.  Check __x86_64__ instead of
42434         __WORDSIZE.
42435         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42436         defined.
42437         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42439         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42440         include <bits/wordsize.h>.  Check __x86_64__ instead of
42441         __WORDSIZE.
42442         (user_regs_struct): Use "__extension__ unsigned long long"
42443         instead of "unsigned long" if __x86_64__ is defined.
42444         (user): Likewise.  Pad after pointer field if __ILP32__ is
42445         defined.
42447 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42449         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42450         versions 5 to 9.
42451         * configure: Regenerated.
42452         * manual/install.texi (texinfo): Increase version requirement to
42453         4.5 or later.
42454         * INSTALL: Regenerated.
42456         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42458 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42460         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42462         * sysdeps/x86_64/x32/ffs.c: New file.
42464         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42465         __syscall_ulong_t.
42466         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42467         defined.  Use __syscall_ulong_t.
42468         (shminfo): Use __syscall_ulong_t.
42469         (shm_info): Likewise.
42471         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42472         __syscall_ulong_t.
42474         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42475         <bits/wordsize.h>.
42476         (msgqnum_t): Use __syscall_ulong_t.
42477         (msglen_t): Likewise.
42478         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42479         __syscall_ulong_t.
42481         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42482         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42484         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42486         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42487         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42489         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42490         __syscall_slong_t.
42492         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42493         include <bits/wordsize.h>.  Check __x86_64__ instead of
42494         __WORDSIZE.
42496         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42497         "unsigned long long int" if __x86_64__ is defined.
42498         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42500         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42501         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42502         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
42504         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
42505         <stdint.h>.
42506         (GET_PC): Cast to uintptr_t first.
42507         (GET_FRAME): Likewise.
42508         (GET_STACK): Likewise.
42510         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
42511         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
42512         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
42513         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
42514         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
42515         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
42516         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
42517         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
42518         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
42519         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
42520         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
42521         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
42522         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
42523         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
42524         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
42525         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42526         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42527         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42528         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42529         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42530         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42531         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42532         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42533         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42534         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42535         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42536         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42537         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42538         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42540 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42542         * Makerules (+depfiles): Also collect depfiles from .oS in
42543         $(extra-objs).
42544         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42545         .oS, $(libnldbl-routines)).
42547         * Makerules (native-compile-mkdep-flags): Define.
42548         * sunrpc/Makefile (extra-objs): Add $(addprefix
42549         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42550         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42551         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42552         calling $(make-target-directory).
42554 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42556         * bits/types.h (__snseconds_t): Removed.
42557         * time/time.h (struct timespec): Replace __snseconds_t with
42558         __syscall_slong_t.
42559         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42560         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42561         Likewise.
42562         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42563         (__SNSECONDS_T_TYPE): Likewise.
42564         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42565         (__SNSECONDS_T_TYPE): Likewise.
42566         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42567         (__SNSECONDS_T_TYPE): Likewise.
42569 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42571         * sysdeps/mach/hurd/bits/typesizes.h
42572         (__SYSCALL_SLONG_TYPE): New macro.
42573         (__SYSCALL_ULONG_TYPE): Likewise.
42575 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42577         * bits/types.h (__syscall_slong_t): New type.
42578         (__syscall_ulong_t): Likewise.
42580         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42581         (__SYSCALL_ULONG_TYPE): Likewise.
42582         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42583         (__SYSCALL_SLONG_TYPE): Likewise.
42584         (__SYSCALL_ULONG_TYPE): Likewise.
42585         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42586         (__SYSCALL_SLONG_TYPE): Likewise.
42587         (__SYSCALL_ULONG_TYPE): Likewise.
42588         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42589         (__SYSCALL_SLONG_TYPE): Likewise.
42590         (__SYSCALL_ULONG_TYPE): Likewise.
42592 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42594         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42595         Add sigaltstack-offsets.sym.
42596         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42597         <sigaltstack-offsets.h>.
42598         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42599         longjmp_msg pointer.
42600         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42601         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42602         signal stack.
42603         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42605 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42607         * elf/stackguard-macros.h: Remove file.
42608         * sysdeps/generic/stackguard-macros.h: New file.
42609         * sysdeps/i386/stackguard-macros.h: Likewise.
42610         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42611         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42612         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42613         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42614         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42615         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42616         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42617         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42618         <elf/stackguard-macros.h>.
42620         [BZ #14109]
42621         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42622         __aligned__ in attribute.
42623         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42624         (gregset_t): Likewise.
42626 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42628         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42629         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42630         * sysdeps/x86_64/x32/Implies-after: New file.
42632 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42634         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42635         and access return value for _dl_profile_fixup.  Use R10_LP to
42636         load frame size.
42638 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42640         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42642 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42644         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42645         * sysdeps/x86_64/x32/sysdep.h: New file.
42647 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42649         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42650         * sysdeps/x86_64/setjmp.S: Likewise.
42652 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42654         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42655         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42656         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42657         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42658         remove unused global constant.
42660 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42662         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42663         include of <not-cancel.h>.
42665 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42667         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42669 2012-05-15  Jeff Law  <law@redhat.com>
42670             Andreas Jaeger  <aj@suse.de>
42672         [BZ #13594]
42673         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42674         out from...
42675         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42676         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42677         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42678         code changing __hst_map_handle.map.
42680 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42682         * configure.in (sysnames): Look for Implies-before and Implies-after
42683         files.
42684         * configure: Regenerated.
42686 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42688         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42689         8-byte data alignment with LP_SIZE alignment.
42691 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42693         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42694         into R10_LP.
42696 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42698         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42700 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42702         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42703         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42704         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42705         Likewise.
42706         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42708 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42710         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42711         (stackinfo_sub_sp): Likewise.
42713 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42715         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42716         RAX_LP.
42718 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42720         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42721         into R*_LP.
42723 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42725         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42726         sizes into R*_LP.
42728 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42730         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42732 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42734         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42735         into R11_LP and load __x86_64_shared_cache_size_half into
42736         R8_LP.
42738 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42740         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42741         R8_LP.
42743 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42745         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42746         logb for POWER7.
42747         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42748         logbf for POWER7.
42749         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42750         logbl for POWER7.
42751         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42752         powerpc32/power7/fpu/s_logb.c via #include.
42753         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42754         powerpc32/power7/fpu/s_logbf.c via #include.
42755         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42756         powerpc32/power7/fpu/s_logbl.c via #include.
42758 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42760         * README.libm: Remove file.
42762 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42764         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42765         count for x32.  Use R*_LP and omit operand-size suffix.
42767 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42769         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42770         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42771         * sysdeps/x86_64/x32/shlib-versions: New file.
42773 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42775         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42776         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42777         Use _dl_fatal_printf instead.
42779 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42781         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42782         set if not set by the user.  Do not allow for being unset.
42783         * sysdeps/unix/sysv/linux/configure: Regenerated.
42785 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42787         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42788         the `q' suffix from lea and replace .quad with ASM_ADDR.
42790 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42792         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42793         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42794         instead of $17.
42795         (PTR_DEMANGLE): Likewise.
42797 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42799         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42800         (LP_OP): Likewise.
42801         (ASM_ADDR): Likewise.
42802         (RAX_LP): Likewise.
42803         (RBP_LP): Likewise.
42804         (RBX_LP): Likewise.
42805         (RCX_LP): Likewise.
42806         (RDI_LP): Likewise.
42807         (RSI_LP): Likewise.
42808         (RSP_LP): Likewise.
42809         (R8_LP): Likewise.
42810         (R9_LP): Likewise.
42811         (R10_LP): Likewise.
42812         (R10_LP): Likewise.
42813         (R11_LP): Likewise.
42814         (R12_LP): Likewise.
42815         (R13_LP): Likewise.
42816         (R14_LP): Likewise.
42817         (R15_LP): Likewise.
42819 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42821         * sysdeps/x86_64/x32/dl-machine.h: New file.
42823 2012-05-14  Andreas Jaeger  <aj@suse.de>
42825         * manual/Makefile (subdir): Remove export of subdir.
42826         (all): Remove target.
42827         (.PHONY): Remove all from list.
42828         (mkinstalldirs): Remove.
42829         (.PHONY): Remove installdirs from list.
42830         ($(inst_infodir)/libc.info): Use make-target-directory.
42831         (installdirs): Remove.
42832         (subdir_%): Remove.
42833         (glibc-targets): Remove.
42834         (lib): Remove.
42835         (stubs): Remove.
42836         ($(objpfx)stubs ../po/manual.pot): Remove.
42837         ($(objpfx)stamp%): Remove.
42838         (make-target-directory): Remove.
42839         (subdir_install): Remove.
42840         (routines): Remove.
42841         (aux): Remove.
42842         (sources): Remove.
42843         (objects): Remove.
42844         (headers): Remove.
42846         [BZ #13750]
42847         * manual/.gitignore: Remove, it's not needed anymore.
42848         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42849         all files in it.
42850         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42851         directory.
42852         (texis): Renamed to $(objpfx)texis.
42853         (texis-path): New, contains path to generated files.
42854         (chapters.%): Use texis-path for complete path, add extra argument
42855         libc-texinfo.sh.
42856         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42857         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42858         (summary,texi, stamp-summary): Use complete path of
42859         files. Generate files in build dir.
42860         (dir-add.texi): Build in build dir.
42861         (libm-err.texi,stamp-libm-err): Likewise.
42862         (version.texi, stamp-version): Likewise.
42863         (.%c.texi): Likewise.
42864         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42865         (mostlyclean): Remove target.
42866         (realclean): Remove target.
42867         (generated): Add new variable with contents from mostlyclean and
42868         realclean, remove entries duplicated in common-mostlyclean, add
42869         stamp-libm-err and stamp-version.
42870         (generated-dirs): Add libc directory.
42871         ($(inst_infodir)/libc.info): Install files from build dir.
42873         * manual/install.texi (Configuring and compiling): Adjust since
42874         the info files are not part of the tar ball anymore.
42876 2012-05-14  Andreas Jaeger  <aj@suse.de>
42878         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42879         variable.
42881 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42883         [BZ #13717]
42884         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42885         to 2.2.0 where earlier.
42886         * sysdeps/unix/sysv/linux/configure: Regenerated.
42887         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42888         Remove conditional code.
42889         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42890         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42891         Remove conditional code.
42892         [!__NR_lchown]: Likewise.
42893         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42894         [__NR_lchown]: Likewise.
42895         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42896         comment referencing __ASSUME_LCHOWN_SYSCALL.
42897         * sysdeps/unix/sysv/linux/i386/sigaction.c
42898         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42899         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42900         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42901         Remove conditional code.
42902         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42903         (__protocol_available): Remove #if 0 code.
42904         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42905         conditional code.
42906         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42907         * sysdeps/unix/sysv/linux/kernel-features.h
42908         (__ASSUME_GETCWD_SYSCALL): Don't define.
42909         (__ASSUME_REALTIME_SIGNALS): Likewise.
42910         (__ASSUME_PREAD_SYSCALL): Likewise.
42911         (__ASSUME_PWRITE_SYSCALL): Likewise.
42912         (__ASSUME_POLL_SYSCALL): Likewise.
42913         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42914         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42915         non-SPARC.
42916         (__ASSUME_SIOCGIFNAME): Don't define.
42917         (__ASSUME_MSG_NOSIGNAL): Likewise.
42918         (__ASSUME_SENDFILE): Define unconditionally.
42919         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42920         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42921         conditional code.
42922         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42923         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42924         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42925         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42926         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42927         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42928         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42930         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42931         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42933         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42934         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42936         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42937         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42939         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42940         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42942         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42943         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42945         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42946         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42948         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42949         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42951         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42952         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42953         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42954         Remove conditional code.
42955         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42956         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42957         Remove conditional code.
42958         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42959         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42960         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42961         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42962         Remove conditional code.
42963         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42964         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42965         Remove conditional code.
42966         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42967         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42968         Remove conditional code.
42969         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42970         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42971         Remove conditional code.
42972         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42973         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42974         Remove conditional code.
42975         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42976         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42977         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42978         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42979         * sysdeps/unix/sysv/linux/sigaction.c
42980         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42981         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42982         * sysdeps/unix/sysv/linux/sigpending.c
42983         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42984         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42985         * sysdeps/unix/sysv/linux/sigprocmask.c
42986         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42987         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42988         * sysdeps/unix/sysv/linux/sigsuspend.c
42989         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42990         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42991         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42992         (__libc_missing_rt_sigs): Remove.
42993         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42994         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42995         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42996         Remove conditional code.
42997         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42998         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42999         return 1.
43000         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43001         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43002         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43003         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43005 2012-05-14  Andreas Jaeger  <aj@suse.de>
43007         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43008         it's not used in glibc.
43009         (__coshm1): Likewise.
43010         (__acosh1p): Likewise.
43011         (__sgn): Likewise.
43013         * manual/string.texi (Copying and Concatenation): Add missing
43014         variable in concat example.
43015         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43017 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43019         [BZ #14103]
43020         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43021         __builtin_clzl with __builtin_clzll.
43023 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43025         [BZ #14104]
43026         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43027         libc_freeres_ptr.
43029 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43031         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43032         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43033         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43034         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43036 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43038         * NEWS: Update ia64 info.
43040 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43042         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43043         used as bcopy.
43045 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43047         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43048         * sysdeps/unix/syscalls.list (dup3): Likewise.
43049         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43050         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43052 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43054         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43055         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43057 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43059         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43060         thread pointer.
43061         (TLS_IE): Use mov/add instead of movq/addq to load thread
43062         pointer.
43063         (TLS_GD_PREFIX): New.
43064         (TLS_GD): Use it.
43066 2012-05-11  David S. Miller  <davem@davemloft.net>
43068         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43069         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43070         (_FPU_SETCW): Likewise.
43072 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43074         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43075         is 32-byte aligned.
43077 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43079         [BZ #11837]
43080         * iconvdata/gb18030.c: Update tables.
43081         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43082         characters specially.
43083         (BODY for TO_LOOP): Add encoding of missing ranges.
43085 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43087         [BZ #13673]
43088         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43089         * sysdeps/mach/hurd/dup3.c: Likewise.
43090         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43091         * sysdeps/powerpc/memmove.c:: Likewise.
43093 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43095         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43096         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43098 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43100         * elf/elf.h (R_X86_64_RELATIVE64): New.
43101         (R_X86_64_NUM): Updated.
43102         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43103         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43104         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43105         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43106         tst-quad1pie tst-quad2pie
43107         (modules-names): Add tst-quadmod1 tst-quadmod2.
43108         ($(objpfx)tst-quad1): New dependency.
43109         ($(objpfx)tst-quad2): Likewise.
43110         ($(objpfx)tst-quad1pie): Likewise.
43111         ($(objpfx)tst-quad2pie): Likewise.
43112         * sysdeps/x86_64/tst-quad1.c: New file.
43113         * sysdeps/x86_64/tst-quad1pie.c: New file.
43114         * sysdeps/x86_64/tst-quad2.c: Likewise.
43115         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43116         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43117         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43118         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43119         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43121 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43123         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43124         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43125         * streams/stropts.h (t_scalar_t): Define type.
43127         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43128         (_PATH_PRESERVE): Set to "/var/lib".
43129         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43131         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43132         instead of int.
43134         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43135         if __dir_mkfile succeeded.
43137         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43138         checking for _hurd_dtablesize.  Unlock it right after having
43139         finished _hurd_dtable allocation.
43141 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43143         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43144         * sysdeps/mach/hurd/configure: Regenerated.
43145         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43146         special-casing to...
43147         * sysdeps/gnu/configure.in: ... this new file.
43148         * sysdeps/unix/sysv/linux/configure: Regenerated.
43149         * sysdeps/gnu/configure: New generated file.
43151         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43152         for Linux: use nsec instead of usec, as well as:
43153         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43154         members of type struct timespec.
43155         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43156         New macros.
43157         (struct stat64): Likewise.
43158         (_STATBUF_ST_NSEC): New macro.
43159         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43161         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43162         __strtoul_internal rather than strtoul.
43164 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43166         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43167         and reject them.
43169 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43171         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43172         which preserves existing values.
43173         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43175 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43177         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43178         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43179         greater than FD_SETSIZE.
43181 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43183         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43184         allocated, call __vm_protect to finish enabling the existing space, and
43185         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43186         allocate the remainder.
43188 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43190         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43191         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43193 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43195         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43196         sysdeps/mach/hurd/readlink.c.
43198         * posix/tst-sysconf.c (posix_options): Only use
43199         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43200         _POSIX_SYNCHRONIZED_IO when they are defined
43201         * sysdeps/mach/hurd/bits/posix_opt.h:
43202         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43203         (_XOPEN_REALTIME): Undefine macro.
43204         (_XOPEN_REALTIME_THREADS): Undefine macro.
43205         (_XOPEN_SHM): Undefine macro.
43206         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43207         macro to -1.
43208         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43209         macro to -1.
43210         (_POSIX_ASYNC_IO): Undefine macro.
43211         (_POSIX_PRIORITIZED_IO): Undefine macro.
43212         (_POSIX_SPIN_LOCKS): Define macro to -1.
43214         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43215         SA_NODEFER, SA_RESETHAND.
43216         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43217         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43218         F_DUPFD_CLOEXEC.
43220 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43222         * elf/Makefile (pldd-modules): Define unconditionally.
43224 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43226         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43228 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43230         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43231         Return ENOENT when name is empty.
43232         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43234 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43236         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43238         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43240 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43242         Fix mlock in all cases except non-readable pages.
43243         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43244         instead of VM_PROT_ALL as parameter to __vm_wire function.
43246         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43247         (__mkdir): When path is `/', just fail with EEXIST.
43248         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43250 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43252         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43253         <sys/uio.h> (for writev).
43254         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43255         and <sys/param.h> (for MIN).
43257 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43259         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43260         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43261         if interrupted.
43263 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43265         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43266         Depend on against $(link-rpcuserlibs).
43268 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43270         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43271         (__libc_stack_end): Do not use attribute_relro.
43272         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43273         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43274         to libthread-provided value.
43275         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43276         attribute_relro.
43278 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43280         [BZ #3748]
43281         * bits/libc-lock.h (__libc_once_get): New macro.
43282         * sysdeps/mach/bits/libc-lock.h: Likewise.
43283         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43284         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43285         instead of using implementation details.
43287         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43288         * libio/freopen.c: Likewise.
43289         * libio/freopen64.c: Likewise.
43290         * misc/syslog.c: Likewise.
43291         * nscd/connections.c: Likewise.
43292         * nscd/netgroupcache.c: Likewise.
43293         * sysdeps/posix/getcwd.c: Likewise.
43295 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43297         * math/w_ilogbf.c: Add #include <limits.h>.
43299 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43301         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43302         path instead of returning without unlocking.
43304         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43305         immediate-write ioctls.
43306         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43308 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43310         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43311         __builtin_frame_address instead of making assumptions about the
43312         location of the return address relative to DATA.  Force early load of
43313         the return address.
43314         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43315         __builtin_frame_address.
43317         dup3 for GNU Hurd.
43318         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43319         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43320         implement dup3 and do some further code clean-ups.
43321         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43322         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43324 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43326         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43328         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43329         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43330         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43331         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43332         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43333         d->port.lock.
43335         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43336         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43337         when handler == SIG_ERR, not when handler != SIG_ERR.
43339 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43341         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43342         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43343         definitions.
43345         accept4 for GNU Hurd.
43346         * include/sys/socket.h (__libc_accept4): New prototype.
43347         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43348         to implement __libc_accept4.
43349         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43350         __libc_accept4.
43351         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43353         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43354         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43355         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43356         signal-defines.sym.
43358 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43360         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43362 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43364         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43365         assertion on O_CLOEXEC flag.
43366         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43367         * hurd/intern-fd.c: Likewise.
43368         * hurd/port2fd.c: Likewise.
43370 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43372         [BZ #3906]
43373         * bits/in.h (IPV6_PKTINFO): Define new macro.
43374         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43376 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43378         [BZ #13954]
43379         [BZ #13955]
43380         [BZ #13956]
43381         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43382         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43383         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43384         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43385         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43386         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43387         * math/libm-test.inc (logb_test) : Additional logb tests.
43389 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43390             Andreas Jaeger  <aj@suse.de>
43392         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43393         * configure: Regenerated.
43394         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43395         * config.make.in (link-obsolete-rpc): New substituted variable.
43396         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43397         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43398         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43399         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43400         so that libc.a contains the symbols.
43401         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43402         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43403         * sunrpc/auth_none.c: Likewise.
43404         * sunrpc/auth_unix.c: Likewise.
43405         * sunrpc/authdes_prot.c: Likewise.
43406         * sunrpc/authuxprot.c: Likewise.
43407         * sunrpc/clnt_gen.c: Likewise.
43408         * sunrpc/clnt_perr.c: Likewise.
43409         * sunrpc/clnt_raw.c: Likewise.
43410         * sunrpc/clnt_simp.c: Likewise.
43411         * sunrpc/clnt_tcp.c: Likewise.
43412         * sunrpc/clnt_udp.c: Likewise.
43413         * sunrpc/clnt_unix.c: Likewise.
43414         * sunrpc/des_crypt.c: Likewise.
43415         * sunrpc/des_soft.c: Likewise.
43416         * sunrpc/get_myaddr.c: Likewise.
43417         * sunrpc/key_call.c: Likewise.
43418         * sunrpc/key_prot.c: Likewise.
43419         * sunrpc/netname.c: Likewise.
43420         * sunrpc/pm_getmaps.c: Likewise.
43421         * sunrpc/pm_getport.c: Likewise.
43422         * sunrpc/pmap_clnt.c: Likewise.
43423         * sunrpc/pmap_prot.c: Likewise.
43424         * sunrpc/pmap_prot2.c: Likewise.
43425         * sunrpc/pmap_rmt.c: Likewise.
43426         * sunrpc/publickey.c: Likewise.
43427         * sunrpc/rpc_cmsg.c: Likewise.
43428         * sunrpc/rpc_common.c: Likewise.
43429         * sunrpc/rpc_dtable.c: Likewise.
43430         * sunrpc/rpc_prot.c: Likewise.
43431         * sunrpc/rpc_thread.c: Likewise.
43432         * sunrpc/rtime.c: Likewise.
43433         * sunrpc/svc.c: Likewise.
43434         * sunrpc/svc_auth.c: Likewise.
43435         * sunrpc/svc_raw.c: Likewise.
43436         * sunrpc/svc_run.c: Likewise.
43437         * sunrpc/svc_tcp.c: Likewise.
43438         * sunrpc/svc_udp.c: Likewise.
43439         * sunrpc/svc_unix.c: Likewise.
43440         * sunrpc/svcauth_des.c: Likewise.
43441         * sunrpc/xcrypt.c: Likewise.
43442         * sunrpc/xdr.c: Likewise.
43443         * sunrpc/xdr_array.c: Likewise.
43444         * sunrpc/xdr_float.c: Likewise.
43445         * sunrpc/xdr_intXX_t.c: Likewise.
43446         * sunrpc/xdr_mem.c: Likewise.
43447         * sunrpc/xdr_rec.c: Likewise.
43448         * sunrpc/xdr_ref.c: Likewise.
43449         * sunrpc/xdr_sizeof.c: Likewise.
43450         * sunrpc/xdr_stdio.c: Likewise.
43452 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43454         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43455         change.  Update copyright years.
43457 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43459         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43461 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43462             Joseph Myers  <joseph@codesourcery.com>
43463             Paul Pluzhnikov  <ppluzhnikov@google.com>
43465         [BZ #14012]
43466         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43467         requiring rpcgen.
43468         [cross-compiling] (extra-libs): Likewise.
43469         [cross-compiling] (extra-libs-others): Likewise.
43470         [cross-compiling] (librpcsvc-routines): Likewise.
43471         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43472         [cross-compiling] (omit-deps): Likewise.
43473         (sunrpc-CPPFLAGS): New variable.
43474         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43475         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43476         (cross-rpcgen-objs): New variable.
43477         (extra-objs): Append $(cross-rpcgen-objs).
43478         ($(cross-rpcgen-objs)): New rule.
43479         ($(objpfx)cross-rpcgen): Likewise.
43480         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43481         comment.
43482         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43483         ($(objpfx)x%.stmp): Likewise.
43484         * sunrpc/proto.h [IS_IN_build] (_): Define.
43485         [IS_IN_build] (_libc_intl_domainname): Likewise.
43487 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43489         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43490         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43491         and R_X86_64_TPOFF64.
43493 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43495         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43496         sysdeps/unix/sysv/syscalls.list.
43497         (stime): Likewise.
43498         (utime): Likewise.
43499         * sysdeps/unix/sysv/syscalls.list: Remove file.
43501 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43503         [BZ #3440]
43504         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
43505         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
43506         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
43507         (__LC_IDENTIFICATION): Make these macros useful in #if
43508         expressions, as required by C99.
43510 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
43512         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
43513         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
43514         after this.
43516 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
43518         * stdlib/longlong.h: Updated from GCC.
43520 2012-05-09  Andreas Jaeger  <aj@suse.de>
43522         * nscd/nscd.c (run_modes): Make named enum, reorder so that
43523         default is first entry.
43524         (run_mode): Set type.
43525         (main): Remove informal message about syslog.
43526         (options): Fix typo.
43528         [BZ #14053]
43529         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43530         to asm.
43531         (lrint): Likewise.
43532         (llrintf): Likewise.
43533         (llrint): Likewise.
43534         (rint): Likewise.
43535         (rintf): Likewise.
43536         (nearbyint): Likewise.
43537         (nearbyintf): Likewise.
43539 2012-05-09  Andreas Jaeger  <aj@suse.de>
43540             Pedro Alves  <palves@redhat.com>
43542         * nscd/nscd.c (run_mode): Use enum.
43543         (main): Cleanup coding style issue.
43545 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43546             Andreas Jaeger  <aj@suse.de>
43548         * nscd/nscd.c (go_background): Replaced with...
43549         (run_mode): ... this.
43550         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43551         (options): Add -F --foreground.
43552         (main): Implement it.
43553         (parse_opt): Parse it.
43555 2012-05-09  Andreas Jaeger  <aj@suse.de>
43557         [BZ #14083]
43558         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43559         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43560         -Wconversion warning.
43561         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43562         Likewise.
43564 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43566         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43567         == 0.
43568         (LC_ALL): Use macro-int-constant.
43569         (LC_COLLATE): Likewise.
43570         (LC_CTYPE): Likewise.
43571         (LC_MESSAGES): Likewise.
43572         (LC_MONETARY): Likewise.
43573         (LC_NUMERIC): Likewise.
43574         (LC_TIME): Likewise.
43575         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43576         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43577         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43578         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43579         Specify type.
43580         [C99-based standards] (float_t): Expect type.
43581         [C99-based standards] (double_t): Expect type.
43582         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43583         type.
43584         [C99-based standards] (HUGE_VALL): Likewise.
43585         [C99-based standards] (INFINITY): Likewise.
43586         [C99-based standards] (NAN): Likewise.
43587         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43588         [C99-based standards] (FP_NAN): Likewise.
43589         [C99-based standards] (FP_NORMAL): Likewise.
43590         [C99-based standards] (FP_SUBNORMAL): Likewise.
43591         [C99-based standards] (FP_ZERO): Likewise.
43592         [C99-based standards] (FP_FAST_FMA): Use
43593         optional-macro-int-constant.  Specify type.  Require == 1.
43594         [C99-based standards] (FP_FAST_FMAF): Likewise.
43595         [C99-based standards] (FP_FAST_FMAL): Likewise.
43596         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43597         [C99-based standards] (FP_ILOGBNAN): Likewise.
43598         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43599         Specify type.
43600         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43601         [C99-based standards] (math_errhandling): Specify type.
43602         [ISO99 || ISO11] (signgam): Do not allow.
43603         [non-C99-based standards] (copysignf): Do not allow.
43604         [non-C99-based standards] (exp2f): Likewise.
43605         [non-C99-based standards] (log2f): Likewise.
43606         [non-C99-based standards] (modff): Allow.
43607         [non-C99-based standards] (erff): Do not allow.
43608         [non-C99-based standards] (erfcf): Likewise.
43609         [non-C99-based standards] (gammaf): Likewise.
43610         [non-C99-based standards] (hypotf): Likewise.
43611         [non-C99-based standards] (j0f): Likewise.
43612         [non-C99-based standards] (j1f): Likewise.
43613         [non-C99-based standards] (jnf): Likewise.
43614         [non-C99-based standards] (lgammaf): Likewise.
43615         [non-C99-based standards] (tgammaf): Likewise.
43616         [non-C99-based standards] (y0f): Likewise.
43617         [non-C99-based standards] (y1f): Likewise.
43618         [non-C99-based standards] (ynf): Likewise.
43619         [non-C99-based standards] (isnanf): Likewise.
43620         [non-C99-based standards] (acoshf): Likewise.
43621         [non-C99-based standards] (asinhf): Likewise.
43622         [non-C99-based standards] (atanhf): Likewise.
43623         [non-C99-based standards] (cbrtf): Likewise.
43624         [non-C99-based standards] (expm1f): Likewise.
43625         [non-C99-based standards] (ilogbf): Likewise.
43626         [non-C99-based standards] (log1pf): Likewise.
43627         [non-C99-based standards] (logbf): Likewise.
43628         [non-C99-based standards] (nextafterf): Likewise.
43629         [non-C99-based standards] (remainderf): Likewise.
43630         [non-C99-based standards] (rintf): Likewise.
43631         [non-C99-based standards] (scalbf): Likewise.
43632         [non-C99-based standards] (copysignl): Likewise.
43633         [non-C99-based standards] (exp2l): Likewise.
43634         [non-C99-based standards] (log2l): Likewise.
43635         [non-C99-based standards] (modfl): Allow.
43636         [non-C99-based standards] (erfl): Do not allow.
43637         [non-C99-based standards] (erfcl): Likewise.
43638         [non-C99-based standards] (gammal): Likewise.
43639         [non-C99-based standards] (hypotl): Likewise.
43640         [non-C99-based standards] (j0l): Likewise.
43641         [non-C99-based standards] (j1l): Likewise.
43642         [non-C99-based standards] (jnl): Likewise.
43643         [non-C99-based standards] (lgammal): Likewise.
43644         [non-C99-based standards] (tgammal): Likewise.
43645         [non-C99-based standards] (y0l): Likewise.
43646         [non-C99-based standards] (y1l): Likewise.
43647         [non-C99-based standards] (ynl): Likewise.
43648         [non-C99-based standards] (isnanl): Likewise.
43649         [non-C99-based standards] (acoshl): Likewise.
43650         [non-C99-based standards] (asinhl): Likewise.
43651         [non-C99-based standards] (atanhl): Likewise.
43652         [non-C99-based standards] (cbrtl): Likewise.
43653         [non-C99-based standards] (expm1l): Likewise.
43654         [non-C99-based standards] (ilogbl): Likewise.
43655         [non-C99-based standards] (log1pl): Likewise.
43656         [non-C99-based standards] (logbl): Likewise.
43657         [non-C99-based standards] (nextafterl): Likewise.
43658         [non-C99-based standards] (remainderl): Likewise.
43659         [non-C99-based standards] (rintl): Likewise.
43660         [non-C99-based standards] (scalbl): Likewise.
43661         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43662         [non-C99-based standards] (FP_*): Do not allow.
43663         [C99-based standards] (FP_*): Change to
43664         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43665         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43666         allow.
43667         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43668         (SIG_ERR): Likewise.
43669         [X/Open-based standards] (SIG_HOLD): Likewise.
43670         (SIG_IGN): Likewise.
43671         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43672         positive value.
43673         (SIGFPE): Likewise.
43674         (SIGILL): Likewise.
43675         (SIGINT): Likewise.
43676         (SIGSEGV): Likewise.
43677         (SIGTER): Likewise.
43678         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43679         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43680         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43681         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43682         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43683         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43684         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43685         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43686         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43687         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43688         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43689         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43690         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43691         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43692         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43693         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43694         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43695         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43696         [X/Open-based standards] (SIGTRAP): Likewise.
43697         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43698         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43699         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43700         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43701         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43702         allow.
43704 2012-05-08  Ian Wienand  <ianw@vmware.com>
43706         [BZ #14080]
43707         * time/tzset.c (__tzset_parse_tz): Update default rules for
43708         daylight time changes in the Energy Policy Act of 2005.
43710 2012-05-09  Andreas Jaeger  <aj@suse.de>
43712         [BZ #13983]
43713         * elf/ldconfig.c (parse_conf): Change string to make clear that
43714         ldconfig only issued a warning if ld.so.conf does not exist.
43716 2012-05-08  David S. Miller  <davem@davemloft.net>
43718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43719         movxtod instead of popping the value on the stack.
43721         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43723 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43725         * config.h.in: Add HAVE_ARM_PCS_VFP.
43727 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43729         [BZ #13979]
43730         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43731         checking but the checks are disabled for any reason.
43733 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43735         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43736         and ELF64_R_TYPE with ELFW(R_TYPE).
43738 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43740         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43741         (ulimit): Likewise.
43743         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43744         (settimeofday): Likewise.
43746 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43748         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43749         a struct th_u2 inside the union, and move tu_block/tu_code into
43750         a new th_u3 union of tu_block/tu_code inside of that.  Move
43751         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43752         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43753         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43754         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43755         (th_stuff): Change to th_u1.tu_stuff.
43756         (th_data): Define.
43757         (th_msg): Change to th_u1.th_u2.tu_data.
43759 2012-05-07  David S. Miller  <davem@davemloft.net>
43761         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43763         [BZ #14074]
43764         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43765         (SETUP_PIC_REG): Use it.
43766         (SETUP_PIC_REG_LEAF): Use it.
43768 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43770         [BZ #13885]
43771         [BZ #13923]
43772         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43773         USE_AS_EXPM1L.
43774         (EXPL_FINITE): Likewise.
43775         (FLDLOG): Likewise.
43776         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43777         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43778         e_expl.S.
43779         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43780         USE_AS_EXPM1L.
43781         (EXPL_FINITE): Likewise.
43782         (FLDLOG): Likewise.
43783         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43784         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43785         e_expl.S.
43786         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43787         test of -max_value argument for long double.
43788         * sysdeps/i386/fpu/libm-test-ulps: Update.
43789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43791 2012-05-06  David S. Miller  <davem@davemloft.net>
43793         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43794         quad soft-float symbols whose references which are compiler
43795         generated.
43796         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43798 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43800         [BZ #13884]
43801         [BZ #13914]
43802         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43803         USE_AS_EXP10L.
43804         (EXPL_FINITE): Likewise.
43805         (FLDLOG): Likewise.
43806         (c0): Likewise.
43807         (c1): Likewise.
43808         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43809         Adjust comments for base varying.
43810         (__expl_finite): Change alias to EXPL_FINITE.
43811         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43812         e_expl.S.
43813         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43814         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43815         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43816         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43817         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43818         USE_AS_EXP10L.
43819         (EXPL_FINITE): Likewise.
43820         (FLDLOG): Likewise.
43821         (c0): Likewise.
43822         (c1): Likewise.
43823         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43824         Adjust comments for base varying.
43825         (__expl_finite): Change alias to EXPL_FINITE.
43826         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43827         tests for bugs.
43828         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43830         [BZ #14064]
43831         * math/libm-test.inc (check_float_internal): Correct ulp
43832         calculation for subnormal expected results.
43834 2012-05-06  Andreas Jaeger  <aj@suse.de>
43836         * Makeconfig (+math-flags): New, set to -frounding-math.
43837         (+cflags): Add +math-flags so that all of glibc gets compiled with
43838         it.
43840         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43842 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43844         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43845         Disable one test.
43847         [BZ #13787]
43848         [BZ #13922]
43849         [BZ #14036]
43850         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43851         (__ieee754_expl): Allow for and saturate large arguments.
43852         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43853         (u_threshold): Likewise.
43854         (__exp): Call __ieee754_exp before checking for overflow and
43855         underflow.
43856         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43857         (u_threshold): Likewise.
43858         (__expf): Call __ieee754_expf before checking for overflow and
43859         underflow.
43860         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43861         (u_threshold): Likewise.
43862         (__expl): Call __ieee754_expl before checking for overflow and
43863         underflow.
43864         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43865         (__ieee754_expl): Allow for and saturate large arguments.
43866         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43867         missing overflow exception on overflow.
43868         (expm1_test): Do not allow missing overflow exception on overflow.
43870         * sysdeps/i386/fpu/e_expl.c: Move to ...
43871         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43872         rather than using inline asm.
43873         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43874         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43875         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43877         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43878         (nice): Likewise.
43879         (poll): Likewise.
43880         (signal): Likewise.
43881         (time): Likewise.
43882         (times): Likewise.
43884 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43886         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43887         sysdeps/unix/common/syscalls.list.
43888         (fchmod): Likewise.
43889         (fchown): Likewise.
43890         (ftruncate): Likewise.
43891         (getrusage): Likewise.
43892         (gettimeofday): Likewise.
43893         (setpgid): Likewise.
43894         (setregid): Likewise.
43895         (setreuid): Likewise.
43896         (sigaction): Likewise.
43897         (truncate): Likewise.
43898         (vhangup): Likewise.
43899         * sysdeps/unix/common/syscalls.list: Remove file.
43900         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43901         * sysdeps/unix/sysv/linux/Implies: Likewise.
43903 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43905         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43906         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43907         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43908         Moved to ...
43909         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43910         Here.
43911         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43912         to ...
43913         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43914         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43915         to ...
43916         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43917         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43918         to ...
43919         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43920         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43921         to ...
43922         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43923         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43924         to ...
43925         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43926         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43927         to ...
43928         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43929         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43930         to ...
43931         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43932         Here.
43933         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43934         to ...
43935         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43936         Here.
43937         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43938         to ...
43939         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43940         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43941         Moved to ...
43942         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43943         Here.
43944         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43945         to ...
43946         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43948 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43950         * sysdeps/unix/common/bits/dirent.h: Remove file.
43951         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43953         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43954         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43955         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43956         * sysdeps/unix/bsd/isatty.c: Likewise.
43957         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43958         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43959         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43961 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43963         [BZ #13563]
43964         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43965         long double comparison inaccuracies.
43966         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43967         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43969 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43971         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43972         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43974 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43976         [BZ #14049]
43977         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43978         nonzero digits before rounding a hex value.
43979         * stdlib/tst-strtod.c (tests): Add another test.
43981 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43983         * sysdeps/s390/fpu/libm-test-ulps: Update.
43985 2012-05-03  Andreas Jaeger  <aj@suse.de>
43987         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43988         does not get optimized out.
43989         (malloc_opt_barrier): New.
43991 2012-05-03  Andreas Jaeger  <aj@suse.de>
43992             Roland McGrath  <roland@hack.frob.com>
43994         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43995         intermediate file deletion.
43996         (generated): Add .symlist files.
43998 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44000         [BZ #13775]
44001         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44002         Redirect under this condition.
44003         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44004         [__USE_GNU] (__dprintf_chk): Not under this condition.
44005         [__USE_GNU] (__vdprintf_chk): Likewise.
44006         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44007         under this condition.
44008         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44009         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44010         [__USE_XOPEN2K8] (vdprintf): Likewise.
44011         [__USE_GNU] (__dprintf_chk): Not under this condition.
44012         [__USE_GNU] (__vdprintf_chk): Likewise.
44013         [__USE_GNU] (dprintf): Likewise.
44014         [__USE_GNU] (vdprintf): Likewise.
44016 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44018         * elf/Makefile (common-generated): Set this instead of generated for
44019         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44020         $(all-built-dso)-derived lists.
44022 2012-05-03  Andreas Jaeger  <aj@suse.de>
44024         * sysdeps/i386/fpu/libm-test-ulps: Update.
44026         * FAQ: Removed.
44027         * FAQ.in: Likewise.
44028         * scripts/gen-FAQ.pl: Likewise.
44029         * manual/install.texi (Installation): Point to online location of
44030         FAQ.
44031         * Makefile (files-for-dist): Remove FAQ.
44032         (FAQ): Remove.
44034 2012-05-02  Allan McRae  <allan@archlinux.org>
44036         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44037         (LDFLAGS-reldepmod5.so): Likewise.
44038         (LDFLAGS-reldep6mod1.so): Likewise.
44039         (LDFLAGS-reldep6mod4.so): Likewise.
44040         (LDFLAGS-reldep8mod3.so): Likewise.
44041         (LDFLAGS-unload4mod1.so): Likewise.
44042         (LDFLAGS-unload4mod2.so): Likewise.
44043         (LDFLAGS-tst-initorder): Likewise.
44044         (LDFLAGS-tst-initordera2.so): Likewise.
44045         (LDFLAGS-tst-initordera3.so): Likewise.
44046         (LDFLAGS-tst-initordera4.so): Likewise.
44047         (LDFLAGS-tst-initorderb2.so): Likewise.
44048         (LDFLAGS-noload): Likewise.
44049         (LDFLAGS-next): Likewise.
44050         (LDFLAGS-order2mod1.so): Likewise.
44051         (LDFLAGS-order2mod2.so): Likewise.
44052         (LDFLAGS-tst-initorder2): Likewise.
44053         (LDFLAGS-tst-initorder2a.so): Likewise.
44054         (LDFLAGS-tst-initorder2b.so): Likewise.
44055         (LDFLAGS-tst-initorder2c.so): Likewise.
44056         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44058 2012-05-02  David S. Miller  <davem@davemloft.net>
44060         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44062 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44064         [BZ #14055]
44065         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44067 2012-05-02  Andreas Jaeger  <aj@suse.de>
44069         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44070         since we manipulate rounding mode.
44071         (CPPFLAGS-test-idouble.c): Likewise.
44072         (CPPFLAGS-test-ifloat.c): Likewise.
44073         (CFLAGS-test-ldouble.c): Likewise.
44074         (CFLAGS-test-double.c): Likewise.
44075         (CFLAGS-test-float.c): Likewise.
44076         (CFLAGS-test-misc.c): Likewise.
44077         (CFLAGS-test-test-fenv.c): Likewise.
44079 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44081         [BZ #2550]
44082         [BZ #2570]
44083         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44084         comparisons to determine direction to adjust input.
44086 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44088         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44089         output to the target.
44091         * scripts/localplt.awk: New file.
44092         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44093         (check-localplt-CFLAGS): Variable removed.
44094         ($(all-built-dso:=.jmprel)): New static pattern rule.
44095         (generated): Add those targets.
44096         (localplt-built-dso): New variable.
44097         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44099         * elf/check-localplt.c: File removed.
44101         * scripts/check-execstack.awk: New file.
44102         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44103         (check-execstack-CFLAGS): Variable removed.
44104         ($(objpfx)check-execstack.h): Target removed.
44105         ($(objpfx)execstack-default): New target.
44106         (generated): Add that instead of check-execstack.h.
44107         ($(all-built-dso:=.phdr)): New static pattern rule.
44108         (generated): Add those targets.
44109         * elf/check-execstack.c: File removed.
44111         * scripts/check-textrel.awk: New file.
44112         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44113         (check-textrel-CFLAGS): Variable removed.
44114         (all-built-dso): Use := to define.o
44115         ($(all-built-dso:=.dyn)): New static pattern rule.
44116         (generated): Add those targets.
44117         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44118         * config.make.in (READELF): New substituted variable.
44119         * elf/check-textrel.c: File removed.
44121 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44123         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44124         allow.
44125         * conform/data/ctype.h-data [C99-based standards] (isblank):
44126         Expect function.
44127         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44128         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44129         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44130         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44131         Specify type.  Require positive value.
44132         (EILSEQ): Likewise.
44133         (ERANGE): Likewise.
44134         [ISO || POSIX] (EILSEQ): Do not expect.
44135         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44136         Specify type.  Require positive value.
44137         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44138         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44139         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44140         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44141         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44142         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44143         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44144         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44145         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44146         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44147         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44148         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44149         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44150         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44151         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44152         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44153         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44154         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44155         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44156         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44157         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44158         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44159         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44160         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44161         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44162         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44163         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44164         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44165         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44166         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44167         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44168         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44169         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44170         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44171         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44172         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44173         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44174         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44175         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44176         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44177         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44178         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44179         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44180         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44181         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44182         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44183         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44184         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44185         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44186         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44187         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44188         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44189         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44190         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44191         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44192         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44193         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44194         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44195         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44196         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44197         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44198         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44199         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44200         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44201         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44202         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44203         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44204         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44205         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44206         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44207         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44208         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44209         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44210         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44211         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44212         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44213         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44214         Require >= 2.
44215         (FLT_ROUNDS): Expect as macro, not constant.
44216         (FLT_MANT_DIG): Use macro-int-constant.
44217         (DBL_MANT_DIG): Likewise.
44218         (LDBL_MANT_DIG): Likewise.
44219         (FLT_DIG): Likewise.
44220         (DBL_DIG): Likewise.
44221         (LDBL_DIG): Likewise.
44222         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44223         (DBL_MIN_EXP): Likewise.
44224         (LDBL_MIN_EXP): Likewise.
44225         (FLT_MAX_EXP): Use macro-int-constant.
44226         (DBL_MAX_EXP): Likewise.
44227         (LDBL_MAX_EXP): Likewise.
44228         (FLT_MAX_10_EXP): Likewise.
44229         (DBL_MAX_10_EXP): Likewise.
44230         (LDBL_MAX_10_EXP): Likewise.
44231         (FLT_MAX): Use macro-constant.
44232         (DBL_MAX): Likewise.
44233         (LDBL_MAX): Likewise.
44234         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44235         (DBL_EPSILON): Likewise.
44236         (LDBL_EPSILON): Likewise.
44237         (FLT_MIN): Likewise.
44238         (DBL_MIN): Likewise.
44239         (LDBL_MIN): Likewise.
44240         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44241         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44242         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44243         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44244         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44245         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44246         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44247         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44248         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44249         [ISO11] (FLT_TRUE_MIN): Likewise.
44250         [ISO11] (LDBL_TRUE_MIN): Likewise.
44251         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44252         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44253         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44254         (SCHAR_MAX): Likewise.
44255         (UCHAR_MAX): Likewise.
44256         (CHAR_MIN): Likewise.
44257         (CHAR_MAX): Likewise.
44258         (MB_LEN_MAX): Use macro-int-constant.
44259         (SHRT_MIN): Use macro-int-constant.  Specify type.
44260         (SHRT_MAX): Likewise.
44261         (USHRT_MAX): Likewise.
44262         (INT_MAX): Likewise.
44263         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44264         bound negative.
44265         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44266         bound with "U".
44267         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44268         bound with "L".
44269         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44270         bound negative.  Suffix upper bound with "L".
44271         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44272         bound with "UL".
44273         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44274         Specify type.
44275         [C99-based standards] (LLONG_MAX): Likewise.
44276         [C99-based standards] (ULLONG_MAX): Likewise.
44277         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44278         == 0.
44279         [ISO11] (max_align_t): Require type.
44280         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44282         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44283         from $CFLAGS, without defining away __attribute__ calls.
44284         (checknamespace): Use $CFLAGS_namespace.
44286         * conform/conformtest.pl (@keywords): Only include C99 keywords
44287         for standards based on C99 or C11.
44289         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44290         Disable tests.
44291         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44292         UNIX98]: Likewise.
44294         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44295         usability of symbols in #if.
44297         * conform/conformtest.pl: If macro or constant types start
44298         "promoted:", expect the symbol to be of the following type
44299         promoted by the integer promotions.
44301         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44302         in one place.  Also handle "macro-constant".
44304         * conform/conformtest.pl: Only accept expected macro values with
44305         "==".  Parse all "macro" lines in one place.
44306         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44308         * conform/conformtest.pl: Handle braced types on "constant" lines
44309         instead of handling "typed-constant".
44310         * conform/data/signal.h-data: Use "constant" instead of
44311         "typed-constant".
44313         * conform/conformtest.pl: Handle "optional-" at start of lines in
44314         one place rather than duplicating several cases.  Handle each
44315         format of "macro" line with initial "optional-".
44317         * conform/conformtest.pl: Only accept expected constant or
44318         optional-constant values with "==".  Parse all "constant" lines in
44319         one place.  Parse all "optional-constant" lines in one place.
44320         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44321         * conform/data/fmtmsg.h-data: Likewise.
44322         * conform/data/netinet/in.h-data: Likewise.
44323         * conform/data/tar.h-data: Likewise.
44324         * conform/data/limits.h-data: Use "==" form on "constant" and
44325         "optional-constant" lines.
44327         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44328         Use -std=c99 for XOPEN2K.
44329         (@knownproblems): Remove.
44330         (newtoken): Don't check %isknown.
44332         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44333         Do not expect macro.
44334         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44335         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44336         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44337         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44338         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44339         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44340         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44341         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44342         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44343         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44344         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44345         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44346         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44347         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44348         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44349         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44350         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44351         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44352         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44353         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44354         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44355         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44356         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44357         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44358         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44359         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44360         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44361         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44362         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44363         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44364         [XPG3] (acosh): Likewise.
44365         [XPG3] (asinh): Likewise.
44366         [XPG3] (atanh): Likewise.
44367         [XPG3] (cbrt): Likewise.
44368         [XPG3] (expm1): Likewise.
44369         [XPG3] (ilogb): Likewise.
44370         [XPG3] (log1p): Likewise.
44371         [XPG3] (logb): Likewise.
44372         [XPG3] (nextafter): Likewise.
44373         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44374         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44375         [XPG3] (remainder): Likewise.
44376         [XPG3] (rint): Likewise.
44377         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44378         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44379         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44380         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44381         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44382         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44383         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44384         [UNIX98 || XOPEN2K] (scalb): Expect.
44385         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44386         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44387         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44388         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44389         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44390         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44391         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44392         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44393         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44394         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44395         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44396         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44397         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44398         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44399         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44400         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44401         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44402         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44403         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44404         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44405         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44406         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44407         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44408         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44409         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44410         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44411         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44412         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44413         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44414         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44415         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44416         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44417         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44418         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44419         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44420         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44421         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44422         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44423         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44424         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44425         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44426         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44427         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44428         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44429         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44430         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44431         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44432         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44433         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44434         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44435         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44436         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44437         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44438         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44439         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44440         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44441         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44442         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44443         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44444         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44445         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44446         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44447         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44448         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44449         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44450         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44451         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44452         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44453         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44454         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44455         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44456         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44457         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44458         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44459         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44460         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44461         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44462         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44463         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44464         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44465         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44466         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44467         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44468         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44469         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44470         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44471         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44472         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44473         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44474         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44475         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44476         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44477         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44478         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44479         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44480         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44481         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44482         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44483         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44484         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44485         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44486         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44487         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44488         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44489         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44490         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44491         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44492         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44493         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44494         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44495         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44496         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44497         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44498         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44499         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44500         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44501         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44502         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
44503         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
44504         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
44505         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
44506         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
44507         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
44508         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
44509         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
44510         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
44511         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
44512         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
44513         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
44514         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
44515         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
44516         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
44517         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
44518         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
44519         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
44520         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
44521         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
44523         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
44524         _XOPEN_SOURCE_EXTENDED for XPG4.
44526         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44528         * Makeconfig (localtime): Remove variable.
44529         (inst_localtime-file): Likewise.
44531 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44534         Update.
44535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44536         Update.
44537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44538         Update.
44539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44540         Update.
44541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44542         Update.
44543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44544         Update.
44545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44546         Update.
44547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44548         Update.
44549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44550         Update.
44552 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44554         [BZ #2550]
44555         [BZ #2570]
44556         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44557         comparisons to determine direction to adjust input.
44558         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44559         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44560         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44561         Likewise.
44562         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44563         Likewise.
44564         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44565         Likewise.
44566         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44567         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44568         Likewise.
44569         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44570         Likewise.
44571         * math/libm-test.inc (nexttoward_test): Add more tests.
44573 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44575         [BZ #14040]
44576         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44577         in version GLIBC_2.1, not GLIBC_2.0.
44578         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44579         Likewise.
44581 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44583         [BZ #13942]
44584         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44585         (1 - x) * (1 + x).
44586         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44587         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44588         * math/libm-test.inc (acos_test): Add more tests.
44589         (asin_test): Likewise.
44590         * sysdeps/i386/fpu/libm-test-ulps: Update.
44591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44593         [BZ #14034]
44594         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44595         of square root.
44596         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44597         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44598         * math/libm-test.inc (acos_test_tonearest): New function.
44599         (acos_test_towardzero): Likewise.
44600         (acos_test_downward): Likewise.
44601         (acos_test_upward): Likewise.
44602         (asin_test_tonearest): Likewise.
44603         (asin_test_towardzero): Likewise.
44604         (asin_test_downward): Likewise.
44605         (asin_test_upward): Likewise.
44606         (main): Call the new functions.
44607         * sysdeps/i386/fpu/libm-test-ulps: Update.
44608         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44610         [BZ #13884]
44611         [BZ #13924]
44612         * math/e_exp10.c: Include <float.h>.
44613         (__ieee754_exp10): Handle underflow here rather than multiplying
44614         large negative argument by M_LN10.
44615         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44616         of __ieee754_expf.
44617         * math/e_exp10l.c: Include <float.h>.
44618         (__ieee754_exp10l): Handle underflow here rather than multiplying
44619         large negative argument by M_LN10l.
44620         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44621         spurious overflow exception on underflow.
44623 2012-04-29  Marek Polacek  <polacek@redhat.com>
44625         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44626         (__fortify_function): New macro.
44627         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44628         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44629         __extern_always_inline.
44630         * libio/bits/stdio2.h: Likewise.
44631         * libio/bits/stdio.h: Likewise.
44632         * string/string.h: Likewise.
44633         * string/bits/string3.h: Likewise.
44634         * include/stdio.h: Likewise.
44635         * stdlib/bits/stdlib.h: Likewise.
44636         * stdlib/stdlib.h: Likewise.
44637         * rt/bits/mqueue2.h: Likewise.
44638         * rt/mqueue.h: Likewise.
44639         * posix/bits/unistd.h: Likewise.
44640         * posix/unistd.h: Likewise.
44641         * io/bits/poll2.h: Likewise.
44642         * io/bits/fcntl2.h: Likewise.
44643         * io/fcntl.h: Likewise.
44644         * io/sys/poll.h: Likewise.
44645         * misc/bits/syslog.h: Likewise.
44646         * misc/bits/syslog-ldbl.h: Likewise.
44647         * misc/sys/syslog.h: Likewise.
44648         * socket/bits/socket2.h: Likewise.
44649         * socket/sys/socket.h: Likewise.
44650         * debug/tst-chk1.c: Likewise.
44651         * wcsmbs/bits/wchar2.h: Likewise.
44652         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44653         * wcsmbs/wchar.h: Likewise.
44655 2012-04-29  Andreas Jaeger  <aj@suse.de>
44657         * Makerules (tests): Remove enable-check-abi protection.
44658         (check-abi-warn): Remove.
44659         (check-abi-%): Remove check-abi-warn usage.
44661         * configure.in: Remove check-abi configure option.
44662         * configure: Regenerated.
44663         * config.make.in (enable-check-abi): Remove.
44665 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44667         [BZ #14033]
44668         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44669         double functions to double *_finite functions.
44671         [BZ #13941]
44672         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44673         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44674         LDBL_MIN_EXP.
44675         * stdio-common/Makefile (tests): Add tst-sprintf3.
44676         * stdio-common/tst-sprintf3.c: New file.
44678         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44679         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44681 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44683         * conform/conformtest.pl: Remove duplicate typed-constant
44684         handling.
44686 2012-04-28  David S. Miller  <davem@davemloft.net>
44688         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44689         (check-abi-%): Remove AWK script prerequisite and explicit
44690         abilist directory.
44691         (check-abi): Rewrite to just diff the symlist with the abilist.
44692         (config-tls, config-abi-config): Delete, no longer used.
44693         (update-abi-%): Remove AWK script and explicit abilist directory.
44694         (update-abi): Rewrite to simply compare and conditionally copy the
44695         symlist and the sysdep abilist file.  Remove update-abi-config
44696         checks.
44697         * abilist/ld.abilist: Remove.
44698         * abilist/libBrokenLocale.abilist: Remove.
44699         * abilist/libanl.abilist: Remove.
44700         * abilist/libcrypt.abilist: Remove.
44701         * abilist/libdl.abilist: Remove.
44702         * abilist/librt.abilist: Remove.
44703         * abilist/libthread_db.abilist: Remove.
44704         * abilist/libutil.abilist: Remove.
44705         * scripts/extract-abilist.awk: Remove.
44706         * scripts/merge-abilist.awk: Remove.
44707         * sysdeps/generic/libcidn.abilist: New file.
44708         * sysdeps/generic/libnss_compat.abilist: New file.
44709         * sysdeps/generic/libnss_db.abilist: New file.
44710         * sysdeps/generic/libnss_dns.abilist: New file.
44711         * sysdeps/generic/libnss_files.abilist: New file.
44712         * sysdeps/generic/libnss_hesiod.abilist: New file.
44713         * sysdeps/generic/libnss_nis.abilist: New file.
44714         * sysdeps/generic/libnss_nisplus.abilist: New file.
44715         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44716         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44717         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44718         file.
44719         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44720         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44721         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44722         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44723         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44724         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44725         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44726         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44727         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44728         file.
44729         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44730         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44731         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44732         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44733         file.
44734         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44735         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44736         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44737         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44738         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44739         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44740         file.
44741         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44742         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44743         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44744         file.
44745         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44746         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44747         New file.
44748         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44749         New file.
44750         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44751         New file.
44752         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44753         New file.
44754         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44755         New file.
44756         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44757         New file.
44758         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44759         New file.
44760         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44761         New file.
44762         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44763         New file.
44764         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44765         New file.
44766         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44767         New file.
44768         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44769         New file.
44770         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44771         New file.
44772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44773         file.
44774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44775         New file.
44776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44777         New file.
44778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44779         file.
44780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44781         New file.
44782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44783         New file.
44784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44785         file.
44786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44787         New file.
44788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44789         New file.
44790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44791         New file.
44792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44793         New file.
44794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44795         New file.
44796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44797         New file.
44798         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44799         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44800         file.
44801         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44802         New file.
44803         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44804         file.
44805         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44806         file.
44807         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44808         file.
44809         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44810         file.
44811         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44812         file.
44813         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44814         New file.
44815         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44816         file.
44817         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44818         file.
44819         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44820         New file.
44821         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44822         file.
44823         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44824         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44825         file.
44826         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44827         New file.
44828         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44829         file.
44830         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44831         file.
44832         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44833         file.
44834         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44835         file.
44836         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44837         file.
44838         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44839         New file.
44840         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44841         file.
44842         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44843         file.
44844         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44845         New file.
44846         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44847         file.
44848         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44849         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44850         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44851         file.
44852         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44853         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44854         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44855         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44856         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44857         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44858         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44859         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44860         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44861         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44862         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44863         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44864         file.
44865         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44866         New file.
44867         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44868         file.
44869         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44870         file.
44871         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44872         file.
44873         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44874         file.
44875         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44876         file.
44877         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44878         New file.
44879         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44880         New file.
44881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44882         file.
44883         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44884         New file.
44885         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44886         file.
44887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44888         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44889         file.
44890         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44891         New file.
44892         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44893         file.
44894         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44895         file.
44896         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44897         file.
44898         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44899         file.
44900         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44901         file.
44902         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44903         New file.
44904         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44905         New file.
44906         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44907         file.
44908         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44909         New file.
44910         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44911         file.
44913 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44915         * conform/conformtest.pl: Fix typo in handling typed-constant from
44916         allow-header.
44918 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44920         * README: Cut down references to pre-2.6 Linux kernels and
44921         Linuxthreads.  Update lists of configurations in libc and ports
44922         and sort alphabetically.  Say "or newer" with Linux kernel version
44923         requirements.
44925         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44927 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44929         [BZ #887]
44930         * math/libm-test.inc (logb_test_downward): New test to expose
44931         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44932         rounding mode.
44934 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44936         [BZ #14027]
44937         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44938         to be done.
44939         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44940         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44942 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44944         * sysdeps/unix/i386/brk.S: Remove file.
44945         * sysdeps/unix/i386/dl-brk.S: Likewise.
44946         * sysdeps/unix/i386/pipe.S: Likewise.
44947         * sysdeps/unix/i386/sigreturn.S: Likewise.
44948         * sysdeps/unix/i386/syscall.S: Likewise.
44949         * sysdeps/unix/i386/vfork.S: Likewise.
44950         * sysdeps/unix/i386/wait.S: Likewise.
44952         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44953         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44955         * configure.in (arm*-none*): Do not allow without
44956         --enable-hacker-mode.
44957         (netbsd*): Remove case setting base_os.
44958         (386bsd*): Likewise.
44959         (freebsd*): Likewise.
44960         (bsdi*): Likewise.
44961         (osf*): Likewise.
44962         (sunos*): Likewise.
44963         (ultrix*): Likewise.
44964         (newsos*): Likewise.
44965         (dynix*): Likewise.
44966         (*bsd*): Likewise.
44967         (sysv*): Likewise.
44968         (isc*): Likewise.
44969         (esix*): Likewise.
44970         (sco*): Likewise.
44971         (minix*): Likewise.
44972         (irix4*): Likewise.
44973         (irix6*): Likewise.
44974         (solaris[2-9]*): Likewise.
44975         (none): Likewise.
44976         * configure: Regenerated.
44978 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44980         [BZ #11521]
44981         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44982         overflow or cancellation in calculating denominator.
44983         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44984         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44985         down expression to avoid unexpected rounding in newer GCCs.
44986         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44988 2012-04-26  David S. Miller  <davem@davemloft.net>
44990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44991         long-double compat symbols.
44992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44997         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44998         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44999         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45000         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45001         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45002         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45003         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45004         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45006 2012-04-25  David S. Miller  <davem@davemloft.net>
45008         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45009         HWCAP_* values only after the memory barriers have been defined.
45010         (atomic_full_barrier): Define.
45011         (atomic_read_barrier): Define.
45012         (atomic_write_barrier): Define.
45014 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45016         * shlib-versions: Add libgcc_s version information.
45017         * sysdeps/generic/libgcc_s.h: Remove.
45018         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45019         libgcc_s.h.
45020         * sysdeps/gnu/unwind-resume.c: Likewise.
45021         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45023 2012-04-25  David S. Miller  <davem@davemloft.net>
45025         * sysdeps/unix/sparc/brk.S: Delete.
45026         * sysdeps/unix/sparc/dl-brk.S: Delete.
45027         * sysdeps/unix/sparc/pipe.S: Delete.
45028         * sysdeps/unix/sparc/sysdep.S: Delete.
45029         * sysdeps/unix/sparc/sysdep.h: Delete.
45030         * sysdeps/unix/sparc/vfork.S: Delete.
45031         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45032         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45033         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45034         (ret_ERRVAL, r0, r1, MOVE): Define.
45035         (JUMPTARGET): Remove.
45036         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45037         sysdeps/unix/sparc/sysdep.h
45038         (ENTRY, END): Remove.
45039         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45041 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45043         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45044         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45045         -DIS_IN_build.
45047         * timezone/README: Update upstream location and email address for
45048         tzcode and tzdata.
45049         * timezone/zdump.c: Update from tzcode 2012b.
45050         * timezone/zic.c: Likewise.
45052         * configure.in (libc_cv_as_needed): Remove test.
45053         * configure: Regenerated.
45054         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45055         conditional definition.
45056         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45057         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45058         * config.make.in (have-as-needed): Remove variable.
45060 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45061             Paul Pluzhnikov  <ppluzhnikov@google.com>
45063         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45064         strings correctly.
45066 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45068         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45069         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45070         * sysdeps/sh/strlen.S: Likewise.
45072 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45074         * sysdeps/unix/fork.S: Remove file.
45075         * sysdeps/unix/i386/fork.S: Likewise.
45076         * sysdeps/unix/sparc/fork.S: Likewise.
45078         * sysdeps/unix/system.c: Remove file.
45079         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45081         * sysdeps/unix/getegid.S: Remove file.
45082         * sysdeps/unix/geteuid.S: Likewise.
45084 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45086         * scripts/check-localplt.awk: New file.
45087         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45088         of diff.
45089         * scripts/data/localplt-generic.data: Add a comment.
45091         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45092         NODE when __dir_mkfile failed.
45093         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45094         Reported by Ludovic Courtès <ludo@gnu.org>.
45096 2012-04-24  Andreas Jaeger  <aj@suse.de>
45098         * Makerules (common-clean): Also remove gen-as-const-headers
45099         files.
45101 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45103         * Makerules (native-compile): Do not change working directory for
45104         build.  Use $(OUTPUT_OPTION) in command.
45105         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45107 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45109         [BZ #13886]
45110         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45111         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45112         * math/libm-test.inc (floor_test): Add more tests.
45113         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45115 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45117         * sysdeps/unix/getdents.c: Remove file.
45118         * sysdeps/unix/sysv/getdents.c: Likewise.
45119         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45121         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45122         sysdeps/unix/mman/syscalls.list.
45123         (mmap): Likewise.
45124         (mprotect): Likewise.
45125         (msync): Likewise.
45126         (munmap): Likewise.
45127         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45128         * sysdeps/unix/mman/syscalls.list: Remove.
45129         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45131         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45132         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45133         * configure: Regenerated.
45134         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45135         $(libgcc_s_suffix).
45136         * config.make.in (libgcc_s_suffix): Remove variable.
45138 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45140         * sysdeps/unix/sysv/gethostname.c: Move to ...
45141         * sysdeps/posix/gethostname.c: ... here.
45143         * sysdeps/unix/execve.S: Remove file.
45145         * sysdeps/unix/_exit.S: Remove file.
45147 2012-04-23  Andreas Jaeger  <aj@suse.de>
45149         [BZ #13739]
45150         * manual/Makefile: Remove make dist support, there's no
45151         need for a stand-alone documentation tar ball.
45152         (TEXI2DVI): Define always, it's not in Makeconfig.
45153         (dist): Removed.
45154         (tar-it): Removed.
45155         (edition): Removed.
45156         (glibc-doc-$(edition).tar): Removed
45157         (%.Z): Removed.
45158         (%.gz): Removed.
45159         (%.uu): Removed.
45160         (ETAGS): Remove, it's in Makeconfig.
45161         (move-if-change): Remove, it's in Makeconfig.
45163 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45165         [BZ #13970]
45166         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45167         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45168         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45169         (strtod_l, strtof_l, strtold_l): Remove __wur.
45170         It is not necessarily an error to ignore strtol's return value.
45171         One can reliably look at the stored endptr to decide whether
45172         the number had valid syntax.
45174 2012-04-21  Andreas Jaeger  <aj@suse.de>
45176         [BZ #13739]
45177         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45179 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45181         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45182         * sysdeps/unix/sysv/Versions: Remove file.
45184 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45186         [BZ #13927]
45187         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45189 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45191         [BZ #7064]
45192         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45193         version from __vm86.
45195 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45197         * sysdeps/unix/common/lxstat.c: Remove file.
45198         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45200         * sysdeps/unix/sysv/Makefile: Remove file.
45202         * sysdeps/unix/sysv/direct.h: Remove file.
45204         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45205         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45206         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45207         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45208         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45209         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45210         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45212         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45214         * sysdeps/unix/xmknod.c: Remove file.
45215         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45217         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45219         * sysdeps/unix/sysv/i386/time.S: Remove file.
45221         * sysdeps/unix/fxstat.c: Remove file.
45222         * sysdeps/unix/xstat.c: Likewise.
45223         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45225         * sysdeps/unix/sysv/sigaction.c: Remove file.
45227         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45228         (sysdep_headers): Remove variable.
45229         [termio.h not in sysdep_headers] (generated): Likewise.
45230         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45231         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45232         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45233         * sysdeps/unix/sysv/tcflow.c: Likewise.
45234         * sysdeps/unix/sysv/tcflush.c: Likewise.
45235         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45236         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45237         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45238         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45239         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45241         * sysdeps/unix/siglist.c: Remove file.
45243         * sysdeps/unix/getppid.S: Remove file.
45245         * sysdeps/unix/mkdir.c: Remove file.
45246         * sysdeps/unix/rmdir.c: Likewise.
45248 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45250         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45251         ERR_MAX value.
45252         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45253         errlist-compat value.
45255 2012-04-18  David S. Miller  <davem@davemloft.net>
45257         * sysdeps/generic/memcopy.h (reg_char): Delete.
45258         * debug/strcat_chk.c: Use char, not reg_char.
45259         * debug/strcpy_chk.c: Likewise.
45260         * debug/strncat_chk.c: Likewise.
45261         * debug/strncpy_chk.c: Likewise.
45262         * string/memchr.c: Likewise.
45263         * string/memrchr.c: Likewise.
45264         * string/rawmemchr.c: Likewise.
45265         * string/strcat.c: Likewise.
45266         * string/strchr.c: Likewise.
45267         * string/strchrnul.c: Likewise.
45268         * string/strcmp.c: Likewise.
45269         * string/strcpy.c: Likewise.
45270         * string/strncat.c: Likewise.
45271         * string/strncmp.c: Likewise.
45272         * string/strncpy.c: Likewise.
45274 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45276         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45277         __builtin_memcopy is called when src and dest ranges are known to not
45278         overlap.
45280 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45282         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45283         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45284         fwd_align_merge macro call.
45285         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45286         bwd_align_merge macro call.
45287         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45289 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45291         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45292         bwd_align_merge macros.
45293         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45294         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45295         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45297 2012-04-18  David S. Miller  <davem@davemloft.net>
45299         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45301 2012-04-18  Andreas Jaeger  <aj@suse.de>
45303         [BZ# 6794]
45304         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45305         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45306         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45308         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45309         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45310         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45312         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45313         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45314         Adjust for changed ldbl-128 files.
45316         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45317         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45318         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45320 2012-04-17  David S. Miller  <davem@davemloft.net>
45322         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45324 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45326         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45327         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45328         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45329         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45330         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45331         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45333 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45335         [BZ #6794]
45336         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45337         * math/libm-test.inc: Add ilogb errno and exception tests.
45338         * math/w_ilogb.c: New file: ilogb wrapper.
45339         * math/w_ilogbf.c: New file: ilogbf wrapper.
45340         * math/w_ilogbl.c: New file: ilogbl wrapper.
45341         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45342         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45343         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45344         exception being thrown with 0.0 as argument.
45345         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45346         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45347         exception being thrown with 0.0 as argument.
45348         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45349         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45350         exception being thrown with 0.0 as argument.
45351         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45352         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45353         exception being thrown with 0.0 as argument.
45354         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45355         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45356         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45357         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45358         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45359         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45360         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45361         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45362         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45364 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45366         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45367         with altivec.
45369 2012-04-16  Marek Polacek  <polacek@redhat.com>
45371         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45373 2012-04-16  Marek Polacek  <polacek@redhat.com>
45375         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45376         operands of fdivp instruction.
45378 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45380         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45381         * elf/tst-auditmod3b.c: Likewise.
45382         * elf/tst-auditmod4b.c: Likewise.
45383         * elf/tst-auditmod5b.c: Likewise.
45384         * elf/tst-auditmod6b.c: Likewise.
45385         * elf/tst-auditmod6c.c: Likewise.
45386         * elf/tst-auditmod7b.c: Likewise.
45387         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45388         * sysdeps/x86_64/preconfigure.in: Likewise.
45389         * sysdeps/x86_64/preconfigure: Regenerated.
45391 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45393         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45394         __ILP32__.
45396 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45398         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45399         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45401 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45403         [BZ #13973]
45404         * locale/iso-639.def: Fix gl language name. Spotted by
45405         Yaron Shahrabani.
45407 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45409         [BZ #2074]
45410         * libio/libio.h (__io_write_fn): Update comment.
45412 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45414         [BZ #2074]
45415         * stdio.texi (Hook Functions): The user provided writer function
45416         is not allowed to return -1.
45418 2012-04-11  David S. Miller  <davem@davemloft.net>
45420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45422 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45424         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45425         Add a leading slash to rtkaio.
45427 2012-04-11  Jim Meyering  <meyering@redhat.com>
45429         [BZ #11959]
45430         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45431         It is not necessarily an error to ignore fwrite's return
45432         value.  One can reliably use ferror to test for errors after
45433         the fact.
45435 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45437         * bits/types.h (__snseconds_t): New type.
45438         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45440         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45441         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45442         (__SNSECONDS_T_TYPE): Likewise.
45443         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45444         (__SNSECONDS_T_TYPE): Likewise.
45445         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45446         (__SNSECONDS_T_TYPE): Likewise.
45448 2012-04-10  Andreas Jaeger  <aj@suse.de>
45450         [BZ #2636]
45451         * manual/time.texi (Processor Time): Return type of times is
45452         elapsed real time since an arbitrary point in the past.
45453         (CPU Time): Move CLK_TCK from here...
45454         (Processor Time): ...to here.  Correct description.
45455         * manual/conf.texi (Constants for Sysconf): Correct description of
45456         _SC_CLK_TCK.
45458 2012-04-10  David S. Miller  <davem@davemloft.net>
45460         [BZ #13967]
45461         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45462         where the is a gap between DT_REL(A) and DT_JMPREL.
45464 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45466         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45467         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45468         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45470 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45472         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45473         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45474         (dl_main): Handle --inhibit-cache.
45475         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45476         _dl_inhibit_cache.
45477         * elf/dl-load.c (_dl_map_object): Use it.
45478         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45480 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45482         [BZ #13872]
45483         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45484         (__ieee754_powl): Saturate large exponents rather than testing for
45485         overflow of y*log2(x).
45486         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45487         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45488         exceptions.
45490         [BZ #11521]
45491         * math/s_ctan.c: Include <float.h>.
45492         (__ctan): Avoid internal overflow or cancellation in calculating
45493         denominator.
45494         * math/s_ctanf.c: Likewise.
45495         * math/s_ctanl.c: Likewise.
45496         * math/s_ctanh.c: Likewise.
45497         * math/s_ctanhf.c: Likewise.
45498         * math/s_ctanhl.c: Likewise.
45499         * math/libm-test.inc (ctan_test): Add more tests.
45500         (ctanh_test): Likewise.
45501         * sysdeps/i386/fpu/libm-test-ulps: Update.
45502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45504 2012-04-09  Andreas Jaeger  <aj@suse.de>
45506         [BZ #6894]
45507         * manual/filesys.texi (Directory Entries): Mention that d_namlen
45508         is an optional BSD extension.
45510         [BZ #10254]
45511         * manual/stdio.texi (Opening Streams): Document additional fopen
45512         parameters.
45514 2012-04-09  Roland McGrath  <roland@hack.frob.com>
45516         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
45517         %eax without telling the compiler.
45519 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
45521         [BZ # 13963]
45522         * manual/install.texi: Use sourceware.org.
45524 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45526         [BZ #13873]
45527         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45528         (__ieee754_pow): Generate overflow and underflow using huge*huge
45529         and tiny*tiny rather than just returning constant infinity or zero
45530         for large exponents.
45531         * math/libm-test.inc (pow_test): Require overflow exceptions for
45532         applicable cases of large exponents.
45534         [BZ #706]
45535         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45536         (__ieee754_pow): Use iterative multiplication algorithm only for
45537         integer exponents with absolute value below 1024.  Check for odd
45538         integer exponents when using algorithm for real exponents.
45539         * math/libm-test.inc (pow_test): Add more tests.
45540         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45542 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45544         [BZ #13705]
45545         * math/libm-test.inc (exp_test): Do not allow overflow exception
45546         on underflow test.
45548 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45550         [BZ #13705]
45551         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45552         instead of __kernel_standard_f.
45554 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45556         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45557         * sysdeps/x86_64/memset_chk.S: Likewise.
45559 2012-04-08  Andreas Jaeger  <aj@suse.de>
45561         [BZ #10153]
45562         * manual/startup.texi (Environment Access): Describe return value
45563         for putenv and setenv.
45565         [BZ #6895]
45566         * manual/filesys.texi (Directory Entries): Add description for
45567         DT_LNK.
45569         [BZ #6890]
45570         * manual/filesys.texi (Directory Entries): Clarify that it's file
45571         system not operating system in the description of DT_UNKNOWN.
45573         [BZ #6578]
45574         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45576 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45578         [BZ #6649]
45579         * manual/llio.texi (Opening and Closing Files): Add cross
45580         reference to explain mode argument.
45582 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45584         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45585         * sysdeps/x86_64/memset_chk.S: Likewise.
45587 2012-04-07  David S. Miller  <davem@davemloft.net>
45589         * elf/elf.h (R_SPARC_WDISP10): Define.
45590         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45591         R_SPARC_SIZE32.
45592         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45593         R_SPARC_SIZE64 and R_SPARC_H34.
45595 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45597         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45598         conditions and remove no longer applicable assertion.
45600 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45602         * bits/byteswap.h: Include <features.h>.
45603         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45604         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45606 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45608         * bits/byteswap.h (__bswap_16): Removed.
45609         Include <bits/byteswap-16.h> to get __bswap_16.
45610         * sysdeps/i386/bits/byteswap.h: Likewise.
45611         * sysdeps/s390/bits/byteswap.h: Likewise.
45612         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45613         * bits/byteswap-16.h: New file.
45614         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45615         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45616         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45617         * string/Makefile (headers): Add bits/byteswap-16.h.
45619 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45621         [BZ #13895]
45622         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45623         extra indirection.
45624         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45625         * nss/tst-nss-static.c: New.
45627 2012-04-06  Robert Millan  <rmh@gnu.org>
45629         [BZ #6486]
45630         * manual/llio.texi (File Position Primitive): lseek
45631         refers to WHENCE when it really means OFFSET.
45633 2012-04-06  Andreas Jaeger  <aj@suse.de>
45635         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45636         strncmp declarations.
45638         * abilist/libc.abilist: Add __poll and __ppoll.
45640 2012-04-05  David S. Miller  <davem@davemloft.net>
45642         * scripts/check-local-headers.sh: Accept a host triplet in the
45643         path matched by the exclude regexp.
45645         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45646         definition.
45647         * sysdeps/powerpc/powerpc32/dl-machine.h
45648         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45649         * sysdeps/s390/s390-32/dl-machine.h
45650         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45651         * sysdeps/sparc/sparc32/dl-machine.h
45652         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45653         * sysdeps/sparc/sparc64/dl-machine.h
45654         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45656         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45657         lazy binding.
45658         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45659         undefined symbol errors.
45661         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45662         DT_NEEDED entries.
45664 2012-04-05  Michael Matz  <matz@suse.de>
45666         [BZ #13592]
45667         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45669 2012-04-05  Andreas Jaeger  <aj@suse.de>
45671         [BZ #13908]
45672         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45673         comment.
45675 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45677         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45678         which ROUND is no valid rounding mode.
45680 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45682         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45683         read again.
45684         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45686 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45688         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45689         an exception using FPU order intentionally.
45691 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45693         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45694         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45695         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45696         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45698 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45700         [BZ #12340]
45701         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45702         EINVAL when BUFLEN is too smal.
45704 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45706         [BZ #13553]
45707         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45708         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45710 2012-04-03  Andreas Jaeger  <aj@suse.de>
45712         [BZ #13938]
45713         * manual/setjmp.texi (System V contexts): Fix sentence.
45715         [BZ #13926]
45716         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45717         New macro for this case.
45718         [!__GNUC__] (__bswap_64): New inline function for this case.
45719         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45720         * bits/byteswap.h: Likewise.
45721         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45722         ull, guard with __GLIBC_HAVE_LONG_LONG.
45724         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45725         __GLIBC_HAVE_LONG_LONG.
45727         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45728         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45730 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45732         [BZ #13691]
45733         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45734         inptr and inend, rather than using last_ch.
45736 2012-04-02  David S. Miller  <davem@davemloft.net>
45738         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45739         * stdio-common/printf-parse.h (read_int): Change return type to
45740         'int', return -1 on INT_MAX overflow.
45741         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45742         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45743         overflows INT_MAX.  Check for overflow of in-format-string precision
45744         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45745         SIZE_MAX not INT_MAX for integer overflow test.
45746         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45747         skip the construct in the format string but do not record anything.
45748         * stdio-common/bug22.c: Adjust to test both width/prevision
45749         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45750         explicitly for proper errno values.
45752 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45754         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45755         CHAR_MAX.
45756         * string/test-strcmp.c [! WIDE]: Likewise.
45757         * time/tst-mktime2.c: Likewise for INT_MAX.
45758         * string/test-string.h: #include <sys/param.h> for MIN.
45760         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45761         * sysdeps/i386/init-first.c (init): Likewise.
45762         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45763         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45764         * sysdeps/sh/init-first.c (init): Likewise.
45766 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45768         * po/ru.po: Update from translation team.
45769         * po/vi.po: Likewise.
45771 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45773         * resolv/nss_dns/dns-host.c: Merge copyright years.
45775 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45777         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45778         Optimize memcpy with prefetch if
45779         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45780         src, dst pointers have unequal 16 byte alignments.
45782 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45784         [BZ #13928]
45785         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45786         from a CNAME entry and return the minimum ttl for the query.
45787         (gaih_getanswer_slice): Likewise.
45789 2012-03-30  Jeff Law  <law@redhat.com>
45791         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45792         due to long keys.
45793         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45794         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45796         * resolv/nss_dns/dns-host.c: Update copyright year.
45798 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45800         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45801         requests to save a system call.  Fix check that all bytes are sent.
45803         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45804         comments for sendmmsg.
45806 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45808         [BZ #13691]
45809         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45810         with only 1 character between 0x0041 and 0x01b0.
45811         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45812         * wcsmbs/tst-mbsnrtowcs.c: New file.
45814 2012-03-29  David S. Miller  <davem@davemloft.net>
45816         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45817         small copies by hand.
45819 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45821         [BZ #13761]
45822         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45823         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45824         group memberships.
45826 2012-03-28  David S. Miller  <davem@davemloft.net>
45828         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45829         that branches into memcpy.
45830         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45831         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45832         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45833         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45834         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45835         bits.
45836         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45837         implementation too.
45838         * sysdeps/sparc/mempcpy.S: New file.
45840         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45841         the IFUNC routine in the libc case.
45842         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45844         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45845         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45846         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45847         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45848         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45849         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45850         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45851         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45853         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45854         loop to 256 bytes instead of 64 bytes and fix test signedness.
45856         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45857         * sysdeps/sparc/sparc32/Makefile: rather than here...
45858         * sysdeps/sparc/sparc64/Makefile: and here.
45860 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45862         * malloc/mallocbug.c: Avoid warnings about unused variables.
45864 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45866         [BZ #13760]
45867         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45868         in the right place. Discard and retry query if response is
45869         larger than input buffer size.
45871 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45873         [BZ #369]
45874         [BZ #2678]
45875         [BZ #3866]
45876         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45877         x for large integer exponent.
45878         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45879         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45880         sign of result as needed afterwards.
45881         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45882         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45883         result for underflowing pow the same as for overflow.
45884         (__kernel_standard_l): Handle powl overflow and underflow here
45885         rather than calling __kernel_standard.
45886         * math/libm-test.inc (pow_test): Add more tests.
45888         [BZ #3868]
45889         [BZ #13879]
45890         [BZ #13910]
45891         [BZ #13911]
45892         [BZ #13912]
45893         [BZ #13913]
45894         [BZ #13915]
45895         [BZ #13916]
45896         [BZ #13917]
45897         [BZ #13918]
45898         [BZ #13919]
45899         [BZ #13920]
45900         [BZ #13921]
45901         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45902         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45903         (__kernel_standard_l): New function.
45904         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45905         __kernel_standard.
45906         * math/w_acosl.c (__acosl): Likewise.
45907         * math/w_asinl.c (__asinl): Likewise.
45908         * math/w_atan2l.c (__atan2l): Likewise.
45909         * math/w_atanhl.c (__atanhl): Likewise.
45910         * math/w_coshl.c (__coshl): Likewise.
45911         * math/w_exp10l.c (__exp10l): Likewise.
45912         * math/w_exp2l.c (__exp2l): Likewise.
45913         * math/w_fmodl.c (__fmodl): Likewise.
45914         * math/w_hypotl.c (__hypotl): Likewise.
45915         * math/w_j0l.c (__j0l, __y0l): Likewise.
45916         * math/w_j1l.c (__j1l, __y1l): Likewise.
45917         * math/w_jnl.c (__jnl, __ynl): Likewise.
45918         * math/w_lgammal.c (__lgammal): Likewise.
45919         * math/w_log10l.c (__log10l): Likewise.
45920         * math/w_log2l.c (__log2l): Likewise.
45921         * math/w_logl.c (__logl): Likewise.
45922         * math/w_powl.c (__powl): Likewise.
45923         * math/w_remainderl.c (__remainderl): Likewise.
45924         * math/w_scalbl.c (sysv_scalbl): Likewise.
45925         * math/w_sinhl.c (__sinhl): Likewise.
45926         * math/w_sqrtl.c (__sqrtl): Likewise.
45927         * math/w_tgammal.c (__tgammal): Likewise.
45928         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45929         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45930         * math/libm-test.inc (acos_test): Add more tests.
45931         (acosh_test): Likewise.
45932         (asin_test): Likewise.
45933         (atanh_test): Likewise.
45934         (exp_test): Likewise.
45935         (exp10_test): Likewise.
45936         (exp2_test): Likewise.
45937         (expm1_test): Likewise.
45938         (lgamma_test): Likewise.
45939         (log_test): Likewise.
45940         (log10_test): Likewise.
45941         (log1p_test): Likewise.
45942         (log2_test): Likewise.
45943         (pow_test): Do not allow some spurious overflow exceptions.
45944         (sqrt_test): Add more tests.
45945         (tgamma_test): Likewise.
45946         (y0_test): Likewise.
45947         (y1_test): Likewise.
45948         (yn_test): Likewise.
45950 2012-03-27  Anton Blanchard  <anton@samba.org>
45952         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45953         MAP_HUGETLB.
45954         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45955         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45956         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45958 2012-03-27  David S. Miller  <davem@davemloft.net>
45960         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45962         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45963         have-as-vis3 check.
45965 2012-03-27  Andreas Jaeger  <aj@suse.de>
45967         * sysdeps/x86_64/elf/configure.in: Moved to ...
45968         * sysdeps/x86_64/configure.in: ... here.
45969         * sysdeps/x86_64/elf/start.S: Moved to ...
45970         * sysdeps/x86_64/start.S: ... here.
45971         * sysdeps/x86_64/elf/configure: Delete.
45973         * sysdeps/x86_64/configure.in: Merge contents from
45974         sysdeps/i386/configure.in (without i686 check).
45976         * sysdeps/i386/elf/Versions: Merge into ...
45977         * sysdeps/i386/Versions: ... this.
45978         * sysdeps/i386/elf/Versions: Delete file.
45979         * sysdeps/i386/elf/start.S: Moved to ...
45980         * sysdeps/i386/start.S: ...here.
45981         * sysdeps/i386/elf/configure.in: Merge into...
45982         * sysdeps/i386/configure.in: ...here.
45983         * sysdeps/i386/elf/configure.in: Delete file.
45984         * sysdeps/i386/elf/configure: Delete file.
45986         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45987         * debug/backtracesyms.c: ... here.
45988         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45989         * debug/backtracesymsfd.c: ... here.
45990         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45991         * sysdeps/generic/ifunc-sel.h: ... here.
45993         * sysdeps/unix/i386/start.c: Delete file.
45994         * sysdeps/unix/sparc/start.c: Delete file.
45995         * sysdeps/unix/start.c: Delete file.
45997         * sysdeps/sh/elf/configure.in: Moved to ...
45998         * sysdeps/sh/configure.in: ... here.
45999         * sysdeps/sh/elf/start.S: Moved to ...
46000         * sysdeps/sh/start.S: ... here.
46001         * sysdeps/sh/elf/configure: Delete file.
46003         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46004         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46005         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46006         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46007         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46008         * sysdeps/powerpc/powerpc64/start.S: here.
46009         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46010         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46011         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46012         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46013         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46015         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46016         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46017         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46018         * sysdeps/powerpc/powerpc32/start.S: ... here.
46019         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46020         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46021         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46023         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46024         * sysdeps/powerpc/ifunc-sel.h: ... here.
46025         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46026         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46028         * sysdeps/sparc/elf/configure.in: Moved to ...
46029         * sysdeps/sparc/configure.in: ... here.
46030         * sysdeps/sparc/elf/configure: Delete file.
46031         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46032         * sysdeps/sparc/sparc32/start.S: ... here.
46033         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46034         * sysdeps/sparc/sparc64/start.S: ... here.
46035         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46036         * sysdeps/sparc/sparc32/Makefile: ... this.
46037         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46038         * sysdeps/sparc/sparc64/Makefile: ... this.
46040         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46041         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46042         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46043         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46044         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46045         * sysdeps/s390/s390-32/setjmp.S: ... here.
46046         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46047         * sysdeps/s390/s390-32/configure.in: ... here.
46048         * sysdeps/s390/s390-32/elf/configure: Delete file.
46049         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46050         * sysdeps/s390/s390-32/start.S: ... here.
46052         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46053         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46054         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46055         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46056         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46057         * sysdeps/s390/s390-64/setjmp.S: ... here.
46058         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46059         * sysdeps/s390/s390-64/configure.in: ... here
46060         * sysdeps/s390/s390-64/elf/configure: Delete file.
46061         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46062         * sysdeps/s390/s390-64/start.S: ... here.
46063         * sysdeps/s390/s390-64/elf/configure: Delete.
46065         * configure.in: Remove support for elf directories in sysdeps.
46067         * configure: Regenerated.
46068         * sysdeps/i386/configure: Regenerated.
46069         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46070         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46071         * sysdeps/s390/s390-32/configure: Regenerated.
46072         * sysdeps/s390/s390-64/configure: Regenerated.
46073         * sysdeps/sh/configure: Regenerated.
46074         * sysdeps/sparc/configure: Regenerated.
46075         * sysdeps/x86_64/configure: Regenerated.
46077 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46079         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46081         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46082         denormal result into account.
46084 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46086         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46087         Reported by Allan McRae <allan@archlinux.org>.
46089 2012-03-23  Jeff Law  <law@redhat.com>
46091         * nss/getnssent.c (__nss_getent): Fix typo.
46093 2012-03-23  David S. Miller  <davem@davemloft.net>
46095         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46097 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46099         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46100         to pad to uint64_t for each field.
46101         (dl_tls_index): Replace unsigned long with uint64_t.
46103 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46104         Paul Pluzhnikov  <ppluzhnikov@google.com>
46106         [BZ #6528]
46107         * grp/Makefile (otherlibs): Don't set it.
46108         * inet/Makefile (otherlibs): Likewise.
46109         * login/Makefile (otherlibs): Likewise.
46110         * nscd/Makefile (otherlibs): Likewise.
46111         * posix/Makefile (otherlibs): Likewise.
46112         * pwd/Makefile (otherlibs): Likewise.
46113         * rt/Makefile (otherlibs): Likewise.
46114         * sunrpc/Makefile (otherlibs): Likewise.
46115         * nss/Makefile (otherlibs): Likewise.
46116         Add libnss_files to routines and static-only-routines.
46117         ($(objpfx)getent): Remove rule.
46118         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46119         static-only-routines.
46121 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46123         [BZ #13892]
46124         * math/s_cexp.c: Include <float.h>.
46125         (__cexp): Handle exp result overflowing not necessarily
46126         overflowing both real and imaginary parts of result.
46127         * math/s_cexpf.c: Likewise.
46128         * math/s_cexpl.c: Likewise.
46129         * math/libm-test.inc (cexp_test): Add more tests.
46130         * sysdeps/i386/fpu/libm-test-ulps: Update.
46131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46133 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46135         * include/link.h (ELFW): New macro.
46136         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46137         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46139 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46141         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46142         with uint64_t.
46144 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46146         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46147         declaration.
46148         (struct La_x32_retval): Likewise.
46150 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46152         * sysdeps/x86_64/preconfigure.in: New file.
46153         * sysdeps/x86_64/preconfigure: New generated file.
46155 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46157         [BZ #13824]
46158         * math/e_exp2l.c: Include <float.h>.
46159         (__ieee754_exp2l): Handle overflow and underflow cases
46160         separately.  Only pass fractional part of argument to
46161         __ieee754_expl.
46162         * math/libm-test.inc (exp2_test): Add more tests.
46164         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46165         negating x to take absolute value.
46166         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46167         Likewise.
46168         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46169         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46170         Likewise.
46171         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46172         computing low part if x was negated.
46173         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46175 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46177         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46178         la_x32_gnu_pltexit.
46179         (pltexit): Cast int_retval to ptrdiff_t.
46180         * elf/tst-auditmod3b.c: Likewise.
46181         * elf/tst-auditmod4b.c: Likewise.
46182         * elf/tst-auditmod5b.c: Likewise.
46183         * elf/tst-auditmod6b.c: Likewise.
46184         * elf/tst-auditmod6c.c: Likewise.
46185         * elf/tst-auditmod7b.c: Likewise.
46187         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46188         and x32_gnu_pltexit.
46190         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46191         __ELF_NATIVE_CLASS.
46192         (La_x32_regs): New macro.
46193         (La_x32_retval): Likewise.
46194         (la_x32_gnu_pltenter): New function prototype.
46195         (la_x32_gnu_pltexit): Likewise.
46197 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46199         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46200         exponent.
46202         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46204         * configure.in (libc_cv_cc_nofma): Check for option to disable
46205         generation of FMA instructions.
46206         * configure: Regenerate.
46207         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46208         * sysdeps/ieee754/dbl-64/Makefile: New file.
46209         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46210         Remove brandred-fma4.
46211         (CFLAGS-brandred-fma4.c): Remove.
46212         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46213         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46214         define.
46215         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46216         define.
46218 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46220         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46221         LLONG_MAX != LONG_MAX.
46222         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46223         (_fitoa_word): Likewise.
46224         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46225         LLONG_MAX != LONG_MAX.
46226         * stdio-common/_itowa.h: Include <_itoa.h>.
46227         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46228         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46229         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46230         only if not defined.
46231         (_ITOA_WORD_TYPE): Likewise.
46232         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46233         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46235 2012-03-21  David S. Miller  <davem@davemloft.net>
46237         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46239 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46241         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46242         of x86_64 when setting libc_cv_slibdir, libdir and
46243         libc_cv_localedir.
46244         * sysdeps/unix/sysv/linux/configure: Regenerated.
46246 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46248         * manual/lang.texi (Old Varargs): Remove section.
46249         (How Variadic): Update menu.
46250         (va_start): Do not mention varargs.h.
46252 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46253             Joseph Myers  <joseph@codesourcery.com>
46255         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46256         link test.
46257         * configure: Regenerated.
46259 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46261         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46262         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46263         conformtest.pl
46265 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46267         * NOTES: Remove.
46268         * Makefile (files-for-dist): Remove NOTES.
46269         (NOTES): Remove rule.
46270         * README: Don't refer to NOTES.
46271         * manual/creature.texi: Don't include macros.texi.
46272         * manual/intro.texi (creature.texi): Remove comment referring to
46273         NOTES.
46275         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46276         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46277         * configure: Regenerated.
46278         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46279         LIBC_TRY_CC_OPTION.
46280         (libc_cv_as_i686): Likewise.
46281         (libc_cv_cc_avx): Likewise.
46282         (libc_cv_cc_sse2avx): Likewise.
46283         (libc_cv_cc_fma4): Likewise.
46284         (libc_cv_cc_novzeroupper): Likewise.
46285         * sysdeps/i386/configure: Regenerated.
46287         [BZ #13883]
46288         * sysdeps/i386/fpu/s_cexp.S: Remove.
46289         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46290         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46291         * math/libm-test.inc (cexp_test): Add more tests.
46292         * sysdeps/i386/fpu/libm-test-ulps: Update.
46293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46295 2012-03-21  Allan McRae  <allan@archlinux.org>
46297         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46299 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46301         [BZ #13871]
46302         * math/w_exp2.c: Do not include <float.h>.
46303         (o_threshold, u_threshold): Remove.
46304         (__exp2): Calculate result before checking finiteness and calling
46305         __kernel_standard.
46306         * math/w_exp2f.c: Likewise.
46307         * math/w_exp2l.c: Likewise.
46308         * math/libm-test.inc (exp2_test): Require overflow exception for
46309         1e6 input.
46311         [BZ #3866]
46312         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46313         range of signed 64-bit integers before using fistpll.  Remove
46314         checks for whether integers fit in mantissa bits.
46315         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46316         the range of signed 32-bit integers before using fistpl.  Remove
46317         checks for whether integers fit in mantissa bits.
46318         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46319         (__ieee754_powl): Test for y outside the range of signed 64-bit
46320         integers before using fistpll.  Reduce 64-bit values to 63-bit
46321         ones as needed.
46322         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46323         divide-by-zero is raised for zero to large negative powers.
46324         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46325         (__ieee754_powl): Test for y outside the range of signed 64-bit
46326         integers before using fistpll.  Reduce 64-bit values to 63-bit
46327         ones as needed.
46328         * math/libm-test.inc (pow_test): Add more tests.
46330 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46332         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46333         <stdio-common/_itoa.h>.
46334         * debug/segfault.c: Likewise.
46335         * elf/dl-cache.c: Likewise.
46336         * elf/dl-minimal.c: Likewise.
46337         * elf/dl-misc.c: Likewise.
46338         * elf/dl-sysdep.c: Likewise.
46339         * elf/dl-version.c: Likewise.
46340         * elf/rtld.c: Likewise.
46341         * hurd/hurdsock.c: Likewise.
46342         * hurd/lookup-retry.c: Likewise.
46343         * malloc/malloc.c: Likewise.
46344         * malloc/mtrace.c: Likewise.
46345         * nscd/nscd_getgr_r.c: Likewise.
46346         * nscd/nscd_getpw_r.c: Likewise.
46347         * nscd/nscd_getserv_r.c: Likewise.
46348         * posix/getopt_init.c: Likewise.
46349         * posix/wordexp.c: Likewise.
46350         * stdio-common/_itoa.c: Likewise.
46351         * stdio-common/printf_fphex.c: Likewise.
46352         * stdio-common/vfprintf.c: Likewise.
46353         * string/_strerror.c: Likewise.
46354         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46355         * sysdeps/i386/i686/hp-timing.h: Likewise.
46356         * sysdeps/mach/_strerror.c: Likewise.
46357         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46358         * sysdeps/mach/hurd/sethostid.c: Likewise.
46359         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46360         * sysdeps/mach/xpg-strerror.c: Likewise.
46361         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46362         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46363         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46364         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46365         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46366         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46367         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46368         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46369         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46370         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46371         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46372         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46373         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46374         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46375         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46376         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46377         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46378         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46379         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46380         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46381         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46383         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46385         * stdio-common/_itoa.h: Moved to ...
46386         * sysdeps/generic/_itoa.h: Here.
46388         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46390         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46391         instead of "_itoa.h" and "_itowa.h".
46392         * stdio-common/vfprintf.: Likewise.
46394 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46396         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46397         <bits/wordsize.h>.
46398         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46399         (__signbit): Likwise.
46400         (llrintf): Likwise.
46401         (llrint): Likwise.
46403 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46405         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46406         __WORDSIZE != 64.
46408 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46410         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46411         OVERFLOW_EXCEPTION_OK.
46412         * math/libm-test.inc ("Philosophy"): Update comment about
46413         exception testing.
46414         (OVERFLOW_EXCEPTION): Define.
46415         (OVERFLOW_EXCEPTION_OK): Likewise.
46416         (INVALID_EXCEPTION_OK): Renumber.
46417         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46418         (IGNORE_ZERO_INF_SIGN): Likewise.
46419         (test_exceptions): Handle FE_OVERFLOW.
46420         (exp10_test): Expect overflow exceptions.
46421         (exp2_test): Likewise.
46422         (expm1_test): Likewise.
46423         (nextafter_test): Likewise.
46424         (pow_test): Likewise.
46425         (scalbn_test): Likewise.
46426         (scalbln_test): Likewise.
46428 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46430         * sysdeps/x86_64/bits/atomic.h
46431         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46432         64bit integer.
46433         (atomic_exchange_acq): Likewise.
46434         (__arch_exchange_and_add_body): Likewise.
46435         (__arch_add_body): Likewise.
46436         (atomic_add_negative): Likewise.
46437         (atomic_add_zero): Likewise.
46439 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46441         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46442         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46444 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46446         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46447         Check __x86_64__ instead of __WORDSIZE.
46449 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46451         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46453 2012-03-19  David S. Miller  <davem@davemloft.net>
46455         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46457         * sysdeps/sparc/fpu/fenv_private.h: New file.
46458         * sysdeps/sparc/fpu/math_private.h: Use it.
46459         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46460         Remove.
46461         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46462         (libc_feholdexcept_setroundl): Remove.
46463         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46464         Remove.
46465         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46466         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46468 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46470         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46471         int64_t instead of long int.
46472         (INSERT_WORDS64): Likwise.
46474 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46476         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46477         _Unwind_GetCFA return to _Unwind_Ptr first.
46479 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46481         [BZ #13629]
46482         * math/s_clog.c: Include <float.h>.
46483         (__clog): Scale large or subnormal inputs.
46484         * math/s_clogf.c: Likewise.
46485         * math/s_clogl.c: Likewise.
46486         * math/s_clog10.c: Include <float.h>.
46487         (M_LOG10_2): Define.
46488         (__clog10): Scale large or subnormal inputs.
46489         * math/s_clog10f.c: Likewise.
46490         * math/s_clog10l.c: Likewise.
46491         * math/libm-test.inc (clog_test): Add more tests.
46492         (clog10_test): Likewise.
46493         * sysdeps/i386/fpu/libm-test-ulps: Update.
46494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46496         [BZ #11451]
46497         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46498         x and y.
46499         * math/libm-test.inc (atan2_test): Add another test.
46501         * Makerules (common-objdir-compile): Remove.
46502         * sysdeps/unix/Makefile (config-generated): Do not add
46503         $(unix-generated) to variable.
46504         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
46505         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
46506         Remove rule.
46507         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
46508         Likewise.
46509         [generic bits/local_lim.h] (before-compile): Do not append to
46510         variable.
46511         [generic bits/local_lim.h] (common-generated): Likewise.
46512         [generic sys/param.h] (before-compile): Do not append to variable.
46513         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
46514         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
46515         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
46516         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
46517         include.
46518         [generic sys/param.h] (sys/param.h-includes): Remove variable.
46519         [generic sys/param.h] (sys/param.h-includes): Remove rule.
46520         [generic sys/param.h] ($(addprefix
46521         $(common-objpfx),$(sys/param.h-includes))): Likewise.
46522         [generic sys/param.h] (common-generated): Do not append to
46523         variable.
46524         [generic sys/param.h] (sysdep_headers): Likewise.
46525         [generic bits/errno.h] (before-compile): Do not append to
46526         variable.
46527         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46528         rule.
46529         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46530         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46531         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46532         [generic bits/errno.h] (common-generated): Do not append to
46533         variable.
46534         [generic bits/ioctls.h] (before-compile): Do not append to
46535         variable.
46536         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46537         rule.
46538         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46539         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46540         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46541         rule.
46542         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46543         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46544         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46545         [generic bits/ioctls.h] (common-generated): Do not append to
46546         variable.
46547         [generic sys/syscall.h] (syscall.h): Remove variable.
46548         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46549         rule.
46550         [generic sys/syscall.h] (before-compile): Do not append to
46551         variable.
46552         [generic sys/syscall.h] (common-generated): Likewise.
46553         * sysdeps/unix/errnos-tmpl.c: Remove file.
46554         * sysdeps/unix/errnos.awk: Likewise.
46555         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46556         * sysdeps/unix/ioctls.awk: Likewise.
46557         * sysdeps/unix/mk-local_lim.c: Likewise.
46558         * sysdeps/unix/snarf-ioctls: Likewise.
46560 2012-03-19  Richard Henderson  <rth@twiddle.net>
46562         * sysdeps/i386/fpu/fenv_private.h: New file.
46563         * sysdeps/i386/fpu/math_private.h: Use it.
46564         (math_opt_barrier, math_force_eval): Remove.
46565         (libc_feholdexcept_setround_53bit): Remove.
46566         (libc_feupdateenv_53bit): Remove.
46567         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46568         (math_opt_barrier, math_force_eval): Remove.
46569         (libc_feholdexcept): Remove.
46570         (libc_feholdexcept_setround): Remove.
46571         (libc_fetestexcept, libc_fesetenv): Remove.
46572         (libc_feupdateenv_test): Remove.
46573         (libc_feupdateenv, libc_feholdsetround): Remove.
46574         (libc_feresetround): Remove.
46576         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46577         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46579         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46580         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46581         (libc_feupdateenv_testl): New.
46582         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46583         (libc_feupdateenv_testf): New.
46584         (libc_feupdateenv): Use libc_feupdateenv_test.
46585         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46586         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46588         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46589         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46590         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46591         (libc_feresetround_noex): New.
46592         (libc_feresetround_noexf): New.
46593         (libc_feresetround_noexl): New.
46594         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46595         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46596         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46597         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46598         SET_RESTORE_ROUND.
46599         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46600         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46601         (__cos): Likewise.
46602         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46603         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46604         SET_RESTORE_ROUND_NOEX.
46605         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46606         SET_RESTORE_ROUND_NOEXF.
46607         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46608         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46609         (libc_feholdsetroundf): New.
46610         (libc_feresetround, libc_feresetroundf): New.
46612         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46613         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46614         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46616         * sysdeps/generic/math_private.h: Include <fenv.h>.
46617         (default_libc_feholdexcept): New.
46618         (default_libc_feholdexcept_setround): New.
46619         (default_libc_fesetenv, default_libc_feupdateenv): New.
46620         (libc_feholdexcept): Only define if undefined.
46621         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46622         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46623         (libc_feholdexcept_setroundl): Likewise.
46624         (libc_feholdexcept_setround_53bit): Likewise.
46625         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46626         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46627         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46628         (libc_feupdateenv_53bit): Likewise.
46629         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46630         (libc_feholdexcept): Convert from macro to inline function.
46631         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46632         (libc_fesetenv, libc_feupdateenv): Likewise.
46634         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46635         not previously defined.
46636         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46637         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46638         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46639         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46640         * sysdeps/ieee754/flt-32/math_private.h: New file.
46641         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46642         math_private.h below SET_FLOAT_WORD.
46643         (__isnan, __isinf_ns, __finite): Remove.
46644         (__isnanf, __isinf_nsf, __finitef): Remove.
46646 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46648         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46650 2012-03-17  David S. Miller  <davem@davemloft.net>
46652         [BZ #6471]
46653         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46654         for 2.16.
46656 2012-03-16  David S. Miller  <davem@davemloft.net>
46658         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46659         warnings.
46661         [BZ #6471]
46662         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46663         properly.
46664         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46665         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46666         sysdep_routines when subdir is sysvipc.
46667         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46668         __getshmlba helper.
46670         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46672 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46674         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46675         [__LP64__].
46677 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46679         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46680         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46681         (__lround): Renamed to ...
46682         (__llround): This.  Replace long int with long long int.
46683         Define lround functions as aliases of llround functions.
46684         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46686 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46688         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46689         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46690         adresses to uintptr_t.  Replace "long int" and "unsigned long
46691         int" with "greg_t" on va_arg.
46693 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46695         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46696         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46698         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46699         Move e_machine check before EI_CLASS check.  Handle x32
46700         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46701         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46702         SKIP_EM_IA_64 and include
46703         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46705         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46706         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46707         (add_system_dir): New macro.
46709         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46710         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46712 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46714         [BZ #2551]
46715         [BZ #2552]
46716         [BZ #2553]
46717         [BZ #2554]
46718         [BZ #2562]
46719         [BZ #2563]
46720         [BZ #2565]
46721         [BZ #2566]
46722         [BZ #2576]
46723         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46724         (y0): Likewise.
46725         * math/w_j0f.c (j0f): Likewise.
46726         (y0f): Likewise.
46727         * math/w_j0l.c (__j0l): Likewise.
46728         (__y0l): Likewise.
46729         * math/w_j1.c (j1): Likewise.
46730         (y1): Likewise.
46731         * math/w_j1f.c (j1f): Likewise.
46732         (y1f): Likewise.
46733         * math/w_j1l.c (__j1l): Likewise.
46734         (__y1l): Likewise.
46735         * math/w_jn.c (jn): Likewise.
46736         (yn): Likewise.
46737         * math/w_jnf.c (jnf): Likewise.
46738         (ynf): Likewise.
46739         * math/w_jnl.c (__jnl): Likewise.
46740         (__ynl): Likewise.
46741         * math/libm-test.inc (j0_test): Add more tests.
46742         (j1_test): Likewise.
46743         (jn_test): Likewise.  Add trailing semicolon to existing test.
46744         (y0_test): Likewise.
46745         (y1_test): Likewise.
46746         * sysdeps/i386/fpu/libm-test-ulps: Update.
46747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46749         [BZ #13851]
46750         [BZ #13854]
46751         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46752         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46753         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46754         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46755         (__tanl): Set errno for infinite argument.
46756         * sysdeps/i386/fpu/mptan.c: Remove.
46757         * sysdeps/i386/fpu/s_tan.S: Likewise.
46758         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46759         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46760         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46761         * math/libm-test.inc (tan_test): Add more tests and enable more
46762         tests for double and long double.
46763         * sysdeps/i386/fpu/libm-test-ulps: Update.
46764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46766 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46768         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46769         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46771 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46773         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46774         * configure.in: Use it for both main tree and add-ons.
46775         * configure: Regenerated.
46777 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46779         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46781 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46783         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46784         in comment.
46786         [BZ #13851]
46787         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46788         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46789         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46790         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46791         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46792         infinite argument.
46793         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46794         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46795         != 0 for prec == 2.
46796         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46797         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46798         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46799         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46800         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46801         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46802         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46803         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46804         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46805         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46806         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46807         * math/libm-test.inc (cos_test): Add more tests and enable more
46808         tests for long double.
46809         (sin_test): Likewise.
46810         (sincos_test): Likewise.
46811         * sysdeps/i386/fpu/libm-test-ulps: Update.
46812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46814 2012-03-16  David S. Miller  <davem@davemloft.net>
46816         * sysdeps/sparc/fpu/math_private.h: New file.
46818 2012-03-15  David S. Miller  <davem@davemloft.net>
46820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46821         file.
46822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46824         file.
46825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46826         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46827         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46828         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46829         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46830         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46831         sysdep routines.
46832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46834         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46835         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46837         * sysdeps/sparc/sparc-ifunc.h: New file.
46838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46839         sparc-ifunc.h
46840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46842         Likewise.
46843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46844         Likewise.
46845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46849         Likewise.
46850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46855         Likewise.
46856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46857         Likewise.
46858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46862         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46863         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46864         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46865         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46866         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46867         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46868         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46869         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46870         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46871         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46872         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46873         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46874         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46875         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46876         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46877         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46878         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46879         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46880         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46881         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46883 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46885         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46886         scaling.
46887         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46889 2012-03-15  Andreas Jaeger  <aj@suse.de>
46891         [BZ #13852]
46892         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46893         ieee754/flt-32 implementation for sin, cos and sincos.
46894         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46895         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46896         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46897         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46898         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46899         ieee754/flt-32 implementation for tan.
46901         * math/libm-test.inc (cos_test): Enable some large input tests for
46902         float as well
46903         (sin_test): Likewise.
46904         (sincos_test): Likewise.
46905         (tan_test): Add tests for large input.
46907         * sysdeps/i386/fpu/libm-test-ulps: Update.
46909 2012-03-15  Andreas Jaeger  <aj@suse.de>
46911         [BZ #13658]
46912         * math/libm-test.inc (cos_test): Add more test cases.
46913         (sin_test): Likewise.
46914         (sincos_test): Likewise.
46916 2012-03-15  Andreas Jaeger  <aj@suse.de>
46918         [BZ #13837]
46919         * math/libm-test.inc (cos_test): Add a test case for large input
46920         value.
46921         (sin_test): Likewise.
46922         (sincos_test): Likewise.
46924 2012-03-15  Andreas Jaeger  <aj@suse.de>
46925             Joseph Myers  <joseph@codesourcery.com>
46927         [BZ #13658]
46928         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46929         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46930         * sysdeps/i386/fpu/branred.c: Likewise.
46931         * sysdeps/i386/fpu/dosincos.c: Likewise.
46932         * sysdeps/i386/fpu/mpa.c: Likewise.
46933         * sysdeps/i386/fpu/s_cos.S: Likewise.
46934         * sysdeps/i386/fpu/s_sin.S: Likewise.
46935         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46936         * sysdeps/i386/fpu/sincos32.c: Likewise.
46938         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46939         Define.
46940         (libc_feupdateenv_53bit): Define.
46941         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46942         Define.
46943         (libc_feupdateenv_53bit): Define.
46945         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46946         53 bit (without extend i386 double precision).
46948         * math/libm-test.inc (sincos_test): Add tests for large input.
46949         (sin): Likewise.
46950         (cos): Likewise.
46952         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46954 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46956         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46958 2012-03-15  David S. Miller  <davem@davemloft.net>
46960         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46961         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46962         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46963         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46964         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46965         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46966         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46967         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46968         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46969         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46970         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46971         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46972         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46973         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46974         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46976         file.
46977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46979         file.
46980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46982         file.
46983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46985         file.
46986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46987         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46988         fmin/fmax sysdep routines.
46989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46991 2012-03-14  David S. Miller  <davem@davemloft.net>
46993         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46994         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46995         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46996         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46997         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46998         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46999         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47000         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47001         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47002         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47003         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47004         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47005         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47006         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47007         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47008         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47009         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47010         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47011         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47012         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47013         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47014         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47015         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47016         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47017         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47018         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47019         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47020         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47021         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47022         routines.
47023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47024         file.
47025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47027         file.
47028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47030         file.
47031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47033         file.
47034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47036         file.
47037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47039         file.
47040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47041         file.
47042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47043         file.
47044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47045         file.
47046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47047         New file.
47048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47049         file.
47050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47051         file.
47052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47053         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47054         file.
47055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47057         file.
47058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47059         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47060         file.
47061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47063         VIS3 routines.
47065         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47066         New file.
47068         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47070         * sysdeps/sparc/configure.in: New file.
47071         * sysdeps/sparc/configure: Generate.
47072         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47073         * configure: Regenerate.
47074         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47075         * config.make.in (have-as-vis3): New.
47076         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47077         available use -Av9d instead of -Av9a.
47078         * sysdeps/sparc/sparc64/Makefile: Likewise.
47079         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47081         New file.
47082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47083         file.
47084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47085         New file.
47086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47087         file.
47088         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47089         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47090         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47091         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47092         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47094         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47095         fzeros/fnegs to load 0x80000000 into a float register instead of
47096         using the stack.
47097         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47099 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47101         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47102         bits/syscall.h.
47103         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47104         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47105         ($(inst_includedir)/bits/syscall.h): Remove rule.
47106         ($(objpfx)bits/syscall.d): Include instead of
47107         $(objpfx)syscall-list.d.
47108         (generated): Change syscall-list.h and syscall-list.d to
47109         bits/syscall.h and bits/syscall.d.
47111 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47113         [BZ #13846]
47114         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47116 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47118         [BZ #13841]
47119         * math/s_csqrt.c: Include <float.h>.
47120         (__csqrt): Scale large or subnormal inputs.
47121         * math/s_csqrtf.c: Likewise.
47122         * math/s_csqrtl.c: Likewise.
47123         * math/libm-test.inc (csqrt_test): Add more tests.
47124         * sysdeps/i386/fpu/libm-test-ulps: Update.
47125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47127         [BZ #13840]
47128         * math/libm-test.inc (hypot_test): Add more tests.
47130 2012-03-13  David S. Miller  <davem@davemloft.net>
47132         [BZ #13840]
47133         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47134         double-precision for the calculation instead of scaling.
47136 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47138         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47139         manipulate bits before adding and subtracting TWO52[sx].
47140         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47141         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47142         Likewise.
47143         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47145 2012-03-13  David S. Miller  <davem@davemloft.net>
47147         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47148         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47149         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47150         rtld-global-offsets.h
47151         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47153         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47154         large parameters.
47156         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47158         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47159         'err' in the ifdef scope in which it is actually used.
47161         * nss/nss_db/db-init.c: Include string.h
47163 2012-03-12  David S. Miller  <davem@davemloft.net>
47165         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47166         masking out of the most significant byte of random value used.
47167         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47168         Fix coding style in previous change.
47170         * sysdeps/unix/sysv/linux/kernel-features.h
47171         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47172         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47173         expression.
47174         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47175         later.
47177 2012-03-11  David S. Miller  <davem@davemloft.net>
47179         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47180         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47181         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47182         for 'resultvar' otherwise things get truncated on 64-bit.
47184         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47185         Fix masking out of the most significant byte of random value used.
47187         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47189 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47191         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47193 2012-03-09  David S. Miller  <davem@davemloft.net>
47195         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47196         variables with appropriate CPP guards.
47197         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47198         from the frame pointer, not the stack pointer.  Correct layout
47199         comments.  Fix test on resulting framesize and the management of
47200         the outregs buffer for pltexit.  Preserve floating point return
47201         values across _dl_call_pltexit call.
47202         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47203         framesize and the management of the outregs buffer for pltexit.
47204         Preserve floating point return values across _dl_call_pltexit
47205         call.
47206         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47207         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47208         (la_sparc64_gnu_pltexit): New functions.
47209         (print_exit): Fix format string for return register value.
47211 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47213         * sunrpc/Makefile (others): Add rpcgen.
47214         ($(objpfx)rpcgen): Remove special build rule and dependency on
47215         libc.
47216         * sunrpc/rpcgen.c: New file.
47218 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47220         [BZ #13673]
47221         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47222         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47223         * sysdeps/i386/crti.S: Likewise.
47224         * sysdeps/i386/crtn.S: Likewise.
47225         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47226         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47227         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47228         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47229         * sysdeps/sh/crti.S: Likewise.
47230         * sysdeps/sh/crtn.S: Likewise.
47231         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47233         [BZ #13673]
47234         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47235         with URL.
47236         * locale/programs/locfile-kw.gperf: Likewise.
47237         * locale/programs/charmap-kw.h: Regenerated.
47238         * locale/programs/locfile-kw.h: Likewise.
47240         [BZ #13673]
47241         * intl/plural.y: Replace FSF snail mail address with URL.
47242         * intl/plural.c: Regenerated.
47244 2012-03-09  Richard Henderson  <rth@twiddle.net>
47246         * include/math_private.h: Remove file.
47247         * math/math_private.h: Move file ...
47248         * sysdeps/generic/math_private.h: ... here.
47250         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47251         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47252         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47254         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47255         and <math_private.h>.
47256         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47257         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47258         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47259         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47260         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47261         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47262         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47263         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47264         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47265         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47266         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47267         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47268         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47269         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47270         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47271         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47272         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47273         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47274         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47275         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47276         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47277         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47278         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47279         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47280         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47281         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47282         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47283         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47284         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47285         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47286         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47287         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47288         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47289         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47290         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47291         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47292         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47293         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47294         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47295         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47296         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47297         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47298         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47299         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47300         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47301         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47302         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47303         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47304         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47305         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47306         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47307         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47308         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47309         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47310         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47311         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47312         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47313         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47314         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47315         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47316         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47317         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47318         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47319         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47320         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47321         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47322         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47323         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47324         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47325         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47326         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47327         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47328         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47329         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47330         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47331         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47332         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47333         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47334         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47335         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47336         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47337         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47338         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47339         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47340         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47341         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47342         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47343         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47344         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47345         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47346         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47347         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47348         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47349         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47350         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47351         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47352         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47353         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47354         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47355         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47356         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47357         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47358         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47359         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47360         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47361         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47362         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47363         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47364         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47365         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47366         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47367         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47368         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47369         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47370         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47371         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47372         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47373         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47374         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47375         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47376         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47377         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47378         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47379         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47380         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47381         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47382         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47383         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47384         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47385         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47386         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47387         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47388         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47389         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47390         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47391         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47392         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47393         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47394         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47395         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47396         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47397         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47398         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47399         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47400         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47401         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47402         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47403         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47404         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47405         * sysdeps/ieee754/k_standard.c: Likewise.
47406         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47407         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47408         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47409         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47410         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47411         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47412         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47413         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47414         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47415         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47416         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47417         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47418         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47419         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47420         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47421         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47422         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47423         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47424         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47425         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47426         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47427         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47428         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47429         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47430         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47431         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47432         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47433         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47434         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47435         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47436         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47437         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47438         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47439         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47440         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47441         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47442         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47443         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47444         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47445         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47446         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47447         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47448         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47449         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47450         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47451         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47452         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47453         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47454         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47455         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47456         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47457         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47458         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47459         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47460         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47461         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47462         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47463         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47464         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47465         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47466         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47467         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47468         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47469         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47470         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47471         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47472         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47473         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47474         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47475         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47476         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47477         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47478         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47479         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47480         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47481         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47482         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47483         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47484         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47485         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47486         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47487         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47488         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47489         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47490         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47491         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47492         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47493         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47494         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47495         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47496         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47497         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47498         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47499         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47500         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47501         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47502         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
47503         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
47504         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
47505         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
47506         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47507         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47508         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47509         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47510         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
47511         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47512         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47513         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
47514         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
47515         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47516         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47517         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47518         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
47519         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47520         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
47521         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47522         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
47523         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47524         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47525         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47526         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47527         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47528         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47529         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47530         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47531         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47532         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47533         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47534         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47535         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47536         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47537         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47538         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47539         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47540         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47541         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47542         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47543         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47544         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47545         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47546         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47547         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47548         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47549         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47550         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47551         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47552         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47553         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47554         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47555         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47556         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47557         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47558         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47559         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47560         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47561         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47562         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47563         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47564         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47565         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47566         * sysdeps/ieee754/s_lib_version.c: Likewise.
47567         * sysdeps/ieee754/s_matherr.c: Likewise.
47568         * sysdeps/ieee754/s_signgam.c: Likewise.
47569         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47570         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47571         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47572         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47573         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47574         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47575         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47576         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47577         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47578         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47579         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47580         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47581         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47582         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47583         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47584         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47585         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47586         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47587         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47588         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47589         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47591 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47593         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47594         * sunrpc/rpc_main.c: Likewise.
47595         * sunrpc/rpc_svcout.c: Likewise.
47597 2012-03-09  David S. Miller  <davem@davemloft.net>
47599         * include/math_private.h: New file.
47601 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47603         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47604         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47605         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47606         from <bits/socket_type.h>.
47607         (enum __socket_type): Don't define here.
47608         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47609         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47610         bits/socket_type.h.
47612         [BZ #13566]
47613         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47614         checking __USE_GNU.
47616         * Makerules ($(inst_includedir)/%.h): New rule.
47617         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47618         (install-others): Remove variable setting.
47619         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47621 2012-03-08  Richard Henderson  <rth@twiddle.net>
47623         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47624         from macro to inline function; merge with the
47625         !__LIBC_INTERNAL_MATH_INLINES version.
47626         (__ieee754_sqrtf): Likewise.
47628         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47629         to inline function.
47630         (__rintf, __floor, __floorf): Likewise.
47632         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47633         macro to inline function.
47634         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47636         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47637         not <math/math_private.h>.
47639 2012-03-08  David S. Miller  <davem@davemloft.net>
47641         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47642         copyright year.
47643         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47645 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47647         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47648         normalization.
47649         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47650         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47652 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47654         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47655         be defined individually, they must be defined as a block.  Define
47656         S for printing a string instead of hidint the different by using a
47657         macro for adding the 'l'.
47658         * stdio-common/tst-fphex-wide.c: Adjust.
47660 2012-03-07  Marek Polacek  <polacek@redhat.com>
47662         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47664 2012-03-08  Marek Polacek  <polacek@redhat.com>
47666         [BZ #13806]
47667         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47668         * stdio-common/tst-fphex.c: Define a few macros to make the
47669         test reusable.  Use them.
47670         * stdio-common/tst-fphex-wide.c: New file.
47672 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47674         [BZ #6911]
47675         * manual/macros.texi (gnusystems): New macro.
47676         (nongnusystems): Likewise.
47677         (gnulinuxhurdsystems): Likewise.
47678         (gnuhurdsystems): Likewise..
47679         (gnulinuxsystems): Likewise.
47680         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47681         variants of the GNU system, not "GNU system".
47682         * manual/conf.texi: Likewise.
47683         * manual/errno.texi: Likewise.  Update example of errno macro
47684         expansion.
47685         * manual/filesys.texi: Likewise.
47686         (getumask): Document as specific to GNU/Hurd.
47687         * manual/install.texi: Likewise.  Reword some references to
47688         GNU/Linux.
47689         * manual/intro.texi: Likewise.
47690         * manual/io.texi: Likewise.
47691         (File Name Portability): Detail which constraints are inapplicable
47692         to all GNU systems and which are only inapplicable to GNU/Hurd.
47693         * manual/job.texi: Likewise.
47694         * manual/llio.texi: Likewise.
47695         (O_NOCTTY): Document as present on GNU/Linux.
47696         * manual/maint.texi: Likewise.
47697         * manual/memory.texi: Likewise.
47698         * manual/pattern.texi: Likewise.
47699         * manual/pipe.texi: Likewise.
47700         * manual/process.texi: Likewise.
47701         * manual/resource.texi: Likewise.
47702         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47703         child on GNU/Hurd.
47704         * manual/setjmp.texi: Likewise.
47705         * manual/signal.texi: Likewise.
47706         * manual/startup.texi: Likewise.
47707         * manual/stdio.texi: Likewise.
47708         * manual/terminal.texi: Likewise.
47709         (ONLCR): Document as POSIX.
47710         (OXTABS): Document availability on GNU/Linux as XTABS.
47711         (ONOEOT): Document availability separately from other bits.
47712         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47713         * manual/time.texi: Likewise.
47714         * manual/users.texi: Likewise.
47715         * INSTALL: Regenerated.
47716         * sysdeps/gnu/errlist.c: Regenerated.
47718         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47719         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47720         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47721         puts.
47722         * configure: Regenerated.
47724 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47726         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47727         default includes instead of AC_HEADER_CHECK.
47728         * sysdeps/i386/configure: Regenerated.
47730         [BZ #10716]
47731         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47732         * math/s_cacoshf.c (__cacoshf): Likewise.
47733         * math/s_cacoshl.c (__cacoshl): Likewise.
47734         * math/s_casinh.c (__casinh): Set signs of result from argument.
47735         * math/s_casinhf.c (__casinhf): Likewise.
47736         * math/s_casinhl.c (__casinhl): Likewise.
47737         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47738         (casinh_test): Add more tests.
47739         * sysdeps/i386/fpu/libm-test-ulps: Update.
47740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47742 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47744         * po/zh_TW.po: Update from translation team.
47746         * login/Makefile (distribute): Remove variable.
47747         * catgets/Makefile: Likewise.
47748         * mach/Makefile: Likewise.
47749         * malloc/Makefile: Likewise.
47750         * misc/Makefile: Likewise.
47751         * iconv/Makefile: Likewise.
47752         * nscd/Makefile: Likewise.
47753         * hurd/Makefile: Likewise.
47754         * manual/Makefile: Likewise.
47755         * locale/Makefile: Likewise.
47756         * intl/Makefile: Likewise.
47757         * conform/Makefile: Likewise.
47758         * nss/Makefile: Likewise.
47759         * time/Makefile: Likewise.
47760         * soft-fp/Makefile: Likewise.
47761         * dirent/Makefile: Likewise.
47762         * gmon/Makefile: Likewise.
47763         * po/Makefile: Likewise.
47764         * rt/Makefile: Likewise.
47765         * socket/Makefile: Likewise.
47766         * math/Makefile: Likewise.
47767         * signal/Makefile: Likewise.
47768         * debug/Makefile: Likewise.
47769         * elf/Makefile: Likewise.
47770         * timezone/Makefile: Likewise.
47771         * stdlib/Makefile: Likewise.
47772         * iconvdata/Makefile: Likewise.
47773         * sunrpc/Makefile: Likewise.
47774         * io/Makefile: Likewise.
47775         * argp/Makefile: Likewise.
47776         * inet/Makefile: Likewise.
47777         * hesiod/Makefile: Likewise.
47778         * grp/Makefile: Likewise.
47779         * csu/Makefile: Likewise.
47780         * wctype/Makefile: Likewise.
47781         * crypt/Makefile: Likewise.
47782         * libio/Makefile: Likewise.
47783         * string/Makefile: Likewise.
47784         * nis/Makefile: Likewise.
47785         * resolv/Makefile: Likewise.
47786         * stdio-common/Makefile: Likewise.
47787         * wcsmbs/Makefile: Likewise.
47788         * dlfcn/Makefile: Likewise.
47789         * posix/Makefile: Likewise.
47791         [BZ #6959]
47792         * timezone/Makefile: Don't install timezone files, just the programs
47793         and scripts.
47795 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47797         * nss/databases.def: Add missing gshadow entry.
47799         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47801 2012-03-06  Marek Polacek  <polacek@redhat.com>
47803         [BZ #13726]
47804         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47805         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47806         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47807         * stdio-common/tst-long-dbl-fphex.c: New file.
47809 2012-03-06  David S. Miller  <davem@davemloft.net>
47811         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47812         (set_obp_int): New function.
47813         (get_obp_int): New function.
47814         (__get_clockfreq_via_dev_openprom): Likewise.
47815         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47816         Avoid unused variable warnings on 'val' and use builtin_expect.
47817         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47818         __builtin_expect.
47819         (INLINE_CLONE_SYSCALL): Likewise.
47821 2012-03-05  David S. Miller  <davem@davemloft.net>
47823         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47825 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47827         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47829         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47830         only for |x| >= 40.
47831         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47833 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47835         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47836         Replace gettimeofday with __vdso_gettimeofday.
47838         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47839         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47840         __vdso_clock_gettime and __vdso_getcpu.
47842         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47843         time with __vdso_time.
47845 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47847         * manual/lang.texi (size_t): Note types to which size_t may be
47848         equivalent with the GNU C Library, but do not describe when
47849         differences between them are significant.
47851 2012-03-05  Andreas Jaeger  <aj@suse.de>
47853         * sysdeps/i386/fpu/libm-test-ulps: Update.
47855 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47857         [BZ #3976]
47858         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47859         (__ieee754_pow): Save and restore rounding mode and use
47860         round-to-nearest for main computations.
47861         * math/libm-test.inc (pow_test_tonearest): New function.
47862         (pow_test_towardzero): Likewise.
47863         (pow_test_downward): Likewise.
47864         (pow_test_upward): Likewise.
47865         (main): Call the new functions.
47866         * sysdeps/i386/fpu/libm-test-ulps: Update.
47867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47869         [BZ #3976]
47870         * math/libm-test.inc (cosh_test_tonearest): New function.
47871         (cosh_test_towardzero): Likewise.
47872         (cosh_test_downward): Likewise.
47873         (cosh_test_upward): Likewise.
47874         (sinh_test_tonearest): Likewise.
47875         (sinh_test_towardzero): Likewise.
47876         (sinh_test_downward): Likewise.
47877         (sinh_test_upward): Likewise.
47878         (main): Call the new functions.
47879         * sysdeps/i386/fpu/libm-test-ulps: Update.
47880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47882 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47884         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47885         default stack guard is set in last bytes.
47886         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47888 2012-03-05  Kees Cook  <keescook@chromium.org>
47890         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47892         [BZ #13656]
47893         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47894         possibly allocate from heap instead of stack.
47895         * stdio-common/bug-vfprintf-nargs.c: New file.
47896         * stdio-common/Makefile (tests): Add nargs overflow test.
47898 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47900         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47902 2012-03-03  Marek Polacek  <polacek@redhat.com>
47904         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47905         * math/math_private.h: Likewise.
47906         * stdlib/tst-strtod.c: Likewise.
47907         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47908         * sysdeps/x86_64/bits/atomic.h: Likewise.
47910 2012-03-02  David S. Miller  <davem@davemloft.net>
47912         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47913         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47914         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47915         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47916         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47917         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47918         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47919         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47921 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47923         [BZ #13792]
47924         * manual/examples/README: New file, says the example source files
47925         can be used under GPL>=2.
47926         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47927         line containing just "*/".
47928         * manual/examples/add.c: Add copyright header (GPL>=2).
47929         * manual/examples/argp-ex1.c: Likewise.
47930         * manual/examples/argp-ex2.c: Likewise.
47931         * manual/examples/argp-ex3.c: Likewise.
47932         * manual/examples/argp-ex4.c: Likewise.
47933         * manual/examples/atexit.c: Likewise.
47934         * manual/examples/db.c: Likewise.
47935         * manual/examples/dir.c: Likewise.
47936         * manual/examples/dir2.c: Likewise.
47937         * manual/examples/execinfo.c: Likewise.
47938         * manual/examples/filecli.c: Likewise.
47939         * manual/examples/filesrv.c: Likewise.
47940         * manual/examples/fmtmsgexpl.c: Likewise.
47941         * manual/examples/genpass.c: Likewise.
47942         * manual/examples/inetcli.c: Likewise.
47943         * manual/examples/inetsrv.c: Likewise.
47944         * manual/examples/isockad.c: Likewise.
47945         * manual/examples/longopt.c: Likewise.
47946         * manual/examples/memopen.c: Likewise.
47947         * manual/examples/memstrm.c: Likewise.
47948         * manual/examples/mkfsock.c: Likewise.
47949         * manual/examples/mkisock.c: Likewise.
47950         * manual/examples/mygetpass.c: Likewise.
47951         * manual/examples/pipe.c: Likewise.
47952         * manual/examples/popen.c: Likewise.
47953         * manual/examples/rprintf.c: Likewise.
47954         * manual/examples/search.c: Likewise.
47955         * manual/examples/select.c: Likewise.
47956         * manual/examples/setjmp.c: Likewise.
47957         * manual/examples/sigh1.c: Likewise.
47958         * manual/examples/sigusr.c: Likewise.
47959         * manual/examples/stpcpy.c: Likewise.
47960         * manual/examples/strdupa.c: Likewise.
47961         * manual/examples/strftim.c: Likewise.
47962         * manual/examples/strncat.c: Likewise.
47963         * manual/examples/subopt.c: Likewise.
47964         * manual/examples/swapcontext.c: Likewise.
47965         * manual/examples/termios.c: Likewise.
47966         * manual/examples/testopt.c: Likewise.
47967         * manual/examples/testpass.c: Likewise.
47968         * manual/examples/timeval_subtract.c: Likewise.
47970         [BZ #13792]
47971         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47972         function to ...
47973         * manual/timeval_subtract.c.texi: ... here, new file.
47975 2012-03-02  David S. Miller  <davem@davemloft.net>
47977         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47979 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47981         [BZ #3976]
47982         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47983         (__sin): Save and restore rounding mode and use round-to-nearest
47984         for all computations.
47985         (__cos): Save and restore rounding mode and use round-to-nearest
47986         for all computations.
47987         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47988         <fenv.h>.
47989         (tan): Save and restore rounding mode and use round-to-nearest for
47990         all computations.
47991         * math/libm-test.inc (cos_test_tonearest): New function.
47992         (cos_test_towardzero): Likewise.
47993         (cos_test_downward): Likewise.
47994         (cos_test_upward): Likewise.
47995         (sin_test_tonearest): Likewise.
47996         (sin_test_towardzero): Likewise.
47997         (sin_test_downward): Likewise.
47998         (sin_test_upward): Likewise.
47999         (tan_test_tonearest): Likewise.
48000         (tan_test_towardzero): Likewise.
48001         (tan_test_downward): Likewise.
48002         (tan_test_upward): Likewise.
48003         (main): Call the new functions.
48004         * sysdeps/i386/fpu/libm-test-ulps: Update.
48005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48007         [BZ #10135]
48008         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48009         small n, then large n, before computing and testing k+n.
48010         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48011         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48012         Likewise.
48013         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48014         Likewise.
48015         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48016         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48017         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48018         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48019         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48020         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48021         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48022         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48023         * math/libm-test.inc (scalbn_test): Add more tests.
48024         (scalbln_test): Likewise.
48026         * manual/filesys.texi (mode_t): Describe constraints on size and
48027         signedness, not exact equivalence to a particular type.
48028         (ino_t): Likewise.
48029         (ino64_t): Likewise.
48030         (dev_t): Likewise.
48031         (nlink_t): Likewise.
48032         (blkcnt_t): Likewise.
48033         (blkcnt64_t): Likewise.
48034         * manual/llio.texi (off_t): Likewise.
48036         [BZ #3976]
48037         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48038         (__ieee754_exp): Save and restore rounding mode and use
48039         round-to-nearest for all computations.
48040         * math/libm-test.inc (exp_test_tonearest): New function.
48041         (exp_test_towardzero): Likewise.
48042         (exp_test_downward): Likewise.
48043         (exp_test_upward): Likewise.
48044         (main): Call the new functions.
48045         * sysdeps/i386/fpu/libm-test-ulps: Update.
48046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48048 2012-03-01  Chris Demetriou  <cgd@google.com>
48050         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48051         have predictable order.
48053 2012-03-01  David S. Miller  <davem@davemloft.net>
48055         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48057         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48058         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48059         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48060         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48062         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48063         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48064         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48065         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48066         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48067         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48068         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48069         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48070         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48072         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48074         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48075         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48076         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48078         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48079         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48080         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48081         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48082         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48083         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48084         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48085         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48086         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48087         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48088         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48089         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48090         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48091         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48092         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48093         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48094         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48095         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48096         * sysdeps/sparc/elf/configure: Regenerated.
48098 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48100         * configure.in (AS, LD): Require binutils 2.20 or later.
48101         * configure: Regenerated.
48102         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48103         as required minimum version.
48104         * INSTALL: Regenerated.
48106         [BZ #2541]
48107         [BZ #4108]
48108         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48109         before squaring exponent.
48110         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48111         bottom long double and 27 bits of top long double before squaring
48112         exponent.
48113         * math/libm-test.inc (erfc_test): Add more tests.
48114         * sysdeps/i386/fpu/libm-test-ulps: Update.
48115         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48118 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48120         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48121         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48122         containing bit-fields.
48123         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48124         * soft-fp/single.h (_FP_UNION_S): Likewise.
48125         * soft-fp/double.h (_FP_UNION_D): Likewise.
48127 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48129         [BZ #13786]
48130         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48131         not include ../strcmp.S.
48132         [USE_AS_STRNCASECMP_L]: Likewise.
48133         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48134         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48135         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48136         (__strncasecmp_l_ia32): Define as alias to
48137         __strncasecmp_l_nonascii.
48139         [BZ #5794]
48140         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48141         * sysdeps/i386/fpu/libm-test-ulps: Update.
48142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48144         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48147 2012-02-29  Jeff Law  <law@redhat.com>
48149         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48150         out of bounds read.
48152 2012-02-29  Marek Polacek  <polacek@redhat.com>
48154         [BZ #13706]
48155         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48156         * elf/Makefile: Add rules to run tst-unused-dep.out.
48158 2012-02-28  David S. Miller  <davem@davemloft.net>
48160         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48161         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48162         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48163         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48164         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48165         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48167 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48169         * math/libm-test.inc (llround_test): Move one test from
48170         lround_test.  Use TEST_f_L in moved test.
48171         (lround_test): Move misplaced test to llround_test.  Add testcase
48172         from bug 2561.
48174 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48176         * sysdeps/x86_64/fpu/e_expf.S: New file.
48177         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48179 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48181         [BZ #13637]
48182         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48183         of remain_len that may cause incomplete multi-byte character and
48184         false match.
48185         * posix/bug-regex33.c: New file.
48186         * posix/Makefile (tests): Add bug-regex33.
48188 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48190         * manual/macros.texi: New file.
48191         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48192         * manual/libc.texinfo: Include macros.texi.
48193         * manual/creatute.texi: Likewise.
48194         * manual/install.texi: Likewise.
48195         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48196         @glibcadj{} in references to the GNU C Library.
48197         * manual/charset.texi: Likewise.
48198         * manual/conf.texi: Likewise.
48199         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48200         when not using those macros.
48201         * manual/creature.texi: Likewise.
48202         * manual/crypt.texi: Likewise.
48203         * manual/errno.texi: Likewise.
48204         * manual/filesys.texi: Likewise.
48205         * manual/header.texi: Likewise.
48206         * manual/install.texi: Likewise.
48207         * manual/intro.texi: Likewise.
48208         * manual/io.texi: Likewise.
48209         * manual/job.texi: Likewise.
48210         * manual/lang.texi: Likewise.
48211         * manual/libc.texiinfo: Likewise.
48212         * manual/llio.texi: Likewise.
48213         * manual/locale.texi: Likewise.
48214         * manual/maint.texi: Likewise.
48215         * manual/math.texi: Likewise.
48216         * manual/memory.texi: Likewise.
48217         * manual/message.texi: Likewise.
48218         * manual/nss.texi: Likewise.
48219         * manual/pattern.texi: Likewise.
48220         * manual/process.texi: Likewise.
48221         * manual/resource.texi: Likewise.
48222         * manual/search.texi: Likewise.
48223         * manual/setjmp.texi: Likewise.
48224         * manual/signal.texi: Likewise.
48225         * manual/socket.texi: Likewise.
48226         * manual/startup.texi: Likewise.
48227         * manual/stdio.texi: Likewise.
48228         * manual/string.texi: Likewise.
48229         * manual/sysinfo.texi: Likewise.
48230         * manual/syslog.texi: Likewise.
48231         * manual/terminal.texi: Likewise.
48232         * manual/time.texi: Likewise.
48233         * manual/users.texi: Likewise.
48234         * INSTALL: Regenerated.
48235         * NOTES: Regenerated.
48236         * sysdeps/gnu/errlist.c: Regenerated.
48238 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48240         * include/dirent.h: Include <dirstream.h> before
48241         <dirent/dirent.h>.
48243 2012-02-28  David S. Miller  <davem@davemloft.net>
48245         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48246         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48247         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48248         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48250 2012-02-27  David S. Miller  <davem@davemloft.net>
48252         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48253         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48254         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48255         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48257         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48258         frame pointer instead of stack pointer relative arg slot.
48259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48260         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48261         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48263 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48265         [BZ #3992]
48266         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48268 2012-02-27  David S. Miller  <davem@davemloft.net>
48270         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48271         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48272         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48273         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48274         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48275         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48276         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48277         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48279 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48281         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48282         later.  Allow versions 5-9.
48283         * configure: Regenerated.
48284         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48285         required minimum version and 4.6 as recommended version.  Do not
48286         mention bugs in GCC 2.7 and 2.8.
48287         * INSTALL: Regenerated.
48289 2012-02-27  David S. Miller  <davem@davemloft.net>
48291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48292         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48294         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48295         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48296         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48297         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48298         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48300         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48301         manipulate bits before adding and subtracting TWO112[sx].
48302         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48304 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48306         [BZ #13775]
48307         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48308         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48309         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48310         being in POSIX, because they are in 1003.1-2008.
48312         * rt/tst-aio.c: Include <fcntl.h>.
48313         * rt/tst-aio7.c: Likewise.
48314         * rt/tst-aio64.c: Likewise.
48316         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48318 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48320         * manual/install.texi (--with-headers): Describe headers as
48321         interface headers, not private headers.
48322         (Specific advice for GNU/Linux systems): Describe use of headers
48323         from "make headers_install", not private headers from older
48324         kernels.
48325         * INSTALL: Regenerated.
48326         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48327         Change to 2.6.19.
48328         * sysdeps/unix/sysv/linux/configure: Regenerated.
48330         * manual/llio.texi (fclean): Remove documentation.
48332         * manual/Makefile (libc-texi-generated): New variable.  Include
48333         version.texi.
48334         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48335         $(libc-texi-generated), not duplicated list of files.
48336         (version.texi, stamp-version): New rules.
48337         (realclean): Remove $(libc-texi-generated), not individual files
48338         from that list.  Do not remove dir-add.texinfo.
48339         * manual/libc.texinfo: Comment out uses of edition numbers and
48340         references to printed manual.  Remove last-updated dates.
48341         (EDITION): Comment out.
48342         (ISBN): Likewise.
48343         (VERSION, UPDATED): Remove.
48344         (version.texi): Include.
48346 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48348         * sysdeps/posix/spawni.c: Include <signal.h>.
48349         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48350         * sysdeps/pthread/aio_fsync.c: Likewise.
48352 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48354         * conform/Makefile (tests): Run only when not cross-compiling and
48355         when fast-check is not defined.
48357         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48358         * conform/data/limits.h-data: Fixes for POSIX2008.
48359         * conform/run-conformtest.sh: Run all tests.
48360         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48361         headers.
48362         * include/bits/dlfcn.h: Likewise.
48363         * include/langinfo.h: Likewise.
48364         * include/monetary.h: Likewise.
48365         * include/sys/poll.h: Likewise.
48367         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48368         for __USE_GNU.
48369         * posix/spawn.h: Define __need_sigset_t.
48370         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48371         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48372         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48373         to get sigevent_t only.
48374         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48375         only for __USE_GNU.
48376         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48377         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48378         process_vm_writev only for __USE_GNU.
48379         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48381         * conform/Makefile: For now ignore errors from run-conformtest.
48382         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48383         POSIX to avoid namespace pollution.  Don't prepend headers.
48384         * conform/data/aio.h-data: Fixes for POSIX testing.
48385         * conform/data/fcntl.h-data: Likewise.
48386         * conform/data/glob.h-data: Likewise.
48387         * conform/data/grp.h-data: Likewise.
48388         * conform/data/pthread.h-data: Likewise.
48389         * conform/data/pwd.h-data: Likewise.
48390         * conform/data/signal.h-data: Likewise.
48391         * conform/data/spawn.h-data: Likewise.
48392         * conform/data/stdio.h-data: Likewise.
48393         * conform/data/stdlib.h-data: Likewise.
48394         * conform/data/stropts.h-data: Likewise.
48395         * conform/data/sys/mman.h-data: Likewise.
48396         * conform/data/sys/stat.h-data: Likewise.
48397         * conform/data/sys/types.h-data: Likewise.
48398         * conform/data/sys/wait.h-data: Likewise.
48399         * conform/data/time.h-data: Likewise.
48400         * conform/data/unistd.h-data: Likewise.
48401         * conform/data/utime.h-data: Likewise.
48403         * io/sys/stat.h: fchmod was always in POSIX.
48404         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48405         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48406         * rt/aio.h: Define __need_timespec before including <time.h>.
48407         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48408         struct.  Add forward declaration of pthread_attr_t and use it in
48409         sigevent.
48410         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48411         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48412         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48413         always remove CLK_TCK definition.
48415 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48417         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48419 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48421         * conform/run-conformtest.sh: New file.
48422         * conform/Makefile: Run run-conformtest for tests.
48423         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48424         support.
48426         * conform/data/uchar.h-data: New file.
48427         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48428         * conform/data/arpa/inet.h-data: Likewise.
48429         * conform/data/assert.h-data: Likewise.
48430         * conform/data/complex.h-data: Likewise.
48431         * conform/data/cpio.h-data: Likewise.
48432         * conform/data/ctype.h-data: Likewise.
48433         * conform/data/dirent.h-data: Likewise.
48434         * conform/data/dlfcn.h-data: Likewise.
48435         * conform/data/errno.h-data: Likewise.
48436         * conform/data/fcntl.h-data: Likewise.
48437         * conform/data/float.h-data: Likewise.
48438         * conform/data/fmtmsg.h-data: Likewise.
48439         * conform/data/fnmatch.h-data: Likewise.
48440         * conform/data/ftw.h-data: Likewise.
48441         * conform/data/glob.h-data: Likewise.
48442         * conform/data/grp.h-data: Likewise.
48443         * conform/data/iconv.h-data: Likewise.
48444         * conform/data/inttypes.h-data: Likewise.
48445         * conform/data/langinfo.h-data: Likewise.
48446         * conform/data/libgen.h-data: Likewise.
48447         * conform/data/limits.h-data: Likewise.
48448         * conform/data/locale.h-data: Likewise.
48449         * conform/data/math.h-data: Likewise.
48450         * conform/data/monetary.h-data: Likewise.
48451         * conform/data/mqueue.h-data: Likewise.
48452         * conform/data/ndbm.h-data: Likewise.
48453         * conform/data/net/if.h-data: Likewise.
48454         * conform/data/netdb.h-data: Likewise.
48455         * conform/data/netinet/in.h-data: Likewise.
48456         * conform/data/nl_types.h-data: Likewise.
48457         * conform/data/poll.h-data: Likewise.
48458         * conform/data/pthread.h-data: Likewise.
48459         * conform/data/pwd.h-data: Likewise.
48460         * conform/data/regex.h-data: Likewise.
48461         * conform/data/sched.h-data: Likewise.
48462         * conform/data/search.h-data: Likewise.
48463         * conform/data/semaphore.h-data: Likewise.
48464         * conform/data/setjmp.h-data: Likewise.
48465         * conform/data/signal.h-data: Likewise.
48466         * conform/data/spawn.h-data: Likewise.
48467         * conform/data/stdarg.h-data: Likewise.
48468         * conform/data/stdio.h-data: Likewise.
48469         * conform/data/stdlib.h-data: Likewise.
48470         * conform/data/string.h-data: Likewise.
48471         * conform/data/strings.h-data: Likewise.
48472         * conform/data/stropts.h-data: Likewise.
48473         * conform/data/sys/ipc.h-data: Likewise.
48474         * conform/data/sys/mman.h-data: Likewise.
48475         * conform/data/sys/msg.h-data: Likewise.
48476         * conform/data/sys/resource.h-data: Likewise.
48477         * conform/data/sys/select.h-data: Likewise.
48478         * conform/data/sys/sem.h-data: Likewise.
48479         * conform/data/sys/shm.h-data: Likewise.
48480         * conform/data/sys/socket.h-data: Likewise.
48481         * conform/data/sys/stat.h-data: Likewise.
48482         * conform/data/sys/statvfs.h-data: Likewise.
48483         * conform/data/sys/time.h-data: Likewise.
48484         * conform/data/sys/timeb.h-data: Likewise.
48485         * conform/data/sys/times.h-data: Likewise.
48486         * conform/data/sys/types.h-data: Likewise.
48487         * conform/data/sys/uio.h-data: Likewise.
48488         * conform/data/sys/un.h-data: Likewise.
48489         * conform/data/sys/utsname.h-data: Likewise.
48490         * conform/data/sys/wait.h-data: Likewise.
48491         * conform/data/syslog.h-data: Likewise.
48492         * conform/data/tar.h-data: Likewise.
48493         * conform/data/termios.h-data: Likewise.
48494         * conform/data/utime.h-data: Likewise.
48495         * conform/data/utmpx.h-data: Likewise.
48496         * conform/data/varargs.h-data: Likewise.
48497         * conform/data/wchar.h-data: Likewise.
48498         * conform/data/wctype.h-data: Likewise.
48499         * conform/data/wordexp.h-data: Likewise.
48501         * include/stropts.h: New file.
48502         * include/uchar.h: New file.
48503         * include/aio.h: Changes to allow conformtest.pl to use the headers.
48504         * include/assert.h: Likewise.
48505         * include/ctype.h: Likewise.
48506         * include/dirent.h: Likewise.
48507         * include/dlfcn.h: Likewise.
48508         * include/fcntl.h: Likewise.
48509         * include/fnmatch.h: Likewise.
48510         * include/glob.h: Likewise.
48511         * include/grp.h: Likewise.
48512         * include/libio.h: Likewise.
48513         * include/locale.h: Likewise.
48514         * include/math.h: Likewise.
48515         * include/net/if.h: Likewise.
48516         * include/netdb.h: Likewise.
48517         * include/netinet/in.h: Likewise.
48518         * include/pthread.h: Likewise.
48519         * include/pwd.h: Likewise.
48520         * include/regex.h: Likewise.
48521         * include/sched.h: Likewise.
48522         * include/search.h: Likewise.
48523         * include/setjmp.h: Likewise.
48524         * include/signal.h: Likewise.
48525         * include/stdio.h: Likewise.
48526         * include/stdlib.h: Likewise.
48527         * include/string.h: Likewise.
48528         * include/sys/cdefs.h: Likewise.
48529         * include/sys/mman.h: Likewise.
48530         * include/sys/msg.h: Likewise.
48531         * include/sys/resource.h: Likewise.
48532         * include/sys/select.h: Likewise.
48533         * include/sys/socket.h: Likewise.
48534         * include/sys/stat.h: Likewise.
48535         * include/sys/statvfs.h: Likewise.
48536         * include/sys/time.h: Likewise.
48537         * include/sys/times.h: Likewise.
48538         * include/sys/uio.h: Likewise.
48539         * include/sys/utsname.h: Likewise.
48540         * include/sys/wait.h: Likewise.
48541         * include/termios.h: Likewise.
48542         * include/time.h: Likewise.
48543         * include/ulimit.h: Likewise.
48544         * include/unistd.h: Likewise.
48545         * include/utime.h: Likewise.
48546         * include/wchar.h: Likewise.
48547         * include/wctype.h: Likewise.
48548         * include/wordexp.h: Likewise.
48550         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48552         * time/time.h: TIME_UTC must be a macro.
48553         Make timespec_get available for ISO C11 only as well.
48555 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48557         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48558         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48560 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48562         * configure.in: Use -o not -a in test for unsupported multi-arch.
48564 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48566         * manual/texinfo.tex: Update to version 2012-01-19.16.
48568 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48570         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48572 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48574         [BZ #13738]
48575         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48576         * manual/fdl-1.3.texi: New file.
48577         * manual/fdl-1.1.texi: File removed.
48579         [BZ #13738]
48580         * manual/libc.texinfo (FDL_VERSION): New @set.
48581         Use it for mention of FDL in cover text.
48582         (Documentation License): Use it in @include file name.
48584 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48585             Roland McGrath  <roland@hack.frob.com>
48587         [BZ #5461]
48588         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48589         (not LONG_LONG_MAX and LONG_LONG_MIN.
48590         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48591         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48592         name.
48593         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48595 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48597         [BZ #2547]
48598         [BZ #11365]
48599         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48600         manipulate bits before adding and subtracting TWO23[sx].
48601         * math/libm-test.inc (nearbyint_test): Add more tests.
48603 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48605         [BZ #2548]
48606         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48607         bits before adding and subtracting TWO23[sx].
48608         * math/libm-test.inc (rint_test): Add more tests.
48609         (rint_test_tonearest): Likewise.
48610         (rint_test_towardzero): Likewise.
48611         (rint_test_downward): Likewise.
48612         (rint_test_upward: Likewise.
48614 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48616         [BZ #10110]
48617         * include/stdc-predef.h: New file.  Extracted from features.h.
48618         * include/features.h: Include stdc-predef.h.
48619         * Makefile (headers): Add stdc-predef.h.
48620         * CONFORMANCE (Compiler limitations): Update.
48622 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48624         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48626 2012-02-21  David S. Miller  <davem@davemloft.net>
48628         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48629         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48631 2012-02-20  David S. Miller  <davem@davemloft.net>
48633         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48634         using a normal save/restore sequence, rather than allocating a
48635         dummy stack frame just to store a frame pointer and restore.
48636         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48638 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48640         * manual/install.texi: Fix stray word in line-wrapped comment.
48642 2012-02-20  David S. Miller  <davem@davemloft.net>
48644         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48645         both binutils and gcc support GOTDATA.
48647         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48648         "rd %pc" in the PIC register setup sequences.
48650         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48651         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48652         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48653         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48654         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48655         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48656         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48657         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48658         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48659         (SYSCALL_ERROR_HANDLER): Likewise.
48660         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48661         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48662         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48663         (SYSCALL_ERROR_HANDLER): Likewise.
48665         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48666         (HAVE_GCC_GOTDATA): New.
48667         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48668         relocation support in both binutils and gcc.
48669         * sysdeps/sparc/elf/configure: Regenerate.
48671         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48672         * sysdeps/sparc/sparc32/elf/configure: Delete.
48673         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48674         * sysdeps/sparc/sparc64/elf/configure: Delete.
48675         * sysdeps/sparc/elf/configure.in: New file.
48676         * sysdeps/sparc/elf/configure: Generate.
48678         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48679         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48680         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48681         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48682         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48684 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48686         * manual/install.texi: Do not mention specific glibc version
48687         numbers.
48688         * manual/libc.texinfo (VERSION, UPDATED): Update.
48689         (@copying): Use @copyright{} and range of years.
48691 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48693         [BZ #13695]
48694         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48695         [crti.S not in sysdirs] (generated): Do not append.
48696         [crti.S not in sysdirs] (omit-deps): Likewise.
48697         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48698         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48699         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48700         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48701         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48702         Likewise.
48703         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48704         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48705         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48706         * csu/defs.awk: Remove file.
48707         * sysdeps/generic/initfini.c: Likewise.
48708         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48709         variable.
48710         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48711         Likewise.
48713 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48715         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48716         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48717         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48718         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48719         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48720         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48721         <bits/epoll.h>.
48722         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48723         (__EPOLL_PACKED): Define to empty if not defined by
48724         <bits/epoll.h>.
48725         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48726         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48727         bits/epoll.h.
48729 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48731         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48732         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48733         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48734         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48735         <bits/timerfd.h>.
48736         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48737         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48738         bits/timerfd.h.
48740 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48742         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48743         in C locale.
48744         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48745         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48746         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48749 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48751         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48752         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48754 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48756         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48757         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48758         defined.
48759         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48760         Likewise.
48761         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48762         entry for 2.16.
48764 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48766         * math/w_acos.c: Use non-signaling floating-point comparisons.
48767         * math/w_acosf.c: Likewise.
48768         * math/w_acosh.c: Likewise.
48769         * math/w_acoshf.c: Likewise.
48770         * math/w_acoshl.c: Likewise.
48771         * math/w_acosl.c: Likewise.
48772         * math/w_asin.c: Likewise.
48773         * math/w_asinf.c: Likewise.
48774         * math/w_asinl.c: Likewise.
48775         * math/w_atanh.c: Likewise.
48776         * math/w_atanhf.c: Likewise.
48777         * math/w_atanhl.c: Likewise.
48778         * math/w_exp2.c: Likewise.
48779         * math/w_exp2f.c: Likewise.
48780         * math/w_exp2l.c: Likewise.
48781         * math/w_j0.c: Likewise.
48782         * math/w_j0f.c: Likewise.
48783         * math/w_j0l.c: Likewise.
48784         * math/w_j1.c: Likewise.
48785         * math/w_j1f.c: Likewise.
48786         * math/w_j1l.c: Likewise.
48787         * math/w_jn.c: Likewise.
48788         * math/w_jnf.c: Likewise.
48789         * math/w_log.c: Likewise.
48790         * math/w_log10.c: Likewise.
48791         * math/w_log10f.c: Likewise.
48792         * math/w_log10l.c: Likewise.
48793         * math/w_log2.c: Likewise.
48794         * math/w_log2f.c: Likewise.
48795         * math/w_log2l.c: Likewise.
48796         * math/w_logf.c: Likewise.
48797         * math/w_logl.c: Likewise.
48798         * math/w_sqrt.c: Likewise.
48799         * math/w_sqrtf.c: Likewise.
48800         * math/w_sqrtl.c: Likewise.
48801         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48802         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48803         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48804         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48805         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48807 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48809         [BZ #9739]
48810         * manual/string.texi (strnlen): Use correct parameter name in
48811         equivalent expression.
48813 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48815         [BZ #11174]
48816         * manual/users.texi (seteuid): Consistently use neweuid for
48817         argument name.
48819 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48821         [BZ #13704]
48822         * manual/nss.texi (Services in the NSS configuration): Correct
48823         list of services in example configuration file.
48825 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48827         [BZ #11322]
48828         * manual/arith.texi: Remove statements about negative zero
48829         behaving identically to zero.
48831 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48833         [BZ #5993]
48834         * manual/install.texi: Do not document upgrading from libc5.
48836 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48838         [BZ #4596]
48839         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48841 2012-02-18  David S. Miller  <davem@davemloft.net>
48843         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48844         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48845         %o7 across the call.
48846         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48847         instead.
48848         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48849         SETUP_PIC_REG_LEAF.
48850         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48851         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48852         * sysdeps/sparc/crtn.S: Likewise.
48854 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48856         * aout/Makefile: Remove.
48858 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48860         [BZ #13058]
48861         * manual/examples/argp-ex1.c (main): Format definition in GNU
48862         style.
48863         * manual/examples/argp-ex2.c (main): Likewise.
48864         * manual/examples/argp-ex3.c (main): Likewise.
48865         * manual/examples/argp-ex4.c (main): Likewise.
48866         * manual/examples/longopt.c (main): Use new-style prototype
48867         definition.
48868         * manual/examples/strncat.c (main): Specify return type and use
48869         (void) for arguments.
48870         * manual/examples/subopt.c (main): Use char **argv argument.
48872 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48874         [BZ #5077]
48875         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48876         rounding modes.
48878 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48880         [BZ #6907]
48881         * manual/string.texi (strchr): Change when strchrnul is
48882         recommended.
48884 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48886         [BZ #174]
48887         * manual/locale.texi (setlocale): Document LOCPATH.
48889 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48891         [BZ #10210]
48892         * manual/process.texi (execle): Move @dots{} before last argument.
48894 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48896         [BZ #12047]
48897         * manual/charset.texi (Generic Charset Conversion): Fix typo
48898         (LC_TYPE -> LC_CTYPE).
48900 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48902         [BZ #5805]
48903         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48904         (scalbnf): Likewise.
48905         (scalbnl): Likewise.
48906         (scalbln): Likewise.
48907         (scalblnf): Likewise.
48908         (scalblnl): Likewise.
48909         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48910         (vwarnx): Likewise.
48911         (verr): Likewise.
48912         (verrx): Likewise.
48913         * manual/filesys.texi (telldir): Use braces around return type.
48914         * manual/llio.texi (mmap): Add space after comma.
48915         (mmap64): Likewise.
48916         * manual/math.texi (jn): Use @var{} on parameter names.
48917         (jnf): Likewise.
48918         (jnl): Likewise.
48919         (yn): Likewise.
48920         (ynf): Likewise.
48921         (ynl): Likewise.
48922         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48923         line.
48924         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48925         "...".
48926         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48927         (sched_get_priority_max): Likewise.
48928         * manual/signal.texi (sigvec): Add space after comma.
48929         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48930         names.
48931         (if_indextoname): Likewise.
48932         (if_freenameindex): Likewise.
48933         (sendto): Use ',' instead of '.' in prototype.
48934         * manual/startup.texi (syscall): Use @dots{} instead of literal
48935         "...".
48936         * manual/stdio.texi (__fpending): Separate initial words of
48937         paragraph from @deftypefun line.
48938         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48939         "...".
48940         (vsyslog): Use @var{} on parameter names.
48941         * manual/terminal.texi (stty): Use @var{} on parameter names.
48942         * manual/users.texi (getutmp): Use @var{} on parameter names.
48943         (getutmpx): Likewise.
48945 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48947         [BZ #6884]
48948         * manual/stdio.texi (fopen): Fix typos in description of
48949         ",ccs=STRING".
48951 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48953         [BZ #4026]
48954         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48955         get clock_id definition.
48957 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48959         [BZ #4822]
48960         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48961         (madvise): Cast every argument to void on its own.
48963 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48965         [BZ #9902]
48966         * manual/startup.texi (Exit Status): Fix typo.
48968 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48970         [BZ #10140]
48971         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48972         * manual/examples/argp-ex2.c: Likewise.
48973         * manual/examples/argp-ex3.c: Likewise.
48975 2012-02-16  Richard Henderson  <rth@redhat.com>
48977         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48978         * sysdeps/s390/s390-32/initfini.c: Remove.
48979         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48980         * sysdeps/s390/s390-64/initfini.c: Remove.
48982 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48984         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48985         compiler output for sysdeps/generic/initfini.c.
48986         * sysdeps/sh/elf/initfini.c: Remove file.
48988 2012-02-16  David S. Miller  <davem@davemloft.net>
48990         [BZ #11494]
48991         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48993         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48994         * sysdeps/sparc/crti.S: New file.
48995         * sysdeps/sparc/crtn.S: New file.
48996         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48997         * sysdeps/sparc/sparc64/Makefile: Likewise.
48999 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49001         [BZ #3335]
49002         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49004 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49006         [BZ #4822]
49007         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49009         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49010         (write, read, close): Likewise.
49011         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49013 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49015         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49016         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49017         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49018         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49019         <bits/signalfd.h>.
49020         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49021         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49022         bits/signalfd.h.
49024 2012-02-14  Marek Polacek  <polacek@redhat.com>
49026         * sysdeps/x86_64/crti.S: New file.
49027         * sysdeps/x86_64/crtn.S: New file.
49028         * sysdeps/x86_64/elf/initfini.c: Remove file.
49030 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49032         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49033         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49034         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49035         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49036         <bits/inotify.h>.
49037         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49038         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49039         bits/inotify.h.
49041 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49043         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49044         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49045         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49046         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49047         <bits/eventfd.h>.
49048         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49049         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49050         bits/eventfd.h.
49052 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49054         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49055         __feraiseexcept instead of feraiseexcept.
49057         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49058         nanosleep invocations.
49059         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49060         strings, and add error checking for a nanosleep invocations.
49062 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49064         Replace FSF snail mail address with URLs, as per GNU coding standards.
49065         Most of the snail mail addresses were wrong anyway, and omitting
49066         them makes the source code easier to maintain.  Almost all of the
49067         changes are to license notices and to locale LC_IDENTIFICATION
49068         addresses, except for this one:
49069         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49070         not its snail mail address.
49072 2012-02-09  Richard Henderson  <rth@twiddle.net>
49074         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49075         of kernel-features.h.
49077         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49079 2012-02-08  Marek Polacek  <polacek@redhat.com>
49081         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49082         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49083         * sysdeps/gnu/_G_config.h: Likewise.
49084         * sysdeps/generic/_G_config.h: Likewise.
49086 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49088         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49089         tests.
49090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49092         * sysdeps/powerpc/powerpc32/crti.S: New file.
49093         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49094         * sysdeps/powerpc/powerpc64/crti.S: New file.
49095         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49097         * Makeconfig (have-initfini): Don't set.
49098         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49099         * configure.in (nopic_initfini): Don't substitute.
49100         * config.h.in (HAVE_INITFINI): Don't #undef.
49101         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49102         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49104 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49106         Support crti.S and crtn.S provided directly by architectures.
49107         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49108         [crti.S in sysdirs] (omit-deps): Likewise.
49109         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49110         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49111         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49112         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49113         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49114         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49115         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49116         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49117         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49118         compiler output for sysdeps/generic/initfini.c.
49119         * sysdeps/i386/elf/Makefile: Remove file.
49120         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49122 2012-02-07  Marek Polacek  <polacek@redhat.com>
49124         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49125         * sysdeps/gnu/_G_config.h: Likewise.
49126         * sysdeps/mach/hurd/_G_config.h: Likewise.
49128 2012-02-07  Marek Polacek  <polacek@redhat.com>
49130         * math/Makefile (tests): Add tst-CMPLX2.
49131         * math/tst-CMPLX2.c: New file.
49133 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49135         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49137         * math/libm-test.inc (jn_test): Add missing L suffix.
49139 2012-02-06  Marek Polacek  <polacek@redhat.com>
49141         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49142         * sysdeps/i386/fpu/e_powf.S: Likewise.
49143         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49144         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49145         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49146         * sysdeps/i386/fpu/e_pow.S: Likewise.
49147         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49148         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49149         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49150         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49151         * sysdeps/i386/fpu/e_log2.S: Likewise.
49152         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49153         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49154         * sysdeps/i386/fpu/e_powl.S: Likewise.
49155         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49156         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49157         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49158         * sysdeps/i386/fpu/e_logl.S: Likewise.
49159         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49160         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49161         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49162         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49163         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49164         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49165         * sysdeps/i386/fpu/e_log.S: Likewise.
49166         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49167         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49168         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49169         * sysdeps/i386/fpu/e_logf.S: Likewise.
49170         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49171         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49172         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49173         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49174         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49175         * sysdeps/i386/fpu/e_log10.S: Likewise.
49176         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49177         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49178         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49179         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49180         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49181         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49182         * sysdeps/i386/asm-syntax.h: Likewise.
49183         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49184         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49185         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49186         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49187         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49188         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49189         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49190         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49191         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49192         * sysdeps/powerpc/sysdep.h: Likewise.
49193         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49194         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49196 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49198         [BZ #411]
49199         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49201 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49203         * sysdeps/i386/sysdep.h: Include <features.h>.
49204         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49205         version.
49207 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49209         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49210         Define.
49211         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49212         LOAD_PIC_REG_STR.
49214 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49216         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49217         (SETUP_PIC_REG): Use GET_PC_THUNK.
49218         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49219         macro.
49221 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49223         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49224         for non-PIC compilation.
49225         (SETUP_PIC_REG): Add .p2align directive.
49226         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49227         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49228         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49229         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49230         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49231         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49232         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49233         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49234         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49235         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49236         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49237         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49238         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49239         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49240         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49241         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49242         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49243         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49244         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49245         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49246         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49247         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49248         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49249         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49250         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49251         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49252         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49253         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49254         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49255         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49256         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49257         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49258         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49259         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49260         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49261         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49262         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49263         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49264         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49265         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49266         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49268 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49270         * math/tst-CMPLX.c: Include <stdio.h>.
49272 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49274         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49275         float.
49276         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49277         * sysdeps/sparc/bits/mathdef.h: Likewise.
49279 2012-01-31  Marek Polacek  <polacek@redhat.com>
49281         * libio/libio.h: Don't define _PARAMS.
49282         * locale/programs/config.h: Don't define PARAMS.
49283         * stdlib/strtol_l.c: Likewise.
49284         (__strtol_l): Remove PARAMS from the prototype.
49286 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49288         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49289         names.  Just use the correct names.  Remove unnecessary wrapper
49290         functions.
49291         * malloc/arena.c: Likewise.
49292         * malloc/hooks.c: Likewise.
49294         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49295         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49296         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49298 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49300         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49301         into tail calls.
49302         (update_get_addr): New function.
49303         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49304         GET_ADDR_MODULE parameter.
49306 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49308         * crypt/cert.c: Remove __STDC__ conditionals.
49309         * crypt/crypt-entry.c: Likewise.
49310         * crypt/crypt_util.c: Likewise.
49311         * libio/filedoalloc.c: Likewise.
49312         * libio/fileops.c: Likewise.
49313         * libio/genops.c: Likewise.
49314         * libio/iofclose.c: Likewise.
49315         * libio/iofdopen.c: Likewise.
49316         * libio/iofopen.c: Likewise.
49317         * libio/iofopen64.c: Likewise.
49318         * libio/iogetdelim.c: Likewise.
49319         * libio/iopopen.c: Likewise.
49320         * libio/obprintf.c: Likewise.
49321         * libio/oldfileops.c: Likewise.
49322         * libio/oldiofclose.c: Likewise.
49323         * libio/oldiofdopen.c: Likewise.
49324         * libio/oldiofopen.c: Likewise.
49325         * libio/oldiopopen.c: Likewise.
49326         * libio/wfiledoalloc.c: Likewise.
49327         * libio/wgenops.c: Likewise.
49328         * locale/programs/xmalloc.c: Likewise.
49329         * misc/syslog.c: Likewise.
49330         * stdio-common/xbug.c: Likewise.
49331         * string/memchr.c: Likewise.
49332         * string/memcmp.c: Likewise.
49333         * string/memrchr.c: Likewise.
49334         * string/rawmemchr.c: Likewise.
49335         * sysdeps/posix/getcwd.c: Likewise.
49336         * time/strftime_l.c: Likewise.
49338 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49340         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49341         * config.make.in (config-cflags-sse2avx): Define.
49342         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49343         Fix typo.
49345 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49347         * scripts/config.guess: Update from upstream config git repository.
49348         * scripts/config.sub: Likewise.
49350 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49352         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49353         (EM_NUM): Update.
49354         (R_TILEPRO_*, R_TILEGX_*): New macros.
49356         * scripts/firstversions.awk: Fix bug in version range handling.
49358         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49360         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49362         * include/sys/epoll.h: New file.
49363         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49364         libc_hidden_def.
49366 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49368         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49369         Avoid unnecessary __WORDSIZE == 64 test.
49370         (fmaxf): Use VEX format if possible.
49371         (fmax): Likewise.
49372         (fminf): Likewise.
49373         (fmin): Likewise.
49375         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49376         * math/math_private.h: Remove libc_fegetround* and
49377         libc_fesetround*.
49378         * sysdeps/i386/configure.in: Check for -msse2avx.
49379         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49380         also if SSE2AVX is defined.
49381         Remove libc_fegetround* and libc_fesetround*.
49382         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49383         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49384         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49385         of HAS_YMM_USABLE.
49386         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49387         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49388         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49389         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49390         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49392         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49394 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49396         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49397         size is not set.
49398         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49400 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49402         [BZ #13618]
49403         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49404         relocation.
49405         * Makeconfig (libm): Define.
49406         * elf/Makefile: Add rules to build and run tst-relsort1.
49407         * elf/tst-relsort1.c: New file.
49408         * elf/tst-relsort1mod1.c: New file.
49409         * elf/tst-relsort1mod2.c: New file.
49411 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49413         * math/s_ldexp.c: Remove __STDC__ conditionals.
49414         * math/s_ldexpf.c: Likewise.
49415         * math/s_ldexpl.c: Likewise.
49416         * math/s_nextafter.c: Likewise.
49417         * math/s_nexttowardf.c: Likewise.
49418         * math/s_significand.c: Likewise.
49419         * math/s_significandf.c: Likewise.
49420         * math/s_significandl.c: Likewise.
49421         * math/w_jnl.c: Likewise.
49422         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49423         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49424         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49425         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49426         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49427         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49428         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49429         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49430         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49431         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49432         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49433         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49434         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49435         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49436         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49437         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49438         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49439         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49440         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49441         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49442         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49443         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49444         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49445         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49446         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49447         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49448         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49449         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49450         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49451         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49452         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49453         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49454         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49455         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49456         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49457         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49458         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49459         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49460         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49461         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49462         * sysdeps/ieee754/k_standard.c: Likewise.
49463         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49464         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49465         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49466         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49467         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49468         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49469         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49470         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49471         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49472         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49473         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49474         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49475         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49476         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49477         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49478         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49479         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49480         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49481         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49482         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49483         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49484         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49485         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49486         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49487         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49488         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49489         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49490         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49491         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49492         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49493         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49494         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49495         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49496         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49497         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49498         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49499         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49500         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49501         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49502         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
49503         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
49504         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49505         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
49506         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
49507         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49508         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
49509         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
49510         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49511         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49512         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
49513         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
49514         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49515         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49516         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49517         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49518         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49519         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
49520         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49521         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49522         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49523         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49524         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49525         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49526         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49527         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49528         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49529         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49530         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49531         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49532         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49533         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49534         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49535         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49536         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49537         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49538         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49539         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49540         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49541         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49542         * sysdeps/ieee754/s_matherr.c: Likewise.
49543         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49544         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49545         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49546         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49548 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49550         * crypt/md5.h: Remove __STDC__ conditionals.
49551         * libio/libioP.h: Likewise.
49552         * locale/programs/config.h: Likewise.
49553         * sysdeps/generic/sysdep.h: Likewise.
49554         * sysdeps/i386/asm-syntax.h: Likewise.
49555         * sysdeps/s390/asm-syntax.h: Likewise.
49556         * sysdeps/unix/sysdep.h: Likewise.
49557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49560 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49562         * libio/libio.h: Remove __STDC__ conditionals.
49563         * malloc/obstack.h: Likewise.
49564         * math/complex.h: Likewise.
49565         * math/math.h: Likewise.
49566         * sysdeps/generic/_G_config.h: Likewise.
49567         * sysdeps/gnu/_G_config.h: Likewise.
49568         * sysdeps/mach/hurd/_G_config.h: Likewise.
49569         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49570         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49571         * sysdeps/sparc/bits/mathdef.h: Likewise.
49573 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49575         [BZ #13583]
49576         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49577         Clean up HAS_* macros.
49578         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49579         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49580         possible.
49581         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49582         HAS_AVX.
49583         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49584         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49585         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49586         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49587         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49589 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49591         * elf/tst-unique3.cc (gets): Remove declaration.
49592         * elf/tst-unique3lib.cc (gets): Likewise.
49593         * elf/tst-unique3lib2.cc (gets): Likewise.
49594         * elf/tst-unique4.cc (gets): Likewise.
49596 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49598         * include/stdio.h: Add C++ protection.  Add gets declarations and
49599         definitions.
49600         * debug/tst-chk1.c: Don't declare gets here.
49601         * stdio-common/tst-gets.c: Likewise.
49603 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49605         * posix/glob: Remove directory.
49607 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49609         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49611 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49613         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49614         of the non-standard EPFNOSUPPORT.
49616 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49618         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49619         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49620         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49622 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49624         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49626 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49628         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49629         transient errors.
49630         * nscd/grpcache.c (cache_addgr): Likewise.
49631         * nscd/hstcache.c (cache_addhst): Likewise.
49632         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49633         * nscd/pwdcache.c (cache_addpw): Likewise.
49634         * nscd/servicescache.c (cache_addserv): Likewise.
49636 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49638         * malloc/malloc.c: Various cleanups.
49639         * malloc/hooks.c: Likewise.
49641         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49642         * stdlib/bug-fmtmsg1.c: New file.
49644         * stdlib/fmtmsg.c (init): Add missing unlock.
49645         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49647 2012-01-12  Marek Polacek  <polacek@redhat.com>
49649         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49650         and _GNU_SOURCE.
49652 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49654         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49655         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49656         macro to ensure uniqueness of label name.
49657         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49658         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49660 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49662         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49664         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49665         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49666         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49667         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49669 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49671         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49673         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49674         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49675         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49677         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49679         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49680         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49681         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49682         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49684         * math/bits/math-finite.h: Add ldexp support.
49686 2012-01-10  Marek Polacek  <polacek@redhat.com>
49688         * locale/programs/localedef.h (show_archive_content): Add noreturn
49689         attribute.
49691 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49693         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49695 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49697         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49699         * io/Makefile (headers): Add bits/poll2.h.
49701 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49704         typo #include statement.
49706 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49708         * include/sys/cdefs.h: Define __attribute_alloc_size.
49709         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49710         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49711         * elf/pldd.c: Likewise.
49712         * iconv/iconv_charmap.c: Likewise.
49713         * iconv/iconvconfig.c: Likewise.
49714         * iconv/strtab.c: Likewise.
49715         * locale/programs/locale.c: Likewise.
49716         * locale/programs/localedef.h: Likewise.
49717         * locale/programs/simple-hash.c: Likewise.
49718         * nscd/nscd.h: Likewise.
49719         * nss/makedb.c: Likewise.
49720         * sysdeps/generic/ldconfig.h: Likewise.
49721         * locale/programs/localedef.c: Remove xmalloc prototype.
49722         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49724 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49726         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49727         appropriate.
49729 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49731         * math/Makefile (tests): Add tst-CMPLX.
49732         * math/tst-CMPLX.c: New file.
49734         * math/complex.h (CMPLXL): Fix typo.
49736         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49737         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49738         GLIBC_2.16.
49739         * debug/tst-chk1.c: Add poll and ppoll tests.
49740         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49741         * include/sys/poll.h: Add hidden proto for ppoll.
49742         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49743         * sysdeps/mach/hurd/ppoll.c: Likewise.
49744         * io/ppoll.c: Likewise.
49745         * debug/poll_chk.c: New file.
49746         * debug/ppoll_chk.c: New file.
49747         * include/bits/poll2.h: New file.
49748         * io/bits/poll2.h: New file.
49750         [BZ #1350]
49751         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49753         * configure.in: static is always set to yes.  Remove.
49754         * config.make.in: Don't set build-static.
49755         * Makeconfig: Remove use of build-static.
49756         * dlfcn/Makefile: Likewise.
49757         * elf/Makefile: Likewise.
49758         * math/Makefile: Likewise.
49759         * misc/Makefile: Likewise.
49760         * nptl/Makefile: Likewise.
49761         * sysdeps/mach/hurd/Makefile: Likewise.
49763         * configure.in: PWD_P is not used anymore.
49764         * config.make.in: Remove PWD_P entry.
49766         * configure.in: Remove last remnants of RANLIB.
49767         No need to check for signed size_t anymore.
49768         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49769         and IA-64.
49770         Remove __builtin_expect test because we require at least gcc 3.4.
49771         * aclocal.m4: Likewise.
49773         * wcsmbs/mbrtoc16.c: Implement using towc function.
49774         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49775         * wcsmbs/wcsmbsload.c: Likewise.
49776         * iconv/gconv_simple.c: Likewise.
49777         * iconv/gconv_int.h: Likewise.
49778         * iconv/gconv_builtin.h: Likewise.
49779         * iconv/iconv_prog.c: Remove CHAR16 handling.
49781         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49783         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49785         * configure.in: Remove --with-elf and --enable-bounded options.
49786         Dont set base_machine for ia64.  More non-ELF conditions removed.
49787         Remove testing and setting of leading underscore information.
49788         * config.make.in (build-bounded): Set to no.
49789         * config.h.in: Remove NO_UNDERSCORES entry.
49790         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49791         them.
49792         * csu/start.c: Remove !NO_UNDERSCORE code.
49793         * locale/localeinfo.h: Likewise.
49794         * sysdeps/generic/machine-gmon.h: Likewise.
49795         * sysdeps/generic/sysdep.h: Likewise.
49796         * sysdeps/i386/sysdep.h: Likewise.
49797         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49798         * sysdeps/mach/sysdep.h: Likewise.
49799         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49800         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49801         * sysdeps/sh/sysdep.h: Likewise.
49802         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49803         * sysdeps/unix/i386/sysdep.S: Likewise.
49804         * sysdeps/unix/sparc/start.c: Likewise.
49805         * sysdeps/unix/sparc/sysdep.S: Likewise.
49806         * sysdeps/unix/sparc/sysdep.h: Likewise.
49807         * sysdeps/unix/start.c: Likewise.
49808         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49809         * sysdeps/x86_64/sysdep.h: Likewise.
49811 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49813         [BZ #13553]
49814         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49815         for non-gcc.
49816         * argp/argp-fmtstream.h: Use const instead __const.
49817         * argp/argp.h: Likewise.
49818         * assert/assert.h: Likewise.
49819         * bits/fenv.h: Likewise.
49820         * bits/sched.h: Likewise.
49821         * bits/sigset.h: Likewise.
49822         * bits/sigthread.h: Likewise.
49823         * catgets/nl_types.h: Likewise.
49824         * conform/data/pthread.h-data: Likewise.
49825         * crypt/crypt-private.h: Likewise.
49826         * crypt/crypt.h: Likewise.
49827         * crypt/crypt_util.c: Likewise.
49828         * ctype/ctype.h: Likewise.
49829         * debug/execinfo.h: Likewise.
49830         * debug/mbsnrtowcs_chk.c: Likewise.
49831         * debug/mbsrtowcs_chk.c: Likewise.
49832         * debug/wcsnrtombs_chk.c: Likewise.
49833         * debug/wcsrtombs_chk.c: Likewise.
49834         * debug/wcstombs_chk.c: Likewise.
49835         * dirent/dirent.h: Likewise.
49836         * dlfcn/dlfcn.h: Likewise.
49837         * elf/neededtest4.c: Likewise.
49838         * grp/grp.h: Likewise.
49839         * gshadow/gshadow.h: Likewise.
49840         * iconv/gconv.h: Likewise.
49841         * iconv/gconv_int.h: Likewise.
49842         * iconv/gconv_simple.c: Likewise.
49843         * iconv/iconv.h: Likewise.
49844         * iconv/loop.c: Likewise.
49845         * iconv/skeleton.c: Likewise.
49846         * include/aio.h: Likewise.
49847         * include/aliases.h: Likewise.
49848         * include/argz.h: Likewise.
49849         * include/arpa/inet.h: Likewise.
49850         * include/assert.h: Likewise.
49851         * include/dirent.h: Likewise.
49852         * include/dlfcn.h: Likewise.
49853         * include/execinfo.h: Likewise.
49854         * include/fcntl.h: Likewise.
49855         * include/fenv.h: Likewise.
49856         * include/glob.h: Likewise.
49857         * include/grp.h: Likewise.
49858         * include/libintl.h: Likewise.
49859         * include/mntent.h: Likewise.
49860         * include/netdb.h: Likewise.
49861         * include/pwd.h: Likewise.
49862         * include/rpc/netdb.h: Likewise.
49863         * include/sched.h: Likewise.
49864         * include/search.h: Likewise.
49865         * include/shadow.h: Likewise.
49866         * include/signal.h: Likewise.
49867         * include/stdio.h: Likewise.
49868         * include/stdlib.h: Likewise.
49869         * include/string.h: Likewise.
49870         * include/sys/socket.h: Likewise.
49871         * include/sys/stat.h: Likewise.
49872         * include/sys/statfs.h: Likewise.
49873         * include/sys/statvfs.h: Likewise.
49874         * include/sys/syslog.h: Likewise.
49875         * include/sys/time.h: Likewise.
49876         * include/sys/uio.h: Likewise.
49877         * include/time.h: Likewise.
49878         * include/unistd.h: Likewise.
49879         * include/utmp.h: Likewise.
49880         * include/wchar.h: Likewise.
49881         * include/wctype.h: Likewise.
49882         * inet/aliases.h: Likewise.
49883         * inet/arpa/inet.h: Likewise.
49884         * inet/netinet/ether.h: Likewise.
49885         * inet/netinet/in.h: Likewise.
49886         * intl/libintl.h: Likewise.
49887         * io/bits/fcntl2.h: Likewise.
49888         * io/fcntl.h: Likewise.
49889         * io/ftw.h: Likewise.
49890         * io/sys/poll.h: Likewise.
49891         * io/sys/stat.h: Likewise.
49892         * io/sys/statfs.h: Likewise.
49893         * io/sys/statvfs.h: Likewise.
49894         * io/utime.h: Likewise.
49895         * libio/bits/stdio.h: Likewise.
49896         * libio/bits/stdio2.h: Likewise.
49897         * libio/libio.h: Likewise.
49898         * libio/libioP.h: Likewise.
49899         * libio/stdio.h: Likewise.
49900         * locale/lc-ctype.c: Likewise.
49901         * locale/locale.h: Likewise.
49902         * login/utmp.h: Likewise.
49903         * malloc/arena.c: Likewise.
49904         * malloc/malloc.c: Likewise.
49905         * malloc/malloc.h: Likewise.
49906         * malloc/mcheck.c: Likewise.
49907         * malloc/mtrace.c: Likewise.
49908         * math/bits/mathcalls.h: Likewise.
49909         * math/fenv.h: Likewise.
49910         * math/math_private.h: Likewise.
49911         * misc/bits/error.h: Likewise.
49912         * misc/bits/syslog.h: Likewise.
49913         * misc/err.h: Likewise.
49914         * misc/error.h: Likewise.
49915         * misc/fstab.h: Likewise.
49916         * misc/mntent.h: Likewise.
49917         * misc/regexp.h: Likewise.
49918         * misc/search.h: Likewise.
49919         * misc/sgtty.h: Likewise.
49920         * misc/sys/mman.h: Likewise.
49921         * misc/sys/syslog.h: Likewise.
49922         * misc/sys/uio.h: Likewise.
49923         * misc/sys/xattr.h: Likewise.
49924         * misc/ttyent.h: Likewise.
49925         * nis/rpcsvc/ypclnt.h: Likewise.
49926         * nss/nss.h: Likewise.
49927         * posix/bits/unistd.h: Likewise.
49928         * posix/fnmatch.h: Likewise.
49929         * posix/glob.h: Likewise.
49930         * posix/sched.h: Likewise.
49931         * posix/spawn.h: Likewise.
49932         * posix/sys/wait.h: Likewise.
49933         * posix/unistd.h: Likewise.
49934         * posix/wordexp.h: Likewise.
49935         * pwd/pwd.h: Likewise.
49936         * resolv/netdb.h: Likewise.
49937         * resource/sys/resource.h: Likewise.
49938         * rt/aio.h: Likewise.
49939         * rt/bits/mqueue2.h: Likewise.
49940         * rt/mqueue.h: Likewise.
49941         * shadow/shadow.h: Likewise.
49942         * signal/signal.h: Likewise.
49943         * socket/send.c: Likewise.
49944         * socket/sendto.c: Likewise.
49945         * socket/sys/socket.h: Likewise.
49946         * stdio-common/printf.h: Likewise.
49947         * stdlib/bits/stdlib.h: Likewise.
49948         * stdlib/fmtmsg.h: Likewise.
49949         * stdlib/monetary.h: Likewise.
49950         * stdlib/stdlib.h: Likewise.
49951         * stdlib/ucontext.h: Likewise.
49952         * streams/stropts.h: Likewise.
49953         * string/argz.h: Likewise.
49954         * string/bits/string2.h: Likewise.
49955         * string/string.h: Likewise.
49956         * string/strings.h: Likewise.
49957         * sunrpc/rpc/auth.h: Likewise.
49958         * sunrpc/rpc/auth_des.h: Likewise.
49959         * sunrpc/rpc/clnt.h: Likewise.
49960         * sunrpc/rpc/netdb.h: Likewise.
49961         * sunrpc/rpc/pmap_clnt.h: Likewise.
49962         * sunrpc/rpc/xdr.h: Likewise.
49963         * sysdeps/generic/inttypes.h: Likewise.
49964         * sysdeps/generic/net/if.h: Likewise.
49965         * sysdeps/generic/sys/swap.h: Likewise.
49966         * sysdeps/gnu/net/if.h: Likewise.
49967         * sysdeps/gnu/utmpx.h: Likewise.
49968         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49969         * sysdeps/i386/i486/bits/string.h: Likewise.
49970         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49971         * sysdeps/s390/bits/string.h: Likewise.
49972         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49973         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49974         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49975         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49976         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49977         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49978         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49979         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49980         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49981         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49982         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49983         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49984         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49985         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49986         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49987         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49988         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49989         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49990         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49991         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49992         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49993         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49994         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49995         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49996         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49997         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49998         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49999         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50000         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50001         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50002         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50003         * sysvipc/sys/ipc.h: Likewise.
50004         * sysvipc/sys/msg.h: Likewise.
50005         * sysvipc/sys/sem.h: Likewise.
50006         * sysvipc/sys/shm.h: Likewise.
50007         * termios/termios.h: Likewise.
50008         * time/sys/time.h: Likewise.
50009         * time/time.h: Likewise.
50010         * wcsmbs/bits/wchar2.h: Likewise.
50011         * wcsmbs/uchar.h: Likewise.
50012         * wcsmbs/wchar.h: Likewise.
50013         * wctype/wctype.h: Likewise.
50015         [BZ #13551]
50016         * Makeconfig: Remove all but ELF support including AIX support.
50017         * Makerules: Likewise.
50018         * config.h.in: Likewise.
50019         * config.make.in: Likewise.
50020         * configure: Likewise.
50021         * configure.in: Likewise.
50022         * csu/Makefile: Likewise.
50023         * csu/version.c: Likewise.
50024         * debug/Makefile: Likewise.
50025         * dlfcn/Makefile: Likewise.
50026         * elf/Makefile: Likewise.
50027         * extra-lib.mk: Likewise.
50028         * iconv/Makefile: Likewise.
50029         * include/libc-symbols.h: Likewise.
50030         * include/shlib-compat.h: Likewise.
50031         * resolv/Makefile: Likewise.
50032         * resolv/res_libc.c: Likewise.
50033         * rt/Makefile: Likewise.
50034         * sysdeps/i386/asm-syntax.h: Likewise.
50035         * sysdeps/i386/sysdep.h: Likewise.
50036         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50037         * sysdeps/mach/sysdep.h: Likewise.
50038         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50039         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50040         * sysdeps/s390/asm-syntax.h: Likewise.
50041         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50042         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50043         * sysdeps/sh/sysdep.h: Likewise.
50044         * sysdeps/unix/sparc/sysdep.h: Likewise.
50045         * sysdeps/wordsize-32/divdi3.c: Likewise.
50046         * sysdeps/x86_64/sysdep.h: Likewise.
50048         * argp/Versions: Remove _argp_unlock_xxx.
50050         [BZ #13559]
50051         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50052         * abilist/libBrokenLocale.abilist: Likewise.
50053         * abilist/libanl.abilist: Likewise.
50054         * abilist/libc.abilist: Likewise.
50055         * abilist/libcrypt.abilist: Likewise.
50056         * abilist/libdl.abilist: Likewise.
50057         * abilist/libm.abilist: Likewise.
50058         * abilist/libnsl.abilist: Likewise.
50059         * abilist/libpthread.abilist: Likewise.
50060         * abilist/libresolv.abilist: Likewise.
50061         * abilist/librt.abilist: Likewise.
50062         * abilist/libthread_db.abilist: Likewise.
50063         * abilist/libutil.abilist: Likewise.
50064         * abilist/libnss_db.abilist: New file.
50066         * scripts/abilist.awk: Add support for indirect functions.
50068         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50070         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50072         * shlib-versions: Remove entries for ports architectures.
50074         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50075         files in ports.
50076         * elf/stackguard-macros.h: Remove support for IA-64.
50077         * elf/tst-auditmod1.c: Likewise.
50078         * sysdeps/generic/ldsodefs.h: Likewise.
50080         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50081         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50082         configure files.
50084         [BZ #13552]
50085         * configure.in: Remove --enable-omitfp support.
50086         * FAQ.in: Adjust.
50087         * config.make.in: Likewise.
50088         * Makeconfig: Likewise.
50089         * manual/install.texi: Likewise.
50091         In case anyone cares, the IA-64 architecture could move to ports.
50092         * sysdeps/ia64/*: Removed.
50093         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50094         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50096         [BZ #13555]
50097         * configure.in: Remove entries for unsupported architectures.
50099         [BZ #13533]
50100         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50101         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50102         routines.
50103         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50104         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50105         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50106         fall back to using wcrtomb.
50107         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50108         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50109         renaming.
50110         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50111         * wcsmbs/tst-c16c32-1.c: New file.
50113         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50114         local variable.
50116         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50118         * elf/tst-unique3.cc: Add explicit declaration of gets.
50119         * elf/tst-unique3lib.cc: Likewise.
50120         * elf/tst-unique3lib2.cc: Likewise.
50121         * elf/tst-unique4.cc: Likewise.
50123         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50125 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50127         [BZ #13566]
50128         * assert/assert.h (static_assert): Don't define for C++.
50129         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50130         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50132 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50134         * iconv/loop.c (single loop): Fix assertion in storing of
50135         remaining bytes.
50137         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50139 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50141         * posix/getconf.c: Update copyright year.
50142         * nss/getent.c: Likewise.
50143         * nss/makedb.c: Likewise.
50144         * iconv/iconvconfig.c: Likewise.
50145         * iconv/iconv_prog.c: Likewise.
50146         * elf/ldconfig.c: Likewise.
50147         * elf/pldd.c: Likewise.
50148         * elf/sotruss.ksh: Likewise.
50149         * catgets/gencat.c: Likewise.
50150         * csu/version.c: Likewise.
50151         * elf/ldd.bash.in: Likewise.
50152         * elf/sprof.c (print_version): Likewise.
50153         * locale/programs/locale.c: Likewise.
50154         * locale/programs/localedef.c: Likewise.
50155         * login/programs/pt_chown.c: Likewise.
50156         * nscd/nscd.c (print_version): Likewise.
50157         * debug/xtrace.sh: Likewise.
50158         * malloc/memusage.sh: Likewise.
50159         * malloc/mtrace.pl: Likewise.
50160         * debug/catchsegv.sh: Likewise.
50162 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50164         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50165         pure attribute.
50167 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50169         [BZ #13533]
50170         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50171         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50172         transformations.
50173         * iconv/gconv_int.h: Likewise.
50174         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50175         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50176         from libc for GLIBC_2.16.
50177         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50178         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50179         * wcsmbs/uchar.h: Really define mbstate_t.
50180         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50181         * wcsmbs/c16rtomb.c: New file.
50182         * wcsmbs/mbrtoc16.c: New file.
50183         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50184         for C/POSIX locale.
50185         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50186         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50188         * wcsmbs/wchar.h: Add missing __restrict.
50190 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50192         [BZ #13532]
50193         * time/Makefile (routines): Add timespec_get.
50194         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50195         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50196         timespec for ISO C11.
50197         * time/timespec_get.c: New file.
50198         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50199         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50201         [BZ #13531]
50202         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50203         * stdlib/stdlib.h: Declare aligned_alloc.
50204         * Versions.def: Add GLIBC_2.16 for libc.
50205         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50207         [BZ 13527]
50208         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50209         ISO C11.
50211         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50212         code.
50214         [BZ #13528]
50215         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50217         [BZ #13529]
50218         * assert/assert.h (static_assert): Define.
50220         * version.h: Update for 2.16 development version.
50222         [BZ #13526]
50223         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50224         _ISOC11_SOURCE.
50226         * version.h (RELEASE): Bump for 2.15 release.
50227         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50229         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50230         Patch by Marek Polacek <mpolacek@redhat.com>.
50232         * bits/byteswap.h: Protect long long constants with __extension__.
50233         * sysdeps/i386/bits/byteswap.h: Likewise.
50234         * sysdeps/ia64/bits/byteswap.h: Likewise.
50235         * sysdeps/s390/bits/byteswap.h: Likewise.
50236         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50238 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50240         [BZ #13540]
50241         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50242         destination buffer.
50243         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50245 2011-12-23  Marek Polacek  <polacek@redhat.com>
50247         * elf/dl-addr.c (determine_info): Add inline keyword.
50248         * elf/tst-auditmod4b.c (check_avx): Likewise.
50249         * elf/tst-auditmod6b.c (check_avx): Likewise.
50250         * elf/tst-auditmod6c.c (check_avx): Likewise.
50251         * elf/tst-auditmod7b.c (check_avx): Likewise.
50253 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50255         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50256         !__SSE_MATH__.
50258 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50260         [BZ #13540]
50261         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50262         processing for last bytes.
50264 2011-08-06  Bruno Haible  <bruno@clisp.org>
50266         [BZ #13061]
50267         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50268         U+0385, not to U+1FEE.
50270         [BZ #13062]
50271         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50272         entry for U+00A5 U+0301.
50274 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50276         [BZ #13166]
50277         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50278         buffer for the output is too small.
50280         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50281         optimization.
50283         [BZ #13185]
50284         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50285         SSE flags if possible.
50287 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50289         [BZ #13540]
50290         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50291         processing for last bytes.
50293 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50295         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50296         (syscall-list-default-options, syscall-list-default-condition)
50297         (syscall-list-includes): Define.
50298         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50299         list of ABIs and options and #if conditions for each ABI.  Do not
50300         handle common syscalls between ABIs specially.
50301         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50302         Remove.
50303         (syscall-list-variants, syscall-list-32bit-options)
50304         (syscall-list-32bit-condition, syscall-list-64bit-options)
50305         (syscall-list-64bit-condition): Define.
50306         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50307         (syscall-list-variants, syscall-list-32bit-options)
50308         (syscall-list-32bit-condition, syscall-list-64bit-options)
50309         (syscall-list-64bit-condition): Define.
50310         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50311         Remove.
50312         (syscall-list-variants, syscall-list-32bit-options)
50313         (syscall-list-32bit-condition, syscall-list-64bit-options)
50314         (syscall-list-64bit-condition): Define.
50315         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50316         Remove.
50317         (syscall-list-variants, syscall-list-32bit-options)
50318         (syscall-list-32bit-condition, syscall-list-64bit-options)
50319         (syscall-list-64bit-condition): Define.
50321 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50323         * locale/iso-639.def: Add brx entry.
50325         [BZ #13328]
50326         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50327         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50329         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50330         __feraiseexcept_renamed.
50332 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50334         [BZ #13538]
50335         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50336         EPOLLET with unsigned values.
50337         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50338         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50340         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50341         to large cancellation.
50342         * math/s_cacoshf.c: Likewise.
50343         * math/s_cacoshl.c: Likewise.
50345 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50347         [BZ #13305]
50348         [BZ #12786]
50349         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50350         * math/s_cacoshf.c: Likewise.
50351         * math/s_cacoshl.c: Likewise.
50353 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50355         [BZ #13439]
50356         * iconv/gconv.h: Define __GCONV_SWAP.
50357         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50358         * iconvdata/utf-16.c: Likewise.
50359         * iconvdata/utf-32.c: Likewise.
50361 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50363         [BZ #13524]
50364         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50365         numerator after shifting it by one limb.
50367 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50369         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50370         under [__USE_EXTERN_INLINES].
50372 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50374         [BZ #13446]
50375         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50377 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50379         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50380         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50381         optimized code.
50382         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50383         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50384         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50385         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50386         for strncasecmp/strncasecmp_l compilation.
50387         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50388         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50390 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50392         [BZ #13484]
50393         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50394         of __asm__.
50396 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50398         [BZ #13506]
50399         * time/tzfile.c (__tzfile_read): Check values from file header.
50401 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50403         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50404         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50405         * powerpc/powerpc32/dl-start.S: Likewise.
50406         * powerpc/powerpc32/elf/start.S: Likewise.
50407         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50408         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50409         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50410         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50411         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50412         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50413         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50414         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50415         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50416         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50417         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50418         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50419         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50420         * powerpc/powerpc32/memset.S: Likewise.
50421         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50422         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50423         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50424         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50425         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50426         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50427         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50428         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50429         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50430         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50431         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50432         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50433         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50435 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50437         * math/libm-test.inc: Added more nearbyint tests.
50438         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50439         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50440         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50441         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50443 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50445         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50446         FD_CLOEXEC.
50448 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50450         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50451         Add wcscpy-ssse3 wcscpy-c.
50452         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50453         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50454         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50455         * sysdeps/x86_64/wcschr.S: New file.
50456         * sysdeps/x86_64/wcsrchr.S: New file.
50457         * string/test-strcmp.c: Remove checking of wcscmp function for
50458         wrong alignments.
50459         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50460         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50461         wcsrchr-sse2 wcsrchr-c.
50462         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50463         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50464         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50465         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50466         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50467         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50468         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50469         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50470         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50471         * wcsmbc/wcschr.c (WCSCHR): New macro.
50473 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50475         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50476         * wcsmbs/test-wcsrchr.c: New file.
50477         * string/test-strrchr.c: Add wcsrchr support.
50478         (WIDE): New macro.
50479         * wcsmbs/test-wcscpy.c: New file.
50480         * string/test-strcpy.c: Add wcscpy support.
50481         (WIDE): New macro.
50483 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50485         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50486         the inner loop.
50488 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50490         [BZ #13472]
50491         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50493 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50495         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50496         Minor optimizations.
50498         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50499         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50500         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50502 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
50504         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
50505         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
50506         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
50507         for gcc to avoid warnings.
50508         * inet/Makefile (tests): Add tst-checks.
50509         * inet/tst-checks.c: New file.
50511         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
50512         warning.
50514         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
50515         __wmemcmp_sse2.
50517         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
50518         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
50520         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
50522 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
50524         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
50525         problem.
50527         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50529 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50531         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50532         conditional on GCC version.
50533         (__arch_compare_and_exchange_val_8_acq)
50534         (__arch_compare_and_exchange_val_16_acq)
50535         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50536         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50537         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50539 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50541         * sysdeps/sh/backtrace.c: New file.
50543 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50545         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50546         parenthesis.
50548 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50550         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50551         falling back to utime.
50553 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50555         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50556         expectations for float.
50558 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50560         * locale/weight.h (findidx): Add parameter len.
50561         * locale/weightwc.h (findidx): Likewise.
50562         * posix/fnmatch_loop.c (FCT): Adjust caller.
50563         * posix/regcomp.c (build_equiv_class): Likewise.
50564         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50565         * posix/regexec.c (check_node_accept_bytes): Likewise.
50566         * string/strcoll_l.c (STRCOLL): Likewise.
50567         * string/strxfrm_l.c (STRXFRM): Likewise.
50569 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50571         * Makefile.in: Remove CVSOPT handling.
50572         * configure.in: Remove use of AC_REVISION.
50573         * iconvdata/Makefile (distribute): No need to filter out CVS.
50574         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50575         handling.
50577 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50579         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50580         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50581         [USE_AS_STRNCASECMP_L]: Likewise.
50582         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50583         NO_TLS_DIRECT_SEG_REFS.
50584         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50585         Fix argument offsets for non-PIC.
50586         [USE_AS_STRNCASECMP_L]: Likewise.
50587         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50588         NO_TLS_DIRECT_SEG_REFS.
50590 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50592         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50593         O_CLOEXEC.
50594         * locale/loadlocale.c (_nl_load_locale): Likewise.
50596 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50598         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50599         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50600         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50601         (SYSCALL_GETTIME): Set errno on error.
50603         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50604         count references to noai6ai_cached.
50606 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50608         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50610         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50611         FD_CLOEXEC for /proc/self/maps.
50613         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50614         FD_CLOEXEC for /proc/meminfo.
50616         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50617         gai.conf.
50619         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50620         FD_CLOEXEC for given file.
50622         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50624         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50625         FD_CLOEXEC for /etc/hosts.
50626         (_gethtent): Likewise.
50628         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50630         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50631         cancellation and set FD_CLOEXEC for /etc/netgroup.
50633         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50634         reading /etc/publickey.
50636         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50637         allow cancellation when reading /etc/group.
50639         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50640         cancellation.
50641         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50643         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50644         when using data file.
50646         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50648         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50649         (write_nis_obj): Use "c" and "e" in fopen.
50651         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50653         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50655         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50657         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50659         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50660         locale.alias.
50662         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50664         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50666         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50668         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50669         file parsing and set FD_CLOEXEC.
50671 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50673         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50675 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50677         * malloc/arena.c (arena_get2): Don't call reused_arena when
50678         _int_new_arena failed.
50680 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50682         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50683         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50684         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50685         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50686         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50687         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50688         to compile strcasecmp and strncasecmp.
50689         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50690         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50692         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50694 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50696         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50697         locale-defines.sym to gen-as-const-headers.
50698         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50699         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50700         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50701         to compile strcasecmp and strncasecmp.
50702         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50703         strcasecmp_l and strncasecmp_l.
50704         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50705         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50706         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50707         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50708         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50709         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50710         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50711         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50712         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50713         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50714         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50716 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50718         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50719         result of SYSDEP_GETTIME_CPU to retval.
50720         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50721         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50723         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50724         variable.
50726         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50727         mantissa words.
50728         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50730         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50731         from unused variable.
50733         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50734         DWARF definitions.
50735         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50736         for assembling.
50738         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50739         over namespaces.
50741         * sunrpc/rpc_prot.c (rejected): Fix case value.
50743         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50744         unsigned long long int to avoid warnings in shift.
50746         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50747         of use of trans.
50748         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50749         variable tmp.
50751         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50752         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50753         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50755         * nis/nis_table.c (nis_list): Use variable of correct type for
50756         result of __follow_path call.
50758 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50760         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50761         of math functions ceil, trunc, floor, round, and sqrt, when
50762         avaliable on the platform.
50763         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50764         name clash.
50765         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50766         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50767         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50769 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50771         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50772         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50774 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50776         * include/unistd.h: Fix __readlink return type.
50777         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50779 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50781         * stdlib/ucontext.h: Undo last change for makecontext.
50783 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50785         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50787         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50788         * setjmp/setjmp.h: Mark functions as non-leaf.
50789         * setjmp/bits/setjmp2.h: Likewise.
50790         * stdlib/ucontext.h: Likewise.
50792 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50794         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50795         (reused_arena): Don't check arena limit.
50796         (arena_get2): Atomically check arena limit.
50798 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50800         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50801         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50803         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50804         instructions.
50806 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50808         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50809         handler when locking.
50811         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50812         Fix size of allocated buffer.
50814 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50816         [BZ #10103]
50817         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50818         declarations for long double functions.
50819         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50821         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50823 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50825         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50826         installed.
50828         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50829         is disabled.
50831 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50833         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50835 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50837         * include/alloca.h (stackinfo_alloca_round): Define.
50838         (extend_alloca): Use it.
50839         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50840         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50841         here.
50843         * scripts/check-local-headers.sh: Ignore libaudit.h.
50845         * nscd/Makefile (extra-objs): Make recursively expanded.
50847 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50849         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50850         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50852         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50853         * posix/tst-rfc3484-2.c: Likewise.
50854         * posix/tst-rfc3484-3.c: Likewise.
50856         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50857         process_vm_writev.
50858         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50859         process_vm_writev.
50860         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50861         process_vm_writev from libc using GLIBC_2.15 version.
50863         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50865 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50867         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50868         stack usage.
50870 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50872         [BZ #13367]
50873         * nss/getent.c (initgroups_keys): Show error message in case no group
50874         names are given.
50876         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50877         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50878         __bump_nl_timestamp.
50879         * nscd/connections (nscd_init): When host database is served open
50880         netlink socket and request notification about configuration changes.
50881         (main_loop_poll): Track netlink file descriptor and bump timestamp
50882         in case data becomes available.
50883         (main_loop_epoll): Likewise.
50884         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50885         (database_pers_head): Add extra_data fileds.
50886         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50887         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50888         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50889         Adjust caller.
50890         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50891         in6ai data, call __free_in6ai.
50892         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50893         Add -DHAVE_NETLINK.
50894         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50895         interface information.  Reuse previous data if netlink timestamp
50896         is not changed.
50897         (__bump_nl_timestamp): New function.
50898         (__free_in6ai): New function.
50900 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50902         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50903         close_not_cancel_no_status here.
50904         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50906 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50908         [BZ #13276]
50909         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50910         return value.
50912         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50913         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50914         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50916 2011-07-03  Andreas Jaeger  <aj@suse.de>
50918         [BZ #10709]
50919         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50920         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50921         * math/libm-test.inc (sin_test): Add test case.
50923 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50925         [BZ #13337]
50926         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50927         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50929         * elf/chroot_canon.c (chroot_canon): Cleanups.
50931         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50933         [BZ #13335]
50934         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50935         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50937         * string/test-strchr.c: Make usable for strchrnul testing.
50938         * string/test-strchrnul.c: New file.
50939         * string/Makefile (strop-tests): Add strchrnul.
50941         * po/it.po: Update from translation team.
50942         * po/es.po: Likewise.
50944 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50946         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50947         the three constants needed as parameters.  Drop the others.
50948         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50949         __m128i_strloadu_tolower.
50950         Create and initialize variable zero and use it in all the places
50951         where _mm_setzero_si128 was used.
50953         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50954         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50955         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50956         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50957         anymore.
50958         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50959         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50960         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50961         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50962         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50963         __mpranred, __mptan.
50964         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50965         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50966         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50967         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50968         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50969         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50970         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50971         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50972         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50974 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50976         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50977         redefine if SHARED.
50978         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50980         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50981         wide char related routines to wcsmbs subdir.
50983 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50985         [BZ #13344]
50986         * misc/sys/cdefs.h (__THROWNL): Define.
50987         * posix/unistd.h: Use __THREADNL instead of __THREAD
50988         for memory synchronization functions.
50990 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50992         [BZ #13349]
50993         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50994         doesn't exist.
50995         * manual/stdio.texi (Obstack Streams): Node removed.
50997 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50999         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51000         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51001         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51003         * math/math_private.h (math_force_eval): Allow non-addressable
51004         arguments.
51005         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51007 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51009         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51010         file is not needed.
51012         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51013         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51014         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51015         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51016         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51017         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51018         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51019         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51020         Add AVX variants.
51021         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51022         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51023         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51024         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51025         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51026         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51027         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51028         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51029         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51030         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51031         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51032         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51033         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51034         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51035         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51036         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51037         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51038         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51039         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51041         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51042         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51044         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51045         place.  Use VEX encoding when compiling for AVX.
51047 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51049         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51050         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51052         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51054 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51056         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51057         useless if() expression.
51058         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51059         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51060         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51061         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51062         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51063         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51064         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51065         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51066         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51067         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51068         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51069         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51070         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51071         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51072         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51073         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51074         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51075         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51076         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51078         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51080 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51082         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51083         condition.
51084         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51086 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51088         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51089         .text section.  Avoid duplicate constants.
51090         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51091         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51092         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51093         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51094         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51095         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51096         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51097         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51098         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51099         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51100         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51101         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51102         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51103         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51104         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51105         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51106         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51107         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51108         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51109         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51110         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51111         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51112         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51113         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51114         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51115         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51116         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51117         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51118         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51119         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51120         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51121         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51122         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51123         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51124         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51125         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51126         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51127         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51128         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51129         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51130         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51131         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51132         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51133         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51134         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51136 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51138         * sysdeps/x86_64/dla.h: Move to ...
51139         * sysdeps/x86_64/fpu/dla.h: ...here.
51140         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51141         situations.  Use __builtin_fma only for gcc 4.6 and up.
51143         * config.make.in: Add have-mfma4 entry.
51144         * configure.in: Substitute libc_cv_cc_fma4.
51145         * math/Makefile (dbl-only-routines): Add sincostab.
51146         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51147         Use __sincostab not sincos.
51148         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51149         name is a macro.
51150         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51151         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51152         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51153         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51154         using __copysign.
51155         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51156         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51157         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51158         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51159         and __inv.
51160         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51161         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51162         __copysign.
51163         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51164         define aliases when function name is a macro.
51165         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51166         sysdeps/ieee754/dbl-64/sincos.tbl.
51167         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51168         fma4-enabled routines.
51169         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51170         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51171         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51172         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51173         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51174         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51175         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51176         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51177         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51178         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51179         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51180         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51181         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51182         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51183         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51184         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51185         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51186         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51187         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51188         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51189         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51190         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51191         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51192         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51193         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51194         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51195         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51196         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51197         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51198         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51200         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51201         rename.
51202         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51203         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51204         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51205         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51206         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51207         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51208         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51209         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51211 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51213         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51215 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51217         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51219         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51220         prediction.
51221         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51223         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51224         Remove unused variable magic_bits.
51225         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51227         * string/strnlen.c: Define and use STRNLEN macro.
51228         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51229         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51230         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51231         * wcsmbs/wcslen.c: Define and use WCSLEN.
51232         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51233         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51234         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51235         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51236         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51237         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51238         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51240 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51242         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51243         strnlen-sse2-no-bsf.
51244         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51245         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51246         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51247         Add strnlen support.
51248         (USE_AS_STRNLEN): New macro.
51249         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51250         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51251         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51252         * sysdeps/x86_64/wcslen.S: New file.
51254 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51256         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51257         XMM-moves are used for copying on small sizes.
51259 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51261         * wcsmbs/Makefile (strop-tests): Add wcschr.
51262         * wcsmbs/test-wcschr.c: New file.
51263         * string/test-strchr.c: Update.
51264         Add wcschr support.
51265         (WIDE): New macro.
51267 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51269         * wcsmbs/Makefile (strop-tests): Add wcslen.
51270         * wcsmbs/test-wcslen.c: New file.
51271         * string/test-strlen.c: Update.
51272         Add wcslen support.
51273         (WIDE): New macro.
51275 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51277         * po/it.po: Update from translation team.
51279 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51281         * sysdeps/x86_64/wcscmp.S: Update.
51282         Fix wrong comparison semantics.
51283         wcscmp shall use signed comparison not unsigned.
51284         Don't use substraction to avoid overflow bug.
51285         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51286         * wcsmbc/wcscmp.c: Likewise.
51287         * string/test-strcmp.c: Likewise.
51288         Add new tests to check cases with negative values.
51290 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51292         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51293         * sysdeps/x86_64/dla.h: ...here.  New file.
51294         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51295         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51296         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51297         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51298         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51299         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51300         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51301         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51302         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51304 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51306         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51307         __ynl_finite aliases.
51309 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51311         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51313         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51314         define DLA_FMA.
51315         [DLA_FMA] (EMULV): Use DLA_FMA.
51316         [DLA_FMA] (MUL12): Use EMULV.
51317         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51318         that are not needed.
51319         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51320         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51321         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51322         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51323         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51324         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51325         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51327 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51329         * math/s_nan.c: Undef __nan.
51330         * math/s_nanf.c: Undef __nanf.
51331         * math/s_nanl.c: Undef __nanl.
51332         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51333         "math_private.h".
51335 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51337         * math/s_catan.c: Add branch predictions.
51338         * math/s_catanf.c: Likewise.
51339         * math/s_catanh.c: Likewise.
51340         * math/s_catanhf.c: Likewise.
51341         * math/s_catanhl.c: Likewise.
51342         * math/s_catanl.c: Likewise.
51343         * math/s_cexp.c: Likewise.
51344         * math/s_cexpf.c: Likewise.
51345         * math/s_cexpl.c: Likewise.
51346         * math/s_clog.c: Likewise.
51347         * math/s_clog10.c: Likewise.
51348         * math/s_clog10f.c: Likewise.
51349         * math/s_clog10l.c: Likewise.
51350         * math/s_clogf.c: Likewise.
51351         * math/s_clogl.c: Likewise.
51352         * math/s_csqrt.c: Likewise.
51353         * math/s_csqrtf.c: Likewise.
51354         * math/s_csqrtl.c: Likewise.
51355         * math/s_ctanf.c: Likewise.
51356         * math/s_ctanh.c: Likewise.
51357         * math/s_ctanhf.c: Likewise.
51358         * math/s_ctanhl.c: Likewise.
51359         * math/s_ctanl.c: Likewise.
51361         * math/math_private.h: Define __nan, __nanf, __nanl.
51362         * math/s_cacosh.c: Include <math_private.h>.
51363         * math/s_cacoshl.c: Likewise.
51364         * math/s_casinh.c: Likewise.
51365         * math/s_casinhf.c: Likewise.
51366         * math/s_casinhl.c: Likewise.
51367         * math/s_ccos.c: Rely entire on ccosh.
51368         * math/s_ccosf.c: Rely entire on ccoshf.
51369         * math/s_ccosl.c: Rely entirely on ccoshl.
51370         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51371         Remove tests for FE_INVALID.
51372         * math/s_ccoshf.c: Likewise.
51373         * math/s_ccoshl.c: Likewise.
51374         * math/s_csin.c: Likewise.
51375         * math/s_csinf.c: Likewise.
51376         * math/s_csinh.c Likewise.
51377         * math/s_csinhf.c: Likewise.
51378         * math/s_csinhl.c: Likewise.
51379         * math/s_csinl.c: Likewise.
51380         * math/s_ctan.c: Likewise.
51381         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51382         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51383         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51385 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51387         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51388         compilation problems.
51390         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51391         __builtin_expect.
51393 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51395         * sysdeps/i386/configure.in: Test for -mfma4 option.
51396         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51397         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51398         COMMON_CPUID_INDEX_80000001.
51399         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51400         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51401         use it if FMA3 is not supported.
51402         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51404         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51405         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51407 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51409         [BZ #12892]
51410         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51411         it would create a cycle with a link time dependency.
51413 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51415         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51416         instruction.
51417         * string/Makefile (strop-tests): Add rawmemchr.
51418         * string/test-rawmemchr.c: New file.
51420         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51421         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51422         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51423         when compiling str{,n}casecmp and when AVX is available.  Hook up
51424         new optimized code in initializers.
51426 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51428         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51429         __feraiseexcept instead of feraiseexcept.
51431 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51433         * math/math_private.h: Define defaults for libc_fetestexcept and
51434         libc_feupdateenv.
51435         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51436         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51437         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51438         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51439         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51440         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51441         libc_fetestexcept and libc_feupdateenv.
51443         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51444         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51445         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51446         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51447         libc_feholdexcept_setround.
51449         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51450         Add s_nearbyint-c and s_nearbyintf-c.
51451         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51452         nearbyintf inlines.
51453         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51454         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51455         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51456         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51458         * math/math_private.h: Define defaults for libc_fegetround,
51459         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51460         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51461         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51462         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51463         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51464         standard functions.
51465         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51466         Remove comments and hacks for old compiler versions.
51467         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51468         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51469         libc_feholdexceptl.
51471 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51473         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51474         (__feraiseexcept_renamed): Add __NTH.
51475         (feraiseexcept): Add __NTH.  Rename local variables to fix
51476         namespace violations.
51478 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51480         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51482         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51484         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51485         recently added interfaces.
51486         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51488         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51489         about macro parameter expansion.
51491         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51492         __NO_MATH_INLINES is defined.  Cleanups.
51494         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51495         and __floorf is target has SSE4.1.
51496         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51497         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51498         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51499         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51501         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51502         name.
51503         (floorf): Likewise.
51505         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
51507 2011-10-17  Andreas Schwab  <schwab@redhat.com>
51509         * misc/sys/cdefs.h: Fix last change.
51511         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
51512         database lookup.
51514 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
51516         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
51518         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
51519         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51520         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
51521         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51522         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51523         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
51524         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51525         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51526         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51527         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51528         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51529         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51530         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51531         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51532         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51533         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51534         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51535         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51536         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51537         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51538         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51539         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51541         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51542         ceil, ceilf, floor, floorf.
51544         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51545         Perform IRELATIVE relocations last.
51547         * elf/do-rel.h: Add another parameter nrelative, replacing the
51548         local variable with the same name.  Change name of the function
51549         to end in Rel or Rela (uppercase).
51550         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51551         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51552         elf_dynamic_do_##reloc function.
51554 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51556         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51557         is sufficient, at least on modern CPUs.
51559         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51561         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51562         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51564         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51565         __expl_finite.
51566         * math/bits/math-finite.h: Add entries for exp.
51567         * math/e_expl.c: Add __*_finite alias.
51568         * sysdeps/i386/fpu/e_exp.S: Likewise.
51569         * sysdeps/i386/fpu/e_expf.S: Likewise.
51570         * sysdeps/i386/fpu/e_expl.c: Likewise.
51571         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51572         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51573         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51574         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51575         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51576         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51577         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51579         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51580         is sufficient, at least on modern CPUs.
51582         * ctype/ctype-info.c (__ctype_init): Define.
51583         * include/ctype.h (__ctype_init): Declare.
51584         (__ctype_b_loc): The variable is always initialized.
51585         (__ctype_toupper_loc): Likewise.
51586         (__ctype_tolower_loc): Likewise.
51587         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51588         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51590 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51592         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51594         * configure.in: Also look in $cxxmachine/include for C++ system
51595         headers.
51597 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51599         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51600         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51601         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51602         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51603         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51604         (USE_AS_WMEMCMP): New macro.
51605         Fixing indents.
51606         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51607         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51608         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51609         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51610         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51611         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51612         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51613         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51614         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51615         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51616         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51617         (USE_AS_WMEMCMP): New macro.
51618         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51619         * sysdeps/string/test-memcmp.c: Update.
51620         Fix simple_wmemcmp.
51621         Add new tests.
51622         * wcsmbs/wmemcmp.c: Update.
51623         (WMEMCMP): New macro.
51624         Fix overflow bug.
51626 2011-10-12  Andreas Jaeger  <aj@suse.de>
51628         [BZ #13268]
51629         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51631 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51633         * libio/iofwide.c (do_length): Avoid warning.
51635         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51637 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51639         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51641         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51642         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51643         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51644         * sysdeps/i386/i686/fpu/e_log.S: New file.
51645         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51646         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51648         * ctype/ctype.h: Add support for inlined isXXX functions when
51649         compiling C++ code.
51651 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51653         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51655         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51657 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51659         [BZ #13291]
51660         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51662 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51664         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51665         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51666         feraiseexcept.
51668         * sysdeps/x86_64/memrchr.S: Check for zero size.
51670         * string/stratcliff.c: Add memrchr tests.
51672 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51674         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51675         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51676         rawmemchr-sse2 rawmemchr-sse2-bsf.
51677         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51678         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51679         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51680         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51681         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51682         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51683         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51684         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51685         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51686         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51687         * string/memrchr.c (MEMRCHR): New macro.
51689 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51691         Add integration with gcc's -ffinite-math-only and optimize wrapper
51692         functions in libm.
51693         * Versions.def: Define GLIBC_2.15 version for libm.
51694         * math/Makefile (headers): Add bits/math-finite.h.
51695         * math/bits/math-finite.h: New file.
51696         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51697         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51698         * math/e_acoshl.c: Add __*_finite alias.
51699         * math/e_acosl.c: Likewise.
51700         * math/e_asinl.c: Likewise.
51701         * math/e_atan2l.c: Likewise.
51702         * math/e_atanhl.c: Likewise.
51703         * math/e_coshl.c: Likewise.
51704         * math/e_exp10.c: Likewise.
51705         * math/e_exp10f.c: Likewise.
51706         * math/e_exp10l.c: Likewise.
51707         * math/e_exp2l.c: Likewise.
51708         * math/e_fmodl.c: Likewise.
51709         * math/e_gammal_r.c: Likewise.
51710         * math/e_hypotl.c: Likewise.
51711         * math/e_j0l.c: Likewise.
51712         * math/e_j1l.c: Likewise.
51713         * math/e_jnl.c: Likewise.
51714         * math/e_lgammal_r.c: Likewise.
51715         * math/e_log10l.c: Likewise.
51716         * math/e_log2l.c: Likewise.
51717         * math/e_logl.c: Likewise.
51718         * math/e_powl.c: Likewise.
51719         * math/e_sinhl.c: Likewise.
51720         * math/e_sqrtl.c: Likewise.
51721         * math/e_scalb.c: Completely rewritten and optimized.
51722         * math/e_scalbf.c: Likewise.
51723         * math/e_scalbl.c: Likewise.
51724         * math/w_acos.c: Likewise.
51725         * math/w_acosf.c: Likewise.
51726         * math/w_acosl.c: Likewise.
51727         * math/w_acosh.c: Likewise.
51728         * math/w_acoshf.c: Likewise.
51729         * math/w_acoshl.c: Likewise.
51730         * math/w_asin.c: Likewise.
51731         * math/w_asinf.c: Likewise.
51732         * math/w_asinl.c: Likewise.
51733         * math/w_atan2.c: Likewise.
51734         * math/w_atan2f.c: Likewise.
51735         * math/w_atan2l.c: Likewise.
51736         * math/w_atanh.c: Likewise.
51737         * math/w_atanhf.c: Likewise.
51738         * math/w_atanhl.c: Likewise.
51739         * math/w_exp10.c: Likewise.
51740         * math/w_exp10f.c: Likewise.
51741         * math/w_exp10l.c: Likewise.
51742         * math/w_fmod.c: Likewise.
51743         * math/w_fmodf.c: Likewise.
51744         * math/w_fmodl.c: Likewise.
51745         * math/w_j0.c: Likewise.
51746         * math/w_j0f.c: Likewise.
51747         * math/w_j0l.c: Likewise.
51748         * math/w_j1.c: Likewise.
51749         * math/w_j1f.c: Likewise.
51750         * math/w_j1l.c: Likewise.
51751         * math/w_jn.c: Likewise.
51752         * math/w_jnf.c: Likewise.
51753         * math/w_log.c: Likewise.
51754         * math/w_logf.c: Likewise.
51755         * math/w_logl.c: Likewise.
51756         * math/w_log10.c: Likewise.
51757         * math/w_log10f.c: Likewise.
51758         * math/w_log10l.c: Likewise.
51759         * math/w_log2.c: Likewise.
51760         * math/w_log2f.c: Likewise.
51761         * math/w_log2l.c: Likewise.
51762         * math/w_pow.c: Likewise.
51763         * math/w_powf.c: Likewise.
51764         * math/w_powl.c: Likewise.
51765         * math/w_remainder.c: Likewise.
51766         * math/w_remainderf.c: Likewise.
51767         * math/w_remainderl.c: Likewise.
51768         * math/w_scalb.c: Likewise.
51769         * math/w_scalbf.c: Likewise.
51770         * math/w_scalbl.c: Likewise.
51771         * math/w_sqrt.c: Likewise.
51772         * math/w_sqrtf.c: Likewise.
51773         * math/w_sqrtl.c: Likewise.
51774         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51775         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51776         used.
51777         * math/math_private.h: Declare __kernel_standard_f.
51778         * math/w_cosh.c: Remove cruft and optimize a bit.
51779         * math/w_coshf.c: Likewise.
51780         * math/w_coshl.c: Likewise.
51781         * math/w_exp2.c: Likewise.
51782         * math/w_exp2f.c: Likewise.
51783         * math/w_exp2l.c: Likewise.
51784         * math/w_hypot.c: Likewise.
51785         * math/w_hypotf.c: Likewise.
51786         * math/w_hypotl.c: Likewise.
51787         * math/w_lgamma.c: Likewise.
51788         * math/w_lgamma_r.c: Likewise.
51789         * math/w_lgammaf.c: Likewise.
51790         * math/w_lgammaf_r.c: Likewise.
51791         * math/w_lgammal.c: Likewise.
51792         * math/w_lgammal_r.c: Likewise.
51793         * math/w_sinh.c: Likewise.
51794         * math/w_sinhf.c: Likewise.
51795         * math/w_sinhl.c: Likewise.
51796         * math/w_tgamma.c: Likewise.
51797         * math/w_tgammaf.c: Likewise.
51798         * math/w_tgammal.c: Likewise.
51799         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51800         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51801         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51802         Minor optimizations.  Pretty printing.  Remove cruft.
51803         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51804         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51805         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51806         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51807         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51808         * sysdeps/i386/fpu/e_asin.S: Likewise.
51809         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51810         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51811         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51812         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51813         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51814         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51815         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51816         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51817         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51818         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51819         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51820         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51821         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51822         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51823         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51824         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51825         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51826         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51827         * sysdeps/i386/fpu/e_log.S: Likewise.
51828         * sysdeps/i386/fpu/e_log10.S: Likewise.
51829         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51830         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51831         * sysdeps/i386/fpu/e_log2.S: Likewise.
51832         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51833         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51834         * sysdeps/i386/fpu/e_logf.S: Likewise.
51835         * sysdeps/i386/fpu/e_logl.S: Likewise.
51836         * sysdeps/i386/fpu/e_pow.S: Likewise.
51837         * sysdeps/i386/fpu/e_powf.S: Likewise.
51838         * sysdeps/i386/fpu/e_powl.S: Likewise.
51839         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51840         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51841         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51842         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51843         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51844         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51845         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51846         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51847         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51848         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51849         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51850         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51851         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51852         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51853         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51854         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51855         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51856         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51857         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51858         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51859         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51860         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51861         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51862         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51863         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51864         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51865         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51866         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51867         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51868         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51869         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51870         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51871         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51872         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51873         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51874         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51875         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51876         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51877         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51878         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51879         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51880         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51881         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51882         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51883         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51884         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51885         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51886         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51887         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51888         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51889         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51890         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51891         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51892         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51893         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51894         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51895         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51896         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51897         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51898         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51899         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51900         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51901         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51902         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51903         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51904         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51905         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51906         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51907         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51908         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51909         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51910         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51911         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51912         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51913         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51914         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51915         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51916         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51917         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51918         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51919         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51920         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51921         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51922         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51923         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51924         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51925         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51926         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51927         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51928         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51929         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51930         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51931         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51932         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51933         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51934         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51935         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51936         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51937         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51938         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51939         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51940         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51941         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51942         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51943         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51944         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51945         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51946         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51947         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51948         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51949         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51950         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51951         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51952         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51953         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51954         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51955         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51956         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51957         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51958         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51959         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51960         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51961         (__isnanf): Likewise.
51962         (__isinf_ns): Likewise.
51963         (__isinf_nsf): Likewise.
51964         (__finite): Likewise.
51965         (__finitef): Likewise.
51966         (__ieee754_sqrt): Define as macro.
51967         (__ieee754_sqrtf): Define as macro.
51968         (__ieee754_sqrtl): Define as macro.
51969         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51970         inlined copy.
51971         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51972         __FINITE_MATH_ONLY__ consistent.
51973         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51975 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51977         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51978         of rawmemchr.
51980         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51982 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51984         * po/ja.po: Update from translation team.
51986 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51988         * locale/programs/locarchive.c (prepare_address_space): New function.
51989         (create_archive, enlarge_archive, open_archive): Use it.
51991         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51992         inside [SHARED], where it is used.
51994         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51996         * nss/getent.c (netgroup_keys): Remove unused variable.
51997         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51999 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52001         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52002         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52003         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52004         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52005         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52006         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52007         * math/Makefile (libm-calls): Add s_isinf_ns.
52008         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52009         * math/multc3.c: Likewise.
52010         * math/s_casin.c: Likewise.
52011         * math/s_casinf.c: Likewise.
52012         * math/s_casinl.c: Likewise.
52013         * math/s_ccos.c: Likewise.
52014         * math/s_ccosf.c: Likewise.
52015         * math/s_ccosl.c: Likewise.
52016         * math/s_ctan.c: Likewise.
52017         * math/s_ctanf.c: Likewise.
52018         * math/s_ctanh.c: Likewise.
52019         * math/s_ctanhf.c: Likewise.
52020         * math/s_ctanhl.c: Likewise.
52021         * math/s_ctanl.c: Likewise.
52022         * math/w_fmod.c: Likewise.
52023         * math/w_fmodf.c: Likewise.
52024         * math/w_fmodl.c: Likewise.
52025         * math/w_remainder.c: Likewise.
52026         * math/w_remainderf.c: Likewise.
52027         * math/w_remainderl.c: Likewise.
52028         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52029         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52030         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52031         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52032         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52033         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52034         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52035         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52037         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52038         of the number.
52039         * stdio-common/printf_fphex.c: Likewise.
52040         * stdio-common/printf_size.c: Likewise.
52042         * math/e_exp10.c: Include math_private.h using <...> not "...".
52043         * math/e_exp10f.c: Likewise.
52044         * math/e_exp10l.c: Likewise.
52045         * math/e_exp2l.c: Likewise.
52046         * math/e_j0l.c: Likewise.
52047         * math/e_j1l.c: Likewise.
52048         * math/e_jnl.c: Likewise.
52049         * math/e_lgammal_r.c: Likewise.
52050         * math/e_rem_pio2l.c: Likewise.
52051         * math/e_scalb.c: Likewise.
52052         * math/e_scalbf.c: Likewise.
52053         * math/e_scalbl.c: Likewise.
52054         * math/k_cosl.c: Likewise.
52055         * math/k_sinl.c: Likewise.
52056         * math/k_tanl.c: Likewise.
52057         * math/s_cacoshf.c: Likewise.
52058         * math/s_catan.c: Likewise.
52059         * math/s_catanf.c: Likewise.
52060         * math/s_catanh.c: Likewise.
52061         * math/s_catanhf.c: Likewise.
52062         * math/s_catanhl.c: Likewise.
52063         * math/s_catanl.c: Likewise.
52064         * math/s_ccosh.c: Likewise.
52065         * math/s_ccoshf.c: Likewise.
52066         * math/s_ccoshl.c: Likewise.
52067         * math/s_cexp.c: Likewise.
52068         * math/s_cexpf.c: Likewise.
52069         * math/s_cexpl.c: Likewise.
52070         * math/s_clog.c: Likewise.
52071         * math/s_clog10.c: Likewise.
52072         * math/s_clog10f.c: Likewise.
52073         * math/s_clog10l.c: Likewise.
52074         * math/s_clogf.c: Likewise.
52075         * math/s_clogl.c: Likewise.
52076         * math/s_csin.c: Likewise.
52077         * math/s_csinf.c: Likewise.
52078         * math/s_csinh.c: Likewise.
52079         * math/s_csinhf.c: Likewise.
52080         * math/s_csinhl.c: Likewise.
52081         * math/s_csinl.c: Likewise.
52082         * math/s_csqrt.c: Likewise.
52083         * math/s_csqrtf.c: Likewise.
52084         * math/s_csqrtl.c: Likewise.
52085         * math/s_ctan.c: Likewise.
52086         * math/s_ctanf.c: Likewise.
52087         * math/s_ctanh.c: Likewise.
52088         * math/s_ctanhf.c: Likewise.
52089         * math/s_ctanhl.c: Likewise.
52090         * math/s_ctanl.c: Likewise.
52091         * math/s_ldexp.c: Likewise.
52092         * math/s_ldexpf.c: Likewise.
52093         * math/s_ldexpl.c: Likewise.
52094         * math/s_significand.c: Likewise.
52095         * math/s_significandf.c: Likewise.
52096         * math/s_significandl.c: Likewise.
52097         * math/w_acos.c: Likewise.
52098         * math/w_acosf.c: Likewise.
52099         * math/w_acosh.c: Likewise.
52100         * math/w_acoshf.c: Likewise.
52101         * math/w_acoshl.c: Likewise.
52102         * math/w_acosl.c: Likewise.
52103         * math/w_asin.c: Likewise.
52104         * math/w_asinf.c: Likewise.
52105         * math/w_asinl.c: Likewise.
52106         * math/w_atan2.c: Likewise.
52107         * math/w_atan2f.c: Likewise.
52108         * math/w_atan2l.c: Likewise.
52109         * math/w_atanh.c: Likewise.
52110         * math/w_atanhf.c: Likewise.
52111         * math/w_atanhl.c: Likewise.
52112         * math/w_cosh.c: Likewise.
52113         * math/w_coshf.c: Likewise.
52114         * math/w_coshl.c: Likewise.
52115         * math/w_dremf.c: Likewise.
52116         * math/w_exp10.c: Likewise.
52117         * math/w_exp10f.c: Likewise.
52118         * math/w_exp10l.c: Likewise.
52119         * math/w_exp2.c: Likewise.
52120         * math/w_exp2f.c: Likewise.
52121         * math/w_fmod.c: Likewise.
52122         * math/w_fmodf.c: Likewise.
52123         * math/w_fmodl.c: Likewise.
52124         * math/w_hypot.c: Likewise.
52125         * math/w_hypotf.c: Likewise.
52126         * math/w_hypotl.c: Likewise.
52127         * math/w_j0.c: Likewise.
52128         * math/w_j0f.c: Likewise.
52129         * math/w_j0l.c: Likewise.
52130         * math/w_j1.c: Likewise.
52131         * math/w_j1f.c: Likewise.
52132         * math/w_j1l.c: Likewise.
52133         * math/w_jn.c: Likewise.
52134         * math/w_jnf.c: Likewise.
52135         * math/w_jnl.c: Likewise.
52136         * math/w_lgamma.c: Likewise.
52137         * math/w_lgamma_r.c: Likewise.
52138         * math/w_lgammaf.c: Likewise.
52139         * math/w_lgammaf_r.c: Likewise.
52140         * math/w_lgammal.c: Likewise.
52141         * math/w_lgammal_r.c: Likewise.
52142         * math/w_log.c: Likewise.
52143         * math/w_log10.c: Likewise.
52144         * math/w_log10f.c: Likewise.
52145         * math/w_log10l.c: Likewise.
52146         * math/w_log2.c: Likewise.
52147         * math/w_log2f.c: Likewise.
52148         * math/w_log2l.c: Likewise.
52149         * math/w_logf.c: Likewise.
52150         * math/w_logl.c: Likewise.
52151         * math/w_pow.c: Likewise.
52152         * math/w_powf.c: Likewise.
52153         * math/w_powl.c: Likewise.
52154         * math/w_remainder.c: Likewise.
52155         * math/w_remainderf.c: Likewise.
52156         * math/w_remainderl.c: Likewise.
52157         * math/w_scalb.c: Likewise.
52158         * math/w_scalbf.c: Likewise.
52159         * math/w_scalbl.c: Likewise.
52160         * math/w_sinh.c: Likewise.
52161         * math/w_sinhf.c: Likewise.
52162         * math/w_sinhl.c: Likewise.
52163         * math/w_sqrt.c: Likewise.
52164         * math/w_sqrtf.c: Likewise.
52165         * math/w_sqrtl.c: Likewise.
52166         * math/w_tgamma.c: Likewise.
52167         * math/w_tgammaf.c: Likewise.
52168         * math/w_tgammal.c: Likewise.
52170         * po/ja.po: Update from translation team.
52172 2011-09-29  Andreas Jaeger  <aj@suse.de>
52174         [BZ #13179]
52175         * sunrpc/netname.c (netname2host): Fix logic.
52177         [BZ #6779]
52178         [BZ #6783]
52179         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52180         correctly.
52181         * math/w_remainder.c (__remainder): Likewise.
52182         * math/w_remainderf.c (__remainderf): Likewise.
52183         * math/libm-test.inc (remainder_test): Add test cases.
52185 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52187         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52188         sdiv_qrnnd.
52190 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52192         * string/test-memcmp.c: Avoid unncessary #defines.
52193         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52195 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52197         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52198         Use new sse2 version for core i3 - i7 as it's faster
52199         than sse42 version.
52200         (bit_Prefer_PMINUB_for_stringop): New.
52201         * sysdeps/x86_64/rawmemchr.S: Update.
52202         Replace with faster SSE2 version.
52203         * sysdeps/x86_64/memrchr.S: New file.
52204         * sysdeps/x86_64/memchr.S: Update.
52205         Replace with faster SSE2 version.
52207 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52209         * elf/dl-load.c (lose): Add cast to avoid warning.
52211 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52213         * po/ca.po: Update from translation team.
52215         * inet/getnetgrent_r.c: Hook up nscd.
52216         * nscd/Makefile (routines): Add nscd_netgroup.
52217         (nscd-modules): Add netgroupcache.
52218         (CFLAGS-netgroupcache.c): Define.
52219         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52220         (cache_search): Add const to second parameter.
52221         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52222         INNETGR.
52223         (dbs): Add netgrdb entry.
52224         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52225         (verify_persistent_db): Handle netgrdb.
52226         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52227         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52228         GETFDNETGR.
52229         (netgroup_response_header): Define.
52230         (innetgroup_response_header): Define.
52231         (datahead): Add netgroup_response_header and innetgroup_response_header
52232         elements.
52233         * nscd/nscd.conf: Add entries for netgroup cache.
52234         * nscd/nscd.h (dbtype): Add netgrdb.
52235         (_PATH_NSCD_NETGROUP_DB): Define.
52236         (netgroup_iov_disabled): Declare.
52237         (xmalloc, xcalloc, xrealloc): Move declarations here.
52238         (cache_search): Adjust prototype.
52239         Add netgroup-related prototypes.
52240         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52241         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52242         (__nscd_innetgr): Declare.
52243         * nscd/selinux.c (perms): Use access_vector_t as element type and
52244         add netgroup-related initializers.
52245         * nscd/netgroupcache.c: New file.
52246         * nscd/nscd_netgroup.c: New file.
52247         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52248         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52249         For four parameters use innetgr.
52250         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52251         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52252         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52253         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52255         * nscd/connections.c (register_traced_file): Don't register file
52256         for disabled databases.
52258 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52260         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52262         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52263         from tree and freeing node.
52265 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52267         * nss/nsswitch.c (__nss_database_lookup): Handle
52268         nss_parse_service_list out of memory case.
52270 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52272         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52273         out of memory case.
52275 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52277         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52278         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52279         pass it down.
52280         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52281         elf_machine_rela, elf_machine_lazy_rel.
52282         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52283         (ELF_DYNAMIC_DO_REL): Likewise.
52284         (ELF_DYNAMIC_DO_RELA): Likewise.
52285         (ELF_DYNAMIC_RELOCATE): Likewise.
52286         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52287         to ELF_DYNAMIC_DO_REL.
52288         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52289         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52290         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52291         elf_machine_rela.
52292         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52293         skip_ifunc, don't call ifunc function if non-zero.
52294         (elf_machine_rela): Likewise.
52295         (elf_machine_lazy_rel): Likewise.
52296         (elf_machine_lazy_rela): Likewise.
52297         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52298         (elf_machine_lazy_rel): Likewise.
52299         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52300         Likewise.
52301         (elf_machine_lazy_rel): Likewise.
52302         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52303         Likewise.
52304         (elf_machine_lazy_rel): Likewise.
52305         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52306         (elf_machine_lazy_rel): Likewise.
52307         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52308         (elf_machine_lazy_rel): Likewise.
52309         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52310         (elf_machine_lazy_rel): Likewise.
52311         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52312         (elf_machine_lazy_rel): Likewise.
52313         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52314         (elf_machine_lazy_rel): Likewise.
52315         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52316         (elf_machine_lazy_rel): Likewise.
52318 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52320         * nss/nss_files/files-init.c (_nss_files_init): Use static
52321         initialization for all the *_traced_file variables.
52323 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52325         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52327 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52329         [BZ #13226]
52330         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52332 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52334         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52335         Reread the line before reparsing it.
52337 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52339         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52341 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52342             Maxim Kuvyrkov  <maxim@codesourcery.com>
52343             Joseph Myers  <joseph@codesourcery.com>
52345         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52346         if needed for __stack_chk_guard.
52348 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52350         * sysdeps/posix/spawni.c (script_execute): Always define it.
52351         It will be optimized away if unused.
52352         (maybe_script_execute): New function.
52353         (__spawni): Call it.
52355         * Makerules: Don't include tls.make.
52356         (config-tls): Always set to thread.
52357         * tls.make.c: File removed.
52359 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52361         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52362         * config.make.in (CPPFLAGS-config): New substituted variable.
52364 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52366         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52368         [BZ #13192]
52369         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52370         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52372 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52374         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52375         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52376         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52377         (CALL_FAIL): Likewise.
52378         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52379         (CALL_FAIL): Macro removed.
52380         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52382 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52384         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52385         for __FINITE_MATH_ONLY__ == 1.
52387 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52389         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52390         __ieee754_sqrt instead of sqrt.
52391         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52392         __ieee754_sqrtf instead of sqrtf.
52393         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52394         __floorf instead of floorf.
52395         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52396         __floorf, __truncf instead of floorf, truncf.
52398 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52400         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52402         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52403         __extern_always_inline.
52404         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52405         32-bit.
52407 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52409         * elf/rtld.c (dl_main): Also relocate in dependency order when
52410         doing symbol dependency testing.
52412 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52414         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52415         Always define `refsym'.
52417 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52419         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52420         (__FD_ELT): Renamed from __FDELT.
52421         * misc/bits/select2.h (__FD_ELT): Likewise.
52422         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52423         __FD_MASK instead of __FDELT, __FDMASK.
52424         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52425         Likewise.
52426         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52427         Likewise.
52429         * elf/Makefile (gen-ldd): Fix pattern.
52431         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52432         (init_tls): Likewise.
52434 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52436         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52438 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52440         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52441         `struct cmsghdr *' instead of `void *'.
52442         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52443         Likewise.
52445 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52447         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52448         if non-absolute.
52449         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52450         ldd_rewrite_script.
52452 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52454         * configure.in: Remove --with-tls option.
52455         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52456         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52457         out in case it is missing.
52458         * sysdeps/ia64/elf/configure.in: Likewise.
52459         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52460         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52461         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52462         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52463         * sysdeps/sh/elf/configure.in: Likewise.
52464         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52465         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52466         * sysdeps/x86_64/elf/configure.in: Likewise.
52467         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52468         * sysdeps/mach/hurd/tls.h: Likewise.
52470         [BZ #13067]
52471         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52473         [BZ #13090]
52474         * configure.in: Fix use of AC_INIT.
52476         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52478 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52480         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52481         __set_errno.
52482         * malloc/hooks.c: Likewise.
52484         [BZ #11929]
52485         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52486         variables statically.
52487         (narenas): Initialize.
52488         (list_lock): Initialize.
52489         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52490         initializtion of main_arena and list_lock.  Small cleanups.
52491         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52492         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52493         Add initializers to main_arena and mp_.
52494         (malloc_state): Remove pagesize member.  Change all users to use
52495         GLRO(dl_pagesize).
52497         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52498         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52499         is always initialized.
52501         * malloc/malloc.c: Removed unused configurations and dead code.
52502         * malloc/arena.c: Likewise.
52503         * malloc/hooks.c: Likewise.
52504         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
52506         * include/tls.h: Removed.  USE___THREAD must always be defined.
52507         * bits/libc-tsd.h: Don't handle !USE___THREAD.
52508         * elf/dl-libc.c: Likewise.
52509         * elf/dl-tsd.c: Likewise.
52510         * include/errno.h: Likewise.
52511         * include/netdb.h: Likewise.
52512         * include/resolv.h: Likewise.
52513         * inet/herrno-loc.c: Likewise.
52514         * inet/herrno.c: Likewise.
52515         * malloc/arena.c: Likewise.
52516         * malloc/hooks.c: Likewise.
52517         * malloc/malloc.c: Likewise.
52518         * resolv/res-state.c: Likewise.
52519         * resolv/res_libc.c: Likewise.
52520         * sysdeps/i386/dl-machine.h: Likewise.
52521         * sysdeps/ia64/dl-machine.h: Likewise.
52522         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
52523         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
52524         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
52525         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52526         * sysdeps/sh/dl-machine.h: Likewise.
52527         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52528         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52529         * sysdeps/unix/i386/sysdep.S: Likewise.
52530         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52531         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52532         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52533         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52534         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52535         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52536         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52537         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52538         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52539         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52540         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52541         * sysdeps/x86_64/dl-machine.h: Likewise.
52542         * tls.make.c: Likewise.
52544         * configure.in: Remove --with-__thread option.  Make tests for
52545         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52546         tls_model attribute fail if no support is available.  Remove
52547         USE_IN_LIBIO.
52548         * Makeconfig: Adjust for dropped configure option.  All features are
52549         now mandatory.
52550         * Makerules: Likewise.
52551         * Versions.def: Likewise.
52552         * argp/argp-fmtstream.c: Likewise.
52553         * argp/argp-fmtstream.h: Likewise.
52554         * argp/argp-help.c: Likewise.
52555         * assert/assert.c: Likewise.
52556         * config.h.in: Likewise.
52557         * config.make.in: Likewise.
52558         * configure: Likewise.
52559         * configure.in: Likewise.
52560         * csu/Versions: Likewise.
52561         * csu/init.c: Likewise.
52562         * elf/tst-audit2.c: Likewise.
52563         * elf/tst-tls10.c: Likewise.
52564         * elf/tst-tls10.h: Likewise.
52565         * elf/tst-tls11.c: Likewise.
52566         * elf/tst-tls12.c: Likewise.
52567         * elf/tst-tls14.c: Likewise.
52568         * elf/tst-tlsmod11.c: Likewise.
52569         * elf/tst-tlsmod12.c: Likewise.
52570         * elf/tst-tlsmod13.c: Likewise.
52571         * elf/tst-tlsmod13a.c: Likewise.
52572         * elf/tst-tlsmod14a.c: Likewise.
52573         * elf/tst-tlsmod15b.c: Likewise.
52574         * elf/tst-tlsmod16a.c: Likewise.
52575         * elf/tst-tlsmod16b.c: Likewise.
52576         * elf/tst-tlsmod7.c: Likewise.
52577         * elf/tst-tlsmod8.c: Likewise.
52578         * elf/tst-tlsmod9.c: Likewise.
52579         * gmon/gmon.c: Likewise.
52580         * grp/fgetgrent_r.c: Likewise.
52581         * grp/putgrent.c: Likewise.
52582         * hurd/fopenport.c: Likewise.
52583         * include/libc-symbols.h: Likewise.
52584         * include/tls.h: Likewise.
52585         * intl/gettextP.h: Likewise.
52586         * intl/loadinfo.h: Likewise.
52587         * locale/global-locale.c: Likewise.
52588         * locale/localeinfo.h: Likewise.
52589         * mach/devstream.c: Likewise.
52590         * malloc/arena.c: Likewise.
52591         * malloc/set-freeres.c: Likewise.
52592         * misc/err.c: Likewise.
52593         * misc/getttyent.c: Likewise.
52594         * misc/mntent_r.c: Likewise.
52595         * posix/getopt.c: Likewise.
52596         * posix/wordexp.c: Likewise.
52597         * pwd/fgetpwent_r.c: Likewise.
52598         * resolv/Versions: Likewise.
52599         * resolv/res_hconf.c: Likewise.
52600         * shadow/fgetspent_r.c: Likewise.
52601         * shadow/putspent.c: Likewise.
52602         * stdio-common/printf_fphex.c: Likewise.
52603         * stdio-common/tmpfile.c: Likewise.
52604         * stdlib/abort.c: Likewise.
52605         * stdlib/fmtmsg.c: Likewise.
52606         * sunrpc/auth_unix.c: Likewise.
52607         * sunrpc/clnt_perr.c: Likewise.
52608         * sunrpc/clnt_tcp.c: Likewise.
52609         * sunrpc/clnt_udp.c: Likewise.
52610         * sunrpc/clnt_unix.c: Likewise.
52611         * sunrpc/openchild.c: Likewise.
52612         * sunrpc/svc_simple.c: Likewise.
52613         * sunrpc/svc_tcp.c: Likewise.
52614         * sunrpc/svc_udp.c: Likewise.
52615         * sunrpc/svc_unix.c: Likewise.
52616         * sunrpc/xdr.c: Likewise.
52617         * sunrpc/xdr_array.c: Likewise.
52618         * sunrpc/xdr_rec.c: Likewise.
52619         * sunrpc/xdr_ref.c: Likewise.
52620         * sunrpc/xdr_stdio.c: Likewise.
52622 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52624         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52626 2011-07-03  Andreas Jaeger  <aj@suse.de>
52628         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52629         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52630         regenerate with gen-libm-tests.pl.
52632 2010-05-12  Petr Baudis  <pasky@suse.cz>
52634         [BZ #11589]
52635         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52636         around j0() zero points by switching to j1().
52637         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52638         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52639         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52640         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52642 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52644         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52645         instead of 0.
52646         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52647         instead of 0.
52648         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52649         Patch in part by Pavel Roskin <proski@gnu.org>.
52651         [BZ #13138]
52652         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52653         realloc.
52654         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52655         Free memory block if necessary.
52657         [BZ #12847]
52658         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52659         be NULL.  Don't lock in this case.
52661 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52663         * elf/elf.h (ELFOSABI_GNU): New macro.
52664         (ELFOSABI_LINUX): Define to that.
52666 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52668         * string/strncat.c (strncat): Undef the symbol in case it has been
52669         defined in bits/string.h.
52671 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52673         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52675         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52676         link map.
52678 2011-08-17  Andreas Jaeger  <aj@suse.de>
52680         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52682 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52683             Ian Lance Taylor  <iant@google.com>
52685         * math/libm-test.inc (lround_test): New testcase.
52686         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52688 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52690         * Makefile: Remove support for automatic cvs check-ins.
52691         * Makerules: Likewise.
52692         * config.make.in: Likewise.
52693         * configure.in: Likewise.
52694         * intl/Makefile: Likewise.
52695         * locale/Makefile: Likewise.
52696         * po/Makefile: Likewise.
52697         * posix/Makefile: Likewise.
52698         * sysdeps/gnu/Makefile: Likewise.
52699         * sysdeps/mach/hurd/Makefile: Likewise.
52700         * sysdeps/sparc/sparc32/Makefile: Likewise.
52702         [BZ #13118]
52703         * posix/Makefile (bug-regex32-ENV): Define.
52704         Patch by John Stanley <jpsinthemix@verizon.net>.
52706         * misc/Makefile (headers): Add bits/select2.h.
52707         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52708         * misc/bits/select2.h: New file.
52709         * include/bits/select2.h: New file.
52710         * debug/Makefile (routines): Add fdelt_chk.
52711         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52712         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52713         FD_ISSET.
52714         * debug/fdelt_chk.c: New file.
52716         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52717         * wcsmbs/test-wmemcmp.c: Likewise.
52718         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52719         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52721 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52723         * string/Makefile (strop-tests): Add memcmp.
52724         * string/test-wmemcmp.c: New file.
52725         * string/test-memcmp.c: Add wmemcmp support.
52727 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52729         [BZ #13153]
52730         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52731         2011-07-19 change.
52733         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52734         garbage value in a __mach_port_mod_refs call in the cases of the
52735         task-self and thread-self ports.
52737 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52739         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52741 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52743         * elf/dl-load.c (lose): Check for non-null L.
52745 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52747         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52749         * elf/dl-libc.c (dlerror_run): Pass back error code from
52750         dl_catch_error.
52752         [BZ #13123]
52753         * elf/dl-load.c (lose): Free l_origin if it is valid.
52755         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52756         names.
52757         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52758         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52759         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52760         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52761         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52762         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52764 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52766         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52767         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52768         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52769         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52770         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52771         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52772         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52773         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52774         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52775         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52777 2011-08-15  Alan Modra  <amodra@gmail.com>
52779         [BZ #13092]
52780         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52781         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52782         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52783         ppc_mcount to static-only-routines.
52784         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52785         __mcount_internal.
52786         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52787         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52789 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52791         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52792         for finite and infinity parameters.
52794 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52796         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52797         and add nop instructions for throughput optimization.
52798         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52800 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52802         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52803         aligned copy for power7 with vector-scalar instructions.
52804         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52806 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52808         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52809         AVX check.
52811 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52813         [BZ #13144]
52814         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52815         last change.
52817 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52819         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52820         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52821         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52822         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52823         clock_gettime.
52825 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52827         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52828         Forgot to demangle the pointer.
52830         * sysdeps/i386/sysdep.h: Define atom_text_section.
52831         * sysdeps/x86_64/sysdep.h: Likewise.
52832         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52833         section with atom_text_section.
52834         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52835         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52836         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52837         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52838         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52840         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52841         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52842         already be defined.  Change to take two parameters and don't assign
52843         result to variable.  Adjust all users.
52844         Define INTERNAL_GETTIME if not already defined.
52845         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52846         call.
52847         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52848         HAVE_CLOCK_GETTIME_VSYSCALL.
52849         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52851         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52852         gettimeofday vsyscall, just use time.
52854 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52856         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52857         <errno.h>.
52859 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52861         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52862         syscall on x86-64.
52863         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52864         syscall.
52865         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52866         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52867         syscall if possible.
52869 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52871         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52872         e_ident.  Don't pass to find_mapsXX.
52873         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52875 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52877         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52878         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52879         * sysdeps/x86_64/multiarch/strchr.S: Update.
52880         Check bit_slow_BSF bit.
52881         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52882         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52883         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52885 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52887         [BZ #13134]
52888         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52889         before glibc 2.15.
52890         (tryshell): Define.
52891         (__spawni): Change last parameter to be flag.  Test
52892         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52893         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52894         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52895         * posix/spawni.c: Likewise.
52896         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52897         * posix/spawnp.c: Likewise.  Change normal version to use
52898         SPAWN_XFLAGS_USE_PATH.
52899         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52900         SPAWN_XFLAGS_TRY_SHELL.
52902         [BZ #13150]
52903         * posix/glob.h: Remove gcc 1.x support.
52905         [BZ #13068]
52906         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52908 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52910         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52911         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52912         strrchr-sse2-bsf
52913         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52914         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52915         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52916         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52917         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52918         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52920 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52922         * sysdeps/x86_64/wcscmp.S: New file.
52924         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52925         wcscmp-c wcscmp-sse2
52926         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52927         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52928         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52929         * wcsmbs/wcscmp.c: Allow renaming.
52931 2011-09-05  David S. Miller  <davem@davemloft.net>
52933         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52934         stack slot, rather than the struct return pointer slot.
52935         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52936         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52937         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52938         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52940 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52942         * po/ja.po: Update from translation team.
52944         [BZ #13144]
52945         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52946         kernel in 64-bit binaries.
52948 2011-09-01  David S. Miller  <davem@davemloft.net>
52950         * elf/elf.h (HWCAP_SPARC_*): Move to..
52951         * sysdeps/sparc/sysdep.h: this new file and add new values.
52952         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52953         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52954         _DL_HWCAP_COUNT to 24.
52955         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52956         entries.
52957         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52958         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52959         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52960         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52961         instead of magic constants.
52962         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52964 2011-08-31  David S. Miller  <davem@davemloft.net>
52966         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52967         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52968         Reimplement to do errno handling inline.
52969         (SYSCALL_ERROR_HANDLER): New macro.
52970         (__SYSCALL_STRING): Do not do errno handling in asm.
52971         (__CLONE_SYSCALL_STRING): Delete.
52972         (__INTERNAL_SYSCALL_STRING): Delete.
52973         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52974         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52975         (PSEUDO): Reimplement to do errno handling inline.
52976         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52977         (SYSCALL_ERROR_HANDLER): New macro.
52978         (__SYSCALL_STRING): Do not do errno handling in asm.
52979         (__CLONE_SYSCALL_STRING): Delete.
52980         (__INTERNAL_SYSCALL_STRING): Delete.
52981         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52982         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52983         i386.
52984         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52985         (inline_syscall*): Add 'err' argument.
52986         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52987         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52988         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52989         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52991         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52992         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52994 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52996         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52998 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53000         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53001         directive.
53003 2011-08-24  David S. Miller  <davem@davemloft.net>
53005         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53007 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53009         * elf/Makefile: Add rules to build and run unload8 test.
53010         * elf/unload8.c: New file.
53011         * elf/unload8mod1.c: New file.
53012         * elf/unload8mod1x.c: New file.
53013         * elf/unload8mod2.c: New file.
53014         * elf/unload8mod3.c: New file.
53016         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53017         it wasn't used.
53019 2011-08-23  David S. Miller  <davem@davemloft.net>
53021         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53022         subtract stack bias.
53023         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53024         %sp not %fp in calculations.
53025         (_JMPBUF_UNWINDS_ADJ): Likewise.
53027         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53028         (aio_suspend): Call it to force an exception region around the
53029         AIO_MISC_WAIT() invocation.
53031 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53033         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53034         backslash.
53036 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53038         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53039         protection macro.
53040         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53041         and <dl-machine.h>.
53042         (Elf64_FuncDesc): Remove.
53044 2011-08-22  David S. Miller  <davem@davemloft.net>
53046         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53047         sigaltstack check, add missing cfi directives.
53048         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53049         missing cfi directives, and sigaltstack handling.
53051 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53053         [BZ #11724]
53054         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53055         object is seen twice.
53056         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53058         * elf/Makefile (distribute): Add tst-initorder2.c.
53059         (tests): Add tst-initorder2.
53060         (modules-names): Add tst-initorder2a tst-initorder2b
53061         tst-initorder2c tst-initorder2d.  Add rules to build them.
53062         ($(objpfx)tst-initorder2.out): New rule.
53063         * elf/tst-initorder2.c: New file.
53064         * elf/tst-initorder2.exp: New file.
53066 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53068         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53070         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53071         dependencies back to end of function.
53073         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53074         $(elfobjdir)/ld.so.
53076 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53078         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53079         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53080         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53081         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53082         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53083         of __vdso_gettimeofday.
53084         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53085         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53086         attribute_hidden.
53087         (_libc_vdso_platform_setup): Remove initialization of
53088         __vdso_gettimeofday and __vdso_time.
53090 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53092         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53093         and fgetc_unlocked.
53094         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53095         getc_unlocked.
53097         * elf/dl-open.c (add_to_global): Report additions to the global scope
53098         for LD_DEBUG=scopes.
53099         (dl_open_worker): Also print scope of newly loaded dependencies.
53100         (_dl_show_scope): Indicate if there is no scope.
53102         [BZ #13114]
53103         * stdio-common/Makefile (tests): Add bug24.
53104         * stdio-common/bug24.c: New file.
53106 2011-08-19  Andreas Jaeger  <aj@suse.de>
53108         [BZ #13114]
53109         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53110         non-existant file when using close-on-exec mode.
53112 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53114         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53115         the very first instruction.
53117         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53118         the CFI state in the end.
53119         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53120         inclusion of dl-trampoline.h.
53121         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53123 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53125         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53126         expectations for long double.
53128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53129         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53131 2011-08-14  David S. Miller  <davem@davemloft.net>
53133         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53134         artificual limit depends upon the system page size.
53136 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53138         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53139         * resolv/Makefile: Define CFLAGS-libresolv.
53141 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53143         * nss/makedb.c (compute_tables): Make variables used in nested
53144         function static.
53146 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53148         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53149         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53150         if buffer was too small.
53152         * elf/pldd.c (main): Attach to all threads in the process.
53153         Rewrite /proc handling to use *at functions.
53155 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53157         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53158         specifies first scope to show.
53159         (dl_open_worker): Update callers.  Move printing scope of new
53160         object to before the relocation.
53161         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53162         * sysdeps/generic/ldsodefs.h: Update declaration.
53164         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53165         string for the scope number.
53167 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53169         * nscd/servicescache.c (cache_addserv): Make sure written is always
53170         initialized.
53172 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53174         * sysdeps/i386/i486/bits/atomic.h
53175         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53176         statement expression, so as to suppress "set but not used" warning.
53177         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53179         * string/strncat.c (STRNCAT): Use prototype definition.
53181         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53182         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53183         -Iprograms here.
53184         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53185         (localedef-modules): Add localedef.
53186         (locale-modules): Add locale.
53188         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53189         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53190         to avoid a warning.
53192 2011-08-14  David S. Miller  <davem@davemloft.net>
53194         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53195         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53197 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53199         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53200         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53201         * elf/rtld.c (dl_main): Set l_name of vDSO.
53202         Call _dl_show_scope when DL_DEBUG_SCOPES.
53203         (process_dl_debug): Recognize scopes flag and also set it for all.
53204         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53205         Declare _dl_show_scope.
53207         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53208         (do_dlopen): Pass caller_dlopen to dl_open.
53209         (__libc_dlopen_mode): Initialize caller_dlopen.
53211         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53212         of libc.  Make tolower call locale-independent.  Optimize a bit by
53213         using isdigit instead of isalnum.
53214         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53216 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53218         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53219         was a dependency or dynamically loaded.
53221 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53223         * intl/l10nflist.c: Allow architecture-specific pop function.
53224         * sysdeps/x86_64/l10nflist.c: New file.
53226         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53227         classification.
53229 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53231         * include/dirent.h: Add libc_hidden_proto for scandirat and
53232         scandirat64.  Don't declare __scandirat64.
53233         * dirent/scandirat.c: Add libc_hidden_def.
53234         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53235         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53237 2011-08-10  David S. Miller  <davem@davemloft.net>
53239         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53240         enum.
53241         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53242         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53243         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53245 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53247         * Versions.def [libc]: Add GLIBC_2.15.
53248         * dirent/Makefile (routines): Add scandirat and scandirat64.
53249         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53250         GLIBC_2.15.
53251         * dirent/dirent.h: Declare scandirat and scandirat64.
53252         * dirent/scandirat.c: New file.
53253         * dirent/scandirat64.c: New file.
53254         * sysdeps/wordsize-64/scandirat.c: New file.
53255         * sysdeps/wordsize-64/scandirat64.c: New file.
53256         * dirent/opendir.c: Define opendirat.
53257         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53258         using scandirat.
53259         * dirent/scandir64.c: Adjust for scandir.c change.
53260         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53261         __scandirat64, and __scandir_cancel_handler.
53262         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53263         additional parameter and use openat instead of open (outside of ld.so).
53264         Add new __opendir as wrapper around __opendirat.
53265         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53266         here without requiring old scandirat implementation.
53268 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53270         * dirent/scandir.c (cancel_handler): Renamed to
53271         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53272         defined.  Adjust users.
53273         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53274         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53276 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53278         * string/test-string.h (IMPL): Use __STRING to expand name and then
53279         stringify it.
53281         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53282         of cleanups.
53284 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53286         * string/Makefile: Update.
53287         (strop-tests): Append strncat.
53288         * string/test-wcscmp.c: New file.
53289         New comprehensive test for wcscmp.
53290         * string/test-strcmp.c: Update.
53291         (WIDE): New define.
53293 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53295         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53296         line.
53298 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53300         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53301         encoding to ACE if AI_IDN.
53303 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53305         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53306         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53308 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53310         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53311         Fix overflow bug in strncat.
53312         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53314         * string/test-strncat.c: Update.
53315         Add new tests for checking overflow bugs.
53317 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53319         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53320         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53321         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53322         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53323         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53324         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53325         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53326         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53327         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53329         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53330         (USE_AS_STRCAT): Define.
53331         Add strcat and strncat support.
53332         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53334 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53336         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53337         __n bigger than INT_MAX+1.
53338         (__strncmp_g): Likewise.
53340 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53342         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53343         * libio/stido.h: Likewise.
53345         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53346         (AF_NFC): Define.
53347         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53348         (AF_NFC): Define.
53350         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53351         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53352         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53353         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53354         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53356         [BZ #13021]
53357         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53358         installed.
53360         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53361         typo.
53362         (_dl_x86_64_save_sse): Likewise.
53364 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53366         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53367         OSXSAVE.
53368         (_dl_x86_64_save_sse): Likewise.
53370         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53372         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53374 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53376         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53377         change.
53378         (_dl_x86_64_save_sse): Use correct AVX check.
53380 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53382         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53383         bug in strncpy/strncat.
53384         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53386 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53388         * string/tester.c (test_strcat): Add tests for different alignments
53389         of source and destination.
53390         (test_strncat): Likewise.
53392 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53394         [BZ #12852]
53395         * posix/glob.c (glob): Check passed in values before using them in
53396         expressions to avoid some overflows.
53397         (glob_in_dir): Likewise.
53399         [BZ #13007]
53400         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53401         check for AVX enablement so that we don't crash with old kernels and
53402         new hardware.
53403         * elf/tst-audit4.c: Add same checks here.
53404         * elf/tst-audit6.c: Likewise.
53406         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53408 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53410         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53412 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53414         * po/cs.po: Update from translation team.
53415         * po/bg.po: Likewise.
53417 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53419         * misc/sys/cdefs.h: Add support for const attribute.
53420         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53421         to gnu_dev_{major,minor,makedev} functions.
53423 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53425         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53427 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53429         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53430         strlen results.
53432 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53434         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53435         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53436         register in order to avoid conflicts with the soft frame pointer
53437         being held in r11 when necessary.
53438         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53439         (INTERNAL_VSYSCALL_NCS): Likewise.
53441 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53443         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53444         * elf/dl-fini.c (_dl_fini): Adjust caller.
53445         * elf/dl-close.c (_dl_close_worker): Likewise.
53446         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53448 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53450         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53451         "aux_cache->nlibs < 0".
53453         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53454         in the reload-count case.
53456 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53458         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53459         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53460         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53461         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53462         * sysdeps/x86_64/multiarch/strcat.S: New file.
53463         * sysdeps/x86_64/multiarch/strncat.S: New file.
53464         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53465         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53466         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53467         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53468         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53469         (USE_AS_STRCAT): Define.
53470         Add strcat and strncat support.
53471         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53472         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53473         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53474         * string/strncat.c: Update.
53475         (USE_AS_STRNCAT): Define.
53476         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53477         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53478         and i7.
53479         * sysdeps/x86_64/multiarch/init-arch.h
53480         (bit_Prefer_PMINUB_for_stringop): New.
53481         (index_Prefer_PMINUB_for_stringop): Likewise.
53482         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53483         bit_Prefer_PMINUB_for_stringop.
53485 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53487         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53488         buffer64.
53489         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53490         of casting of buffer.
53491         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53492         buffer32 and buffer64.
53493         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53494         writes instead of casting of buffer.
53495         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53496         buffer32.
53497         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53498         casting of buffer.
53500 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53502         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
53504 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53506         * nscd/nscd.c (termination_handler): Don't do anything for a database
53507         if it has not yet been initialized.
53509 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53511         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53513 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53515         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
53517 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
53519         * po/nl.po: Update from translation team.
53520         * po/sv.po: Likewise.
53522 2011-07-16  Roland McGrath  <roland@hack.frob.com>
53524         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
53525         now disallowed by GCC.
53527         * configure.in (use-default-link): Default to yes if a test -shared
53528         link meets our qualifications.
53529         * configure: Regenerated.
53531         * config.make.in (output-format): New variable.
53532         * configure.in: Check for ld --print-output-format support.
53533         * configure: Regenerated.
53534         * Makerules ($(common-objpfx)format.lds)
53535         [$(output-format) != unknown]: Just use $(output-format),
53536         instead of the linker-script munging.
53538 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53540         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53541         of $(common-objpfx)shlib.lds.
53542         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53544         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53545         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53547         * configure.in (-z relro check): Adjust test code to add a large
53548         writable data section after it.
53549         * configure: Regenerated.
53551 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53553         * configure.in (-z relro check): Fix test code to make the variable
53554         truly const.
53555         * configure: Regenerated.
53557 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53559         * nscd/nscd.h (struct traced_file): Define.
53560         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53561         elements.  Add traced_files.
53562         (inotify_fd): Declare.
53563         (register_traced_file): Declare.
53564         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53565         (inotify_fd): Export.
53566         (resolv_conf_descr): Remove.
53567         (nscd_init): Move inotify descriptor creation to main.
53568         Don't register files for notification here.
53569         (register_traced_file): New function.
53570         (invalidate_cache): Don't use reset_res to determine whether to call
53571         res_init, go through the list of registered files.
53572         (main_loop_poll): The inotify descriptors are now stored in the
53573         structures for the traced files.
53574         (main_loop_epoll): Likewise
53575         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53576         to __nss_disable_nscd.
53577         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53578         for a database anymore.  Check the records for all the registered
53579         files instead.
53580         * nss/Makefile (libnss_files-routines): Add files-init.
53581         (libnss_db-routines): Add db-init.
53582         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53583         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53584         * nss/nss_db/db-init.c: New file.
53585         * nss/nss_files/files-init.c: New file.
53586         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53587         __nss_lookup_function.
53588         (__nss_lookup_function): Call nss_load_library.
53589         (nss_load_all_libraries): New function.
53590         (__nss_disable_nscd): Take parameter with callback function for files
53591         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53592         used for the cached services.
53593         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53594         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53595         options for features to all the files in nscd.
53597         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53599 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53601         * csu/elf-init.c (__libc_csu_init): Comment typo.
53603 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53605         * po/pl.po: Update from translation team.
53606         * po/ja.po: Likewise.
53607         * po/ru.po: Likewise.
53608         * po/ko.po: Likewise.
53609         * po/fr.po: Likewise.
53611 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53613         * configure.in (.ctors/.dtors header and trailer check):
53614         Use an empirical test on a built program.
53615         * configure: Regenerated.
53617         * configure.in (-z relro check): Use an empirical test on a built DSO.
53618         Detect, but do not require, on ia64.
53619         * configure: Regenerated.
53621         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53622         Update tests that use readelf to use $READELF instead.
53623         * configure: Regenerated.
53625 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53627         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53628         if the result is not used.
53630 2011-07-05  Andreas Jaeger  <aj@suse.de>
53632         [BZ#9696]
53633         * stdlib/tst-strtod.c: Add testcase.
53635 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53637         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53638         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53639         The latter has a higher limit.  Take additional parameter to pass to
53640         the new function.
53641         (__pathconf): Pass file to __statfs_link_max.
53642         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53643         __statfs_link_max.
53644         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53645         __statfs_link_max.
53647         [BZ #12868]
53648         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53649         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53650         Handle Lustre.
53651         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53652         (__statfs_filesize_max): Likewise.
53653         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53655 2011-07-05  Andreas Jaeger  <aj@suse.de>
53657         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53659 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53661         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53662         `status' variable.
53663         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53664         Likewise.
53666 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53668         * Makefile (strop-tests): Add strncat.
53669         * string/test-strncat.c: New file.
53671 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53673         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53675 2011-06-21  Andreas Jaeger  <aj@suse.de>
53677         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53678         Copy rule from iconvdata/Makefile.
53680 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53682         [BZ #12922]
53683         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53684         but no long options are defined, just return 'W'.
53686 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53688         [BZ #9696]
53689         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53691 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53693         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53694         netgroups to read.
53695         (innetgr): Likewise.
53697 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53699         * config.make.in (install_root): Default to $(DESTDIR).
53701 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53703         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53705 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53707         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53709         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53710         containing directory rather than embedding absolute directory names.
53712         * scripts/check-local-headers.sh: Rewritten using awk.
53713         Match by word, not by line.  Print error messages for matches.
53714         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53716         * Makerules [shlib-lds-flags empty]:
53717         ($(common-objpfx)libc_pic.opts): New target.
53718         ($(common-objpfx)libc_pic.os.clean): New target.
53719         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53721         * config.make.in (OBJCOPY): New variable.
53722         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53723         * configure: Regenerated.
53725         * config.make.in (use-default-link): New variable.
53726         * configure.in (use_default_link): Grok --with-default-link to set it.
53727         * configure: Regenerated.
53728         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53729         (shlib-lds, shlib-lds-flags): Define to empty.
53731         * Makerules (shlib-lds): New variable.
53732         (shlib-lds-flags): New variable.
53733         (build-shlib, build-moduile, build-module-asneeded): Use it.
53734         ($(common-objpfx)libc.so): Use $(shlib-lds).
53735         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53736         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53738         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53739         DT_FLAGS/DT_FLAGS_1 with zero flags.
53741         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53742         linker script munging.
53744 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53746         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53747         as 128-bit value.
53748         * crypt/sha512.c (sha512_process_block): Perform total addition using
53749         128-bit if possible.
53750         (__sha512_finish_ctx): Likewise.
53751         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53752         as 64-bit value.
53753         * crypt/sha256.c (SWAP64): Define.
53754         (sha256_process_block): Perform total addition using 64-bit if
53755         possible.
53756         (__sha256_finish_ctx): Likewise.
53758 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53760         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53761         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53762         * nscd/hstcache.c (cache_addhst): Likewise.
53763         * nscd/grpcache.c (cache_addgr): Likewise.
53764         * nscd/aicache.c (addhstaiX): Likewise
53765         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53767 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53769         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53770         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53771         * nscd/hstcache.c (cache_addhst): Likewise.
53772         * nscd/grpcache.c (cache_addgr): Likewise.
53773         * nscd/aicache.c (addhstaiX): Likewise
53775 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53777         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53778         domain only when needed.
53780 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53782         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53783         is always restored.
53785 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53787         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53788         are re-adding the entry.
53789         * nscd/servicescache.c (cache_addserv): Likewise.
53791 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53793         * sysdeps/generic/dl-irel.h: fix protection against multiple
53794         inclusions.
53795         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53797 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53799         [BZ #12935]
53800         * malloc/memusage.sh: Fix quoting in message.
53801         * debug/xtrace.sh: Likewise.
53803         * configure.in: Remove support for --experimental-malloc option, make
53804         it the default.
53805         * config.make.in: Likewise.
53806         * malloc/Makefile: Likewise.
53808 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53810         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53811         two-byte characters.
53813 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53815         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53816         AC_CACHE_CHECK invocation.
53817         * configure: Regenerated.
53819         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53821 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53823         [BZ #12350]
53824         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53825         bit from old_res_options.
53827         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53829         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53830         value type for setfct.
53832 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53834         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53835         __gettimeofday instead of gettimeofday.
53837 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53839         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53841 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53843         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53845         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53846         info.
53848 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53850         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53851         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53852         strcpy-sse2-unaligned strncpy-sse2-unaligned
53853         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53854         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53855         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53856         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53857         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53858         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53859         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53860         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53861         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53862         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53863         (STRCPY): Support SSE2 and SSSE3 versions.
53865 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53867         [BZ #12874]
53868         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53869         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53870         kernels which artificially limit size of requests.
53872 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53874         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53875         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53876         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53877         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53878         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53879         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53880         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53881         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53882         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53883         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53884         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53885         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53886         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53887         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53888         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53889         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53890         Enable unaligned load optimization for Intel Core i3, i5 and i7
53891         processors.
53892         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53893         Define.
53894         (index_Fast_Unaligned_Load): Define.
53895         (HAS_FAST_UNALIGNED_LOAD): Define.
53897 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53899         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53901 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53903         [BZ #12907]
53904         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53905         until it is clear that the information is realy needed.
53906         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53908 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53910         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53912 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53914         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53915         /sys/devices/system/cpu/online if it is usable.
53917         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53918         reading the information from the /proc filesystem to once a second.
53920 2011-06-21  Andreas Jaeger  <aj@suse.de>
53922         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53923         NULL after inclusion of kernel headers.
53925 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53927         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53928         calls to internal_setent.
53930         [BZ #12885]
53931         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53932         addresses using gethostbyname4_r ignore IPv4 addresses.
53934         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53935         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53937         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53939 2011-06-20  David S. Miller  <davem@davemloft.net>
53941         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53942         inclusions.
53943         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53945         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53946         (elf_irel): Use it.
53947         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53948         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53949         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53950         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53951         * sysdeps/x86_64/dl-irel.h: Likewise.
53953         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53954         * elf/dl-sym.c: Likewise.
53956 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53958         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53959         need to dereference resplen2.
53961 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53963         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53965 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53967         * Makeconfig: Define vardbdir and inst_vardbdir.
53968         * nss/Makefile: Add rules to install db-Makefile.
53970         * nss/nss_db/db-XXX.c: Cleanup.
53972         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53973         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53974         GLIBC_PRIVATE.
53975         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53976         * nss/makedb.c: Implement -g option to specify that value strings
53977         are generated and should not be added to table iterated over for
53978         get*ent calls.
53979         * nss/nss_db/db-initgroups.c: New file.
53981         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53982         interface.
53984         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53985         (internal_getgrouplist): Adjust to name change.
53986         Update use_initgroups_entry if this is not the first call.
53987         * nss/databases.def: Add initgroups entry.
53989         * nss/makedb.c (compute_tables): Check result of multiple hash table
53990         sizes to minimize maximum chain length.
53992 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53994         * Versions.def: Add entry for libnss_db.
53995         * shlib-versions: Likewise.
53996         * nss/Makefile: Add rules to build libnss_db.
53997         * nss/Versions: Add libnss_db information.  Organize libnss_files
53998         entries better.
53999         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54000         makedb progra.  Some minor improvements to generate smaller files.
54001         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54002         here from...
54003         * nss/makedb.c: ...here.
54004         Improve database format to be smaller and require less memory at
54005         runtime.
54006         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54007         db anymore.
54008         * nss/nss_db/db-netgrp.c: Likewise.
54009         * nss/nss_db/db-open.c: Likewise.
54010         * nss/nss_files/flies-XXX.x: Adjust comments.
54011         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54012         * nss/nss_files/files-grp.c: Likewise.
54013         * nss/nss_files/files-hosts.c: Likewise.
54014         * nss/nss_files/files-network.c: Likewise.
54015         * nss/nss_files/files-proto.c: Likewise.
54016         * nss/nss_files/files-pwd.c: Likewise.
54017         * nss/nss_files/files-rpc.c: Likewise.
54018         * nss/nss_files/files-service.c: Likewise.
54019         * nss/nss_files/files-sgrp.c: Likewise.
54020         * nss/nss_files/files-spwd.c: Likewise.
54021         * nss/nss_db/db-alias.c: Removed.
54022         * nss/nss_db/dummy-db.h: Removed.
54024 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54026         * nss/makedb.c: Rewritten to not use database library.
54027         * nss/Makefile: Update to build new makedb program.
54029 2011-06-14  Andreas Jaeger  <aj@suse.de>
54031         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54032         memset declaration.
54034 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54036         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54037         tmpbuf.
54039 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54041         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54042         * elf/Makefile ($(objpfx)ld.so): Likewise.
54044         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54045         Don't list ld.so twice in dependencies.
54047         * posix/bug-regex31.c: Include <stdlib.h>.
54049         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54051         * nis/nss_compat/compat-spwd.c
54052         (getspent_next_nss_netgr): Remove unused variable.
54053         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54055         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54056         nonmembers" output to use the right array.
54058         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54060         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54062         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54063         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54064         * catgets/gencat.c (read_input_file): Likewise.
54065         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54067         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54068         variable definition inside #if's controlling its use.
54070         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54072         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54074         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54076         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54077         unreachable code.
54079         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54081         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54082         * configure: Regenerated.
54084         * Makerules: Revert last change.
54085         * elf/Makefile: Likewise.
54087 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54089         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54090         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54091         (reloc-link): Likewise.
54093 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54095         * elf/Makefile: Add rules to build pldd.
54096         * elf/pldd.c: New file.
54097         * elf/pldd-xx.c: New file.
54099 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54101         * version.h: Update for 2.15 development version.
54103 2011-06-07  David S. Miller  <davem@davemloft.net>
54105         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54106         ifuncs.
54107         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54108         elf_machine_lazy_rel): Likewise.
54109         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54110         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54111         elf_machine_lazy_rel): Likewise.
54112         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54113         dl_hwcap via passed in argument.
54114         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54115         Likewise.
54117 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54119         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54121 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54123         [BZ #12849]
54124         * manual/fdl-1.1.texi: New file, verbatim from:
54125         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54126         * manual/lgpl-2.1.texi: New file, verbatim from:
54127         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54128         * manual/Makefile (licenses): New variable, list those new file names.
54129         (texis): Use it.
54130         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54132         * manual/fdl.texi: File removed.
54133         * manual/lesser.texi: File removed.
54134         * manual/libc.texinfo (Copying, Documentation License):
54135         Use new @include file names, put @appendix directive before @include.
54137 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54139         [BZ #12841]
54140         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54141         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54142         (mq_open): Add __NTH.
54144 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54146         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54147         Assume Intel Core i3/i5/i7 processor if AVX is available.
54149 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54151         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54152         typo.
54154 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54156         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54157         memory.  Use alloca_account.  Fix memory leak when retrying.
54159 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54161         * version.h (RELEASE): Bump for 2.14 release.
54162         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54164         * config.make.in (RANLIB): Remove entry.
54166 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54168         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54169         (libc.pot): Work around missing support for .ksh extension in xgettext.
54171         [BZ #12684]
54172         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54173         if both request failed.
54174         (send_dg): In case of server errors clear resplen or *resplen2.
54176         [BZ #12454]
54177         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54178         when there are multiple maps.
54179         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54180         (_dl_fini): Remove test here.
54182         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54184 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54186         [BZ #12350]
54187         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54188         bit from old_res_options.
54189         (gaih_inet): Likewise.
54191         [BZ #11099]
54192         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54193         as signed.
54195         * resolv/res_init.c (res_setoptions): Make the code more compact.
54197         [BZ #11558]
54198         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54199         set RES_USEVC.
54201         [BZ #11634]
54202         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54204         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54206         [BZ #11781]
54207         * malloc/malloc.h: Declare malloc hook variables as volatile.
54209         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54210         in last patch.
54212         [BZ #11799]
54213         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54214         raise in the comment.
54215         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54216         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54217         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54219 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54221         [BZ #12811]
54222         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54223         grow the buffers more if it already has to be sufficient.
54224         (build_wcs_upper_buffer): Likewise.
54225         * posix/regexec.c (check_matching): Likewise.
54226         (clean_state_log_if_needed): Likewise.
54227         (extend_buffers): Don't enlarge buffers beyond size of the input
54228         buffer.
54229         Patches mostly by Emil Wojak <emil@wojak.eu>.
54230         * posix/bug-regex32.c: New file.
54231         * posix/Makefile (tests): Add bug-regex32.
54233         * locale/findlocale.c (_nl_find_locale): Return right away if
54234         _nl_explode_name failed.
54235         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54237         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54239         * debug/xtrace.sh: Unify messages.
54240         * malloc/memusage.sh: Likewise.
54242         [BZ #12813]
54243         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54244         time symbol from vDSO.  Substitute with vsyscall if not available.
54245         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54246         __vdso_time.
54248         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54249         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54250         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54251         Add sendmmsg and internal_sendmmsg.
54252         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54253         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54254         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54256         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54257         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54258         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54260 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54262         [BZ #12813]
54263         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54264         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54265         available.
54266         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54267         __vdso_getcpu.
54269         [BZ #12814]
54270         * iconvdata/Makefile (tests): Add bug-iconv9.
54271         * iconvdata/bug-iconv9.c: New file.
54273 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54275         [BZ #12814]
54276         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54278 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54280         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54281         (struct user_regs_struct): Change intcs field back to cs.
54283 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54285         * po/ja.po: Update from translation team.
54287 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54289         [BZ #12795]
54290         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54291         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54293 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54295         * stdlib/longlong.h: Update from GCC.
54297 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54299         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54300         parameter name.
54301         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54302         Add parameter name.
54303         (__sysconf): Pass it down.
54305 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54307         [BZ #12671]
54308         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54309         some situations.
54310         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54311         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54312         add in in __libc_use_alloca calls.  Adjust callers.
54313         (glob): Use malloc in some situations.
54315         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54316         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54317         pltexit.
54319 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54321         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54322         and CLOCK_BOOTTIME_ALARM.
54324         [BZ #12782]
54325         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54326         is returned.
54328         * string/_strerror.c (__strerror_r): Print negative errors as signed
54329         numbers.
54331         [BZ #12777]
54332         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54333         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54334         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54336         * configure.in: Fix typo in redirection and correct removal of test
54337         files in two cases.
54339         [BZ #12788]
54340         * locale/setlocale.c (new_composite_name): Fix test to check for
54341         identical name of all categories.
54343         [BZ #12792]
54344         * libio/filedoalloc.c (local_isatty): New function.
54345         (_IO_file_doallocate): Use local_isatty.
54346         * stdio-common/perror.c (perror): In case a new stream is used
54347         forward the stream error.
54348         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54349         error flag.
54351 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54353         [BZ #11869]
54354         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54355         alloca.
54356         * include/alloca.h (extend_alloca_account): Define.
54358         [BZ #11857]
54359         * posix/regex.h: Fix comments with documentation of user-accessible
54360         fields after compilation and describe correct free'ing of pattern
54361         after re_compile_pattern.
54362         Patch by Reuben Thomas <rrt@sc3d.org>.
54364 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54366         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54367         and -mno-altivec to prevent the compiler from using Altivec and/or
54368         VSX instructions when the corresponding registers are not available.
54370 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54372         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54374 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54376         * libio/freopen.c (freopen): Use __dup2, not dup2.
54377         * libio/freopen64.c (freopen64): Likewise.
54379 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54381         [BZ #12775]
54382         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54383         * math/Makefile (tests): Add test-powl.
54384         (CFLAGS-test-powl.c): Define.
54385         * math/test-powl.c: New file.
54387 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54389         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54391 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54393         [BZ #11837]
54394         * iconvdata/gb18030.c: Update to GB18020-2005.
54396 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54398         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54399         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54400         Patch by Aharon Robbins <arnold@skeeve.com>.
54402         [BZ #11892]
54403         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54404         on the stack.
54406         [BZ #11895]
54407         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54408         through underflows.
54410         [BZ #12766]
54411         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54412         point to strings before performing equality test for error_one_per_line
54413         mode.
54415         [BZ #11697]
54416         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54418         [BZ #11820]
54419         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54420         (struct user_fpregs_struct): Avoid __uint*_t types.
54422         [BZ #6420]
54423         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54424         symbol info.  Use it instead of calling _dl_addr locally.
54425         (lock_and_info): New function.
54426         (tr_freehook): Call lock_and_info and pass symbol info as additional
54427         parameter to tr_where.
54428         (tr_mallochook): Likewise.
54429         (tr_reallochook): Likewise.
54430         (tr_memalignhook): Likewise.
54432         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54433         used and couldn't be at all thread-safe.
54435 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54437         * libio/freopen.c (freopen): Don't close old file descriptor
54438         before the new one is opened.  Instead dup the new file descriptor
54439         to the old one after the new stream is created.
54440         * libio/freopen64.c (freopen64): Likewise.
54441         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54442         * libio/fileops.c (_IO_new_file_close_it): Handle new
54443         _IO_FLAGS2_NOCLOSE flag.
54444         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54445         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54446         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54447         _IO_FLAGS2_NOCLOSE flag.
54448         * include/unistd.h: Add hidden_proto for dup3.
54449         Define __have_dup3.
54450         * io/dup3.c: Define hidden symbol.
54451         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54453         [BZ #7101]
54454         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54455         when an incomplete long option is used.
54456         * posix/tst-getopt_long1.c: New file.
54457         * posix/Makefile (tests): Add tst-getopt_long1.
54459         [BZ #10138]
54460         * scripts/config.guess: Update from autoconf-2.68.
54461         * scripts/config.sub: Likewise.
54463         [BZ #10157]
54464         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54465         tests into ...
54466         (has_cpuclock): ...this.  New function.
54467         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54468         macro here based on has_cpuclock code.
54470         [BZ #10149]
54471         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54472         First byte (not low byte) is now always NUL.
54473         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54475         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54476         Use non-cancelable interfaces.
54478         [BZ #9809]
54479         * locale/iso-639.def: Add entry for Sorani.
54481         [BZ #11901]
54482         * include/stdlib.h: Move include protection to the right place.
54483         Define abort_msg_s.  Declare __abort_msg with it.
54484         * stdlib/abort.c (__abort_msg): Adjust type.
54485         * assert/assert.c (__assert_fail_base): New function.  Majority
54486         of code from __assert_fail.  Allocate memory for __abort_msg with
54487         mmap.
54488         (__assert_fail): Now call __assert_fail_base.
54489         * assert/assert-perr.c: Remove bulk of implementation.  Use
54490         __assert_fail_base.
54491         * include/assert.hL Declare __assert_fail_base.
54492         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54493         mmap.
54494         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54496 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54498         [BZ #11952]
54499         [BZ #12453]
54500         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54501         until all modules are registered in the DTV.
54502         * elf/Makefile: Add rules to build and run tst-tls19.
54503         * elf/tst-tls19.c: New file.
54504         * elf/tst-tls19mod1.c: New file.
54505         * elf/tst-tls19mod2.c: New file.
54506         * elf/tst-tls19mod3.c: New file.
54507         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
54509         [BZ #12083]
54510         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
54511         correctly.
54513         [BZ #12601]
54514         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
54515         two-byte sequence errors.
54516         * iconvdata/Makefile (tests): Add bug-iconv8.
54517         * iconvdata/bug-iconv8.c: New file.
54519         [BZ #12626]
54520         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
54521         buf2 definition.
54523         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
54525         [BZ #12432]
54526         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54527         (dummy_getcfa): New function.
54528         (init): Get _Unwind_GetCFA address, use dummy if not found.
54529         (backtrace_helper): In recursion check, also check whether CFA changes.
54530         (__backtrace): Completely initialize arg.
54532         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54533         storing incomplete byte sequence in state object.  Avoid testing for
54534         guaranteed too small input if we know there is enough data available.
54536 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54538         * Makeconfig (+link-pie): Indent.
54539         * Rules (binaries-pie): Define if $(have-fpie) and
54540         $(build-shared).
54541         (binaries-shared): Also filter out $(binaries-pie).
54542         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54543         * nscd/Makefile (others-pie): Add nscd.
54544         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54545         ($(objpfx)nscd): Remove command override.
54546         * login/Makefile (others-pie): Add pt_chown.
54547         ($(objpfx)pt_chown): Remove command override.
54548         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54549         remove command overrides.
54551 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54553         * libio/tst_putwc.c: Fix error messages.
54555         [BZ #12724]
54556         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54557         currently writing and seek to current position when not.
54558         * libio/Makefile (tests): Add bug-fclose1.
54559         * libio/bug-fclose1.c: New file.
54561 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54563         [BZ #12511]
54564         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54565         don't set DF_1_NODELETE here.
54566         (do_lookup_x): When entering new entry test for copy relocation
54567         and if necessary set DF_1_NODELETE flag.
54568         * elf/tst-unique4.cc: New file.
54569         * elf/tst-unique4.h: New file.
54570         * elf/tst-unique4lib.cc: New file.
54571         * elf/Makefile: Add rules to build and run tst-unique4.
54572         Patch by Piotr Bury <pbury@goahead.com>.
54574 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54576         [BZ #12052]
54577         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54579         [BZ #12625]
54580         * misc/mntent_r.c (addmntent): Flush the stream after the output
54582         [BZ #12393]
54583         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54584         (is_trusted_path_normalize): Skip initial colon.  Append slash
54585         to empty buffer.  Duplicate is_trusted_path code but allow
54586         constructed patch to be prefix.
54587         (is_dst): Allow $ORIGIN followed by /.
54588         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54589         Correct testing of result of is_trusted_path_normalize
54590         (decompose_rpath): Fix warning.
54592 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54594         [BZ #11257]
54595         * grp/initgroups.c (internal_getgrouplist): When we found the service
54596         list through the initgroups entry in nsswitch.conf do not always
54597         continue on a successful lookup.  Don't always use the
54598         __nss_group_database value if it is set.
54599         * nss/nsswitch.conf (initgroups): Change action for successful db
54600         lookup to continue for compatibility.
54602 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54604         [BZ #11532]
54605         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54606         and CP774 modules.
54607         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54608         and CP774 modules.
54609         * iconvdata/tst-tables.sh: Likewise.
54610         * iconvdata/cp770.c: New file.
54611         * iconvdata/cp771.c: New file.
54612         * iconvdata/cp772.c: New file.
54613         * iconvdata/cp773.c: New file.
54614         * iconvdata/cp774.c: New file.
54615         * iconvdata/testdata/CP770: New file.
54616         * iconvdata/testdata/CP770..UTF8: New file.
54617         * iconvdata/testdata/CP771: New file.
54618         * iconvdata/testdata/CP771..UTF8: New file.
54619         * iconvdata/testdata/CP772: New file.
54620         * iconvdata/testdata/CP772..UTF8: New file.
54621         * iconvdata/testdata/CP773: New file.
54622         * iconvdata/testdata/CP773..UTF8: New file.
54623         * iconvdata/testdata/CP774: New file.
54624         * iconvdata/testdata/CP774..UTF8: New file.
54626         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54627         END CHARMAP line.
54628         * iconvdata/gen-8bit-gap.sh: Likewise.
54629         * iconvdata/gen-8bit.sh: Likewise.
54631         * locale/iso-639.def: Add ary entry.
54633         [BZ #11258]
54634         * locale/C-translit.h.in: Add U20A1 transliteration.
54636         [BZ #12178]
54637         * locale/iso-639.def: Add wae entry.
54638         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54640         [BZ #12545]
54641         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54642         for n.
54644         [BZ #12711]
54645         * locale/C-translit.h.in: Add entry for U20B9.
54646         Patch by pravin.d.s@gmail.com.
54648 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54650         [BZ #12713]
54651         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54652         ENAMETOOLONG use generic getcwd.
54653         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54654         in rtld.  Use *stat64.
54655         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54656         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54657         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54658         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54659         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54660         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54661         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54662         __fstatat64 macros.
54663         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54664         * dirent/rewinddir.c: Add libc_hidden_def.
54665         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54666         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54668         * include/dirent.h (__alloc_dir): Add flags parameter.
54669         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54670         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54671         __alloc_dir.
54672         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54673         from fdopendir if O_CLOEXEC is already set.
54675 2011-03-15  Alan Modra  <amodra@gmail.com>
54677         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54678         l_tls_firstbyte_offset non-zero.  Save padding offset in
54679         l_tls_firstbyte_offset for later use.
54680         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54681         freeing static tls block.
54683 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54685         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54686         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54687         being defined by the kernel headers.
54689 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54691         [BZ #12734]
54692         * resolv/resolv.h: Define RES_NOTLDQUERY.
54693         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54694         no-tld-query and set RES_NOTLDQUERY.
54695         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54696         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54697         modern BIND to search name as TLD unless forbidden.
54699 2011-05-07  Petr Baudis  <pasky@suse.cz>
54700             Ulrich Drepper  <drepper@gmail.com>
54702         [BZ #12393]
54703         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54704         (is_trusted_path): ...to here.
54705         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54706         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54707         using is_trusted_path_normalize() in setuid scripts.
54709 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54711         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54712         __BEGIN/__END_DECLS.
54714 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54716         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54717         NSS_STATUS_NOTFOUND if no record was found.
54719 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54721         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54722         (headers-not-in-tirpc): Remove rpc/netdb.h
54723         * resolv/netdb.h: Revert last change.
54725 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54727         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54728         circular dependency between libgcc.a and libc.a.
54730 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54732         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54733         * nis/Makefile: Don't install rpcsvc/*.
54734         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54735         instead of <rpc/types.h>.
54736         (MAXHOSTNAMELEN): Define.
54738 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54740         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54742 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54744         [BZ #12714]
54745         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54746         gethostbyname4_r when IPv6 results are possible.
54748 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54750         [BZ #12723]
54751         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54752         _PC_PIPE_BUF handling.
54754 2011-04-30  Bruno Haible  <bruno@clisp.org>
54756         [BZ #12717]
54757         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54758         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54759         to 'int'.
54760         * inet/getnameinfo.c (getnameinfo): Likewise.
54762 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54764         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54765         to groups setting in database lookup.
54766         * nss/nsswitch.conf: Add initgroups entry.
54768 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54770         [BZ #12685]
54771         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54772         mode string.
54773         Patch by Eric Blake <eblake@redhat.com>.
54775 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54777         * sunrpc/Makefile (need-export-routines): Add svc_run.
54778         (routines): Remove svc_run.
54779         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54780         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54781         * sunrpc/svc_run.c (svc_run): Likewise.
54782         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54784 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54786         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54787         problem in reallocation in last patch.
54789 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54791         * sunrpc/Makefile: Move inclusion of Rules.
54793 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54795         * nss/nss_files/files-initgroups.c: New file.
54796         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54797         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54798         _nss_files_initgroups_dyn.
54800 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54802         * elf/elf.h (R_ARM_IRELATIVE): Define.
54804 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54806         * po/ru.po: Update from translation team.
54808 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54810         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54811         dependencies.
54813 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54815         [BZ #12653]
54816         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54817         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54818         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54819         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54820         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54822 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54824         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54825         differing bytes.
54826         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54827         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54828         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54830 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54832         [BZ #12420]
54833         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54834         storing it.
54835         * stdlib/bug-getcontext.c: New file.
54836         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54838 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54840         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54841         instructions into .machine "z9-109".
54842         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54843         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54845 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54847         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54848         between environment variables and auxiliary vector.
54850 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54852         * Makefile: Add rules to build linkobj/libc.so.
54853         * include/libc-symbols.h: Define libc_hidden_nolink.
54854         * include/rpc/auth.h: Mark functions which are to be hidden.
54855         * include/rpc/auth_des.h: Likewise.
54856         * include/rpc/auth_unix.h: Likewise.
54857         * include/rpc/clnt.h: Likewise.
54858         * include/rpc/des_crypt.h: Likewise.
54859         * include/rpc/key_prot.h: Likewise.
54860         * include/rpc/pmap_clnt.h: Likewise.
54861         * include/rpc/pmap_prot.h: Likewise.
54862         * include/rpc/pmap_rmt.h: Likewise.
54863         * include/rpc/rpc_msg.h: Likewise.
54864         * include/rpc/svc.h: Likewise.
54865         * include/rpc/svc_auth.h: Likewise.
54866         * include/rpc/xdr.h: Likewise.
54867         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54868         * nss/Makefile: Likewise.
54869         * sunrpc/Makefile: Don't install headers.  Build library with normal
54870         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54871         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54872         for the compat linking library.  Remove use of INTDEF/INTUSE.
54873         * sunrpc/auth_none.c: Likewise.
54874         * sunrpc/auth_unix.c: Likewise.
54875         * sunrpc/authdes_prot.c: Likewise.
54876         * sunrpc/authuxprot.c: Likewise.
54877         * sunrpc/clnt_gen.c: Likewise.
54878         * sunrpc/clnt_perr.c: Likewise.
54879         * sunrpc/clnt_raw.c: Likewise.
54880         * sunrpc/clnt_simp.c: Likewise.
54881         * sunrpc/clnt_tcp.c: Likewise.
54882         * sunrpc/clnt_udp.c: Likewise.
54883         * sunrpc/clnt_unix.c: Likewise.
54884         * sunrpc/des_crypt.c: Likewise.
54885         * sunrpc/des_soft.c: Likewise.
54886         * sunrpc/get_myaddr.c: Likewise.
54887         * sunrpc/key_call.c: Likewise.
54888         * sunrpc/key_prot.c: Likewise.
54889         * sunrpc/netname.c: Likewise.
54890         * sunrpc/pm_getmaps.c: Likewise.
54891         * sunrpc/pm_getport.c: Likewise.
54892         * sunrpc/pmap_clnt.c: Likewise.
54893         * sunrpc/pmap_prot.c: Likewise.
54894         * sunrpc/pmap_prot2.c: Likewise.
54895         * sunrpc/pmap_rmt.c: Likewise.
54896         * sunrpc/publickey.c: Likewise.
54897         * sunrpc/rpc_cmsg.c: Likewise.
54898         * sunrpc/rpc_common.c: Likewise.
54899         * sunrpc/rpc_dtable.c: Likewise.
54900         * sunrpc/rpc_prot.c: Likewise.
54901         * sunrpc/rpc_thread.c: Likewise.
54902         * sunrpc/rtime.c: Likewise.
54903         * sunrpc/svc.c: Likewise.
54904         * sunrpc/svc_auth.c: Likewise.
54905         * sunrpc/svc_authux.c: Likewise.
54906         * sunrpc/svc_raw.c: Likewise.
54907         * sunrpc/svc_run.c: Likewise.
54908         * sunrpc/svc_simple.c: Likewise.
54909         * sunrpc/svc_tcp.c: Likewise.
54910         * sunrpc/svc_udp.c: Likewise.
54911         * sunrpc/svc_unix.c: Likewise.
54912         * sunrpc/svcauth_des.c: Likewise.
54913         * sunrpc/xcrypt.c: Likewise.
54914         * sunrpc/xdr.c: Likewise.
54915         * sunrpc/xdr_array.c: Likewise.
54916         * sunrpc/xdr_float.c: Likewise.
54917         * sunrpc/xdr_intXX_t.c: Likewise.
54918         * sunrpc/xdr_mem.c: Likewise.
54919         * sunrpc/xdr_rec.c: Likewise.
54920         * sunrpc/xdr_ref.c: Likewise.
54921         * sunrpc/xdr_sizeof.c: Likewise.
54922         * sunrpc/xdr_stdio.c: Likewise.
54924 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54926         [BZ #12650]
54927         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54928         * sysdeps/ia64/dl-tls.h: Likewise.
54929         * sysdeps/powerpc/dl-tls.h: Likewise.
54930         * sysdeps/s390/dl-tls.h: Likewise.
54931         * sysdeps/sh/dl-tls.h: Likewise.
54932         * sysdeps/sparc/dl-tls.h: Likewise.
54933         * sysdeps/x86_64/dl-tls.h: Likewise.
54934         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54936 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54938         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54939         rpath element also skip the following colon.
54940         (expand_dynamic_string_token): Add is_path parameter and pass
54941         down to DL_DST_REQUIRED and _dl_dst_substitute.
54942         (decompose_rpath): Call expand_dynamic_string_token with
54943         non-zero is_path.  Ignore empty rpaths.
54944         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54945         with zero is_path.
54947 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54950         Make cancelable.
54952 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54954         [BZ #12655]
54955         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54956         Patch by Filipe David Manana <fdmanana@apache.org>.
54958 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54960         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54961         Maintain aligned stack.
54962         (CHECK_RSP): Remove unused macro.
54964 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54966         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54967         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54969 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54971         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54973         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54975 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54977         [BZ #12518]
54978         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54979         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54980         * sysdeps/x86_64/memmove.c: New file.
54981         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54982         (memcpy): Renamed to ...
54983         (__new_memcpy): This.
54984         (memcpy): Provide GLIBC_2_14 memcpy.
54985         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54986         (memcpy): Provide GLIBC_2_2_5 memcpy.
54988 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54990         [BZ #12631]
54991         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54993 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54995         * misc/syncfs.c: New file.
54996         * misc/Makefile (routines): Add syncfs.
54997         * posix/unistd.h: Declare syncfs.
54998         * sysdeps/unix/syscalls.list: Add syncfs.
55000 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55002         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55003         open_by_handle_at.
55004         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55005         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55006         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55007         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55008         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55009         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55010         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55012 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55014         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55015         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55016         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55017         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55018         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55019         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55020         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55022         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55023         sync_file_range.c with -fexceptions.
55024         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55025         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55026         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55027         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55028         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55029         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55030         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55031         sync_file_range as cancellation point
55032         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55033         now a wrapper around __call_sync_file_range with cancellation handling.
55034         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55035         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55036         function name to __call_sync_file_range.
55037         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55038         Add call_sync_file_range.
55040 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55042         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55043         bits/timex.h.
55045 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55047         * iconv/iconv.h: Fix typo in comment.
55048         * io/fcntl.h: Likewise.
55049         * libio/stdio.h: Likewise.
55050         * posix/spawn.h: Likewise.
55051         * posix/unistd.h: Likewise.
55052         * stdlib/stdlib.h: Likewise.
55053         * time/time.h: Likewise.
55054         * wcsmbs/wchar.h: Likewise.
55056         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55057         open_by_handle): Add.
55058         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55059         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55060         Augment a few comments.
55061         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55062         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55063         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55064         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55065         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55066         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55067         open_by_handle.
55069         * io/fcntl.h (AT_EMPTY_PATH): Define.
55071 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55073         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55074         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55075         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55076         to...
55077         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55078         * Versions.def: Add GLIBC_2.14.
55079         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55080         Export.
55082 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55084         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55085         round counter.
55086         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55088 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55090         [BZ #12597]
55091         * string/test-strncmp.c (do_page_test): New function.
55092         (check2): Likewise.
55093         (test_main): Call check2.
55094         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55096 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55098         [BZ #12587]
55099         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55100         Handle cache information in CPU leaf 4.
55101         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55103 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55105         [BZ #12583]
55106         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55107         character representation.
55108         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55110 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55112         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55113         END(__isnan) to END(__isnanf) to match function entry point/label
55114         EALIGN(__isnanf,...).
55116 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55118         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55120 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55122         [BZ #12510]
55123         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55124         copy from the symbol referenced in the relocation to initialize the
55125         used variable.
55126         Patch by Piotr Bury <pbury@goahead.com>.
55127         * elf/Makefile: Add rules to build and tst-unique3.
55128         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55129         * elf/tst-unique3.cc: New file.
55130         * elf/tst-unique3.h: New file.
55131         * elf/tst-unique3lib.cc: New file.
55132         * elf/tst-unique3lib2.cc: New file.
55134         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55136 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55138         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55139         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55140         to _start.
55142 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55144         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55145         to-be-loaded object along a path to loader is ld.so.
55147 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55148             Ulrich Drepper  <drepper@gmail.com>
55150         * sysdeps/x86_64/memset.S: After aligning destination, code
55151         branches to different locations depending on the value of
55152         misalignment, when multiarch is enabled. Fix this.
55154 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55156         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55157         Set _x86_64_preferred_memory_instruction for AMD processsors.
55158         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55159         Set bit_Prefer_SSE_for_memop for AMD processors.
55161 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55163         * libio/fmemopen.c (fmemopen): Optimize a bit.
55165 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55167         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55169 2011-03-03  Roland McGrath  <roland@redhat.com>
55171         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55173 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55175         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55176         __bzero_ultra1 instead of __memset_ultra1.
55178 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55179             Ulrich Drepper  <drepper@gmail.com>
55181         [BZ #12509]
55182         * include/link.h (struct link_map): Add l_orig_initfini.
55183         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55184         returning unsuccessfully.
55185         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55186         close of a file loaded at startup, restore the original l_initfini
55187         list.
55188         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55189         list, store the pointer.
55190         * elf/Makefile ($(objpfx)noload-mem): New rule.
55191         (noload-ENV): Define.
55192         (tests): Add $(objpfx)noload-mem.
55193         * elf/noload.c: Include <memcheck.h>.
55194         (main): Call mtrace.  Close all opened handles.
55196 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55198         [BZ #12454]
55199         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55200         dependencies are missing.
55202 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55204         Fix __if_freereq crash: Unlike the generic version which uses free,
55205         Hurd needs munmap.
55206         * sysdeps/mach/hurd/ifreq.h: New file.
55208 2011-01-27  Petr Baudis  <pasky@suse.cz>
55209             Ulrich Drepper  <drepper@gmail.com>
55211         [BZ 12445]#
55212         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55213         to extend_alloca().
55214         * stdio-common/bug23.c: New file.
55215         * stdio-common/Makefile (tests): Add bug23.
55217 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55218             Ulrich Drepper  <drepper@gmail.com>
55220         [BZ #12489]
55221         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55222         before performing relro protection.  At old place add assertion
55223         to make sure nothing changed.
55225 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55226             Glauber de Oliveira Costa  <glommer@gmail.com>
55228         * elf/elf.h: Add new ARM TLS relocs.
55230 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55233         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55234         cast from r3.
55235         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55236         'tests' variable.
55237         * sysdeps/wordsize-64/tst-writev.c: New file.
55239 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55241         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55242         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55243         insns in _dl_start to prevent a TOC reference before relocs are
55244         resolved.
55246 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55248         [BZ #12469]
55249         * Makeconfig: Remove RANLIB definition.
55250         * Makerules: Don't use RANLIB.
55251         * aclocal.m4: Remove ranlib test.
55252         * configure.in: No need to check for ranlib.
55253         * elf/rtld-Rules: Don't use RANLIB.
55255 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55257         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55258         protection macro.
55259         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55260         inclusion protection macro.
55262         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55263         SIGRTMIN and SIGRTMAX and print information in that case only when
55264         SIGRTMIN is defined.
55266 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55268         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55269         arginfo fn returning -1.
55271         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55272         and thousands string is zero terminated.
55274 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55276         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55277         sysdeps/unix/sysv/linux/bits/socket.h.
55279 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55281         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55282         (__CPU_COUNT): Remove old macros.
55283         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55284         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55285         (__CPU_ALLOC, __CPU_FREE): Add macros.
55286         (__sched_cpualloc, __sched_cpufree): Add declarations.
55288 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55290         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55291         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55292         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55293         (readdhstai): Return value of addhstaiX call.
55294         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55295         (addgrbyX): Return value returned by cache_addgr.
55296         (readdgrbyname): Return value returned by addgrbyX.
55297         (readdgrbygid): Likewise.
55298         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55299         (addpwbyX): Return value returned by cache_addpw.
55300         (readdpwbyname): Return value returned by addhstbyX.
55301         (readdpwbyuid): Likewise.
55302         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55303         (addservbyX): Return value returned by cache_addserv.
55304         (readdservbyname): Return value returned by addservbyX:
55305         (readdservbyport): Likewise.
55306         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55307         (addhstbyX): Return value returned by cache_addhst.
55308         (readdhstbyname): Return value returned by addhstbyX.
55309         (readdhstbyaddr): Likewise.
55310         (readdhstbynamev6): Likewise.
55311         (readdhstbyaddrv6): Likewise.
55312         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55313         (readdinitgroups): Return value returned by addinitgroupsX.
55314         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55315         (prune_cache): Keep track of timeout value of re-added entries.
55316         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55317         * nscd/nscd.h: Adjust prototypes of readd* functions.
55319 2011-02-04  Roland McGrath  <roland@redhat.com>
55321         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55322         (nis_stats): Likewise.
55323         * nis/nis_modify.c (nis_modify): Likewise.
55324         * nis/nis_remove.c (nis_remove): Likewise.
55325         * nis/nis_add.c (nis_add): Likewise.
55327         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55329         * posix/fnmatch_loop.c: Add some consts.
55331         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55333 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55335         [BZ #12460]
55336         * config.make.in (config-cflags-novzeroupper): Define.
55337         * configure.in: Substitute libc_cv_cc_novzeroupper.
55338         * elf/Makefile (AVX-CFLAGS): Define.
55339         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55340         (CFLAGS-tst-auditmod4a.c): Likewise.
55341         (CFLAGS-tst-auditmod4b.c): Likewise.
55342         (CFLAGS-tst-auditmod6b.c): Likewise.
55343         (CFLAGS-tst-auditmod6c.c): Likewise.
55344         (CFLAGS-tst-auditmod7b.c): Likewise.
55345         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55347 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55349         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55350         function to the callback.
55351         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55353 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55355         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55356         of errno.
55358 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55360         [BZ #11724]
55361         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55362         of constructors.
55363         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55364         of destructors.
55365         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55367         [BZ #11724]
55368         * elf/Makefile: Add rules to build and run new test.
55369         * elf/tst-initorder.c: New file.
55370         * elf/tst-initorder.exp: New file.
55371         * elf/tst-initordera1.c: New file.
55372         * elf/tst-initordera2.c: New file.
55373         * elf/tst-initordera3.c: New file.
55374         * elf/tst-initordera4.c: New file.
55375         * elf/tst-initorderb1.c: New file.
55376         * elf/tst-initorderb2.c: New file.
55377         * elf/tst-order-a1.c: New file.
55378         * elf/tst-order-a2.c: New file.
55379         * elf/tst-order-a3.c: New file.
55380         * elf/tst-order-a4.c: New file.
55381         * elf/tst-order-b1.c: New file.
55382         * elf/tst-order-b2.c: New file.
55383         * elf/tst-order-main.c: New file.
55384         New test case by George Gensure <werkt0@gmail.com>.
55386 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55388         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55389         decoding ACE if AI_CANONIDN.
55391 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55393         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55395 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55397         * version.h (RELEASE): Bump for 2.13 release.
55398         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55400         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55402         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55403         MADV_NOHUGEPAGE.
55404         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55405         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55406         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55407         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55408         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55409         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55411         * posix/getconf.c: Update copyright year.
55412         * catgets/gencat.c: Likewise.
55413         * csu/version.c: Likewise.
55414         * debug/catchsegv.sh: Likewise.
55415         * debug/xtrace.sh: Likewise.
55416         * elf/ldconfig.c: Likewise.
55417         * elf/ldd.bash.in: Likewise.
55418         * elf/sprof.c (print_version): Likewise.
55419         * iconv/iconv_prog.c: Likewise.
55420         * iconv/iconvconfig.c: Likewise.
55421         * locale/programs/locale.c: Likewise.
55422         * locale/programs/localedef.c: Likewise.
55423         * malloc/memusage.sh: Likewise.
55424         * malloc/mtrace.pl: Likewise.
55425         * nscd/nscd.c (print_version): Likewise.
55426         * nss/getent.c: Likewise.
55428         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55429         PF_CAIF, and PF_ALG.
55430         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55432 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55434         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55435         (modules-names): Use them.
55436         (ifunc-test-modules, ifunc-pie-tests): Define.
55437         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55438         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55439         (test-extras): Likewise.
55440         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55441         $(compile-command.c).
55442         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55443         (all-built-dso): Define.
55444         (check-textrel.out, check-execstack.out): Depend on it.
55446         * configure.in: Don't override --enable-multi-arch.
55448 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55450         [BZ #6812]
55451         * nscd/hstcache.c (tryagain): Define.
55452         (cache_addhst): Return tryagain not notfound for temporary errors.
55453         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55454         failed.
55456 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55458         [BZ #10563]
55459         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55460         to make the syscall.
55461         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55463         [BZ #12378]
55464         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55465         and fall back to matching as normal character if the string ends before
55466         the matching ']' is found.  This is what POSIX requires.
55467         * posix/testfnm.c: Adjust test result.
55468         * posix/globtest.sh: Adjust test result.  Add new test.
55469         * posix/tst-fnmatch.input: Likewise.
55470         * posix/tst-fnmatch2.c: Add new test.
55472 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55474         * elf/Makefile (check-execstack): Revert last change.  Depend on
55475         check-execstack.h.
55476         (check-execstack.h): New target.
55477         (generated): Add check-execstack.h.
55478         * elf/check-execstack.c: Include "check-execstack.h".
55479         (main): Revert last change.
55480         (handle_file): Return zero if GNU_STACK is absent and
55481         DEFAULT_STACK_PERMS doesn't include PF_X.
55483 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55485         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55486         in child fails because the descriptor is already closed.
55487         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55488         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55489         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55491         [BZ #12397]
55492         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55493         syscall.
55495         [BZ #10484]
55496         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55497         temporary buffer used to handle multi lookups locally.
55498         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55500 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55502         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
55503         loader is ld.so.
55505 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
55507         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
55508         alignment for SSE2.
55510 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55512         [BZ #12394]
55513         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
55514         characters.  When rounding increased number of integer digits recompute
55515         number of groups.
55516         * stdio-common/tst-grouping.c: New file.
55517         * stdio-common/Makefile: Add rules to build and run tst-grouping.
55519 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
55521         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
55522         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
55524         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
55525         void.
55526         * bits/select.h: Likewise.
55528 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55530         * po/ja.po: Update from translation team.
55532 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55534         [BZ #11155]
55535         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55536         implementation just like for lxstat, fxstatat, et al.
55538 2010-12-27  Jim Meyering  <meyering@redhat.com>
55540         [BZ #12348]
55541         * posix/regexec.c (build_trtable): Return failure indication upon
55542         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55544 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55546         [BZ #12201]
55547         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55548         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55549         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55550         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55552         [BZ #12207]
55553         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55555         [BZ #12204]
55556         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55557         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55559 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55561         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55562         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55563         script has SORT_BY_INIT_PRIORITY.
55564         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55565         NO_CTORS_DTORS_SECTIONS is defined.
55566         * elf/soinit.c: Likewise.
55567         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55568         NO_CTORS_DTORS_SECTIONS is defined.
55569         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55570         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55571         * sysdeps/sh/init-first.c: Likewise.
55572         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55574 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55576         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55577         always use the slow path.
55579 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55581         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55582         similar rule which adds the sysdep directories to the header search in
55583         order to pick up the correct platform stackinfo.h.
55584         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55585         perform test if it is, otherwise return successfully without testing.
55586         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55587         DEFAULT_STACK_PERMS define in stackinfo.h.
55588         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55589         defined in stackinfo.h.
55590         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55591         DEFAULT_STACK_PERMS defined in stackinfo.h.
55592         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55593         * sysdeps/ia64/stackinfo.h: Likewise.
55594         * sysdeps/s390/stackinfo.h: Likewise.
55595         * sysdeps/sh/stackinfo.h: Likewise.
55596         * sysdeps/sparc/stackinfo.h: Likewise.
55597         * sysdeps/x86_64/stackinfo.h: Likewise.
55598         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55599         PF_X for powerpc64.  Retain PF_X for powerpc32.
55601 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55603         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55604         accurately.
55605         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55606         GETDENTS_64BIT_ALIGNED.
55608 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55610         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55612 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55614         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55615         _GNU_SOURCE.
55617         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55618         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55619         Remove __restrict.
55620         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55621         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55623 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55625         [BZ #11655]
55626         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55627         are initialized.
55629 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55631         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55633 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55635         * po/it.po: Update from translation team.
55637 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55639         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55640         unused codes.
55642 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55644         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55646 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55648         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55649         specially.
55650         (gaih_getanswer_slice): Likewise.
55652 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55654         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55656 2010-05-31  Petr Baudis  <pasky@suse.cz>
55658         [BZ #11149]
55659         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55660         silently even in the chroot mode.
55662 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55664         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55665         last patch a bit.  Pretty printing
55667 2010-05-31  Petr Baudis <pasky@suse.cz>
55669         [BZ #10085]
55670         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55671         initialization of skip_initgroups_dyn.
55673 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55675         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55676         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55678 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55680         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55682 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55684         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55685         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55686         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55687         ($(objpfx)tst-fnmatch-mem): New rule.
55688         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55689         * posix/tst-fnmatch.c (main): Call mtrace.
55691 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55693         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55694         Support Intel processor model 6 and model 0x2c.
55696 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55698         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55699           signed comparison.
55701 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55703         [BZ #12205]
55704         * string/test-strncasecmp.c (check_result): New function.
55705         (do_one_test): Use it.
55706         (check1): New function.
55707         (test_main): Use it.
55708         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55709         Support strcasecmp and strncasecmp.
55711 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55713         [BZ #12194]
55714         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55715         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55717 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55719         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55720         IFUNC support.
55721         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55722         memset-x86-64.
55723         * sysdeps/x86_64/multiarch/bzero.S: New file.
55724         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55725         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55726         * sysdeps/x86_64/multiarch/memset.S: New file.
55727         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55728         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55729         Set bit_Prefer_SSE_for_memop for Intel processors.
55730         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55731         Define.
55732         (index_Prefer_SSE_for_memop): Define.
55733         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55735 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55737         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55738         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55740 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55742         [BZ #12191]
55743         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55744         (__x86_64_raw_data_cache_size_half): Likewise.
55745         (__x86_64_raw_shared_cache_size): Likewise.
55746         (__x86_64_raw_shared_cache_size_half): Likewise.
55748         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55749         (__x86_64_raw_data_cache_size_half): Likewise.
55750         (__x86_64_raw_shared_cache_size): Likewise.
55751         (__x86_64_raw_shared_cache_size_half): Likewise.
55752         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55753         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55754         and __x86_64_raw_shared_cache_size_half.  Round
55755         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55756         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55757         to multiple of 256 bytes.
55759 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55761         [BZ #12167]
55762         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55763         of inacessible symlinks.  Verify result of symlink before returning it.
55764         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55765         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55767 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55769         * math/math.h (isinf): Fix typo in comment.
55771 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55773         * po/da.po: Update from translation team.
55775 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55777         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55778         is added to the list.
55780 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55781             Ulrich Drepper  <drepper@gmail.com>
55783         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55784         the global list here.  Move code to...
55785         (_dl_add_to_namespace_list): ...here.  New function.
55786         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55787         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55788         * elf/dl-load.c (lose): Don't remove the element from the list.
55789         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55790         (_dl_map_object): Likewise.
55792 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55794         [BZ #12159]
55795         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55796         into all bytes of SSE register.
55797         Patch by Richard Li <richardpku@gmail.com>.
55799 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55801         [BZ #12140]
55802         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55803         perturbing.
55805 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55807         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55808         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55809         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55810         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55812         submachine.
55813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55815 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55817         * include/dlfcn.h (__RTLD_SECURE): Define.
55818         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55819         mode & __RTLD_SECURE instead.
55820         (open_path): Rename preloaded parameter to secure.
55821         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55822         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55823         * elf/dl-deps.c (openaux): Likewise.
55824         * elf/rtld.c (struct map_args): Remove is_preloaded.
55825         (map_doit): Don't use it.
55826         (dl_main): Likewise.
55827         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55828         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55830 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55832         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55833         (sysd-rules-targets): Remove duplicates.
55834         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55835         rtld-%.$o dependency.
55837 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55839         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55840         _dl_map_object do it.
55842 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55844         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55845         fast fma builtins, define the macros in the C99 standard.
55846         (FP_FAST_FMAF): Likewise.
55847         (FP_FAST_FMAL): Likewise.
55848         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55850         * bits/mathdef.h: Update copyright year.
55851         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55853 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55855         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55856         builtins, define the macros in the C99 standard.
55857         (FP_FAST_FMAF): Likewise.
55858         (FP_FAST_FMAL): Likewise.
55859         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55860         multiply/add.
55861         (FP_FAST_FMAF): Likewise.
55863 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55865         [BZ #3268]
55866         * math/libm-test.inc (fma_test): Some new testcases.
55867         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55868         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55869         y and infinite z.  Do multiplication by C already in long double.
55870         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55871         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55872         y and infinite z.  Do bitwise or of inexact bit into u.d.
55873         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55874         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55875         * sysdeps/i386/fpu/s_fma.S: Removed.
55876         * sysdeps/i386/fpu/s_fmal.S: Removed.
55878 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55880         [BZ #3268]
55881         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55882         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55883         computation is not scheduled after fetestexcept.  Fix value
55884         of minimum denormal long double.
55886 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55888         [BZ #3268]
55889         * math/libm-test.inc (fma_test): Add some more tests.
55890         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55891         correctly.
55893 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55895         * scripts/data/localplt-s390-linux-gnu.data: New file.
55896         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55898 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55900         [BZ #3268]
55901         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55902         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55903         instead of dbl-64.
55904         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55905         inlines.
55906         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55907         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55908         if one of x and y is very large and the other is subnormal.
55909         * sysdeps/s390/fpu/s_fmaf.c: New file.
55910         * sysdeps/s390/fpu/s_fma.c: New file.
55911         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55912         * sysdeps/powerpc/fpu/s_fma.S: New file.
55913         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55914         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55915         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55917 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55919         [BZ #3268]
55920         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55921         fma tests.
55922         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55923         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55924         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55925         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55926         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55927         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55928         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55930 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55932         [BZ #12078]
55933         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55934         * posix/bug-regex31.input: Add test case.
55936 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55938         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55939         * posix/bug-regex31.input: New file.
55941         [BZ #12078]
55942         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55943         (parse_sub_exp): Fix last change, use postorder.
55945         * posix/bug-regex31.c: New file.
55946         * posix/Makefile: Add rules to build and run bug-regex31.
55948         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55950         [BZ #12078]
55951         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55953         [BZ #12108]
55954         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55955         to have entries in sys_siglist.
55957         [BZ #12093]
55958         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55959         be NULL.
55961 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55963         [BZ #3268]
55964         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55965         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55966         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55967         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55968         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55969         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55970         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55971         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55972         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55973         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55974         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55975         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55976         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55977         * math/ftestexcept.c (fetestexcept): Likewise.
55978         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55979         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55980         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55981         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55982         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55983         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55984         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55986 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55988         [BZ #12107]
55989         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55990         newline.
55992 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55994         * string/bug-strstr1.c: New file.
55995         * string/Makefile: Add rules to build and run bug-strstr1.
55997 2010-10-05  Eric Blake  <eblake@redhat.com>
55999         [BZ #12092]
56000         * string/str-two-way.h (two_way_long_needle): Always clear memory
56001         when skipping input due to the shift table.
56003 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56005         [BZ #12005]
56006         * malloc/mcheck.c: Handle large requests.
56008         [BZ #12077]
56009         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56010         for strncmp and strncasecmp.
56011         * string/stratcliff.c: Add tests for strcmp and strncmp.
56012         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56014 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56016         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56017         __set_fpscr.
56019 2010-09-30  Andreas Jaeger  <aj@suse.de>
56021         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56022         (CGROUP_SUPER_MAGIC): Define.
56023         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56024         Handle btrfs and cgroup file systems.
56025         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56026         Likewise.
56028 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56030         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56031         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56033 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56035         [BZ #12067]
56036         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56037         trying to locate the ELF header.
56039 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56041         [BZ #11611]
56042         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56043         Mask out sign-bit copies when constructing f_fsid.
56045 2010-09-24  Petr Baudis <pasky@suse.cz>
56047         * debug/stack_chk_fail_local.c: Add missing licence exception.
56048         * debug/warning-nop.c: Likewise.
56050 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56052         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56053         implementing getdents64 using getdents syscall, set d_type if
56054         __ASSUME_GETDENTS32_D_TYPE.
56056 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56058         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56059         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56061 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56063         [BZ #12037]
56064         * posix/unistd.h: Undo change of feature selection for ftruncate from
56065         2010-01-11.
56067 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56069         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56070         detection.
56072 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56074         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56075         fanotify_mark.
56076         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56078 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56080         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56081         variables after CHECK_SP call.
56082         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56084 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56085             Ulrich Drepper  <drepper@redhat.com>
56087         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56088         re-relocationg ld.so.
56089         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56090         _dl_init_paths call.
56091         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56092         here anymore.
56094 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56096         * resolv/res_init.c (__res_vinit): Count the default server we added.
56098 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56099             Ulrich Drepper  <drepper@redhat.com>
56101         [BZ #11968]
56102         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56103         (____longjmp_chk): Use %ebx for saving value across system call.
56104         Add unwind info.
56106 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56108         * manual/Makefile: Don't mix pattern rules with normal rules.
56110 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56112         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56113         operation.
56114         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56115         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56116         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56117         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56118         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56119         Likewise.
56121 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56123         [BZ #11979]
56124         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56125         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56127 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56129         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56130         * sysdeps/x86_64/addmul_1.S: Likewise.
56131         * sysdeps/x86_64/lshift.S: Likewise.
56132         * sysdeps/x86_64/mul_1.S: Likewise.
56133         * sysdeps/x86_64/rshift.S: Likewise.
56134         * sysdeps/x86_64/sub_n.S: Likewise.
56135         * sysdeps/x86_64/submul_1.S: Likewise.
56137 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56139         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56140         Define __sched_param instead of SCHED_* and sched_param when
56141         <bits/sched.h> is included with __need_schedparam defined.
56142         * bits/sched.h [__need_schedparam]
56143         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56144         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56145         (__defined_schedparam): Define to 1.
56146         (__sched_param): New structure, identical to sched_param.
56147         (__need_schedparam): Undefine.
56149 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56151         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56152         (epoll_create1): Declare.
56154         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56156 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56158         [BZ #7066]
56159         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56160         shifting retval into place.
56162 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56164         * nis/rpcsvc/nis.h: Update copyright notice.
56165         * nis/rpcsvc/nis.x: Likewise.
56166         * nis/rpcsvc/nis_callback.h: Likewise.
56167         * nis/rpcsvc/nis_callback.x: Likewise.
56168         * nis/rpcsvc/nis_object.x: Likewise.
56169         * nis/rpcsvc/nis_tags.h: Likewise.
56170         * nis/rpcsvc/yp.h: Likewise.
56171         * nis/rpcsvc/yp.x: Likewise.
56172         * nis/rpcsvc/ypupd.h: Likewise.
56173         * nis/yp_xdr.c: Likewise.
56174         * nis/ypupdate_xdr.c: Likewise.
56176         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56177         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56178         (pmap_getport): Use __libc_rpc_getport.
56179         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56180         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56181         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56183 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56186         fanotify_mark.
56188 2010-08-27  Roland McGrath  <roland@redhat.com>
56190         * sysdeps/i386/i686/multiarch/Makefile
56191         (CFLAGS-varshift.c): New variable.
56193 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56195         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56196         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56198         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56200         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56202 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56204         * sysdeps/x86_64/strlen.S: Unroll the loop.
56205         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56206         strlen-sse2 strlen-sse2-bsf.
56207         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56208         __strlen_no_bsf if bit_Slow_BSF is set.
56209         (__strlen_sse42): Removed.
56210         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56211         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56213 2010-08-25  Roland McGrath  <roland@redhat.com>
56215         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56216         * sysdeps/x86_64/multiarch/varshift.c: New file.
56217         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56218         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56219         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56220         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56222 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56224         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56225         strlen-sse2 strlen-sse2-bsf.
56226         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56227         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56228         (__strlen_sse2): Removed.
56229         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56230         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56231         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56232         bit_Slow_BSF for Atom.
56233         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56234         (index_Slow_BSF): Define.
56235         (HAS_SLOW_BSF): Define.
56237 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56239         [BZ #10851]
56240         * resolv/res_init.c (__res_vinit): When no server address at all
56241         is given default to loopback.
56243 2010-08-24  Roland McGrath  <roland@redhat.com>
56245         * configure.in: Remove config-name.h generation.
56246         * configure: Regenerated.
56247         * config-name.in: File removed.
56248         * scripts/config-uname.sh: New file.
56249         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56250         ($(objdir)config-name.h): New target.
56252         * sunrpc/rpc_parse.h: Avoid nested comment.
56254 2010-08-24  Richard Henderson  <rth@redhat.com>
56255             Ulrich Drepper  <drepper@redhat.com>
56256             H.J. Lu  <hongjiu.lu@intel.com>
56258         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56259         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56260         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56261         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56262         _mm_alignr_epi8 with _mm_loadu_si128.
56263         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56264         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56265         (__m128i_shift_right): Removed.
56266         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56267         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56268         * sysdeps/x86_64/multiarch/varshift.h: New file.
56269         * sysdeps/x86_64/multiarch/varshift.S: New file.
56271 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56273         * configure.in: Move assembler checks to before sysdep dir checking.
56275 2010-08-20  Petr Baudis  <pasky@suse.cz>
56277         * LICENSES: Sync the sunrpc license.
56279 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56281         * sunrpc/auth_des.c: Update copyright notice once again.
56282         * sunrpc/auth_none.c: Likewise.
56283         * sunrpc/auth_unix.c: Likewise.
56284         * sunrpc/authdes_prot.c: Likewise.
56285         * sunrpc/authuxprot.c: Likewise.
56286         * sunrpc/bindrsvprt.c: Likewise.
56287         * sunrpc/clnt_gen.c: Likewise.
56288         * sunrpc/clnt_perr.c: Likewise.
56289         * sunrpc/clnt_raw.c: Likewise.
56290         * sunrpc/clnt_simp.c: Likewise.
56291         * sunrpc/clnt_tcp.c: Likewise.
56292         * sunrpc/clnt_udp.c: Likewise.
56293         * sunrpc/clnt_unix.c: Likewise.
56294         * sunrpc/des_crypt.c: Likewise.
56295         * sunrpc/des_soft.c: Likewise.
56296         * sunrpc/get_myaddr.c: Likewise.
56297         * sunrpc/getrpcport.c: Likewise.
56298         * sunrpc/key_call.c: Likewise.
56299         * sunrpc/key_prot.c: Likewise.
56300         * sunrpc/openchild.c: Likewise.
56301         * sunrpc/pm_getmaps.c: Likewise.
56302         * sunrpc/pm_getport.c: Likewise.
56303         * sunrpc/pmap_clnt.c: Likewise.
56304         * sunrpc/pmap_prot.c: Likewise.
56305         * sunrpc/pmap_prot2.c: Likewise.
56306         * sunrpc/pmap_rmt.c: Likewise.
56307         * sunrpc/rpc/auth.h: Likewise.
56308         * sunrpc/rpc/auth_unix.h: Likewise.
56309         * sunrpc/rpc/clnt.h: Likewise.
56310         * sunrpc/rpc/des_crypt.h: Likewise.
56311         * sunrpc/rpc/key_prot.h: Likewise.
56312         * sunrpc/rpc/netdb.h: Likewise.
56313         * sunrpc/rpc/pmap_clnt.h: Likewise.
56314         * sunrpc/rpc/pmap_prot.h: Likewise.
56315         * sunrpc/rpc/pmap_rmt.h: Likewise.
56316         * sunrpc/rpc/rpc.h: Likewise.
56317         * sunrpc/rpc/rpc_des.h: Likewise.
56318         * sunrpc/rpc/rpc_msg.h: Likewise.
56319         * sunrpc/rpc/svc.h: Likewise.
56320         * sunrpc/rpc/svc_auth.h: Likewise.
56321         * sunrpc/rpc/types.h: Likewise.
56322         * sunrpc/rpc/xdr.h: Likewise.
56323         * sunrpc/rpc_clntout.c: Likewise.
56324         * sunrpc/rpc_cmsg.c: Likewise.
56325         * sunrpc/rpc_common.c: Likewise.
56326         * sunrpc/rpc_cout.c: Likewise.
56327         * sunrpc/rpc_dtable.c: Likewise.
56328         * sunrpc/rpc_hout.c: Likewise.
56329         * sunrpc/rpc_main.c: Likewise.
56330         * sunrpc/rpc_parse.c: Likewise.
56331         * sunrpc/rpc_parse.h: Likewise.
56332         * sunrpc/rpc_prot.c: Likewise.
56333         * sunrpc/rpc_sample.c: Likewise.
56334         * sunrpc/rpc_scan.c: Likewise.
56335         * sunrpc/rpc_scan.h: Likewise.
56336         * sunrpc/rpc_svcout.c: Likewise.
56337         * sunrpc/rpc_tblout.c: Likewise.
56338         * sunrpc/rpc_util.c: Likewise.
56339         * sunrpc/rpc_util.h: Likewise.
56340         * sunrpc/rpcinfo.c: Likewise.
56341         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56342         * sunrpc/rpcsvc/key_prot.x: Likewise.
56343         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56344         * sunrpc/rpcsvc/mount.x: Likewise.
56345         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56346         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56347         * sunrpc/rpcsvc/rex.x: Likewise.
56348         * sunrpc/rpcsvc/rstat.x: Likewise.
56349         * sunrpc/rpcsvc/rusers.x: Likewise.
56350         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56351         * sunrpc/rpcsvc/spray.x: Likewise.
56352         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56353         * sunrpc/rtime.c: Likewise.
56354         * sunrpc/svc.c: Likewise.
56355         * sunrpc/svc_auth.c: Likewise.
56356         * sunrpc/svc_authux.c: Likewise.
56357         * sunrpc/svc_raw.c: Likewise.
56358         * sunrpc/svc_run.c: Likewise.
56359         * sunrpc/svc_simple.c: Likewise.
56360         * sunrpc/svc_tcp.c: Likewise.
56361         * sunrpc/svc_udp.c: Likewise.
56362         * sunrpc/svc_unix.c: Likewise.
56363         * sunrpc/svcauth_des.c: Likewise.
56364         * sunrpc/xcrypt.c: Likewise.
56365         * sunrpc/xdr.c: Likewise.
56366         * sunrpc/xdr_array.c: Likewise.
56367         * sunrpc/xdr_float.c: Likewise.
56368         * sunrpc/xdr_mem.c: Likewise.
56369         * sunrpc/xdr_rec.c: Likewise.
56370         * sunrpc/xdr_ref.c: Likewise.
56371         * sunrpc/xdr_sizeof.c: Likewise.
56372         * sunrpc/xdr_stdio.c: Likewise.
56374         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56375         handling.
56377 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56379         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56381 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56383         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56384         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56385         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56386         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56387         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56388         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56389         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56390         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56391         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56392         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56393         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56394         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56395         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56396         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56398 2010-07-26  Anton Blanchard  <anton@samba.org>
56400         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56401         * malloc/arena.c (heap_trim): Likewise.
56403 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56405         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56406         here.  Not...
56407         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56408         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56410 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56412         * sysdeps/i386/elf/Makefile: New file.
56414 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56416         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56417         from fanotify_init.
56418         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56419         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56421 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56423         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56424         of strncasecmp_l.
56425         * sysdeps/multiarch/strcmp.S: Likewise.
56427 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56429         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56430         strncase_l-nonascii.
56431         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56432         Add strncase_l-ssse3.
56433         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56434         * sysdeps/x86_64/strcmp.S: Likewise.
56435         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56436         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56437         * sysdeps/x86_64/strncase.S: New file.
56438         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56439         * sysdeps/x86_64/strncase_l.S: New file.
56440         * string/Makefile (strop-tests): Add strncasecmp.
56441         * string/test-strncasecmp.c: New file.
56443         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56444         warning.
56446         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56447         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56449 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56451         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56453 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56455         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56456         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56457         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56459 2010-05-01  Alan Modra  <amodra@gmail.com>
56461         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56462         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56463         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56464         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56465         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56466         tidying.  Don't tail-call __sigjmp_save for static lib.
56467         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56468         save location.
56469         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56470         (CALL_MCOUNT): Add eh info, and nop after bl.
56471         (TAIL_CALL_SYSCALL_ERROR): New macro.
56472         (PSEUDO_RET): Use it.
56473         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56474         Correct save location of integer regs and cr.
56475         (_dl_profile_resolve): Correct cr save location.  Delete nops
56476         after bl when SHARED.  Reduce cfi size a little by better
56477         placement of cfi directives.
56478         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56479         make a stack frame.  Instead use parm save area as a temp.
56480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56481         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56483         Don't make a stack frame for parent, use parm save area.
56484         Increase child stack frame to 112 bytes.  Don't save unused reg,
56485         and adjust reg usage.  Set up cfi on error recovery and
56486         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56488         (__makecontext): Add dummy nop after jump to exit.
56489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56490         Use correct parm save area and cr save, reduce stack frame.
56491         Correct cfi for possible PSEUDO_RET frame setup.
56492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56493         Branch to local label emitted by PSEUDO_RET rather than
56494         __syscall_error.
56496 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56498         [BZ #11904]
56499         * locale/programs/locale.c (print_assignment): New function.
56500         (show_locale_vars): Use it.
56502 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
56504         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
56505         field.
56506         (struct statfs64): Likewise.
56507         (_STATFS_F_FLAGS): Define.
56508         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
56509         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56510         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
56511         (ST_VALID): Define locally.
56512         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
56513         __statvfs_getflags, use the provided value.
56514         * sysdeps/unix/sysv/linux/kernel-features.h: Define
56515         __ASSUME_STATFS_F_FLAGS.
56517         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
56519         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
56520         Add sys/fanotify.h.
56521         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
56522         fanotify_mask for GLIBC_2.13.
56523         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
56524         fanotify_init and fanotify_mark.
56525         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56526         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56528         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56529         Add prlimit.
56530         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56531         prlimit64 for GLIBC_2.13.
56532         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56533         prlimit64.
56534         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56535         syscall.
56536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56537         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56538         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56539         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56540         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56541         add prlimit alias.
56542         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56544         [BZ #11903]
56545         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56546         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56548         * nss/Makefile: Add rules to build and run tst-nss-test1.
56549         * shlib-versions: Add entry for libnss_test1.
56550         * nss/nss_test1.c: New file.
56551         * nss/tst-nss-test1.c: New file.
56553         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56554         (__nss_configure_lookup): Set appropriate entry in
56555         __nss_configure_lookup to true.
56556         * nss/nsswitch.h: Define enum with indeces of databases in
56557         databases and __nss_database_custom arrays.  Declare
56558         __nss_database_custom.
56559         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56560         to avoid using nscd when custom rules are installed.
56561         * nss/getXXbyYY_r.c: Likewise.
56562         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56564         * nss/nss_files/files-parse.c: Whitespace fixes.
56566 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56568         [BZ #11883]
56569         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56570         * posix/fnmatch_loop.c: Likewise.
56572 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56574         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56575         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56576         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56577         * Versions.def [GLIBC_2.13]: Add.
56579 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56581         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56582         Also fail if tpwd after pwuid call is NULL.
56584 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56586         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56587         when converting to ms.
56589 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56591         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56592         EOPNOTSUPP errors with ENOTTY.
56593         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56594         EOPNOTSUPP errors with ENOTTY.
56596 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56598         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56599         Add strcasecmp_l-ssse3.
56600         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56601         strcasecmp.
56602         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56603         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56604         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56606 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56608         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56610         * string/Makefile (strop-tests): Add strcasecmp.
56611         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56612         strcasecmp_l-nonascii.
56613         (gen-as-const-headers): Add locale-defines.sym.
56614         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56615         * sysdeps/x86_64/strcasecmp.S: New file.
56616         * sysdeps/x86_64/strcasecmp_l.S: New file.
56617         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56618         * sysdeps/x86_64/locale-defines.sym: New file.
56619         * string/test-strcasecmp.c: New file.
56621         * string/test-strcasestr.c: Test both ends of the range of characters.
56622         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56624 2010-07-29  Roland McGrath  <roland@redhat.com>
56626         [BZ #11856]
56627         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56629 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56631         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56632         for ld.so.
56634 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56636         * manual/memory.texi (Malloc Tunable Parameters): Document
56637         M_PERTURB.
56639 2010-07-26  Roland McGrath  <roland@redhat.com>
56641         [BZ #11840]
56642         * configure.in (-fgnu89-inline check): Set and substitute
56643         gnu89_inline, not libc_cv_gnu89_inline.
56644         * configure: Regenerated.
56645         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56647 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56649         * string/test-strnlen.c: New file.
56650         * string/Makefile (strop-tests): Add strnlen.
56651         * string/tester.c (test_strnlen): Add a few more test cases.
56652         * string/tst-strlen.c: Better error reporting.
56654         * sysdeps/x86_64/strnlen.S: New file.
56656 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56658         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56659         lower-latency instructions.
56661 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56663         * string/test-strcasestr.c: New file.
56664         * string/test-strstr.c: New file.
56665         * string/Makefile (strop-tests): Add strstr and strcasestr.
56666         * string/str-two-way.h: Don't undefine MAX.
56667         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56669 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56671         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56672         strcasestr-nonascii.
56673         (CFLAGS-strcasestr-nonascii.c): Define.
56674         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56675         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56676         Remove unused attribute.
56678 2010-07-20  Roland McGrath  <roland@redhat.com>
56680         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56681         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56682         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56683         like LD_HWCAP_MASK can disable hwcaps.
56685 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56687         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56689 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56691         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56692         call in strcasestr.
56693         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56694         __strcasestr_sse42_nonascii.
56695         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56696         strcasestr-nonascii.c.
56697         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56699 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56701         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56702         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56703         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56704         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56706 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56708         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56709         fcntl.
56711 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56713         [BZ #11577]
56714         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56715         dl_signal_cerror.
56717 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56719         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56720         _PC_PIPE_BUF using F_GETPIPE_SZ.
56722 2010-07-05  Roland McGrath  <roland@redhat.com>
56724         * manual/arith.texi (Rounding Functions): Fix rint description
56725         implicit in round description.
56727 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56729         * elf/Makefile: Fix linking for a few tests to make recent linker
56730         happy.
56732 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56734         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56735         $(common-objpfx)libc_nonshared.a.
56737 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56739         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56740         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56741         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56742         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56743         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56744         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56745         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56746         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56761         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56762         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56763         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56764         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56765         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56766         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56767         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56768         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56769         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56770         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56771         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56772         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56788 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56790         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56791         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56792         * string/memmove.c (memmove): Renamed to ...
56793         (MEMMOVE): ...this.  Default to memmove.
56794         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56795         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56796         (END_CHK): Define.
56797         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56798         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56799         mempcpy-ssse3-back memmove-ssse3-back.
56800         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56801         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56802         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56803         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56804         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56805         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56806         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56807         * sysdeps/x86_64/multiarch/memmove.c: New file.
56808         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56809         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56810         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56811         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56812         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56813         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56814         Define.
56815         (index_Fast_Copy_Backward): Define.
56816         (HAS_ARCH_FEATURE): Define.
56817         (HAS_FAST_REP_STRING): Define.
56818         (HAS_FAST_COPY_BACKWARD): Define.
56820 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56822         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56823         Restore proper fallback handling.
56825 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56827         [BZ #11701]
56828         * posix/group_member.c (__group_member): Correct checking loop.
56830         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56831         OOM in getpwuid_r correctly.  Return error number when the caller
56832         should return, otherwise -1.
56833         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56834         call returning > 0 value.
56835         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56837 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56839         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56840         libc_nonshared.a from targets in modules-names.
56842 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56844         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56845         requires it.
56847 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56849         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56850         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56851         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56852         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56854 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56856         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56858 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56860         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56861         and F_GETPIPE_SZ.
56862         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56863         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56864         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56865         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56866         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56867         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56869 2010-06-14  Roland McGrath  <roland@redhat.com>
56871         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56873 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56875         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56876         __REDIRECT followed by __THROW.
56877         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56878         * posix/getopt.h (getopt): Likewise.
56880 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56882         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56883         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56884         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56885         in AT_FLAGS.
56886         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56887         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56889 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56891         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56893 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56895         [BZ #11640]
56896         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56897         Properly check family and model.
56899 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56901         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56903 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56905         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56907 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56909         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56910         symbol reference.
56912 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56914         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56915         symbol reference.
56917 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56919         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56920         and internal_recvmmsg.
56921         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56922         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56923         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56924         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56926         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56927         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56928         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56930 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56932         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56934 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56936         POWER7 optimizations.
56937         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56938         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56940 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56942         * version.h: Update for 2.13 development version.
56944 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56946         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56947         exceptions.  Return 0.
56949 2010-05-07  Roland McGrath  <roland@redhat.com>
56951         * elf/ldconfig.c (main): Add a const.
56953 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56955         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56956         (args_options): Add no-idn option.
56957         (ahosts_keys_int): Add idn_flags to ai_flags.
56958         (parse_option): Handle 'i' option to clear idn_flags.
56960         * malloc/malloc.c (_int_free): Possible race in the most recently
56961         added check.  Only act on the data if no current modification
56962         happened.
56964 See ChangeLog.17 for earlier changes.